
.cost-estimation-block {
   padding: 8.8rem 0;
}

.cost-estimation-left-inner {
   padding: 25px;
   border: 1px solid #1450a8;
   background-color: #fff;
   border-radius: 5px;
}


}

.cost-estimation-left {
  width: 100%;
  margin-inline-end: 0;
  margin-inline-start: auto;
}

.cost-estimation-left-inner.block1 {
    background-color: #e6ecf4;
   border: 1px solid #1450a8;
   box-shadow: 0 3px 6px rgb(20 80 168 / 25%);


}

.cost-estimation-right-inner img, .cost-estimation-left-inner img {
  width: 70px;
  margin-right: 70px;
}

.cost-estimation-inner-text {
  padding-top: 10px;

}

.cost-estimation-left-inner.block2 {
  margin-top: 50px;
  margin-inline-end: -90px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 4px 8px #1450a840;

}

.cost-estimation-inner-right-text h3 {
  letter-spacing: 0px;
  margin-bottom: 15px;
  font-family: 'sf_pro_displaysemibold', sans-serif;
  color: #fff;
}

.cost-estimation-inner-text h3 {
  font-family: 'sf_pro_displaysemibold', sans-serif;
  margin-bottom: 15px;
}

.cost-estimation-inner-right-text p {
  letter-spacing: 0px;
  opacity: .8;
  margin: 0;
  font-family: 'sf_pro_displayregular', sans-serif;
  color: #fff;
}

.cost-estimation-inner-text p {
  letter-spacing: 0px;
  opacity: .8;
  margin: 0;
  font-family: 'sf_pro_displayregular', sans-serif;
}

.cost-estimation-right {
  padding-left: 20px;
}

.cost-estimation-right-inner {
  padding: 60px;
  border-radius: 5px;
  margin-top: 80px;
  background: #1860d3;


}



.cost-estimation-right-inner, .cost-estimation-left-inner {
  transition: .4s;
}

.cost-estimation-right-inner:hover, .cost-estimation-left-inner:hover {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transition: .4s;
}

.cost-estimation-inner {
  padding-top: 50px;
}
.cost-estimation-right-inner img{
  margin: 0 0 15px 20px;
}

/* end another card */

@media (min-width: 1440px) {
  .cost-estimation-left-inner img {
    width: 100px;
  }
  .cost-estimation-right-inner img {
    width: 100px;
  }
}

@media (max-width:1023px) {
  .cost-estimation-right-inner:hover, .cost-estimation-left-inner:hover {
    transform: none;
  }
  .cost-estimation-left {
    width: 100%;
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
  .cost-estimation-right {
    padding-left: 0;
  }
  .cost-estimation-right-inner {
    width: 100%;
    padding: 70px;
  }
}

  .cost-estimation-inner-right-text {
    margin-left: 20px
  }

@media (max-width: 767px) {
  .cost-estimation-inner-text h3 {
    margin-bottom: 8px;
}
  .cost-estimation-inner-right-text h3{
    margin-bottom: 8px;
  }
  .cost-estimation-inner {
    padding-top: 20px;
  }
  .cost-estimation-right-inner img, .cost-estimation-left-inner img {
    margin-right: 0;
    margin-left: 0;
  }
  .cost-estimation-right-inner img{
    margin-bottom: 10px;
  }

  .cost-estimation-left-inner.block2 {
    margin-inline-end: 0;
    box-shadow: none;
    margin-top: 30px;
  }
  .cost-estimation-right-inner {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    box-shadow: none;
    padding: 25px!important;
  }
  .cost-estimation-inner-right-text {
    margin: 0;
  }
  .cost-estimation-left-inner {
    text-align: center;
  }
  .cost-estimation-inner-text {
    padding-right: 0;
  }
}

