﻿body {
}

.keyPersonalsBlk p {
    color: #000;
}

.keyPersonalsBlk h3 span {
    font-weight: 600;
}

.formBorder {
    padding: 20px;
    background-size: cover;
    border: 6px double #e1e1e1;
    border-radius: 5px;
}

.iconS {
    color: #fab702;
    font-weight: 500;
    font-size: 18px;
    margin-right: 8px;
}

.rightListDiv {
    height: 100%;
    width: 500px;
    /*background-color: rgba(255,255,255,0.3);*/
    background-color: rgba(249, 200, 2,0.2);
    float: right;
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 50px;
    top: 20%;
    border-radius: 50px;
    border: solid 1px #ff9400;
}

.aboutBlk .widget, .keyPersonalstBlk .widget {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: solid 1px #c1c1c1;
}

    .aboutBlk .widget h4, .keyPersonalstBlk .widget h4 {
        padding-bottom: 5px !important;
        font-weight: 600;
    }

.servicesManBlk {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: -10px;
}

    .servicesManBlk:hover {
        box-shadow: 1px 2px 8px 1px #e1e1e1;
    }

.serviceImgBlk {
    width: 25%;
    float: left;
    height: 89px;
    /*background: red;*/
    background: #8a8686;
    border-radius: 5px 0 0 5px;
    padding: 7px;
    text-align: center;
}

    .serviceImgBlk img {
        width: 100%;
        border-radius: 50%;
        background: red;
        height: auto;
    }

.serviceDataBlk {
    /*width: 80%;
    float: left;
    height: auto;*/
    margin-left: 25%;
    padding: 8px;
    background: #f5f5f5;
}

    .serviceDataBlk h4 {
        font-size: 14px !important;
        font-weight: 600;
        color: #000;
    }

.discountedBtn {
    background: #ffce00;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    width: 20%;
    /*margin-left: 24%;*/
    display: inline-block;
    float: right;
}

.discountedBlk {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 37px;
    border: 5px 0 0 5px;
}

.discountedData {
    font-weight: 500;
    padding: 0 10px;
    line-height: 37px;
    display: inline-block;
    color: #ffce00;
}

.complimentaryData {
    font-weight: 500;
    padding: 0 10px;
    line-height: 37px;
    display: inline-block;
    color: #ff00b1;
}

.complimentaryBtn {
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    width: 20%;
    /*margin-left: 24%;*/
    display: inline-block;
    float: right;
    background: #ff00b1;
}

.imgContactS {
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 17px 1px #b3b0b0;
}

.UploadDiv {
    height: 40px;
    border: 1px solid #dddddd;
    background: whitesmoke;
    padding: 8px;
}

.margin5Max {
    margin-left: 12%;
}

.highlightedBlk {
    float: right;
    background-color: #fff0c6;
    padding: 11px 30px;
    margin-bottom: 20px;
    border-bottom: solid 1px #c1c1c1;
}

@media only screen and (max-width:578px) {
    .margin5Max {
        margin-left: 0;
    }
}

.serviceBlkS {
    /*background-color: rgba(250, 183, 2, 0.54);*/
    background-color: rgba(10, 10, 9, 0.68);
    height: auto;
    width: auto;
    background-size: cover;
    position: absolute;
    top: 35%;
    left: 15%;
    right: 15%;
    padding: 2px 10px;
    text-align: center;
}
    .serviceBlkS:hover {
        padding: 0px 10px;
        border: 2px solid #ffce00;
    }
.serviceBlkHeading {
    position: relative;
    top: 30%;
    color:#fff !important;
    /*color: #0e0d0a;*/
    font-weight: 500;
    /*-webkit-text-stroke: rgba(253, 253, 253, 0.9490196078431372);
    -webkit-text-stroke-width: 1px;*/
    font-size: 17px;
    word-break:break-word;
}
