
@font-face {
    font-family: 'Bosch Office Sans Regular';
    src: url('/Content/fonts/BoschOfficeSans-Regular.eot');
    src: url('/Content/fonts/BoschOfficeSans-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/BoschOfficeSans-Regular.woff') format('woff'), url('/Content/fonts/BoschOfficeSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Bosch Medium';
    src: url('/Content/fonts/BoschSans-Medium.eot');
    src: url('/Content/fonts/BoschSans-Medium.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/BoschSans-Medium.woff') format('woff'), url('/Content/fonts/BoschSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Bosch Bold';
    src: url('/Content/fonts/BoschSans-Bold.eot');
    src: url('/Content/fonts/BoschSans-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/BoschSans-Bold.woff') format('woff'), url('/Content/fonts/BoschSans-Bold.ttf') format('truetype');
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.error-info {
    font-size: 15px;
    font-family: 'Bosch Medium';
    padding-top: 20px;
}

.content-container {
    float: left;
     
    padding-left: 0px !important;
 
    padding-right: 0px !important;
    padding-bottom: 10px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-left: -15px;
    width: 50%;
}

.content {
    width: 100%;
    /*width: 1098px;*/
    min-height: 190px;
    /*background: #2a638e;*/
    background-color: #008ecf;
    /*margin: 30px auto 30px auto;*/
    padding-top: 25px;
    padding-left: 65px;
    padding-right: 65px;
    float: left;
    padding-bottom:25px;
}



    .content ul {
        padding-left: 0;
        list-style: none;
        float: left;
        width: 100%;
    }

        .content ul li.lg-colon {
            float: left;
            width: 29%;
            list-style: none;
            padding: 0px 5px;
        }

        .content ul li.sm-colon {
            float: left;
            width: 12%;
            list-style: none;
            padding: 0px 5px;
        }

.btn-search {
    width: 150px;
    height: 45px;
    text-align: center;
    background: #008ecf;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-family: 'Bosch Office Sans Regular';
    border-radius: 0px !important;
    outline: none;
    float: right;
    border: 1px solid #fff;
    outline: none !important;
    margin-top:5px;
}

    .btn-search:hover, btn-search:focus {
        background: #008ecf;
        cursor: pointer;
        font-family: 'Bosch Office Sans Regular';
        color: #fff !important;
        outline: none !important
    }

.list-row .list-colon .first-colon {
    font-family: 'Bosch Bold';
    margin-right: 5px;
    font-weight: bold;
    display: block;
    width: 21%;
    float: left;
    min-height: 21px;
}
.adress-colon {
    float:left;
    min-height:20px;
    width: 75%;
}
.point-style {
    width:1%;
    float:left;
    display:block;
}

.ddl-search option {
    padding:2px 0px !important
}
    .ddl-search {
    background: #fff;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    color: #333 !important;
    /*border: 1px solid #5582a5 !important;*/
    height: 40px;
    width: 100%;
    font-family: 'Bosch Office Sans Regular';
    font-size: 14px;
    border:0px !important
}

select2-result-label .wrap:before {
    position: absolute;
    left: 4px;
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
}

.select2-result-label .wrap.checked:before {
    content: "\f14a";
}

.select2-result-label .wrap {
    margin-left: 15px;
}

.list-row .list-colon {
    font-family: 'Bosch Office Sans Regular';
    margin-bottom: 7px;
    font-size: 14px;
    width:100%;
    float:left;
    padding-left:10px;
}

    .list-row .list-colon span {
        font-family: 'Bosch Office Sans Regular';
        margin-right: 5px;
    }

    .list-row .list-colon i {
        text-decoration-style: initial !important
    }

.list-container {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.row-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 240px;
    float:left;
    width:100%;
    /*padding-left:20px;*/
}

.list-colon .title {
    width: 50px;
    float: left;
}

.load-style {
position: static;
    z-index: 99999;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 40%;
}

    .load-style img {
        margin: 0 auto;
    }

.info-text {
    text-align: left;
    padding-top: 25px;
    font-size: 16px;
    font-family: 'Bosch Office Sans Regular';
}



/* The radio */
.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    /* Hide the browser's default radio button */
    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #f8204f;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f8204f;
}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #f8204f;
    border-style: solid;
    border-width: 2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #f8204f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn {
    margin-bottom: 10px;
    background-color: #f8204f;
    border-width: 2px;
    border-color: #f8204f;
    color: #fff;
}

    .cust-btn:hover {
        border-color: #f8204f;
        background-color: #fff;
        color: #f8204f;
        border-radius: 20px;
        transform-style: 2s;
    }

@media only screen and (max-height : 767px) {
    .load-style {
        width: 81% !important;
        top: 60% !important;
    }
}

@media only screen and (max-width : 767px) {
    .website-link {
        font-size: 12px !important;
    }
    .list-row {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .adress-colon {
        width: 70% !important
    }
    .content-container {
        width:100% !important;
    }

    .list-row .list-colon .first-colon {
        width: 26% !important;
    }
    .content {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .load-style {
        top: 65% !important;
        width: 100% !important;
        left: 0 !important
    }

    .info-text {
        text-align: center !important
    }

    .content-container {
        margin-left: 0px;
    }

    .content ul li.lg-colon {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px 7px;
    }

    .content ul li.sm-colon {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px 7px;
    }
}

.list-content {
    min-height: 192px !important;
}

.text-colon {
    font-size: 15px !important;
    margin-bottom: 5px !important
}

    .text-colon span {
        font-size: 14px !important;
    }

a {
    color: #008ecf !important;
    text-decoration: none !important
}

.title-colon {
    font-size: 16px !important;
    color: #008ecf;
}

.bottom-content {
    width: 100%;
    float: left;
    border-top: 1px solid #30a3d8;
    margin-top:30px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
    text-decoration: none;
}

.colon-name {
    color: #fff !important;
    font-family: 'Bosch Office Sans Regular';
    font-size: 15px;
    margin-bottom: 5px;
}


/*.......................ChexBox Style....................................*/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #404245;
    border-radius: 2px;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background-color: #fff;
    margin-top: 2px;
}
/*.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    color:#fff !important;
}*/

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }
.checkbox-content {
    width:100%;
    float:left;
}
.label-style {
    color:#fff;
    font-family:'Bosch Office Sans Regular';
    font-size:15px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 1px !important;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}


.bg-gradient-violet-darkblue {
    background: #50237f;
   background: linear-gradient(to right,#50237f 0%,#005691 100%); 
    color: #fff;
    width:100%;
    float:left;
    min-height:500px
}
/*.pd-defult {
    padding-left:0px !important
}*/
.service-info-text {
    padding:20px 60px;
    font-size:16px;
}
    .service-info-text .section-title {
        color: #fff !important;
        font-family: 'Bosch Office Sans Regular';
        margin-bottom:30px;
    }
.checklist {
    padding-left:0;
}
    .checklist li {
        list-style: none !important;
        margin-top: 5px;
        font-size: 16px;
        font-family: 'Bosch Office Sans Regular';
    }
    .checklist li i{
        list-style: none !important;
        margin-right:5px;
    }


.bold-text {
    font-family: 'Bosch Bold';
}