.navbar-info-group {
   margin-left: auto;
}

.bg-light {
   background-color: #fff !important;
}

/*get quote start */
.get-quote {
   height: 46px;
   width: 100%;
   margin-top: 20px;
   border-radius: 5px;
   line-height: 46px;
   letter-spacing: 0.3px;
   text-transform: uppercase;
   color: var(--white);
   background: var(--primary);
   transition: all 200ms;
}

.get-quote:hover {
   color: var(--heading);
   background: var(--border);
}

.get-quote-content {
   max-width: 500px;
   background: #fff;
   padding: 40px 50px;
   border-radius: 10px;
}

.get-quote-content a {
   color: var(--primary) !important;
}

.product-content p {
   padding-top: 15px;
}

.formControl .form-group {
   margin-bottom: 15px !important;
}

/*get quote end */


/*header start */
.navbar-info a,
.nav-info a,
.footer-contact a {
   color: var(--text) !important;
}

/*header end */

.navbar-list li a {
   width: 100%;
   font-size: 15px;
   line-height: 18px;
   border-radius: 8px;
   padding: 8px 5px;
   color: var(--text);
   background: var(--white);
   white-space: nowrap;
   text-transform: capitalize;
}

.esay-steps ul {

   padding: 10px;
}

.esay-steps ul li {
   padding-top: 25px;
   display: flex;
}

/*.esay-steps .circle{
  background-color: #ef7f1a;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 25px;
}*/
.esay-steps .circle span {
   background-color: #ef7f1a;
   color: #fff;
   height: 40px;
   width: 40px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 10px;
   font-size: 25px;
}


.trending-slider li {
   margin: 0px 12px;
}

.whatsapp {
   position: fixed;
   right: 0px;
   top: 50%;
   z-index: 9999;
   background: var(--primary);
   border-radius: 5px 0px 0px 5px;
   /*height: 70px;
   width: 70px;
   padding: 10px;*/
}

.whatsapp:hover {
   box-shadow: 0px 0px 15px var(--primary);
   transition: all 300ms;
}

.whatsapp img {
   height: 60px;
   width: 60px;
}

.view-gallery ul li img {
   width: 100%;
   height: 100%;
   object-fit: fill;
   object-position: center;

}

}



/*FAQ start */

.accordion-button:not(.collapsed) {
   background-color: #ef7f1a52 !important;
}

.accordion-button:focus {

   box-shadow: none !important;
}

/*FAQ end */

/*about us start */
.investors-slider li {
   margin: 20px;
}

/*about us end */

.intro-part {
   padding: 15px 0px;
   background: #fff5a459 !important;

}

.esay-steps-btn {
   max-width: 200px;
   margin: 0px auto;
}

span.error {
   font-size: 12px;
   color: red;
}

.about-testimonial img {
   width: 200px;
   border-radius: 10px;
}


.news-part .news-text .cities span {
   margin-right: 20px !important;
   color: #fff !important;
}

/* start */

.exprence-center {
   padding: 20px;
}

.exprence-center .pos {
  padding-bottom: 15px;
}

.exprence-center .pos .heading {
   line-height: 34px
}

.exprence-center span {
   font-size: 30px;
   font-weight: 500;
}

.exprence-center img {
   height: 400px;
}


.interior-offerings {
   background: #fff5a459 !important;
   padding: 30px;
}

.interior-offerings .main-heading {
   margin: 20px;
}

.interior-offerings .main-heading span {
   font-size: 22px;
   font-weight: 400;
   line-height: 30px;
}

.interior-offerings .card {
   margin: 20px;

   border-radius: 10px;
}

.interior-offerings .card .card-body {
   padding: 20px;
}

.interior-offerings .card .card-body .card-title {
   font-size: 20px;
}

.interior-offerings .card .card-body .card-text {
   font-size: 17px !important;
   font-weight: 400 !important;
}

.interior-offerings .card img {
   height: 180px;
}

.Price-Estimator {
   padding: 40px 0px 25px 0px;
}

.Price-Estimator .main-heading span {
   font-size: 22px;
   font-weight: 350;
}

.Price-Estimator .card {
   margin-top: 40px !important;
   margin: 20px;
   padding: 20px;
   border-radius:8px;
}
.Price-Estimator .card img{
   height: 60px;
   width: 60px;
   margin: 10px;
}
.Price-Estimator .card .btn {
   border-radius: 20px;
   background: #ffab10;
   border: none;
}

.Price-Estimator .card .btn:hover {
   background: #cc8d17;
}
