.da_calculator{
  background-color: #4DC5C3;
  box-shadow: none;
  padding: 40px 45px;
  color: #fff;
  display: flex;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.calc_col_50, .calc_col{
  display: flex;
  flex-direction: column;
  justify-content:end;
}
#calc_form{
  width: 68%;
  padding-bottom: 40px;
}
.calc__images{
  width: 32%;
}
.da_calculator__header{
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #fff; 
  text-align-last: left;
  text-align: left;
}
#calc_form .calc_h3{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.ss-single-selected, .ss-multi-selected{
  background-color: #4DC5C3 !important;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #FFF !important;
  padding: 10px 15px !important;
  height: unset !important;
}
.ss-option{
  background-color: #4DC5C3 !important;
  color: #fff;
}
.ss-content{
  border-bottom: none;
  border-top: none;
}
.ss-main .ss-single-selected .placeholder, .ss-main .ss-multi-selected .ss-values .ss-disabled{
  color: rgba(255, 255, 255, 0.50); 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.ss-main .ss-multi-selected .ss-values .ss-value{
  background-color: #fff;
  color: #4DC5C3;
}
.ss-main .ss-single-selected .ss-arrow span{
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.ss-plus, .ss-main .ss-multi-selected .ss-add .ss-plus::after{
  background: #fff !important;
}
.phone_numb{
  color: rgba(255, 255, 255);
  padding: 10px 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid #FFF; 
  width: unset;
  height: 100%;
  margin: 0;
}
.phone_numb::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.50);
}
.phone_numb::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.50);
}
.phone_numb:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.50);
}
.phone_numb:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.50);
}
.agree{
  color: rgba(255, 255, 255, 0.50);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px
}
.agree a{
  color: rgba(255, 255, 255, 0.50); 
  text-decoration-line: underline; 
}
.calc__images{
  position: relative;
  right: 0;
}
.calc__images-doctor{
  position: absolute;
  right: 30px;
  bottom: 0;
}
.calc__images-circle{
  position: absolute;
  bottom: 0;
  right: 0;
}
.calc__images-circle-mob{
  display: none;
}
.calc__phone{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.calc__phone>*{
  flex: 1 1 50%;
}
.da_calculator .btn{
  width: 340px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #4DC5C3; 
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.da_calculator .btn:hover{
  opacity: .9;
}
@media (width < 600px){
  .da_calculator{
    flex-direction: column;
    padding: 25px;
    padding-bottom: 0;
  }
  .calc_col_50, .calc_col{
    padding: 0;
  }
  .da_calculator h2, .da_calculator .h2{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 0;
    color: #fff;
  }
  #calc_form h3{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 0 10px;
  }
  #calc_form, .calc__images{
    width: 100%;
  }
  .calc__phone{
    flex-direction: column;
  }
  .phone_numb{
    width: 100%;
  }
  .calc__phone .btn{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
  }
  .agree{
    margin-top: 15px;
  }
  .calc__images{
    height: 290px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .calc__images-circle{
    display: none;
  }
  .calc__images-doctor{
    height: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  .calc__images-circle-mob{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
