@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

@import url(var.css);

* {
  box-sizing: border-box;
}

*:hover {
  transition: 0.3s ease-in-out;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Roboto", sans-serif;
  color: var(--color_gray);
  letter-spacing: 0;
  /* background: #ffffff; */
  /* background: url(../img/Rectangle-38.png) no-repeat scroll center bottom; */
}


/* popup payment request  */


.payment-request-pop .modal-body h3{
  font-size: 24px!important;
  font-weight: 500;
  color: #061A48;
}

.payment-request-pop  .modal-body h4{
color:#EE5719!important;
font-size: 26px;
font-weight: 500;
}




.inner_body {
  background: #f6f6f6;
}

.inner_body header {
  background: #fff;
}

.inner_body footer {
  background: #fff;
  margin-top: 40px;
}
a.disabled-link {
  pointer-events: none;
  cursor: default;
  color: #a3a3a3 !important;
}
.nicEdit-pane input[type="submit"]{
  background-color: #ee5719!important;
  border: 1px solid #ee5719!important;
  color: #fff!important;
  margin: 5px 0px!important;
  float: none!important;
  padding: 0px 20px!important;
  border-radius: 100px!important;
}
.nicEdit-pane {
  padding: 10px!important;
  text-align: center!important;
  background-color: #ffffff!important;
  width: auto!important;
  border-radius: 5px!important;
}
.nicEdit-pane label{
  line-height: 30px!important;
  text-align: left!important;
}
.nicEdit-pane input#href{
  padding: 0px 5px!important;
  height: 28px!important;
  border-radius: 5px!important;
}
.nicEdit-pane select#target{
  width: 150px!important;
  padding: 5px 0px!important;
  border-radius: 5px!important;
}
.inner-page {
  border-top: 1px solid var(--color_gray_more_lighter);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

select option:hover,
select option:focus,
select option:active {
  background: var(--secondary_bg_color) !important;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  outline: none !important;
  text-decoration: none;
  color: var(--secondary_font_color);
}

a {
  text-decoration: none;
  color: var(--secondary_color);
}

a:hover {
  text-decoration: none;
  color: var(--primary_color);
}

.form-control:focus {
  color: var(--form_element_focus_color);
  /* background-color: var(--primary_color); */
  border-color: var(--form_element_border_color);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

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

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.disable-click {
  pointer-events: none;
  opacity: 0.4;
}
.nicEdit-panel>div{
  margin: 0px 5px;
}
.read-notification{color: #061a48!important;}
#dynamicAddRemove .form-control{margin-bottom: 5px!important;}
#compdescEdit>div, #terms_conditions .row .col-md-12 .col-md-12>div{width:100%!important}
.nicEdit-main{width:99%!important; font-weight: 400!important;}
.nicEdit-main ul, #txtCompDesc ul, .terms-conditions-blok ul {
  list-style: circle!important;
  margin: 0!important;
  padding-left: 30px!important;
}
#compdescEdit > div, #detailed_review_column > div,
#terms_conditions .row .col-md-12 .col-md-12 > div {
  width: 100% !important;
}
.nicEdit-main ul,
#txtCompDesc ul,
.terms-conditions-blok ul {
  list-style: circle !important;
  margin: 0 !important;
  padding-left: 30px !important;
}
.editor-min-height .nicEdit-main{
  min-height: 150px  !important;
}
.display {
  display: block !important;
}
.desc-error {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--secondary_font_color);
  border-color: var(--secondary_font_color);
 }

 .form-check-input:focus {
  box-shadow: none!important;
 }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.stripe-error {
  color:red;
  font-size: 15px;
}

.clear {
  clear: both;
}

.container {
  max-width: 1140px;
}
.modal {
  z-index: 9999 !important;
}
/* guides details 18/01/24*/

.guides-details h4 {
  color: #061a48;
  font-size: 36px;
  font-weight: 700;
}

.guide-buttons .btn-view {
  padding: 12px 16px;
  border-radius: 50px;
  border: 0.2px solid #061a48;
  background: #fff;
  color: #303030;

  font-size: 14px;
  font-weight: 400;
}

.guide-buttons .btn-view:hover {
  background-color: #061a48;
  color: #fff;
}

.guide-buttons .active {
  background-color: #061a48 !important;
  color: #fff;
}

.guide-buttons .float-end {
  float: right;
}

.guide-box h3 {
  text-align: center;
  color: #061a48;
  font-size: 36px;
  font-weight: 700;
}

.guide-box p {
  color: #061a48;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.guide-box p span.font-normal {
  font-weight: 400;
}

.table-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100 !important;
}
.table-loader.custom {
  top: 0px;
}

.loader-img {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(251, 251, 251, 0.786);
  border-radius: 4px;
  gap: 10px;
  color: #000;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  z-index: 100 !important;
}
.chat-loader{
  position: absolute !important;
}
.chat-loader .loader-img{
  border: none;
  background-color: #fff;
}
.position-relative{
  position: relative!important;
}

@media only screen and (max-width: 767px) {
  .guide-buttons .btn-view {
    padding: 8px 15px !important;
  }
}

@media only screen and (max-width: 400px) {
  .guide-buttons .btn-view {
    width: 100%;
    padding: 8px 15px !important;
  }
}

/* suggestions */

section.suggestion p {
  font-size: 16px;
  margin: 0px !important;
  padding-bottom: 24px;
}

section.suggestion ul {
  padding-bottom: 24px;
}

section.suggestion ul li {
  padding-bottom: 10px;
}

.section.suggestion ul li:last-child {
  padding: 0px !important;
  margin-bottom: 0px;
}

section.suggestion h1 {
  color: #061a48;
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 24px;
}

section.suggestion .term-row h3 {
  color: #061a48;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 24px;
}

section.suggestion .term-row h2 {
  color: #061a48;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

section.suggestion .term-row .suggestion-image {
  /* padding: 15px;
  border: 1px solid #DDD; */
  margin-bottom: 30px;
}

section.suggestion .term-row .suggestion-image img {
  width: 70%;
}

section.suggestion .term-row p {
  font-size: 16px;
  color: #6d717a;
}

.suggestion-content ul {
  margin-bottom: 0px !important;
}

.suggestion-content {
  width: 100%;
}

section.suggestion .term-row .suggestion-content h4 {
  font-size: 16px;
  margin-top: 20px;
  color: #212529;
  margin: 0px;
  padding-bottom: 16px;
}

section.suggestion .term-row .suggestion-content p {
  color: #6d717a;
  /* padding-top: 10px; */
}

/* section.suggestion .term-row .suggestion-content .my-list {
  /* padding-top:20px; */
/* } */

*/ .my-list-1 {
  list-style-type: none;
  padding-top: 20px;
}

.my-list-1 li {
  position: relative;
  padding-left: 0px;
  margin-left: 20px;
  font-weight: 500 !important;
  font-size: 16px;
}

.my-list-1 li::before {
  content: "";
  position: absolute;
  left: 0;
  /* top:25%;
    transform: translateY(-50%); */
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 6px !important;
  margin-left: -20px !important;
  border: 1px solid #333;
}

.pt-0 {
  padding-top: 0px;
}

section.suggestion .term-row .suggestion-content .number-list li {
  padding-top: 10px;
  list-style-type: number !important;
  list-style-position: outside;
}

.text-center {
  text-align: center;
}

.term-row ul {
  margin-top: 0px !important;
  padding-bottom: 24px;
  padding-left: 25px;
}

.radio-select-registration,
.radio-style {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.radio-style {
  gap: 10px !important;
  font-size: 18px;
  color: #6d717a;
}

.radio-select-registration {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.radio-select-registration input {
  text-align: center;
  width: 24px;
  height: 24px;
}

.button-box {
  text-align: right;
}

.radius-5 {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .button-box {
    text-align: center;
    padding-top: 20px;
  }

  .colum-spacer {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}

/*--Slim Scroll---Start-----------------*/
/* CSS for Scrollbar-The emerging W3C standard
that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--lighter_bg_color) var(--primary_color);
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--light_bg_color);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--lighter_bg_color);
  border-radius: 40px;
  border: 3px solid var(--primary_color);
}

/*--Slim Scroll---End-----------------*/

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.cursor-defalt {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.pl-50 {
  padding-left: 50px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

html {
  --lh: 1.2rem;
  line-height: var(--lh);
}

/* Note::Before using truncate single line, add width on particular element*/
.truncate-single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.truncate-overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
  /* space for ellipsis */
}

.truncate-overflow::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  width: 7rem;
  height: 1.5rem;
  top: 32px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+66 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 66%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 66%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 66%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

/*--
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: var(--primary_color);
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bluewood-bg {
  background: #354b65;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}

.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-black {
  position: relative;
}

.overly-bg-black::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*--
    - color
-----------------------------------------*/
/*--
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

.gen-info input:-moz-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

.gen-info input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

.gen-info input::-moz-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  opacity: 1;
  color: var(--form_element_placeholder_color);
}

/*--
    Scroll Up
-----------------------------------------*/
#scrollUp {
  background: var(--secondary_color) none repeat scroll 0 0;
  bottom: 85px;
  color: var(--primary_color);
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*--
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

/*--
    - Section Padding
-------------------------------------*/
.section-ptb {
  padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

.section-pt {
  padding-top: 100px;
}

.not-found {
  max-width: 700px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-70 {
  padding-top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-70 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-70 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pt-70 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pt-70 {
    padding-top: 30px;
  }
}

.section-pb-70 {
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-70 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pb-70 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pb-70 {
    padding-bottom: 30px;
  }
}

.section-pb {
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

.pr-12 {
  padding-right: 12px;
}

.font-64 {
  font-size: 64px;
  line-height: 75px;
}

.font-30 {
  font-size: 30px;
  line-height: 30px;
}

.font-24 {
  font-size: 24px !important;
  line-height: 24px !important;
}

.font-18 {
  font-size: 18px;
  line-height: 18px;
}

.font-16 {
  font-size: 16px;
  line-height: 16px;
}

.font-12 {
  font-size: 12px;
  line-height: 16px;
}

.font-13 {
  font-size: 13px;
}
.font-20 {
  font-size: 20px;
}
.color-green {
  color: #17ad6a !important;
}

.color-orange {
  color: #ffac1c !important;
}

.color-blue {
  color: var(--primary_color) !important;
}

.sea-green {
  color: var(--secondary_color) !important;
}

.sea-green-bg {
  background-color: var(--secondary_color) !important;
}

.gray {
  color: --light_gray_font_color !important;
}

.deep-gray {
  color: var(--deep_font_color) !important;
}

/* 02. Element */
.button {
  background: var(--secondary_bg_color);
  box-shadow: none;
  color: var(--primary_color);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 3px;
}

/* 2. Home 1 Header css here */
/* 01. header css here */
.logo {
  padding: 9px 0;
}

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: var(--color_black);
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}

.video-link {
  padding: 15px 15px 15px 20px;
}

.video-link + .video-link {
  border-top: 1px solid var(--color_gray_lighter);
}

.video-link .trainer-img {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

.video-link .trainer-img img {
  border: 1px solid #ccc;
  width: 100px;
}

.video-link .link-name {
  width: calc(100% - 110px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 1px;
  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: var(--light_bg_color);
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper .follow_us {
  display: block;
}

.Offcanvas_menu_wrapper .search-container {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}

.Offcanvas_menu_wrapper .search_box {
  border: 1px solid var(--color_gray_lighter);
  width: 100%;
}

.Offcanvas_menu_wrapper .search_box input {
  padding: 0 70px 0 15px;
  height: 35px;
}

.Offcanvas_menu_wrapper .search_box button {
  width: 52px;
  font-size: 21px;
}

.Offcanvas_menu_wrapper .search_box button:hover {
  background: var(--secondary_bg_color);
  color: var(--secondary_font_color);
}

.Offcanvas_menu_wrapper .top_right {
  display: block;
  margin-bottom: 18px;
  text-align: center !important;
}

.Offcanvas_menu_wrapper .top_right > ul > li {
  padding-right: 4px;
  margin-right: 4px;
}

.Offcanvas_menu_wrapper .top_right > ul > li::before {
  display: none;
}

.Offcanvas_menu_wrapper .top_right > ul > li > a {
  font-size: 13px;
  line-height: 22px;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu
  > li
  ul
  li.menu-item-has-children.menu-open
  span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 10px 0;
  margin: 5px;
}

.offcanvas_main_menu li + li a {
  border-top: 1px solid var(--color_gray_more_lighter);
}

.offcanvas_main_menu:nth-child(1) {
  border-bottom: 1px solid var(--color_gray_more_lighter);
}

.offcanvas_main_menu li a:hover {
  color: var(--secondary_font_color);
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_follow {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.Offcanvas_follow label {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 13px;
}

.Offcanvas_follow ul li {
  display: inline-block;
  margin-left: 16px;
}

.Offcanvas_follow ul li:first-child {
  margin-left: 0;
}

.Offcanvas_follow ul li a {
  font-size: 18px;
}

.Offcanvas_follow ul li a:hover {
  color: var(--secondary_font_color);
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--secondary_font_color);
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}

.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border: 1px solid var(--color_gray_more_lighter);
  border-radius: 50%;
}

.canvas_close a:hover {
  color: var(--secondary_font_color);
}

.canvas_open {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--color_gray_more_lighter);
  padding: 7px 20px 6px;
}

.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.canvas_open a {
  font-size: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header_area {
    padding-bottom: 25px;
  }
}

.header_area.header_padding {
  padding-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 7%);

  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.header_top {
  background: var(--secondary_bg_color);
}

@media only screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    display: none;
  }
}

.top_inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .top_inner {
    border: 0;
  }
}

.follow_us {
  display: flex;
}

.follow_us label {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 13px;
}

.follow_us ul li {
  display: inline-block;
  margin-left: 16px;
}

.follow_us ul li:first-child {
  margin-left: 0;
}

.follow_us ul li a {
  color: var(--secondary_font_color);
  font-size: 18px;
}

.follow_us ul li a:hover {
  opacity: 0.7;
}

.top_right > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.top_right > ul > li:hover ul.dropdown_currency,
.top_right > ul > li:hover ul.dropdown_language,
.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right > ul > li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right > ul > li:hover > a {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .top_right > ul > li {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.top_right > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.top_right > ul > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #1b1b1b;
  top: 50%;
  right: 0px;
  transform: translatey(-50%);
}

.top_right > ul > li:last-child::before {
  display: none;
}

.top_right > ul > li > a {
  color: var(--secondary_font_color);
  text-transform: capitalize;
  line-height: 45px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 767px) {
  .top_right > ul > li > a {
    line-height: 22px;
  }
}

.top_right > ul > li > a img {
  margin-right: 2px;
}

.top_right > ul > li > a i.ion-ios-arrow-down {
  margin-left: 6px;
  font-size: 11px;
}

.top_right > ul > li > a i.ion-android-call {
  margin-right: 4px;
}

.top_right > ul > li > a i.ion-social-whatsapp {
  margin-right: 4px;
}

.top_right > ul > li > a i.ion-android-person {
  margin-right: 4px;
}

.top_right > ul > li:hover a:not([href]):not([tabindex]) {
  color: var(--secondary_font_color);
}

.dropdown_currency,
.dropdown_language,
.dropdown_links {
  position: absolute;
  background: var(--light_bg_color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 130px;
  text-align: left;
  top: 125%;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 9999;
  padding: 9px 18px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid var(--color_gray_more_lighter);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .dropdown_currency,
  .dropdown_language,
  .dropdown_links {
    right: 0;
    left: auto;
    min-width: 142px;
    padding: 0 6px;
  }
}

.dropdown_currency li,
.dropdown_language li,
.dropdown_links li {
  border-bottom: 1px solid var(--color_gray_more_lighter);
}

.dropdown_currency li:last-child,
.dropdown_language li:last-child,
.dropdown_links li:last-child {
  border-bottom: 0;
}

.dropdown_currency li a,
.dropdown_language li a,
.dropdown_links li a {
  text-transform: capitalize;
  display: block;
  font-size: 13px;
  white-space: nowrap;
  padding: 7px 0;
  line-height: 20px;
}

.dropdown_currency li a:hover,
.dropdown_language li a:hover,
.dropdown_links li a:hover {
  color: var(--secondary_font_color);
}

.dropdown_language {
  right: 0;
}

.dropdown_language li a img {
  margin-right: 4px;
}

.dropdown_links {
  left: 0;
}

/* header notification css here- Start */
.notifications-icon:hover .notifications-content {
  display: block;
}

.notifications-icon .notifications-content {
  width: 300px;
  left: -120px;
  top: 10px;
  height: auto;
  display: none;
  z-index: 100;
}

.notifications-icon .notifications-content .header {
  padding: 20px 20px 0 20px;
}

.notifications-icon .notifications-content .body {
  padding: 0px 20px 10px 20px;
}

.notifications-icon .notifications-content .footer {
  padding: 20px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.notifications-icon .notifications-content .body ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 0;
}

.notifications-icon .notifications-content .body ul li + li {
  border-top: 1px solid #efefef;
}

.notifications-icon .notifications-content .footer {
  background: var(--main_bg_color);
}

.gap-height {
  height: 40px;
}

/* header notification css here- End */
/*header top css end*/
/* 2.2 header middel css here */
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .logo a img {
    max-width: 135px;
  }
}

.header_middle {
  background: var(--color_light);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 11px 0 10px;
  }
}

.middel_right {
  display: flex;
  height: 70px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .middel_right {
    justify-content: center;
    flex-direction: column;
  }
}

.search-container {
  margin-right: 20px;
}

.mini_cart .search-container {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-container {
    display: none;
  }

  .mini_cart .search-container {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .search-container {
    display: none;
  }

  .mini_cart .search-container {
    display: block;
  }
}

.search_box {
  position: relative;
  width: 100%;
  background: var(--light_bg_color);
  border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_box {
    width: 100%;
  }
}

header .search_box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #061a48;
}

header .search_box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #061a48;
}

header .search_box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #061a48;
}

header .search_box input:-moz-placeholder {
  /* Firefox 18- */
  color: #061a48;
}

.search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #061a48;
  opacity: 1;
}

.search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #061a48;
  opacity: 1;
}

.search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #061a48;
  opacity: 1;
}

.search input:-moz-placeholder {
  /* Firefox 18- */
  color: #061a48;
  opacity: 1;
}

.search_box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #061a48;
}

.search_box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #061a48;
}

.search_box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #061a48;
}

.search_box input:-moz-placeholder {
  /* Firefox 18- */
  color: #061a48;
}

.search_box input {
  border: 0;
  background: none;
  width: 100%;
  height: 47px;
  color: var(--primary_color);
  font-size: 13px;
  font-weight: 400;
  padding: 0 50px 0 20px;
}

@media only screen and (max-width: 767px) {
  .search_box input {
    height: 40px;
    padding: 0 100px 0 20px;
  }
}

.search_box button {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--secondary_bg_color);
  width: 60px;
  height: 100%;
  color: var(--primary_color);
  font-weight: 500;
  font-size: 25px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search_box button:hover {
  background: #2b3137;
}

@media only screen and (max-width: 767px) {
  .search_box button {
    padding: 0 20px;
    border-radius: 0 50px 50px 0;
  }
}

.middel_right_info {
  display: flex;
  align-items: center;
  height: 70px;
  margin-right: -45px;
}

.header_wishlist {
  padding: 0;
  height: 70px;
}

/* .header_wishlist+.header_wishlist {
  /* border-left: 1px solid #ccc; */
/* } */
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wishlist {
    margin-right: 15px;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist {
    margin-right: 0;
  }
}

.header_wishlist span.wishlist_quantity {
  position: absolute;
  left: 26px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: var(--light_bg_color);
  color: var(--color_red);
  font-weight: 600;
  border-radius: 50%;
  top: -7px;
  font-size: 11px;
}

.header-icon {
  display: flex;
  justify-content: center;
}

.header-icon a {
  margin-right: 0 !important;
}

.header_wishlist a {
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 7px 0px;
  height: 100%;
  color: var(--primary_color);
  margin-right: 25px;
}

.header_wishlist a:hover {
  color: var(--secondary_color);
}

.header_wishlist a span {
  font-size: 20px;
  padding-right: 4px;
  color: var(--primary_color);
}

.reg_ a {
  background: #d9d9d9;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding: 7px 25px;
  height: 100%;
  color: var(--primary_color);
}

.reg_ a:hover {
  color: #fff;
  background: var(--secondary_color);
}

.header_sign_up {
  height: 100%;
}

.header_sign_up a {
  /* background: var(--primary_color); */
  font-size: 20px;
  font-weight: 500;
  color: var(--primary_color);
  padding: 7px 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

.header_sign_up a:hover {
  color: var(--secondary_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist a span {
    font-size: 27px;
    padding-right: 3px;
  }
}

.mini_cart_wrapper {
  position: relative;
}

.mini_cart_wrapper:hover > a {
  color: var(--primary_color);
}

.mini_cart_wrapper span.cart_quantity {
  position: absolute;
  left: 32px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: var(--light_bg_color);
  border-radius: 50%;
  top: -7px;
  font-size: 11px;
}

.mini_cart_wrapper > a {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: var(--primary_color);
}

.mini_cart_wrapper > a span {
  font-size: 32px;
  padding-right: 5px;
}

.mini_cart .search-container {
  margin-right: 0;
}

.mini_cart .search_two .search_box {
  background: none;
  border: 1px solid var(--mini_cart_search_border_color);
}

.mini_cart .search_box input {
  border: 0;
  background: none;
  width: 100%;
  height: 47px;
  color: var(--main_font_color);
  font-size: 13px;
  font-weight: 400;
  padding: 0 80px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper > a span {
    font-size: 27px;
    padding-right: 2px;
  }
}

.cart_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color_gray_lighter);
  padding-bottom: 10px;
}

.cart_text h2 {
  font-size: 26px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.mini_cart_close > a {
  font-size: 25px;
}

.mini_cart {
  position: fixed;
  overflow-y: auto;
  width: 355px;
  height: 100%;
  padding: 18px 28px 33px;
  background: var(--light_bg_color);
  z-index: 999;
  right: 0;
  top: 0;
  transition: 0.5s;
  transform: translateX(100%);
}

.mini_cart.active {
  transform: translateX(0);
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .mini_cart {
    width: 300px;
    height: 100%;
    padding: 18px 18px 33px;
  }
}

.cart_img {
  width: 32%;
  margin-right: 10px;
}

.cart_info {
  width: 52%;
}

.cart_info a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}

.cart_info a:hover {
  color: var(--secondary_font_color);
}

.cart_info span {
  display: block;
}

.cart_info span.quantity {
  margin-bottom: 5px;
  font-size: 12px;
}

.cart_info span.price_cart {
  font-weight: 600;
}

.cart_remove {
  width: 10%;
  text-align: right;
}

.cart_remove a {
  color: #757575;
  font-size: 18px;
}

.cart_remove a:hover {
  color: var(--secondary_font_color);
}

.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid var(--color_gray_more_lighter);
  display: flex;
}

.mini_cart_table {
  padding: 23px 0;
}

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

.cart_total span {
  font-size: 14px;
  font-weight: 400;
}

.cart_total span.price {
  font-weight: 700;
}

.cart_button:first-child {
  margin-bottom: 15px;
}

.cart_button a {
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  background: #eef0f1;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 0px 13px;
}

.cart_button a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.cart_button a.active {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

/*header middel css end*/
/* 2.4 main menu css here */
.header_bottom {
  margin-bottom: 20px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--secondary_font_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
  }
}

.header_position {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}

.main_menu nav > ul > li {
  display: inline-block;
  position: relative;
}

.main_menu nav > ul > li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav > ul > li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav > ul > li:hover > a {
  color: var(--secondary_font_color);
}

.main_menu nav > ul > li:first-child > a {
  padding-left: 0;
}

.main_menu nav > ul > li > a {
  display: block;
  padding: 15px 20px 17px 20px;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--primary_color);
}

.nav-pills {
  background-color: var(--primary_color);
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .nav-pills {
    background-color: transparent;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
  }
}

.nav-pills .nav-item {
  display: inline-block;
}

.nav-link {
  position: relative;
}

.nav-link:after {
  content: "";
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  color: var(--color_black);
  background-color: #969696;
  height: 30px;
  width: 1px;
  top: 6px;
  right: -5px;
  opacity: 0.3;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .nav-link:after {
    content: "";
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    color: var(--color_black);
    background-color: #1b1b1b;
    height: 4px;
    width: 4px;
    top: 20px;
    right: -10px;
    opacity: 0.7;
    display: inline-block;
  }
}

.nav-pills .nav-item:last-child .nav-link:after {
  background-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--secondary_font_color);
  transition: 0s ease-in-out;
}

.nav-pills .nav-link.active::after {
  background-color: transparent;
}

.tab-content {
  font-size: 16px;
  line-height: 26px;
}

.tab-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary_font_color);
}

.tab-content ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.course-content .number {
  padding-right: 20px;
  margin-bottom: 20px;
}

.course-content .number p:nth-child(1) {
  font-size: 50px;
  line-height: auto;
  color: var(--color_gray_light);
  font-weight: 500;
}

.course-content .number p:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
  color: --light_gray_font_color;
  font-weight: 600;
  text-transform: uppercase;
}

.product_ratings ul li {
  list-style-type: none;
  margin-left: 0px;
}

.progress-bar-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: baseline;
}

.progress-bar-area .bar {
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #dbd9da;
  margin-right: 5%;
  margin-top: 4px;
  display: block;
  overflow: hidden;
}

.progress-bar-area .bar div {
  background-color: var(--secondary_font_color);
  height: 5px;
  width: 70%;
}

.progress-bar-area .product_ratings {
  width: auto;
  display: flex;
}

.review-block {
  background-color: var(--primary_color);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.review-block:hover {
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
}

.review-block .review-name {
  display: flex;
  vertical-align: middle;
  justify-content: flex-start;
  flex-direction: row;
  font-weight: 600;
}

.review-block .review-name .icon-area {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
  color: var(--primary_color);
  text-align: center;
  padding: 4px;

  border: 2px solid var(--primary_color);
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
}

.review-block .review-name div {
  flex-direction: column;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  width: calc(100% - 50px);
}

a.btn-style,
button.btn-style {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary_font_color);
  background-color: var(--primary_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
}

a.btn-style:hover,
button.btn-style:hover {
  background-color: var(--secondary_color);
  color: var(--primary_color);
}

.list-type-number {
  list-style-type: decimal;
  margin-left: 18px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .review-area {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .review-area {
    display: block;
  }

  .review-block .review-name div {
    flex-direction: column;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    width: 100%;
  }
}

.Instructor {
  width: 120px;
  height: 120px;
  border-radius: 90px;
  margin: auto;
  overflow: hidden;
  border: 3px solid var(--primary_color);
}

.Instructor img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li > a {
    font-size: 16px;
  }
}

.main_menu nav > ul > li > a i {
  margin-left: 3px;
}

.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 25px 20px;
  background: var(--light_bg_color);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 56px;
  text-align: left;
}

.main_menu nav > ul > li ul.sub_menu li a {
  font-weight: 500;
  display: block;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: var(--secondary_font_color);
}

.main_menu nav > ul > li ul.sub_menu li.home7new {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_menu nav > ul > li ul.sub_menu li.home7new span {
  font-size: 11px;
  text-transform: uppercase;
  background: var(--secondary_bg_color);
  color: var(--secondary_font_color);
  padding: 0 9px;
  display: inline-block;
  border-radius: 5px;
  height: 22px;
  line-height: 22px;
}

.main_menu nav > ul > li.mega_items {
  position: static;
}

.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 25px 30px 30px 30px;
  background: var(--light_bg_color);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.main_menu nav > ul > li .mega_menu .banner_static_menu {
  margin-top: 20px;
}

.main_menu nav > ul > li .mega_menu .banner_static_menu a {
  width: 100%;
}

.main_menu nav > ul > li .mega_menu .banner_static_menu a img {
  width: 100%;
}

.main_menu nav > ul > li .mega_menu .banner_static_menu a img:hover {
  opacity: 0.7;
}

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

.mega_menu_inner > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 8px;
}

.mega_menu_inner > li > a:hover {
  color: var(--secondary_font_color);
}

.mega_menu_inner > li ul li {
  display: block;
}

.mega_menu_inner > li ul li a {
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}

.mega_menu_inner > li ul li a:hover {
  color: var(--secondary_font_color);
}

/*main menu css end*/
/*mobaile menu css here*/

.mobile-menu {
  border: 1px solid #ddd;
  height: 45px;
  top: -31px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 19px;
  }
}

/*-- 2.3 Categories menu css here --*/
.categories_menu {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 25px;
  }
}

.categories_title {
  background: var(--light_bg_color);
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  height: 47px;
  line-height: 55px;
}

@media only screen and (max-width: 991px) {
  .header_bottom_container .categories_menu {
    display: none;
  }

  .categories_title::after {
    color: var(--secondary_color) !important;
  }

  .categories_title {
    height: 48px;
    line-height: 48px;
    background-color: var(--main_bg_color);
    border: 1px solid var(--secondary_font_color);
    border-radius: 50px;
    margin-top: 22px;
  }

  .categories_title h2 {
    color: var(--secondary_color) !important;
  }
}

.categories_title::after {
  content: "\f3d0";
  color: var(--primary_color);
  display: inline-block;
  font-family: Ionicons;
  position: absolute;
  font-size: 14px;
  line-height: 0px;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.3s;
}

.categories_title.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.categories_title h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  color: var(--primary_color);
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.categories_menu_toggle {
  padding: 15px 0 9px;
  border: 1px solid #ddd;
  margin-top: 5px;
  border-radius: 5px;
  background: var(--light_bg_color);
  position: absolute;
  width: 250px;
  top: 100%;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle {
    display: none;
    max-height: 360px;
    overflow: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
    width: 100%;
    max-height: 360px;
    overflow: auto;
    padding: 15px 10px 15px 20px;
  }
}

.categories_menu_toggle > ul > li {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }

  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }

  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }

  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }

  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

.categories_menu_toggle > ul > li > a {
  font-size: 14px;
  color: var(--deep_font_color);
  line-height: 43px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  cursor: pointer;
  padding: 0 15px;
}

.categories_menu_toggle > ul > li > a:hover {
  color: var(--secondary_font_color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 38px;
  }

  .categories_title h2 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 35px;
    padding: 0;
  }
}

.categories_menu_toggle > ul > li > a i.fa-angle-right {
  float: right;
  font-size: 15px;
  line-height: 35px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > a i.fa-angle-right {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a i.fa-angle-right {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > a:hover {
    color: var(--secondary_font_color);
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a:hover {
    color: var(--secondary_font_color);
  }
}

.categories_menu_toggle > ul > li:last-child > a {
  border-bottom: 0;
}

.categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.categories_menu_toggle > ul > li:hover > a {
  background: var(--color_gray_more_lighter);
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li:hover > a {
    font-weight: 400;
    background: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li:hover > a {
    font-weight: 400;
    background: inherit;
  }
}

.categories_menu_toggle > ul > li ul.categories_mega_menu {
  position: absolute;
  left: 90%;
  width: 720px;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: var(--light_bg_color);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 20px 16px;
  overflow: hidden;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    width: 680px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 40px;
  }
}

.categories_menu_toggle > ul > li ul.categories_mega_menu.open {
  display: block;
  left: 0;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li {
  padding: 0 15px;
  width: 25%;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    width: 100%;
    padding: 0;
  }
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a:hover {
  color: var(--secondary_font_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle
    > ul
    > li
    ul.categories_mega_menu
    > li.menu_item_children
    > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle
    > ul
    > li
    ul.categories_mega_menu
    > li.menu_item_children
    > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

.categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li {
  padding: 0;
  width: 50%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li {
    width: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li {
    width: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children
    > a {
    position: relative;
  }

  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children
    > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children
    > a {
    position: relative;
  }

  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children
    > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children.open
    > a::before {
    display: none;
  }

  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children.open
    > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children.open
    > a::before {
    display: none;
  }

  .categories_menu_toggle
    ul
    li.categorie_list
    ul.categories_mega_menu
    > li.menu_item_children.open
    > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}

.categorie_sub_menu li a {
  color: var(--deep_font_color);
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
}

.categorie_sub_menu li a:hover {
  color: var(--secondary_font_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
  width: 550px;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3 > li {
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 > li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 > li {
    width: 100%;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
  width: 400px;
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 > li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 > li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 > li {
    width: 100%;
  }
}

.categorie_sub {
  opacity: 0;
  z-index: 999;
  position: absolute;
  width: 101%;
  left: -1px;
  border: lef;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: var(--light_bg_color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 65%;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub {
    width: 100%;
    left: 0px;
  }
}

.categorie_sub.open {
  top: 95%;
  opacity: 1;
  visibility: visible;
}

.categories_menu_toggle ul li.has-sub > a::before {
  position: absolute;
  content: "\f055";
  font-family: FontAwesome;
  top: 0;
  right: 20px;
  font-size: 18px;
  pointer-events: none;
}

.categories_menu_toggle ul li.has-sub > a.open::before {
  content: "\f056";
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 16px;
  padding-left: 15px;
  display: block;
  color: var(--secondary_font_color);
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a:hover {
  background: var(--color_gray_more_lighter);
  font-weight: 700;
}

.categories_menu_toggle ul li.has-sub {
  padding-bottom: 10px;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
  padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:last-child {
  padding-right: 0;
}

.categorie_banner {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .categorie_banner {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_banner {
    display: none;
  }
}

.categorie_banner a img:hover {
  opacity: 0.8;
}

/*-- 2.7 Categories menu css end --*/
/*home two css here*/
.top_two {
  background: inherit;
}

.top_two .follow_us ul li a:hover {
  color: var(--secondary_font_color);
}

.middle_two {
  background: inherit;
}

.middle_two .header_wishlist > a:hover {
  color: var(--secondary_font_color);
}

.middle_two .header_wishlist span.wishlist_quantity {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.middle_two .mini_cart_wrapper:hover > a {
  color: #ffffff !important;
}

.middle_two .mini_cart_wrapper span.cart_quantity {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.search_two .search_box {
  background: none;
  border: 1px solid var(--primary_color);
}

.search_two .search_box button {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.search_two .search_box button:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.bottom_two {
  box-shadow: inherit;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom_two {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bottom_two {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 25px;
  }

  .header_bottom_container {
    justify-content: center;
  }
}

.header_bottom_container {
  display: flex;
  position: relative;
}

.header_bottom_container .categories_menu_toggle {
  display: none;
}

.header_bottom_container .categories_menu {
  width: 200px;
  margin: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom_container .categories_menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_bottom_container .categories_menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.header_bottom_container .categories_title {
  border: 1px solid var(--primary_color);
  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom_container .categories_title {
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .header_bottom_container .categories_title {
    height: 45px;
    line-height: 45px;
  }
}

.header_bottom_container .categories_title::after {
  color: var(--secondary_font_color);
}

.header_bottom_container .categories_title h2 {
  color: var(--secondary_font_color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_bottom_container
    .categories_menu_toggle
    > ul
    > li
    ul.categories_mega_menu {
    width: 480px;
  }
}

/*home three css here*/
.header_b_three {
  background: var(--secondary_bg_color);
  box-shadow: inherit;
  margin-bottom: 30px;
}

.header_b_three.sticky-header.sticky {
  background: rgba(255, 213, 16, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_b_three.sticky-header.sticky {
    background: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_b_three.sticky-header.sticky {
    background: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_b_three {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_b_three {
    display: none;
  }
}

.header_b_three .main_menu nav > ul > li:hover > a {
  color: var(--primary_color);
}

/*home four css here*/
.bottom_four {
  margin-bottom: 0;
}

.discount_area {
  padding: 9px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discount_area {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .discount_area {
    padding: 18px 0;
  }
}

.discount_text {
  text-align: center;
}

.discount_text p {
  font-size: 13px;
  line-height: 22px;
}

/*color scheme 2 css here*/
.color_scheme_2 .follow_us ul li a:hover {
  color: #b2e515;
}

.color_scheme_2 .dropdown_currency li a:hover,
.color_scheme_2 .dropdown_language li a:hover,
.color_scheme_2 .dropdown_links li a:hover {
  color: #b2e515;
}

.color_scheme_2 .search_box button {
  background: #b2e515;
}

.color_scheme_2 .header_wishlist > a:hover {
  color: #b2e515;
}

.color_scheme_2 .header_wishlist span.wishlist_quantity {
  background: #b2e515;
}

.color_scheme_2 .mini_cart_wrapper span.cart_quantity {
  background: #b2e515;
}

.color_scheme_2 .mini_cart_wrapper:hover > a {
  color: #b2e515;
}

.color_scheme_2 .cart_info a:hover {
  color: #b2e515;
}

.color_scheme_2 .cart_remove a:hover {
  color: #b2e515;
}

.color_scheme_2 .cart_button a:hover {
  background: #b2e515;
}

.color_scheme_2 .main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #b2e515;
}

.color_scheme_2 .mega_menu_inner > li > a:hover {
  color: #b2e515;
}

.color_scheme_2 .mega_menu_inner > li ul li a:hover {
  color: #b2e515;
}

.header_b_three.color_scheme_2 {
  background: #b2e515;
}

.header_b_three.color_scheme_2.sticky-header.sticky {
  background: rgba(178, 229, 21, 0.7);
}

.Offcanvas_menu.color_scheme_2 .search_box button:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.Offcanvas_menu.color_scheme_2 .canvas_close a:hover:hover {
  color: #b2e515;
}

.Offcanvas_menu.color_scheme_2 .Offcanvas_follow ul li a:hover {
  color: #b2e515;
}

.Offcanvas_menu.color_scheme_2 .offcanvas_main_menu li a:hover {
  color: #b2e515;
}

.Offcanvas_menu.color_scheme_2 .canvas_open a:hover {
  color: #b2e515;
}

/* 02. slider area css here */
.slider_area {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--secondary_color)+0,0091bd+85,0091bd+85,ffffff+85,ffffff+100 */
  background: var(--secondary_bg_color);
  background: -moz-linear-gradient(
    top,
    var(--secondary_bg_color) 0%,
    var(--secondary_bg_color) 85%,
    var(--secondary_bg_color) 85%,
    var(--color_white) 85%,
    var(--color_white) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    var(--secondary_bg_color) 0%,
    var(--secondary_bg_color) 85%,
    var(--secondary_bg_color) 85%,
    var(--color_white) 85%,
    var(--color_white) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    var(--secondary_bg_color) 0%,
    var(--secondary_bg_color) 85%,
    var(--secondary_bg_color) 85%,
    var(--color_white) 85%,
    var(--color_white) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary_bg_color)', endColorstr='var(--color_white)', GradientType=0);
  /* IE6-9 */
  padding: 0 50px;
}

.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 520px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    height: 470px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .single_slider {
    background-position: 10%;
    height: 350px;
  }
}

.slider_area .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translatex(-50%);
  display: block;
}

@media only screen and (max-width: 767px) {
  .slider_area .owl-dots {
    bottom: 10px;
  }
}

.slider_area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--light_bg_color);
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.slider_area .owl-dots .owl-dot.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_area .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: var(--secondary_bg_color);
  width: 12px;
  height: 12px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

.slider_content {
  padding: 40px 0 40px 50px;
}

@media only screen and (max-width: 767px) {
  .slider_content {
    text-align: center;
    padding: 25px 20px;
    width: 100%;
  }
}

.slider_content h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  max-width: 355px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_content h1 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 18px;
  }
}

.slider_content h2 {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  position: relative;
}

.slider_content h1 .font-small {
  font-size: 24px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .slider_content h2::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider_content h2 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

.slider_content a {
  font-size: 16px;
  font-weight: 400;
  margin-top: 45px;
  color: var(--primary_color);
  height: 48px;
  line-height: 47px;
  padding: 0 25px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border-radius: 50px;
  background-color: inherit;
  border: 1px solid var(--primary_color);
}

.slider_content a:hover {
  color: var(--primary_color);
  background: var(--secondary_bg_color);
  border: 1px solid var(--secondary_font_color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content a {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content a {
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_content a {
    font-weight: 500;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.active .slider_content h1,
.active .slider_content h2,
.active .slider_content a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content h1 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.active .slider_content a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*home two css here*/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_two .single_slider {
    height: 570px;
  }
}

.slider_two .slider_content {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .slider_two .slider_content {
    padding: 0 20px;
  }
}

.slider_content {
  text-align: center;
  color: var(--primary_color);
}

.slider_two .slider_content h1 {
  text-align: center;
  color: var(--primary_color);
}

.slider_two .slider_content h1 {
  max-width: 100%;
  color: var(--primary_color);
}

/*home three css here*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_three .single_slider {
    height: 436px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_three .slider_content h1 {
    font-size: 44px;
    line-height: 44px;
  }
}

/*home three css here*/
.slider_six {
  position: relative;
}

.slider_six .slider_content {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .slider_six .slider_content {
    padding: 25px 20px;
    text-align: left;
  }
}

.slider_six .slider_content h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  max-width: 355px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_six .slider_content h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_six .slider_content h1 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 18px;
  }
}

.slider_six .slider_content h2 {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .slider_six .slider_content h2::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider_six .slider_content h2 {
    font-size: 17px;
    margin-bottom: 12px;
  }
}

.slider_six .slider_content a {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  color: var(--secondary_font_color);
  height: 48px;
  line-height: 47px;
  padding: 0 25px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
}

.slider_six .slider_content a:hover {
  color: var(--primary_color);
  background: var(--secondary_bg_color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_six .slider_content a {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_six .slider_content a {
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_six .slider_content a {
    font-weight: 500;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}

.slider_six .owl-dots {
  left: 40px;
  transform: translateX(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_six .single_slider {
    height: 450px;
  }
}

/*color scheme 2 css here*/
.color_scheme_2 .slider_content a {
  background: #b2e515;
}

.color_scheme_2 .slider_content a:hover {
  color: var(--primary_color);
  background: var(--secondary_bg_color);
}

.color_scheme_2 .owl-dots .owl-dot.active::before {
  background: #b2e515;
}

.color_scheme_2 .sidebar_banner .banner_text h4 {
  color: #b2e515;
}

.color_scheme_2 .banner_text a {
  background: #b2e515;
}

.color_scheme_2 .banner_text a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

@media only screen and (max-width: 767px) {
  .slider_new5 {
    margin-bottom: 17px;
  }
}

/*  04. banner section css here  */
@media only screen and (max-width: 767px) {
  .banner_area {
    margin-bottom: 31px;
  }
}

.banner_container {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .banner_container {
    flex-direction: column;
  }
}

.single_banner {
  margin-right: 10px;
  width: 50%;
}

.single_banner:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .single_banner {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.banner_thumb {
  position: relative;
}

.banner_thumb a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner_thumb a img:hover {
  opacity: 0.7;
}

.banner_text {
  position: absolute;
  top: 40px;
  left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text {
    left: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text {
    top: 23px;
    left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_text {
    top: 15px;
    left: 20px;
  }
}

.banner_text h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 21px;
  font-family: "Roboto", sans-serif;
  width: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text h2 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_text h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
  }
}

.banner_text h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 3px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text h3 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_text h3 {
    font-size: 15px;
    line-height: 17px;
  }
}

.banner_text a {
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 18px;
  display: inline-block;
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  pointer-events: visible;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 11px;
  }
}

.banner_text a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

@media only screen and (max-width: 767px) {
  .banner_text a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
  }
}

/*home two css here*/
.banner_fullwidth {
  width: 100%;
}

.banner_fullwidth .banner_thumb > a {
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_thumb > a {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_thumb > a img {
    height: 138px;
    object-fit: cover;
    width: 100%;
  }
}

.banner_fullwidth .banner_text {
  right: 50px;
  left: auto;
  top: 50%;
  transform: translatey(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text {
    right: 10px;
  }
}

.banner_fullwidth .banner_text h2 {
  width: inherit;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text h2 {
    font-size: 15px;
    line-height: 18px;
  }
}

.banner_fullwidth .banner_text h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text h3 {
    font-size: 15px;
    line-height: 16px;
  }
}

.banner_fullwidth .banner_text p {
  font-size: 18px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    width: 180px;
  }
}

@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 7px;
    width: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text a {
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text a {
    font-size: 11px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text a {
    font-size: 10px;
    line-height: 24px;
  }
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar_banner {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar_banner .banner_thumb a img {
    width: 100%;
  }
}

.sidebar_banner .banner_text {
  left: 30px;
}

.sidebar_banner .banner_text h4 {
  font-size: 28px;
  line-height: 28px;
  color: var(--secondary_font_color);
  margin-bottom: 3px;
}

.sidebar_banner .banner_text h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}

.sidebar_banner .banner_text h2 {
  width: 100%;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
}

/*home four css here*/
.banner_static {
  height: 370px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_static {
    height: 260px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_static {
    height: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_static {
    height: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_static {
    height: 210px;
    margin-bottom: 50px;
  }
}

.banner_static .banner_text {
  position: unset;
}

.banner_static .banner_text h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_static .banner_text h2 {
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_static .banner_text h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

.banner_static .banner_text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_static .banner_text h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_static .banner_text h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

.banner_static .banner_text p {
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .banner_static .banner_text p {
    font-size: 14px;
    line-height: 20px;
  }
}

/*new banner section css here*/
.vidio_banner_thumb {
  position: relative;
}

.vidio_play-btn {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.vidio_play-btn a {
  font-size: 30px;
  color: var(--primary_color);
  border: 5px solid var(--primary_color);
  width: 70px;
  height: 70px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
}

.vidio_play-btn a:hover {
  border-color: #b2e515;
  color: #b2e515;
}

@media only screen and (max-width: 767px) {
  .vidio_play-btn a {
    font-size: 21px;
    border: 4px solid var(--primary_color);
    width: 55px;
    height: 55px;
    line-height: 47px;
  }
}

/* home page category area-start */
.category-section {
  padding-top: 1px;
}

.category-area {
  background: url(../img/home/category-bg.jpg);
  background-size: cover;
  display: block;
  position: relative;
  padding: 0;
  margin-top: 360px;
}

.category-area .category-container {
  background: var(--main_bg_color);
  min-height: 300px;
  top: -140px;
  left: 0;
  width: 100%;
  margin: -140px 0 0 0;
  padding: 30px !important;
  position: relative;
  z-index: 1;
  padding: 0;
}

.category-area .category-container:before {
  content: "BROWSE";
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  color: var(--primary_color);
  top: 50%;
  left: -276px;
  opacity: 0.3;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.category-area .category-container:after {
  content: "TOP COURSES";
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  color: var(--primary_color);
  top: 50%;
  left: -233px;
  opacity: 1;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.home-top-categorie_list {
  background: var(--light_bg_color);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.home-top-categorie_list h3 {
  color: var(--primary_color);
  padding: 10px;
  font-size: 24px;
  margin: 0;
  background: var(--secondary_bg_color);
}

.home-top-category-item {
  border: 1px solid #d9d9d9;
  background: var(--light_bg_color);
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  display: flex;
  height: auto;
}

.home-top-category-item + .home-top-category-item {
  margin-top: 20px;
}

.home-top-category-item:hover .product_content_area h3 {
  color: var(--secondary_font_color);
}

.home-top-category-item .product_img {
  display: block;
  margin-right: 25px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.home-top-category-item .product_img img {
  width: 175px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid var(--color_gray_more_lighter);
}

.home-top-category-item .product_content_area {
  width: calc(100% - 180px);
}

.home-top-category-item .product_content_area .trainer {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.home-top-category-item .product_content_area .traner-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 5px;
  text-transform: uppercase;
  color: --light_gray_font_color;
}

.home-top-category-item .product_content_area h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0;
  color: var(--secondary_font_color);
}

.home-top-category-item a.view {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary_font_color);
  padding: 5px 10px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 5px;
  background: var(--light_bg_color);
}

.home-top-category-item a.view:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.category-container a.view-all {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary_font_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
}

.category-container a.view-all:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.home-top-category-item p.social-info {
  color: --light_gray_font_color;
}

.home-top-category-item p.social-info img {
  padding-right: 5px;
  vertical-align: middle;
}

.home-top-category-item p.social-info span {
  font-size: 14px;
  line-height: 18px;
  padding: 20px 20px 0 0;
}

.for-Instructor {
  position: relative;
}

.for-Instructor .wishlist {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.for-Instructor .wishlist a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--secondary_font_color);
  border: 1px solid var(--secondary_font_color);
  background-color: var(--primary_color);
  font-size: 18px;
}

.for-Instructor .wishlist a:hover {
  color: var(--primary_color);
  background-color: var(--secondary_font_color);
}

.home-top-category-item.for-Instructor .product_img {
  width: 100%;
  margin: 0;
}

.home-top-category-item.for-Instructor .product_content_area {
  width: 100%;
  color: --light_gray_font_color;
  font-size: 12px;
}

.home-top-category-item.for-Instructor .product_img img {
  width: 100%;
}

.for-Instructor .price-display span:nth-child(1) {
  font-size: 24px !important;
}

.for-Instructor .price-display span:nth-child(2) {
  font-size: 24px !important;
}

.mobile-break {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 991px) {
  .mobile-break {
    display: block;
  }

  .home-top-category-item {
    display: block;
  }

  .home-top-category-item .product_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .home-top-category-item .product_img {
    margin-right: 0;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .home-top-category-item .product_content_area {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .home-top-category-item {
    margin-top: 20px;
  }

  .home-top-category-item p.social-info {
    text-align: center;
    padding: 0 50px;
  }

  .home-top-category-item .product_content_area h3 {
    padding: 10px 0;
  }

  .home-top-category-item p.social-info span {
    padding: 3px;
  }

  .category-area {
    margin-top: 295px;
  }
}

/* home page category area-end */
/* Apps download-start */
.apps-download a.app-btn {
  display: inline-block;
  border-radius: 50px;
  margin-right: 20px;
}

/* Apps download-end */
/* 03. Why chose us-start */
.why-us {
  background: var(--color_gray_more_lighter);
}

.why-us a.btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary_font_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
}

.why-us .text-area {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.why-us a.btn:hover {
  color: var(--primary_color);
  background-color: var(--secondary_color);
}

.why-us p {
  padding-right: 80px;
}

.why-us h4 {
  color: var(--secondary_font_color);
}

.why-us h1 {
  text-transform: uppercase;
}

.why-us ul {
  width: 100%;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right-img {
  font-size: 22px;
  line-height: 31px;
}

.why-us ul li {
  list-style-type: none;
  width: calc(50% - 15px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: var(--primary_color);
}

.why-us div.right-img ul li p {
  width: 100%;
  padding-right: 0px;
}

.why-us div.right-img ul li h3 {
  font-size: 20px;
  font-weight: 600;
}

.why-us ul li.red-bg {
  background: var(--color_peach);
  padding: 20px;
  margin: 0 15px 15px 0;
}

.why-us ul li.green-bg {
  background: var(--color_green);
  padding: 20px;
  margin: 0 15px 15px 0;
}

.why-us ul li.blue-bg {
  background: var(--color_sky_blue);
  padding: 20px;
  margin: 0 15px 15px 0;
}

.why-us ul li.orange-bg {
  background: var(--color_orange);
  padding: 20px;
  margin: 0 15px 15px 0;
}

@media only screen and (max-width: 767px) {
  .why-us ul li {
    width: 100%;
    margin: 20px 0 !important;
  }

  .why-us .text-area {
    position: inherit;
  }
}

/* 03. Why chose us-end */
.section_title h2 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .section_title h2 {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 16px;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .section_title h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e9e9e9;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }
}

.section_title h2 span {
  background: var(--light_bg_color);
  padding-right: 20px;
  position: relative;
}

.section_title h2 span strong {
  margin-right: 5px;
}

.section_title ul.product_tab_button {
  margin-left: 180px;
  background: #e9e9e9;
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 0 15px;
  border-radius: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title ul.product_tab_button {
    margin-left: 43px;
  }

  .why-us div.right-img ul li p {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section_title ul.product_tab_button {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 20px;
    padding: 8px 15px 10px;
  }
}

.section_title ul.product_tab_button li {
  margin-right: 15px;
}

.section_title ul.product_tab_button li:last-child {
  margin-right: 0;
}

.section_title ul.product_tab_button li a {
  font-size: 14px;
  color: var(--secondary_font_color);
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 767px) {
  .section_title ul.product_tab_button li a {
    line-height: 26px;
  }
}

.section_title ul.product_tab_button li a:hover {
  font-weight: 700;
}

.section_title ul.product_tab_button li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #d6d6d6;
  right: -15px;
  top: 50%;
}

.section_title ul.product_tab_button li a.active {
  font-weight: 700;
}

.section_title ul.product_tab_button li:last-child a::before {
  display: none;
}

.product_thumb {
  position: relative;
}

.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.product_carousel .owl-nav {
  position: absolute;
  top: 76px;
  right: 50%;
  background: var(--light_bg_color);
  display: flex;
  padding: 0 9px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav {
    display: none;
  }
}

.product_carousel .owl-nav > div {
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #a9a9a9;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_carousel .owl-nav > div:hover {
  color: var(--secondary_font_color);
}

.product_content {
  margin-top: 15px;
}

.single_product {
  padding: 10px 8px 18px 18px;
  border: 1px solid var(--color_gray_more_lighter);
  border-radius: 3px;
  margin: 1px;
}

.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}

.single_product:hover .product_name h3 {
  margin-bottom: 10px;
  margin-top: 0;
}

.single_product:hover .product_name p {
  opacity: 1;
  margin-bottom: 9px;
}

.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}

.single_product:hover .action_links ul li a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.single_product:hover .add_to_cart {
  opacity: 1;
  visibility: visible;
}

.single_product:hover .add_to_cart a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.action_links {
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  top: 8px;
  opacity: 0;
  visibility: hidden;
}

.action_links ul li a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
  transition: all 0.5s ease;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}

.action_links ul li a:hover {
  color: var(--secondary_font_color);
}

.add_to_cart {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.add_to_cart a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
  transition: all 0.5s ease;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}

.add_to_cart a:hover {
  color: var(--secondary_font_color);
}

.product_footer {
  justify-content: space-between;
}

.label_product {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  line-height: 20px;
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  border-radius: 5px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}

.label_product span {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
}

.label_product span.label_sale,
.label_product span.label_new {
  padding: 0 10px;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

.label_product span.label_new {
  background: #7c5fdc;
}

.product_name h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 15px 0 4px 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_name h3 a {
  line-height: 20px;
  display: block;
}

.product_name h3 a:hover {
  color: #7c5fdc;
}

.product_name p {
  line-height: 20px;
  display: block;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_name p a {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.product_name p a:hover {
  color: #222;
}

.product_ratings {
  margin-bottom: 5px;
}

.product_ratings ul {
  display: inline-flex;
}

.product_ratings ul li {
  line-height: 18px;
}

.product_ratings ul li a {
  color: var(--rating_color);
  font-size: 16px;
  margin: 2px;
}

.product_ratings ul li a i {
  vertical-align: bottom;
}

.price_box span.regular_price {
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .price_box span.regular_price {
    font-size: 16px;
  }
}

.price_box span.old_price {
  color: #757575;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 16px;
}

.price_box span.current_price {
  color: var(--secondary_font_color);
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .price_box span.current_price {
    font-size: 16px;
  }
}

/*Quick Search css here*/
.quick_search_inner {
  border: 1px solid var(--color_gray_more_lighter);
  padding: 19px 5px;
  border-radius: 4px;
  overflow: hidden;
  margin: 1px;
}

.quick_search button {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: var(--primary_color);
  background: var(--secondary_bg_color);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border: 0;
  border-radius: 3px;
  width: 100%;
}

.quick_search button:hover {
  background: var(--secondary_bg_color);
}

/*single featured  css here*/
.featured_categories {
  background: #f6f6f6;
  padding: 42px 0 50px;
}

@media only screen and (max-width: 767px) {
  .featured_categories {
    padding: 50px 0 50px;
  }
}

.featured_categories .section_title h2 span {
  background: #f6f6f6;
  position: relative;
}

.featured_carousel {
  background: var(--light_bg_color);
}

.featured_carousel .owl-item.last .single_featured {
  border-right: 0;
}

.single_featured {
  display: flex;
  padding: 19px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.single_featured:last-child {
  border-bottom: 0;
}

.featured_thumb {
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .featured_thumb {
    width: 38%;
  }
}

.featured_thumb a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.featured_thumb a img:hover {
  opacity: 0.7;
}

.featured_content {
  width: 55%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .featured_content {
    width: 63%;
    padding-left: 16px;
  }
}

.featured_content h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin-bottom: 8px;
}

.featured_content h3 a:hover {
  color: var(--secondary_font_color);
}

.featured_content > a {
  color: var(--secondary_font_color);
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  float: right;
  position: relative;
  padding-right: 18px;
}

.featured_content > a:hover {
  color: var(--secondary_font_color);
}

.featured_content > a::before {
  position: absolute;
  content: "\f362";
  font-family: "Ionicons";
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
  color: var(--secondary_font_color);
  right: 0;
}

.sub_featured ul li a {
  display: block;
  line-height: 24px;
  text-transform: capitalize;
}

.sub_featured ul li a:hover {
  color: var(--secondary_font_color);
}

/*small product area css here*/
.small_product .single_product {
  display: flex;
}

.small_product .product_content {
  width: 55%;
}

.small_product .product_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.small_product .product_content h3 a {
  line-height: 20px;
  display: block;
}

.small_product .product_content h3 a:hover {
  color: #7c5fdc;
}

.small_product .product_thumb {
  width: 45%;
}

.small_product .product_ratings {
  margin-bottom: 10px;
}

/*custom product area css here*/
.custom_product_area {
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_product_area {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_area {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .custom_product_area {
    margin-bottom: 2px;
  }
}

.single_product_items {
  margin-bottom: 20px;
  display: flex !important;
}

.single_product_items .product_content {
  width: 70%;
  padding-left: 20px;
  margin-top: 0;
}

.single_product_items .product_content h3 {
  margin: 0 0 8px 0;
}

.single_product_items .product_thumb {
  width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .custom_product {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 479px) {
  .custom_product {
    margin-bottom: 23px;
  }
}

.custom_product .section_title h2 {
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .custom_product .section_title h2 {
    font-size: 18px;
  }
}

/*call to action css here*/
.call_to_action {
  background: var(--secondary_bg_color);
  padding: 42px 0 45px;
}

@media only screen and (max-width: 767px) {
  .call_to_action {
    padding: 42px 0 50px;
  }
}

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

@media only screen and (max-width: 767px) {
  .call_action_inner {
    flex-direction: column;
    text-align: center;
  }
}

.call_text h3 {
  font-size: 30px;
  line-height: 39px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin-bottom: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call_text h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call_text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .call_text h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.call_text h3 span {
  font-weight: bold;
}

.call_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .call_text p {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .link_follow {
    margin-top: 20px;
  }
}

.link_follow ul li {
  display: inline-block;
  margin-right: 7px;
}

.link_follow ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .link_follow ul li {
    margin-right: 3px;
  }
}

.link_follow ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  display: block;
  text-align: center;
  color: var(--secondary_color);
  border: 1px solid var(--secondary_color);
  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .link_follow ul li a {
    width: 42px;
    height: 42px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .link_follow ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

.link_follow ul li a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

@media only screen and (max-width: 767px) {
  .discover_now {
    margin-bottom: 15px;
  }
}

.discover_now a {
  line-height: 48px;
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  padding: 0 33px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.discover_now a:hover {
  background: #2b3137;
  color: var(--secondary_font_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover_now a {
    line-height: 43px;
    padding: 0 11px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .discover_now a {
    line-height: 38px;
    padding: 0 22px;
    font-size: 12px;
  }
}

/*call to action css end*/
/*home two css here*/
.single_product_list .single_product {
  margin-bottom: 20px;
}

.single_product_list .single_product:last-child {
  margin-bottom: 0;
}

.product_tab_button.tab_button2 {
  margin-left: 0;
  background: #f6f6f6;
  border: 0;
  padding: 0;
  margin-bottom: 22px;
  position: relative;
}

.product_tab_button.tab_button2::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e9e9e9;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}

@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2 {
    flex-direction: column;
  }
}

.product_tab_button.tab_button2 li {
  margin-right: 20px;
}

.product_tab_button.tab_button2 li:first-child a {
  padding-left: 0;
}

.product_tab_button.tab_button2 li:last-child {
  margin-right: 0;
}

.product_tab_button.tab_button2 li a {
  font-size: 26px;
  line-height: 33px;
  font-family: "Roboto", sans-serif;
  color: var(--secondary_font_color);
  background: #f6f6f6;
  position: relative;
  padding: 0 20px;
}

.product_tab_button.tab_button2 li a.active {
  color: var(--secondary_font_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_button.tab_button2 li a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2 li a {
    font-size: 20px;
    line-height: 33px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2 li a::before {
    display: none;
  }
}

.product_tab_button.tab_button2 li a span {
  font-weight: 700;
}

.new_product_area {
  background: #f6f6f6;
  padding: 43px 0 50px;
}

.sample_product {
  flex: 0 0 31.333333%;
  max-width: 31.333%;
  margin-right: 20px;
  padding: 20px 15px;
  background: var(--light_bg_color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sample_product {
    flex: 0 0 30.333333%;
    max-width: 30.333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sample_product {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .sample_product {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.sample_product .product_name {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sample_product .product_name {
    margin-top: 0;
  }
}

.sample_product .product_name h3 {
  margin-top: 0;
}

.sample_product .manufacture_product p {
  opacity: 1;
}

.sample_product .product_content {
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sample_product .product_content {
    margin-top: 4px;
  }
}

.sample_product .product_ratings {
  margin-bottom: 13px;
}

.new_product_container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new_product_container .product_carousel {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new_product_container .product_carousel {
    flex: 0 0 49%;
    max-width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .new_product_container .product_carousel {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product_bg .single_product {
  background: var(--light_bg_color);
  border: 0;
  margin-bottom: 20px;
}

.product_bg .single_product:last-child {
  margin-bottom: 0;
}

.quantity_progress {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.quantity_progress p {
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 20px;
}

.quantity_progress p span {
  font-weight: 700;
}

.bar_percent {
  height: 10px;
  background: var(--color_gray_more_lighter);
  width: 100%;
  border-radius: 25px;
  position: relative;
}

.bar_percent::before {
  position: absolute;
  content: "";
  width: 57%;
  height: 10px;
  left: 0;
  top: 0;
  background: var(--secondary_bg_color);
  border-radius: 25px 0 0 25px;
}

/*home three css here*/
.featured_c_three {
  padding: 0;
  background: none;
}

.featured_c_three .featured_container {
  border: 1px solid var(--color_gray_more_lighter);
}

.featured_c_three .section_title h2 span {
  background: var(--light_bg_color);
}

/*home four css here*/
.featured_four {
  border: 1px solid var(--color_gray_more_lighter);
}

.featured_four .single_featured {
  flex-direction: column;
  border: 0;
}

.featured_four .featured_thumb {
  width: 100%;
}

.featured_four .featured_content {
  width: 100%;
  padding-left: 0;
}

.featured_four .featured_content > a {
  float: left;
}

.featured_c_four {
  background: inherit;
  padding: 0;
}

.featured_c_four .section_title h2 span {
  background: var(--light_bg_color);
}

/*color schemen 2*/
.color_scheme_2 .featured_content h3 a:hover {
  color: #b2e515;
}

.color_scheme_2 .featured_content > a:hover {
  color: #b2e515;
}

.color_scheme_2 .featured_content > a::before {
  color: #b2e515;
}

.color_scheme_2 .sub_featured ul li a:hover {
  color: #b2e515;
}

.color_scheme_2 .owl-nav > div:hover {
  color: #b2e515;
}

.color_scheme_2 .product_name h3 a:hover {
  color: #b2e515;
}

.color_scheme_2 .product_name p a:hover {
  color: #b2e515;
}

.color_scheme_2 .small_product .product_content h3 a:hover {
  color: #b2e515;
}

.color_scheme_2 .product_ratings ul li a {
  color: #b2e515;
}

.color_scheme_2 .bar_percent::before {
  background: #b2e515;
}

.color_scheme_2 .label_product {
  background: #b2e515;
}

.color_scheme_2 .action_links ul li a:hover {
  color: #b2e515;
}

.color_scheme_2 .add_to_cart a:hover {
  color: #b2e515;
}

.color_scheme_2 .modal-content button.close:hover {
  color: #b2e515;
}

.color_scheme_2 .modal_price span {
  color: #b2e515;
}

.color_scheme_2 .modal_add_to_cart form button:hover {
  background: #b2e515;
  border-color: #b2e515;
}

.color_scheme_2 .modal_social ul li.facebook a:hover {
  background: #b2e515;
}

.color_scheme_2 .modal_social ul li.twitter a:hover {
  background: #b2e515;
}

.color_scheme_2 .modal_social ul li.pinterest a:hover {
  background: #b2e515;
}

.color_scheme_2 .modal_social ul li.google-plus a:hover {
  background: #b2e515;
}

.color_scheme_2 .modal_social ul li.linkedin a:hover {
  background: #b2e515;
}

.color_scheme_2 .product_navactive.owl-carousel .owl-nav div:hover {
  background: #b2e515;
}

.call_to_action.color_scheme_2 {
  background: #b2e515;
}

.call_to_action.color_scheme_2 .discover_now a:hover {
  color: #b2e515;
}

/* 05. blog area css here */
.blog_carousel .owl-nav {
  position: absolute;
  top: -56px;
  right: 0;
  background: var(--light_bg_color);
  display: flex;
  padding: 0 9px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
  .blog_carousel .owl-nav {
    display: none;
  }
}

.blog_carousel .owl-nav > div {
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #a9a9a9;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_carousel .owl-nav > div:hover {
  color: var(--secondary_font_color);
}

.single_blog {
  border: 1px solid var(--color_gray_more_lighter);
}

.blog_content {
  padding: 19px 19px 24px 19px;
}

.blog_content h3 {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 22px;
  margin-bottom: 14px;
  font-weight: 400;
  padding-bottom: 17px;
  position: relative;
  font-family: "Roboto", sans-serif;
}

.blog_content h3 a:hover {
  color: var(--secondary_font_color);
}

.blog_content h3::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.date_post span {
  line-height: 22px;
  background: var(--secondary_bg_color);
  display: inline-block;
  padding: 0 11px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 12px;
}

.blog_desc p {
  line-height: 22px;
  font-size: 13px;
}

/*06. newsletter area css here*/
.newletter_area {
  padding: 40px 0;
  border-top: 1px solid var(--color_gray_more_lighter);
}

.newletter_title {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .newletter_title {
    margin-bottom: 25px;
  }
}

.newletter_title img {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_title img {
    margin-right: 10px;
  }
}

.newletter_content h2 {
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content h2 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_content h2 {
    font-size: 18px;
  }
}

.newletter_content p {
  font-size: 14px;
  margin: 13px 0 0;
  line-height: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_content p {
    font-size: 13px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

.newletter_subscribe form {
  position: relative;
  width: 550px;
  background: var(--light_bg_color);
  border: 1px solid var(--color_gray_more_lighter);
  border-radius: 30px;
  float: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_subscribe form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_subscribe form {
    width: 100%;
  }
}

.newletter_subscribe form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.newletter_subscribe form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.newletter_subscribe form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

.newletter_subscribe form input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

.newletter_subscribe form input {
  width: 100%;
  border: 0;
  background: none;
  padding: 0 150px 0 20px;
  height: 50px;
  font-size: 14px;
  color: #a5a5a5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form input {
    padding: 0 125px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_subscribe form input {
    padding: 0 110px 0 20px;
    height: 40px;
  }
}

.newletter_subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  padding: 0 35px;
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 30px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newletter_subscribe form button:hover {
  background: #7c5fdc;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form button {
    font-size: 13px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_subscribe form button {
    padding: 0 15px;
  }
}

.mailchimp-error {
  text-align: left;
  color: green;
}

.mailchimp-success {
  text-align: left;
  color: green;
}

.mailchimp-success.active {
  margin-top: 20px;
}

/*home two css here*/
.newletter_two {
  border-top: 1px solid #363636;
}

.newletter_two .newletter_content h2 {
  color: var(--primary_color);
}

.newletter_two .newletter_content p {
  color: #888888;
}

.newletter_two .newletter_subscribe form {
  background: #252525;
  border: 1px solid #363636;
}

/*home three css here*/
.newletter_three .newletter_subscribe form button {
  background: var(--secondary_bg_color);
}

.newletter_three .newletter_subscribe form button:hover {
  background: var(--secondary_bg_color);
}

/* 21. shipping css here */
.shipping_inner {
  border: 1px solid var(--color_gray_more_lighter);
  padding: 19px 5px;
  border-radius: 4px;
  overflow: hidden;
}

.single_shipping {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-left: 1px solid var(--color_gray_more_lighter);
  width: 25%;
  float: left;
}

.single_shipping:first-child {
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping {
    margin-bottom: 12px;
    width: 50%;
    border: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single_shipping {
    margin-bottom: 12px;
    border: 0;
    width: 100%;
  }

  .single_shipping:last-child {
    margin-bottom: 0;
  }

  .shipping_inner {
    padding: 19px;
  }
}

.shipping_icone {
  margin-right: 14px;
}

.shipping_content h2 {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
}

.shipping_content p {
  font-size: 13px;
  line-height: 18px;
}

/*testimonial css here*/
.testimonial_container {
  padding: 22px 30px 20px;
}

.testimonial_container .testimonial_images {
  width: 84px;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.testimonial_container .testimonial_images img {
  width: inherit;
  border-radius: 50%;
}

.testimonial_container .testimonial_content {
  margin-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .testimonial_content {
    margin-top: 50px;
  }
}

.testimonial_container .testimonial_content p {
  padding: 0;
  margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .testimonial_content p {
    margin-bottom: 12px;
  }
}

.testimonial_container .testimonial_content a {
  color: var(--secondary_font_color);
  font-weight: 600;
  font-size: 16px;
}

.testimonial_container .testimonial_content a:hover {
  color: var(--secondary_font_color);
}

.testimonial_container:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}

.testimonial_container .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  background: #eaeaea;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #313131;
  font-size: 18px;
  z-index: 1;
  height: 80px;
  border-radius: 0 3px 3px 0;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0px;
}

.testimonial_container .owl-nav > div:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.testimonial_container .owl-nav > div.owl-next {
  right: 0;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.testimonial_banner {
  background: url(../img/about/testimonial.jpg) no-repeat 0 0;
  width: 100%;
  background-size: cover;
}

.testimonial_section {
  border: 1px solid var(--color_gray_more_lighter);
  background: var(--light_bg_color);
}

.testimonial_area {
  padding: 68px 0px;
  color: var(--primary_color);
  margin-top: 100px;
}

.testimonial_area .container {
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  .testimonial_are {
    margin-bottom: 63px;
  }
}

.testimonial_titile {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .testimonial_titile {
    margin-bottom: 15px;
  }
}

.testimonial_titile h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .testimonial_titile h1 {
    font-size: 20px;
  }
}

.testimonial_active.owl-carousel .single_testimonial img {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 50%;
}

.testimonial_active.owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  text-align: left;
  top: 15px;
}

.testimonial_active.owl-carousel .testimonial-image-area .image {
  width: 80px;
}

.testimonial_active.owl-carousel .testimonial-image-area .name-title {
  width: calc(100% - 80px);
  text-align: left;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .testimonial_active.owl-carousel .owl-dots {
    top: 10px;
  }
}

.testimonial_active.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ebebeb;
  border-radius: 100%;
  margin: 0 4px;
  display: inline-block;
}

.testimonial_active.owl-carousel .owl-dots .owl-dot.active {
  background: var(--color_black);
}

.single_testimonial {
  text-align: center;
}

.single_testimonial p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
  text-align: justify;
}

.testimonial_active {
  background: var(--primary_color) url("../img/about/qs-icon.png") bottom right
    no-repeat;
  background-position: bottom 70px right 70px;
  padding: 40px;
  border-radius: 10px;
  opacity: 0.9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_testimonial p {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single_testimonial p {
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.single_testimonial span {
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
}

@media only screen and (max-width: 767px) {
  .single_testimonial span {
    margin-bottom: 12px;
  }
}

.single_testimonial span.name {
  font-weight: 700;
  text-transform: uppercase;
}

/*brand css here*/
@media only screen and (max-width: 767px) {
  .brand_area.mb-42 {
    margin-bottom: 50px;
  }
}

.brand_container .owl-item img {
  display: block;
  width: 55%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 1;
}

.brand_container .owl-item .single_brand a {
  text-align: center;
}

.brand_container .owl-item:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .brand_container .owl-item img {
    display: block;
    width: 80%;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    margin: 0 auto;
  }

  .brand_container .single_brand {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .brand_container .owl-item img {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .brand_container .owl-item img {
    width: 60%;
  }
}

/*  07. footer area css here */
.footer_top {
  padding: 48px 0 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_top {
    padding: 48px 0 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top {
    padding: 48px 0 14px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 48px 0 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .widgets_container {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .widgets_container {
    text-align: center;
  }
}

.widgets_container h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 767px) {
  .widgets_container h3 {
    margin-bottom: 8px;
    line-height: 22px;
  }
}

.widgets_container p {
  margin: 0;
}

.footer_logo {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer_logo a img {
    max-width: 126px;
  }
}

.footer_contact p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .footer_contact p {
    margin-bottom: 23px;
  }
}

.footer_contact p span {
  display: block;
  color: #3e444a;
  font-size: 16px;
  font-weight: 700;
}

.footer_contact p a:hover {
  color: var(--secondary_font_color);
}

.footer_menu ul li {
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    line-height: 25px;
  }
}

.footer_menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.footer_menu ul li a:hover {
  color: #0b8eb3;
}

.subscribe_form {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .subscribe_form {
    margin-top: 16px;
  }
}

.subscribe_form form {
  position: relative;
  width: 350px;
  background: var(--light_bg_color);
  border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe_form form {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe_form form {
    width: 100%;
  }
}

.subscribe_form form input {
  width: 100%;
  height: 48px;
  color: #666;
  font-size: 13px;
  background: none;
  border: 0;
  padding: 0 120px 0 15px;
}

@media only screen and (max-width: 767px) {
  .subscribe_form form input {
    padding: 0 105px 0 15px;
  }
}

.subscribe_form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--secondary_bg_color);
  font-weight: 400;
  padding: 0 18px;
  border: 0;
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: var(--primary_color);
}

.subscribe_form form button:hover {
  background: var(--secondary_bg_color);
}

@media only screen and (max-width: 767px) {
  .subscribe_form form button {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .copyright_area {
    text-align: center;
    margin-bottom: 14px;
  }
}

/* .copyright_area ul {
  margin-left:10%;
} */
.copyright_area li {
  font-weight: 500;
  /* text-transform: capitalize; */
  line-height: 16px;
  font-size: 15px;
  display: inline-block;
  color: var(--color_gray);
}

.copyright_area li + li {
  margin-left: 25px;
}

.copyright_area p {
  text-transform: capitalize;
  line-height: 16px;
  font-size: 11px;
  font-weight: 700;
  /* margin-right: 25px; */
  text-align: right;
  color: var(--color_gray_light);
}

.copyright_area li a {
  color: var(--color_gray);
}

.copyright_area li a:hover {
  color: var(--secondary_color);
}

.footer_bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


@media only screen and (max-width: 767px) {
  .footer_payment {
    text-align: center !important;
  }
}

/*color scheme 2 css here*/
.color_scheme_2 .footer_menu ul li a:hover {
  color: #b2e515;
}

.color_scheme_2 .footer_contact p a:hover {
  color: #b2e515;
}

.color_scheme_2 .subscribe_form form button {
  background: #b2e515;
}

.color_scheme_2 .subscribe_form form button:hover {
  background: var(--secondary_bg_color);
}

.color_scheme_2 .copyright_area p a:hover {
  color: #b2e515;
}

/*collection area css here*/
.collection_area {
  margin-bottom: 94px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .collection_area {
    margin-bottom: 74px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .collection_area {
    margin-bottom: 74px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_area {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_area {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_img {
    margin-bottom: 21px;
  }
}

.collection_img img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .collection_content {
    text-align: center;
  }
}

.collection_content h1 {
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}

.collection_content h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}

.collection_content h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}

.collection_content p {
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .collection_content p {
    font-size: 15px;
  }
}

.collection_content a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #757575;
  display: inline-block;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content a {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_content a {
    margin-top: 15px;
    font-size: 16px;
  }
}

.collection_content a:hover {
  color: var(--secondary_font_color);
  border-color: var(--secondary_font_color);
}

@media only screen and (max-width: 767px) {
  .collection_2 {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_2 .collection_content {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_4 {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_4 .collection_content {
    margin-bottom: 29px;
  }
}

/*categories section css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_area {
    margin-top: 68px;
  }
}

.categories_thumb {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .categories_thumb {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .categories_thumb a {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .categories_thumb img {
    height: 100%;
    object-fit: cover;
  }
}

.categories_content {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translatey(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_content {
    right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_content {
    right: 15px;
  }
}

.categories_content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .categories_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.categories_content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .categories_content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.categories_content p {
  font-size: 17px;
  width: 440px;
  font-weight: 500;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content p {
    width: 310px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_content p {
    font-size: 14px;
    width: 210px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}

.categories_content a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #757575;
}

.categories_content a:hover {
  color: var(--secondary_font_color);
  border-color: var(--secondary_font_color);
}

#fp-nav {
  right: 31px;
}

.categories_area .col-12 {
  padding: 0;
}

.categories_content.content_left {
  left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content.content_left {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_content.content_left {
    left: 30px;
  }
}

/* inner page banner - start */
.banner-inner p {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #6d717a;
  margin: 36px 0 20px;
}

.banner-inner {
  color: var(--primary_color);
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.banner-inner .banner-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner-inner .banner-text {
  color: var(--primary_color);
}

@media only screen and (max-width: 991px) {
  .banner-inner h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .banner-inner .banner-text .breadcrumb_content {
    padding-bottom: 30px;
    font-size: 16px;
  }

  .banner-inner h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-inner .banner-text {
    position: inherit;
  }

  .banner-inner .banner-text {
    text-align: center;
  }

  .banner-inner h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .banner-inner .banner-text .breadcrumb_content {
    padding-bottom: 30px;
    font-size: 14px;
  }

  .banner-inner h2 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 20px;
  }

  .banner-inner p {
    margin: 5px 0 0;
  }
}

/* inner page banner - End */
/* 10. shop page css here */
.header_shop {
  border-bottom: 1px solid var(--color_gray_more_lighter);
}

.header_shop .header_top {
  padding: 7px 0;
}

.header_shop .header_middel {
  padding: 40px 0 18px;
}

@media only screen and (max-width: 767px) {
  .header_shop .header_middel {
    padding: 21px 0 18px;
  }
}

.header_shop .header_bottom {
  padding: 0;
}

.canvas_padding {
  margin-bottom: 0;
}

.breadcrumb_content {
  padding: 0;
}

.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3px;
  padding-right: 13px;
  position: relative;
}

.breadcrumb_content ul li::before {
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.breadcrumb_content ul li:last-child {
  margin-right: 0;
}

.breadcrumb_content ul li:last-child::before {
  display: none;
}

.breadcrumb_content ul li a {
  color: var(--secondary_font_color);
}

.breadcrumb_content ul li a:hover {
  color: var(--secondary_font_color);
}

.sidebar_widget .single_banner {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}

.widget_list {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.widget_list .product_ratings {
  margin-left: 20px;
}

.widget_list .product_ratings ul {
  margin-top: 5px;
}

.widget_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget_list h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 24px;
}

.widget_list > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

.widget_list > ul > li > p {
  padding-left: 30px;
}

.widget_list > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.widget_list > ul > li input {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.widget_list > ul > li input:checked ~ .checkmark {
  background-color: var(--secondary_font_color);
  border: 1px solid var(--secondary_font_color);
}

.widget_list > ul > li input:checked ~ .checkmark::before {
  display: block;
}

.widget_list > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 27px;
  margin-left: 30px;
}

.widget_list > ul > li > a:hover {
  color: var(--secondary_font_color);
}

.widget_list > ul > li span.checkmark {
  height: 17px;
  width: 17px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translatey(-50%);
  background: #f4f4f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget_list > ul > li span.checkmark::before {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.ui-slider-horizontal .ui-slider-range {
  background: var(--deep_font_color);
  height: 5px;
}

.ui-slider-horizontal {
  height: 3px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--light_bg_color);
  border: 0;
  border-radius: 0;
  width: 19px;
  height: 19px;
  top: -7px;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid var(--secondary_font_color);
}

.widget_list.widget_filter form {
  padding-top: 10px;
}

.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 500;
  width: 100px;
  float: right;
  text-align: right;
  line-height: 31px;
  margin-top: -3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}

.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  color: var(--primary_color);
  background: var(--secondary_bg_color);
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget_list.widget_filter form button:hover {
  background: var(--secondary_bg_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}

.shop_sidebar_banner a img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .shop_sidebar_banner a img {
    width: 100%;
  }
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 8px 10px;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .select_option {
    flex-direction: column;
  }
}

.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}

.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}

.shop_title {
  margin-bottom: 20px;
}

.shop_title h1 {
  font-size: 33px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.list_button ul li {
  margin-right: 12px;
}

.list_button ul li:last-child {
  margin-right: 0;
}

.list_button ul li a:hover {
  color: var(--secondary_font_color);
}

.list_button ul li a i {
  margin-right: 5px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.list_button ul li a.active {
  color: var(--secondary_font_color);
}

.list_button ul li a.active i {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.product_ratting ul li {
  display: inline-block;
}

.product_ratting ul li a {
  color: #ccc;
}

.product_ratting ul li a.select {
  color: var(--secondary_font_color);
}

@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
}

.product_list_item .product_content h3 {
  margin-bottom: 10px;
}

.product_list_item .product_ratting {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: 7px;
  vertical-align: bottom;
}

.pagination ul li:first-child {
  margin-left: 0;
}

.pagination ul li a {
  display: block;
  color: var(--main_font_color);
  border-bottom: 2px solid transparent;
}

.pagination ul li a:hover {
  border-bottom: 2px solid var(--secondary_font_color);
  color: var(--secondary_font_color);
}

.pagination ul li.current {
  border-bottom: 2px solid var(--secondary_font_color);
  color: var(--secondary_font_color);
}

.pagination ul li.next,
.pagination ul li.prev {
  margin: 0 5px;
}

.pagination ul li.next a,
.pagination ul li.prev a {
  width: 40px;
  height: 40px;
  font-size: 30px;
  border-radius: 50px;
  border: 1px solid var(--main_font_color);
  line-height: 35px;
  padding: 1px;
}

.pagination ul li.next:hover a,
.pagination ul li.prev:hover a {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.other-topic h3 {
  text-transform: uppercase;
}

.other-topic span {
  color: --light_gray_font_color;
  font-size: 12px;
  line-height: 12px;
}

.other-topic .topic {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: var(--light_bg_color);
  padding: 7px;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
}

.other-topic .topic:hover {
  border: 1px solid var(--secondary_font_color);
  box-shadow: 0px 0px 10px 0px var(--secondary_font_color);
  transition: box-shadow 0.5s ease-in-out;
}

.other-topic .topic .img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color_gray_more_lighter);
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--secondary_font_color);
  display: flex;
  vertical-align: middle;
  justify-content: center;
  flex-direction: column;
}

.other-topic .topic .text {
  width: calc(100% - 100px);
  padding-left: 7px;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}

.price-display span:nth-child(1) {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary_color);
  margin-right: 10px;
}

.price-display span:nth-child(2) {
  font-size: 30px;
  font-weight: 500;
  color: --light_gray_font_color;
  margin-right: 10px;
  text-decoration: line-through;
}

.price-display span:nth-child(3) {
  font-size: 20px;
  font-weight: 500;
  color: --light_gray_font_color;
}

.price-display a.btn {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--color_btn);
  color: var(--color_white);
  padding: 10px 20px;
  border-radius: 50px;
}

.price-display a.btn:hover {
  background-color: var(--secondary_font_color);
}

.price-display a.cy-project {
  background: #ffffff;
  border: 1px solid #ee5719;
  color: #ee5719;
}

.price-display a.cy-project:hover {
  color: #fff;
}

.course-video-area {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
}

.course-video {
  width: auto;
  border: 1px solid #d9d9d9;
  background: var(--light_bg_color);
  padding: 7px;
  margin: 7px 0;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  color: var(--deep_font_color);
  font-weight: 600;
}

.course-video .img img {
  width: 100%;
}

.course-video a {
  color: var(--secondary_font_color);
}

.course-video .btn {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--secondary_font_color);
  padding: 5px 10px;
  border-radius: 50px;
  color: var(--secondary_font_color);
}

.course-video .btn:hover {
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
}

.course-video .btn a {
  padding: 4px 8px;
  border-radius: 50px;
}

.course-video .btn:hover a {
  color: var(--primary_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button {
    bottom: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button a {
    line-height: 37px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}

.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}

.shop_area {
  padding: 80px 0;
}

/* shop page css here*/
.shop_banner {
  margin-bottom: 44px;
}

.shop-search {
  width: 400px;
}

.shop-search .search_box {
  border: 1px solid #d9d9d9;
}

.shop-search .search_box input {
  color: var(--deep_font_color);
}

.shop-search .search_box button {
  background: var(--light_bg_color);
  color: var(--deep_font_color);
}

.nice-select {
  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 991px) {
  .shop_toolbar_wrapper .shop-search {
    display: block;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_area {
    padding: 40px 0;
  }

  .shop_reverse .row {
    flex-direction: column-reverse;
  }

  .shop_toolbar_wrapper .shop-search {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .shop_toolbar_wrapper .nice-select {
    width: 100%;
  }

  .shop_toolbar_wrapper .nice-select .list {
    width: 100%;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}

.shop_toolbar_btn > button.btn-grid-3 {
  background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}

.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}

.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../img/icon/bkg_grid4.png) no-repeat scroll center center;
  width: 26px;
  height: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .shop_toolbar_btn {
    display: none;
  }
}

.shop_toolbar_btn > button.btn-grid-4.active {
  background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center
    center !important;
}

.shop_toolbar_btn > button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}

.shop_toolbar_btn > button.btn-list.active {
  background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
  display: none;
}

.grid_list .grid_name {
  display: none;
}

.grid_list .action_links {
  display: none;
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  display: block;
  min-width: 0 0 66.666667%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content {
    flex: 0 0 58.333333%;
    min-width: 58.333333%;
  }
}

@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex: 0 0 100%;
    min-width: 100%;
    margin-left: 0;
  }
}

.grid_list .product_content.list_content .product_name h3 {
  margin: 0 0 12px;
}

.grid_list .product_content.list_content .product_ratings {
  margin-bottom: 8px;
}

.text_available {
  margin-bottom: 13px;
}

.text_available p {
  font-size: 14px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text_available p {
    font-size: 13px;
  }
}

.text_available p span {
  color: #67c10a;
}

.cart_links_btn {
  margin-bottom: 20px;
}

.cart_links_btn a {
  line-height: 38px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: var(--primary_color);
  text-transform: uppercase;
  background: var(--secondary_bg_color);
  display: block;
  text-align: center;
  padding: 0 30px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_links_btn a {
    padding: 0 18px;
  }
}

.cart_links_btn a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.left_caption {
  width: 62%;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .left_caption {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .right_caption {
    width: 100%;
  }
}

.right_caption .price_box {
  margin-bottom: 20px;
}

.right_caption .price_box span {
  font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right_caption .price_box span {
    font-size: 15px;
  }
}

.right_caption .product_name h3 span {
  margin-right: 5px;
}

.right_caption .product_name h3 a {
  display: inline-block;
}

.right_caption .product_name h3 a:hover {
  color: var(--secondary_font_color);
}

.action_links_btn {
  text-align: center;
}

.action_links_btn ul li {
  display: inline-block;
}

.action_links_btn ul li a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
}

.action_links_btn ul li a:hover {
  color: var(--secondary_font_color);
}

.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
    padding: 10px 18px 18px 18px;
  }
}

.grid_list .product_thumb {
  margin-bottom: 0;
  min-width: 33.333333%;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    flex: 0 0 41.666667%;
    min-width: 41.666667%;
  }
}

@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: max-width;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}

@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop_wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 2px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper .single_product {
  position: relative;
  margin-bottom: 20px;
}

.shop_wrapper .label_product {
  bottom: 40px;
}

.shop_wrapper.grid_4 .price_box span.current_price {
  font-size: 15px;
  margin-right: 3px;
}

.shop_wrapper.grid_4 .price_box span.old_price {
  font-size: 14px;
}

.widget_inner {
  padding: 0 20px;
  margin-bottom: 50px;
}

/* shop page css end*/
/*shop fullwidth css here*/
.shop_fullwidth {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}

.star_rating {
  float: right;
}

.star_rating ul li {
  display: inline-block;
}

.star_rating ul li a {
  color: var(--secondary_font_color);
}

/* 13. cart page css here */

.footer_widgets {
  padding: 20px;
  /* background-color: var(--footer_bg_color); */
  color: var(--primary_color);
}

.footer_widgets.other_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer_widgets.other_widgets .footer_top_inner {
  padding: 55px 0 53px;
  border-top: 1px solid var(--color_gray_more_lighter);
  border-bottom: 1px solid var(--color_gray_more_lighter);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 59px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 35px;
  }
}

/*cart page css end*/
/* 14. checkout page css here */
.user-actions {
  margin-bottom: 20px;
}

.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background-color: #f7f6f7;
  padding: 15px 10px;
  border-top: 3px solid var(--secondary_font_color);
  margin-bottom: 0;
}

.user-actions h3 a {
  color: var(--secondary_font_color);
}

.checkout_info {
  border: 1px solid var(--color_gray_more_lighter);
  margin-top: 25px;
  padding: 20px 30px;
}

.checkout_info p {
  margin-bottom: 15px;
}

.checkout_info a {
  color: var(--secondary_font_color);
  margin-top: 15px;
  display: block;
}

.form_group {
  margin-bottom: 20px;
}

.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
}

.form_group input {
  border: 1px solid var(--color_gray_more_lighter);
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}

.form_group button {
  display: inline-block;
  width: 80px;
  background: var(--secondary_bg_color);
  border: 0;
  color: var(--primary_color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}

.form_group button:hover {
  background: var(--secondary_bg_color);
}

.form_group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.form_group.group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_group.group_3 label {
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}

.form_group.group_3 label:hover {
  color: var(--secondary_font_color);
}

.order_button button {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: var(--primary_color);
  background: var(--secondary_bg_color);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}

.order_button button:hover {
  background: var(--secondary_bg_color);
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 58px;
  }
}

.order-notes textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 45px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: var(--secondary_font_color);
}

.order-notes label {
  line-height: 13px;
}

.Checkout_section {
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .Checkout_section {
    margin-bottom: 60px;
  }
}

.order_table {
  background-color: #f2f2f2;
  padding: 10px 20px;
}

.order_table table {
  width: 100%;
}

.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_total th,
.order_total td {
  border-bottom: 0px !important;
  font-size: 20px;
}

.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.order_button button {
  border: 0;
}

.card-body1 {
  margin-bottom: 15px;
}

/*checkout page css end*/
/* 22. wishlist css here */
.table_desc.wishlist table tbody tr:last-child td {
  border-bottom: 0;
}

.table_desc.wishlist table tbody tr td.product_total a {
  background: var(--secondary_bg_color);
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 18px;
  padding: 10px 20px;
  color: var(--primary_color);
  text-transform: uppercase;
  border-radius: 3px;
}

.table_desc.wishlist table tbody tr td.product_total a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid var(--color_gray_more_lighter);
}

.wishlist_share h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.wishlist_share ul li {
  display: inline-block;
}

.wishlist_share ul li a {
  padding: 0 10px;
  display: block;
}

.wishlist_share ul li a:hover {
  color: var(--secondary_font_color);
}

.wishlist_area {
  padding-bottom: 60px;
}

/*wishlist css end*/
/* 15. contact page css here */
.contact_area {
  margin-bottom: 60px;
}

.contact_message h3 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_message h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.contact_message p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

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

.contact_message ul li:last-child {
  padding-bottom: 0;
}

.contact_message ul li i {
  margin-right: 10px;
}

.contact_message ul li a:hover {
  color: var(--secondary_font_color);
}

.contact_message label {
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact_message input {
  border: 1px solid var(--color_gray_more_lighter);
  height: 45px;
  background: var(--light_bg_color);
  width: 100%;
  padding: 0 20px;
  color: #757575;
}

.contact_message textarea {
  height: 170px;
  border: 1px solid var(--color_gray_more_lighter);
  background: var(--light_bg_color);
  resize: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: var(--secondary_font_color);
}

.contact_message button {
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.contact_message button:hover {
  background: var(--secondary_bg_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}

.form-control-item {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
}

.contact_message.form p.form-messege {
  margin-bottom: 0;
}

.contact_map {
  margin-bottom: 57px;
}

.map-area #googleMap {
  height: 460px;
  width: 100%;
}

/*contact page css end*/
/* 17. login page css here */
.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.account_form form {
  border: 1px solid var(--color_gray_more_lighter);
  padding: 23px 20px 29px;
  border-radius: 5px;
}

.account_form label {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  line-height: 12px;
  margin-bottom: 12px;
  transition: 0.3s;
}

.account_form label:hover {
  color: var(--secondary_font_color);
}

.account_form input {
  border: 1px solid var(--color_gray_more_lighter);
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
}

.account_form button {
  background: var(--secondary_bg_color);
  border: 0;
  color: var(--primary_color);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 21px;
  padding: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
  border-radius: 20px;
}

.account_form button:hover {
  background: var(--secondary_bg_color);
}

@media only screen and (max-width: 767px) {
  .account_form.register button {
    margin-left: 0;
  }
}

.login_submit label input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .login_submit {
    text-align: left;
  }
}

.login_submit a {
  font-size: 13px;
  float: left;
  line-height: 39px;
}

.login_submit a:hover {
  color: var(--secondary_font_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.customer_login {
  padding-bottom: 60px;
}

.account_form p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .account_form.register {
    margin-top: 57px;
  }
}

/*login page css end */
/* 16. faq page css here */
.faq_content_area {
  padding-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .faq_content_area {
    margin-top: 26px;
  }
}

.accordion_area {
  padding-bottom: 60px;
}

.card.card_dipult {
  border: none;
}

.card.card_dipult:last-child {
  margin-bottom: 0;
}

.card-header.card_accor {
  padding: 0;
  border: none;
}

.card-header.card_accor button {
  height: 45px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: initial;
}

@media only screen and (max-width: 767px) {
  .card-header.card_accor button {
    height: 60px;
  }
}

.card-header.card_accor button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .card-header.card_accor button i {
    right: 10px;
  }
}

.card-header.card_accor button.btn-link {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary_font_color);
  border: 0;
  transition: none;
}

.card-header.card_accor button.btn-link.collapsed {
  background: var(--light_bg_color);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  text-align: left;
  color: #3e444a;
  border-radius: 0;
}

.card_dipult:last-child .card-header.card_accor button.btn-link.collapsed {
  border-bottom: 0;
}

.accordion_area .collapse.show {
  border-left: 1px solid var(--secondary_font_color);
  border-bottom: 1px solid var(--secondary_font_color);
  border-right: 1px solid var(--secondary_font_color);
}

.card-header.card_accor button.btn-link i.fa-angle-right {
  display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-angle-right {
  display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-angle-down {
  display: none;
}

.card-header.card_accor button.btn-link i.fa-plus {
  display: none;
  color: var(--deep_font_color);
  font-size: 14px;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
  display: block;
  color: var(--deep_font_color);
  font-size: 14px;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
  display: none;
  color: var(--deep_font_color);
  font-size: 14px;
}

.card .card-body {
  border-bottom: 1px solid #d9d9d9;
}

.card .card-body li {
  padding: 4px 0 4px 20px;
  cursor: pointer;
}

.card .card-body li:hover {
  color: var(--secondary_font_color);
}

.faq_content_wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 18px;
}

.course-faq .card-header.card_accor button.btn-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--primary_color);
  border-radius: 0px;
  color: var(--deep_font_color);
  font-weight: 600;
}

.card:has > .show {
  border: 1px solid red;
}

.course-faq .faq-like-comment a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--light_bg_color);
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
  margin-right: 10px;
  color: var(--secondary_font_color);
}

.course-faq .faq-like-comment a:hover {
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
}

.course-faq .card.card_dipult {
  background-color: var(--primary_color);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.course-faq .card .card-body {
  border-bottom: 0;
}

.course-faq .card-header.card_accor button.btn-link.collapsed {
  border-bottom: 0;
}

.selected {
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
}

@media only screen and (max-width: 767px) {
  .faq_content_wrapper h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*faq page css end*/
/*  18. my account css here */
@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 20px;
  }
}

.dashboard_tab_button ul li {
  margin-bottom: 5px;
}

.dashboard_tab_button ul li a {
  font-size: 14px;
  color: var(--primary_color);
  font-weight: 500;
  text-transform: capitalize;
  background: var(--secondary_bg_color);
  border-radius: 3px;
}

.dashboard_tab_button ul li a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.dashboard_tab_button ul li a.active {
  background: var(--secondary_bg_color);
}

.main_content_area {
  padding: 0px 0 55px;
}

@media only screen and (max-width: 767px) {
  .main_content_area {
    padding: 35px 0 55px;
  }
}

.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}

.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dashboard_content a {
  color: var(--secondary_font_color);
  font-weight: 500;
}

.dashboard_content a:hover {
  color: var(--secondary_font_color);
}

.dashboard_content p a {
  color: var(--secondary_font_color);
  font-weight: 600;
}

.dashboard_content p a:hover {
  color: var(--secondary_font_color);
}

.dashboard_content address {
  font-weight: 500;
  margin-bottom: 3px;
}

.table > thead {
  vertical-align: middle;
}

.input-radio span input[type="radio"],
.account_login_form form span input[type="checkbox"] {
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.input-radio span {
  font-weight: 500;
  padding-right: 10px;
}

.account_login_form form > input {
  border: 1px solid #ddd;
  background: none;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: var(--secondary_font_color);
}

.account_login_form form span.custom_checkbox {
  display: flex;
}

.account_login_form form span.custom_checkbox input {
  top: 5px;
  margin-right: 7px;
}

.account_login_form form span.custom_checkbox label {
  margin-bottom: 0;
}

.account_login_form form .save_button button {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  border-radius: 4px;
  margin-top: 10px;
  text-transform: uppercase;
}

.account_login_form form .save_button button:hover {
  background: var(--secondary_bg_color);
}

/*my account css end*/
/* 10. about page css here */
.about_section {
  padding-bottom: 52px;
}

@media only screen and (max-width: 767px) {
  .about_section {
    padding-bottom: 50px;
  }
}

.about_content {
  text-align: center;
}

.about_content h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .about_content h1 {
    font-size: 20px;
  }
}

.about_content p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content p {
    padding: 0 8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content p {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 767px) {
  .about_content p {
    margin-bottom: 8px;
    padding: 0;
  }
}

.about_thumb {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .about_thumb {
    margin-bottom: 24px;
  }
}

.chose_title {
  text-align: center;
}

.chose_title h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .chose_title h1 {
    font-size: 20px;
  }
}

.chose_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}

.choseus_area {
  margin-bottom: 55px;
}

.single_chose {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_gallery_section {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .single_gallery_section {
    margin-bottom: 25px;
  }
}

.about_gallery_section {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_gallery_section {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .about_gallery_section {
    margin-bottom: 23px;
  }
}

.gallery_thumb {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .gallery_thumb img {
    width: 100%;
  }
}

.about_gallery_content {
  text-align: center;
}

.about_gallery_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.about_gallery_content p {
  line-height: 26px;
}

/*about page css end*/
/* 20. services page css here */
.services_gallery {
  padding-bottom: 28px;
}

.services_content h3 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 14px;
}

.services_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.services_thumb {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .services_thumb img {
    width: 100%;
  }
}

.single_services {
  margin-bottom: 25px;
}

.our_services {
  padding: 50px 0 25px;
  background: #ececec;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_services {
    margin-bottom: 60px;
    padding: 50px 0 27px;
  }
}

@media only screen and (max-width: 767px) {
  .our_services {
    padding: 49px 0 25px;
    margin-bottom: 60px;
  }
}

.services_item {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_title {
  text-align: center;
  margin-bottom: 35px;
}

.services_title h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 11px;
}

.services_icone {
  margin-right: 15px;
}

.services_icone i {
  font-size: 35px;
  line-height: 46px;
  color: var(--secondary_font_color);
}

.services_desc h3 {
  font-size: 13px;
  font-weight: 500;
}

.services_desc p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}

@media only screen and (max-width: 767px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}

.unlimited_services_content {
  text-align: center;
}

.unlimited_services_content h1 {
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .unlimited_services_content h1 {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content h1 {
    line-height: 21px;
    font-size: 20px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .unlimited_services_content h1 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.unlimited_services_content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .unlimited_services_content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.unlimited_services_content a {
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  border: 1px solid var(--secondary_font_color);
  border-radius: 30px;
}

.unlimited_services_content a:hover {
  background: var(--secondary_bg_color);
  border-color: var(--secondary_font_color);
  color: var(--primary_color);
}

.priceing_table {
  background: #ececec;
  padding: 60px 0 30px;
}

.single_priceing {
  background: var(--light_bg_color);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px var(--color_white) inset,
    0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px var(--color_white) inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  text-align: center;
  margin-bottom: 30px;
}

.priceing_title {
  padding: 20px;
  background: var(--secondary_bg_color);
}

.priceing_title h1 {
  color: var(--primary_color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.priceing_list {
  padding: 0 20px 30px;
}

.priceing_list h1 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 36px 0 24px;
  margin: 0;
  line-height: 20px;
}

.priceing_list h1 span {
  font-size: 40px;
}

.priceing_list ul li {
  padding: 15px 0;
  border-bottom: 1px solid var(--color_gray_more_lighter);
  line-height: 24px;
}

.priceing_list ul li:first-child {
  border-top: 1px solid var(--color_gray_more_lighter);
}

.priceing_list a {
  margin: 30px 0 0;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid var(--secondary_font_color);
  color: var(--secondary_font_color);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
}

.priceing_list a.list_button,
.priceing_list a:hover {
  background: var(--secondary_bg_color);
  border-color: var(--secondary_font_color);
  color: var(--primary_color);
}

.advantages_ecommerce {
  padding: 54px 0;
}

@media only screen and (max-width: 767px) {
  .advantages_ecommerce {
    padding: 55px 0 60px;
  }
}

.advantages_content h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantages_content h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .advantages_content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.advantages_content p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantages_content p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .advantages_content p {
    font-size: 13px;
  }
}

.advantages_button {
  text-align: center;
}

.advantages_button a {
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid var(--secondary_font_color);
}

.advantages_button a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  border-color: var(--secondary_font_color);
}

@media only screen and (max-width: 767px) {
  .advantages_button a {
    padding: 5px 11px;
    font-size: 13px;
    margin-top: 20px;
  }
}

/*services page css end*/
/* 11. blog page css here */
.blog_page_section {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_page_section.blog_padding {
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_page_section.blog_padding {
    margin-bottom: 43px;
  }
}

.blog_wrapper .single_blog {
  margin-bottom: 50px;
  border: 0;
  display: flex;
}

.blog_wrapper .single_blog:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .single_blog {
    flex-direction: column;
  }
}

.blog_wrapper .blog_thumb {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_thumb a {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_thumb a img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_thumb {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

.blog_wrapper .blog_content {
  padding: 0;
}

.blog_wrapper .blog_content h3 {
  font-size: 21px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .blog_content h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_content h3 {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_content h3 {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 24px;
  }
}

.blog_wrapper .blog_content h3::before {
  display: none;
}

.blog_wrapper .blog_content span {
  margin-right: 15px;
}

.blog_wrapper .blog_content span:last-child {
  margin-right: 0;
}

.blog_wrapper .blog_content span a:hover {
  color: var(--secondary_font_color);
}

.blog_wrapper .blog_meta {
  margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .blog_meta {
    margin-bottom: 12px;
  }
}

.blog_wrapper .blog_meta span {
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_meta {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_meta {
    margin-bottom: 7px;
  }
}

.blog_wrapper .blog_desc {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 15px;
  }
}

.blog_wrapper .blog_desc p {
  font-size: 14px;
  line-height: 24px;
  max-width: 355px;
}

.readmore_button a {
  height: 38px;
  line-height: 40px;
  background: var(--secondary_bg_color);
  border: 0;
  color: var(--primary_color);
  display: inline-block;
  padding: 0 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  border-radius: 3px;
}

.readmore_button a:hover {
  background: var(--secondary_bg_color);
}

.blog_sidebar_widget .widget_list > h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog_sidebar_widget .widget_categories ul li a {
  margin-left: 0;
}

.widget_search input {
  height: 35px;
  border: 1px solid var(--color_gray_more_lighter);
  background: var(--light_bg_color);
  color: var(--secondary_font_color);
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}

.widget_search button {
  color: var(--primary_color);
  display: inline-block;
  background: #242424;
  border: none;
  padding: 0 20px;
  height: 34px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.widget_search button:hover {
  background: var(--secondary_bg_color);
}

.tag_widget ul li {
  display: inline-block;
}

.tag_widget ul li a {
  margin: 0 6px 5px 0;
  display: block;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid var(--color_gray_more_lighter);
  background: var(--light_bg_color);
  padding: 0 15px;
  line-height: 29px;
  border-radius: 3px;
}

.tag_widget ul li a:hover {
  background: var(--secondary_bg_color);
  border-color: var(--secondary_font_color);
  color: var(--primary_color);
}

.post_thumb {
  width: 55px;
  float: left;
  margin-right: 10px;
}

.post_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.post_wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post_info h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 14px;
  margin-bottom: 5px;
}

.post_info h3 a:hover {
  color: var(--secondary_font_color);
}

.post_info span {
  font-size: 12px;
}

.blog_categories ul li {
  border-top: 1px solid #ddd;
}

.blog_categories ul li a {
  padding: 10px 0;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 0;
}

.blog_categories ul li a:hover {
  color: var(--secondary_font_color);
}

.blog_categories ul li:last-child a {
  padding-bottom: 0;
}

.comments_post .post_thumb {
  width: 52px;
}

.comments_post .post_info span {
  font-size: 14px;
  display: block;
  line-height: 12px;
  margin-bottom: 8px;
}

.comments_post .post_info a:hover {
  color: var(--secondary_font_color);
}

.shipping_area.shipping_contact.blog_shipping {
  margin-top: 94px;
}

.widget_list.widget_search,
.widget_list.widget_post {
  margin-bottom: 30px;
}

.widget_list.widget_tag {
  margin-bottom: 30px;
}

.widget_list.comments_post {
  margin-bottom: 35px;
}

.blog_pagination {
  margin-bottom: 50px;
}

.blog_pagination .pagination {
  border: 1px solid var(--color_gray_more_lighter);
  justify-content: center;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .blog_pagination .pagination {
    margin-top: 0;
  }
}

/*blog page css end*/
/*blog fullwidth css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_fullwidth {
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_fullwidth {
    margin-bottom: 46px;
  }
}

.blog_fullwidth .single_blog {
  display: inherit;
}

.blog_fullwidth .blog_thumb {
  width: 100%;
  margin-bottom: 20px;
}

.blog_fullwidth .blog_content {
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.blog_fullwidth .blog_desc p {
  max-width: 100%;
}

.blog_thumb_active {
  margin-bottom: 20px;
}

.blog_thumb_active:hover .owl-nav > div {
  left: 20px;
  opacity: 1;
  visibility: visible;
}

.blog_thumb_active:hover .owl-nav > div.owl-next {
  right: 20px;
}

.blog_thumb_active .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  background: rgba(255, 213, 76, 0.6);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: var(--primary_color);
  text-align: center;
  border-radius: 50%;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog_thumb_active .owl-nav > div.owl-next {
  right: 40px;
  left: auto;
}

.blog_aduio_icone audio {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_reverse .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .blog_reverse .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar {
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_sidebar {
    margin-bottom: 43px;
  }
}

.blog_sidebar .blog_content h3 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar .blog_content h3 {
    margin-bottom: 10px;
  }
}

.blog_sidebar .blog_meta {
  margin-bottom: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar .blog_meta {
    margin-bottom: 8px;
  }
}

.blog_sidebar .blog_desc {
  margin-bottom: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar .blog_desc {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar .blog_wrapper {
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_sidebar .blog_wrapper {
    margin-bottom: 46px;
  }
}

/* 12. blog details css here */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details_wrapper {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_details_wrapper {
    margin-bottom: 45px;
  }
}

.blog_details_wrapper .blog_thumb {
  margin-bottom: 21px;
}

.blog_details_wrapper .blog_thumb::before {
  display: none;
}

.blog_details_wrapper .blog_content {
  padding: 0;
}

.blog_details_wrapper .blog_content h3 {
  font-size: 24px;
  text-transform: inherit;
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 26px;
  padding-bottom: 0;
}

.blog_details_wrapper .blog_content h3::before {
  display: none;
}

.blog_details_wrapper .post_meta {
  margin-bottom: 14px;
}

.blog_details_wrapper .post_meta span a:hover {
  color: var(--secondary_font_color);
}

.blog_details_wrapper .post_content > p {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}

.blog_details_wrapper .post_content blockquote {
  border-left: 4px solid var(--secondary_font_color);
  margin: 20px 0 20px 0;
  padding: 0 20px;
  font-style: italic;
}

.blog_details_wrapper .social_sharing {
  display: flex;
}

.blog_details_wrapper .social_sharing h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing h3 {
    margin-right: 12px;
  }
}

.blog_details_wrapper .social_sharing ul li {
  display: inline-block;
}

.blog_details_wrapper .social_sharing ul li a {
  background: #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  text-align: center;
  width: 26px;
}

.blog_details_wrapper .social_sharing ul li a:hover {
  color: var(--primary_color);
  background: var(--secondary_bg_color);
}

@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing ul li a {
    margin-right: 3px;
  }
}

.blog_details_wrapper .social_sharing ul li:first-child a {
  padding-left: 0;
  border-left: 0;
}

.entry_content {
  border-bottom: 1px solid var(--color_gray_more_lighter);
  padding-bottom: 26px;
  margin-bottom: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .entry_content {
    flex-direction: column;
  }
}

.entry_content .post_meta {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .entry_content .post_meta {
    margin-bottom: 10px;
  }
}

.entry_content .post_meta span:hover {
  color: var(--secondary_font_color);
}

.comments_box {
  margin-bottom: 40px;
  border-top: 1px solid var(--color_gray_more_lighter);
  padding-top: 17px;
}

.comments_box h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 28px;
}

.comment_list {
  overflow: hidden;
  margin-bottom: 30px;
}

.comment_list:last-child {
  margin-bottom: 0;
}

.comment_list .comment_thumb {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .comment_list .comment_thumb {
    width: 40px;
  }
}

.comment_list .comment_content {
  margin-left: 70px;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .comment_list .comment_content {
    margin-left: 55px;
  }
}

.comment_list .comment_content h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.comment_list .comment_content h5 a:hover {
  color: var(--secondary_font_color);
}

.comment_list .comment_content span {
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}

.comment_list .comment_content p {
  margin-bottom: 0;
  font-size: 14px;
}

.comment_reply {
  position: absolute;
  top: 20px;
  right: 12px;
}

@media only screen and (max-width: 767px) {
  .comment_reply {
    top: 15px;
  }
}

.comment_reply a {
  padding: 2px 10px;
  border-radius: 3px;
  color: var(--primary_color);
  background: var(--secondary_bg_color);
  display: block;
}

.comment_reply a:hover {
  background: var(--secondary_bg_color);
}

.comments_form h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 28px;
}

.comments_form p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form form .row {
    flex-direction: row;
  }
}

.comments_form form label {
  color: #3e444a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comments_form form textarea {
  width: 100%;
  height: 200px;
  background: var(--light_bg_color);
  border: 1px solid var(--color_gray_more_lighter);
  margin-bottom: 10px;
  resize: none;
  padding: 10px;
}

.comments_form form input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--color_gray_more_lighter);
  margin-bottom: 15px;
  padding: 0 20px;
}

.comments_form form button {
  border: 0;
  line-height: 36px;
  background: var(--secondary_bg_color);
  font-weight: 500;
}

.comments_form form button:hover {
  background: var(--secondary_bg_color);
}

.comment_list.list_two {
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  .comment_list.list_two {
    padding-left: 0;
  }
}

.related_posts {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_posts .row {
    flex-direction: row !important;
  }
}

.related_posts h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 28px;
}

.related_thumb {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .related_thumb img {
    width: 100%;
  }
}

.related_content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 5px;
}

.related_content h3 a {
  color: var(--secondary_font_color);
}

.related_content h3 a:hover {
  color: var(--secondary_font_color);
}

.related_content span {
  font-size: 13px;
  line-height: 17px;
}

.related_content span i {
  margin-right: 3px;
}

.blog_details {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details.blog_padding {
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_details.blog_padding {
    margin-bottom: 43px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details .blog_sidebar {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog_details .blog_sidebar {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single_related {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_related.column_3 {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .single_related.column_3 {
    margin-bottom: 0;
  }
}

/*blog details css end*/
/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
  min-width: 730px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 950px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}

.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid var(--color_gray_more_lighter);
  margin: 0 2px;
}

.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 26px;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}

.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}

.modal_social ul li a {
  text-transform: uppercase;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--primary_color);
  font-weight: 400;
}

.modal_social ul li.facebook a {
  background: #3c5b9b;
}

.modal_social ul li.facebook a:hover {
  background: var(--secondary_bg_color);
}

.modal_social ul li.twitter a {
  background: #1da1f2;
}

.modal_social ul li.twitter a:hover {
  background: var(--secondary_bg_color);
}

.modal_social ul li.pinterest a {
  background: #bd081b;
}

.modal_social ul li.pinterest a:hover {
  background: var(--secondary_bg_color);
}

.modal_social ul li.google-plus a {
  background: #dc5043;
}

.modal_social ul li.google-plus a:hover {
  background: var(--secondary_bg_color);
}

.modal_social ul li.linkedin a {
  background: #010103;
}

.modal_social ul li.linkedin a:hover {
  background: var(--secondary_bg_color);
}

.modal_price {
  margin-bottom: 12px;
}

.modal_price span {
  font-weight: 600;
  color: var(--secondary_font_color);
  font-size: 16px;
}

.modal_price span.old_price {
  color: var(--secondary_font_color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  line-height: 24px;
  font-size: 15px;
  margin: 0;
}

.description-ms_ td {
  padding: 30px !important;
  background: #ece7db;
  color: #061a48 !important;
  font-weight: 500;
  font-size: 14px !important;
}

.variants_size h2,
.variants_color h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
  line-height: 20px;
}

.variants_size.mb-15,
.mb-15.variants_color {
  margin-bottom: 24px;
}

.variants_size .select_option,
.variants_color .select_option {
  width: 100%;
  border-radius: 0;
  margin-bottom: 25px;
}

.variants_size .select_option .list,
.variants_color .select_option .list {
  width: 100%;
  border-radius: 0;
}

.modal_add_to_cart {
  margin-bottom: 25px;
}

.modal_add_to_cart form input {
  width: 95px;
  border: 1px solid var(--color_gray_more_lighter);
  background: none;
  padding: 0 10px;
  height: 45px;
}

@media only screen and (max-width: 767px) {
  .modal_add_to_cart form input {
    width: 75px;
  }
}

.modal_add_to_cart form button {
  background: none;
  border: 1px solid var(--secondary_font_color);
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  width: 230px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .modal_add_to_cart form button {
    width: 130px;
  }
}

.modal_add_to_cart form button:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
  border-color: var(--secondary_font_color);
}

.modal_body {
  padding: 29px 6px 38px;
}

@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 28px;
  }
}

.modal-content {
  border-radius: 20px;
}

.modal-header {
  border: 0;

  padding: 20px 30px;
}

.modal-body {
  padding: 20px 30px;
}

.modal-footer {
  padding: 12px 30px ;
  border: 0;
  border-radius: 0 0 20px 20px;
  background: #e0e0e0;
  /* justify-content: space-between; */
}

.modal-content button.close {
  position: absolute;
  right: 35px;
  width: 35px;
  height: 35px;
  display: block;
  border: 0px solid var(--color_gray_more_lighter);
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 40px;
  z-index: 9;
}

.modal-content .btn-secondary {
  font-size: 16px;
  font-weight: 600;
  background-color: --light_gray_bg_color;
  color: var(--primary_color);
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid --light_gray_border_color;
}

.modal-content .btn-secondary:hover {
  background-color: var(--primary_color);
  color: var(--light_gray_font_color);
  border: 1px solid var(--light_gray_border_color);
}

.modal-content .btn-primary {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid var(--secondary_font_color);
}

.modal-content .btn-primary {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid var(--secondary_font_color);
}

.modal-content .btn-primary:hover {
  background-color: var(--primary_color);
  color: var(--secondary_font_color);
  border: 1px solid var(--secondary_font_color);
}

.btn + .btn {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 83%;
    width: 29px;
    height: 32px;
    top: 4px;
    margin-bottom: 14px;
  }
}

.modal-content button.close:hover {
  color: var(--secondary_font_color);
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.modal_description.mb-15 {
  margin-bottom: 20px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.product_navactive.owl-carousel .owl-nav {
  display: block;
}

.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  color: var(--secondary_font_color);
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.product_navactive.owl-carousel .owl-nav div:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

/*modal css end*/
/*  23. newsletter popup css here */
.newletter-popup {
  background: var(--light_bg_color);
  top: 50% !important;
  margin-top: -179px;
  position: fixed !important;
  padding: 50px;
  text-align: center;
  display: none;
}

@media only screen and (max-width: 767px) {
  .newletter-popup {
    padding: 30px 20px;
    width: 95%;
  }
}

#boxes .newletter-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #boxes .newletter-title h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}

#boxes .box-content label {
  font-weight: 400;
  font-size: 14px;
}

#boxes .box-content .newletter-label {
  width: 70%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  #boxes .box-content .newletter-label {
    width: 100%;
  }
}

#frm_subscribe form {
  width: 340px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #frm_subscribe form {
    width: 100%;
  }
}

#frm_subscribe form input {
  background: #ebebeb;
  padding: 0 126px 0 20px;
  height: 45px;
  border: 0;
  width: 100%;
  color: #747474;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #frm_subscribe form input {
    padding: 0 104px 0 20px;
  }
}

#frm_subscribe form a.theme-btn-outlined {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 110px;
  background: var(--secondary_bg_color);
  cursor: pointer;
  color: var(--primary_color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 45px;
}

#frm_subscribe form a.theme-btn-outlined:hover {
  background: var(--secondary_bg_color);
}

@media only screen and (max-width: 767px) {
  #frm_subscribe form a.theme-btn-outlined {
    width: 90px;
  }
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
  font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67d7bb;
}

#popup2 {
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  padding: 6px 12px;
  background: var(--secondary_bg_color);
  font-weight: 600;
  line-height: 17px;
  color: var(--primary_color);
  display: block;
  transition: 0.3s;
}

#popup2:hover {
  background: var(--secondary_bg_color);
}

/*newsletter popup css end*/
/* 09. error page css heer   */
.header_error {
  border-bottom: 1px solid var(--color_gray_more_lighter);
}

.error_form {
  text-align: center;
}

.error_form h1 {
  font-size: 200px;
  font-weight: 700;
  color: var(--secondary_font_color);
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .error_form h1 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 45px;
  }
}

.error_form h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
  }
}

.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 28px;
    line-height: 23px;
  }
}

.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .error_form form {
    width: 100%;
  }
}

.error_form form input {
  padding: 0 60px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: var(--secondary_font_color);
  height: 40px;
  width: 100%;
  border-radius: 3px;
}

.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}

.error_form form button:hover {
  color: var(--secondary_font_color);
}

.error_form a {
  color: var(--primary_color);
  display: inline-block;
  background: var(--secondary_bg_color);
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
  margin-top: 35px;
  border-radius: 3px;
}

.error_form a:hover {
  background: var(--secondary_bg_color);
}

.error_section {
  padding-bottom: 70px;
  padding-top: 59px;
}

@media only screen and (max-width: 767px) {
  .error_section {
    padding-bottom: 60px;
    padding-top: 45px;
  }
}

/*404 page css end*/
/*--
     25. compare css here
-----------------------------------------*/
.compaer-page {
  margin: 32px 0 60px;
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 305px;
  vertical-align: bottom;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
  clear: both;
  color: #454545;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
  color: var(--secondary_font_color);
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}

.compare-table .table tbody tr td.pro-price {
  font-size: 15px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
  font-size: 15px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
  font-size: 15px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background: var(--secondary_bg_color);
  border-radius: 4px;
  display: inline-block;
  width: 170px;
  padding: 10px 6px;
  transition: all 0.7s;
  color: var(--secondary_font_color);
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}

.compare-table .table tbody tr td.pro-remove button:hover {
  color: var(--secondary_font_color);
}

.compare-table .table tbody tr td.pro-ratting a {
  font-size: 14px;
  color: var(--secondary_font_color);
}

.compare-table .table tbody tr td.pro-ratting a:hover {
  color: var(--secondary_font_color);
}

/*privacy policy css here*/
.privacy_policy_main_area {
  padding: 26px 0 35px;
}

.privacy_content {
  margin-bottom: 22px;
}

.privacy_content:last-child {
  margin-bottom: 0;
}

.privacy_content h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .privacy_content h2 {
    font-size: 18px;
  }
}

.privacy_content h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .privacy_content h3 {
    font-size: 18px;
  }
}

.privacy_content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .privacy_content p {
    font-size: 14px;
  }
}

.privacy_content p a {
  color: #a43d21;
}

.privacy_content p a:hover {
  color: var(--secondary_font_color);
}

.privacy_content.section_1 p {
  margin-bottom: 0;
}

.privacy_content.section_2 h2 {
  margin-bottom: 24px;
}

/*privacy policy css end*/
/* 27. coming-soon css here */
.coming_soon_area {
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/bg/coming-soon.jpg);
  position: relative;
  display: flex;
  align-items: center;
}

.coming_soon_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color_black);
  opacity: 0.15;
}

.coming_soon_title {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .coming_soon_title {
    margin-bottom: 36px;
  }
}

.coming_soon_title h2 {
  font-size: 37px;
  text-transform: capitalize;
  color: var(--primary_color);
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .coming_soon_title h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 11px;
  }
}

.coming_soon_title p {
  color: var(--primary_color);
  font-size: 15px;
  max-width: 730px;
  margin: 0 auto;
  line-height: 24px;
}

.coming_soon_timing {
  text-align: center;
  margin: 57px 0 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming_soon_timing {
    margin: 50px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .coming_soon_timing {
    margin: 34px 0 22px;
  }
}

.single_countdown {
  display: inline-block;
  margin-right: 35px;
}

@media only screen and (max-width: 479px) {
  .single_countdown {
    margin-right: 20px;
  }
}

.single_countdown:last-child {
  margin-right: 0;
}

.coming_soon_newsletter {
  text-align: center;
}

.coming_soon_newsletter .subscribe_form {
  margin-top: 0;
}

.coming_soon_newsletter .subscribe_form form {
  margin: 0 auto;
  width: 600px;
  background: inherit;
  border: 1px solid var(--color_gray_more_lighter);
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .coming_soon_newsletter .subscribe_form form {
    width: 100%;
  }
}

.coming_soon_newsletter .subscribe_form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #55bcdc;
}

.coming_soon_newsletter .subscribe_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #55bcdc;
}

.coming_soon_newsletter .subscribe_form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #55bcdc;
}

.coming_soon_newsletter .subscribe_form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #55bcdc;
}

.coming_soon_newsletter .subscribe_form form input {
  color: var(--primary_color);
  font-size: 14px;
  padding: 0 120px 0 28px;
  background: inherit;
  height: 48px;
}

.coming_soon_newsletter .subscribe_form form button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background: inherit;
  color: var(--primary_color);
}

.coming_soon_newsletter .subscribe_form form button:hover {
  color: var(--secondary_font_color);
}

.coming_soon_newsletter .subscribe_form form button::before {
  content: "";
  background: var(--light_bg_color);
  width: 2px;
  position: absolute;
  bottom: 8px;
  top: 8px;
  left: 0;
}

.coming_soon_newsletter h3 {
  font-size: 16px;
  color: var(--primary_color);
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.coming_soon_newsletter .mailchimp-error {
  text-align: center;
  color: var(--primary_color);
}

.coming_soon_newsletter .mailchimp-success {
  text-align: center;
  color: var(--primary_color);
}

.coming_soon_logo {
  margin-bottom: 52px;
}

@media only screen and (max-width: 479px) {
  .coming_soon_logo {
    margin-bottom: 35px;
  }
}

.coming_soon_link {
  text-align: center;
}

.coming_soon_link ul li {
  display: inline-block;
  margin-right: 20px;
}

.coming_soon_link ul li:last-child {
  margin-right: 0;
}

.coming_soon_link ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  display: inline-block;
  background: var(--secondary_bg_color);
  color: var(--secondary_font_color);
  border-radius: 5px;
}

.coming_soon_link ul li a:hover {
  background: var(--secondary_bg_color);
  color: var(--primary_color);
}

.countdown_number {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: var(--primary_color);
  margin-bottom: 8px;
  width: 60px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

@media only screen and (max-width: 479px) {
  .countdown_number {
    width: 55px;
    font-size: 20px;
  }
}

.countdown_title {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--primary_color);
}

/* 28. instagram css here */
.instagram-item {
  position: relative;
}

.instagram-item:hover::before {
  opacity: 0.5;
}

.instagram-item:hover .instagram-hvr-content {
  opacity: 1;
  visibility: visible;
}

.instagram-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color_black);
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.instagram-hvr-content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.instagram-hvr-content span {
  margin-right: 7px;
  font-size: 16px;
  color: var(--primary_color);
}

.instagram-hvr-content span:last-child {
  margin-right: 0;
}

.instagram-hvr-content span i {
  margin-right: 7px;
}

@media only screen and (max-width: 767px) {
  .shop-product__variation-image .section_title h2 {
    font-size: 18px;
  }
}

.instagram-wrap button {
  position: absolute;
  top: -53px;
  right: 0;
  font-size: 27px;
  border: 0;
  background: var(--light_bg_color);
  color: #a9a9a9;
}

.instagram-wrap button:hover {
  color: var(--secondary_font_color);
}

@media only screen and (max-width: 767px) {
  .instagram-wrap button {
    top: -42px;
    font-size: 24px;
  }
}

.instagram-wrap button.prev_arrow {
  margin-right: 28px;
}

@media only screen and (max-width: 767px) {
  .instagram-wrap button.prev_arrow {
    margin-right: 23px;
  }
}

/* Course video css here - start*/
.affix {
  position: fixed !important;
  width: 25% !important;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 0px;
  overflow-y: auto;
  transition: all 0s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-md {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .affix {
    display: none;
  }

  .container-md {
    width: 100%;
    max-width: 100%;
  }
}

.course-list-area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  padding-left: 0px !important;
  background: var(--account_menu_light_color);
  overflow-y: auto;
}

.course-list-area .Course-headding {
  padding: 20px;
  position: relative;
  font-size: 14px;
  color: var(--light_gray_font_color);
  border-bottom: 1px solid #d9d9d9;
}

.course-list-area .Course-headding h4 {
  font-size: 18px;
  color: var(--secondary_font_color);
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.course-list-area .card-header.card_accor button.btn-link {
  padding: 10px 50px;
  height: auto;
}

.course-list-area .card .card-body {
  border: none;
}

.course-list-area .card-header.card_accor button.btn-link.collapsed {
  border-bottom: none;
}

.course-list-area .card {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}

.course-list-area .card-body {
  padding: 0;
}

.course-list-area .dropbtn {
  background-color: var(--primary_color);
  color: var(--secondary_font_color);
  padding: 5px 25px 5px 15px;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  cursor: pointer;
}

.course-list-area .dropbtn i {
  right: 10px !important;
  top: 14px !important;
  font-size: 14px;
}

.course-list-area .dropbtn i.fa-angle-up {
  display: none;
}

.course-list-area .dropdown:hover i.fa-angle-up {
  display: block;
}

.course-list-area .dropdown:hover i.fa-angle-down {
  display: none;
}

.course-list-area .dropbtn:hover,
.dropbtn:focus {
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
}

.course-list-area .dropdown {
  position: relative;
  display: inline-block;
}

.course-list-area .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--primary_color);
  min-width: 160px;
  max-width: 200px;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.course-list-area .dropdown:hover .dropdown-content {
  display: block;
}

.course-list-area .dropdown-content a {
  color: var(--deep_font_color);
  font-size: 12px;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.course-list-area .dropdown a:hover {
  background-color: var(--color_gray_more_lighter);
  color: var(--secondary_font_color);
}

.course-list-area .card .card-body li {
  padding: 10px 70px 10px 50px;
  margin: 0;
  height: auto;
  display: flex;
  color: --light_gray_font_color;
  position: relative;
}

.course-list-area .card .card-body li + li {
  border-top: 1px solid #d9d9d9;
}

.course-list-area .card .card-body li i {
  position: absolute;
  top: 23px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}

.course-list-area .courser-duration {
  position: absolute;
  top: 23px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
  display: inline-flex;
}

.course-list-area .topic-name {
  color: var(--deep_font_color);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.card-header.card_accor button.btn-link.collapsed .topic-name {
  color: var(--deep_font_color);
}

.course-list-area .btn-area .btn1-style {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary_color);
  background-color: var(--secondary_font_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  box-sizing: border-box;
}

.course-list-area .btn-area .btn2-style {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary_font_color);
  background-color: var(--primary_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  box-sizing: border-box;
}

.icon {
  height: 25px;
  width: 25px;
  background: url(../img/courses/icon-set.png);
  background-repeat: no-repeat;
  display: block;
}

.topic {
  background-position: 1px -3px;
}

.complete {
  background-position: 1px -63px;
}

.play-now {
  background-position: 1px -94px;
}

.can-play {
  background-position: 1px -124px;
}

.lock {
  background-position: 1px -157px;
}

.clock {
  background-position: 1px -187px;
}

.card-header.card_accor button.btn-link.collapsed.topic-name {
  color: var(--secondary_font_color);
}

.card-header.card_accor button.btn-link.collapsed .topic {
  background-position: 1px -34px;
}

.position-left20 {
  left: 20px;
}

.for-video-screen {
  padding: 10px 0;
}

.back-link {
  display: flex;
  width: 100%;
  flex-direction: column;
  vertical-align: middle;
  text-align: left;
  justify-content: center;
  margin: 10px 0 10px 20px;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .back-link {
    width: auto;
  }
}

.back-link a {
  color: var(--primary_color);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.back-link a i {
  margin-right: 10px;
}

.trainer-info {
  padding: 30px 30px 10px 30px;
  border-bottom: 1px solid var(--color_gray_more_lighter);
}

.trainer-info .trainer-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px !important;
  display: inline-flex;
  vertical-align: middle;
  border: 1px solid var(--color_gray_lighter);
}

.trainer-info .trainer-img img {
  width: 100%;
}

.trainer-info .trainer-name {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--deep_font_color);
  text-transform: uppercase;
}

.trainer-info .icon-area {
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  padding: 2px;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  border: 1px solid #efefef;
  color: --light_gray_font_color;
}

.trainer-info .icon-area + .icon-area {
  margin-left: 3px;
}

.footer_bottom_for_video {
  background-color: var(--footer_bg_color);
  color: var(--primary_color);
  padding: 20px 50px;
}

.text-middel {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.remove-scroll {
  position: static;
  overflow-y: visible;
  height: 100% !important;
}

/* Course video css here - end*/
/* Account page css here - start*/
.account-header {
  padding: 10px;
}

.account-menu {
  border-top: 1px solid var(--account_menu_light_color);
}

.account-menu .nav-link {
  padding: 10px 70px 10px 60px;
  margin: 0;
  height: auto;
  display: flex;
  color: var(--deep_font_color);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid var(--account_menu_light_color);
}

.account-menu button.nav-link {
  border: none;
  border-bottom: 1px solid var(--account_menu_light_color);
  background: transparent;
  width: 100%;
}

.account-menu .nav-link i {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 32px;
}

.account-menu-area .trainer-info {
  padding: 30px;
  display: flex;
}

.account-menu-area .trainer-info span {
  color: var(--light_gray_font_color);
  font-size: 12px;
  line-height: 10px;
}

.account-menu-area .trainer-info .trainer-name {
  padding: 3px 20px;
  width: calc(100% - 70px);
}

.account-menu .nav-link.active {
  background-color: var(--account_menu_light_color);
  color: var(--secondary_color);
  position: relative;
  border-bottom: 1px solid var(--account_menu_light_color);
  transition: none;
}

.account-menu .nav-link:hover {
  color: var(--secondary_color);
  transition: 0 ease-in-out !important;
}

.account-menu .nav-link.active::before {
  content: "";
  width: 5px;
  height: 105%;
  position: absolute;
  background-color: var(--secondary_color);
  left: 0;
  top: -1px;
}

.account-body {
  min-height: 650px;
  color: var(--deep_font_color);
}

.account-body a.btn {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid var(--secondary_font_color);
}

.account-body a.btn-gray {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--light_gray_bg_color);
  color: var(--primary_color);
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid var(--light_gray_font_color);
}

.account-body a.btn:hover {
  background-color: var(--primary_color);
  color: var(--secondary_font_color);
  border: 1px solid var(--secondary_font_color);
}

.account-body a.btn-gray:hover {
  background-color: var(--primary_color);
  color: var(--light_gray_bg_color);
  border: 1px solid var(--light_gray_bg_color);
}

.account-menu-area {
  overflow: hidden;
  background: var(--account_menu_light_color);
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .account-menu-area {
    height: auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .account-body a.btn,
  .account-body a.btn-gray {
    width: 100%;
    margin-top: 20px;
  }

  .padding-top-0 {
    padding-top: 0px !important;
  }
}

.text-container {
  background-color: var(--primary_color);
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  color: var(--main_font_color);
  word-break: break-word;
  height: 100%;
}

.edit-account .text-container {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  color: var(--deep_font_color);
  height: auto;
  width: 100%;
  overflow: hidden;
}

.edit-account .text-container p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: --light_gray_font_color;
}

.text-container h4 {
  color: var(--deep_font_color);
}

.text-container label {
  font-size: 12px;
  line-height: 12px;
  color: --light_gray_font_color;
  margin-top: 20px;
}

.text-container p {
  line-height: 20px;
  font-weight: 500;
}

.text-container .link_follow ul li {
  margin-left: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .text-container .link_follow {
    margin-top: 0px;
  }
}

.text-container .link_follow ul li a {
  border: 1px solid var(--deep_font_color);
  color: var(--deep_font_color);
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.text-container .link_follow ul li a:hover {
  color: var(--primary_color);
  border: 1px solid var(--secondary_font_color);
}

.back-link-account {
  color: var(--secondary_font_color);
  font-size: 14px;
  font-weight: 600;
}

.account-icon {
  background-image: url(../img/account/icon-set.png);
  background-repeat: no-repeat;
  padding-left: 40px;
}

.g {
  background-position: 1px 2px;
}

.in {
  background-position: 1px -43px;
}

.f {
  background-position: 1px -87px;
}

.y {
  background-position: 1px -132px;
}

.designation {
  color: --light_gray_font_color;
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px;
}

.account-img-place {
  width: 250px;
  height: 350px;
  background-color: var(--color_gray_more_lighter);
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.account-img-place .account-img {
  width: 250px;
  height: 350px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: -70px;
  left: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}

.account-img-place .link_follow ul li {
  display: block;
  padding-bottom: 10px;
}

.account-img-place .link_follow ul li a {
  border: 1px solid var(--deep_font_color);
  color: var(--deep_font_color);
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.account-img-place .link_follow ul li a:hover {
  color: var(--primary_color);
  border: 1px solid var(--secondary_font_color);
}

@media only screen and (max-width: 767px) {
  .account-img-place {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .account-img-place .account-img {
    position: static;
    width: 100%;
    height: 350px;
  }

  .account-img-place .link_follow ul li {
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 0;
  }

  .account-img-place .link_follow ul {
    text-align: center;
  }
}

.profile-tab .tab-area {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  height: 38px;
}

.profile-tab .tab-area .nav-pills {
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
}

.profile-tab .nav-pills li {
  list-style-type: none;
  margin: 0;
  display: inline-flex;
}

.profile-tab .nav-pills li a {
  padding: 5px 30px;
  border-bottom: 2px solid transparent;
}

.profile-tab .nav-pills li a.active {
  color: var(--secondary_font_color);
  border-bottom: 2px solid var(--secondary_font_color);
}

.certificate_img img {
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .profile-tab .tab-area {
    position: static;
    height: auto;
  }

  .profile-tab .tab-area .nav-pills {
    position: static;
  }
}

.image-preview {
  max-width: 400px;
  min-height: 200px;
  margin: 0 auto;
  background-color: var(--primary_color);
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
}

.image-preview img {
  width: fit-content;
  border-radius: 5px;
  overflow: hidden;
}

.btn-bs-file {
  position: relative;
}

.btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  cursor: inherit;
}

.photo-upload .btn {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid var(--secondary_font_color);
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.loader-position {
  right: 6px;
  top: 6px;
}

.image-preview .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  opacity: 1;
}

.image-preview .close a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--secondary_font_color);
  border: 1px solid var(--secondary_font_color);
  background-color: var(--primary_color);
  font-size: 18px;
  opacity: 1;
}

.image-preview .close a:hover {
  color: var(--primary_color);
  background-color: var(--secondary_font_color);
}

.text-container .form-check label {
  color: var(--deep_font_color);
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
}

.table-style {
  width: 100%;
}

.table-style thead {
  border-bottom: 2px solid --light_gray_font_color;
}

.table-style thead tr th {
  color: var(--deep_font_color);
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
}

.table-style tbody tr + tr {
  border-top: 1px solid var(--color_gray_more_lighter);
}

.table-style tbody tr td {
  font-weight: 600;
}

.table-style thead tr th,
.table-style tbody tr td {
  padding: 15px 10px;
}

.table-style tbody tr td.sn {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: var(--light_gray_font_color);
  font-family: "Inter", sans-serif;
}

.table-style tbody tr td .product-image {
  justify-content: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}

.table-style tbody tr td .product-image a {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
}

.table-style tbody tr td .product-image a.title-area {
  width: 200px;
  word-break: break-word;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  height: auto;
}

.table-style tbody tr td .product-image a > img {
  width: 100%;
  vertical-align: middle;
}

.profile-img {
  background: var(--primary_color);
  color: var(--primary_color);
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 20px;
  position: relative;
}

.for-mini-screen {
  display: none;
}

@media only screen and (max-width: 767px) {
  .profile-img {
    display: none;
  }

  .for-mini-screen {
    display: block;
  }
}

.profile-img .drop_links {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 130%;
  left: 0;
  width: 100%;
  z-index: 100;
}

.profile-img .drop_links ul {
  background-color: var(--primary_color);
  padding: 0;
}

.profile-img .drop_links a {
  color: var(--color_gray_more_lighter);
  padding: 10px 20px;
}

.profile-img .drop_links a:hover {
  background-color: #1d5992;
}

.profile-img:hover .lnr-chevron-down {
  display: none;
}

.profile-img .lnr-chevron-up {
  display: none;
}

.profile-img:hover .lnr-chevron-up {
  display: block;
}

.profile-img:hover .drop_links {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profile-img .trainer-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 2px;
  display: inline-flex;
  vertical-align: middle;
  padding: 0;
}

.profile-img .trainer-name {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: var(--primary_color);
}

.profile-img .trainer-name h4 {
  max-width: 150px;
}

.profile-arrow {
  width: 30px;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: var(--primary_color);
  margin-top: 0;
  font-weight: 600;
}

.mini_cart .profile-img {
  justify-content: center;
}

.become-an-instructor {
  background-color: var(--secondary_font_color);
  padding: 20px;
  border-radius: 5px;
  color: var(--primary_color);
  font-size: 16px;
  line-height: 20px;
}

.become-an-instructor .btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary_color);
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid var(--primary_color);
}

.become-an-instructor .btn:hover {
  background-color: var(--primary_color);
  color: var(--secondary_font_color);
}

/* Account page css here - end*/
/* Cart page css here - Start*/
.cart-img-bg {
  color: var(--primary_color);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color_deep_green)+0,006c8e+59,006c8e+74,071f26+100 */
  background: var(--color_deep_green) url(../img/bg/cart-bg.png);
  /* Old browsers */
  background: url(../img/bg/cart-bg.png),
    -moz-linear-gradient(left, var(--color_deep_green) 0%, var(
            --color_bottle_green
          )
          59%, var(--color_bottle_green) 74%, var(--color_deep_green) 100%);
  /* FF3.6-15 */
  background: url(../img/bg/cart-bg.png),
    -webkit-linear-gradient(left, var(--color_deep_green) 0%, var(
            --color_bottle_green
          )
          59%, var(--color_bottle_green) 74%, var(--color_deep_green) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../img/bg/cart-bg.png),
    linear-gradient(
      to right,
      var(--color_deep_green) 0%,
      var(--color_bottle_green) 59%,
      var(--color_bottle_green) 74%,
      var(--color_deep_green) 100%
    );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.cart-img-bg .img-area {
  height: 300px;
}

.product-image-area {
  width: 50px;
}

.checkout_btn {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid var(--secondary_font_color);
}

.checkout_btn:hover,
.coupon_btn:hover {
  background-color: var(--primary_color);
  color: var(--secondary_font_color);
  border: 1px solid var(--secondary_font_color);
}

.coupon_btn {
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid var(--secondary_font_color);
}

.btn-area-width {
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .checkout_btn {
    width: 100%;
  }
}

/* Cart page css here - end*/

/*Video Visitor Page*/
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 100px;
  margin-top: 15px;
}

.vid {
  width: 100%;
  height: 480px;
  object-fit: cover;
  /* z-index: -1; */
  /* position: absolute; */
  background-color: black;
}

.yt {
  display: none;
}

.but {
  background: rgb(0, 82, 107);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 82, 107, 1) 0%,
    rgba(0, 145, 189, 1) 74%,
    rgba(0, 145, 189, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 82, 107, 1) 0%,
    rgba(0, 145, 189, 1) 74%,
    rgba(0, 145, 189, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 82, 107, 1) 0%,
    rgba(0, 145, 189, 1) 74%,
    rgba(0, 145, 189, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00526b', endColorstr='var(--secondary_color)', GradientType=1);
  font-size: 22px;
  line-height: 22px;
  color: var(--primary_color);
  border: 0px;
  border-radius: 50px;
  padding: 10px 40px 15px 40px;
  outline: none;
}

/*Video Visitor Page End*/

/*Rating*/
* {
  margin: 0;
  padding: 0;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

/*Rating End*/

/*quiz btn*/
.quiz_btn {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary_color);
  background-color: var(--secondary_font_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  box-sizing: border-box;
}

/*btn*/
/* Print page css here - start*/
.print_area {
  padding: 30px 0 80px 0;
}

.print-btn {
  text-align: right;
  font-size: 18px;
}

.student-name {
  position: absolute;
  top: 455px;
  left: 0;
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.course-logo {
  position: absolute;
  top: 100px;
  right: 100px;
}

.course-logo img {
  width: 200px;
}

.text1 {
  position: absolute;
  top: 500px;
  left: 0;
  padding: 0 300px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.sign1 {
  position: absolute;
  bottom: 110px;
  right: 100px;
}

.sign1 img {
  width: 200px;
}

.sign2 {
  position: absolute;
  bottom: 110px;
  left: 100px;
}

.sign2 img {
  width: 200px;
}

.date-issue {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 200px;
  font-size: 14px;
  font-weight: 700 !important;
  color: var(--deep_font_color);
  margin-left: -90px;
}

@media print {
  /* All your print styles go here */
  .not-for-print {
    display: none !important;
  }

  .text-container {
    padding: 0 !important;
    border: none;
    box-shadow: none;
  }

  .student-name {
    position: absolute;
    top: 275px;
    left: 0;
    font-size: 20px;
  }

  .course-logo {
    position: absolute;
    top: 70px;
    right: 70px;
  }

  .course-logo img {
    width: 130px;
  }

  .text1 {
    position: absolute;
    top: 320px;
    left: 0;
    padding: 0 100px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }

  .sign1 {
    position: absolute;
    bottom: 40px;
    right: 70px;
  }

  .sign1 img {
    width: 100px;
  }

  .sign2 {
    position: absolute;
    bottom: 40px;
    left: 50px;
  }

  .sign2 img {
    width: 100px;
  }

  .date-issue {
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 200px;
    font-size: 12px;
    font-weight: 500 !important;
    color: var(--deep_font_color);
    margin-left: -90px;
  }
}

/* Print page css here - end*/

.success-icon {
  background-color: #16cca9;
  border: 10px solid #f7f9fe;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
  border-radius: 80px;
  text-align: center;
  margin: auto;
}

.success-icon i {
  font-size: 40px;
  line-height: 80px;
  color: var(--primary_color);
}

.failure-icon {
  background-color: #e95046;
  border: 10px solid #f7f9fe;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
  border-radius: 80px;
  text-align: center;
  margin: auto;
}

.failure-icon i {
  font-size: 40px;
  line-height: 80px;
  color: var(--primary_color);
}

.checkout-tab .nav-link {
  border: 1px solid #cccccc;
  background-color: #f7f9fe;
}

.checkout-tab .nav-link:after {
  background-color: transparent;
}

.checkout-tab .nav-link.active,
.checkout-tab .show > .nav-link {
  background-color: #f7f9fe;
  border: 1px solid var(--secondary_font_color);
  color: var(--secondary_font_color);
}

.checkout-tab li {
  margin: 5px 0;
}

.checkout-tab li + li {
  margin-left: 20px;
}

.contact-us-img-bg {
  color: var(--primary_color);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color_deep_green)+0,006c8e+59,006c8e+74,071f26+100 */
  background: var(--color_deep_green) url(../img/bg/contact-us-bg.png);
  /* Old browsers */
  background: url(../img/bg/contact-us-bg.png),
    -moz-linear-gradient(left, var(--color_deep_green) 0%, var(
            --color_bottle_green
          )
          59%, var(--color_bottle_green) 74%, var(--color_deep_green) 100%);
  /* FF3.6-15 */
  background: url(../img/bg/contact-us-bg.png),
    -webkit-linear-gradient(left, var(--color_deep_green) 0%, var(
            --color_bottle_green
          )
          59%, var(--color_bottle_green) 74%, var(--color_deep_green) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../img/bg/contact-us-bg.png),
    linear-gradient(
      to right,
      var(--color_deep_green) 0%,
      var(--color_bottle_green) 59%,
      var(--color_bottle_green) 74%,
      var(--color_deep_green) 100%
    );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.contact-us-img-bg .img-area {
  height: 300px;
}

.contact-form textarea {
  resize: none;
}

.contact-info-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Contac Us css here - End*/
/* Price css here - Start*/
.price-img-bg {
  color: var(--primary_color);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color_deep_green)+0,006c8e+59,006c8e+74,071f26+100 */
  background: var(--color_deep_green) url(../img/bg/price-bg.png);
  /* Old browsers */
  background: url(../img/bg/price-bg.png),
    -moz-linear-gradient(left, var(--color_deep_green) 0%, var(
            --color_bottle_green
          )
          59%, var(--color_bottle_green) 74%, var(--color_deep_green) 100%);
  /* FF3.6-15 */
  background: url(../img/bg/price-bg.png),
    -webkit-linear-gradient(left, var(--color_deep_green) 0%, var(
            --color_bottle_green
          )
          59%, var(--color_bottle_green) 74%, var(--color_deep_green) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../img/bg/price-bg.png),
    linear-gradient(
      to right,
      var(--color_deep_green) 0%,
      var(--color_bottle_green) 59%,
      var(--color_bottle_green) 74%,
      var(--color_deep_green) 100%
    );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.price-img-bg .img-area {
  height: 300px;
}

.priceing-area .priceing .header {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  text-transform: uppercase;
}

.priceing-area {
  position: relative;
}

.priceing-area .priceing {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}

.price_area {
  padding: 80px 0;
}

@media only screen and (max-width: 991px) {
  .priceing-area .priceing {
    position: static;
  }

  .price_area {
    padding: 40px 0 120px 0;
  }
}

.priceing-area .priceing .text-container {
  border-radius: 20px;
  color: var(--main_font_color);
  position: relative;
  padding-bottom: 68px;
}

.priceing-area .priceing .text-container .body {
  font-size: 14px;
  margin: 20px 0;
}

.priceing-area .priceing .text-container .body ul li {
  margin: 10px 0;
  position: relative;
  padding-right: 30px;
}

.priceing-area .priceing .text-container .body ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}

.priceing-area .priceing .text-container .footer {
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 20px;
  box-sizing: border-box;
}

.priceing-area .priceing .text-container .footer input[type="text"] {
  width: 50%;
  border: 0;
  padding: 10px;
}

.priceing-area .priceing .text-container .footer button {
  width: 50%;
  border: 0;
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

.visited {
  color: black;
}

.course-list-area .dropbtn {
  background-color: var(--primary_color);
  color: var(--secondary_font_color);
  padding: 5px 25px 5px 15px;
  font-size: 10px;
  line-height: 12px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  cursor: pointer;
}

.course-list-area .dropbtn i {
  right: 10px !important;
  top: 14px !important;
  font-size: 14px;
}

.course-list-area .dropbtn i.fa-angle-up {
  display: none;
}

.course-list-area .dropdown:hover i.fa-angle-up {
  display: block;
}

.course-list-area .dropdown:hover i.fa-angle-down {
  display: none;
}

.course-list-area .dropbtn:hover,
.dropbtn:focus {
  background-color: var(--secondary_font_color);
  color: var(--primary_color);
}

.course-list-area .dropdown {
  position: relative;
  display: inline-block;
}

.course-list-area .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--primary_color);
  min-width: 160px;
  max-width: 200px;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.course-list-area .dropdown:hover .dropdown-content {
  display: block;
}

.course-list-area .dropdown-content a {
  color: var(--deep_font_color);
  font-size: 12px;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.course-list-area .dropdown a:hover {
  background-color: var(--color_gray_more_lighter);
  color: var(--secondary_font_color);
}

.course-list-area .card .card-body li {
  padding: 10px 70px 10px 50px;
  margin: 0;
  height: auto;
  color: --light_gray_font_color;
  position: relative;
  list-style-type: none;
}

.course-list-area .card .card-body li + li {
  border-top: 1px solid #d9d9d9;
}

.course-list-area .card .card-body li i {
  position: absolute;
  top: 23px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}

.course-list-area .courser-duration {
  position: absolute;
  top: 23px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
  display: inline-flex;
}

.course-list-area .topic-time {
  color: var(--color_black);
  font-size: 12px;
  line-height: 12px;
  margin-top: 0px;
}

.card-header.card_accor button.btn-link.collapsed .topic-name {
  color: var(--deep_font_color);
}

.course-list-area .btn-area .btn1-style {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary_color);
  background-color: var(--secondary_font_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  box-sizing: border-box;
}

.course-list-area .btn-area .btn2-style {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary_font_color);
  background-color: var(--primary_color);
  padding: 10px 20px;
  border: 1px solid var(--secondary_font_color);
  border-radius: 50px;
  box-sizing: border-box;
}

.fa-user {
  margin-right: 5px;
}

@media handheld, only screen and (max-width: 767px) {
  .dashboard_sidebar ul {
    padding-left: 25px;
  }

  .copyright_area li {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .copyright_area p {
    text-align: center;
    margin-right: 0px !important;
  }

  .price-display a.btn {
    font-size: 14px;
    font-weight: 500;
    /* background-color: var(--color_btn); */
    /* color: var(--color_white); */
    padding: 10px 15px;
    border-radius: 50px;
  }

  .header_wishlist a {
    font-size: 13px;
    padding: 7px 10px;
    margin-right: 5px;
  }

  .header_sign_up a {
    font-size: 15px;
    padding: 7px 15px;
  }

  .middel_right_info {
    height: 50px;
  }

  .middel_right {
    height: 50px;
  }
}

@media handheld, only screen and (max-width: 380px) {
  .price-display a.btn {
    font-size: 14px;
    font-weight: 500;
    /* background-color: var(--color_btn); */
    /* color: var(--color_white); */
    padding: 10px 10px;
    border-radius: 50px;
  }
}

.header_wishlist a svg {
  margin-right: 5px;
}

.header_wishlist a svg path,
.header_wishlist a svg circle {
  stroke: #061a48;
  margin-right: 5px;
}

.header_wishlist a:hover svg circle,
.header_wishlist a:hover svg path {
  stroke: #ee5719;
}

.header_wishlist a.alert svg path,
.header_wishlist a svg circle {
  /* stroke: none; */
  margin-right: 5px;
}
.custom-bell-style svg path{
  stroke: none !important;
}
/* .header_wishlist a.alert:hover svg circle,
.header_wishlist a:hover svg path {
  /* stroke: none; */
/* } */

*/ .badge {
  position: absolute;
  font-size: 12px;
  color: var(--color_light);
  width: 26px;
  height: 26px;
  line-height: 20px;
  border-radius: 50px;
  background: var(--secondary_color);
  top: 10px;
  right: -4px;
  text-align: center;
}

.reg_ .dropdown-item,
.reg_ .dropdown-item-name {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem !important;
  clear: both;
  font-weight: 500 !important;
  color: #061a48 !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent !important;
  border: 0;
  font-size: 16px !important;
  margin-bottom: 5px;
}

.reg_ .dropdown-item:hover {
  color: #ee5719 !important;
}

/* .reg_ .dropdown-item em, .reg_ .dropdown-item em {
  font-style: normal;
  display: inline;
} */
.reg_ .dropdown-item em,
.reg_ .dropdown-item-name em {
  font-style: normal;
  display: block;
  font-size: 12px;
  color: #6d717a;
}

.dropdown-divider {
  margin: 0.3rem 0;
  border-top: 1px solid #d9d9d9;
}

.btn-secondary {
  color: #fff;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 50px;
  padding: 7px 15px;
}

.fmb_titel h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--primary_color);
}

ol.breadcrumb {
  background: transparent;
  display: inline-flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--secondary_color);
}

.breadcrumb-item.active {
  color: var(--color_gray_light);
}

.tell_about {
  padding: 50px;
  background: var(--color_orange_gray);
  border-radius: 5px;
}

.tell_about .form-control,
.white_bg .form-control {
  margin-bottom: 15px;
}

.fmb_titel h2 {
  font-size: 36px;
  color: var(--primary_color);
}

.white_bg {
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  /* margin-bottom: 55px !important; */
}

.tell_about h3,
.white_bg h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--color_btn);
}

.white_bg a.sugg_ {
  color: var(--secondary_color);
}

.white_bg a.sugg_:hover {
  color: var(--primary_color);
}

.last_ua h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #061a48;
}

.last_ua p {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #6d717a;
  width: 70%;
  word-break: break-word;
}

.last_ua a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ee5719;
}

.last_ua a:hover {
  color: #061a48;
}

.btn-secondary:hover {
  background: #e0e0e0;
  border-color: transparent;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background: #e0e0e0;
  border-color: transparent;
  /* -webkit-box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%); */
  box-shadow: none;
}

.dropdown-toggle::after {
  font-family: "FontAwesome";
  content: "\f078";
  color: #061a48;
  border: none;
  font-size: 12px;
}

.btn-primary {
  background: var(--btn-primary);
  border-color: var(--btn-primary);
  border-radius: 50px;
  font-weight: 400;
  font-size: 20px;
  padding:8px 30px;
}

.btn-primary:hover {
  background: var(--secondary_color);
  border-color: var(--secondary_color);
}

.btn-outline-danger {
  border-color: var(--secondary_color);
  border-radius: 50px;
  color: var(--secondary_color);
  padding: 10px 25px;
}

.btn-outline-danger:hover {
  background: var(--secondary_color);
  border-color: var(--secondary_color);
}
.no-hover-btn{
  background-color: rgb(255, 255, 255) !important;
  color: rgb(220, 53, 69) !important;
}
.no-hover-btn path{
  stroke: initial  !important;
}
.hover-mob{
  background: var(--secondary_color)  !important;
  border-color: var(--secondary_color) !important;
  color: #fff !important;
}
.hover-mob path{
  stroke: #fff !important;
}
.btn-outline-danger:hover svg path,
.btn-outline-danger:hover svg circle {
  stroke: #fff;
}

.post_code {
  margin-bottom: 20px;
}

.post_code input {
  border: none;
  color:#061a48!important;

}

.post_code .form-check-input {
  background: #f8f7f7;
  border: 1px solid #6d717a;
}

.post_code .btn-danger {
  border-color: var(--secondary_color);
  border-radius: 50px;
  background: var(--secondary_color);
}

.form-check h5 {
  line-height: 24px;
}

.enCustomer_right p {
  font-size: 11px;
  line-height: 12px;
  text-align: right;
  margin-bottom: 0px;
  color: #000000;
  margin-top: 10px;
}

.enCustomer_right select {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #ee5719;
  border: none;
}

.dropdown-menu {
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
  top: 12px !important;
}

button.btn-close {
  border: none;
  background: transparent;
}
.modal-header.btn-close {
  display: flex;
  margin-top: -3px;
}

.modal-header .btn-close {
  background: url("../../../adminpanel/assets/images/superadmin/closeIcon.svg") no-repeat center;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 29px;
}

.div_checked {
  height: 300px;
  overflow-y: auto;
  /* padding-left: 10px; */
  /* padding-top: 5px; */
  margin-top: -10px;
}



button.btn-close:hover {
  color: var(--primary_color);
}

.select_address input:not(.btn) {
  border-bottom: 1px solid #6d717a;
}

.select_address .modal-header {
  padding-bottom: 8px;
}

.select_address h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: var(--primary_color);
}

.select_address h5 span {
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: var(--color_gray_light);
}

.btn-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary_color);
  text-decoration: none;
}

.btn-link:hover {
  color: var(--secondary_color);
}

.select_address .btn-light {
  width: 100px;
  background: #ffffff;
  border: 1px solid var(--secondary_color);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  color: var(--secondary_color);
}

.select_address .btn-light:hover {
  background: var(--secondary_color);
  color: #fff;
}

.select_address .modal-body .form-check {
  margin-bottom:14px;
  font-weight: 500!important;
  font-size: 14px;
}

.select_address .modal-body .form-check label{
  margin-left:4px;
}


.select_address .modal-body .wrap #Search{
  font-weight: 500!important;
  padding-left: 0px;
 }


.search {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 24px;
}

.searchTerm {
  width: 100%;
  border-bottom: 1px solid var(--color_gray_more_lighter);
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 20px 15px;
  height: 20px;
  border-radius: 0px;
  outline: none;
  color: var(--primary_color);
  background: none;
}

.searchTerm:focus {
  color: var(--primary_color);
}

.searchButton {
  width: 30px;
  height: 41px;
  border: none;
  background: none;
  text-align: left;
  color: #000;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #ebeff1;
}
.zipcode-modal-body  .searchButton {
  width: 30px;
  height: auto;
  border-bottom: 1px solid #6d717a;
  margin-top:7px !important;
}
.zipcode-modal-header button{margin-top:10px!important;}

.upload_wrap {
  background: #f2f2f2;
  border: 2px dashed #c3c3c3;
  border-radius: 20px;
  padding: 70px 77px 70px 82px;
  margin-bottom: 1px;
}
.upload_wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #6d717a;
  margin: 20px 0 30px;
  word-break: break-word;
}

.supported_ h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #061a48;
}

.supported_ h6 {
  margin: 15px 0;
  font-size: 16px;
  line-height: 19px;
  color: #061a48;
}

.supported_ h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #061a48;
  display: flex;
  gap: 6px;
}

.supported_ h5 .ext_ {
  font-weight: 400;
  color: #6d717a;
}

.select_address svg:hover path {
  fill: #6d717a;
}

.cpp_wrap {
  width: 400px;
  margin: 30px auto 25px;
  padding: 50px;
  max-width: 100%;
}

/* svg:hover path {
  fill: #6D717A;
} */

.gen-info .btn {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--color_btn);
  color: var(--color_white);
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
}

.gen-info .btn:hover {
  background-color: var(--secondary_font_color);
}

.gen-info h5 strong {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #061a48;
}

.gen-info h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #6d717a;
}

.gen-info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #6d717a;
}

.gen-info h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  color: #061a48;
}

.font-44 {
  font-size: 32px !important;
}

.font-24 {
  font-size: 24px !important;
}

.nav-sidebar {
  width: 100%;
  border-right: 1px solid #ddd;
  height: 450px;
  overflow-y: auto;
}

.tab_cont {
  max-height: 350px;
  overflow-y: auto;
}

.nav-sidebar ul.nav.tabs li {
  width: 100%;
  margin-bottom: 2px;
}

.nav-sidebar a {
  padding: 3px 10px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #061a48;
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;
  border-radius: 2px;
}
li.workchkboxsec a {
  word-break: break-all;
  /* line-height: initial; */
}
.nav-sidebar .active a {
  color: var(--secondary_color);
  background: #f2f2f2;
}

.nav-sidebar li a:hover {
  color: var(--secondary_color);
  background: #f2f2f2;
}

.tab_wrappper li {
  list-style: none;
  margin-bottom: 7px;
}

.tab_wrappper li label.form-check-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6d717a;
  word-break: break-word;
}

.successfull_wrap .modal-body {
  padding: 60px 0 120px;
}

.successfull_wrap h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #061a48;
  margin: 15px 0 25px;
}

.successfull_wrap h5 {
  font-size: 18px;
  line-height: 22px;
  color: #6d717a;
  font-weight: 500;
  margin-bottom: 20px;
}

.successfull_wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #bdbdbd;
  padding: 0 15%;
}

.form-switch {
  margin-top: 20px;
  color: #ee5719;
  padding-left: 0px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-switch label.form-check-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #6d717a;
}

.switchToggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  font-size: 12px;
  text-indent: -9999px;
  width:76px;
  max-width:76px;
  height:30px;
  padding: 17px;
  background: #fff;
  border: 1px solid #ee5719;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switchToggle label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: #ee5719;
  border-radius: 90px;
  transition: 0.3s;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
  background: #ee5719;
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
  content: "No";
  position: absolute;
  top: 6px;
  left: 49px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #ee5719;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
  content: "Yes";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
  background: #fff;
}

.switchToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}



.pre_ .btn-light {
  background: #ffffff;
  border: 1px solid var(--secondary_color);
  border-radius: 50px;
  font-weight: 400;
  font-size: 20px;
  /* line-height: 23px; */
  align-items: center;
  text-align: center;
  color: var(--secondary_color);
  padding: 8px 30px;
  margin-right: 15px;
}

.pre_ .btn-light:hover {
  background: var(--secondary_color);
  color: #fff;
}

p {
  color: #6d717a;
  font-weight: 500;
  /*font-size: 22px;
  line-height: 25px;
  margin-bottom: 12px;*/
}

#cancelRemoveFavourite {  padding: 8px 30px!important;
}

#confirmRemoveFavourite{ padding: 8px 30px!important;}


.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.dashboard_sidebar li {
  margin-bottom: 12px;
}

.dashboard_sidebar li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #828282;
}

.dashboard_sidebar li a:hover {
  color: var(--secondary_color);
}

.dashboard_sidebar li.active a {
  color: var(--primary_color);
}

.dashboard_wrapper .num_change .form-control {
  border: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #6d717a;
  border-radius: 0;
}

.num_change .iti--allow-dropdown .iti__flag-container,
.num_change .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0px;
}

.dashboard_wrapper .num_change a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ee5719;
  margin-top: 10px;
  display: block;
  margin-left: -10px;
}

.dashboard_wrapper .num_change a:hover {
  color: #061a48;
}

.dashboard_wrapper .num_change button:hover {
  color: #061a48;
}

.dashboard_wrapper
  .num_change
  .iti--separate-dial-code
  .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 24px;
  font-weight: 300;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #6d717a;
  font-weight: 500;
  font-size: 18px;
}

.blue-font-color {
  background: #061a48;
  border-radius: 5px;
  padding: 50px 50px 25px;
  color: #fff;
}

.blue-font-color a:hover svg path {
  fill: var(--secondary_color);
}

.blue-font-color h3 {
  margin-bottom: 23px;
}

.profile_pics img {
  margin-top: -75px;
}

.edit-pics {
  margin-top: -25px !important;
  margin-left: 42%;
}

.num_change label.form-check-label {
  margin-left: 12px;
}

.num_change h3 span a {
  margin-top: 5px !important;
  float: right;
}

.table_wrap {
  margin-top: 10px;
}

.table_wrap td {
  vertical-align: middle;
  font-weight: 500;
}

.table_wrap td em {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color_gray_light);
}

.table > :not(caption) > * > * {
  padding: 1.25rem 0.4rem;
}

.table_wrap .btn-view {
  background: #ffffff;
  border: 1px solid #ee5719;
  border-radius: 50px;
  color: #ee5719;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 19px;
  min-width: 100px;
}

.table_wrap .btn-view:hover {
  color: #fff;
  background: #ee5719;
}

.iti__selected-flag {
  padding: 0px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 90px !important;
}

.tab_wrap span.badge.badge-secondary {
  right: -20px;
  background: #e0e0e0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
span.badge.rounded-badge {
  border-radius: 50px;
  vertical-align: middle;
  min-width: 26px;
  height: 26px;
}
/* Dropdown Button */
.middel_right .alert {
  padding: 0;
  margin-bottom: 0;
  margin-right: 16px !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  right: 0px;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 445px;
  z-index: 1;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 15%);
  border-radius: 10px;
}

.display-block {
  display: block !important;
}

.head_ {
  padding: 20px 30px 10px;
}

.head_ h5 a {
  float: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary_color);
  padding: 0;
}

.mid_cont {
  padding: 20px 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.mid_cont img {
  height: 40px;
  width: 40px;
}

.foote_ {
  padding: 10px 30px;
  text-align: center;
}

.dropdown-content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary_color);
}

.dropdown-content .mid_cont h5 a {
  color: var(--primary_color);
  padding: 0;
  font-size: 16px;
  height: auto;
}

.dropdown-content .mid_cont h5 a:hover {
  color: var(--secondary_color);
}

.dropdown-content h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}

.dropdown-content .foote_ a {
  color: var(--secondary_color);
  padding: 0;
  font-size: 16px;
  display: inline;
}

.dropdown-content .foote_ a:hover {
  color: var(--primary_color);
}

.head_ h5 a:hover {
  color: var(--primary_color);
}

.show {
  display: block;
}

.all-notificaion h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary_color);
}

#edit-name h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  width: calc(100% - 50px);
  display: inline-block;
}

#edit-name span {
  margin-top: 15px;
}

a#cancel_ {
  color: #bdbdbd;
}

a#cancel_:hover {
  color: #061a48;
}

button#cancel_ {
  color: #bdbdbd;
}

button#cancel_:hover {
  color: #061a48;
}

/* a#save_{
    color: var(--secondary_color);
} */
#edit-name input[type="text"] {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 400;
}

#edit-name ::placeholder {
  color: #fff;
}

.pl-details {
  padding-bottom: 58px;
  padding-top: 58px;
}

.pl-details h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: var(--color_gray_light);
  margin-bottom: 0px;
  word-break: break-word;
}
.pl-details h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  color: var(--color_gray_light);
  margin-bottom: 25px;
  word-break: break-word;
}

.pl-details h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary_color);
  margin-bottom: 0px;
}

.card-wrap {
  border-radius: 5px !important;
  border: none !important;
}

.card-wrap .card-header {
  padding: 16px 50px 14px 50px;
  background-color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary_color);
}

.card-wrap .card-body {
  padding: 45px 50px 44px 50px;
  background-color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary_color);
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}

.card-wrap li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color_gray_light);
}

.card-wrap h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary_color);
}

.card-wrap .date_time {
  color: var(--color_gray_light);
}

.card-wrap .img-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--secondary_color);
}

.card-wrap h3 {
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 1px;
  font-size: 24px;
}

.card-wrap .pv_top {
  margin-top: 12px;
}

table.table {
  margin-bottom: 0px;
}

.tab_wrap .table_wrap {
  margin-top: 0;
}

.tab_wrap p {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary_color);
}

.table th {
  vertical-align: bottom;
  padding-top: 0;
}

.tab_wrap th {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.table_wrap td {
  vertical-align: middle;
  color: #6d717a;
}

.tab_wrap td {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color_gray_light);
}

.cf_rating {
  width: 24px;
  height: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 3px;
}

.point_ {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary_color);
  float: left;
  margin-right: 18px;
  margin-top: 5px;
  margin-left: 2px;
}

.popup {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: var(--primary_color);
  width: 24px;
  height: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-top: 4px;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 275px;
  background: var(--primary_color);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  right: -125px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--primary_color) transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab_wrap .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}

.tab_wrap .nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: unset;
  text-align: center;
}

.tab_wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab_wrap .nav-tabs {
  border-bottom: none;
}

.tab_wrap .nav-link:after {
  content: "";
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  color: var(--color_black);
  background-color: #fff;
  height: 30px;
  width: 1px;
  top: 6px;
  right: -5px;
  opacity: 0.3;
  display: inline-block;
}

.tab_wrap .card-wrap .mt-3 {
  margin-top: 11px !important;
}

.tab_wrap .nav-tabs .nav-link {
  color: #bdbdbd;
}

.tab_wrap .nav-tabs .nav-link.active {
  color: var(--primary_color);
}

.tab_wrap h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: var(--primary_color);
}

#nav-tabContent p {
  color: var(--color_gray_light);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

#nav-tabContent h2 {
  font-weight: 500;
  font-size:24px;
  line-height: 38px;
  color: var(--primary_color);
}

#nav-tabContent .cnp_ h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color_gray_light);
}

#nav-tabContent .cnp_border {
  border-bottom: 1px solid var(--primary_color);
}

#nav-tabContent .cost_b {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: var(--color_gray_light);
}

#nav-tabContent .cost_b span {
  color: var(--primary_color);
}

#nav-tabContent .total-price h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ee5719;
}

#nav-tabContent .price_ec {
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  color: var(--primary_color);
}

#nav-tabContent small {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color_gray_light);
  margin-top: 10 px;
  display: inline-block;
}

.about_company h4 {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: var(--primary_color);
}

.customer-feedback h3 {
  padding-bottom: 10px;
}

.customer-feedback .c_feedback {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
}

.customer-feedback .c_feedback h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: var(--primary_color);
}

.customer-feedback .c_feedback h5 span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color_gray_light);
  margin-left: 15px;
}

.verified {
  color: #27ae60;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-left: 20px;
}

.c_feedback p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color_gray_light);
}

.ratings_ .cf_rating {
  width: 24px;
  height: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* display: grid; */
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.ratings_ {
  color: var(--color_gray_light);
}

.load_more a {
  font-weight: 700;
  font-size: 20px;
}

.hme_ h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
}

.accept .btn-light {
  width: auto;
}

.accept .modal-body {
  padding: 20px 30px;
}

.accept input {
  border: 1px solid #6d717a;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.accept .form-switch label.form-check-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #6d717a;
  /* position: absolute;
  left: 25%;
  top: 15%; */
  margin-top: 0px;
}

.accept h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #061a48;
  margin: 15px 0 32px;
}

.accept p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--color_gray_light);
  text-align: left;
  padding: 0 0 5px;
}

.accept .modal-body .form-check {
  margin-bottom: 5px;
}

.accept .form-group label {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 0px;
  font-weight: 600;
}

.pcm-account h5 {
  font-weight: 700;
  font-size: 16px;
  color: var(--primary_color);
  margin-bottom: 4px;
}

.pcm-account p {
  font-weight: 500;
  font-size: 16px;
  color: var(--color_gray_light);
  margin: 13px 0 23px;
}

.pcm-account .form-check-label {
  font-weight: 500;
  font-size: 16px;
  color: var(--color_gray_light);
  line-height: 24px;
}

.form-select:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pcm-account .form-select {
  border-bottom: 1px solid #6d717a;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0px;
  margin-bottom: 28px;
}

.pcm-account .pre_ .btn-light {
  margin-top: 38px;
}

.pcm-account .pre_ .btn-light:hover {
  background: var(--secondary_color);
  color: rgb(255, 255, 255) !important;
}

.milestone_ .max_ {
  color: #bdbdbd;
}

/*Form Wizard*/
.bs-wizard {
  padding: 50px 40px;
  background: var(--primary_color);
  border-radius: 5px;
  width: 100%;
  margin-left: 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

/* .bs-wizard>.bs-wizard-step+.bs-wizard-step {} */

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 35px;
  line-height: 1.5;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 23px;
  height: 23px;
  display: block;
  background: var(--secondary_color);
  top: 60px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 13px;
  height: 13px;
  background: var(--secondary_color);
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 5px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: var(--secondary_color);
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
  content: " ";
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  position: absolute;
  width: 23px;
  height: 23px;
  display: block;
  background: #db0c0c;
  top: 60px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step.closed > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.closed > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.closed > .progress > .progress-bar {
  width: 100%;
}

/*END Form Wizard*/

.milestone_ h3.titel {
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #6d717a;
  margin: 20px 0 10px;
}

.milestone_ .info_ {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary_color);
}

.milestone_ .nav-link {
  padding-left: 0px;
}

.milestone_ .nav-link + .nav-link {
  padding-left: 15px;
}

.review_wp .mb-40 {
  margin-bottom: 32px;
}

.review_wp h3 {
  margin-bottom: 6px !important;
}

.review_wp p {
  margin-bottom: 13px;
}

textarea#detailed_review {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#my_camera video {
  width: 93%;
  height: 80%;
  position: absolute;
  object-fit: cover;
  top: -20px;
}

.trd_wp p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-top: 30px;
}

.acme-ltd-wrap h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin: 8px 0 0px;
}

.acme-ltd-wrap h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.acme-ltd-wrap h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}

.acme-ltd-wrap .btn-refresh {
  background: #ee5719;
  border: 1px solid #ee5719;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 19px;
}

.acme-ltd-wrap .btn-refresh:hover {
  color: #ee5719;
  background: #fff;
  border: 1px solid #ece7db;
}

.tradperson_tab nav > .nav.nav-tabs {
  border: none;
  color: #fff;
}

#nav-tradesperson-tab {
  border-radius: 5px 0px 0px 5px;
}

#nav-customer-tab {
  border-radius: 0px 5px 5px 0px;
}

.tradperson_tab nav > div a.nav-item.nav-link {
  background: #bdbdbd;
  padding: 30px 25px 0px;
  color: var(--primary_color);
  border: none;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  line-height: 1.5;
  width: 50%;
}

.tradperson_tab nav > div a.nav-item.nav-link small {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
  display: block;
}

.tradperson_tab nav > div a.nav-item.nav-link.active {
  border: none;
  color: #fff;
  background: #061a48;
}

.tradperson_tab nav > div a.nav-item.nav-link.active small {
  color: #bdbdbd;
}

.tradperson_tab nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -40px;
  left: 45%;
  border: 15px solid transparent;
  border-top-color: #061a48;
  top: unset;
  right: unset;
  opacity: 1;
  background: transparent;
  height: auto;
  width: auto;
}

.tradperson_tab nav > div a.nav-item.nav-link:hover {
  background: var(--secondary_color);
  color: #fff;
}

.tradperson_tab nav > div a.nav-item.nav-link:hover small {
  color: #fff;
}

.tradperson_tab .nav-link::after {
  background: none;
}

.tradperson_tab .nav-tabs .nav-link {
  margin-bottom: 0px;
}

.tradperson_tab nav > div a.nav-item.nav-link:hover:after {
  border-top-color: var(--secondary_color);
}

#custom-search-input .input-group {
  border: 1px solid #bdbdbd;
  border-radius: 50px;
}

#custom-search-input .input-group .form-control {
  margin-bottom: 0;
  border-bottom: none;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #6d717a;
  border: none;
  background: none;
}

#custom-search-input .btn-danger {
  color: #fff;
  border-color: #d9d9d9;
  background: #d9d9d9;
  border-radius: 50px;
  margin: 6px;
  width: 34px;
  height: 34px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}

#custom-search-input .btn-danger .fa-search {
  color: #4f4f4f;
}

.search-query-wrap {
  margin: 26px 0 -15px -15px;
}

#custom-search-input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

#custom-search-input input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bdbdbd;
}

#custom-search-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bdbdbd;
}

/* Pagination links */
.pagination {
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

.pagination .page-link {
  font-size: 20px;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  margin: 0 4px;
}

.pagination a {
  color: var(--primary_color);
  float: left;
  margin: 0 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.pagination a.next_ svg path {
  fill: var(--primary_color);
}

.pagination a.prve_ svg path {
  fill: #bdbdbd;
}

.pagination a:hover svg path {
  fill: var(--secondary_color);
}

/* Style the active/current link */
.pagination a.active {
  color: var(--secondary_color);
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {
  color: var(--secondary_color);
}

.status_wp #sel1 {
  padding: 12px 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 50px;
}

.status_wp .dropdown {
  position: relative;
}

.status_wp .dropdown .dropdown-list {
  padding: 15px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
  width: 240px;
}

.status_wp .dropdown .checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}

.status_wp .dropdown .dropdown-label {
  display: block;
  padding: 0 40px 0 0px;
  cursor: pointer;
  position: relative;
}

.status_wp .dropdown .dropdown-label:before {
  font-family: "FontAwesome";
  content: "\f078";
  color: #061a48;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
}

.status_wp .dropdown.open .dropdown-list {
  display: block;
}

.status_wp .dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}

.status_wp .dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.status_wp .checkbox {
  margin-bottom: 10px;
}

.status_wp .checkbox:last-child {
  margin-bottom: 0;
}

.status_wp .checkbox .checkbox-custom {
  display: none;
}

.status_wp .checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.status_wp .checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
}

.status_wp .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  height: 4px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid var(--primary_color);
  border-width: 0 2px 2px 0;
}

.status_wp .checkbox .checkbox-custom-label {
  line-height: 16px;
  margin-right: 0;
  margin-left: 0;
  font-weight: 500;
  font-size: 16px;
}

.other-open-proj h3 {
  margin-bottom: 30px;
}

.other-open-proj h5 {
  color: var(--secondary_color);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.other-open-proj h5 span {
  margin-right: 20px;
  color: var(--color_gray_light);
}

.other-open-proj p {
  color: var(--color_gray_light);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  margin-left: 40px;
}

#reject-project .btn-light {
  width: auto;
}

#reject-project p {
  text-align: left;
  margin-bottom: 18px;
}

.alert-warning span {
  display: inline-block;
  width: 50px;
  float: left;
}

.alert-warning {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--secondary_color);
  background: #ffecbc;
  border: 1px solid rgb(238, 87, 25);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 50px;
}

.gallery-wrapper img {
  width: 100%;
}

.create-task-wp h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #061a48;
}

.task-wrap h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary_color);
}

.task-wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
}

.task-wrap .input-group-text {
  border: 0px;
  background: initial;
  /* border-bottom: 1px solid #000; */
  border-radius: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 0;
}

.task-wrap {
  padding: 30px 20px 0 50px;
}

.unable-work {
  padding: 0px 20px 0 30px;
}

.unable-work h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--color_gray_lighter);
}

.unable-work p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
}

.vat_ .form-switch label.form-check-label {
  left: 22%;
  top: 10%;
}

.vat_ .form-switch {
  margin-bottom: 25px;
}

.total_price_ h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  line-height: 40px;
}

.total_price_ .price_ec {
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  color: var(--primary_color);
}

.total_price_ h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color_gray_light);
}

.total_price_ span {
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  color: #27ae60;
}

.initial-payment h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
  color: #061a48;
}

.head_mt0 {
  margin-top: 0px !important;
}

.content-wrap h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #061a48;
  margin-bottom: 20px;
}

.content-wrap p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.content-wrap ul {
  list-style: disc;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #6d717a;
  margin-top: 30px;
}

.content-wrap li {
  margin-bottom: 15px;
}

.contact-us-top {
  background: #ece7db;
  border-radius: 5px;
  padding: 50px 50px 0;
}

.contact-us-top h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary_color);
  margin-bottom: 20px;
}

.contact-us-top h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--color_gray_light);
  margin-bottom: 20px;
}

.contact-us-bottom {
  background: var(--primary_color);
  border-radius: 5px;
  padding: 50px 50px;
}

.contact-us-bottom h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  color: #e0e0e0;
}

.contact-us-bottom h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  /* margin-bottom: 20px; */
}

.contact-us-bottom h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--color_gray_light);
  margin-bottom: 20px;
  width: 65%;
}

.our-story {
  background: var(--primary_color);
  border-radius: 5px;
  padding: 50px 50px;
}

.our-story h5 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.our-story p {
  color: #ece7db;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}

.good-quality {
  background: #ece7db;
  border-radius: 5px;
  padding: 50px 50px;
}

.good-quality h4 {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color: var(--color_gray_light);
}

.good-quality h4 span {
  font-weight: 700;
  color: var(--secondary_color);
}

.our-missoin h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  color: var(--color_gray_light);
}

.our-missoin h5 {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.our-missoin p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--color_gray_light);
  margin-bottom: 30px;
}

.our-missoin span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--primary_color);
  background: #ece7db;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.bottom_text p {
  margin-left: -20px;
}

.our-values h5 {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0px !important;
  margin-bottom: 15px;
}

h2.company-name {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color: var(--color_gray_light);
  margin-top: -6px;
  margin-bottom: 2px;
  width: 90%;
  float: left;
}

h2.company-name input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: var(--color_gray_light);
  width: 100%;
  font-weight: 300;
  margin-top: 6px;
}

h2.company-name ::placeholder {
  color: var(--color_gray_light);
}

h2.company-name a:hover svg path {
  fill: var(--secondary_color);
}

.acme_right a svg {
  margin-left: 10px;
  margin-top: 15px;
}

.acme_right a:hover svg path {
  fill: var(--secondary_color);
}

.acme_right {
  float: left;
}

.company-desp .change_ {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--secondary_color);
}

.company-desp .save_ {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--secondary_color);
  margin-top: 12px;
  display: inline-block;
}

.company-desp .cancel_ {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #828282;
  margin-left: 20px;
  margin-top: 12px;
  display: inline-block;
}

.pv_top .add_ {
  width: 99px;
  height: 68px;
  background: #f2f2f2;
  border: 1px solid #ee5719;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 68px;
}

.pv_top .add_:hover {
  background: var(--secondary_color);
}

.pv_top a {
  position: relative;
  display: inline-block;
}

.pv_top .add_:hover svg path {
  fill: #fff;
}

.pv_top a .remove_img {
  display: none;
}

.pv_top a:hover .remove_img {
  position: absolute;
  background-color: rgb(0 0 0 / 65%);
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.public_li h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary_color);
}

.public_li h5 span {
  color: var(--color_gray_light);
  font-weight: 500;
}

.public_li h3 {
  margin-bottom: 15px;
}

.btn-pli {
  color: #6D717A;
  font-weight: 600;
  background: #F2F2F2;
  border-radius: 50px;
  padding: 15px 25px;
  display: inline-block;
  margin-right: 20px;
}

.btn-pli svg {
  margin-left: 10px;
}

.btn-pli:hover {
  background: var(--secondary_color);
  color: #fff;
}

.btn-pli:hover svg path {
  fill: #fff;
}

.public_li_upload a:last-child {
  font-weight: 500;
}

.contact_trading_ h3 {
  margin-bottom: 20px;
}

.contact_trading_ h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}

.contact_trading_ h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.contact-change {
  font-weight: 700;
  margin-top: 15px;
}

.no_dissible {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 100%;
  background: #fefefed1;
  box-shadow: inset 0 0 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(2.5px);
  background-color: hsla(0, 0%, 100%, 0.8);
}

.contact_trading_ .pw_ .form-control {
  border-bottom: none;
}

.contact_trading_ .pw2_ .form-control {
  border-bottom: 1px solid var(--color_gray_light);
}

.contact_trading_ .save_ {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--secondary_color);
  margin-top: 12px;
  display: inline-block;
}

.contact_trading_ .cancel_ {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #828282;
  margin-left: 20px;
  margin-top: 12px;
  display: inline-block;
}

.ukvat-number h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary_color);
  margin-bottom: 15px;
}

.ukvat-number h2 {
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  color: var(--primary_color);
}

.ukvat-number h2 input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: var(--color_gray_light);
  width: 100%;
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
}

.ukvat-number h2 ::placeholder {
  color: var(--color_gray_light);
}

.ukvat-number h2 a:hover svg path {
  fill: var(--secondary_color);
}

.vat-edit a svg {
  margin-left: 10px;
  margin-top: 30px;
}

.vat-edit a:hover svg path {
  fill: var(--secondary_color);
}

.work-area-wrap a {
  font-weight: 700;
}

.work-area-wrap ol {
  margin-top: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.work-area-wrap ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  word-break: break-word;
}

.contingency-wrap h5 {
  margin-top: 14px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--color_gray_light);
}

.contingency-wrap .form-control {
  font-size: 40px;
  margin-bottom: 0;
  color: var(--primary_color);
  width: 120px;
  text-align: center;
}

.contingency-wrap .gen-info h6 {
  line-height: 40px;
  margin-bottom: 0px;
}

.contingency-wrap .form-control::placeholder {
  color: var(--primary_color);
}

.contingency-wrap .font-44 {
  font-size: 32px !important;
}

.contingency-wrap a svg {
  margin-left: 15px;
}

.contingency-wrap a:hover svg path {
  fill: var(--secondary_color);
}

.bank-account-wrap h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.bank-account-wrap h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #27ae60;
  text-align: right;
}

.bank-account-wrap h5 {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}

.bank-account-wrap h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.bank-account-wrap svg {
  float: left;
  margin-right: 20px;
}

.bank-account-wrap a {
  font-weight: 700;
  margin-top: 10px;
}

.bank-account-wrap .form-control {
  border: none;
  color: #27ae60;
}

.bank-account-wrap input {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-top: -10px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid var(--color_gray_light) !important;
}

.bank-account-wrap .cancel_ {
  margin-left: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #828282;
}

.bank-account-wrap .save_ {
  font-size: 18px;
  line-height: 21px;
  color: var(--secondary_color);
}

.bank-account-wrap .form-check .form-check-input {
  margin: 5px 15px 0 0;
  width: 24px;
  height: 24px;
}

.bank-account-wrap .form-group.form-check {
  padding-left: 0px;
}

.milestones .form-check-input {
  width: 24px;
  height: 24px;
  margin-left: 85%;
}

.table_wrap a svg path {
  fill: var(--secondary_color);
}

.table_wrap a:hover svg path {
  fill: var(--secondary_color);
}

.table_wrap a:hover {
  color: var(--secondary_color);
}

.fa-pencil {
  color: var(--color_gray_light);
}

#type-of-work .modal-body .form-check {
  margin-bottom: 5px;
}

#Confirm_wp h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--primary_color);
}

#Confirm_wp p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #bdbdbd;
}

#Delete_wp h5 {
  margin: 20px 0 10px;
}

#display-name .edit-name-btn,
#edit-name #submit-name,
#edit-name .cancel-btn {
  border: none;
  background: transparent;
}

.dashboard_wrapper .num_change button {
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ee5719;
  margin-top: 10px;
  display: block;
}

.dashboard_wrapper .num_change button.ac_close {
  border: 1px solid var(--secondary_color);
}

.cookies-wrap {
  background: #061a48;
  opacity: 0.95;
  padding: 45px 140px 30px;
  position: fixed;
  bottom: 0px;
}

.cookies-wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ece7db;
}

.cookies-wrap p a:hover {
  color: #fff;
}

.cookies-wrap .pre_ .btn-light {
  font-size: 16px;
  padding: 13px 45px;
}

.term_ ul {
  margin-top: 50px;
}

.dashboard_wrapper .num_change #save_ {
  border: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ee5719;
  margin-top: 10px;
  display: block;
  background: transparent;
}

.dashboard_wrapper .num_change #save_:disabled {
  color: #ddd;
}

#avatar_dropzone .dz-success-mark svg path {
  fill: green;
}

#avatar_dropzone .dz-error-mark svg path {
  fill: red;
}

#avatar_dropzone .dz-details {
  color: var(--primary_color);
}

#avatar_dropzone .dz-image-preview .dz-image img {
  border-radius: 50%;
  transition: none;
}

.reg_ img {
  width: 27px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.profile_pics > img {
  width: 187px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  object-fit: cover;
}

.supported_ .invalid-file {
  color: red;
  text-align: center;
}

#avatar_dropzone .dz-preview {
  position: relative;
}

#avatar_dropzone .dz-preview .dz-success-mark svg,
#avatar_dropzone .dz-preview .dz-error-mark svg {
  position: absolute;
  top: 85px;
  right: 25px;
  width: 32px;
}

#avatar_dropzone .dz-preview .dz-details {
  margin-top: 15px;
}

#avatar_dropzone .dz-image img {
  width: 100%;
}

#display-name h3 {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  padding-top: 3px;
  margin-bottom: 26px;
}

#display-name h3 .show-name {
  background-color: transparent;
  border: none;
  color: white;
}

#updateNameForm #submit-name:disabled img {
  opacity: 0.7;
}

#nav-old-estimate .pv_top,
#nav-home .pv_top,
#nav-details .pv_top {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

#nav-old-estimate .pv_top img,
#nav-home .pv_top img,
#nav-details .pv_top img {
  width: 100px;
  height: 69px;
  border-radius: 10px;
}

#nav-old-estimate .pv_top .video-mask,
#nav-home .pv_top .video-mask,
#nav-details .pv_top .video-mask {
  width: 100px;
  height: 69px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}

#nav-home .pv_top .video-mask video,
#nav-details .pv_top .video-mask video {
  object-fit: cover;
}

#project_media_modal .modal-body img {
  width: 100%;
}

.secondary-font-color {
  color: var(--secondary_color) !important;
}

.dropzone-preview-thumbnail {
  border-radius: "5%";
  transition: "none";
}

.clr-bg {
  background-color: transparent !important;
}

.clr-border {
  border: none !important;
}

.dropzone-progress-bar {
  display: "block";
  position: "relative";
}

.rectangle-img {
  width: 100px;
  height: 69px;
  object-fit: fill;
  border-radius: 10px;
}

#teamImage-491 .rectangle-img,
#prevProjectImage-493 .rectangle-img {
  object-fit: cover !important;
}

.rectangle-img-lg {
  width: 99px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
}

.square-img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 3px;
}

.rounded-img {
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.rectangle-video {
  width: 100px;
  height: 69px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 0 !important;
}

/* #previews.files {

} */

#previews .dz-image-preview {
  float: left;
  width: 32%;
  margin-left: 1%;
}

#multi_file_dropzone.cpp_wrap {
  padding-left: 5px;
  padding-right: 5px;
}

#previews.files {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* max-height: 230px; */
  height: 230px;
  overflow-y: auto;
}

#previews.files .rectangle-img,
#previews.files .rectangle-video {
  width: 100%;
}

.cpp_wrap.uploading {
  padding-top: 32px;
  padding-bottom: 32px;
}

.cpp_wrap .text-orange {
  color: var(--secondary_font_color);
  font-weight: 500;
}

/* .center-progress {
    margin-top: -46px;
    z-index: 2;
    position: relative;
    width: 80%;
} */

.center-progress {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-border {
  border-bottom: 1px solid var(--color_black) !important;
}

/* mobile Responsive  */

@media screen and (max-width: 1920px) {

  .dashboard_sidebar {
    height: 500px;
  }

  .middel_right_info {
    margin-right: 0px;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .term_ ul {
    margin-top: 0px;
  }

  h2.company-name {
    font-size: 22px;
    width: 80%;
  }

  .pv_top .add_ {
    width: 75px;
    height: 65px;
    line-height: 65px;
  }

  .ukvat-number h2 input[type="text"] {
    font-size: 26px;
  }

  .work-area-wrap ol li {
    font-size: 16px;
  }

  .ukvat-number h2 {
    font-size: 25px;
  }

  .tell_about h3,
  .white_bg h3 {
    font-size: 22px;
  }

  .col-md-6.mb-5.mt-3 {
    margin-bottom: 20px !important;
  }

  .bank-account-wrap h4 {
    text-align: left;
  }

  .contingency-wrap .form-control {
    width: 85px !important;
    font-size: 28px !important;
    margin-bottom: 0 !important;
  }

  .pv_top img {
    max-width: 95%;
    height: auto;
  }

  .thumbnail_div img{
		max-width: 100% !important;
	}

  .d-inline.mr-2 {
    margin-right: 0px !important;
  }

  .bottom_text p {
    margin-left: 0;
  }

  .contact-us-top {
    padding: 25px;
  }

  .contact-us-bottom {
    padding: 25px;
  }

  .reg_ a {
    background: inherit;
  }

  .reg_ a:hover {
    background: inherit;
    color: var(--secondary_color);
  }

  .tradperson_tab nav > div a.nav-item.nav-link.active:after {
    bottom: -35px;
  }

  .tradperson_tab nav > div a.nav-item.nav-link {
    line-height: 1.2;
  }

  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum,
  .bs-wizard > .bs-wizard-step .bs-wizard-info {
    font-size: 10px;
  }

  .bs-wizard {
    padding: 30px 20px;
  }

  .card-wrap .card-header {
    padding: 15px;
    font-size: 17px;
  }

  .card-wrap .pv_top img {
    margin-bottom: 5px;
  }
  #nav-old-estimate .pv_top img, #nav-home .pv_top img {
    width: 80px;
    height: 50px;
}
#nav-old-estimate .pv_top, #nav-home .pv_top, #nav-details .pv_top {
  gap: 5px;
}

  .middel_right_info {
    margin-right: 0;
  }

  .dashboard_sidebar {
    height: 100%;
  }

  .white_bg,
  .card-wrap .card-body {
    padding: 25px;
  }

  .mr-4 {
    margin-right: 0.9rem !important;
  }

  .tell_about {
    padding: 25px;
  }

  .last_ua p {
    width: 100%;
  }

  .btn {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .badge {
    top: 10px;
    right: 15px;
  }

  .tab_wrappper li {
    margin-bottom: 0px;
  }

  .nav-sidebar a {
    font-size: 13px;
  }

  .tab_wrappper li label.form-check-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #6d717a;
  }

  .form-switch label.form-check-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgb(109, 113, 122);
  }

  .table_wrap td {
    padding: 20px 12px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
  }

  .table > thead {
    vertical-align: middle;
    font-size: 14px;
  }

  .popup {
    right: 15px;
    margin-top: 3px;
  }

  .popup .popuptext::after {
    top: 100%;
    left: 96%;
  }

  .popup .popuptext {
    right: 0px;
  }

  .point_ {
    font-size: 14px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 0;
  }

  .tab_wrap th {
    font-size: 14px;
    line-height: 16px;
  }

  .cf_rating {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .table_wrap td {
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media handheld, only screen and (max-width: 414px) {
  .input-group-text {
    margin-left: 10px;
  }

  .dropdown-content {
    min-width: 280px;
  }

  .badge {
    top: 3px;
    right: 10px;
  }
  .badge.count-badge {
    margin-top: -2px !important;
    margin-right: -16px !important;
}
}

@media handheld, only screen and (max-width: 414px) {
  .input-group-text {
    margin-left: 10px;
  }

  .dropdown-content {
    min-width: 280px;
  }
}

@media handheld, only screen and (max-width: 390px) {
  .input-group-text {
    margin-left: 5px;
  }
}

@media handheld, only screen and (max-width: 375px) {
  .input-group-text {
    margin-left: 0px;
  }
}

.error {
  color: #f00;
}

.success {
  color: #17ad6a;
}

/* Chat-------------------------*/
.chat-window {
  height: 600px;
  overflow-y: auto;
  background-color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary_color);
  border-bottom: none;
  border-radius: 0 0 5px 5px;
   padding-right: 5px;
}

.chat-window .alert {
  background: #ffecbc;
  border: 1px solid #ee5719;
  border-radius: 5px;
  color: #ee5719;
  font-size: 14px;
  line-height: 17px;
  display: flex;
}

.chat-window .alert .icon {
  width: 80px;
}

.date-line {
  position: relative;
  text-align: center;
  margin: 50px 0;
}

.date-line hr {
  color: #c9c9c9;
  border: solid 1px #c9c9c9;
}

.date-line .date-area {
  position: absolute;
  top: -20px;
  width: 100%;
}

.date-line .date {
  display: inline-block;
  padding: 10px 20px;
  background: #f2f2f2;
  border-radius: 50px;
  color: #000;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.user1 {
  max-width: 80%;
  display: block;
}

.user1 .time {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #bdbdbd;
}

.user1 .name-time .user-name {
  margin: 0 10px 0 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #061a48;
}

.user1 .msg-area {
  display: flex;
  padding-left: 10px;
  margin-bottom: 10px;
}

.user1 .msg-area .msg {
  background: #f2f2f2;
  border-radius: 0px 10px 10px 10px;
  padding: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  word-break: break-word;
}
.user1 .msg-area .msg a {
  color: inherit;
}
.user1 .msg-area .dots {
  width: 32px;
  margin-top: 4px;
}

.user1 .dropdown-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6d717a !important;
}

.user1 .msg-area + .msg-area {
  margin-top: 20px;
}

/*----user2----------------------------------*/

.user2 {
  max-width: 80%;
  display: block;
  text-align: right;
  /* float: right; */
  margin-left: auto;
}

.user2 .time {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #bdbdbd;
  padding-right: 2px;
}

.user2 .name-time .user-name {
  margin: 0 10px 0 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #061a48;
}

.user2 .msg-area {
  padding-right: 2px;
  display: flex;
  text-align: left;
  justify-content: flex-end;
  margin-bottom: 10px;
  align-items: flex-end;
}
.chat-tick-status{
  margin-right: 10px;
}
.chat-tick-status svg{
 width: 20px;
 height: 20px;
}
.user2 .msg-area .msg {
  background: #ee5719;
  border-radius: 10px 0px 10px 10px;
  padding: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  word-break: break-word;
}
.user2 .msg-area .msg a {
  color: inherit;
}
.user2 .dropdown-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6d717a !important;
}

.user2 .msg-area + .msg-area {
  margin-top: 20px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.chat-footer {
  background: #e0e0e0;
  border-radius: 0px 0px 5px 5px;
  padding: 15px 25px;
  display: block;
  justify-content: space-between;
}

.chat-footer .icon-set {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  width: 75px;
  padding-top: 7px;
}

.chat-footer .icon-set img {
  width: 25px;
}

.chat-footer .input-area {
  position: relative;
  width: 100%;
      padding-right: 50px;
}

.chat-footer .input-area .msg-send-icon {
  position: absolute;
  top: 2px;
  right: 12px;
}

.chat-footer input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6d717a;
  background: transparent;
  padding: 5px 35px 5px 0;
}
.chat-footer textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6d717a;
  background: transparent;
  padding: 5px 5px 5px 0;
  min-height: 38px;
  font-size: 18px;
  max-height: 150px;
}
.chat-footer textarea::placeholder {
 color: #6D717A !important;
 opacity: 1;
 font-weight: 500;
}

.user-img-chat {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--color_orange);
}

.c_logo {
  width: 62px;
  height: 62px;
  top: 629px;
  left: 325px;
  border-radius: 3px;
}

.notification-user-img {
  width: 60%;
  background-color: #d1cabf;
  border-radius: 50%;
}

.checkout_ h2 {
  font-size: 48px;
  font-weight: 300;
  color: var(--color_orange);
  margin-top: 15px;
}

.checkout_ {
  color: #fff;
}

.payment-type h5 {
  font-weight: 500;
  font-size: 20px;
  color: #6d717a;
  margin-top: 15px;
}

.ta_ hr {
  background: #444;
  margin: 0 0;
  height: 2px;
}

.ta_ h5 {
  color: #061a48;
}

.ed_ h4 {
  color: #061a48;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
}

.spt_ {
  position: relative;
}

.spt_ em {
  position: absolute;
  top: 0;
  right: 15px;
}

.ccv_ {
  position: relative;
}

.ccv_ em {
  position: absolute;
  top: 0;
  right: 15px;
}

.write-estimate {
  color: #2f80ed !important;
}

.estimate-recalled {
  color: #efd912 !important;
}

.estimate-submitted {
  color: #15dec6 !important;
}

.estimate-rejected {
  color: #ee5719 !important;
}

.estimate-not-accepted {
}

.project-started {
  color: #27ae60 !important;
}

.need-more-info {
}

.project-cancelled {
  color: #db0c0c !important;
}

.project-completed {
  color: #27ae60 !important;
}

.project-paused {
  color: #f2994a !important;
}

/* new css */

/* Transactions */

.float-r {
  float: right;
}

.pd-r-30 {
  padding-right: 30px;
}

.ico-calendar {
  margin-left: 15px;
  margin-top: 10px;
}

.btn-calendar {
  background-color: #fff !important;
  border-color: #fff !important;
}

.ta-right {
  text-align: right;
}

.table-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
  gap: 14px;
  align-items: center;
}

.table-pagination ul li a {
  font-size: 20px;
  font-weight: 700;
  padding: 3px;
  color: #061a48;
}

.table-pagination ul li a.active {
  color: #ee5719;
}

.pb-30 {
  padding-bottom: 30px;
}

.btn-back {
  background: #ffffff;
  border: 1px solid #ee5719;
  border-radius: 50px;
  color: #ee5719;
  font-weight: 500;
  font-size: 20px;
  padding: 14px 60px;
  line-height: 19px;
}

.btn-back:hover {
  background: #ee5719;
  color: #fff;
}

.transaction-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  padding-bottom: 30px;
}

.transaction-details .tr-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.transaction-details .tr-row .tr-col-left {
  font-size: 20px;
  font-weight: 700;
  color: #6d717a;
  flex-basis: 300px;
}

.transaction-details .tr-row .tr-col-right {
  font-size: 20px;
  font-weight: 400;
  color: #6d717a;
}

.transaction-details .tr-row .tr-col-right .tr-card-style {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-top: 15px;
  font-size: 16px;
  justify-content:left;
  align-items: center!important;
}

.transaction-details .tr-row .tr-col-right .tr-card-style span.card-number {
  display: block;
  padding-top: 3px;
}

.pd-0 {
  padding: 0px;
}

.pt-30 {
  padding-top: 30px;
}

.fw-3 {
  font-weight: 300;
  color: #6d717a;
}

.fw-5 {
  font-weight: 500!important;
 }

tr.sub-total {
  font-size: 20px;
  font-weight: 500;
  color: #4f4f4f;
}

.st-success {
  color: #27ae60 !important;
}

.st-decline {
  color: #eb5757 !important;
}

.date-ranger {
  margin-right: -40px !important;
  z-index: 50 !important;
}

.payment-title h3 {
  color: #061a48;
}

.select-payment-method {
  display: flex;
  flex-direction: row;
  color: #6d717a;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}

.text-orange {
  color: #ee5719 !important;
}

.select-payment-method div {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  color: #6d717a;
}

.select-payment-method div > .cards {
  margin-left: 36px;
}

.card-details {
  color: #6d717a;
  padding-bottom: 15px;
}

.radio-col {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-col input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f8f7f7;
  stroke-width: 1px;
  border: 1px solid #6d717a;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-col:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-col input:checked ~ .checkmark {
  background-color: #f8f7f7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-col input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-col .checkmark:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: gray;
}

/* modal success */

.modal-success {
  text-align: center;
  margin-top: 10%;
}

.modal-success > .modal-body h3 {
  color: #061a48;
  font-weight: 500;
}

.modal-success > .modal-body {
  padding-top: 50px;
}

.modal-success > .modal-body p {
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  padding: 10px 0px;
}

.modal-success > .modal-body h4 {
  font-size: 18px;
  color: #6d717a;
  font-weight: 500;
  padding-top: 20px;
}

.modal-success > .modal-body .pop-checkout-details {
  display: flex;
  flex-direction: column;
  padding: 0% 8%;
  gap: 10px;
  margin: 20px 0px;
}

.modal-success > .modal-body .pop-checkout-details .c-row {
  display: flex;
  flex-direction: row;
  color: #bdbdbd;
  font-size: 16px;
  font-weight: 500;
}

.modal-success > .modal-body .pop-checkout-details .c-row > .col-left {
  width: 38%;
  text-align: left;
  color: #061a48;
  margin-right: 5px;
}

.modal-success > .modal-footer {
  justify-content: center;
  padding-top: 14px;
}

.modal-success > .modal-footer > button {
  width: 145px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--Orange-bg-font-color, #ee5719);
  background: var(--white-font-color, #fff);
  color: #ee5719;
  margin-bottom: 0px;
}

.modal-success > .modal-footer > button:hover {
  border: 1px solid var(--Orange-bg-font-color, #ee5719);
  background: var(--Orange-bg-font-color, #ee5719);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .select-payment-method div {
    width: 50%;
    padding-bottom: 15px;
  }
  .milestones .form-check-input {
    margin-left:60%;
}
}

@media screen and (max-width: 767px) {
  .btn-back {
    background: #ffffff;
    border: 1px solid #ee5719;
    border-radius: 50px;
    color: #ee5719;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 19px;
  }

  @media screen and (max-width: 480px) {
    .select-payment-method {
      padding-bottom: 10px;
    }

    .select-payment-method div {
      width: 100%;
      padding-bottom: 15px;
    }
  }

  /* --- */

  .search-query-wrap {
    margin: 0px;
  }

  .search-query-wrap .col-12 {
    padding: 0px;
  }

  .search-query-wrap .col-12 .col-md-5 {
    padding-bottom: 15px;
  }

  /* --- */

  .transaction-details .tr-row {
    flex-direction: column;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    gap: 5px;
  }

  .transaction-details .tr-row .tr-col-left {
    flex-basis: auto;
  }

  .pb-30 {
    padding-bottom: 15px;
  }

  /* --- */

  .table-order-details {
    max-width: 400px;
    overflow-x: auto;
  }
}

/* bank account  */
.w-100 {
  width: 100%;
}

.custom-select {
  width: 350px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.custom-select select {
  width: 100%;
  padding: 12px;
  border: 0px;
  border: 1px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 8px;
  background-color: #ffffff;
  color: #606060;
  text-transform: uppercase;
}

.hide {
  display: none;
}

.stripe_default {
  color: #3d4eac;
  background: #cff5f6;
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 14px;
}

.loader_stripe {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #061a48;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-payment:disabled {
  background: var(--primary_color);
  border-color: var(--primary_color);
}

#stripe_confirm_modal {
  background: #000000b0;
}

.modal-dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-container .modal-dialog {
  width: 540px;
  max-width: 100%;
}

#stripe_confirm_modal .modal-success {
  margin-top: 0px;
}

/* ----- Terms style*/

.term-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* padding-bottom: 24px; */
}

.term-row p {
  font-size: 16px;
  font-weight: 500 !important;
}

.term-row ol {
  margin: 0px;
  padding: 0px;
}

.term-row ol li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #6d717a;
  list-style-type: none;
  padding-bottom: 10px;
  font-weight: 500;
}

span.sub-title {
  font-size: 16px;
}

.text_orange {
  color: #ee5719 !important;
  font-weight: 700 !important;
}

.term-row h1 {
  color: #061a48;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 16px;
  margin: 0px;
}

.term-row ol li p {
  font-weight: 500;
  padding-bottom: 24px;
  margin: 0px;
}

.term-row ol li p.font-normal {
  font-size: 16px;
}

.term-row ol li p.term-sub-title {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-align: left;
}

.term-row ol li p.term-sub-title span {
  display: block;
}

p.sub-title {
  font-size: 18px;
  font-weight: 700 !important;
}

.term-row ol li p.term-sub-title span.count {
  min-width: 6%;
}

.term-row ul {
  margin-top: 0px !important;
  padding-bottom: 24px;
  padding-left: 25px;
}

.term-row ul li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #6d717a;
  list-style-type: none;
  padding-bottom: 10px;
  font-weight: 500;
  list-style-type: none;
  list-style-position: inside;
}

.term-row ul li.no-dot {
  list-style: none;
}

.my-list {
  list-style-type: none;
}

.my-list li {
  position: relative;
  padding-left: 0px;
  margin-left: 20px;
  font-weight: 500 !important;
  font-size: 16px;
}

.my-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
  margin-top: 6px !important;
  margin-left: -20px !important;
}

.text-red {
  color: #ff1f1f !important;
}

.term-table {
  flex-direction: row;
  gap: 30px;
  color: #6d717a;
}

.term-table .col-left {
  font-size: 16px;
  font-weight: 500;
  width: 35%;
}

.term-table .col-right {
  font-size: 16px;
  width: 65%;
  font-weight: 500;
}

#public_liability_files {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.padding-left-50 {
  margin-left: 50px !important;
}

.font-bold {
  font-weight: 700;
}

.term-row > table {
  border: 1px solid #ddd;
}

.sign-box {
  padding: 20px;
  background-color: #eeece1;
  border-radius: 4px;
}

.term-row > table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px;
}

.term-row > table td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px;
}

.term-row tr:nth-child(even) {
  background-color: #f8f8f8;
}

.pb-0 {
  padding-bottom: 0px;
}

.text-grey {
  color: #333;
}

.liability-dashboard {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 0px;
}

.liability-btn {
  width: 86%;
  text-align: center;
}

.text-grey-bold {
  color: #333;
  font-weight: 700 !important;
}

.pr-10 {
  padding-right: 10px;
}

.content-wrap p {
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 10px;
}

.font-14 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

/* Suggestions */

section.suggestion p {
  font-size: 16px;
  margin: 0px !important;
  padding-bottom: 24px;
}

section.suggestion ul {
  padding-bottom: 24px;
}

section.suggestion ul li {
  padding-bottom: 10px;
}

.section.suggestion ul li:last-child {
  padding: 0px !important;
  margin-bottom: 0px;
}

section.suggestion h1 {
  color: #061a48;
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 24px;
}

section.suggestion .term-row h3 {
  color: #061a48;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 24px;
}

section.suggestion .term-row h2 {
  color: #061a48;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

section.suggestion .term-row .suggestion-image {
  padding: 15px;
  /* border: 1px solid #DDD; */
  margin-bottom: 30px;
  text-align: center;
}

section.suggestion .term-row .suggestion-image img {
  width: 75%;
  border-radius: 8px;
}

section.suggestion .term-row p {
  font-size: 16px;
  color: #6d717a;
}

.suggestion-content ul {
  margin-bottom: 0px !important;
}

.suggestion-content {
  width: 100%;
}

section.suggestion .term-row .suggestion-content h4 {
  font-size: 16px;
  margin-top: 20px;
  color: #212529;
  margin: 0px;
  padding-bottom: 16px;
}

section.suggestion .term-row .suggestion-content p {
  color: #6d717a;
  /* padding-top: 10px; */
}

section.suggestion .term-row .suggestion-content .my-list {
  /* padding-top:20px; */
}

.my-list-1 {
  list-style-type: none;
  padding-top: 20px;
}

.my-list-1 li {
  position: relative;
  padding-left: 0px;
  margin-left: 20px;
  font-weight: 500 !important;
  font-size: 16px;
}

.my-list-1 li::before {
  content: "";
  position: absolute;
  left: 0;
  /* top:25%;
      transform: translateY(-50%); */
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 6px !important;
  margin-left: -20px !important;
  border: 1px solid #333;
}

.pt-0 {
  padding-top: 0px;
}

section.suggestion .term-row .suggestion-content .number-list li {
  padding-top: 10px;
  list-style-type: number !important;
  list-style-position: outside;
}

.text-center {
  text-align: center;
}

/* anti slavery */

section.anti-slavery p {
  font-size: 16px;
  margin: 0px !important;
  padding-bottom: 24px;
}

section.anti-slavery ul {
  padding-bottom: 24px;
}

section.anti-slavery ul li {
  padding-bottom: 10px;
}

section.anti-slavery h1 {
  color: #061a48;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0px;
  padding-bottom: 16px;
}

section.anti-slavery .term-row h3 {
  color: #061a48;
  font-size: 18px;
  font-weight: 600;
}

/* .pb-20{padding-bottom: 20px;} */

/* complaint process */
.complaint-process {
  background: #fff;
  border-radius: 5px;
  padding: 80px 80px;
}

.complaint-process h1 {
  color: #061a48 !important;
}

.complaint-process h4 {
  font-size: 18px;
  color: #061a48 !important;
  font-weight: 600;
}

.complaint-process p,
li {
  color: #6d717a !important;
}

.complaint-process .btn-light {
  background: #ffffff;
  border: 1px solid var(--secondary_color);
  border-radius: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  text-align: center;
  color: var(--secondary_color);
  padding: 13px 50px;
  margin-right: 15px;
}

.complaint-process .btn-light:hover {
  background: var(--secondary_color);
  color: #fff;
}

.complaint-process .right-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .right-details {
    padding-top: 30px;
  }

  section.suggestion .term-row .suggestion-image img {
    width: 100%;
  }
}

section.complaints .bdr-btm {
  border-bottom: 1px solid #e4e4e4;
}

section.complaints h3 {
  font-size: 24px;
  color: #061a48;
  margin-bottom: 20px;
}

section.complaints p {
  font-size: 16px;
  color: #6d717a;
}

section.complaints h1 {
  font-size: 24px;
  color: #6d717a;
  margin-bottom: 30px;
  margin-top: 40px;
}

section.complaints .my-list {
  padding-bottom: 24px !important;
  padding-top: 24px;
}

section.complaints .my-list li {
  padding-bottom: 10px;
  list-style-position: outside;
  font-weight: 500;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  section.complaints img {
    width: 100% !important;
  }
}

/* / */

/* start Review estimate */

.project-client-wrap {
  background: #ece7db;
  padding: 50px;
}

.project-client-wrap dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 50px;
}

.project-client-wrap dl dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #061a48;
  width: calc(100% / 2 - 25px);
}

.project-client-wrap dl dd {
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-align: left;
  color: #6d717a;
  width: calc(100% / 2 - 25px);
}

.sub-title-block {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #061a48;
  margin-bottom: 50px;
}

.review-tasks-block .title-block {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  color: #061a48;
  margin-bottom: 50px;
}

.review-card .review-card-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.review-card .review-card-header .icon-img {
  width: 29px;
  height: 29px;
}

.review-card .review-card-header .txt .review-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #061a48;
}

.review-card .review-card-header .review-card-dcp {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #bdbdbd;
  max-width: 222px;
}

.review-tasks-block .review-tasks-lis li {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #6d717a;
  line-height: 34px;
  word-break: break-all;
}

.review-tasks-block .review-tasks-lis .price-block {
  /* padding-left: 14px; */
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.review-tasks-block .review-tasks-lis .price-block span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #6d717a;
}

.describe-task-block {
  margin-bottom: 60px;
}

.describe-task-block:last-child {
  margin-bottom: 0px;
}

.customer-location {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #6d717a;
  margin-top: 21px;
}

.photo-block {
  margin-top: 54px;
}

.photo-block .title-block {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #061a48;
  margin-bottom: 30px;
}

.photo-block ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.photo-block ul li {
  width: 100px;
  height: 68px;
}

.photo-block ul li img {
  width: 100%;
}

.contingency-txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.contingency-txt ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #6d717a;
  width: 50%;
}

.contingency-txt h2 {
  font-size: 64px;
  font-weight: 300;
  line-height: 94px;
  text-align: left;
  color: #061a48;
  margin-bottom: 20px;
}

.contingency-txt h2 small {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #6d717a;
  display: block;
}

.contingency-txt h2:last-child {
  margin: 0;
}

.initial-payment {
  position: relative;
}

.initial-payment .initial-payment-txt {
  margin-bottom: 30px;
}

.initial-payment .initial-payment-txt h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.initial-payment .initial-payment-txt ul {
  display: flex;
  gap: 0 50px;
}

.initial-payment .initial-payment-txt ul li,
.initial-payment .initial-payment-txt span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #6d717a;
}

.terms-conditions-blok h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #061a48;
}

.terms-conditions-blok figure {
  display: flex;
  gap: 0 15px;
  margin-top: 38px;
}

.terms-conditions-blok img {
  width: 16px;
  height: 20px;
}

.terms-conditions-blok figcaption {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #6d717a;
}

.action-block-btn {
  margin-bottom: 85px;
}

/* end Review estimate */

/* / email and mobile verification / */
.two-factor-text {
  color: #6d717a;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: normal;
  padding-bottom: 20px;
  padding-top: 15px;
}

form.two-fa {
  display: flex;
  flex-direction: column;
  /* / gap: 20px;/ */
}

form.two-fa p {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.send-code {
  font-size: 20px;
  color: #ee5719;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 16px;
}

.send-code-timer {
  font-size: 16px;
  color: #061a48;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}

form.two-fa input {
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: #f8f7f7;
}

.verification-method .radio-select {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0px;
  padding-bottom: 10px;
}

.verification-method input {
  text-align: center;
  width: 24px;
  height: 24px;
}

.verification-method .method-text {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

.verification-method .btn {
  width: 100%;
}

.pt-30 {
  padding-top: 30px;
}

form.two-fa .btn {
  width: 100%;
}

.pd-tp-20 {
  padding-top: 20px;
}

.code-verified {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* / error message / */

.error-main {
  width: auto;
  padding: 8px 13px;
  border-radius: 4px;
  border: 1px solid #f6b5cc;
  background: #f8cddd;
  color: #ee5719;
  margin-bottom: 20px;
}

.error-main h4.error-title {
  font-size: 14px;
  font-weight: 700;
  color: #ee5719;
  padding-bottom: 0px !important;
  margin: 0px;
}

.error-main .error-text {
  font-size: 14px;
}

/* / error message / / */

/* / email and mobile verification / */

/* error message  */

.error-main {
  width: auto;
  padding: 12px 18px;
  border-radius: 4px;
  border: 1px solid #f6b5cc;
  background: #f8cddd;
  color: #ee5719;
}

.auth-sidebar .auth-sidebar-content {
  background: rgba(191, 186, 178, 0.7) url(../img/log-reg-img2.png) no-repeat
    center;
  background-size: 55%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
  position: relative;
}

.login {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* align-items: center; */
/* justify-content: center; */
.error-main h4.error-title {
  font-size: 14px;
  font-weight: 700;
  color: #ee5719;
  padding-bottom: 8px;
}

.error-main .error-text {
  font-size: 14px;
}

.header-main .dropdown-item-name a:hover {
  background-color: #fff !important;
}

/* 13/02/24 */

p.radio-select {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #000000;
}

p.radio-select span.method-text {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-right:8px;
  padding-left: 5px;
}

@media only screen and (max-width: 1024px) {
  p.radio-select {
    font-size: 18px !important;
  }

  p.radio-select span.method-text {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 991px) {
  p.radio-select span.method-text {
    padding-left: 5px;
}
}
@media only screen and (max-width: 460px) {
  p.radio-select span.method-text {
    padding-left: 2px;
}
  p.radio-select {
    font-size: 14px !important;
  }

  p.radio-select span.method-text {
    font-size: 14px !important;
  }
  .heading1 {
    font-size: 20px;
  }
  .two-factor-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px) {
  form.two-fa input {
    width: 36px;
    height: 38px;
  }
}
/* -------- sdq -------- */
.border-bottom-input {
  position: relative;
}

.password-eye {
  position: absolute;
  right: 15px;
  top: 10px;
}

.border-bottom-input input {
  border: none;
  border-bottom: 1px solid #6d717a;
  border-radius: 0;
  padding-left: 0;
  padding-right: 30px;
}

.table-container {
  overflow: auto;
}

.project-list-table td:nth-child(2) {
  word-break: break-word;
  min-width: 115px;
}
.editor-wrp > div{
  max-width: 100% !important;
  min-width: 100%;
}

.upload-files-modal .cpp_wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 77px 30px 82px;
}
.auth-mob-logo{
  display: none;
}
.flex-row{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.confirmation-modal p{
  word-break: break-word !important;
}
/* tooltip */
.tooltip-wrap {
  position: relative;
  cursor: pointer;
  display: inline-flex;
}

.tooltip-wrap .tooltip-text {
  visibility: hidden;
  width: auto;
  background: #F0F0F0;
  color: #6D717A;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 100%;
  min-width: 170px;
  margin: auto;
  transform: translate(-50%, -10px);
  left: 40%;
  text-align: center;
  transition: none;
}
.tooltip-wrap .tooltip-text span{
  transition: none;
}

.tooltip-wrap .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  border-width: 8px;
  border-style: solid;
  border-color: #F0F0F0 transparent transparent transparent;
  right: 0;
  width: 5px;
  left: 0;
  margin: auto;
}


.tooltip-wrap:hover .tooltip-text {
  visibility: visible;

}

/* Chat-------------------------*/
.chat-alert {
  background: #ffecbc;
  border: 1px solid #ee5719;
  border-radius: 5px;
  color: #ee5719;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}

.chat-wrp .user1 .msg-area+.msg-area {
  margin-top: 10px;
}


.chat-wrp .user2 .msg-area+.msg-area {
  margin-top: 10px;
}

.chat-footer .footer-form  {
  display: flex;
  align-items: flex-start;
}



.chat-wrp {
  display: flex;
  height: 670px;
}

.chat-wrp .chat-left-panel {
  width: 280px;
  border-right: 1px solid #D9D9D9;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.chat-wrp .chat-users-wrp {
  overflow: auto;
  flex: 1;
  padding-right: 5px;
}

.chat-wrp .chat-users-wrp::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.chat-wrp .chat-users-wrp::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.chat-wrp .chat-users-wrp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #DDD;
}

.chat-wrp .chat-right-panel {
  flex: 1;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.chat-wrp .chat-right-panel .chat-user .user-name {
  font-size: 20px;
}

.chat-wrp .chat-right-panel .chat-user {
  border-bottom: 1px solid #E0E0E0;
}

.chat-wrp .chat-user {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}


.chat-wrp .chat-user.active {
  background: #F2F2F2;
}

.chat-wrp .chat-user.unread .user-name {
  color: #EE5719;
}

.chat-wrp .chat-user.unread .user-name em {
  color: #EE5719;
  display: block;
}

.chat-wrp .chat-user .chat-user-details {
  flex: 1;
}


.chat-wrp .chat-user .user-name {
  color: #061A48;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: normal;
}

.chat-wrp .chat-user .user-name em {
  display: none;
  font-style: normal;
}

.chat-wrp .chat-user .user-date {
  color: #BDBDBD;
  font-size: 14px;
  line-height: normal;
}

.chat-wrp .chat-user figure {
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}

.chat-wrp .chat-user .user-img {
  position: relative;
  display: block;
}

.chat-wrp .chat-user .active-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.chat-wrp .user-img-chat {
  width: 45px;
  height: 45px;
  border: none;
}

.chat-wrp .border-bottom-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  margin-top: -4px;
  padding-right: 10px;
}

.chat-wrp .border-bottom-search span.search-icon {
  position: absolute;
}

.chat-wrp .border-bottom-search input {
  border: 0;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  padding: 8px 8px 8px 30px;
  font-size: 14px;
  width: 100%;
}
.project-chat-wrp .chat-footer{
margin: 0 -50px -45px;
}

.chat-count {
  position: relative;
}

.chat-count span {
  background: #EE5719;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 8px;
  top: -10px;
  right: -8px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  width: 21px;
  height: 21px;
  font-size: 11px;
}
.decoration-none{
  text-decoration: none;
}
.previewContainer {
  display: inline-flex;
  position: relative;
}
.remove-item-btn{
  position: absolute;
  top: 3px;
  right: 3px;
  border: none;
  background-color: #FF5722;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-item-btn svg{
  width: 8px;
}
.attachments-file{
  background: #fff;
  padding: 6px;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}
.attachments-file .remove-item-btn{
 position: initial;
 margin-left: 10px;
}
.tradeperson-chat .white_bg {
  padding: 30px;
}
.decoration-none{
  text-decoration: none;
}
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_wrap .page-loader {
  margin: 0 -50px;
  width: calc(100% + 100px);
}
.page-loader .loader-img {
  text-align: center;
}

.eula-top-section p{
  font-weight: 600 !important;
}
.eula-content ol {
  counter-reset: item;
}
.eula-content ol ol ol {
 margin-top: 20px;
}
.eula-content li {
  display: block;
}
.eula-content h1 {
  padding-bottom: 20px;
  margin-top: 20px;
  line-height: normal;
}
.eula-content .table-container {
  margin-top: 20px;
}

.eula-content li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: table-cell;
  min-width: 48px;
  padding-right: 5px;
}

.eula-content ol li {
  display: table;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.eula-content p {
  margin-bottom: 20px;
}

.eula-content .sub-list {
  padding-left: 0;
  margin-left: -48px;
}
.eula-content .main-ol>li{
  margin-bottom: 0;
}
.eula-content .main-ol>li:before {
  color: #061a48;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
}

.eula-row {
  gap: 30px;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.eula-row .left-col {
  font-size: 16px;
  font-weight: 600;
  width: 35%;
}

.eula-row .right-col {
  font-size: 16px;
  width: 65%;
  font-weight: 500;
}
.trader-ukvat-number h2{
  font-weight: 400;
  font-size: 18px !important;
  color: #6D717A;
  margin: 0;
  line-height: initial;
}
.font-black{
  font-weight: 900;
}
.footer-social-icons a{
  background-color: #F6F6F6;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;;
}
.footer-social-icons a:hover{
  background-color: var(--secondary_font_color);
}
.footer-social-icons a:hover img{
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {


  .chat-footer {
    padding: 15px 20px;
  }

  .chat-footer .icon-set img {
    width: 20px;
  }

  .chat-wrp {
    flex-wrap: wrap;
    height: auto;
  }
  .chat-window {
    height: 400px;
}
  .chat-wrp .chat-left-panel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #21325b;
    max-height: 270px;
    padding: 0;
    padding-bottom: 10px;
  }

  .chat-wrp .chat-right-panel {
    width: 100%;
    padding: 0;
    flex: none;
  }

  .chat-wrp .chat-panel .card .card-body {
    padding: 15px;
  }

  .chat-wrp .chat-right-panel .chat-user .user-name {
    font-size: 16px;
  }

    .chat-wrp .chat-user .user-name {
    font-size: 12px;
  }

    .chat-wrp .chat-user .user-date {
    font-size: 12px;
  }

  .chat-wrp .user-img-chat {
    width: 35px;
    height: 35px;
  }

  .chat-wrp .date-line .date {
    padding: 6px 15px;
    font-size: 12px;
  }
  .chat-count svg{
    width: 23px;
  }
  .nav-favorite svg{
    width: 24px;
  }
}

.percentage-value {
  height: 100%;
  padding-top: 8px;
}
.reviews-other-sites h5{
  border-bottom: 1px solid #4f4f4f;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #6d717a;
  padding: 10px 0;
  height: auto;
  word-break: break-word;
}
.color-secondary{
 color: var(--secondary_color) !important;
}
.flag-img {
  vertical-align: top;
  max-width: 30px;
  margin-right: 10px;
}
.thumb-like-btn{
  border: none;
}
.trader-profile-wrp {
margin: 100px 0 70px;
}
.trader-profile-img-part{
  position: relative;
  padding: 50px 50px 50px;
}
.trader-profile-img-part .profile_pics > img {
  object-fit: contain;
  aspect-ratio: auto;
  margin-top: 0;
}
.description-text p{
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color_gray_light);
}
.orange-btn{
  background-color: #ee5719 !important;
  color: #fff !important;
  display: flex !important;
  border-radius: 50px;
  padding: 10px 25px;
}
.p-50{
  padding: 50px;
}
.px-50{
  padding-left: 50px;
  padding-right: 50px;
}

.bordered-btn {
  background: #ffffff;
  border: 1px solid var(--secondary_color);
  border-radius: 50px;
  color: var(--secondary_color);
  width: 190px;
  text-align: center;
  padding: 17px 40px;
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  line-height: 14px;
}
.bordered-btn:hover{
  background: var(--secondary_color);
  color: #fff;
}
.acme-ltd-wrap .location-edit h5 {
  font-size: 15px;
}
.location-edit .cancel-btn ,
.location-edit .submit-btn ,
.location-edit .edit-name-btn {
  border: none;
  background: transparent;
}
.location-edit input[type="text"] {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 400;
}

.location-edit input::placeholder {
  color: #fff;
}
.transaction-table table td {
  white-space: initial;
}

.trader-profile-img-part .like .favorite-icon:hover path {
  stroke: var(--secondary_color);
}


.customer-rating-wrap{
  margin: 10px 0 35px;
}
.customer-rating-wrap h3{
  margin-bottom: 16px;
}

.customer-rating-wrap .star-rating span{
  font-weight: 500;
  font-size: 18px;
  color: #061A48;
}
.customer-rating-wrap .star-rating {
  display: flex;
  align-items: center;
  gap: 20px;
}

.customer-rating-wrap .stars {
  display: inline-block; 
  background: linear-gradient(90deg, #EE5719 var(--rating-percentage), lightgray var(--rating-percentage));
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
  font-size: 70px;
  height: 50px;
  display: flex;
  align-items: center;
}

.google-reviews-wrp h3{
    margin-bottom: 30px;  
}

.google-reviews-wrp h6{
  font-size: 16px;
  color: #061A48;
}



.google-reviews-wrp .review {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}

.google-reviews-wrp .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.google-reviews-wrp .reviewer-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.google-reviews-wrp .reviewer-name {
  font-weight: bold;
  color: #061A48;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 16px;
}

.google-reviews-wrp .review-date {
  color: #6D717A;
  font-size: 14px;
  font-style: normal;
  margin-left: 20px;
}

.google-reviews-wrp .review-rating {
  display: flex;
  align-items: center;
  margin: 15px 0 20px 0;
}
.google-reviews-wrp .review-rating span {
  font-size: 40px;
}

.google-reviews-wrp .full-star {
    color: #EE5719;  
}

.google-reviews-wrp .half-star {
    background: linear-gradient(90deg, gold 50%, lightgray 50%);
    -webkit-background-clip: text;
    color: transparent;
}

.google-reviews-wrp .empty-star {
  color: lightgray;
}

.google-reviews-wrp .review-text {
    margin-top: 5px;
}

@media (min-width: 1201px) {
  .contact-mob-number {
    width: 240px;
}
}
.find-professional-btn{
  background: var(--secondary_color);
  border-color: var(--secondary_color);
  margin-top: 25px;
  font-size: 16px;
}
.find-professional-btn.btn-active{
  background: var(--btn-primary);
  border-color: var(--btn-primary);
}

@media (min-width: 768px) {
  .tooltip-wrap.position-right .tooltip-text {
    transform: translate(-95%, -10px);
    left: 100%;
  }
  .tooltip-wrap.position-right .tooltip-text::after {
    right: 15px;
    left: auto;
  }
  .find-professional-btn:hover{
    background: var(--btn-primary) ;
    border-color: var(--btn-primary) ;
  } 
 
}
/* tooltip */

@media (max-width: 1399px) {
  .ukvat-number h2 {
    font-size: 48px;
  }
  .ukvat-number h5 {
    font-size: 22px;
  }
  .ukvat-number h2 input[type="text"] {
    font-size: 48px;
  }
  .acme-ltd-wrap h2 {
    font-size: 32px;
  }
  h2.company-name {
    font-size: 32px;
  }
  .vat_ .form-switch {
    gap: 10px;
}
.total_price_ .price_ec {
  font-size: 50px;
}
.tell_about h3, .white_bg h3 {
  font-size: 22px;
}
.contingency-wrap .form-control {
  font-size: 32px;
  width: 100px;
}
  .font-64 {
    font-size: 55px;
    line-height: 70px;
  }

  h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .copyright_area li {
    font-size: 15px;
  }

  .header_wishlist a {
    font-size: 14px;
  }

  .reg_ a {
    font-size: 14px;
  }

  .good-quality h4 {
    font-size: 30px;
    line-height: 36px;
  }

  .our-missoin h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .fmb_titel h2 {
    font-size: 30px;
  }

  .fmb_titel svg {
    width: 60px;
  }

  .contact-us-bottom h3 {
    font-size: 35px;
    line-height: initial;
  }
  #nav-tabContent .price_ec {
    font-size: 58px;
}
.task-wrap .input-group-text {
  padding-bottom: 10.5px;
}
.btn-outline-danger {
  padding: 10px 13px;
}
.footer_widgets {
  padding: 15px;
}
}
@media (max-width: 1199px) {
  .btn-outline-danger {
    padding: 10px 13px;
}
  .font-64 {
    font-size: 50px;
    line-height: 64px;
  }

  h3 {
    font-size: 26px;
  }

  .banner-inner p {
    font-size: 17px;
  }

  .copyright_area li {
    font-size: 13px;
  }

  .pl-details h2 {
    font-size: 28px;
  }

  .card-wrap .card-header {
    font-size: 22px;
  }

  #nav-tabContent h2 {
    font-size: 30px;
  }

  .card-wrap h3 {
    font-size: 22px;
  }

  .card-wrap .img-text {
    font-size: 18px;
  }
  .milestone_ h3.titel {
    font-size: 30px;
  }
  #nav-tabContent .price_ec {
    font-size: 55px;
  }
  .task-wrap .input-group-text {
    padding-bottom: 10.5px;
}
.table-pd th{
  padding: 6px 1px;
  font-size: 15px;

}
.ukvat-number h2 {
  font-size: 40px;
}
.ukvat-number h5 {
  font-size: 22px;
}
.ukvat-number h2 input[type="text"] {
  font-size: 40px;
}
.contact_trading_ h4 {
  font-size: 22px;
}
.acme-ltd-wrap h2 {
  font-size: 32px;
}
.acme-ltd-wrap h2 {
  font-size: 32px;
}
.contingency-wrap .form-control {
  font-size: 32px;
}
.input-box .form-control{
  margin-left: 25px;
}
.acme-ltd-wrap .btn-refresh {
  padding: 9px 15px;
  justify-content: center;
}
.footer_widgets {
  padding: 10px;
}
}
@media (max-width: 1024px) {
  .camera-icon{
    display:none;
  }
  .chat-footer .icon-set {
    width: 25px;
}


}
@media (max-width: 991px) {
  .p-50{
    padding: 30px;
  }
  .px-50{
    padding-left: 30px;
    padding-right: 30px;
  }
.login-wrp  .price-display a.btn {
    font-size: 15px;
    padding: 10px 15px;

}
  h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .banner-inner p {
    font-size: 16px;
    margin: 20px 0 20px;
  }

  .inner_body footer {
    margin-top: 20px;
  }

  .fmb_titel h1 {
    font-size: 35px;
  }

  .fmb_titel {
    padding-top: 2rem !important;
  }

  ol.breadcrumb {
    font-size: 18px;
    margin-bottom: 2rem !important;
  }

  .guide-buttons .btn-view {
    padding: 9px 16px;
  }

  .good-quality {
    padding: 30px;
    margin-bottom: 2rem !important;
  }

  .our-story {
    padding: 30px;
    margin-bottom: 2rem !important;
  }

  .good-quality h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-center.mb-5.fmb_titel {
    margin-bottom: 2rem !important;
  }

  .white_bg {
    padding: 30px;
  }

  .our-missoin h2 {
    font-size: 28px;
    line-height: initial;
  }

  .mt-5.mb-4.fmb_titel {
    padding-top: 0 !important;
  }

  .our-missoin h5 {
    font-size: 20px;
  }

  .our-values h5 {
    font-size: 20px;
  }

  .contact-us-top {
    padding: 30px 30px 0;
  }

  .contact-us-top h5 {
    font-size: 18px;
  }

  .contact-us-top h6 {
    font-size: 16px;
  }

  .contact-us-bottom {
    padding: 30px;
  }

  .contact-us-bottom h3 {
    font-size: 26px;
  }

  .complaint-process {
    padding: 30px;
  }

  .term_ ul {
    margin-top: 0;
  }

  .dashboard_sidebar li a {
    font-size: 16px;
  }

  .term-table {
    gap: 15px;
  }

  .term-row p {
    font-size: 15px;
  }

  .term-row h1 {
    font-size: 18px;
  }

  .term-row ol li p.font-normal {
    font-size: 15px;
  }

  .term-row ol li p {
    padding-bottom: 15px;
  }

  .term-row ul li {
    font-size: 15px;
  }

  .dashboard_sidebar ul {
    padding-left: 0;
  }

  .term-table .col-right {
    font-size: 15px;
  }

  .term-table .col-left {
    font-size: 15px;
  }

  span.sub-title {
    font-size: 15px;
  }

  .term-row > table th {
    font-size: 15px;
  }

  .term-row > table td {
    font-size: 15px;
  }

  section.anti-slavery h1 {
    font-size: 16px;
  }

  section.anti-slavery p {
    font-size: 15px;
    padding-bottom: 15px;
  }

  .dashboard_sidebar {
    height: auto;
  }

  .tell_about h3,
  .white_bg h3 {
    font-size: 20px;
  }

  .dashboard_wrapper .num_change a {
    font-size: 14px;
  }

  .last_ua p {
    font-size: 20px;
  }

  .form-check.mt-3 {
    margin: 0px 0 23px !important;
  }

  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type="text"],
  .iti--allow-dropdown input[type="tel"],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type="text"],
  .iti--separate-dial-code input[type="tel"] {
    padding-left: 73px !important;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
}
  input::placeholder{
    font-size: 14px;
  }
  #previews.files {
    max-height: 230px;
    height: auto;
  }

  .upload-files-modal .cpp_wrap {
    padding: 55px 77px 55px 82px;
  }

  .tell_about {
    padding: 30px;
  }

  .pl-details h5 {
    font-size: 18px;
  }

  .pl-details h2 {
    font-size: 20px;
  }

  .card-wrap .card-header {
    padding: 15px 30px;
    font-size: 20px;
  }

  .card-wrap .card-body {
    padding: 15px 30px;
  }

  #nav-tabContent h2 {
    font-size: 24px;
  }

  .card-wrap h3 {
    font-size: 20px;
  }

  .card-wrap .img-text {
    font-size: 16px;
  }

  label.form-check-label {
    font-size: 16px;
    line-height: 25px;
  }
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    height: 45px;
    margin: 0 5px;
  }
  .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    top: 70px;
  }
  .milestone_ h3.titel {
    font-size: 24px;
  }
  #nav-tabContent .price_ec {
    font-size: 45px;
  }
  .transaction-details .tr-row .tr-col-left {
    font-size: 18px;
}
.transaction-details .tr-row .tr-col-right {
  font-size: 18px;
}
.checkout_ h2 {
  font-size: 32px;
}
.bs-wizard {
  padding: 30px;
}
.milestone_ .nav-link + .nav-link {
  padding-left: 0;
}
.user2 .msg-area .msg {
  padding: 10px;
  font-size: 15px;
}
.user1 .msg-area .msg {
  padding: 10px;
  font-size: 15px;
}
.radio-style {
  font-size: 16px;
}
.auth-mob-logo {
  display: inline-flex;
}
.auth-mob-logo img{
 width: 150px;
}
.task-wrap .input-group-text {
  padding-top: 9px;
}
.flex-row{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.photo-btn-wrp .btn{
  padding: 10px 0px;

}
.blue-font-color {
  padding: 50px 20px 25px;
}
.acme-ltd-wrap .btn-refresh {
padding: 9px 15px;
justify-content: center;
}
.ukvat-number h2 {
font-size: 38px;
}
.ukvat-number h5 {
font-size: 20px;
}
.bank-account-wrap h5 {
font-size: 22px;
}
.bank-account-wrap h2 {
font-size: 18px;
}
.contingency-wrap h5 {
font-size: 18px;
}
.contingency-wrap .form-control {
font-size: 30px;
width: 95px;
}
.contact_trading_ h4 {
font-size: 22px;
word-break: break-word;
}
.acme-ltd-wrap h2 {
font-size: 28px;
}
.vat-edit {
display: flex;
gap: 10px;
}
.ukvat-number h2 input[type="text"] {
font-size: 38px;
}
.input-box .form-control{
margin-left: 35px;
}
.gap-10{
gap: 0px !important;
}
.percentage-value {
  height: auto;
}
.bordered-btn {
  padding: 16px 30px;
  width: 170px;
}
.project-chat-wrp .chat-footer{
  margin: 0 -30px -15px;
  }
  .chat-footer textarea {
    font-size: 16px;
  }
  .tab_wrap .page-loader {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .trader-profile-img-part{
      padding: 30px;
  }
  .eula-content p {
    margin-bottom: 15px;
}
.eula-content ol li {
  margin-bottom: 15px;
  font-size: 15px;
}
.eula-content .main-ol>li:before {
  font-size: 18px;
}
.eula-row .left-col {
  font-size: 15px;
}
.eula-row .right-col {
  font-size: 15px;
}



}
@media only screen and (min-width:800px) and (max-width:960px){
  .task-wrap .input-group-text {
    padding-bottom: 7px;
}
.verification-method input {
  width: 18px;
  height: 18px;
}
.project-list-table td img{
min-width:  15px;
}
.card-wrap h6 {
  font-size: 13px;
}
}
@media (max-width: 767px) {
  .p-50{
    padding: 15px;
  }
  .px-50{
    padding-left: 15px;
    padding-right: 15px;
  }

  .payment-type .pre_ .btn {
    width: 100%;
}
  .project-list-table td img{
    min-width:  15px;
    }
  .verification-method input {
    width: 18px;
    height: 18px;
  }
  .banner-inner {
    text-align: center;
  }

  h3 {
    font-size: 16px;
  }

  .banner-inner p {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .price-display a.btn {
    padding: 6px 15px;
    margin-right: 0 !important;
  }

  .banner-inner .price-display {
    text-align: center;
  }

  .inner_body footer {
    margin-top: 0;
  }

  .copyright_area li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .copyright_area li + li {
    margin-left: 15px;
  }

  .copyright_area {
    margin-bottom: 0;
  }

  .copyright_area p {
    margin-bottom: 0;
  }

  .fmb_titel h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
  }

  ol.breadcrumb.mb-5 {
    font-size: 14px;
    margin-bottom: 1rem !important;
    padding: 0;
  }

  .white_bg.mb-5.guide-box {
    margin-bottom: 1rem !important;
  }

  .tell_about h3,
  .white_bg h3 {
    font-size: 18px;
    line-height: inherit;
  }

  .tell_about h3.pb-5,
  .white_bg h3.pb-5 {
    padding-bottom: 1rem !important;
  }

  .white_bg,
  .card-wrap .card-body {
    padding: 15px;
  }

  .guide-box p {
    font-size: 15px;
  }

  section.suggestion h1 {
    font-size: 18px;
  }

  section.suggestion .term-row p {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .term-row ul {
    padding-left: 10px;
    padding-bottom: 10px;
  }

  section.suggestion .term-row h2 {
    font-size: 16px;
    margin-top: 0;
  }

  .suggestion-content {
    padding-left: 10px !important;
  }

  section.suggestion .term-row .suggestion-content h4 {
    font-size: 14px;
  }

  section.suggestion ul {
    padding-bottom: 15px;
  }

  .my-list-1 {
    padding-top: 10px;
  }

  .pb-5.terms-content {
    padding-bottom: 0rem !important;
  }

  .our-story {
    padding: 15px;
    margin-bottom: 1rem !important;
  }

  .our-story h5 {
    font-size: 18px;
    line-height: initial;
  }

  .our-story p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .good-quality {
    padding: 15px;
    margin-bottom: 0rem !important;
  }

  .good-quality h4 {
    font-size: 15px;
    line-height: initial;
  }

  .fmb_titel h2 {
    font-size: 20px;
  }

  .mb-4.fmb_titel,
  .mb-5.fmb_titel {
    margin-bottom: 0rem !important;
    padding-top: 1rem !important;
  }

  .mt-5.mb-4.fmb_titel {
    margin-top: 2rem !important;
  }

  .our-missoin h2 {
    font-size: 18px;
  }

  .our-missoin h5 {
    font-size: 18px;
  }

  .our-missoin p {
    font-size: 14px;
  }

  .our-missoin span {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .our-missoin p {
    margin-bottom: 15px;
  }

  .mt-5.fmb_titel {
    padding-top: 0rem !important;
    margin-top: 2rem !important;
  }

  .contact-us-top {
    padding: 15px;
  }

  .contact-us-top h5 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .contact-us-top h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contact-us-bottom {
    padding: 15px;
  }

  .contact-us-bottom h5 {
    font-size: 18px;
  }

  .contact-us-bottom h6 {
    font-size: 16px;
    width: 100%;
  }

  .contact-us-bottom h3 {
    font-size: 16px;
  }

  .complaint-process {
    padding: 15px;
  }

  .complaint-process .right-details {
    gap: 10px;
  }

  .complaint-process p,
  li {
    font-size: 14px;
    line-height: normal;
  }

  .complaint-process .btn-light {
    font-size: 14px;
    margin-top: 0;
    padding: 8px 35px;
  }

  section.complaints h1 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  section.complaints p {
    font-size: 14px;
  }

  .complaint-process h4 {
    font-size: 16px;
  }

  section.complaints .my-list {
    padding-bottom: 0px !important;
    padding-top: 5px;
    padding-left: 15px;
  }

  section.complaints .my-list li {
    font-size: 14px;
  }

  .dashboard_sidebar li {
    margin-bottom: 8px;
  }

  .dashboard_sidebar ul {
    margin-bottom: 20px;
  }

  .term-row h1 {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .term-row p {
    font-size: 13px;
    line-height: initial;
  }

  .term-row ol li p.font-normal {
    font-size: 13px;
    line-height: initial;
    padding-bottom: 10px;
  }

  .term-row ul li {
    font-size: 13px;
    line-height: initial;
  }

  .term-row ol li p {
    line-height: initial;
  }

  .term-table .col-right {
    font-size: 13px;
    line-height: initial;
  }

  .term-table .col-left {
    font-size: 13px;
    line-height: initial;
  }

  .term-table {
    gap: 10px;
    margin-bottom: 5px;
  }

  .term-row ol li {
    font-size: 13px;
  }

  .dashboard_sidebar li a {
    font-size: 14px;
  }

  span.sub-title {
    font-size: 13px;
    line-height: initial;
  }

  .term-row > table th {
    font-size: 13px;
    line-height: initial;
  }

  .term-row > table td {
    font-size: 13px;
    line-height: initial;
    padding: 5px;
  }

  section.anti-slavery h1 {
    font-size: 15px;
    line-height: normal;
  }

  section.anti-slavery p {
    font-size: 13px;
  }

  .reg_ a {
    padding: 7px 5px;
  }

  .select_address h5 {
    font-size: 22px;
    line-height: initial;
  }

  .btn-close svg {
    width: 15px;
  }

  .supported_ h6 {
    margin: 5px 0;
    font-size: 12px;
    line-height: initial;
  }

  .modal-footer .btn {
    margin-bottom: 0;
  }

  .modal-footer .btn-link {
    font-size: 14px;
    line-height: initial;
  }

  .modal-header {
    padding: 15px 15px;
  }

  .modal-body {
    padding: 15px 15px;
  }

  .modal-footer {
    padding: 10px 15px 15px;
    border-radius: 0 0 12px 12px;
    gap: 20px;
  }

  .modal-content {
    border-radius: 12px;
  }

  .supported_ h5 {
    font-size: 12px;
  }

  .cpp_wrap {
    padding: 50px 25px;
  }

  .supported_ h5 {
    flex-wrap: wrap;
  }

  .select_address .btn-light {
    font-size: 14px;
  }

  .upload_wrap p {
    font-size: 14px;
    margin: 20px 0 20px;
  }

  .blue-font-color {
    padding: 50px 25px 25px;
  }

  .dashboard_wrapper .num_change .form-control {
    font-size: 16px;
  }

  .dashboard_wrapper
    .num_change
    .iti--separate-dial-code
    .iti__selected-dial-code {
    font-size: 16px;
  }

  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type="text"],
  .iti--allow-dropdown input[type="tel"],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type="text"],
  .iti--separate-dial-code input[type="tel"] {
    padding-left: 80px !important;
  }

  .dashboard_wrapper .num_change button {
    font-size: 14px;
    line-height: initial;
    padding: 9px 18px;
  }

  .dashboard_wrapper .num_change #save_ {
    font-size: 13px;
  }

  .profile_pics > img {
    width: 150px;
  }

  .table_wrap th {
    padding: 6px 6px;
    font-size: 13px;
  }

  .table_wrap td {
    padding: 6px 6px;
    font-size: 12px;

  }
  .table_wrap .milestone-table td:nth-child(2),   .table_wrap .milestone-table td:nth-child(4){
    min-width: 130px;
  }
  .table_wrap .table-field-width td:nth-child(2){
    min-width: 120px;
  }
  .table_wrap .milestone-table td:nth-child(3){
    min-width: 100px;
  }
  .table_wrap .btn-view {
    font-size: 12px;
    padding: 6px 8px;
    min-width: 80px;
    line-height: initial;
    margin-bottom: 0;
  }

  .form-switch label.form-check-label {
    font-size: 14px;
  }

  .switchToggle label {
    width: 54px;
    height: 26px;
    padding: 0;
  }

  .switchToggle label:after {
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
  }

  .switchToggle input + label:before,
  .switchToggle input + input + label:before {
    top: 0px;
    left: 28px;
    height: 20px;
  }

  .switchToggle input:checked + label:before,
  .switchToggle input:checked + input + label:before {
    top: 0px;
    left: 8px;
    height: 22px;
  }

  .pcm-account p {
    font-size: 14px;
    line-height: initial;
  }

  .pcm-account h5 {
    font-size: 14px;
  }

  .pcm-account .form-check-label {
    font-size: 14px;
    line-height: initial;
  }

  .pagination {
    margin-top: 10px;
  }

  .table-pagination ul li a {
    font-size: 16px;
  }

  #custom-search-input .input-group .form-control {
    font-size: 15px;
  }

  .tell_about {
    padding: 30px;
  }

  .tell_about {
    padding: 15px;
  }

  .last_ua h5 {
    font-size: 14px;
  }

  .form-check.mt-3 {
    margin: 0px 0 15px !important;
  }

  .last_ua p {
    font-size: 14px;
  }

  .form-check-input {
    width: 1em;
    height: 1em;
  }

  .describe-work p {
    font-size: 14px;
    line-height: initial;
  }

  .describe-project-heading p {
    font-size: 22px;
    line-height: initial;
  }

  .describe-project-label label {
    font-size: 14px !important;
    line-height: initial !important;
  }

  .project-contact-detail p {
    font-size: 12px;
    line-height: initial;
  }

  .project-heading-text {
    font-size: 22px !important;
    line-height: initial !important;
  }

  .project-heading-description {
    font-size: 14px !important;
    line-height: initial !important;
  }

  div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 20px !important;
    line-height: initial !important;
  }

  div:where(.swal2-icon):not(.swal2-success) {
    width: 4em !important;
    height: 4em !important;
  }


  div:where(.swal2-icon) .swal2-icon-content {
    font-size: 2.5em !important;
  }

  .btn-primary {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 25px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .btn-back {
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 25px;
}

  .supported_ h4 {
    font-size: 16px;
  }

  .upload-files-modal .cpp_wrap {
    padding: 40px 77px 35px 82px;
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
  }

  .post_code {
    margin-bottom: 0;
  }

  .post_code .form-control {
    margin-bottom: 0;
  }

  .post_code .btn-danger {
    margin-bottom: 0;
    padding: 5px 5px;
  }

  .tell_about .form-control,
  .white_bg .form-control {
    margin-bottom: 10px;
  }
  .create-task-wp.white_bg .form-control {
    margin-bottom: 0px;
}

  .header_wishlist a svg {
    width: 22px;
  }

  .header_wishlist .dropdown {
    position: initial;
  }

  .header_wishlist .dropdown-content {
    min-width: 95%;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 95%;
  }

  .dropdown-content .mid_cont h5 a {
    font-size: 14px;
    line-height: initial;
  }

  .dropdown-content h6 {
    font-size: 12px;
  }

  .dropdown-content .mid_cont {
    padding: 15px;
  }

  .dropdown-content .head_ {
    padding: 15px;
  }

  .pl-details h5 {
    font-size: 16px;
  }

  .pl-details h2 {
    font-size: 15px;
    line-height: initial;
  }

  .card-wrap .card-header {
    padding: 15px;
    font-size: 15px;
  }

  .tab_wrap.milestone_ .nav-tabs .nav-link {
    padding: 0 10px 0 0;
  }
  #nav-tabContent p {
    font-size: 14px;
    line-height: initial;
    margin-bottom: 10px;

  }

  .pre_ .btn-light {
    font-size: 14px;
    line-height: initial;
    padding: 12px 30px;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .pre_ .btn {
    margin-bottom: 6px;
    margin-top: 5px;
  }

  #nav-tabContent h2 {
    font-size: 20px;
  }

  .card-wrap h6 {
    font-size: 12px;
  }

  .card-wrap h3 {
    font-size: 16px;
    margin-top: 16px;
  }

  .card-wrap .img-text {
    font-size: 14px;
  }
  .review_wp p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  label.form-check-label {
    font-size: 14px;
    line-height: 19px;
  }
  .review_wp .mb-40 {
    margin-bottom: 15px;
  }
  .dz-default img {
    width: 50px;
  }
  .milestone_ h3.titel {
    font-size: 20px;
    margin-top: 0;
  }
  .milestone_ .info_ {
    font-size: 14px;
  }
  .card .card-body li {
    padding: 4px 0 4px 0px;
    font-size: 14px;
    line-height: initial;
  }
  #nav-tabContent .cost_b {
    font-size: 15px;
    line-height: initial;
  }
  #nav-tabContent .price_ec {
    font-size: 21px;
    line-height: initial;
  }
  /* .bs-wizard {
  flex-direction: column;
}
.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  left: 0;
  margin-left: 0;
}
.bs-wizard>.bs-wizard-step:first-child>.progress {
display: none;
}
.bs-wizard>.bs-wizard-step>.progress {
  position: absolute;
  left: 0px;
  width: 5px;
  height: 60px;
  top: -45px;
  margin: 0;
  left: 9px;
}
.bs-wizard>.bs-wizard-step:last-child>.progress {
  position: absolute;
  left: 0px;
  width: 5px;
  height: 60px;
  top: -45px;
  margin: 0;
  left: 9px;
}
.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  top: 20px;
  z-index: 1;
} */
.bs-wizard {
  padding: 15px;
  padding: 15px;
  overflow: auto;
  flex-wrap: nowrap;
}
.bs-wizard::before, .bs-wizard::after {
  content: '';
  margin: auto;
}
.wizard-mob > .bs-wizard-step {
  width: 25%;
  flex: none;
}
.table-pagination {
  padding-top: 15px;
  gap: 3px;
  flex-wrap: wrap;
}
.button-actions-grp .btn-primary {
  padding: 8px 20px;
}
.button-actions-grp .btn-back {
  padding: 8px 20px;
}
.transaction-details {
  gap: 10px;
  padding: 0;
}
.transaction-details .tr-row .tr-col-left {
  font-size: 14px;
}
.transaction-details .tr-row .tr-col-right {
  font-size: 14px;
}

.checkout_ h2 {
    font-size: 25px;
    margin: 0;
}
.calc-operation svg{
  width: 25px;
}
.payment-type p{
  font-size: 14px;
    line-height: initial;
}
.payment-type h5 {
  font-size: 18px;
}
.chat-window .alert {
  font-size: 12px;
  padding: 5px;
}
.user-img-chat {
  width: 30px;
  height: 30px;
}
.user2 .time {
  font-size: 12px;
}
.user2 .msg-area {
  padding-right: 4px;
}
.name-time {
  margin-bottom: 10px;
}
.user2 .msg-area .msg {
  padding: 7px 6px;
  font-size: 12px;
  line-height: initial;
}
.user1 .msg-area .msg{
  padding: 7px 6px;
  font-size: 12px;
  line-height: initial;
}
.user1 .msg-area {
  padding-left: 5px;
}
.user1 .msg-area .dots {
  width: 23px;
  margin-top: -2px;
}
.user1 .time {
  font-size: 12px;
}
.user1 .name-time .user-name {
  margin: 0 5px 0 5px;
  font-size: 12px;
}
.msg-area .tick img {
  max-width: 20px;
}
.reg_ .btn-secondary {
  padding: 7px 23px 7px 10px;
}
.gen-info .btn {
  font-size: 14px;
  padding: 8px 20px;
}


#company-general-form p{
  font-size: 14px;
  line-height: initial;;
}
#company-general-form .btn {
  margin-bottom: 6px;
}
#company-general-form  .form-switch {
  margin-top: 0;
}
.nav-sidebar {
    height: 300px;
}
.flex-d{
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-wrap h6 {
  font-size: 13px;
}
/* .btn-h{
  height: 40px;
} */
.mt1{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  padding: 9px 30px;
}
.input-box .form-control{
  margin-left: 35px;
}
.term-row h1 {
  font-size: 16px ! IMPORTANT;
}
.ukvat-number h2 {
  font-size: 28px;
  line-height: inherit;
}
.tell_about h3, .white_bg h3 {
font-size: 18px;
}
.other-open-proj p {
font-size: 14px;
}
h2.company-name {
  font-size: 22px;
}
.edit-profile_pics .edit-pics,
.profile_pic_wrp .edit-pics {
  margin-top: 64px !important;
  margin-left: -95px;
}

.name_mb_0 h3 {
  margin-bottom: 0 !important;
}
.num_padd button {
  padding: 9px 1px !important;
}
.btn-pli {
  padding: 15px 2px;
  margin-right: 10px;
}
.btn-pli svg {
  width: 15px;
}
.acme-ltd-wrap h2 {
  font-size: 20px;
  line-height: inherit;
}
.contact_trading_ h4 {
  font-size: 18px;
}
.liability-wrp  svg{
  width: 13px;

}
.acme-ltd-wrap h5 {
  font-size: 15px;
}
.acme-ltd-wrap h4 {
 font-size: 16px;
}
.bank-account-wrap h5 {
font-size: 18px;
}
.bank-account-wrap h5 {
font-size: 18px;
}
.bank-account-wrap h2 {
font-size: 15px;
}
.m-l-2{
margin-left: 2px;
}
.contingency-wrap h5 {
font-size: 15px;
}
.gap-10{
  gap: 10px !important;
}
.tradperson_tab nav > .project_wrp  a.nav-item.nav-link {
padding: 21px 25px 0px;
font-size: 16px;

}
.w100{
width: 100% !important;
}
.table-pd th{
padding: 6px 1px;
font-size: 12px;

}
.custom-select {
width: 100%;
}
.ukvat-number h5 {
font-size: 18px;
}
.status_wp #sel1 {
font-size: 14px;
}
.total_price_ .price_ec {
font-size: 38px;
}
.vat_ .form-switch {
gap: 10px;
}
.content-space{
justify-content: space-between;
}
.task-wrap h2 {
font-size: 20px;
}

.trader-profile-wrp .favorite-icon{
  position: absolute;
  right: 15px;
  top: 15px;
}
.orange-btn {
  padding: 6px 15px;
}
.load_more a {
  font-size: 16px;
}
.bordered-btn {
  padding: 16px 30px;
  width: auto;
}
.fd-detail-button .bordered-btn{
  padding: 16px 15px;
}
.fd-detail-button .service-Btn{
  padding: 16px 15px;
}
.pl-details h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.project-chat-wrp .chat-footer{
  margin: 0 -15px -15px;
  }
  .chat-footer .input-area .msg-send-icon {
    width: 20px;
}
.chat-tick-status svg{
  width: 15px;
  height: 15px;
 }
 .tab_wrap .page-loader {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.trader-profile-img-part{
  padding: 25px;
}
.trader-profile-img-part h5{
margin-bottom: 0;
}
.eula-content h1 {
  margin-top: 10px;
}
.eula-content ol li {
font-size: 13px;
margin-bottom: 10px;
}
.eula-content .main-ol>li:before {
  font-size: 16px;
}
.eula-row .left-col {
  font-size: 13px;
}
.eula-row .right-col {
  font-size: 13px;
}
.eula-content li:before {
  min-width: 40px;
}
.eula-content .sub-list {
  margin-left: -40px;
}
.project-img-upload-wrp.pv_top img {
  max-width: 100%;
}
.project-img-upload-wrp .center-svg {
  vertical-align: middle;
}
.project-img-upload-wrp .h-95 {
    height: 100% !important;
}
.find-professional-btn{
  margin: 15px auto 0 auto;
}
.customer-rating-wrap .star-rating {
  gap: 10px;
}
.customer-rating-wrap .star-rating span {
  font-size: 16px;
}
.customer-rating-wrap .stars {
  font-size: 30px;
  height: 30px;
}
.customer-rating-wrap {
  margin: 4px 0 20px;
}
.google-reviews-wrp .review-rating span {
  font-size: 25px;
}

}
@media (max-width: 640px){
  #company-general-form .btn {
    margin-bottom: 6px;
}
  .flex-d.gap10 {
    gap: 16px;
}
  .flex-d{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #reviewForm .pre_ .btn {
    width: 100%;
}
  .pre_ .btn {
    margin-bottom: 6px;
    margin-top: 5px;
    margin-left: 0;

}

/* -------sdq------ */
.payment-type .pre_ .btn {
  width: 100%;
}
.pre_ .btn-light {
  margin-right: 0px !important;
}
}
 /* number-list-padding */
.list-pading ol{
  padding-left:19px!important;
}
/* notification-count */
.count-badge{
  position: absolute;
  width: 21px;
  height: 21px;
  display: flex;
  background: #EE5719;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 11px;
  margin-left: 12px;
  margin-top: -20px;
}

  .text-edit > div{
  width: 100%!important;
 }

 .text-edit div:first-child{
 height:25px;
 }

 .align-top{
  align-items: self-start!important;
}

#work-list,#area-list li {
  word-break: break-all!important;
    line-height: 20px;
    margin-bottom: 13px;
}

.sub-ttile-favorite{
  text-align: left;
  padding: 12px 48px;
  color: #061A48;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
}

.favorite-box{
  position: relative;
}

.favorite-box a.favorite-icon{
  width: 64px;
  position: absolute;
  right: 0px;
  top: 13px;
}

.favorite-box .btn-primary:disabled {
  color: #fff;
  background-color: #747474 !important;
  border-color: #747474;
}

.favorite-box h4{
font-size: 24px;
font-style: normal;
font-weight: 700;

}


.favorite-box h5{
  color:#061A48;
 font-size: 20px;
 font-weight: 700;
 }

.favorite-box .venue{

color: #6D717A;
 font-size: 16px;
 font-weight: 500;
}
.favorite-box p{

word-break: break-all;
  }

  .fav-confirm-txt {
    font-size: 24px!important;
    font-weight: 500!important;
  }

.favorite-box .favorite-options{
  display: flex;flex-direction: column;
  gap: 10px;
}

.favorite-box .btn-remove{
  width: 100%;
  background: #ffffff;
border: 1px solid #ee5719;
border-radius: 50px;
color:#ee5719;
font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    align-items: center;
    text-align: center;
     padding: 13px 50px;
}

.favorite-box .btn-remove:hover{
  background: var(--secondary_color);
    border-color: var(--secondary_color);
    color: #FFF;
}

.favorite-box .btn-request{
  width: 100%;
 background: #061A48;
 border-radius: 50px;
 color:#FFF;
 font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    align-items: center;
    text-align: center;
    padding: 15px 25px;

}
.favorite-box .btn-remove{
  background: #ffffff;
  border-color: var(--secondary_color) !important;
  color: var(--secondary_color) !important;
}
.favorite-box .btn-remove:hover{
 color: #fff !important;
}
.favorite-box .btn-request:hover{
  background: var(--secondary_color);
    border-color: var(--secondary_color);
    color: #FFF;
}

.favorite-box .carousel-item {
  margin-bottom: 10px;
}

.favorite-box .carousel button{
  background:none;
  border: 0px;
}
.favorite-box .carousel-indicators {
  flex-wrap: wrap;
  position: initial;
  margin: 0;
  width: 100%;
  height: auto;
}

.favorite-box .carousel-indicators button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6D717A;
  margin: 0px 4px;
}

.favorite-box .carousel-indicators button.active{
  background-color: #061A48;}

.manipulate-index{
    z-index:1050!important;
}

.word-break{
  word-break: break-all;
}
.word-break-word{
  word-break: break-word;
}
.terms-condition-wrp .nicEdit-main{
  min-height: 200px !important;
  text-align: justify;
  padding: 5px;
  word-break: break-all;
}

.btn-add{
  border: 1px solid #DDD!important;
  font-size: 20px!important;
  padding: 3px 13px;
 }


 .vat-edit-btn{
  display: flex;
  flex-direction: row;
 }

 .red-text{
  font-size: 18px;
  font-weight: 700;
  color: #EE5719;
  margin: 10px 11px;
 }


 .gray-text{
  font-size: 18px;
  font-weight: 700;
  color: #828282;
  margin: 10px 11px;
 }



 .form-control:disabled, .form-control[readonly]{
  background-color: #FFF!important;
 }

 [name=addwebsites1]:not(:disabled), [id=add-websites]:not(:disabled) {
  border: 1px solid #DDD!important;
  font-size: 28px!important;
  padding: 0px 13px;

 }

 .nav-favorite{
  padding-right: 14px;
 }
 .nav-favorite:hover svg path {
    stroke: var(--color_orange);
}
 .nav-favorite:hover svg circle {
    stroke: var(--color_orange);
}
 .login-back a {
  margin-top: 20px;
  font-weight: 700 !important;
  font-size: 14px;
}
.change-text{
  display: block;
  margin-top: 30px;
  font-size: 14px;
  }
/* fees  */
  .fees-wrp p{
    color: #061A48;
    font-weight: 400 !important;
  }
  .fees-wrp p span{
    color: #EE5719;
    font-weight: 700 !important;
  }
  .fees-wrp ul {
    margin-left: 30px;
    padding-top: 10px;
  }
  .fees-wrp ul li{
    list-style-type:disc;
    color: #061A48 !important;
    font-weight: 400 !important;
  }
  .footer-mt-auto{
    margin-top: auto !important;
  }
  .body-flex{
    display: flex;
    flex-direction: column;
  }
  a.favorite-icon.fav-heart-icon {
    top: 20px !important;
    right: 6px !important;
}

.favorite-box .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px!important;
  height: 30px!important;
  background-image: none;
  color: red;
  font-size: 20px;
}

.favorite-box .carousel-item img {
  border-radius:10px;
  max-width: 500px;
  max-height: 276px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 260px;
}
/* write  estimate sub total task */
.subtotal-task .left-title{
  font-size: 20px;
  color: var(--primary_color);
   }
   .subtotal-task .estimate-amount{
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    color: #061A48;
   }
  .subtotal-task  .total-price-amt {
    color: #061A48;
    font-weight: 500;
    font-size: 24px;
}
   .switch-text{
    font-size: 16px;
    font-weight: 500;
    color: #6D717A;
   }
   .subtotal-task .d-flex-box{
    display: flex;
    align-items: center;
   }
   .subtotal-task .price-text{
  font-size: 16px;
  text-align: left;
  width: 70px;
   }
  .subtotal-task .form-switch{
    justify-content: end;}
  .gap-10{
    gap: 0px;
  }
  .subtotal-task .icon-euro{
    background: #FFF;
    font-size: 14px;
    width: 35px;
    margin-top: 5px;
    border-bottom: 1px solid #4F4F4F;
    border-radius: 0px;
    padding-bottom: 11px;
    padding-left: 0px;
  }
  .subtotal-task .text-green{
    color: #27AE60;
    font-weight:500;
  }
  .subtotal-task .or{
    padding: 10px 30px;
    color: #061A48;
    font-weight: 500;
    font-size: 20px;
  }
  .subtotal-task .bdr-total{border-bottom: 1px solid #6D717A}
  .font-14{
    font-size: 14px!important;
  }
  .fw-normal{
    font-weight: normal!important;
  }
  .subtotal-task .total-price{
    font-size: 24px;
    text-align: right;
    font-weight:500;
  }
  .subtotal-task .total-text{
    font-weight:500;
    font-size: 20px;
  }
  .subtotal-task .amount-fields{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: normal;
  }
  .text-d-blue{
    color: #061A48;
  }

  #pdfModal .card{
    background: transparent;
    border: 0;
  }
  #pdfModal .card img{
    margin: auto;
    border: 1px solid #ccc;
  }
  #pdfModal .card video{
    margin: auto;
  }
  .dflex-row{
    display: flex;
    flex-direction: row;
  }
  .blue-text {
    color: #061A48;
    font-weight: 400;
}

/* .table-milestone th:last-child, td:last-child {
  text-align: left !important;
} */
.btn-refresh{
  background-color: #ee5719 !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  display: flex !important;
  gap: 10px !important;
}
.subtotal-task .radio-amount{
  display:flex;
  flex-direction:row;
  gap:15px
 }

.description-box .nicEdit-main{
  min-height: 200px!important;
  text-align: justify;
  padding: 5px!important;
}

.new_add > div{
  padding-left: 32px!important;
}


.new_fields{
  margin-left:-24px;
  position: relative;
  padding-right: 24px;
}

input.date-input {
  -webkit-appearance: none !important;
  text-align: left;
  text-align: -webkit-left;
  position: relative;
  z-index: 100;

}
input.date-input::-webkit-inner-spin-button,
input.date-input::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  -moz-opacity:0 !important;
}

input.date-input::-webkit-date-and-time-value {
  text-align: left;
}
input.date-input:focus{
  background: none !important;
}
.date-input-wrp{
  position: relative;
}
.calendar-icon{
  position: absolute;
  right: 0;
  top: 0;
}

#reject-btn{
  background-color: #EE5719!important;
  color: #FFF;
}

 /* image popup confirm z-index */
.swal-fmb-alert-container{
  z-index: 10000 !important;
}
/* image popup confirm z-index */
.d-flex-row{
  display: flex;
  flex-direction: row;
}
.flex-start{
  align-items: flex-start !important;
}
.review-tasks-lis ol{padding:0px!important;list-style: none!important;}

hr {
  opacity: .25;
  border: solid 1px #000;
}
.proj_button_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.popup-description{
  font-size:14px;
  color:#BDBDBD;
  font-weight:500;
  text-align: center;
}

#project_history table td {
  text-align: left !important;
}
#new_projects table td {
  text-align: left !important;
}
.pl-12{
  padding-left: 12px !important;
}
/* mediaquery */
@media (max-width:1024px) {
.subtotal-task .left-title{
  font-size:18px;
  }
.subtotal-task .estimate-amount{
  font-size:18px;
  }
.subtotal-task .total-price{
  font-size: 20px;
  }
.subtotal-task .total-text{
 font-size:16px;
  }
.subtotal-task .text-green{
  font-size: 14px;
}
.switch-text{
  font-size: 14px;
}
.subtotal-task .icon-euro{
  padding-bottom: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .dflex-row{
    flex-direction: row;
  }
  .subtotal-task .icon-euro{
    padding-bottom:5px;
  }
  .gen-info h6 {
    font-size: 16px;
  }
  .gen-info  .font-44 {
    font-size: 23px !important;
}
  .project-detaild  a.favorite-icon.fav-heart-icon svg {
     width: 25px;
 }
 .project-detaild a.favorite-icon.fav-heart-icon {
   top: -33px !important;
   right: 0 !important;
   width: 40px !important;
 }
 a.favorite-icon.fav-heart-icon {
   top: 20px !important;
   right: 8px !important;
 }
 a.favorite-icon.fav-heart-icon svg {
   width: 30px !important;
 }
   .fees-wrp ul {
     margin-left: 10px;
     padding: 10px 20px 0;
   }
   .fees-wrp p, .fees-wrp ul li {
     font-size: 14px;
 }
 .favorite-box a.favorite-icon svg{
   width: 25px;
 }

 /* all-notifications */
 .all-notificaion h5 a{
 font-weight: 500!important;
 }

 .all-notificaion h6{
   font-size: 14px;
   color:#828282;
   font-weight: 500;
 }

 .all-notificaion img{
   height: 60px;
   width: 60px;
   border-radius: 50%;
 }

 /* forgot PW font  */
 .forgot-pw-font h2{
   font-size: 40px;
 }

 .forgot-pw-font .input-group input{
   font-size: 15px;
   font-weight: 400;
 }

 .iti--separate-dial-code .iti__selected-dial-code{
   font-size: 15px;
 }

 .favorite-box a.favorite-icon {
   top: 5px;
 }
 .favorite-box .btn-request {
   padding: 15px 9px;
 }
 .favorite-box .carousel-item {
   margin-top: 10px;
 }
 .subtotal-task .total-price-amt {
  font-size: 16px;
}
 }
@media only screen and (max-width: 768px) {
  .subtotal-task .total-price-amt {
    font-size: 16px;
  }
  .post_code .btn-danger {
    padding: 3px 4px;
    font-size: 14px;
}
.dflex-row{
  flex-direction: column;
  }
.subtotal-task .estimate-amount{text-align: right;}
.subtotal-task .form-switch{
  justify-content: start;}
.subtotal-task .icon-euro{
  padding-bottom: 5px;
  }

.subtotal-task .left-title{
  font-size:16px;
  }
.subtotal-task .estimate-amount{
  font-size:16px;
  }
.subtotal-task .total-price{
  font-size:20px;
  text-align: left;
  margin-top: 6px;
  }

.subtotal-task .total-text{
  font-size:14px;
  }
.subtotal-task .text-green{font-size: 12px;}

/* feedback pop */
.popup {
  position: relative;
  margin-left:20px;
  }

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 120px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--primary_color) transparent transparent transparent;
  margin-top: -158px;
  rotate: 90;
  transform: rotate(180deg);
  }

.popup .popuptext {
  position: absolute;
  z-index: 1;
  bottom:unset;
  right: -125px;
  margin-top:5px;
  margin-right: 123px;

  }

.nicEdit-popup-add-link{
  left:100px!important;
  }
.mobile-left{
  padding-right: 0px!important;
  }
.subtotal-task .or {
  padding-left: 1px;
  }
  .or {
    width: 100%;
    padding-right: 0 !important;
      text-align: center;
    padding-top: 0 !important;
    }
.action-block-btn {
  margin: 0 10px 85px;
  }
#vat_price {
  flex-direction: row;
  justify-content: space-between;
  }
.modal {
  overflow: auto !important;
  }
.modal-dialog-container .modal-dialog {
  height: 100%;
  }

.favorite-box p{
   word-break: break-word !important;
  }
.sub-ttile-favorite {
   padding: 12px 3px;
   font-size: 18px;
  }
a.favorite-icon.fav-heart-icon {
  top: 21px !important;
  right: 6px !important;
  }
/* .accept .form-switch label.form-check-label {
  left: 42%;
  top: 23%;
  } */
.nicEdit-main {
  padding: 0 4px;
}
.task-wrap .input-group-text {
  padding-top: 5px;
}
.btn-outline-danger {
  padding: 10px 13px;
}
.img-fluid {
  padding: 10px;
}
.card-wrap h6 {
  font-size: 13px;
}
}
@media (max-width: 767px) {
  .zipcode-modal-body  .searchButton {
    width: 30px;
    height: 34.3px;
    border-bottom: 1px solid #6d717a;
    margin-top: 6px !important;
  }
  .count-badge{
    margin-top:-8px!important;
    margin-right: -22px!important;
  }
  .mobile-left {
    padding-right: 10px !important;
}
.mobile-left img {
  width: 20%;
}
.task-wrap .input-group-text {
  padding-top: 8px;
}
}
@media only screen and (max-width: 640px){
  .modal-dialog-container .modal-dialog {
    height: auto;
    }
  .accept .form-switch label.form-check-label {
    left: 25%;
    top: 15%;
}
.project-detaild a.favorite-icon.fav-heart-icon {
  top: -33px !important;
  right: 0 !important;
  width: 40px !important;
}
a.favorite-icon.fav-heart-icon {
  top: -12px !important;
  right: 0 !important;
}
a.favorite-icon.fav-heart-icon svg {
  width: 30px !important;
}
}
@media only screen and (max-width: 480px){
  .modal-success > .payment-popup .pop-checkout-details .c-row {
    font-size: 14px;
    word-break: break-all;
    text-align: left;
  }
  .payment-popup {
    padding: 15px 10px;
  }
  .modal-success > .payment-popup .pop-checkout-details {
    padding: 0% 0%;

  }
  .modal-success > .payment-popup .pop-checkout-details .c-row > .col-left {
    width: 35%;
    word-break: break-word;
  }
}
@media (max-width: 460px) {
  .subtotal-task .icon-euro{
    padding-bottom: 8px;
  }

  .nicEdit-popup-add-link{
    left:45px!important;
   }

   .new_fields .remove-row{
    position: absolute;
    margin-top: -246px;
    right: 38px;
  }
 }
@media only screen and (min-width: 459px) and (max-width: 991px){
.project-detaild a.favorite-icon.fav-heart-icon {
  top: 27px !important;
  right: 7px !important;
  width: 42px !important;
}
}
@media only screen and (max-width: 330px){
  #stripe_payment_amount {
    width: 70%;
}
#stripe_payment_type{
  width: 70%;
}
}

.user-project-name{
  color: #4d545a;
  font-size: 13px;
  font-weight: 500;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: underline;
}

.wrapper {
  min-height: 100%;
  position: relative;
}
/*filters*/
.fmb-article-filters {
  gap:10px;
  display:flex;
  align-items:center;
  flex-wrap: wrap;
}
.fmb-toggler:after{
  display:none;
}
.fmb-sort {
  background-color: #FFFFFF;
}
.fmb-sort::after {
  display: none;
}
.fmb-sort, .fmb-filter{
  padding: 10px 14px;
  border: var(--outline-border);
  display:flex;
  align-items: center;
  border-radius: var(--full-radius);
  width: fit-content;
}
.fmb-sort-title, .fmb-filter-text {
  margin-left: 5px;
  font-size:12px;
  font-weight:400;
  color: var(--gray-font);
  white-space: nowrap;
}
.fmb-drop-down-menu{
  border-radius: 20px !important;
  border: none;
}
.fmb-drop-down-menu .header{
  margin-bottom: 30px !important;
}
.fmb-drop-down-menu label{
  color: #000000 !important;
}
.article-count {
  color: var(--color_black);
  margin-top : 15px;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
}
.article-card {
  padding:20px;
  border-radius: 5px;
}
/*search input*/
.fmb-search {
  position: relative;
  width: 40%;
  display: flex;
}
.fmb-search > img.search-img {
  position: absolute;
  top: 12px;
  left: 14px;
}
.fmb-search > input.search-input {
  flex: 1; /* Take up remaining space */
  padding: 10px 14px;
  padding-left: 44px !important;
  border: var(--outline-border);
  border-radius: var(--full-radius);
  min-width: 5rem;
}
.fmb-search > input.search-input::placeholder {
  color: var(--gray-font);
  font-size:13px;
  font-weight:400;
}
.fmb-search > input.search-input:focus-visible {
  outline: var(--secondary) auto 1px;
}

.fmb-search > input.search-input::placeholder {
  color: var(--gray-font); /* Color of the placeholder text */
}

.fmb-check-input {
  accent-color: var(--secondary);
}

.fmb-input:focus-visible {
  outline: var(--secondary) auto 1px;
}
.fmb-modal {
  background-color: var(--modal-bg);
}
.fmb-modal .modal-header {
  border-bottom : none;
}
.fmb-modal .modal-footer {
  border-top : none;
  background: none;
}
.modal-dialog-custom {
  max-width: 80%;
}
.pad-l-0{
  padding-left: 0 !important;
}
.daterangepicker {
  z-index: 9999 !important;
}
.hr-line{
  display: inline-block;
  border-bottom: 2px solid var(--gray-font);
  width: 30px;
  margin: 0 5px;
  vertical-align: middle;
}
/*font*/
.fmb-text-primary {
  color: var(--primary);
}
.fmb-check-input{
  accent-color: var(--secondary);
}
.fmb-check-input:focus {
  box-shadow: none;
  border-color: var(--secondary);
}
.fmb-check-input[type="checkbox"]:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: none;
}
.fmb-btn-outline-gray-body {
  color: var(--body);
  background-color: var(--white);
  padding: var(--btn-padding);
  border-radius:var(--full-radius);
  border: 1px solid var(--body);
}

.fmb-btn-outline-gray-body:hover {
  color: var(--white);
  background-color:var(--body);
}

/*button*/
.fmb-btn{
  padding: var(--btn-padding);
  border-radius:var(--full-radius);
}
.fmb-btn-gray {
  color: var(--primary);
  background-color: var(--gray);
  padding: var(--btn-padding);
  border-radius:var(--full-radius);
  border: none;
}

.fmb-btn:hover{
  opacity:0.9;
}
.fmb-btn-primary {
  color: var(--white);
  background-color: var(--primary);
  padding: var(--btn-padding);
  border-radius:var(--full-radius);
  border: none;
}
.fmb-bg-border-gray {
  background-color: var(--border-gray)
}
.fmb-btn-outline-secondary {
  color: var(--secondary);
  background-color: var(--white);
  padding: var(--btn-padding);
  border-radius:var(--full-radius);
  border: 1px solid var(--secondary);
}

.fmb-btn-outline-secondary:hover {
  color: var(--white);
  background-color:var(--secondary);
}

.fmb-navbar-nav > .nav-item {
  margin-right :20px;
}
.fmb-navbar-nav > .nav-item > .nav-link {
  font-size : 20px;
}
.fmb-brand-sm {
  display:none;
}
.fmb-navbar {
  font-size: 20px;
}
.nav-login:hover {
  cursor: pointer;
}
.fmb-card {
  border: none !important;
}
.tags-check-list {
  max-height: 55vh;
  overflow-y: scroll;
}
.article-short-synopsis{
  max-height: calc(14px * 22 * 7);
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.fmb-article-info {
  color: var(--gray-dark);
  font-size: 13px;
  margin-bottom: 20px;
}
.fmb-article-info > .post-tag {
  font-weight: 700 !important;
  text-transform: uppercase;
}
.article-heading{
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
  min-height: 66px;
  max-height: calc(16px * 22 * 3); /* font-size * lineheight * 3 */
}

.fmb-article-details{
  border-radius: 20px;
  margin-bottom: 122px;
  padding:50px;
}

.fmb-article-details  .fmb-article-tag {
  background-color: var(--secondary);
  padding: 8px 16px;
  width: fit-content;
  color: var(--white);
  border-radius: var(--rounded-radius);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700px;
  margin-bottom: 20px;
}
.fmb-text-gray-font {
  color: var(--gray-font);
}
.fmb-text-body {
  color: var(--body)
}
.fmb-border-light-bg {
  border: 1px solid var(--light-bg);
}
/*background*/
.fmb-bg-light-bg{
  background-color: var(--light-bg);
}
.fmb-bg-light-bg .form-check {
  padding-left: 0.25em;
}

.fmb-check-input:focus {
  box-shadow: none;
  border-color: var(--secondary);
}
.fmb-check-input[type="checkbox"]:checked ~ .form-check {
  border-color: var(--secondary); /* Change to your preferred border color */
  border-width: 1px; /* Change to your preferred border width */
  border-style: solid;
}
.fmb-check-input[type="checkbox"]:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: none;
}

.fmb-date-picker-container {
  padding: 70px 30px 30px 30px !important;
}
.fmb-date-picker-container  .drp-buttons span.drp-selected {
  display: none;
}
.fmb-date-picker-container .drp-buttons{
  position: absolute !important;
  top:0;
  right:0;
  width: 100%;
  justify-content: flex-start !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-top: 0px !important;
}
.fmb-date-picker-container .drp-buttons .applyBtn {
  margin-left:auto !important;
  background-color: #061A48;
}
.fmb-date-picker-container .drp-buttons .applyBtn:hover {
  border: 1px solid #061A48;
}
.fmb-date-picker-container .display-select {
  display: flex;
}
.fmb-date-picker-container .display-select img {
  height: 15px;
}
.fmb-date-picker-container .drp-calendar.left {
  padding-right: 18px !important;
  padding-left: 0px !important;
}
.fmb-date-picker-container .drp-calendar.right{
  padding-left:18px !important;
  padding-right: 0px !important;
}
.fmb-date-picker-container .drp-calendar thead tr:first-child{
  position:relative;
  height: 25px;
}
.fmb-date-picker-container .drp-calendar thead tr:first-child th{
  position:absolute;
  color: #061A48 !important;
  font-weight: 400 !important;
}
.fmb-date-picker-container .drp-calendar thead tr:first-child th.prev{
  right:90px;
}
.fmb-date-picker-container .drp-calendar.left thead tr:first-child th.month{
  right: unset;
  left: 150px;
}
.fmb-date-picker-container .drp-calendar thead tr:first-child th.month{
  right:33px;
  text-transform: uppercase;
}
.fmb-date-picker-container .drp-calendar thead tr:first-child th:nth-child(3){
  right:0;
}
.fmb-date-picker-container .drp-calendar thead tr:first-child th:first-child{
  left:120px;
}
.fmb-date-picker-container .drp-calendar thead tr:first-child th.select-date-text{
  font-weight: 600 !important;
}
.fmb-date-picker-container .drp-calendar .active.start-date {
  background-color: #f2f2f2 !important;
  border-radius: 999px 0px 0px 999px;
  color: #061A48 !important;
}
.fmb-date-picker-container .drp-calendar .active.end-date {
  background-color: #f2f2f2 !important;
  border-radius: 0px 999px 999px 0px;
  color: #061A48 !important;
}
.fmb-date-picker-container .drp-calendar td{
  color: #061A48;
}
.fmb-date-picker-container .drp-calendar .start-date.end-date{
  border-radius: 999px;
}
.fmb-date-picker-container .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-width: 0px 1px 1px 0px !important;
}

@media (min-width: 576px) { /* Small and larger screens */
  .w-sm-100 {
    width: 100%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-fit {
    width: fit-content !important;
  }
  .fmb-article-image {
    height: 112px !important;
  }
}

.fmb-post-img{
  height: auto;
  width: 100%;
  border-radius: 5px;
  margin-bottom:30px;
}
.fmb-article-image {
  height:200px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 20px;
}
.article-detail-heading{
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom:8px;
}

/* pagination */
.user-pagination {
  margin-top: 20px;
  margin-left: auto;
  width: fit-content;
}
.user-pagination ul li a {
  display: flex;
  gap: 5px;
  border-radius: 3px;
  background: #E6E6E6;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease-in-out;
  color: #2D2D2D;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.user-pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: 7px;
  vertical-align: bottom;
}
.user-pagination ul li.pre-btn img {
  transform: rotate(180deg);
}
.user-pagination ul li.active a,
.user-pagination ul li:not(:first-child):not(:last-child) a:hover {
  color: #ffffff;
  background: var(--secondary_color);
}

/* Pagination links */
.fmb-pagination {
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

.fmb-pagination .page-link {
  font-size: 20px;
}

.fmb-pagination .page-item[aria-label="« Previous"], .fmb-pagination .page-link[aria-label="« Previous"] {
  margin-right: 15px;
}

.payment-card {
  border: 1px solid #6D717A;
  border-radius: 20px;
  padding: 30px;
}
.payment-card.payment-method {
  max-width: 458px;
}
.payment-card input {
  width: 27px;
  cursor: pointer;
}
.payment-card .payment-card-details {
  margin-left:30px;
  width: 100%;
}
.payment-card .card-no {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.payment-card .payment-label {
  font-size: 14px;
  font-weight: 400;
  color: #6D717A;
}
.payment-card .payment-value {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.payment-card .card-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  padding: 0px;
  align-items: flex-start;
  column-gap: 60px;
}
.payment-card .card-holder {
  max-width: 225px;
}
.text-black {
  color: #000000;
}
.update-payment-modal .modal-header{
  margin: 30px;
}
.update-payment-modal .card-form{
  margin: 0px 30px 30px 30px;
  max-width: 396px;
}
.update-payment-modal .modal-content {
  max-width:524px;
}

.fmb-pagination .page-item[aria-label="Next »"], .fmb-pagination .page-link[aria-label="Next »"] {
  margin-left: 15px;
}

.fmb-pagination .page-item .page-link {
  background-color: transparent !important;
  border:none !important;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 700;
}
.fmb-pagination .page-item.active .page-link {
  color: var(--secondary_color) !important;
  font-size: 20px;
}

.fmb-pagination a {
  color: var(--primary_color) !important;
  float: left;
  margin: 0 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}
.fmb-pagination a:focus {
  box-shadow: none;
}
.fmb-pagination .comma {
  color: var(--primary_color) !important;
}
.fmb-pagination .comma:hover {
  color: var(--primary_color) !important;
}

/* Style the active/current link */
.fmb-pagination a.active {
  color: var(--primary_color) !important;
}
.fmb-pagination ul li a {
    background-color: transparent !important;
    font-size: 20px !important;
}
.fmb-pagination ul li:not([aria-label="Next »"]) {
  margin-left:0px !important;
  width: fit-content;
}

/* Add a grey background color on mouse-over */
.fmpagination a:hover {
  color: var(--secondary_color);
}
.fmb-card-container {
  margin-bottom: 30px;
}
.fmb-article-details-body {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .fmb-article-details-body {
    margin-bottom: 62px;
  }
  .article-count {
    margin-top: 8px;
  }
}
.fmb-card-body {
  flex-grow: 1;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url('data:image/svg+xml;utf8,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.589844 10.59L5.16984 6L0.589844 1.41L1.99984 0L7.99984 6L1.99984 12L0.589844 10.59Z" fill="%236D717A"/></svg>');
}
.article-table {
  background-color: var(--color_light);
}
.article-table thead tr th{
  border: none;
  background-color: #f6f6f6;
}
.article-table thead tr th:first-child{
  width: 80% !important;
}
.article-table thead tr th:nth-child(2){
  width: 10% !important;
}
.article-table thead tr th:last-child{
  width: 10% !important;
}
.article-table tbody tr {
  border-bottom: 3px solid #f6f6f6;
}
.article-table tbody tr td{
  padding: 20px;
  vertical-align: middle;
}

.article-table td:last-child{
  text-align: center !important;
}
.no-chat-bg {
  background: #f2f2f2;
  padding: 50px 20px;
  text-align: center;
  margin-top: 20vh;
}
.no-chat-bg p{
  margin-bottom: 0;
}

.user-pagination ul li a {
  display: flex;
  gap: 5px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 26px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.user-pagination ul li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: 7px;
  vertical-align: bottom;
}
@media (min-width: 576px) { /* Small and larger screens */
  .w-sm-40 {
    width: 40% !important;
  }
}
@media (min-width: 576px) { /* Small and larger screens */
  .w-sm-40 {
    width: 40% !important;
  }
}
.reason-card {
  padding: 36px 40px;
  border-radius: 8px;
}
.fmb-article-form .form-group {
  margin-bottom:30px !important;
}
.fmb-article-form .form-group .form-label {
  color: #000000;
}
.fmb-article-form .form-group .form-control {
  color: #180A04;
}
.fmb-article-form .cke_bottom {
  display: none;
}
.fmb-article-form .cke_inner {
  border-radius: 5px;
}
.fmb-article-form .cke_top {
  border-radius: 5px 5px 0px 0px;
}
.fmb-article-form .cke_editor_article-description {
  border-radius: 5px;
}
.fmb-article-form .cke_contents {
  border-radius: 0px 0px 5px 5px;
}
/* Pagination links */
.fmb-pagination {
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.fmb-pagination .page-link {
  font-size: 20px;
}

.fmb-pagination .page-item svg path{
  fill: var(--primary_color);
}

.fmb-pagination .page-item.disabled svg path{
  fill: var(--color_gray_light);
}

.fmb-pagination .page-item.disabled{
  cursor: not-allowed;
}

.fmb-pagination .page-item[aria-label="« Previous"], .fmb-pagination .page-link[aria-label="« Previous"] {
  margin-right: 15px;
}

.fmb-pagination .page-item[aria-label="Next »"], .fmb-pagination .page-link[aria-label="Next »"] {
  margin-left: 15px;
}

.fmb-pagination .page-item .page-link {
  background-color: transparent !important;
  border:none !important;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 700;
  color: var(--primary_color);
  width:fit-content;
}
.fmb-pagination .page-item.active .page-link {
  color: var(--secondary_color) !important;
  font-size: 20px;
  width: fit-content;
  margin:0;
}

.fmb-pagination a {
  color: var(--primary_color);
  float: left;
  margin-right: 4px !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}
.fmb-pagination .comma {
  color: var(--primary_color) !important;
  margin-left: -4px;
}
.fmb-pagination .comma:hover {
  color: var(--primary_color) !important;
}

/* Style the active/current link */
.fmb-pagination a.active {
  color: var(--primary_color) !important;
}

/* Add a grey background color on mouse-over */
.fmb-pagination a:hover, .fmb-pagination .page-link:hover {
  color: var(--secondary_color) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url('data:image/svg+xml;utf8,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.589844 10.59L5.16984 6L0.589844 1.41L1.99984 0L7.99984 6L1.99984 12L0.589844 10.59Z" fill="%236D717A"/></svg>');
}
.breadcrumb-item{
  align-items: baseline;
}
.fmb-table th {
  color: var(--primary);
  white-space: nowrap;
}

.max-width-429{
  max-width: 429px;
}
.custom-date-value{
  white-space: nowrap;
}





/* pagination */
.pagination-block {
  position: relative;
  padding-top: 20px;
}

.pagination-block ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.pagination-block ul li a {
  display: flex;
  gap: 5px;
  border-radius: 3px;
  background: #E6E6E6;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease-in-out;
  color: #2D2D2D;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.pagination-block ul li.active a,
.pagination-block ul li a:hover {
  color: #ffffff;
  background: #061A48;
}

.pagination-block ul li.next-btn img {
  transform: rotate(180deg);
}

.pagination-block ul li.prev-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}


.pagination-block ul li.next-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.campaign-table {
  background-color: var(--color_light);
  width: 100% !important;

th{
color: var(--primary_color);
white-space: nowrap;
padding-bottom: 4px;
vertical-align: top;
}
}
.campaign-table tbody tr {
border-bottom: 1px solid var(--gray);
}
.campaign-table tbody tr td{
vertical-align: middle;
color: var(--gray-font);

}
.campaign-table td:last-child{
text-align: center !important;
}

.btn-primary-modal {
  border-color: var(--secondary_color);
  border-radius: 50px;
  color: var(--secondary_color);
  font-weight: 400;
  font-size: 20px;
  padding:8px 30px;
}

.btn-primary-modal:hover {
  background: var(--secondary_color);
  border-color: var(--secondary_color);
}

.modal-title-campaign {
  color: var(--primary_color);
}

.transaction-adverts{
  width:100% !important;
}
.transaction-adverts th {
  padding-bottom: 4px;
  vertical-align: top;
}
.transaction-adverts td{
  white-space: nowrap;
}
.transaction-adverts th:nth-child(1),
.transaction-adverts th:nth-child(2),
.all-placement-table table thead tr th:nth-child(3),
.all-placement-table table thead tr th:nth-child(4){
  width: 25% !important;
}
.transaction-adverts th:nth-child(3),
.transaction-adverts th:nth-child(5){
  width: 20% !important;
}
.transaction-adverts th:nth-child(4){
  width: 10% !important;
  text-align: center;
}
input.search-query.advert-date-ranger{
  background-color: transparent !important;
}
.topics-label {
  z-index: 0;
  background-color: #fff;
}
.bill-summary-sub{
  padding-bottom: 32px;
}
.daily-spent-bill{
  padding: 27.5px 0px;
}
@media only screen and (max-width: 991px) {
  .bill-summary-sub{
    padding-bottom: 26px;
  }
  .daily-spent-bill{
    padding: 24.5px 0px;
  }
}
.tradperson_tab .button-actions-grp .btn-primary:disabled{
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
/* subscription page label start */
#payment-form .subscribe-label {
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
}
#payment-form .hide-subscribe-label {
  display: none;
}
#payment-form .fmb-line{
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  margin-bottom: 17px;
}
#payment-form .billing-info input, #payment-form .billing-info textarea {
  margin-bottom: 0 !important;
}
/* subscription page label end */

/*placement common style starts*/
.fmb-tabs {
  border-bottom: 1px solid #E0E0E0;
  gap:40px;
  padding: 20px 49px;
}
.fmb-tabs .nav-link {
  font-size: 24px;
  font-weight: 500;
  color: #BDBDBD;
  padding: 0;
  background-color: #FFFFFF;
  border: unset;
  margin-bottom: 0;
}
.fmb-tabs .nav-link:after{
  content: unset;
}
.fmb-tabs .nav-link.active {
  color: var(--primary_color);
  border:unset;
}
.fmb-tab-content{
  padding: 30px 50px 74px 50px;
}
.placement-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary_color)
}
#placementFindMePostcode {
    padding-top: 7px;
    padding-bottom: 6px !important;
}
#postcodefind {
    top: 5px
}
.placement-table {
  margin-top: 40px;
}
.placement-table table thead tr th:nth-child(1) {
  width: 5% !important;
}
.referee-table table thead tr th:nth-child(1) {
  width: 1% !important;
}
.placement-table table thead tr th:nth-child(2) {
  width: 40% !important;
  min-width: 12rem;
  max-width: 16rem;
}
.referee-table table thead tr th:nth-child(2) {
  width: 30% !important;
  min-width: 12rem;
  max-width: 16rem;
}
.placement-table table thead tr th:nth-child(3) {
  width: 20% !important;
}
.placement-table table thead tr th:nth-child(4) {
  width: 20% !important;
  text-align: center;
}
.placement-table table thead tr th:nth-child(5) {
  width: 10% !important;
}
.placement-table table thead tr th:nth-child(6) {
  width:10% !important;
}

@media only screen and (max-width: 576px) {
  .fmb-tabs {
    gap:10px;
    padding: 15px;
  }
  .fmb-tabs .nav-link {
    font-size: 18px;
  }
  .fmb-tab-content{
    padding:15px !important;
  }
  .placement-title {
    font-size: 18px;
  }
  .placement-table {
    margin-top: 30px;
  }
  .policy-text{
    font-size: 16px;
  }
  #placement-create .radio-style input{
    width: 15px;
  }
}
.fmb-ps-badge {
  padding: 1px 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 999px;
  color: #ffffff;
  white-space: nowrap;
}
.badge-ps-new{
  background-color: #27AE60;
}
.badge-ps-filled{
  background-color: #15DEC6;
}
.badge-ps-cancelled{
  background-color: #656a92;
}
.badge-ps-ended{
   background-color: #6D717A;
}
.placement-location {
  position: relative;
  input {
    padding-right: 90px;
  }
  input::placeholder{
    color: var(--primary_color);
    font-weight: 400;
  }
  .find {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--secondary);
    color: #FFFFFF;
    border: 0;
  }
}

.required-experience-table {
  margin-top: 40px;
}
.required-experience-table table thead tr th:nth-child(1) {
  width: 5% !important;
}
.required-experience-table table thead tr th:nth-child(2),
.referee-table table thead tr th:nth-child(3),
.all-placement-table table thead tr th:nth-child(2) {
  width: 30% !important;
}
.required-experience-table table thead tr th:nth-child(4) {
  width: 5% !important;
}

.ps-dropdown{
  border:0;
  border-radius: 20px;
  width: 394px;
}
.ps-dropdown-container {
  padding: 24px 30px;
}
.alert-container{
  margin: 96px 0;
  text-align: center;
}
.filter-status{
  border:0;
  border-radius: 10px;
}
.filter-status .dropdown-item {
  color: var(--primary_color);
}
.applicant-filter-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.applicant-filter-group .fmb-filter{
  height: 43px;
}
.applicant-search{
  position: relative;
}
.applicant-search .search-input{
  padding:12px 40px 12px 26px;
  border: 1px solid #BDBDBD;
  border-radius: 999px;
  font-size: 18px;
  height: 43px
}
.applicant-search svg{
  position: absolute;
  top:5px;
  right: 6px;
}
@media (max-width: 576px) {
  .ps-dropdown {
    width: 80vw;
  }
  .alert-container {
    margin: 48px 0;
    text-align: center;
  }
  .status-item {
    font-size: 12px;
  }
}
.applicant-table {
  margin-top: 40px;
}
.applicant-table table{
  width: 100% !important;
}
.applicant-table table thead tr th:nth-child(1) {
  width: 5% !important;
}
.applicant-table table thead tr th:nth-child(2) {
  width: 24% !important;
}
.applicant-table table thead tr th:nth-child(3) {
  width: 24% !important;
}
.applicant-table table thead tr th:nth-child(4) {
  width: 24% !important;
}
.applicant-table table thead tr th:nth-child(5) {
  width: 23% !important;
}
/*placement common styles end*/

.campaign-table thead tr th:nth-child(1) {
  width: 5% !important;
}
.campaign-table thead tr th:nth-child(2) {
  width: 25% !important;
  min-width: 12rem;
  max-width: 16rem;
}
.campaign-table thead tr th:nth-child(3) {
  width: 15% !important;
}
.campaign-table thead tr th:nth-child(4) {
  width: 15% !important;
}
.campaign-table thead tr th:nth-child(5) {
  width: 15% !important;
}
.campaign-table thead tr th:nth-child(6) {
  width: 25% !important;
}

.fmb-table td {
  color: var(--gray-font);
  padding: 15px 10px;
  border-bottom: 1px solid #BDBDBD !important;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
}

.fmb-table>:not(:last-child)>:last-child>* {
  border-bottom-color: var(--primary_color);
  border-bottom-width: 2px;
}
.alert-container{
  margin: 96px 0;
  text-align: center;
}
@media (max-width: 576px) { /* Small and larger screens */
  .alert-container{
    margin: 48px 0;
    text-align: center;
  }
  .payment-card{
    padding: 8px;
  }
}
#advert_table thead th{
  padding-bottom: 4px;
  vertical-align: top;
}
.advert-list-table table{
  width: 100% !important;
}
.advert-list-table thead tr th, .all-placement-table tbody td{
  white-space: nowrap;
}
.advert-list-table thead tr th:first-child{
  width: 5% !important;
}
.advert-list-table thead tr th:nth-child(2){
  width: 30% !important;
  min-width: 14rem;
}
.advert-list-table thead tr th:nth-child(3),
.advert-list-table thead tr th:nth-child(4),
.all-placement-table table thead tr th:nth-child(5),
.referee-table table thead tr th:nth-child(4){
  width: 15% !important;
}
.advert-list-table thead tr th:nth-child(5){
  width: 10% !important;
  text-align: center;
}
.advert-list-table thead tr th:last-child{
  width: 25% !important;
  text-align: right !important;
}
.advert-list-table td .switchToggle{
  width: fit-content;
  margin: auto;
}
.min-h-75{
  min-height: 75px;
}
.dot {
  margin: 0px 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%; /* Use border-radius: 50% for circular shape */
  display: inline-block;
}
.orange-dot {
  background-color: var(--secondary);
}
.green-dot {
  background-color: var(--green-300);
}
.yellow-dot {
  background-color: var(--yellow);
}
.violet-dot {
  background-color: var(--violet);
}
.fmb-table th {
  color: var(--primary);
}
.fmb-table td {
  color: var(--gray-font);
  padding: 15px 10px;
}

.fmb-table td:last-child, .all-placement-table table thead th{
  text-align: left !important;
}
.advert-history-table {
  width: 100% !important;
}
.advert-history-table tbody tr .dataTables_empty {
  text-align: center !important;
}
.advert-history-table th, .advert-history-table td {
  white-space: nowrap;
  vertical-align: top;
}
.advert-history-table th:nth-child(1){
  width: 5% !important;
}
.advert-history-table th:nth-child(2){
  width: 35% !important;
}
.advert-history-table th:last-child{
  width: 60% !important;
  max-width: 42rem;
}

#progress-column{
  display:none;
}
#progressContainer {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
border-radius: 30px;
    padding: 0;
    overflow: hidden;
    display: none;
}

#progressBar {
    width: 252px;
    height: 15px;
    background-color: #4caf50;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 15px;
}

#loadingMessage {
    display: none;
margin-bottom: 15px;
}

.fixed-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
a.btn.btn-primary.chat-reviewer-btn {
  margin-left: 0;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  padding: 12px 35px;
}
.reviewer-notes {
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
}
.reviewer-notes span{
  font-weight: 600;
  white-space: nowrap;
}
.trader-view-count{
  font-size: 14px;
  color: #6D717A;
}
.trader-view-count span{
  font-weight: 600;
}
.form_box_text_area {
  display:none;
}

/*applicant table changes starts*/
.applicant-table table thead tr th:nth-child(1),
.all-placement-table table thead tr th:nth-child(1) {
  width: 5% !important;
}
.applicant-table table thead tr th:nth-child(2) {
  width: 24% !important;
}
.applicant-table table thead tr th:nth-child(3) {
  width: 24% !important;
}
.applicant-table table thead tr th:nth-child(4) {
  width: 24% !important;
}
.applicant-table table thead tr th:nth-child(5) {
  width: 23% !important;
}
/*applicant table changes end*/
.topics-label {
  z-index: 0;
  background-color: #fff;
}
.bill-summary-sub{
  padding-bottom: 32px;
}
.daily-spent-bill{
  padding: 27.5px 0px;
}
@media only screen and (max-width: 991px) {
  .bill-summary-sub{
    padding-bottom: 26px;
  }
  .daily-spent-bill{
    padding: 24.5px 0px;
  }
}
.tradperson_tab .button-actions-grp .btn-primary:disabled{
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
/* subscription page label start */
#payment-form .subscribe-label {
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
}
#payment-form .hide-subscribe-label {
  display: none;
}
#payment-form .fmb-line{
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  margin-bottom: 17px;
}
#payment-form .billing-info input, #payment-form .billing-info textarea {
  margin-bottom: 0 !important;
}
/* subscription page label end */
/*placement create - applicant - experience start*/
#placement-create input, #placement-create label{
  cursor: pointer;
}
#placement-create input:disabled{
  cursor: not-allowed;
}
#applicant_table {
  width: 100% !important;
}
#applicant_table td{
  white-space: nowrap;
}
#applicant_table th:nth-child(1){
  width: 5% !important;
}
#applicant_table th:nth-child(2),
#applicant_table th:nth-child(3),
#applicant_table th:nth-child(4){
  width: 25% !important;
}
.name-data{
  min-width: 12rem;
  max-width: 16rem;
}
#applicant_table th:nth-child(5){
  width: 20% !important;
}
#placement-create label.error {
  display: block;
  margin-top: -15px;
}
.experience-table table {
  width: 100% !important;
}
.experience-table table thead th:nth-child(1){
  width: 5% !important;
}
.experience-table table thead th:nth-child(2), .covered-area-table table thead th:nth-child(2) {
  width: 25% !important;
  min-width: 12rem;
  max-width: 16rem;
}
.experience-table table thead th:nth-child(3){
  width: 25% !important;
}
.experience-table table thead th:nth-child(4){
  width: 30% !important;
}
.experience-table table thead th:nth-child(5){
  width: 10% !important;
}
.covered-area-table table thead th:nth-child(2){
  width: 45% !important;
}
.experience-table table tbody td.dataTables_empty,
.covered-area-table table tbody td.dataTables_empty,
.referee-table table tbody td.dataTables_empty {
  text-align: left !important;
  border-bottom: 0px !important;
  padding-top: 34px !important;
  padding-left: 0px !important;
}
.find-location::placeholder {
  color: #6D717A !important;
  font-weight: 500 !important;
}
#customer-placement-create input:disabled{
  cursor: not-allowed;
}
#customer-placement-create label.error, #customer-placement-create label.error-message {
  display: block;
  margin-top: -15px;
}
.applied-placement-table table thead tr th:nth-child(4){
  text-align: left !important;
}
@media only screen and (min-width: 991px) {
  .preview-container .tell_about{
    padding: 20px 50px;
  }
}
.ml-35{
  margin-left: 35px;
}
/*placement create - applicant - experience end*/
#my_camera_video ,#my_camera , #my_camera video  , #my_camera_video video{
  max-width: 100%  !important;
}
#my_camera{
  position :relative ;
}

.quick-link-edit-wrp{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.quick-link-edit-wrp input{
  border: none;
  border-bottom: 1px solid #6D717A;
  font-weight: 500;
  color: #EE5719;
  font-size: 18px;
  flex: 1;
  margin-top: -1px;
}
.quick-link-edit-wrp h6{
  font-weight: 500;
  font-size: 18px;
  color: #061A48;
  margin: 0;
  line-height: initial;

}
.txt-quick-link{
  word-break: break-all;
}
.link-action-btns svg{
  margin-left: 10px;
}
.link-editable-field{
  flex: 1;
}

@media (max-width: 767px) { 
.link-editable-field {
  flex: 1 1 100%;
}
}
a.view-profile-link{
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline !important;
}
a.view-profile-link:hover, a.view-profile-link:focus{
  text-decoration: underline !important;
}
.email-error-message{
  color: #F00;
}

/* Business insurance referrals screen start*/
#insurance_referrals .error{
  color: #f00 !important;
}
#business-insurance-terms:checked {
  background-color: #EE5719;
  border-color: #EE5719;
}
#insurance_referrals label:not(.error):not(.business-insurance-consent) {
  font-size: 16px;
  font-weight: 500;
  color: var(--btn-primary);
  padding-bottom: 5px;
}
.business-insurance-label {
  padding-bottom: 5px !important;
}
#insurance_referrals input::placeholder{
  color: #6D717A;
  font-weight: 400 !important;
}
#insurance_referrals input {
  color: #061A48 !important;
  font-weight: 400 !important;
}
.business-insurance-consent {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #000000 !important;
  line-height: 24px !important;
}
.business-referral-body {
  font-size: 14px !important;
  font-weight: 400;
  margin-bottom: 20px !important;
  line-height: 20px;
}
#insurance_referrals label:not(.error):not(.business-insurance-consent):not(.business-trading-name){
  margin-top: 20px;
}
#insurance_referrals h3 {
  font-size: 20px;
  font-weight: 600 !important;
}
.business-referral-header {
  padding-bottom: 0px !important;
}
.referral-cancel-button{
  margin-right: 5px;
}
@media (min-width: 991px) {
  #insurance_referrals label:not(.error):not(.business-insurance-consent) {
    font-size: 20px;
    font-weight: 500;
    color: var(--btn-primary);
  }
  .business-insurance-label {
    padding-bottom: 10px !important;
  }
  #insurance_referrals input::placeholder{
    color: #6D717A;
    font-weight: 400 !important;
  }
  #insurance_referrals input {
    color: #061A48 !important;
    font-weight: 400 !important;
  }
  .business-insurance-consent {
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #000000 !important;
    line-height: 28px !important;
  }
  .business-referral-body {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 30px !important;
    line-height: 24px;
  }
  #insurance_referrals label:not(.error):not(.business-insurance-consent):not(.business-trading-name){
    margin-top: 30px;
  }
  #insurance_referrals h3 {
    font-size: 24px;
    font-weight: 600 !important;
  }
  .business-referral-header {
    padding-bottom: 0px !important;
  }
  .referral-cancel-button {
    margin-right: 30px;
  }
}
/* Business insurance referrals screen ends */
