﻿.box-content-right {
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #292929;
    width: 40%;
    height: 200px;
    color: white;
    margin: 15px;
    padding: 50px;
    padding-top: 30px;
    padding-bottom: 5px;
    float: right;
    right: 20px;
}

.box-content-left {
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #292929;
    color: white;
    width: 40%;
    height: 200px;
    margin: 15px;
    padding: 50px;
    padding-top: 30px;
    padding-bottom: 5px;
    float: left;
    left: 20px;

}
.box-content-center {
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #292929;
    color: white;
    width: 450px;
    height: 160px;
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
    left: 20px;
    right: 40px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    bottom: 150% !important;
}

.box-content-top div, label, button {
    /*vertical-align: middle;*/
    float: none;
}


.box-content-top {
    text-align: center;
}

.child-container {
    margin: auto !important;
    text-align: center;
    margin-top: 10px !important;
/*    padding-left: 15%;
    padding-right: 15%;*/
}

.title-main {
    font-size: 50px;
    font-weight: 700 !important;
    float: left;
}


.title-sub {
    font-size: 50px;
    font-weight: 700 !important;
    float: left;
}

.title-small {
    font-size: 18px;
    font-weight: 800;
}


label {
    font-weight: 300 !important;
}

.option-desc {
    font-size: small;
    font-weight: 300 !important;
    padding-bottom:5px;
}

.opt2 {
    padding-bottom: 25px;
    height: 53px !important;
}
.opt1 {
    padding-bottom: 25px;
    height: 53px !important;
}

.cl-redirect {
    color: rgb(60, 108, 135) !important;
    font-weight: 700;
    width: 100% !important;
}

    .cl-redirect:hover {
        border: 1px solid rgb(60, 108, 135);
        background-color: rgb(60, 108, 135) !important;
        color: white !important;
        outline: 0;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135) !important;
        -moz-box-shadow: 0px 0px 10px 0px rgb(60, 108, 135) !important;
        box-shadow: 0px 0px 10px 0px rgb(60, 108, 135) !important;
    }

@media only screen and (max-width: 1712px) {
    .child-container {
        margin: auto !important;
        text-align: center;
        margin-top: 10px !important;
        padding-left: 12%;
        padding-right: 12%;
    }
}

@media only screen and (max-width: 1500px){
    .child-container {
        margin: auto !important;
        margin-top: 10px !important;
        text-align: center;
        margin-top: 10% !important;
    }
}

@media only screen and (max-width: 700px) {

    .middle-info{
        font-size:small;
    }

    .option-desc {
        font-size: smaller !important;
    }

    .title-small {
        font-size: medium !important;
    }

    footer {
        height: 20px !important;
        line-height: 20px !important;
        font-size: 10px;
    }

    .fix-header {
        /*height: 20px !important;
        line-height: 20px !important;
        font-size: 10px;*/
    }


    .box-content-left {
        text-align: center;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        left: 0px !important;
    }

    .box-content-right {
        text-align: center;
        width: 100%;
        margin: auto;
        right: 0px !important;
    }
    .box-content-center {
        text-align: center;
        width: 100%;
        margin: auto;
        left: 0px;
    }
    .child-container {
        margin-top: 10px !important;
    }
}


@media (max-width:800px) and (min-width:451px) {
    .middle-info {
        font-size: small;
    }
    .box-content-left {
        text-align: center;
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        left: 0px !important;
    }

    .box-content-right {
        text-align: center;
        width: 100%;
        margin: auto;
        right: 0px !important;

    }
    .box-content-center {
        text-align: center;
        width: 100%;
        margin: auto;
        left: 0px;
    }
    .child-container {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 1498px) {
    .child-container {
        margin: auto !important;
        text-align: center;
        margin-top: 10px !important;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width:320px) {
    .middle-info {
        font-size: small;
    }
    .child-container {
        margin-top: 10px !important;
    }

    .box-content-right {
        padding: 10px !important;
        padding-top: 20px !important;
    }

    .box-content-left {
        padding: 10px !important;
        padding-top: 20px !important;
    }
    .box-content-center {
        padding: 10px;
        left: 0px;
        padding-top: 20px !important;
    }
    .title-small{
        font-size:12px !important;
    }
}

@media (max-width: 350px){
    .small-screen {
        margin-top: 115px;
    }
}

@media (max-width:1204px) and (min-width:760px) {
    .box-content-right {
        text-align: center;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #292929;
        width: 40%;
        color: white;
        margin: 10px;
        padding: 25px;
        float: right;
        right: 10px;
        padding-bottom: 15px;
    }

    .box-content-left {
        text-align: center;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #292929;
        color: white;
        width: 40%;
        margin: 10px;
        padding: 25px;
        float: left;
        left: 10px;
        padding-bottom: 15px;
    }
    .box-content-center {
        text-align: center;
        width: 100%;
        margin: auto;
        left: 0px;
    }
    .child-container {
        margin-top: 10px !important;
        padding-left: 3%;
        padding-right: 3%;
    }


}

@media (max-width:999px){
    .middle-info {
        font-size: small;
    }
    .title-main {
        font-size: 20px;
        font-weight: 700 !important;
        float: left;
    }


    .title-sub {
        font-size: 20px;
        font-weight: 700 !important;
        float: left;
    }
}

@media (height:1024px) {
    .title-main {
        font-size: 30px;
        font-weight: 700 !important;
        float: left;
    }

    .title-sub {
        font-size: 30px;
        font-weight: 700 !important;
        float: left;
    }
}

@media(max-width:800px) {
    .child-container {
        margin-top: 10px !important;
    }
}

@media(max-width:600px) {
    .child-container {
        margin-top: 10px !important;
    }
}

@media(max-width:400px) {
    .child-container {
        margin-top: 10px !important;
    }
}

@media(max-height:450px) {
    .middle-info {
        font-size: small;
    }

    .box-content-right {
        text-align: center;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #292929;
        width: 100%;
        color: white;
        margin: 10px;
        padding: 15px;
        float: right;
        right: 0px;
        padding-bottom: 15px;
    }

    .box-content-left {
        text-align: center;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #292929;
        color: white;
        width: 100%;
        margin: 10px;
        padding: 15px;
        float: left;
        left: 0px;
        padding-bottom: 15px;
    }

    .box-content-center {
        text-align: center;
        width: 100%;
        margin: auto;
        left: 0px;
        padding-bottom: 10px;
    }
}
