header {
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,.5);
}
.banner.inner-page-banner {
    background-size: cover;
    background-position: center center;
    height: 615px;
}
section.default-inner-page {
    padding: 50px 0 60px;
}
section.default-inner-page h1 {
    font-size: 35px;
    line-height: 52px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
section.default-inner-page h1.page-title {
    text-transform: uppercase;
    margin-top: 0;
}
section.default-inner-page h2 {
    font-size: 33px;
    line-height: 40px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

section.default-inner-page h3 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

section.default-inner-page h4 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
section.default-inner-page h5 {
    font-size: 21px;
    line-height: 32px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
section.default-inner-page h6 {
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

section.default-inner-page p {
    margin-bottom: 15px;
}


section.default-inner-page ul,
section.default-inner-page ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

section.default-inner-page li {
    margin-bottom: 5px;
    list-style: disc;
}

section.default-inner-page ol li {
    list-style: decimal;
    padding-left: 5px;
}

section.default-inner-page.form-page {
    background-color: #f3f3f3;
}
section.default-inner-page.form-page h4 {
    font-weight: 300;
    text-align: center;
    line-height: 42px;
    position: relative;
    margin-bottom: 90px;
    padding-bottom: 10px;
    margin-top: auto;
}
section.default-inner-page.form-page h4::after {
    width: 125px;
    height: 4px;
    background-color: red;
    position: absolute;
    content: "";
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
section.default-inner-page.form-page input[type="email"], section.default-inner-page.form-page input[type="text"], section.default-inner-page.form-page select {
    border-color: #eaeaea;
    width: 48%;
    margin-bottom: 20px;
}
section.default-inner-page.form-page textarea {
    border-color: #eaeaea;
    width: 97%;
    margin-bottom: 20px;
    height: 130px;
    resize: none;
}
section.default-inner-page.form-page input[name="fieldWhySelling"], section.default-inner-page.form-page input[name="fieldHowLongOwned"], section.default-inner-page.form-page select[name="fieldCurrentVacant"], section.default-inner-page.form-page input[name="fieldHowMuch"] {
    width: 97% !important;
}
section.default-inner-page.form-page h2 {
    text-align: center;
    margin-bottom: 25px;
}
section.default-inner-page.form-page form.wpcf7-form {
    text-align: center;
}
section.default-inner-page.form-page .button-style-1 {
    margin: 0 auto;
    float: none;
    display: inline-block;
    margin-top: 10px;
    min-width: 210px;
}
section.default-inner-page h2.has-text-align-center {
    text-align: center;
}
.page-template-template-about p, .page-template-template-professionals p {
    margin-bottom: 14px;
}
.page-template .section-2-right {
    float: left;
}
.page-template .section-2-left {
    float: right;
    width: 54%;
}
.page-template-template-faq section.section-6 {
    padding-top: 0;
}
section.default-inner-page.default-inner-page-content-oriented .entry h2:first-child {
    margin-top: 0;
}
section.default-inner-page.default-inner-page-content-oriented .entry p:last-child {
    margin-bottom: 0;
}
section.default-inner-page.default-inner-page-content-oriented a {
    color: #f1b742;
}
.page-template-template-testimonials section.section-8 {
    background: none;
}
.page-template-template-testimonials .each-testimonial-outer {
    padding: 0px 0px 30px;
    width: 48.5%;
    float: left;
    margin-right: 3%;
}
.page-template-template-testimonials .each-testimonial-outer:nth-child(2n) {
    margin-right: 0;
}
.page-template-template-testimonials section.default-inner-page {
    padding-bottom: 0;
}
section.default-inner-page.default-inner-page-content-oriented a.button-style-1 {
    color: #fff;
}
body .form-page div.wpcf7 .ajax-loader {
    clear: left;
    display: block;
    margin: 0 auto;
}
body .form-page div.wpcf7-response-output {
    margin: 0px 0 10px;
}
section.contact-us-inner-page {
    padding: 90px 0;
    background-image: url(images/testimonial-bg.png);
}
.contact-us-block-each a {
    color: #414141;
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
    display: block;
    transition: all 0.3s ease;
}
.contact-us-block-each a:hover {
    color: #ed3833;
}
.contact-us-block-each {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.contact-us-block-each::after {
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: #d7d7d7;
    content: "";
    top: 15%;
    right: 0;
}
.contact-us-block-each:last-child::after {
    display: none;
}
.contact-us-block-each-icon img {
    transition: all 0.3s ease;
}
.contact-us-block-each:hover .contact-us-block-each-icon img {
    transform: translateY(4px);
}

section.default-inner-page.form-page.contact-us-page h2 {
    margin-top: 0;
}
section.default-inner-page.our-processes {
    background-color: #f3f3f3;
}
section.default-inner-page.our-processes h2 {
    text-align: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 90px;
}
section.default-inner-page.our-processes h2::after {
    position: absolute;
    width: 140px;
    height: 4px;
    background-color: red;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.our-processes-each {
    float: left;
    width: 100%;
    margin-bottom: 17px;
    background-color: #fff;
    padding: 30px 0;
    transition: all 0.3s ease;
}
.our-processes-each:hover {
    transform: translateY(-4px);
    box-shadow: 0px 1px 14px rgba(0,0,0,.1);
}
.our-processes-each-count {
    float: left;
    width: 12%;
    text-align: center;
    padding: 0 10px;
}
.our-processes-each-count h4{
    text-align: center !important;
}
.our-processes-each-content {
    float: left;
    width: 88%;
    border-left: 1px solid #d7d7d7;
    padding: 0 4%;
}
section.default-inner-page.our-processes .our-processes-each-content h3 {
    font-size: 19px;
    color: #101010;
    margin-top: 0;
    margin-bottom: 7px;
}
.our-processes-each-content a {
    color: #ed3833;
}

section.default-inner-page.our-processes .our-processes-each-count h4 {
    font-size: 36px;
    color: red;
    margin: 0;
    line-height: 38px;
    margin-top: 2px;
}

.our-processes-each-count span {
    font-size: 18px;
    font-weight: 300;
    color: #151515;
    margin-top: 20px;
    display: block;
}
.our-processes-each:nth-child(2n) .our-processes-each-count {
    float: right;
}
.our-processes-each:nth-child(2n) .our-processes-each-content {
    border-left: 0;
    border-right: 1px solid #d7d7d7;
}
section.default-inner-page.our-processes .our-processes-each-content p {
    margin-bottom: 10px;
}
section.default-inner-page.our-processes.our-processes-2 {
    background-image: url(images/testimonial-bg.png);
}
.our-processes-2-in {
    padding: 70px;
    margin: 20px 0;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.11);
}
.section-7-right form > p {
    margin-bottom: 10px;
}
.professionals-list .our-processes-2-in {
    text-align: left;
}
.professionals-list .our-processes-2-in ul {
    list-style: none;
    margin: 0;
}
.professionals-list .our-processes-2-in ul li {
    list-style: none;
    margin-bottom: 24px;
    position: relative;
    padding-left: 60px;
}
.professionals-list .our-processes-2-in ul li:last-child {
    margin-bottom: 0;
}
.professionals-list .our-processes-2-in ul li span {
    background-color: red;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    position: absolute;
    left: 0;
    top: 0px;
}
section.default-inner-page.professionals-3 {
    background-color: #ebebeb;
    text-align: center;
}
section.default-inner-page.professionals-3 p {
    font-size: 19px;
    color: #212121;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 20px;
}
section.default-inner-page .blog-each-content {
    background-color: #fafafa;
}
.custom-tab-in {
    background-color: #f2b705;
    width: 60%;
    margin: 0px auto;
    border-radius: 10px;
    padding: 35px 20px;
    text-align: center;
}
.custom-tab-in a {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 20px 10px;
    width: 24%;
    float: left;
    margin: .5%;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.custom-tab-in a:hover, .custom-tab-in a.active-product {
    border: 2px solid #fff;
}
section.welcome-content.product-inner-content {
    margin-top: 0;
}
section.welcome-content.product-inner-content .welcome-content-left {
    top: 0;
}
section.welcome-content.product-inner-content h1 {
    margin-top: 40px;
    margin-bottom: 30px;
}
section.see-more-product-content {
    background-color: #f4f4f5;
    display: none;
}

section.default-inner-page h1.page-title.page-title-centered {
    text-transform: none;
    text-align: center;
    margin-bottom: 40px;
}
section.default-inner-page h1.page-title.page-title-centered span {
    display: block;
    font-size: 22px;
    line-height: 32px;
}
section.default-inner-page a{
    font-size: 23px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
section.default-inner-page a.whatsapp-icon {
    font-weight: 600;
    line-height: 36px;
    font-size: 21px;
    float: none;
    display: block;
}
.contact-social-icon ul.footer-social-icon {
    margin-left: 0;
}
.contact-social-icon ul.footer-social-icon li a {
    border-color: #000;
}
.contact-social-icon ul.footer-social-icon li a:hover {
    background-color: #000;
    color: #fff;
}
.contactus-content-left {
    float: left;
    width: 50%;
}
.contactus-content-right {
    float: right;
    width: 34%;
    text-align: center;
}
section.default-inner-page .contactus-content-right h2 {
    text-align: center;
    margin-bottom: 40px;
}
section.custom-tab.shipping-tab a {
    width: 49%;
}
section.custom-tab.shipping-tab {
    position: relative;
}
section.custom-tab.shipping-tab .custom-tab-in {
    margin-top: -80px;
}

@media only screen and ( max-width: 1600px) {
    .banner.inner-page-banner {
        height: 515px;
    }
}
@media only screen and ( max-width: 1450px) {
    .banner.inner-page-banner {
        height: 465px;
    }
    .custom-tab-in a {
        font-size: 22px;
    }
    .custom-tab-in {
        padding: 30px 20px;
    }
    .custom-tab-in {
        width: 75%;
    }
    section.default-inner-page a {
        font-size: 21px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 1199px){
    .banner.inner-page-banner h1 {
        margin-bottom: 0;
        font-size: 32px;
        line-height: 45px;
    }
    section.banner.inner-page-banner.big-title h1 {
	    font-size: 36px;
	    line-height: 48px;
	}
    section.default-inner-page h2 {
        font-size: 28px;
        margin-top: 25px;
        line-height: 38px;
    }
    section.default-inner-page {
        padding: 40px 0 50px;
    }
    .blog-pagination {
        margin-top: 0;
    }
    section.default-inner-page.form-page h4 {
        line-height: 38px;
        margin-bottom: 70px;
        padding-bottom: 0px;
        font-size: 22px;
    }
    .contact-us-block-each-icon img {
        width: 70px;
        max-width: 100%;
    }
    section.contact-us-inner-page {
        padding: 80px 0;
    }
    .banner.inner-page-banner {
        height: 385px;
    }
    section.default-inner-page h1{
        font-size: 30px;
        line-height: 42px;
    }
    section.default-inner-page a{
        font-size: 17px;
        line-height: 28px;
    }
    .contactus-content-right {
        width: 40%;
    }
}
@media only screen and (max-width: 991px){
    section.default-inner-page {
        padding: 30px 0 40px;
    }
    .page-template .section-2-left {
	    width: 100%;
	    margin-top: 40px;
	    margin-bottom: 0;
	}
	.page-template-template-testimonials .each-testimonial-outer {
	    margin-right: 0;
	    width: 100%;
	}
	.page-template-template-testimonials .each-testimonial {
	    height: auto !important;
	}
	.page-template-template-testimonials .each-testimonial-outer:nth-last-child(2) {
	    padding-bottom: 0;
	}
    section.contact-us-inner-page {
        padding: 60px 0;
    }
    .contact-us-block-each:nth-child(3n) {
        clear: left;
    }
    .contact-us-block-each {
        width: 50%;
        margin-bottom: 40px;
    }
    .contact-us-block-each:nth-child(2n)::after {
        display: none;
    }
    .our-processes-each-content {
        width: 85%;
        padding: 0 5%;
    }
    .our-processes-each-count {
        width: 15%;
        padding: 0 10px;
    }
    section.default-inner-page.our-processes h2 {
        margin-bottom: 70px;
    }
    section.default-inner-page.our-processes h2::after {
        width: 120px;
        height: 3px;
        bottom: -22px;
    }
    .our-processes-2-in {
        padding: 50px;
    }
    section.default-inner-page.professionals-3 p {
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .professionals-list .our-processes-2-in ul li span {
        width: 28px;
        height: 28px;
        line-height: 27px;
        top: 1px;
    }
    .professionals-list .our-processes-2-in ul li {
        margin-bottom: 18px;
        padding-left: 50px;
    }
    .banner.inner-page-banner {
        height: 255px;
    }
    .custom-tab-in a {
        font-size: 21px;
    }
    .custom-tab-in {
        width: 100%;
    }
}
@media only screen and ( max-width: 767px) {
    section.default-inner-page.form-page input[type="email"], section.default-inner-page.form-page input[type="text"], section.default-inner-page.form-page select {
        width: 97%;
        margin-bottom: 14px;
    }
    section.default-inner-page h2 {
        font-size: 24px;
        margin-top: 25px;
        line-height: 34px;
    }
    .our-processes-each-count {
        width: 20%;
        padding: 0 10px;
    }
    .our-processes-each-content {
        width: 80%;
        padding: 0 9%;
    }
    section.default-inner-page h1.page-title {
        text-align: center;
    }
    .single-post section.default-inner-page h1.page-title {
        text-align: left;
    }
    section.default-inner-page h1 {
        font-size: 26px;
        line-height: 36px;
    }
    section.default-inner-page .contactus-content-right h2 {
        margin-bottom: 25px;
    }
    .contactus-content-right {
        width: 45%;
    }
    .shipping-content, .shipping-content * {
        text-align: center !important;
    }
}
@media only screen and (max-width: 567px){
    .banner.inner-page-banner h1 {
        margin-bottom: 0;
        font-size: 25px;
        line-height: 36px;
    }
    section.banner.inner-page-banner.big-title h1 {
	    font-size: 32px;
	    line-height: 42px;
	}
    section.default-inner-page h2 {
        font-size: 22px;
        margin-top: 25px;
        line-height: 32px;
    }
    section.default-inner-page h3 {
        font-size: 19px;
        margin-top: 25px;
        line-height: 32px;
    }
    section.default-inner-page h4 {
        font-size: 17px;
        margin-top: 25px;
        line-height: 28px;
    }
    .banner.inner-page-banner {
        background-size: cover;
    }
    section.default-inner-page.form-page h4 {
        line-height: 28px;
        margin-bottom: 50px;
        padding-bottom: 0px;
        font-size: 18px;
    }
    section.default-inner-page.form-page h4::after {
        width: 105px;
        height: 3px;
    }
    .our-processes-each-count {
        width: 100%;
    }
    .our-processes-each-count span {
        font-size: 16px;
        margin-top: 0;
    }
    .our-processes-each-content {
        width: 100%;
        text-align: center;
        border-left: none;
        border-right: none !important;
        border-top: 1px solid #f3f3f3;
        margin-top: 20px;
        padding-top: 20px;
    }
    section.default-inner-page.our-processes .our-processes-each-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: center;
    }
    section.default-inner-page.our-processes h2 {
        margin-bottom: 60px;
    }
    section.default-inner-page.our-processes h2::after {
        width: 90px;
        height: 2px;
        bottom: -20px;
    }
    .custom-tab-in a {
        font-size: 18px;
        padding: 10px 5px;
        width: 100%;
    }
    section.default-inner-page a{
        font-size: 16px;
        line-height: 26px;
    }
    .contactus-content-left {
        width: 100%;
        text-align: center;
    }
    .contactus-content-left h1, .contactus-content-left h3 {
        text-align: center !important;
    }
    .contactus-content-right {
        width: 100%;
        margin-top: 40px;
    }
    section.default-inner-page a.whatsapp-icon {
        display: inline-block;
        font-size: 16px;
    }
    section.custom-tab.shipping-tab a {
        width: 100%;
    }
}

@media only screen and ( max-width: 467px) {
    section.default-inner-page.form-page .button-style-1 {
        width: 100%;
    }
    .contact-us-block-each:last-child {
        margin-bottom: 0;
    }
    .contact-us-block-each {
        width: 100%;
        margin-bottom: 60px;
    }
    .contact-us-block-each::after, .contact-us-block-each:nth-child(2n)::after {
        width: 90px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -30px;
        height: 1px;
        top: auto;
        display: block;
    }
    .contact-us-block-each:last-child::after{
        display: none;
    }
    .contact-us-block-each a {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .our-processes-2-in {
        padding: 40px 30px;
        margin: 0;
    }
    .professionals-list .our-processes-2-in ul li span {
        top: 0;
        font-size: 12px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .professionals-list .our-processes-2-in ul li {
        margin-bottom: 30px;
        padding-left: 0;
        padding-top: 35px;
        text-align: center;
    }
    .banner.inner-page-banner {
        height: 180px;
    }
    section.default-inner-page h1.page-title.page-title-centered span {
        font-size: 19px;
        line-height: 30px;
    }
    section.default-inner-page h1.page-title.page-title-centered {
        margin-bottom: 25px;
    }
    .custom-tab-in {
        padding: 10px;
    }
}






