.box{
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f9f9f9;
}
.box > div {
    /* height: 590px; */
    /* padding:20px 50px; */
    border-radius: 5px;
    background: #F9F9F9;
    color:#222220;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.box font {
    margin:20px 0;
    font-size: 14px;
}
h5 {
    color:#EE4459;
    margin-bottom:20px;
}
h4{
    color: #535353;
    font-size: 20px;
}

.titleContent {
    display: table;
    float: left;
    width: 100%;
    text-align: left;
}
.title {
    /* height: 75px; */
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;

        font-size: 20px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #666666;
}
.boxContent {
    padding: 10px 20px 0px 20px;
}

.box .descriptionContent {
    display: table;
    float: left;
    width: 100%;
}
.box .description {
    /* height: 80px; */
    font-size: 14px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.box .selectBox {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}


.imgFull {
    max-width: 100%;
}

.modal_title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #545454;
    text-transform: uppercase;
    margin: 30px 0;
}

.modal_description {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #545454;
}

.link {
    color: #EE4459;
}
.link:hover {
    text-decoration: underline;
}
