.getaquote_sec{
    width: 100%;
    float: left;
    padding: 90px 0;
    margin: 0;
}
.getaquote_sec .leftwpr p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin: 0;
}
.getaquote_sec .leftwpr{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.getaquote_sec .rightwpr{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.getaquote_sec .leftwpr p + p {
    margin: 35px 0 0;
}
.getaquote_sec .rightwpr h4{
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    color: #F70;
}
.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:1280px) {
}

@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:1024px) {
}

@media only screen and (max-width:991px) {
    .getaquote_sec {
        padding: 60px 0;
    }
    .getaquote_sec .leftwpr p {
        font-size: 16px;
    }
    .getaquote_sec .leftwpr p + p {
        margin: 25px 0 0;
    }
    .getaquote_sec .rightwpr h4 {
        font-size: 20px;
        line-height: 32px;
    }
}

@media only screen and (max-width:840px){
}

@media only screen and (max-width:767px) {
    .getaquote_sec {
        padding: 40px 0;
    }
    .getaquote_sec .rightwpr h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px;
    }
    .get_button {
        padding: 0 0 30px;
    }
}

@media only screen and (max-width:640px) {
    .getaquote_btn span.images {
        width: 40px;
        height: 42px;
    }
    .getaquote_btn span.text {
        height: 32px;
        padding: 3px;
        line-height: 13px;
        font-size: 10px;
        right: 33px;
        top: 5px;
        width: 49px;
    }

}

@media only screen and (max-width:520px) {
    .getaquote_sec {
        padding: 30px 0;
    }
    .getaquote_sec .rightwpr h4 {
        font-size: 17px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .getaquote_sec .leftwpr p {
        font-size: 15px;
        line-height: 22px;
    }
    .getaquote_sec .leftwpr p + p {
        margin: 15px 0 0;
    }
    .get_button {
        padding: 0 0 15px;
    }
}

@media only screen and (max-width:420px) {
}

@media only screen and (max-width:380px) {
    .getaquote_sec .rightwpr h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 12px;
    }
    .getaquote_sec .leftwpr p {
        font-size: 14px;
        line-height: 21px;
    }
    .getaquote_sec .leftwpr p + p {
        margin: 12px 0 0;
    }
}