body {
  font-size: .875rem;
  background: #f3f3f9;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  
}

.w-70 {
  width: 70%;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0rem;
    width: 45%;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */


.navbar-brand {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

/* .navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
} */

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* .dropdown-menu[data-bs-popper] {
	top: 102%;
	left: -109px;
} */

.dash_img button:hover{
  background-color: #fff;
}


/* profile part start  */
.profile-wrapper {
  margin-top: 10px;
  margin-bottom: 300px;
}

.img-part {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 9px 9px 2px rgba(0, 0, 0, 0.1);
}

.img-part img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pro-card {
  padding: 25px 10px;
}

.info-overview h5{
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.info-overview a{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.info-social-icon .pro_icon {
  background: #FFD700;
  color: #000;
  width: 24px;
  height: 24px;
  border: 1px solid #727272;
  border-radius: 8px;
  padding: 5px 5px;
}

.profile-wrapper .nav-pills .nav-item .nav-link {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
} 

.profile-wrapper .tab-content .tab-pane .tab-form .form-label {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.profile-wrapper .tab-content .tab-pane .tab-form input {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
}


/* profile part end  */


/*
 * Schedule part start
 */

 .schedule-wrapper {
  padding-bottom: 50px;
 }

 .schedule_list {
  box-shadow: 2px 9px 9px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
 }

 .schedule-item {
  gap: 40px;
 }

 .schedule-img {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

 .schedule-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.schedule-content h4 {
  line-height: 25px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.schedule-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.schedule-action a{
  margin-top: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.schedule-wra-btn {
  font-size: 18px;
	padding: 9px 34px;
}

.schedule-img1 {
  margin-top: 12px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.schedule-img1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.schedule-action1 {
  margin-top: 60px;
}

  
.test_wrapper {
  background: #FFD700;
  border-radius: 15px;
  transition: all linear .3s;
}

.test_item {
  padding: 5px 5px;
  justify-content: space-between;
  column-gap: 50px;
}
.test_img {
  width: 160px;
  height: 129px;
  border-radius: 15px;
  /* overflow: hidden; */
}

.test_img_content {
  width: 100%;
  height: 100%;
}

.test_img img{
  /* width: 100%; */
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.test_content {
  width: 100%;
}
.test_content h6{
  color: #000;
}

.test_content p {
  margin-bottom: 8px;
  line-height: 16px;
  color: #000;
}


.date2 {
	position: absolute;
	top: -6px;
	left: -14px;
	background: #00b5ff;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 0px;
	padding: 5px 6px;
}


.date2 p{
	margin-bottom: 0px;
}

.schedule-mobile-btn2 {
  background-color: #FFD700;
  color: #000;
  column-gap: 20px;
}

.schedule-mobile-btn2:hover {
  background-color: #FFD700;
  color: #000;
}

.test_wrapper:hover {
  box-shadow: 2px 9px 9px 2px rgba(0, 0, 0, 0.1);
}

/* 
 ** Schedule part end 
*/


/* 
 ** Order Details part Start 
*/
.box-shadow {
  box-shadow: 2px 9px 9px 2px rgba(0, 0, 0, 0.1);
}

.customer-info {
  column-gap: 15px
}

.customer-img {
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 15px;
}

.customer-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 25px;
}

.customer-name a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  /* color: #000; */
}

.customer-name p {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}

.customer-contact-info {
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}

.customer-contact-info a{
  margin-bottom: 0px;
  color: #000;
}

.worker-img {
    height: 110px;
    width: 83px;
    overflow: hidden;
    border-radius: 15px;
}


.worker-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 25px;
}
.billing-wrapper ul li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

.shipping-wrapper ul li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

.payment-wrapper ul li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}


/* 
 ** Order timeline part Start 
*/

.timeline_area {
  position: relative;
  z-index: 1;
}
.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area {
      padding-left: 60px;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
      width: 16px;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}
.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #FFD700;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
      padding: 20px;
  }
}
.single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon .time_icon{
  color: #FFD700;
  line-height: 30px;
  font-size: 20px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 25px;
}
.single-timeline-area .single-timeline-content .timeline-text p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 19px;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
  background-color: #ffffff;
}


.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
  color: #000000;
}


/* 
 ** Order Details part end 
*/


@media (max-width: 575.99px) {

  .nav-item .nav_tab_btn {
    border: 1px solid #FFD700;
    margin: 0px 5px;
    font-size: 25px;
    padding: 5px 12px;
    color: #000;
  }

  .schedule-card {
    /* box-shadow: 2px 9px 9px 2px rgba(0, 0, 0, 0.1); */
    border-radius: 25px;
  }

  .row_padding {
    padding: 10px 20px;
  }

  .schedule-img {
    height: 200px;
    width: 330px;
    overflow: hidden;
    border-radius: 15px;
  }

  .schedule-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .schedule-content {
    margin-top: 14px;
  }

  .schedule-content h4 {
    line-height: 26px;
    font-size: 17px;
  }

  .schedule-content p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .schedule-action {
    text-align: start;
  }

  .schedule-action a {
    margin-top: 8px;
    font-size: 15px;
    padding: 3px 11px;
  }

  .modal {
    --bs-modal-margin: 0.5rem;
  }



/* 
*test 
*/

.schedule-img1 {
	margin-top: 31px;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

 .schedule-img1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .schedule-action1 {
  text-align: start;
} */


.schedule-action1 a {
	margin-top: 0px;
	font-size: 14px;
	padding: 4px 10px;
}

.schedule-mobile-btn {
  margin-top: 33px;
	padding: 2px 15px;
}

.schedule-img2 {
	margin-top: 31px;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

 .schedule-img2 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.test_item {
  padding: 5px 5px;
  column-gap: 10px;
}
.test_img {
	width: 140px;
	height: 127px;
	border-radius: 15px;
	/* overflow: hidden; */
}

.test_content .name{
  line-height: 27px !important;
}


.test_img img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.test_content p{
  margin-bottom: 8px;
}




.schedule-mobile-btn2 {
  background-color: #FFD700;
  color: #000;
}

.schedule-mobile-btn2:hover {
  background-color: #FFD700;
  color: #000;
}




}


@media (min-width: 576px) and (max-width: 767.99px) {

  
  .schedule-img1 {
    margin-top: 31px;
    height: 80px;
    width: 80px;
    overflow: hidden;
  }

 .schedule-img1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .modal {
    --bs-modal-margin: 0.5rem;
  }

  .schedule-mobile-btn {
    margin-top: 33px;
    padding: 2px 9px;
    font-size: 24px;
  }

  


.test_item {
  padding: 5px 5px;
  justify-content: space-between;
}
.test_img {
	width: 154px;
	height: 128px;
	border-radius: 15px;
	/* overflow: hidden; */
}

.test_img_content {
  width: 100%;
  height: 100%;
}

.test_img img{
  /* width: 100%; */
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.test_content p{
  margin-bottom: 8px;
}



.schedule-mobile-btn2 {
  background-color: #FFD700;
  color: #000;
}

.schedule-mobile-btn2:hover {
  background-color: #FFD700;
  color: #000;
}




}


@media (min-width: 768px) and (max-width: 991.99px) {
  
  
  .schedule-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
  }

  .schedule-content h4 {
    line-height: 18px;
    font-size: 15px;
  }
  
  .schedule-content p {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .schedule-action a {
    margin-top: 36px;
    font-size: 15px;
    padding: 3px 11px;
  }

  .schedule-img1 {
    margin-top: 11px;
    height: 80px;
    width: 80px;
    overflow: hidden;
  }

 .schedule-img1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .schedule-action1 {
    margin-top: 60px;
  }

  


.test_item {
  padding: 5px 5px;
  justify-content: space-between;
}
.test_img {
	width: 172px;
	height: 139px;
	border-radius: 15px;
	/* overflow: hidden; */
}

.test_img_content {
  width: 100%;
  height: 100%;
}

.test_img img{
  /* width: 100%; */
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.test_content p{
  margin-bottom: 8px;
}




.schedule-mobile-btn2 {
  background-color: #FFD700;
  color: #000;
}

.schedule-mobile-btn2:hover {
  background-color: #FFD700;
  color: #000;
}




}


@media (min-width: 992px) and (max-width: 1199.99px) {

  .schedule-img1 {
    margin-top: 12px;
    height: 100px;
    width: 100px;
    overflow: hidden;
  }

 .schedule-img1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .schedule-action1 {
    margin-top: 60px;
  }

    

.test_item {
  padding: 5px 5px;
  justify-content: space-between;
  column-gap: 50px;
}
.test_img {
	width: 181px;
	height: 127px;
	border-radius: 15px;
	/* overflow: hidden; */
}

.test_img_content {
  width: 100%;
  height: 100%;
}

.test_img img{
  /* width: 100%; */
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.test_content p{
  margin-bottom: 8px;
}



.schedule-mobile-btn2 {
  background-color: #FFD700;
  color: #000;
  column-gap: 20px;
}

.schedule-mobile-btn2:hover {
  background-color: #FFD700;
  color: #000;
}



/* profile part  */

.img-part {
	height: 150px;
	width: 150px;
}

.info-social-icon .pro_icon {
	width: 19px;
	height: 19px;
}


}



/*
 * Schedule part end 
 */


/*
 * Invoice part Start 
 */


 #invoice {
  padding: 0px;
}

.invoice {
  position: relative;
  background-color: #FFF;
  min-height: 680px;
  padding: 15px
}

.invoice header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFD700
}

.invoice .company-details {
  text-align: right
}

.invoice .company-details .name {
  margin-top: 0;
  margin-bottom: 0
}

.invoice .contacts {
  margin-bottom: 20px
}

.invoice .invoice-to {
  text-align: left
}

.invoice .invoice-to .to {
  margin-top: 0;
  margin-bottom: 0
}

.invoice .invoice-details {
  text-align: right
}

.invoice .invoice-details .invoice-id {
  margin-top: 0;
  color: #FFD700;
}

.invoice main {
  padding-bottom: 50px
}

.invoice main .thanks {
  margin-top: -100px;
  font-size: 2em;
  margin-bottom: 50px
}

.invoice main .notices {
  padding-left: 6px;
  border-left: 6px solid #FFD700;
  background: #e7f2ff;
  padding: 10px;
}

.invoice main .notices .notice {
  font-size: 1.2em
}

.invoice table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px
}

.invoice table td,
.invoice table th {
  padding: 15px;
  background: #eee;
  border-bottom: 1px solid #fff
}

.invoice table th {
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px
}

.invoice table td h3 {
  margin: 0;
  font-weight: 400;
  color: #005eff;
  font-size: 1.2em
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
  text-align: right;
  font-size: 1.2em
}

.invoice table .no {
  color: #000;
  font-size: 1.6em;
}

.invoice table .unit {
  background: #ddd
}

.invoice table .total {
  /* background: #FFD700; */
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.invoice table tbody tr:last-child td {
  border: none
}

.invoice table tfoot td {
  background: 0 0;
  border-bottom: none;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px;
  font-size: 1.2em;
  border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
  border-top: none
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.invoice table tfoot tr:last-child td {
  color: #FFD700;
  font-size: 1.4em;
  border-top: 1px solid #FFD700
}

.invoice table tfoot tr td:first-child {
  border: none
}

.invoice footer {
  width: 100%;
  text-align: center;
  color: #777;
  border-top: 1px solid #aaa;
  padding: 8px 0
}

@media print {
  .invoice {
      font-size: 11px !important;
      overflow: hidden !important
  }
  .invoice footer {
      position: absolute;
      bottom: 10px;
      page-break-after: always
  }
  .invoice>div:last-child {
      page-break-before: always
  }
}

.invoice main .notices {
  padding-left: 6px;
  border-left: 6px solid #FFD700;
  background: #e7f2ff;
  padding: 10px;
}


/*
 * Inovice part end 
 */


/*
 * Employee part Start 
 */

 .img_wrapper {
  height: 190px;
  width: 182px;
  border-radius: 50%;
  overflow: hidden;
 }

 .img_wrapper img{
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
 }


/*
 * Employee part end 
 */


/*
 * Blog part end 
 */

 .blog-img {
  height: 200px;
  
  overflow: hidden;
 }

 .blog-img img{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  border-radius: 15px;
 }

 .blog-content .categroy {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
 }

 .blog-content .title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
 }

 .blog-content .description {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 24px;
 }

 .blog-content .read-more-btn {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 24px;
 }

/*
 * Blog part end 
 */


 
/*
frontend profile  
*/

.profile-wrapper .aboutme_head {
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
}

.profile-wrapper .aboutme_text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 2px;
}

#bg-facebook {
  background: #3b5998;
  color: #fff;
}

#bg-instgram {
  background: #e1306c;
  color: #fff;
}

#bg-x {
  background: #000;
  color: #fff;
}

#bg-whatsapp {
  background: #25D366;
  color: #fff;
}


/* 
frontend profile  
*/


/* 
Review Part Start Here 
*/
.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: #FFD700;  
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #FFD700;  
}
.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: #FFD700;
}

/* 
Review Part End Here   
*/


  .review-wrapper{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 15px 20px;
    border-radius: 8px;
  }

  .quota-img {
    position: absolute;
    top: -38px;
    left: 26px;
    height: 70px;
    width: 70px;
    overflow: hidden;
  }

  .quota-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .user-img {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
  }

  .user-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .review-content p {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;

  }


  .user-name h5 {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }


  .rate-star i {
    font-size: 14px;
    color: #FFD700;
  }


@media (max-width: 575.98px) {
 
  
  .review-wrapper{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 15px 20px;
    border-radius: 8px;
  }

  .quota-img {
    position: absolute;
      top: -26px;
      left: 15px;
      height: 46px;
      width: 46px;
      overflow: hidden;
  }

  .quota-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .user-img{
    height: 46px;
    width: 46px;
    overflow: hidden;
    border-radius: 50%;
  }

  .user-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .review-content p {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;

  }


  .user-name h5 {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }


  .rate-star i {
    font-size: 14px;
    color: #FFD700;
  }


}



@media (min-width: 576px) and (max-width: 767.98px){
 
  
  .review-wrapper{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 17px 25px;
    border-radius: 8px;
  }

  .quota-img {
      position: absolute;
      top: -31px;
      left: 15px;
      height: 60px;
      width: 60px;
      overflow: hidden;
  }

  .quota-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .user-img{
    height: 46px;
    width: 46px;
    overflow: hidden;
    border-radius: 50%;
  }

  .user-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .review-content p {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;

  }


  .user-name h5 {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }


  .rate-star i {
    font-size: 14px;
    color: #FFD700;
  }


}


@media (min-width: 768px) and (max-width: 991.98px){
 
  
  .review-wrapper{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 20px 30px;
    border-radius: 8px;
  }

  .quota-img {
      position: absolute;
      top: -31px;
      left: 15px;
      height: 60px;
      width: 60px;
      overflow: hidden;
  }

  .quota-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .user-img{
    height: 46px;
    width: 46px;
    overflow: hidden;
    border-radius: 50%;
  }
  .user-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .review-content p {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;

  }
  .user-name h5 {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
  .rate-star i {
    font-size: 14px;
    color: #FFD700;
  }
}


@media (min-width: 992px) and (max-width: 1199.98px){
 
  
  .review-wrapper{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 20px 30px;
    border-radius: 8px;
  }

  .quota-img {
      position: absolute;
      top: -31px;
      left: 15px;
      height: 60px;
      width: 60px;
      overflow: hidden;
  }

  .quota-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .user-img{
    height: 46px;
    width: 46px;
    overflow: hidden;
    border-radius: 50%;
  }
  .user-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .review-content p {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;

  }
  .user-name h5 {
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
  .rate-star i {
    font-size: 14px;
    color: #FFD700;
  }
}