/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.btn-link:hover {
    text-decoration: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

h2, h3{
	font-family: 'Arapey', serif !important;
	font-weight: bold;
}
p{
	margin: 0 !important;
	font-family: 'Arapey', serif;
    

}
/* wrapper */
.wrapper {
	/*max-width:1280px;
	width:100%;
	margin:0 auto;
	position:relative;*/
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
/* header */
.header {
    position: relative;
    padding-top: 0;
}
/* logo */
.logo {

}
.logo-img {
    margin-bottom: 12px;
}
/* nav */
.nav {
	 

}
/*unique*/
.margin-box {
    margin-left: 15px !important;
    margin-right: 2px !important;
}
.line-after:before {
    content: "";
    top: 0;
    left: 0;
    background-image: url(http://mrcarremovals.com.au/wp-content/uploads/rectangle-line.png);
    width: 11px !important;
    height: 82px;
    float: left;

}
/**/

ul#menu-main-menu {
    margin-top: 50px;
    margin-bottom: 24px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active,  .navbar-light .navbar-nav .nav-link:hover {
    background: #fdbd02;
    padding: 8px 12px 8px 14px;
    border-radius: 10px;
    color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 8px 12px 8px 14px !important;
}
.col-sm-8.navbar-right {
    position: absolute;
    top: 0;
    right: 0;
    background: #fab904;
    padding: 15px;
    padding-left: 72px;
    padding-right: 0;
    /*margin-bottom: 16px;*/
}
.col-sm-8.navbar-right:before {
    content: "";
    top: 0px;
    left: 0;
    margin-left: -66px;
    background-image: url(http://mrcarremovals.com.au/wp-content/uploads/yellow-box.png);
    width: 66px !important;
    background-repeat: no-repeat;
    height: 75px;
    position: absolute;
}
.header-ph a {
    font-family: 'Arapey', serif;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    padding-left: 5px;
}
.header-email a {
    font-family: 'Arapey', serif;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    padding-left: 5px;
    vertical-align: middle;
}
.navbar-expand-lg .navbar-nav {
    margin-top: 20px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Arapey', serif;
    font-size: 18px;
    margin-top: 16px;
    line-height: 34px;
    margin-right: 30px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: bold;
}
.menus .bg-light {
    background-color: #ffffff !important;
    padding-left: 33px;
    height: 150px;
}

/**/
.page-template-front-page .breadcrumbs {
    display: none;
}
.breadcrumbs {
    position: absolute;
    bottom: 0%;
    left: 0;
    color: #ffffff;
    width: 100%;
    /* background: rgba(180, 136, 10, 1); */
    z-index: 1;
}

.breadcrumbs-list {
    background: rgba(180, 136, 10, 0.7);
    padding: 40px;
    border-bottom: 4px solid #fbce4f;
    font-family: 'Arapey', serif;
    font-size: 32px;
    color: #ffffff;
}

.breadcrumbs-list span {
    color: #ffffff;
    text-transform: capitalize;
}
section.slide {
    position: relative;
}
section.slide .banner img {
    height:  auto/*534px*/;
    width: 100%;
}
/* sidebar */
.sidebar {

}

/*main*/
.slider {
    margin-bottom: 82px;
    position: relative;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	width: auto !important;
}

.slider .carousel-control-prev span.fa.fa-angle-left {
    font-size: 40px;
    color: #fcda7a;
    padding: 12px 14px 12px 24px;
    background: rgba(153,154,173, 1);
}

.slider .carousel-control-next span.fa.fa-angle-right {
    font-size: 40px;
    color: #fcda7a;
    padding: 12px 24px 12px 14px;
    background: rgba(153,154,173, 1);
}
.slider .carousel-caption.d-none.d-md-block {
    width: 460px;
    background: rgba(146, 113, 39, 0.7);
    padding: 50px 38px;
}
.slider .slider .carousel-caption.d-none.d-md-block {
    margin: 0;
}
.slider .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    border: 4px solid #ffffff;
    border-radius: 11px;
    background: rgba(146, 113, 39, 0.7);
    color: rgba(255, 255, 255, 0.7);
    font-size: 29px;
    padding: 13px 10px 8px 7px;
}
.slider .gform_wrapper .top_label .gfield_label {
    display: none;
}
.slider input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
 
.slider input:-moz-placeholder { /* Firefox 18- */
color: rgba(255, 255, 255, 0.7) !important;  
}
 
.slider input::-moz-placeholder {  /* Firefox 19+ */
color: rgba(255, 255, 255, 0.7) !important;  
}
 
.slider input:-ms-input-placeholder {  
color: rgba(255, 255, 255, 0.7) !important;  
}
.slider .carousel-caption {
	left:/* 52%*/57%;
    top: 0;
}
.slider input#gform_submit_button_2 {
    font-size: 29px;
    background: rgba(146, 113, 39, 0.7);
    color: rgba(255, 255, 255, 0.7) !important;
    border: 4px solid #ffffff;
    margin: 0 auto;
    text-align: center;
    border-radius: 11px;
}
.slider .gform_wrapper .gform_footer {
    text-align: center;
}
.car-quotes .gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.slider img {
    height: auto;
    width: 100%;
}

.slider h1 {
    font-family: 'Arapey', serif;
    font-size: 43px;
    font-weight: bold;
}
.our-services .descri1 {
    /*display: none;*/
}
.our-clients-owl.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding-top: 5px;
}
.our-clients div#our-clients-owl {
    padding: 0;
    border-top: 1px solid #f8f8f8;
}
.our-services .overlay .descri1 a.textcenter {
    float: right;
    color: #fab904;
    text-decoration: none;
}
.all-services .item:hover .overlay { 
    height: 80%;
    width: 333px/*348px*/;
    margin: 0 auto;
    display: block;
    margin-bottom: 69px;
    font-family: 'Arapey', serif;
    color: #ffffff;
    font-size: 23px;
    line-height: normal;
    text-align: justify;
    padding: 5px 10px;
    cursor: pointer;

}
.services-items .descri1 a.clr {
    color: #fab904;
    float: right;
}
.all-services .item .overlay {
	display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26,26,23, 0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border: 13px solid #404040;
}
.our-services h2 {
    font-size: 43px;
    color: #000000;
    margin: 0;
    margin-left: 26px;
}

.our-services h3 {
    font-size: 21px;
    color: #2953a5;
    margin: 0;
    margin-left: 26px;
}

.services-items {
    border: 1px solid #d7d5d5;
    box-shadow: 2px 2px 5px 6px #d7d5d5;
    margin: 0 auto;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.services-items h3 {
    background: #fab904;
    margin: 0;
    border-bottom-left-radius: 24px;
    padding: 16px;
    border-bottom-right-radius: 24px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.services-items img {
    padding: 12px;
}
.container.all-services {
    margin-top: 36px;
    margin-bottom: 50px;
}
.our-services .col-sm-4.item {
    margin-bottom: 50px;
}
.services-bottom h2 {
    font-size: 43px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.our-services .descri {
    font-size: 25px;
    color: #000000;
    text-align: justify;
    font-weight: bold;
}
.services-btn {
    margin-top: 64px;
    text-align: center;
}

.services-btn a.btn {
    font-family: 'Arapey', serif;
    font-weight: 400;
    background: #fab904;
    padding: 20px 15px;
    font-size: 40px;
    color: #ffffff;
    padding: 12px;
}
.our-services {
	margin-bottom: 50px;
}
.our-works h2 {
    font-size: 43px;
    color: #fab904;
    margin-bottom: 12px;
    margin-left: 26px;
}

.our-works h2 span {
    color: #000000;
}
.all-works ul li img{
	margin-right: 14px;
}
.our-works h3 {
    font-size: 21px;
    color: #2953a5;
    margin-left: 26px;
}
.container.all-works {
    margin-top: 55px;
    margin-bottom: 55px;
}
.all-works ul {
    list-style: none;
    font-size: 25px;
    color: #000000;
    padding: 0;
}
.all-works ul li {
    padding-bottom: 16px;
}
.work-box {
    padding: 34px;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 6px 4px 7px #d7d5d5;
}
.all-works .work-box p {
    font-family: 'Arapey', serif;
    font-size: 25px;
    color: #000000;
}

.all-works .work-box img.mr-3 {
    margin-right: 14px !important;
}
.all-works .work-box .media {
    margin-bottom: 16px;
}
.all-works .margin-box {
    margin-left: 26px !important;
    margin-right: 2px !important;
}
.what-we-do h2 {
    font-size: 43px;
    color: #fab904;
    margin-bottom: 12px;
    margin-left: 26px;
}

.what-we-do h3 {
    font-size: 21px;
    color: #2953a5;
    margin-left: 26px;
}
.what-we-do h2 span {
    color: #000000;
}

/*tab*/
.what-we-do .panel-heading.active {
  background-color: #fab904;
}
.what-we-do .panel-heading.rotateimg {
    transform: rotate(90deg);
}
.what-we-do .panel-heading {
    background: #e1e1e1;
    border-radius: 100px !important;
    border: none !important;
    color: #000000;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
}

.what-we-do h4.panel-title {
    font-family: 'Arapey', serif;
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    padding-left: 10px;
    text-decoration: none;
    margin-left: 26px;
        margin-bottom: 0;
}
.what-we-do h4.panel-title a {
    color: #000000;
    text-decoration: none;
}

.what-we-do .panel-title img {
    margin-right: 20px;
}
.what-we-do .panel-body {
    font-family: 'Arapey', serif;
    font-size: 21px;
    color: #000000;
    padding-left: /*60px*/75px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
}
/**/
.what-we-do .what-tabs {
    margin-bottom: 50px;
    margin-top: 50px;
}
.testimonials h2 {
    font-size: 43px;
    color: #fab904;
    margin-bottom: 2px;
    margin-left: 26px;
}
.testimonial-bg .margin-box {
    margin-left: 26px !important;
    margin-right: 8px !important;
}
.testimonials h3 {
    font-size: 21px;
    color: #2953a5;
    margin-left: 26px;
}
.testimonials h2 span {
    color: #000000;
}
.container.all-testimonials {
    margin-top: 33px;
}

.testimonials-img img {
    width: 282px;
    height: auto;
}

.testimonials-img {
    text-align: right;
}

.testimonial-box {
    background: url("http://mrcarremovals.com.au/wp-content/uploads/rectangle3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 1px solid #f8f8f8;
    padding: 30px 38px;
    box-shadow: 0px 7px 7px 2px #d7d5d5;
    border-radius: 18px;
}
.testimonials .author-box {
    margin-top: 54px;
}

.testimonials .author-box h4 {
    font-family: 'Arapey', serif;
    font-size: 28px;
    color: #fbfbfb;
    margin: 0;
}

.testimonials .author-box h5 {
    font-family: 'Arapey', serif;
    font-size: 21px;
    color: #fbfbfb;
}

.testimonials .author-comment {
   font-family: 'Arapey', serif;
    font-size: 18px;
    color: #fbfbfb;
    line-height: initial;
}
.testimonials {
    margin-bottom: 50px;
}

.our-clients .item img.slide {
    padding: 28px 50px 24px 50px;
}

.our-clients .item {
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 2px 3px #f4f4f4;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 16px;
}

.our-clients .slide-content {
    font-family: 'Arapey', serif;
    font-size: 36px;
    color: #ffffff;
    background: #fab904;
    text-align: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

 .our-clients .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: -119px;
    background-color: #e1e1e1;
    color: #fab904;
    font-size: 30px;
    font-weight: bold;
    padding: 9px 13px 9px 26px;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.our-clients .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: -119px;
    background-color: #e1e1e1;
    color: #fab904;
    padding: 9px 26px 9px 13px;
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.our-clients .fa-angle-right:before, .our-clients .fa-angle-left:before {

   font-size: 50px; 
}
.our-clients .owl-dots{
	display: none;
}
.our-clients {
    margin-bottom: 62px;
}


/* footer */
.footer-content {
	background: url(http://mrcarremovals.com.au/wp-content/uploads/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 166px;
    padding-top: 38px;
    border-top: 6px solid #f0f0f0;

}
.footer .f-heading h3 {
    font-family: 'Arapey', serif;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: 26px;
    margin-bottom: 50px;
}

.footer ul#menu-footer-menu {
    padding: 0;
    list-style: none;
}

.footer ul#menu-footer-menu li a {
    font-family: 'Arapey', serif;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
    padding: 0;
}
.footer .contact-info {
    font-family: 'Arapey', serif;
    font-size: 25px;
    color: #ffffff;
    margin-left: 38px;
}
.footer address {
    padding-right: 80px;
    margin-bottom: 0;
}
.footer nav {
    padding: 0;
    padding-left: 25px;
}
.end-f {
    background: #fab904;
    padding-top: 36px;
    border-radius: 16px;
    margin-top: -100px;
    padding-bottom: 52px;
}
.end-f h3 {
    font-family: 'Arapey', serif !important;
    font-size: 36px;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}

.social-media {
    margin: 0 auto;
    text-align: center;
}
.social-media .col-sm-2{
	padding: 0;
}
.social-media i, .social-media h5 {
    display: inline-block;
    color: #ffffff;
    font-size: 25px;
}

.social-media h5 {
    font-family: 'Arapey', serif;
    margin: 0;
}
.social-media .fb, .social-media .tw, .social-media .goole-pl, .social-media .in, .social-media .insta, 
.social-media .pin{
    border: 4px solid #fbc326;
    border-radius: 5px;
    padding: 10px;
    padding-right: 0;
    text-align: left;
}

.social-media i {
    padding-right: 12px;
}
.social-box{
	margin-bottom: 62px;
}
.copyright-part .term-policy a, p.copyright {
    font-family: 'Arapey', serif;
    font-size: 21px;
    color: #000000;
    
}

.copyright-part .term-policy {
    text-align: right;
    font-family: 'Arapey', serif;
    font-size: 21px;
    color: #000000;
}
.container.copyright-part {
	margin-bottom: 60px;
}
.footer i.far.fa-envelope {
    font-size: 20px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*about-us*/
.about-page {
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-page h2 {
    font-family: 'Arapey', serif !important;
    font-size: 32px;
    color: #000000;
    margin-bottom: 18px;
    font-weight: bold;
}

.about-page h2 span {
    color: #fab904;
}

.about-page h3 {
    font-family: 'Arapey', serif !important;
    font-size: 25px;
    color: #2953a5;
    margin-bottom: 33px;
    font-weight: bold;
}
.about-page .descri p {
    color: #2953a5;
    font-family: 'Arapey', serif;
    font-size: 23px;
    text-align: justify;
    font-weight: bold;
    line-height: initial;
}
.about-page .descri1 p {
    color: #2953a5;
    font-family: 'Arapey', serif;
    font-size: 23px;
    text-align: justify;
    font-weight: bold;
    line-height: initial;
    margin-top: 36px !important;
}
.about-do .panel-title > a.collapsed:before,
.about-do .panel-title > a.collapsed:after,
.about-do .panel-title > a:before {
    float: none !important;
    background: #2953a5;
    border-radius: 32px;
    padding: 10px 12px;
    margin-right: 10px;
    color: #ffff;
    text-align: center;
    font-size: 20px;
}
.about-do h4.panel-title {
    font-family: 'Arapey', serif;
    font-size: 23px;
    color: #2953a5;
    /*margin-bottom: 30px;*/
}
.about-do .panel-title a {
    color: #2953a5;
    font-weight: bold;
}
.about-do .margin-box {
   
}
.about-do .panel-body {
    margin-left: 22px;
    font-family: 'Arapey', serif;
    font-size: 21px;
    color: #000000;
    line-height: initial;
    margin-bottom: 12px;
}
.what-we-do .about-do {
    margin-bottom: 20px;
}
.about-do .panel-heading.active {
    background: none !important;
}
.about-do .panel-heading {
    background: none;
    margin-bottom: 30px;
    padding: 0
}
.about-do {
    margin-bottom: 23px;
}
.about-do div#accordion {
    margin-top: 30px;
}
/*why us tb*/


 
/*/tb*/

.car-for-cash section.car-quotes .gform_wrapper textarea.medium {
    /* height: 160px; */
    /* width: 100%; */
    /* width: 100%; */
    font-family: 'Arapey', serif;
    font-size: 25px;
    color: #000000;
    padding-left: 16px;
    border: 2px solid #e1e1e1;
}
/*car fo cash*/
.content-car-cash {
font-family: 'Arapey', serif;
    font-size: 25px;
    color: #000000;
    text-align: justify;
    font-weight: bold;
}
.car-for-cash ul.nav.nav-tabs.nav-tabs--vertical.nav-tabs--left {
    display: block;
}
.car-for-cash .ctu-ulimate-style-1 {
    min-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.car-for-cash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    font-family: 'Arapey', serif;
    font-size: 25px;
    color: #000000;
    padding-left: 16px;
    border: 2px solid #e1e1e1;
}
.car-for-cash .car-quotes .col-sm-3 {
    background: #fab904;
    padding: 20px;
    border-radius: 12px;
    min-width: 100%;
}
.car-for-cash section.car-quotes {
    margin-top: 50px;
}
.car-for-cash .gform_wrapper .gform_footer input.button, 
.car-for-cash .gform_wrapper .gform_footer input[type=submit] {
    margin: 0;
    padding: 10px 25px;
}
.car-for-cash  .car-quotes .gform_wrapper .top_label .gfield_label {
    display: none;
}
.car-for-cash  .car-quotes .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
}
.car-for-cash  .car-quotes .gform_footer.top_label {
    text-align: center;
    background: #000000;
    border-radius: 12px;
    font-size: 32px;
    font-family: 'Arapey', serif;
    padding-top: 5px;
    padding-bottom: 5px;
}

.car-for-cash  .car-quotes input#gform_submit_button_2 {
    background: none;
    color: #ffffff;
    border: none;
}

.car-for-cash .car-quotes h2 {
    font-family: 'Arapey', serif;
    font-size: 32px;
    text-align: center;
    color: #000000;
}
section.end {
    margin-bottom: 90px;
}
.car-for-cash .ctu-ulimate-style-1 .vc-tabs-li {
    font-family: 'Arapey', serif;
    font-size: 21px;
    border: 4px solid #e1e1e1; 0 */
    width: 100%;
    padding: 0;
    max-width: 100% !important;
    max-width:;
    margin-bottom: 7px;
    padding: 14px 18px;
    color: #000000;
}
.car-for-cash .ctu-ulimate-style-1 {
    background: none;
}
.car-for-cash .ctu-ulimate-style-1 .vc-tabs-li span {
    float: right;
}

.car-for-cash .ctu-ulimate-style-1 .vc-tabs-li.active .ctu-absolute {
    background-color: #000000!important;
    color: #000000;
}
.car-for-cash .ctu-ulimate-style-1 .vc-tabs-li.active {
    color: #000000;
}
.car-for-cash  .ctu-content-span {
    display: none;
}
.car-for-cash h2 {
    font-family: 'Arapey', serif !important;
    font-size: 34px;
    color: #2953a5;
    margin-top: 26px;
}

.car-for-cash h3 {
    font-family: 'Arapey', serif !important;
    font-size: 29px;
    color: #000000;
    margin-bottom: 16px;
}

.car-for-cash .ctu-ulitate-style-1-tabs p {
    font-family: 'Arapey', serif;
    color: #000000;
    font-size: 21px;
}

.car-for-cash  .ctu-ulitate-style-1-tabs.active {
    border: none;
}
.car-for-cash .ctu-ultimate-wrapper-1 {
    box-shadow: none !important;
}
.car-for-cash  .vertical-tabss {
    margin-top: 85px;
}

/*contact us*/

#contact-us contactus-box .gform_wrapper ul.gform_fields li.gfield {
    display: inline-block;
    width: 50%;
}


#contact-us .contactus-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    font-family: -webkit-body;
    font-size: 21px;
    color: #000000;
    padding: 14px 20px;
}

#contact-us .contactus-box .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 20px;
}
#contact-us .contact-us h2 {
    font-family: 'Arapey', serif !important;
    font-size: 43px;
    color: #000000;
    text-transform: uppercase;
}

#contact-us .contact-us .gform_wrapper .top_label .gfield_label {
    display: none;
}

#contact-us .contact-us h3 {
    font-family: 'Arapey', serif !important;
    font-size: 21px;
    color: #000000;
}
.contactus-box {
    padding: 34px;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 2px 4px 4px #d7d5d5;
}

section.contact-us {
    margin-top: 95px;
    margin-bottom: 60px;
}
#contact-us .contactus-box .gform_wrapper ul.gform_fields li#field_1_13 {
    width: 100%;
}
#contact-us .contactus-box .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
    font-family: -webkit-body;
    font-size: 21px;
    color: #000000;
    padding: 14px 20px;
}
#contact-us .contactus-box .gform_wrapper .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 0;
    padding-top: 38px;
    padding-bottom: 4px;
}

#contact-us .contactus-box .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    text-align: center;
    font-family: 'Arapey', serif;
    font-size: 40px;
    color: #ffffff;
    background: #fab904;
    border: none;
    padding: 16px 35px;
    border-radius: 10px;
}
#contact-us div#gform_wrapper_1 {
    margin-top: 20px;
    margin-bottom: 0;
}
#contact-us .contact-info {
    font-family: 'Arapey', serif;
    font-size: 25px;
    color: #000000;
     
}
#contact-us address, #contact-us .phone {
    margin-bottom: 16px;
    
}
#contact-us .contact-info{
    margin-top: 24px;
}
#contact-us .contact-info i.far.fa-envelope.mr-3 {
    font-size: 20px;
}
#contact-us  .contact-left-box {
    padding-right: 20px;
}
#contact-us i.fas.fa-phone.mr-3 {
    transform: rotate(102deg);
    font-size: 20px;
}

#contact-us .contact-info i {
    font-size: 20px;
}
/**/

/*all page quotes*/

.car-for-cash .car-quotes .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    display: inline-block;
    padding-right: 10px !important;
}


.car-for-cash .car-quotes .gform_wrapper ul.gform_fields li#field_2_23 {
    width: 100%;
}

.car-for-cash .car-quotes .gform_wrapper .gform_body {
    padding-left: 10px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}