.value-content-area{
    width: 100%;
    float: left;
    padding: 98px 0;
}
.value-content-area b{
    font-size: 18px;
    font-weight:800;
    margin-bottom: 15px;
    display: block; 
}
.value-content-area p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom:40px;
}
.total-content-area{
    margin: 0 -1%;
}
.each-value-content-area{
    width:18%;
    float: left;
    margin: 0 1%;
    padding-left: 10px;

}
.each-value-content-area+.each-value-content-area{
    border-left: 1px dotted #000;
}
.each-value-content-area img{
    margin-bottom: 20px;
}
.value-text-area{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.value-text-area h3{
    font-size:18px;
    font-weight: 700;
    margin: 0 0 13px;
    color: #252525; 
}
.value-text-area p{
    font-size:16px;
    line-height: 24px;
    margin: 0;
    color: #444444; 
}
.color{
    color: #0053a6 !important;
}
.get_button{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

.getaquote_btn {
    position: relative;
    z-index: 999999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: block;
}

.getaquote_btn span.images {
    width: 60px;
    height: 60px;
    display: block;
    background: rgb(245, 128, 32);
    border-radius: 50%;
    float: right;
    text-align: center;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
}

.getaquote_btn span.images img {
    width: 60%;
    margin: 8px auto 0;
}

.getaquote_btn span.text {
    height: 42px;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 16px;
    font-size: 17px;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    top: 9px;
    z-index: 2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
    background-color: rgb(245, 128, 32);
    width: 70px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/*====================================================== Responsive =========================*/


@media only screen and (max-width:1199px) {

}
@media only screen and (max-width:1147px) {
.value-content-area {
    padding:50px 0;
}

}
@media only screen and (max-width:1024px) {
.value-content-area {
    padding:30px 0;
}

}
@media only screen and (max-width:993px){

}
@media only screen and (max-width:991px) {
/*.each-value-content-area{
    width:31.33%;
    margin: 0 1% 15px;

}*/
.value-content-area p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
.value-content-area b {
    margin-bottom: 10px;
}
.value-text-area h3 {
    font-size: 16px;
    line-height: 24px;
}
.value-text-area p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

}

@media only screen and (max-width:840px){
}

@media only screen and (max-width:767px) {
.each-value-content-area{
    width:98%;
    padding-left:0px;
    padding-bottom: 30px;

}
.each-value-content-area+.each-value-content-area{
    border-left:none;
}

}

@media only screen and (max-width:530px) {

}

@media only screen and (max-width:520px) {
    .value-content-area p {
    font-size: 15px;
    line-height: 21px;
}

}

@media only screen and (max-width:420px) {
}

@media only screen and (max-width:380px) {


   }