/*--==============================================->
  <!--Start Carcity Why choose us Css-->
 ==================================================-*/

.why-choose-us-section {
  /* padding: 10px 304px 105px 0px; */
  padding: 10px 0 100px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.why-choose-us-section .desc-wrap{
  margin: 15px 0;
}

.why-choose-us-section .carcity-section-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
}

.why-choose-us-section .carcity-section-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.row.choose-us-bg {
  /* padding: 64px 20px 50px 50px; */
  /* background: #fff; */
  /* border-radius: 0px 5px 5px 0px; */
  /* border-radius: 5px; */
  /* box-shadow: 0px 10px 50px rgb(231 231 231 / 50%); */
  /* margin-top: -166px; */
  position: relative;
      align-items: center;
}

.why-choose-us-thumb {
  position: relative;
  /* left: -174px; */
}

.why-choose-us-thumb img{
  width: 100%;
}

.why-choose-us-items-box {
  display: flex;
  padding: 3px 0 10px;
}

.why-choose-us-content {
  padding: 0px 0 0 26px;
  flex: 1;
}

.why-choose-us-title h3 {
    font-size: 20px;
    font-weight: 500;
    /* line-height: 32px; */
    padding: 10px 0;
    margin-top: 0;
    line-height: 1;
}

.why-choose-us-desc p {
  padding: 0 15px 0 0;
}

.choose-us-shape {
  position: absolute;
  bottom: 0px;
  right: -12px;
  text-align: right;
  display: none;
}

.choose-us-shape2 {
  position: absolute;
  right: -77px;
  bottom: -74px;
  z-index: -1;
  text-align: right;
}

.upper .row.choose-us-bg {
  padding: 100px 280px 100px 68px;
  border-radius: 5px 0px 0px 5px;
  background: #fff;
  box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
  margin-top: -166px;
  position: relative;
}

.upper .why-choose-us-thumb {
  left: -5px;
}

.upper .choose-us-shape {
  right: -42px;
  text-align: left;
}

.upper .choose-us-shape2 {
  left: -77px;
  right: inherit;
}

.why-choose-icon-thumb {
  width: 50px;
}

/* Normal desktop :1799. */
@media (min-width: 1501px) and (max-width: 1799px) {
  .choose-us-shape2 {
    right: -40px;
    bottom: -75px;
  }
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 45px;
  }
  .row.choose-us-bg {
    /* padding: 104px 20px 70px 40px; */
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
 
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
  }
  .choose-us-shape2 {
    right: -42px;
    bottom: -83px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .why-choose-us-section .carcity-section-title h4 {
    font-size: 14px;
  }


  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
  .choose-us-shape2 {
    display: none;
  }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
 
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
  .choose-us-shape2 {
    display: none;
  }
  .choose-us-shape img {
    width: 100%;
  }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
  .choose-us-shape2 {
    right: -30px;
    bottom: -76px;
  }
  .choose-us-shape img {
    width: 100%;
  }
  .why-choose-us-desc p {
    padding: 0 0px 0 0;
    font-size: 15px;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
 
  .why-choose-us-items-box {
    display: inline-block;
    padding: 3px 0 5px;
  }
  .why-choose-us-title h3 {
    font-size: 22px;
    padding: 10px 0 10px;
  }
  .why-choose-us-section .carcity-section-title h4 {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .why-choose-us-section .carcity-section-title h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .why-choose-us-thumb {
    left: 0;
  }
  .why-choose-us-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
  .choose-us-shape2 {
    display: none;
  }
  .choose-us-shape img {
    width: 100%;
  }
  .why-choose-us-desc p {
    padding: 0 0px 0 0;
    font-size: 14px;
  }
}



@media(max-width:992px){
  .why-choose-us-content{
    padding: 10px 0;
  }
}
