.cost-estimation-block {
  margin-top: 100px;
}

.cost-estimation-left-inner {
  padding: 25px;
  border: 1px solid #2d1d0b;
  background-color: #fff;
  border-radius: 5px;
  /*text-align: right;*/
}

.cost-estimation-left {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.cost-estimation-left-inner.block1 {
  background-color: #f0f2f4;
  border: 1px solid #3c2cb1;
}

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

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

.cost-estimation-left-inner.block2 {
  margin-top: 50px;
  margin-right: -90px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 15px 30px #573bd341;
}

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

.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;
  color: #fff;
  font-family: 'sf_pro_displayregular', sans-serif;
}

.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 {
  background: linear-gradient(180deg,#3d2db2 0%,#1f1659 100%);
  padding: 60px 80px;
  border-radius: 5px;
  margin-top: 80px;
  box-shadow: 0px 10px 20px #351c0b4d;
}
}

.cost-estimation-inner-right-text {
  padding-top: 10px;
  /*padding-left: 50px;*/
}

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

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

.cost-estimation-inner {
  padding-top: 50px;
}

/* 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-left {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .cost-estimation-right {
    padding-left: 0;
  }
  .cost-estimation-right-inner {
    width: 100%;
    padding: 70px;
  }
}

@media (max-width: 767px) {
  .cost-estimation-inner {
    padding-top: 20px;
  }
  .cost-estimation-left-inner.block2 {
    margin-right: 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 {
    padding: 0;
  }
  .cost-estimation-left-inner {
    text-align: center;
  }
  .cost-estimation-inner-text {
    padding-right: 0;
  }
  .cost-estimation-inner-right-text h3{
    letter-spacing: 0px;
    margin: 15px 0;
  }
}
@media(max-width: 1300px){
  .cost-estimation-right-inner:hover, .cost-estimation-left-inner:hover {
    transform: none;
  }
}
.cost-estimation-inner-right-text {
padding-top: 12px;
}