body {
    font-family: 'Open Sans', sans-serif;
    color: #7c7e83;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

#navbar {
    background: #428b5e;
    padding: 15px 0;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

#navbar h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: 0 -1px 0px #000;
    -moz-text-shadow: 0 -1px 0px #000;
    -webkit-text-shadow: 0 -1px 0px #000;
    -o-text-shadow: 0 -1px 0px #000;
}

#navbar a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
}

#navbar i {
    margin: 0 5px;
    font-weight: bold;
}

.form-container {
    background-color: #fff;
    /*padding: 20px 30px 15px 30px;*/
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.56);
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.56);
    margin-top: 15px;
    border: 1px solid #585858;
    border-top: 0;
}

.field-wrp {
    padding: 0 23px 15px 23px;
}

.title {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #1f2229;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}

.form-control {
    box-shadow: none;
    border: 2px solid #dee0e2;
    font-size: 13px;
    height: auto;
    padding: 7px 15px;
    margin-bottom: 10px;
}

.form-control {
    box-shadow: none;
    border-radius: 3px;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 5px 5px 0;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-3 {
    background: #ed1b24;
    color: #fff;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
}

.btn-3:hover {
    background: #ed1b24;
}

.btn-3:active {
    background: rgba(237, 27, 36, 0.94);
    top: 2px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.btn-3e {
    padding: 15px 102px 16px 24px;
    overflow: hidden;
}

.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}

.btn-3e:after {
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}

.btn-3e:hover:after {
    width: 35%;
}

.icon-arrow-right:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f061";
    line-height: 3;
    font-size: 17px;
}

#header {
    background-image: url('../A to Z Cash for Cars.jpg');
    background-position: center;
    color: #fff;
    position: relative;
    background-attachment: scroll;
    box-shadow: 0 1px 5px #000;
    -moz-box-shadow: 0 1px 5px #000;
    background-size: cover;
}

#header .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 42, 42, 0.5);
}

textarea.form-control {
    height: 100px;
}

#header .row {
    margin: 90px 0 50px;
}

.boxshadow {
    text-shadow: 0 1px 1px #000000;
    -moz-text-shadow: 0 1px 1px #000000;
    -webkit-text-shadow: 0 1px 1px #000000;
}

#header h2 {
    font-size: 35px;
    font-weight: bold;
}

#header h3 {
    font-size: 18px;
}

p.intro-text {
    margin-top: 0px;
    font-size: 16px;
    width: 80%;
    font-weight: 600;
    text-align: justify;
}

ul.intro-text {
    font-size: 16px;
    font-weight: 600;
    padding-left: 22px;
}

ul.intro-text li span {
    color: #5895e6;
    font-weight: bold;
}

.title.small,
.thankyou_box {
    font-size: 22px !important;
    text-align: center;
}

.pop-body .title.small,
.thankyou_box {
    background-color: #012b32;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 #324889, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -webkit-box-shadow: 0 1px 0 #324889, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -o-box-shadow: 0 1px 0 #324889, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    padding: 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-shadow: 0 -1px 0 #000;
    -moz-text-shadow: 0 -1px 0 #000;
    -webkit-text-shadow: 0 -1px 0 #000;
}

.pop-body .title.small a {
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    -moz-text-shadow: 0 -1px 0 #000;
    -webkit-text-shadow: 0 -1px 0 #000;
}

.cta-sub {
    font-size: 12px;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.title-sub {
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 15px;
}

#services {
    background-image: url(../AtoZCashforCars2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: rgb(226, 226, 226);
    background-size: cover;
}

#services .card {
    background-color: rgb(226, 226, 226);
    background-color: rgba(226, 226, 226, 0.8);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

#services h1 {
    font-size: 50px;
    line-height: 1;
    color: rgb(58, 58, 58);
    font-weight: bold;
}

#services h2 {
    font-size: 27px;
    font-variant: normal;
    text-transform: none;
    color: #324889;
    margin-top: 0px;
    margin-bottom: 20px;
}

#services p {
    color: #000;
    font-size: 16px;
}

#services ul {
    margin: 0;
    padding: 0;
}

#services ul li {
    list-style: none;
    background: url('../img/content-li.png') left 4px no-repeat;
    padding: 0 0 0 25px;
    margin: 0 0 5px 0;
    color: #2e2e2e;
}

.box-image-wrap {
    background: url('../img/box-image-wrap.png') top left no-repeat;
    float: right;
    position: relative;
    margin-right: -4px;
    width: 199px;
    height: 170px;
    padding: 0 4px 9px 4px;
    margin-left: 5px;
}

.services-list {
    border: 1px solid #dcdcdc;
    border-bottom: 0;
}

.services-list .row {
    border-bottom: 1px solid #dcdcdc;
}

.border-right {
    border-right: 1px solid #dcdcdc;
}

.services-list .border-left {
    border-left: 1px solid #dcdcdc;
}

.services-list .row {
    margin-left: 0;
    margin-right: 0;
}

.services-list .content-box {
    padding-bottom: 20px;
}

.inverse {
    background-color: #F6F6F6;
}

#cta {
    background-image: url('../img/navy_blue.png');
    padding: 30px 0;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    -webkit-text-shadow: 1px 1px 5px #000;
    -moz-text-shadow: 1px 1px 5px #000;
}

#cta h2 {
    margin: 0;
}

#cta a:hover,
a:focus {
    color: #324889;
}

ul.process {
    margin-bottom: 30px;
}

ul.process li {
    padding: 5px 0 0 100px;
    margin: 0 0 35px;
    min-height: 79px;
}

ul.process p.bold {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 5px;
    padding: 0;
}

ul.process p {
    padding: 0;
    margin: 0;
}

#testimonials {
    background-color: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}

#process {
    padding-top: 50px;
}

#process h2 {
    padding-left: 45px;
    margin-bottom: 40px;
    color: #136cb4;
}

#testimonials .padding {
    padding: 6px 20px;
}

.noStyle.title.small {
    background-color: #fff;
    color: #000;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    padding: 15px 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

.testimonial {
    max-width: 850px;
    margin: 0 auto;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

.testimonial p.name {
    color: #2e2e2e;
    font-weight: bold;
}

#footer {
    margin-top: 10px;
    background-color: #428b5e;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    padding: 20px 0 10px 0;
    border-top: 5px solid #1f5ca6;
    text-align: center;
}

#footer .copyright a {
    color: #eaeaea;
}

.form-label {
    font-size: 13px;
    color: #000;
    font-weight: normal;
}

.form-group {
    margin-bottom: 10px;
}

.form-control:focus {
    border-color: #7596fc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(1, 155, 41, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(1, 155, 41, 0.6);
}

.services-p p {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 40px;
    margin-right: 40px;
}

.services-p img {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.62);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.62);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.62);
}

blockquote {
    margin-bottom: 20px;
    padding: 10px 30px;
    border-left: 4px none #edeff0;
    background-image: url(../img/564cc1830cfb0f3061f3e1e0_iconmonstr-quote-6-icon.svg), url(../img/564cc16c97ec07540ebff988_iconmonstr-quote-5-icon.svg);
    background-position: 100% 100%, 0px 0px;
    background-size: 60px, 60px;
    background-repeat: no-repeat, no-repeat;
    color: #323b40;
    font-size: 20px;
    line-height: 1.4em;
    font-style: italic;
    text-align: center;
}

blockquote .author {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

#gallery {
    background-color: #f3f1f1;
    padding-top: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid #1f5ca6;
}

#gallery h2 {
    font-style: italic;
    text-align: center;
    color: #000;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 20px;
}

#gallery p {
    text-align: center;
    margin-top: 15px;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
}

#gallery img {
    box-shadow: 0 0 15px rgba(105, 105, 105, 0.6);
    -moz-box-shadow: 0 0 15px rgba(105, 105, 105, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(105, 105, 105, 0.6);
    -o-box-shadow: 0 0 15px rgba(105, 105, 105, 0.6);
    margin-bottom: 25px;
}

a.fancybox img {
    border: none;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.fancybox:hover img {
    position: relative;
    z-index: 999;
    -o-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.thankyou_box {
    padding: 45px 0;
}

.header_phone_number {
    display: inline-block;
}

#car-selling-process h2 {
    font-size: 21px;
    line-height: 36px;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 22px;
    text-align: center;
    margin-top: 50px;
    max-width: 750px;
    margin: 50px auto 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
}

@media (max-width: 767px) {
    .header_phone_number {
        display: block;
        font-size: 23px;
        margin-top: 10px;
    }
    #navbar .header_phone_number a {
        font-size: 27px;
        font-weight: bold;
    }
    .row {
        padding: 0;
        margin: 0
    }
    p.intro-text {
        width: 100%;
    }
    #services h2 {
        margin-top: 25px;
    }
    .header-logo {
        margin-top: 20px;
    }
    .border-right {
        border: none;
    }
    #header {
        background-image: none;
        background-color: #f3f1f1;
        color: #454850;
        text-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none;
        border-bottom: 1px solid #1f5ca6;
    }
    #header .color-overlay {
        display: none;
    }
    .boxshadow {
        text-shadow: none;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
    }
    p.intro-text {
        display: none;
    }
    .header-logo {
        width: 100%;
        margin: 142px 38px;
    }
    .header-logo-wrapper {
        background-image: url('../A to Z Cash for Cars.jpg');
        margin: -3px -30px 0;
        height: 265px;
        padding-top: 1px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .header-logo-wrapper img {
        max-width: 50%!important;
        margin: 70px 0;
    }
    .header-logo-wrapper h3 {
        font-family: 'Gotham Pro Bold';
        color: #f9d342;
        /* margin-top: 10%; */
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-3e {
        padding: 15px 91px 16px 24px;
    }
}

.header-logo-wrapper img {
    max-width: 20%;
}