.c-title {
    text-transform: none;
}

.c-title {
    background-color: #405fa8;
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: left;
}

.c-main {
    margin: 0 auto;
    width: 100%;
}

.c-half {
    /*box-shadow: 1px 1px 5px #808080;*/
    float: left;
    margin: 10px;
    padding: 15px;
    width: 47%;
    border: 1px solid #405fa8;
    background-color: #fff;
}

.c-full {
    width: 97%;
}

.c-row {
    clear: both;
    margin-bottom: 10px;
}

.contact-form select {
    width: 50% !important;
}

.ml_17 {
    margin-left: 0px !important;
}

label {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}

.c-label {
    float: left;
    line-height: 15px;
    width: 30%;
    margin-right: 10px;
}

.c-full .c-label {
    width: 15%;
    line-height: 40px;
}

.c-full .c-btn-primary {
    margin-left: 16%;
}

.c-heading {
    color: #000;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 3%, #f7f5f4 4%) repeat scroll 0 0;
    border-color: #ccc #b2aca5 #b2aca5 #ccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -2px 5px -4px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #717070;
    font-size: 14px;
    margin: 2px;
    padding: 7px 5px;
    width: 95%;
}

.legth,
.width,
.size,
.area {
    width: 50%;
    margin-right: 15px;
}

.pull-right {
    float: right !important;
}

.c-btn-primary {
    -moz-user-select: none !important;
    /*background-color: #1DB5BB !important;*/
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857 !important;
    margin-left: 35%;
    margin-top: 5% !important;
    padding: 6px 12px !important;
    text-align: center !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    vertical-align: middle;
    white-space: nowrap;
}

.c-result {
    /*box-shadow: 1px 1px 5px #808080;*/
    border: 1px solid gray;
    float: left;
    margin: 10px;
    padding: 15px;
    width: 97%;
    background-color: #fff;
}

.c-result h3 {
    border-bottom: 1px solid #eeeeee;
    float: left;
    margin: 0 0 15px;
    padding-bottom: 4px;
    width: 100%;
}

.area-covered {
    width: 25%;
}

.border {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.c-result .c-label {
    margin-right: 10px;
    text-align: right;
    line-height: 40px;
}

.clear {
    clear: both;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .c-half {
        width: 46%;
    }
    .c-full {
        width: 95%;
    }
    .c-result {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .c-half {
        width: 97%;
    }
    .c-result .c-label {
        line-height: 24px;
    }
    .c-result .area-covered {
        width: 27%;
    }
    .c-full .c-label {
        width: 20%;
    }
}

@media only screen and (max-width:479px) {
    .c-half {
        width: 97%;
    }
    .c-label {
        width: 35%;
    }
    .legth,
    .width,
    .size,
    .area {
        width: 40%;
    }
    .c-result .c-label {
        font-size: 15px;
        line-height: 25px;
        text-align: left;
        width: 75%;
    }
    .area-covered {
        width: 75%;
    }
    .c-full .c-label {
        width: 30%;
    }
}

.tileDiv {
    background: none repeat scroll 0 0;
    border: 1px solid #405fa8;
    display: inline-block;
    height: 220px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.tileDiv div {
    background: #fff url("tilePattern.png") repeat scroll -4px -4px;
    border: 1px solid #000000;
    box-shadow: 0 0 8px 5px #fff;
    left: 52%;
    position: absolute;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
}

.tileDiv .tileFt {
    background: #868686 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.horzFt {
    border-top: 1px dashed #868686;
    height: 0;
    left: 0;
    top: -20px;
    width: 100%;
}

.tileDiv .horzFt span {
    margin-left: 50%;
    margin-top: -12px;
    transform: translateX(-50%);
}

.tileDiv .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}

.vertFt {
    border-left: 1px dashed #868686;
    height: 100%;
    left: -20px;
    top: 0;
    width: 0;
}

.tileDiv .tileFt {
    background: #868686 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.tileDiv .vertFt span {
    margin-left: -27px;
    top: 50%;
    transform: rotate(-90deg) translateX(20%);
}

.tileDiv .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}

.mt10 {
    margin-top: 10px;
}

.tips {
    color: #fff;
}

.resultp {
    color: #000;
}

.submitbtn {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: gray;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.submitbtn:hover {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: gray;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.submitbtn:focus {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: gray;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.tipstop {
    margin-top: 25px;
}

.tipsdes {
    margin-bottom: 0px !important;
}

.tipsback {
    background-color: #f5f5f5;
    padding: 15px;
    padding-left: 30px;
}

.tipstitle {
    margin-bottom: 0px !important;
}