.modal_body,.plan-modal_body{
  padding: 15px !important;
}
.titleCloseBtn {
display: flex;
justify-content: flex-end;
}

.titleCloseBtn button {
  cursor: pointer;
  border: 1px solid red;
  border-radius: 100%;
  padding: 4px 10px;
  color: orange;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  z-index: 99999;
}

.title-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-header button {
  cursor: pointer;
  border: 1px solid red;
  border-radius: 100%;
  padding: 4px 10px;
  color: orange;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  z-index: 99999;
}

.outsource-container{
  display: flex;
}
.outsource-content{
  width: 50%;
}
.outsource-content-ul{
  text-align: left;
}
.outsource-content-ul li{
  padding-bottom: 10px;
  /* margin-left: 10px; */
  list-style-type: disc;
  
}
.outsource-btn{
  margin-bottom: 20px;
}
.outsource-btn button{
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  color: #ffff;
  background: #FF17B3;
  font-weight: 700;
  display: block;
  margin: auto;
}

.plan-btn{
  display: flex;
  margin: 20px 60px;
  justify-content: space-evenly;
}
.plan-btn button{
   padding: 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  color: #ffff;
  background: #FF17B3;
  font-weight: 700;
  width: 100px;
  /* display: block;
  margin: auto; */
}

@media screen and (max-width:575px){
  .outsource-container{
      flex-direction: column;
  }
  .plan-btn{
  margin: 20px 20px;
}
}



