@media screen and (max-width: 640px)
{
    .leftboxwrapper
    {
        display: none;
    }
    
    .statt
    {
        display: none !important;
    }

    .startbox_innerdiv ul
    {
        height:auto !important;
    }

    .startbox_innerdiv > h2
    {
        font-size: 22px !important;
    }
}

body
{
    position: relative;
}

.startbox_backdiv *:hover
{
    text-decoration: initial !important;
}

.startbox_backdiv
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;

}


.startbox_outerdiv
{
    position: absolute;
    top: 100px;
    z-index: 999;
    width: 100%;
}

.startbox_innerdiv .goto
{
    float: right;
    background-color: #00a099 !important;
}

.startbox_innerdiv .leftbuttonwrapper
{
    float: left;
    margin-bottom: 20px;
}

.startbox_innerdiv .leftbuttonwrapper button
{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
}




.startbox_innerdiv > h2
{
    font-size: 30px;
}

.startbox_innerdiv ul
{
    height: 236px;
    box-sizing: border-box;
    padding-left:0px;
}

.startbox_innerdiv ul li
{
    text-align: left;
    list-style-type: none;
    padding-top:20px;
}

.startbox_innerdiv ul li i
{
    color: #8e0d4d;
    vertical-align: bottom;
}

.startbox_innerdiv ul li .advantage
{

}

.startbox_innerdiv ul li .statt
{
    color: #999;
    display: block;
    text-align: right;
    font-style: italic;
}


.startbox_innerdiv
{
    background-color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 13px 14px 4px rgba(0, 0, 0, .5);
    padding: 20px;
    padding-bottom:0px;
    position: relative;
    max-width:510px;
}

.startbox_box
{
    margin-bottom: 20px !important;
    text-align: center;
}

.startbox_box h2
{
    font-size: 14px;
    text-align: center;
}

.startbox_box button
{
    border: 0px;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin: auto;
    display: block;
    box-shadow: 6px 5px 16px rgba(0, 0, 0, .3);
    cursor: pointer;

}

.startbox_box.box1 button
{
    background-color: #8e0d4d;
}
.startbox_box.box2 button
{
    background-color: #ef8c14;
}
.startbox_box.box3 button
{
    background-color: #00a099;
}

.startbox_box.box4, .startbox_box.box5
{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
    text-align: right;
}

.startbox_box.box4 button
{
    background-color: #999;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 12px;
}

.startbox_box.box4 a
{
    font-size: 11px;
    text-decoration: underline;
}

.closebutton
{
    background-color: #1663b3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    position: absolute;
    color: #fff;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

.closebutton i
{
    padding-top: 3px;
}

button#moreinfo {
    background-color: #1663b3;
    height: 64px;
    border-radius: 7px;
    margin-left: 0px;
    text-decoration: none;
    cursor: pointer;
}