.paddingleftright {
  padding-left: 60px;
  padding-right: 60px;
}

.mainLogoBox {
  position: relative;
  display: flex;
  justify-content: center;
}

.logo-bgbox {
  width: 100%;
  position: absolute;
  top: 38px;
  z-index: 3;
  /* background-image: url(../img/logo-bgbox.png); */
  background-size: cover;
  background-position: center;
  height: 60px;
  filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.4));
}

.logo-bgbox img {
  background-size: cover;
  width: 100%;
}

.logoBox {
  width: 100%;
  position: absolute;
  top: -40px;
  z-index: 4;
  display: flex;
  justify-content: center;
}

.logoBox a {
  display: flex;
  justify-content: center;
}

.logoBox img {
  width: 114px;
  margin-top: 2px;
}

.button-36 {
  background: rgb(207, 77, 77);
 
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF !important;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px !important;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


.button-36:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

@media (min-width: 768px) {
  .button-36 {
    padding: 15px 20px !important;
  }
}

.slider-content p {
  font-size: 16px;
  text-shadow: 2px 2px 4px #302aaf;
}

.slide {
  width: 100%;
  min-height: 577px;
  max-height: 577px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; /* Vertical alignment for content */
}
@media (min-width: 1600px) {
  .slider-area, .slide {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) { /* Tablet and mobile */
  .slide {
    min-height: 250px; /* Reduce height for smaller screens */
    background-size: cover;
    background-position: center center;
  }
  .slider-area {
    width: 100%;
    padding: 0 10px; /* Add padding on edges */
    box-sizing: border-box;
  }
  .slider-content {
    max-width: 90%;
    margin: auto;
  }
}
@media (max-width: 575px) { /* Mobile phones */
  .slide {
    min-height: 200px; /* Even smaller for phones */
  }
}


.paddingBottom100 {
  padding-bottom: 50px;
}

.paddingLeftRight {
  padding-left: 60px;
  padding-right: 60px;
}



.productOuterBox {
  position: relative;
}

.actions-secondary {
  position: absolute;
  right: 0;
  z-index: 1;
  background: white;
  padding: 5px 10px;
}

.postBannerImage {
  box-shadow: rgb(140 140 140 / 50%) -4px 9px 25px -6px;
}

.productOuterBox {
  border: 1px solid pink;
  /* padding: 5px 12px; */
  border-radius: 10px;
  overflow: hidden;
}

.occasitionImage {
  height: 180px;
  width: 180px;
  /*background-color: red;*/
  border: 5px solid #ff00b6;
  border-radius: 100%;
  overflow: hidden;
}

.occasitionOuter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newArrivalbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

/* Paralex Scrolling */
.parallax1 {
  background: url(../img/paralex-scrolling/daily-deal-bg.webp)no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 90vh;
  padding-top: 20vh;
}

.parallax1 h3 {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
}

.TrustOuter {
  height: 200px;
  width: 200px;
  background-color: rgba(245, 40, 145, 0.6);
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 15px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.single-blog {
  border: 1px solid #d1d1d1;
}

.blog-btn {
  display: flex;
  justify-content: center;
}

.blog-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Rating Css start here */

.Rating_Heading {
  font-size: 20px;
  font-weight: 600;
  color: #3c3c3c;
}

.chart {
  /* width: 500px; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.chart .rate-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  height: 30px;
  padding: 16px 0;
}

.chart .rate-box>* {
  font-weight: 500;
  color: #444;
}

.rate-box .value {
  display: flex;
  align-items: center;
}

.rate-box .value:hover {
  color: #fccc6f;
}

.chart .value {
  font-size: 20px;
  cursor: pointer;
}

.rate-box .progress-bar {
  border-width: 1px;
  position: relative;
  background-color: #cfd8dc91;
  height: 9px;
  border-radius: 100px;
  width: 80%;
}

.rate-box .progress-bar .progress {
  background-color: #fccc6f;
  height: 100%;
  border-radius: 100px;
  transition: 300ms ease-in-out;
  top: 0;
  left: 0;
}

.global {
  display: flex;
  align-items: center;
  gap: 8px;
}

.one .fa-star {
  color: #cfd8dc;
}

.two {
  background: linear-gradient(to right, rgb(249 208 10) 76%, transparent 0%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-in-out all;
}

.global>h5 {
  font-size: 50px;
  font-weight: 500;
}

.rating-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 25%;
  height: 10%;
}

.rating-icons span {
  position: absolute;
  display: flex;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.total-reviews {
  font-size: 25px !important;
}

.Review_Main_Box {
  display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.value_box {
  display: flex;
  align-items: center;
}

.value_box i {
  margin-left: 5px;
  color: #f9d00a;
  font-size: 18px;
}

.totalReviewBox {
  margin-top: 20px;
}

.total-review-text {
  font-size: 20px;
  font-weight: 550;
}

/* rating sellect css */
.starrate span.ctrl {
  position: absolute;
  z-index: 2;
}

.starrate {
  color: #f9d00a;
  cursor: pointer
}

.starrate.saved {
  color: #f519ba;
}

.starrate:hover {
  color: #f519ba;
}

.starrate.saved:hover {
  color: #f519ba;
}

.RatingSelectOuter {
  display: flex;
  align-items: center;
}

.rateExperience {
  font-weight: 500;
}

.RatingStar25 {
  font-size: 25px;
}

.text-16 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500;
}

.marginleft-5 {
  margin-left: 10px;
  font-weight: 500;
}

.submitbutton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.customer_Review_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #057c05;
}

.customer-Review-first {
  display: flex;
  align-items: baseline;
}

.reviewerLogo {
  height: 40px;
  width: 40px;
  background: #023e02;
  border: 1px solid #023e02;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.reviewerLogo p {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}

.reviwer-text {
  font-size: 25px;
  font-weight: 400;
}

.verified-text {
  margin-left: 20px;
  font-size: 18px;
  color: #057c05;
}

.Rating_star .review {
  display: flex;
  flex-direction: row;
}

.Rating_star .review li i {
  color: #f9d00a;
  font-size: 16px;
}

.Rating_Date {
  margin-left: 10px;
  color: #057c05;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}

.rating_main_text {
  font-size: 16px;
}

.rating_Name {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #023e02;
}

.Form_area {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../img/bg/form_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dispalyProperties {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.Form_heading {
  color: #023e02;
  text-shadow: 3px 2px 2px #ffffff;
}

.model_Form_heading {
  color: #f1f1f1;
}

.vin_number_button {
  margin-left: 10px;
  font-size: 16px;
  padding: 6px 20px;
  background: #023e02;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  transition: 0.4s;
}

.model_vin_number_button {
  margin-left: 10px;
  font-size: 16px;
  padding: 6px 20px;
  background: #ffde3e;
  border-radius: 10px;
  cursor: pointer;
  color: #090909;
  transition: 0.4s;
}

.vin_number_button:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.40), 0 10px 16px rgba(0, 0, 0, 0.20);
  transition: 0.4s;
}

.Vehicle_form select {
  border: 1px solid #023e02;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 10px;
  color: #757575;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #f9d00a;
}

.Vehicle_form input {
  border-radius: 5px;
  box-shadow: 2px 2px 5px #f9d00a;
}

.contact_message textarea {
  height: 110px;
  border: 1px solid #023e02;
  background: #ffffff;
  resize: none;
  width: 100%;
  padding: 5px 10px;
  color: #222222;
}

.contact_message input {
  border: 1px solid #023e02;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 10px;
  color: #757575;
}

.contact_message p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.banner-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial_section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testmonial_content {
  position: absolute;
  width: 100%;
  /* top: 30vh; */
  z-index: 3;
}

.testmonial_content h3 {
  color: #fff;
  font-size: 40px;
}

.testimonial_section .video_box .testimonial_video {
  width: 100%;
}

.testimonial_section .video_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.video_box {
  width: 100%;
}

.single-insta-video {
  width: 100%;
}

.single-insta-video video {
  width: 100%;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 3px;
}

.instagram_button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.instagram_button img {
  height: 60px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

footer {
  background-color: rgba(0, 0, 0, 1);
}

.fontW700 {
  font-weight: 700;
}

.footer_paga {
  font-weight: 700;
  color: #d7d7d7;
  margin-bottom: 10px;
}

.single-footer h4 {
  color: #d7d7d7;
}

.footer-list li {
  color: #d7d7d7;
}

.footer-copyright p,
.footer-copyright p a {
  color: #d7d7d7;
}

.footer-content .social-icon li a:hover {
  color: #f519ba !important;
}

/* Service Probvide Section css */
.service_provide {
  background: #027702;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}

.shipping_icone {
  position: absolute;
  width: 100%;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shipping_icone .Shiping_Icon_box {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #f9d00a;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
}

.shipping_content {
  margin-top: 50px;
  height: 120px;
  overflow: hidden;
  padding: 5px 10px;
}

.Shiping_Icon_box i {
  font-size: 45px;
}

.shipping_content h4 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
}

.shipping_content p {
  font-size: 13px;
  line-height: 22px;
  color: #e3e3e3;
}

.service_provide:hover {
  background: #f9d00a;
  transition: 0.4s;
}

.service_provide:hover .shipping_icone .Shiping_Icon_box {
  background-color: #027702;
}

.service_provide:hover .shipping_content p {
  color: #027702;
  transition: 0.4s;
}

.service_provide:hover .shipping_content h4 {
  color: #027702;
  transition: 0.4s;
}

.service_provide:hover .Shiping_Icon_box i {
  color: #fff;
  transition: 0.4s;
}

.cart_top_rated {
  display: flex;
  align-items: center;
}

/* Services css */
/*==================== SERVICE CARD ====================*/
.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: 40px auto;
}

.card__bx {
  --bg-clr: #282828;
  --txt-clr: #ffffff;
  --btn-txt-clr: #333333;
  --transition: all 0.5s;

  font-family: 'Poppins', sans-serif;
  height: 310px;
  width: 300px;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: 70px;
  position: relative;
  overflow: hidden;
  background: var(--clr);
  transition: var(--transition);
}

.card__1 {
  --clr: #fcc673;
}

.card__bx .card__data {
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  background: #f1f1f1;
}

.card__bx .card__data .card__icon {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 50%;
  height: 140px;
  width: 140px;
  background:#fcc772;
}

.card__bx .card__data .card__icon::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px var(--clr);
}

.card__bx .card__data .card__icon::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px var(--clr);
}

.card__bx .card__data .card__icon .card__icon-bx {
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  background: #f1f1f1;
  color: var(--clr);
}

.card__bx:hover .card__data .card__icon .card__icon-bx {
  background: var(--clr);
  color: var(--txt-clr);
  transition: var(--transition);
}

.card__bx .card__data .card__content {
  position: absolute;
  top: 150px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  color: var(--txt-clr);
}

.card__bx .card__data .card__content h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__bx .card__data .card__content p {
  font-size: 14px;
  opacity: 0.75;
}

.card__bx .card__data .card__content a {
  display: inline-flex;
  align-self: center;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid var(--clr);
  color: var(--btn-txt-clr);
  background: var(--clr);
  transition: var(--transition);
}

.card__bx .card__data .card__content a:hover {
  background: transparent;
  color: var(--clr);
}

.card__content h3 {
  color: #000;
}

.card__content p {
  color: #000000;
}

/* model form css */

.container-form {
  display: flex;
  box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
  height: 530px;
  max-width: 900px;
  transition: all 1s ease;
  margin: 10px;
  border-radius: 20px;
}

.information {
  width: 40%;
  display: flex;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.info-childs {
  width: 100%;
  padding: 0 30px;
}

.info-childs h2 {
  font-size: 2.5rem;
  color: #333;
}

.info-childs p {
  margin: 15px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.info-childs input {
  background-color: transparent;
  outline: none;
  border: solid 2px #9191bd;
  border-radius: 20px;
  padding: 10px 20px;
  color: #9191bd;
  cursor: pointer;
  transition: background-color .3s ease;
}

.info-childs input:hover {
  background-color: #9191bd;
  border: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.form-information {
  width: 60%;
  background-color: #f8f8f8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.form-information-childs {
  padding: 0 30px;
}

.form-information-childs h3 {
  color: #333;
  font-size: 22px;
}

.form-information-childs p {
  color: #555;
}

.ModelForm {
  margin: 30px 0 0 0;
}

.ModelForm label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 20px;
  padding: 0 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  background-color: #fff;
}

.ModelForm label input {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 20px;
  color: #333;
}

.ModelForm select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 20px;
  color: #333;
}

.ModelForm label i {
  color: #a7a7a7;
}

.ModelForm input[type="submit"] {
   
  color: #fff;
  border-radius: 20px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.ModelForm input[type="submit"]:hover {
  background-color: #7a7a9a;
}

.ModelForm label .nice-select {
  border: none !important;
  width: 100%;
  color: #5d5d5d !important;
  padding-left: 10px !important;
}

.ModelForm label .nice-select .list {
  width: 100%;
  color: #5d5d5d !important;
}



/* Responsive */

@media screen and (max-width:500px) {

  .container-form {
    height: auto;
    flex-direction: column;
  }

  .information {
    width: 100%;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .form-information {
    width: 100%;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Home Page Responsive Css here */

.pro-content {
  padding: 10px 6px;
}

.single-makal-product {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  overflow: hidden;
}

.border-6 {
  border: 5px solid #d1cfcf;
}

.marginright-10 {
  margin-left: 10px;
  color: #767575;
}

.Availability {
  margin-left: 10px;
  color: #03660f;
}

.fw-600 {
  font-weight: 600;
}

.gray-light-bg {
  background-color: #e9e9e9;
}

.banner-box {
  position: relative;
  display: block;
  z-index: 1;
}

.banner-box img {
  width: 100%;
}

.comment-img img {
  width: 80px;
}

.fontbox {
  padding: 10px;
  background-color: #ebebeb;
  border-radius: 10px;
}

.addres-box {
  padding: 10px;
  background-color: #ebebeb;
  border-radius: 10px;
  display: flex;
}

.icon-b {
  height: 40px;
  width: 40px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-b i {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.addressD p {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.ContactSidebar {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.marginB20 {
  margin-bottom: 20px;
}
.paddingTop50{
  padding-top: 50px !important;
  padding-bottom: 15px !important;
}

@media screen and (max-width:1350px) {
  .logoBox img {
    /* width: 55%; */
    width: 90px;
    margin-top: 2px;
  }
}
@media screen and (max-width:1250px) {
  .rating-icons span {
    left: 100%;
  }
}

/* serach Box css */
.search {
  width: 80%;
  position: relative;
  display: flex;
  padding: 12px 5%;
}
.search02 {
  width: 100%;
  position: relative;
  display: flex;
  padding: 12px 5%;
}

.searchTerm {
  width: 100%;
  border: 3px solid #000;
  border-right: none;
  padding: 5px;
  height: 25px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #000;
}

.searchTerm02 {
  width: 250px;
  border: 1px solid rgb(77,87,207);
  border-right: none;
  padding: 5px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm02:focus{
  color: #000;
}

.searchButton {
  width: 40px;
  height: 36px;
  background: #9d0707;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
.searchButton02 {
  width: 45px;
  height: 50px;
 background: #9d0707;
   
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

@media screen and (max-width:1199px) {
  
  .logo-bgbox {
    top: 36px;
  }
  
  .logoBox img {
    width: 65px;
  }
  
  .logoBox {
    top: -28px;
  }
}
@media screen and (max-width:992px) {
  .cart-box{
    visibility: hidden;
  }
  .mainLogoBox {
    position: relative;
    display: flex;
    justify-content: flex-start;
  }
  .logoBox {
    position: absolute;
    width: 200px;
    top: -45px;
    z-index: 3;
    display: flex;
    justify-content: center;
  }
  .logo-bgbox img {
  background-size: cover;
  width: 200px;
}
.logoBox img {
  width: 112px;
}
.paddingleftright {
  padding-left: 5px;
  padding-right: 5px;
}
.paddingLeftRight {
  padding-left: 10px;
  padding-right: 10px;
}
.section-title p {
  letter-spacing: 1px;
  line-height: 15px;
}
.testmonial_content h3 {
  font-size: 20px;
  margin-top: 28px;
}
.t-author {
  margin: 0;
}
.rating-icons span {
  left: 50%;
}
.form-information-childs{
  padding: 0;
}
.modal-content .modal-body {
  padding: 0 5px 30px;
}
}
@media screen and (max-width:650px) {
  .rating-icons span {
    left: 100%;
}
.information {
  width: 100%;
  height: 210px;
}
.header-top-right{
  display: none;
}
}
/* About us style here */
 
.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.about-section .sec-title{
  margin-bottom: 20px;
}


.about-section .text{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}
.aboutimg{
  width: 95%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.our-vision{
  background-color: #000;
}
.section-title01{
  display: flex;
  justify-content: center;
}
.section-title01 h3{
  color: #fff;
  font-size: 55px;
  text-align: center;
}
.vmtext{
  text-align: center;
  font: 600;
  font-size: 18px;
  color: #f1f1f1;
}
.firstColor{
  background-color: #CCCAD0;
}
.secondColor{
  background-color: #ADADC4;
}
.thirdColor{
  background-color: #EEEEEE;
}
.outerbox{
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
border-radius: 10px;
padding: 20px;
}
.outerbox img{
  height: 90px;
  width: auto;
  margin-bottom: 30px;
}
.outerbox h4{
  text-align: center;
  font-weight: 600;
}

.buttonMainBox{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.buttonMainBox a{
  padding: 10px 15px;
  border-radius: 20px;
  margin-left: 20px;
   
  color: white;
}

.BrandImage{
  height: 180px;
  padding:10px;
    width: 180px;
    border: 1px solid #ff00b6;
    border-radius: 20%;
    overflow: hidden;
}

@media (max-width: 767px) {
  .logoBox {
    width: 140px;
  }
  .logoBox img {
    width: 95px;
  }
  .logo-bgbox img {
    width: 140px;
  }
}

@media (max-width: 480px) {
  .BrandImage {
    height: 150px;
    width: 150px;
  }
  .occasitionImage {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 320px) {
  .BrandImage {
    height: 120px;
    width: 120px;
  }
  .occasitionImage {
    height: 120px;
    width: 120px;
  }
}
.CenterReviewbtn{
    margin-top:10px;
    position:relative;
    left:50%;
    transform:translateX(-50%);
}
.top-0{
    top:0 !important;
}


.social-media-item .social-slider-inner img {
  width: 100%;
  height: 100%;
}

.social-media-item .social-slider-inner {
  position: relative;
  overflow: hidden;

}

.social-media-item {
  cursor: pointer;
}

.social-slider-inner .socialmediabox {
  position: absolute;
  top: 5px;
  left: -30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: linear-gradient(180deg, rgba(77, 87, 207, 1) 0%, rgba(209, 105, 190, 1) 50%, rgba(253, 200, 114, 1) 100%);
  color: #fff;
  transition: 0.4s ease-in-out;
}

.social-slider-inner .socialmediabox a {
  color: #fff;
}

.social-slider-inner:hover .socialmediabox {
  left: 10px;
  transition: 0.4s ease-in-out;
}

.sidbar-style{
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidbar-style::-webkit-scrollbar {
  width: 6px;
}
.sidbar-style::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.sidbar-style::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(77, 87, 207, 1) 0%, rgba(209, 105, 190, 1) 50%, rgba(253, 200, 114, 1) 100%);
  border-radius: 10px;
}
.sidbar-style::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(253, 200, 114, 1) 0%, rgba(209, 105, 190, 1) 50%, rgba(77, 87, 207, 1) 100%);
}