/* Minification failed. Returning unminified contents.
(18,34): run-time error CSS1046: Expect comma, found '30'
(18,40): run-time error CSS1046: Expect comma, found '/'
(19,50): run-time error CSS1046: Expect comma, found '78'
(19,57): run-time error CSS1046: Expect comma, found '/'
(19,71): run-time error CSS1046: Expect comma, found '30'
(19,77): run-time error CSS1046: Expect comma, found '/'
 */

.about-bg {
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('/Images/speciality.jpg');
}

    .about-bg > .header {
        font-size: 45px;
        line-height: 50px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        padding: 150px;
        background-color: rgb(16 30 59 / 0.7);
        background-image: radial-gradient(rgb(42 78 114 / 0.7),rgb(16 30 59 / 0.7));
    }

        .about-bg > .header > span {
            color: #fff601;
        }

    .about-bg > .details {
        font-size: 20px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
    }

.max1000 {
    max-width: 1000px !important;
}

.max900 {
    max-width: 900px !important;
}

.max800 {
    max-width: 800px !important;
}

.max700 {
    max-width: 700px !important;
}

.max600 {
    max-width: 600px !important;
}

.max500 {
    max-width: 500px !important;
}


.body-context {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}
    .body-context > .title {
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        font-weight: bold;
        font-family: 'Roboto Condensed',sans-serif;
        color: #44bf8a;
        text-align: right;
    }

    .body-context > .details {
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        font-family: 'Roboto Condensed',sans-serif;
        padding-bottom: 15px;
    }

    .body-context > .body {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

        .body-context > .body > .title {
            font-size: 20px;
            font-weight: bold;
            font-family: 'Roboto',sans-serif;
            padding-left: 10px;
            line-height: 30px;
            margin-bottom: 10px;
            color: #0a578f;
        }

        .body-context > .body > .details-title {
            color: #f68416;
            font-size: 15px;
            font-weight: bold;
        }

        .body-context > .body > .details {
            color: #888;
            font-size: 13px;
        }

    .body-context .input-group-addon {
        background-color: transparent;
        color: #333;
        border: 1px solid #ddd;
    }

    .body-context .button {
        width: 40px;
        height: 40px;
        background-color: #101e3b;
        border: none;
        color: #fff;
        border-radius: 50%;
        float: right;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.20);
    }

        .body-context .button img {
            height: 20px;
            padding-left: 4px;
        }

        .body-context .button:hover {
            background-color: #f91a15;
        }

        .body-context .button:focus {
            background-color: #f91a15;
        }

    .body-context label {
        font-size: 12px;
        font-weight: normal;
        color: #888;
        margin-top: 10px;
    }

    .body-context .input {
        border: 1px solid #ddd;
        padding: 10px;
        width: 100%;
        outline: none;
        background-color: transparent;
    }

        .body-context .input:focus {
            border: 1px solid #ddd;
            box-shadow: 0px 3px 7px rgba(17, 33, 159, 0.15);
        }


    .body-context ::placeholder {
        color: #ddd;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

    .body-context :-ms-input-placeholder {
        color: #ddd;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

    .body-context ::-ms-input-placeholder {
        color: #ddd;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

@media (max-width:991px) {
    .about-bg > .header {
        font-size: 40px;
        line-height: 40px;
        padding: 100px;
    }
    .body-context > .body > .title {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width:767px) {

    .about-bg > .header {
        font-size: 30px;
        line-height: 30px;
        padding: 80px;
    }

    .body-context > .title {
        font-size: 25px;
        line-height:25px;
    }

    .body-context > .details {
        font-size: 20px;
    }

    .body-context > .body > .title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:600px) {
    .about-bg > .header {
        font-size:25px;
        line-height: 25px;
        padding:60px 50px;
    }
    .body-context > .title {
        font-size: 20px;
        line-height: 20px;
    }

    .body-context > .details {
        font-size: 16px;
    }
    .body-context > .body > .title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:400px) {
    .about-bg > .header {
        font-size: 20px;
        line-height: 20px;
        padding: 60px 40px;
    }
    .body-context > .title {
        font-size: 16px;
        line-height: 18px;
    }

    .body-context > .details {
        font-size: 12px;
    }
    .body-context > .body > .title {
        font-size: 13px;
    }
}

