/* Minification failed. Returning unminified contents.
(12,54): run-time error CSS1046: Expect comma, found '66'
(12,61): run-time error CSS1046: Expect comma, found '/'
(12,76): run-time error CSS1046: Expect comma, found '175'
(12,84): run-time error CSS1046: Expect comma, found '/'
 */
.banner {
    width: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Images/speciality.jpg');
}
    .banner > .layer {
        width: 100%;
        padding: 80px 250px;
        background-color: #1c42df;
        background: linear-gradient(to right, rgb(28 66 223 / 0.95),rgb(11 175 240 / 0.95));
    }

        .banner > .layer > .title {
            font-size: 45px;
            font-weight: 700;
            font-family: 'Roboto',sans-serif;
            color: #e0ff34;
            text-align:center;
        }

.guide-body {
    padding: 50px 100px;
}
    .guide-body > .body-context {
        font-size: 14px;
        color: #222222;
        text-align: justify;
    }
        .guide-body > .body-context > .title {
            border-left: 4px solid #fa642a;
            color: #018a62;
            font-size: 22px;
            line-height: 22px;
            font-family: 'Roboto',sans-serif;
            font-weight: 700;
            padding-left: 5px;
            margin-bottom: 10px;
        }
        .guide-body > .body-context table td strong {
            width:100px;
            display:inline-block;
        }
        .guide-body > .body-context table td > div > table {
            width: 100%;
        }
            .guide-body > .body-context table td > div > table td {
                padding: 5px;
            }
            .guide-body > .body-context table td > div > table .sub-th {
                background-color: #ffffff;
            }
            .guide-body > .body-context table td > div > table .sub-tr:nth-of-type(odd) {
                background-color: #fff79f;
            }
            .guide-body > .body-context table td > div > table .sub-tr:nth-of-type(even) {
                background-color: #e1e1e1;
            }
            .guide-body > .body-context table td > div > table td:nth-of-type(1) {
                width: 120px;
            }
            .guide-body > .body-context table td > div > table td:nth-of-type(2) {
                width: 10px;
            }

        .guide-body > .body-context > .sample-body {
        }
        .guide-body > .body-context > .sample-body > .body-context {
            display:table;
        }
            .guide-body > .body-context > .sample-body > .body-context > .item {
                display: table-cell;
                vertical-align: top;
                width: 20%;
                padding: 10px;
                padding-bottom: 30px;
                position: relative;
                border: 1px solid #eee;
                cursor:pointer;
            }
                .guide-body > .body-context > .sample-body > .body-context > .item:hover {
                    background-color: #eee;
                }
                .guide-body > .body-context > .sample-body > .body-context > .item > .title {
                    font-size: 16px;
                    padding: 5px;
                    text-align: center;
                    position: absolute;
                    left: 0px;
                    right: 0px;
                    bottom: 0px;
                }

        .guide-body > .body-context > .verify-context {
            padding: 50px;
            text-align: center;
        }
            .guide-body > .body-context > .verify-context > .verify-title {
                font-size: 30px;
                font-family: 'Roboto',sans-serif;
                font-weight: 700;
                color: #003663;
                padding-bottom: 10px;
            }
            .guide-body > .body-context > .verify-context > .verify-button {
                font-size: 30px;
                text-align: center;
                background-color: #fa642a;
                font-family: 'Roboto',sans-serif;
                font-weight: 700;
                color: #fff;
                border:none;
                text-transform:uppercase;
                padding:5px 30px;
                border-radius:10px;
            }

@media (max-width:991px) {
    .banner > .layer {
        padding: 60px;
    }

        .banner > .layer > .title {
            font-size: 40px;
        }
    .guide-body {
        padding: 30px 80px;
    }
        .guide-body > .body-context > .sample-body > .body-context > .item > .title {
            font-size: 14px;
        }

        .guide-body > .body-context > .verify-context {
            padding: 30px;
        }

            .guide-body > .body-context > .verify-context > .verify-title {
                font-size: 25px;
            }

            .guide-body > .body-context > .verify-context > .verify-button {
                font-size: 20px;
                padding: 5px 20px;
                border-radius: 10px;
            }
}

@media (max-width:767px) {
    .banner > .layer {
        padding: 50px;
    }

        .banner > .layer > .title {
            font-size: 35px;
        }
    .guide-body {
        padding: 30px;
    }
        .guide-body > .body-context {
            font-size: 13px;
        }

            .guide-body > .body-context > .title {
                border-left: 3px solid #fa642a;
                font-size: 18px;
                margin-bottom: 5px;
            }
            .guide-body > .body-context table td > div > table td:nth-of-type(1) {
                width: 100px;
            }
            .guide-body > .body-context > .sample-body > .body-context > .item > .title {
                font-size: 10px;
                line-height:12px;
            }

                .guide-body > .body-context > .verify-context > .verify-title {
                    font-size: 20px;
                }

                .guide-body > .body-context > .verify-context > .verify-button {
                    font-size: 18px;
                    border-radius: 7px;
                }
}
@media (max-width:600px){
    .banner > .layer {
        padding: 40px;
    }

        .banner > .layer > .title {
            font-size: 30px;
        }
    .guide-body {
        padding: 30px 20px;
    }
        .guide-body > .body-context {
            font-size: 12px;
        }

            .guide-body > .body-context > .title {
                font-size: 16px;
                line-height: 18px;
            }
            .guide-body > .body-context table td > div > table td {
                padding:3px 5px;
            }
            .guide-body > .body-context table td > div > table td:nth-of-type(1) {
                width: 90px;
            }

                .guide-body > .body-context > .verify-context > .verify-title {
                    font-size: 18px;
                }

                .guide-body > .body-context > .verify-context > .verify-button {
                    font-size: 16px;
                    border-radius: 5px;
                }
}
@media (max-width:500px) {
    .banner > .layer {
        padding: 30px;
    }
        .banner > .layer > .title {
            font-size: 25px;
        }
    .guide-body {
        padding: 30px 10px;
    }
        .guide-body > .body-context > .title {
            font-size: 14px;
            line-height: 16px;
        }
}
@media (max-width:400px) {
    .banner > .layer > .title {
        font-size: 20px;
    }

    .guide-body > .body-context {
        font-size: 10px;
    }

        .guide-body > .body-context > .title {
            font-size: 12px;
            line-height: 14px;
        }

        .guide-body > .body-context table td > div > table td:nth-of-type(1) {
            width: 80px;
        }
        .guide-body > .body-context > .verify-context > .verify-title {
            font-size: 16px;
        }

        .guide-body > .body-context > .verify-context > .verify-button {
            font-size: 14px;
        }
}
