/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@font-face {
    src: url(fonts/Futura/Futura-Medium.otf);
    font-family: Futura-Medium;
}
#privacy,#terms,about{
    overflow: auto;
}
h3{
    font-size: 22px;
}
body {
    background: #312f2f;
    margin: 0;
    padding: 0;
    display: block;
    font-family: Futura-Medium;
    /*padding-bottom: 100px;*/
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a, a:hover{
    text-decoration: none !important;
    outline: none !important;
    color: #fff;
}
a.brown,a.brown:hover{
    color: #9d8123;
}

input:focus {
    box-shadow: none !important;
}

/* Section 1 */

#section1 {
    color: #d9d9d9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#section1 .myBtn {
    background-color: white;
    border: 1px solid white;
    border-radius: 50px;
    padding: 7px 60px;
    height: 46px;
}


#section1 .mb {
    border-bottom: 1px solid #2c2a2a;
    width: 90px;
}

@media (max-width: 576px) {
    #section1 .myBtn {
        padding: 7px 70px;
        height: 54px;
    }
    #section1 .myBtn {
        margin: 0px 100px;
    }
}

@media (max-width: 500px) {
    #section1 .myBtn {
        margin: 0;
        padding: 12px 120px;
        border-radius: 42px;
    }
}


/* footer Nav */

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fecd07;
    padding: 0;
}

#footer #collapsibleNavbar .navbar-nav .nav-item.mt-4.mt-sm-0{
    margin-right: 65px;
}

#footer .active {
    border-bottom: 1px solid #312f2f;
    padding-bottom: 0;
}

#footer a {
    color: #312f2f;
}

#footer .download {
    border: 1px solid #312f2f;
    background-color: #312f2f;
    color: #fecd07;
    border-radius: 20px;
    padding: 2px 10px;
    margin-top: 5px;
}
.navbar-toggler{
    padding-left: 0;
}
.navbar-toggler div {
    width: 30px;
    height: 2px;
    background-color: #000;
    color: #000;
    margin: 6px 0;
}
.navbar-toggler,navbar-toggler *{
    color: #000;
}

@media (max-width: 992px) {
    #footer .container {
        max-width: 100%;
    }
}

/* When Nav Opens */

@media (max-width: 576px) {
    #footer #collapsibleNavbar .navbar-nav .nav-item.mt-4.mt-sm-0{
        margin-right: 0;
    }
    #footer .download{
        padding-left: 0!important;
    }
    #collapsibleNavbar {
        position: fixed;
        z-index: 500;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fecd07;
        padding: 100px 70px 0px 70px;
        font-size: 20px;
    }

    #footer .active {
        width: 100%;
    }

    #footer .download {
        border: none !important;
        background: none !important;
        color: #312f2f;
        border-radius: 0px;
    }
}

/* About Apricab */

#aboutPage #blueCar {
    background: url(../images/bluecar.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#aboutPage .info {
    background-color: #312f2f;
    color: #d9d9d9;
    padding: 190px 200px 150px 110px;
}
.ml-100-pc{
    margin-left: 120px;
}
@media (max-width: 1200px) {
    #aboutPage .info {
        padding: 200px 100px 150px 50px;
    }
}

@media (max-width: 992px) {
    #aboutPage #blueCar {
        background: url(../images/bluecarmobile.png);
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #aboutPage .info {
        padding: 100px 200px 50px 50px;
    }
}

@media (max-width: 768px) {
    .mb-padding{
        padding-bottom: 100px !important;
    }
    .ml-100-pc{
        margin-left: 0;
    }
    #blogPage .blog{
        padding-top: 15px;
    }
    h3{
        font-size: 20px;
    }
    body{
        font-size: 14px;
    }
    #aboutPage #blueCar {
        height: 300px
    }
    #aboutPage .info {
        padding: 60px 30px 30px 50px;
    }
}

@media (max-width: 576px) {
    .logo{
        width: 80px;
    }
    #aboutPage #blueCar {
        height: 250px;
    }
}

@media (max-width: 480px) {
    #aboutPage #blueCar {
        height: 240px;
    }
}

/* Contact Apricab */

.color {
    color: #fecd07;
}

#contactPage .contact {
    background-color: #312f2f;
    color: #d9d9d9;
    padding: 120px 200px 88px 110px!important;
}

#contactPage .contactimage {
    background: url(../images/contactimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) and (max-width: 992px) {
    #contactPage .contact {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    #contactPage .contactimage {
        background: url(../images/contactimagemobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 240px;
    }
}

@media (max-width: 576px) {
    #contactPage .contact {
        padding-left: 20px;
    }
    #contactPage .contact {
        background-color: #312f2f;
        color: #d9d9d9;
        padding: 60px 30px 30px 50px !important;
    }
}

/* Legal Page */

#legalPage .legal {
    background-color: #312f2f;
    color: #d9d9d9;
}

#legalPage .legalimage {
    background: url(../images/legalimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#legalPage nav a {
    color: #d9d9d9;
}

#legalPage nav .nav-tabs {
    border-bottom: none !important;
}

#legalPage .nav-tabs .active {
    border-bottom: 1px solid #fecd07;
}

@media (max-width: 992px) {
    #legalPage .legalimage {
        background: url(../images/legalimagemobile.png);
        height: 240px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
.absolute{
    position: absolute;
    top: 10px;
    left: 20px;
}
@media (max-width: 576px) {
    .
    #legalPage nav {
        margin-left: 0px;
    }
    #agencyPage .agency {
        padding: 50px 55px 0 55px!important;
    }
    #legalPage .padding{
        padding: 60px 30px 30px 50px !important;
    }
}

/* Apricab Agency */

#agencyPage .agency {
    background-color: #312f2f;
    color: #d9d9d9;
    padding:70px 115px 0 115px;
}

#legalPage .padding{
    padding: 75px 0 0 65px;
}

#agencyPage .agencyimage {
    background: url(../images/contactimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#agencyPage input {
    height: 50px;
    background-color: #312f2f;
}

#agencyPage ::placeholder {
    color: #f3f3f3;
}

#agencyPage .form-control {
    border-radius: 0rem;
    border: 1px solid #504d4d;
}

#agencyPage hr {
    background-color: #504d4d;
    margin-top: 100px;
}

#agencyPage button {
    border: 1px solid #fecd07;
    background-color: #fecd07;
    color: #312f2f;
    border-radius: 20px;
}

#agencyPage input:focus {
    border: 1px solid #d9d9d9;
    color: #fecd07;
}

#agencyPage input:focus::placeholder {
    color: #5a5a5a;
}

@media (max-width: 768px) {
    .center {
        text-align: center;
    }
}

/* Blog Page */

#blogPage .blog {
    background-color: #312f2f;
    color: #d9d9d9;
}

#blogPage .active {
    padding-bottom: 1px;
    border-bottom: 1px solid #fecd07;
}

#blogPage .card-body {
    color: #312f2f;
}

#blogPage .card-img-top {
    height: 200px;
}

#blogPage .card-body {
    background-color: white;
}

.class-to-style .fa-chevron-right {
    background-color: #fecd07;
    color: #312f2f;
    position: absolute;
    right: -0.3%;
    top: 43%;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    line-height: 2.6;
    text-align: center;
}

.ico-no-result {
    color: #777;
    border: 4px solid #CACACA;
    border-radius: 50%;
    font-size: 60px;
    width: 150px;
    height: 150px;
    display: block;
    line-height: 150px !important;
    margin: 0 auto;
}

.no-result-mg {
    margin-bottom: 20px;
    margin-top: 30px;
}
/* Subblog Page */

#subblogPage .subblog {
    background-color: #312f2f;
    color: #d9d9d9;
}

#subblogPage .subblogimage {
    background: url(../images/contactimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#subblogPage .myCol {
    margin: 110px 0 0 115px;
    margin-bottom: 0;
}

#subblogPage .icon {
    border: 1px solid #fecd07;
    border-radius: 60px;
    width: 40px;
    padding: 15px 30px 15px 25px;
    background-color: #fecd07;
    position: relative;
    z-index: 3;
    left: 98%;
    top: 39%;
    transform: translateY(-50%);
}

#subblogPage a {
    color: #d9d9d9;
}

.responsive .card a{
    display: inline-block;
    background: white;
    min-height: 420px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    #subblogPage .subblogimage {
        background: url(../images/contactimagemobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
    }

    #subblogPage .icon {
        top: 27px;
        left: 85%;
        width: 50px;
        height: 50px;
        padding: 0;
        line-height: 3.6;
        text-align: center;
    }

    #header {
        margin-top: 150px;
    }
}

@media (max-width: 576px) {
    .back-icon{
        margin-top: -19px !important;
    }
    .class-to-style .fa-chevron-right {
        background-color: #fecd07;
        color: #312f2f;
        position: absolute;
        right: 2%;
        top: 38%;
        width: 40px;
        height: 40px;
        padding: 0 !important;
        line-height: 2.9;
        text-align: center;
    }
    #subblogPage .myCol {
        margin: 40px 28px;
        margin-bottom: 0;
    }
}

@media (max-width: 447px) {
    #header {
        margin-top: 124px;
    }
}