﻿body {
    /*font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”; */
    /* default is 1rem or 16px */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.btn {
    font-size: 16px;
}


.fakeimg {
    height: 200px;
    background: #aaa;
}

.hfont {
    padding-top: 20px 0px 10px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
}


.bg-dark {
    background-color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: black;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-top: 1px solid#c5c5c5;
    border-bottom: 3px solid#ff6a00
}

.navbar-dark .navbar-brand {
    color: black;
}

.select-wrapper select, .select-wrapper .select-title {
    background-color: transparent;
    padding: 16px 13px 15px 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    border-radius: 10px;
    margin-right: 11%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

</style >
<style >
/* The container */
.centainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.centainer input {
    position: absolute;
    /*opacity: 0;*/
    cursor: pointer;
    width: 30px;
    height: 30px;
    /*margin-right:20px;*/
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.centainer:hover input[type=radio] ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.centainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.centainer input[type=radio]:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.centainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

</style >
<style >
.label {
    border: 1px solid;
    padding: 17px;
    border-radius: 5px;
    font-size: 18px;
}

.label:hover {
    box-shadow: 0 0 0 2px #674186;
}

input[type="radio" i] {
    background-color: red;
}


input[type=radio] + label {
    margin-left: 50px;
}

input[type=checkbox] + label {
    margin-left: 50px;
}

.verAlign {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

</style >
<style >
body, html {
    height: 100%;
    margin: 0;
}
/*body {
  background-image: url('images/Background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}*/
.carQuoteS {
    border-radius: 20px;
    border: 0px;
    background-color: #427EC0;
    box-shadow: 2px 2px 1px #aaa;
    color: white;
}

.retriveQuoteS {
    border-radius: 20px;
    border: 0px;
    background-color: #ffffff;
    box-shadow: 2px 2px 1px #aaa;
    color: navy;
}

.makeClaimS {
    border-radius: 20px;
    border: 0px;
    background-color: #20aba0;
    box-shadow: 2px 2px 1px #aaa;
    color: white;
}

.btnLoginS {
    border-radius: 5px;
    border: 1px solid black;
    background-color: #427EC0;
    color: white;
}

.btnSubmitS {
    border-radius: 5px;
    border: 1px solid black;
    background-color: transparent;
    color: black;
}

</style >
<style >
.full-width-image {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.full-width-image img {
    width: 100%;
}

.topT {
    position: absolute;
    top: 0px;
}

.topT1 {
    position: absolute;
    top: 45px;
}


.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}

</style >
<style >

@media only screen and (min-width: 768px) {
    .navbar

{
    margin-bottom: 0px;
}

.navbar-nav {
    display: table !important;
    width: 100% !important;
    margin: 0 !important;
}

    .navbar-nav > li {
        float: none !important;
        display: table-cell !important;
        text-align: center !important;
    }

.p100 {
    padding-top: 100px;
}

.content {
    position: absolute;
    display: inline-block;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    color: #764bb4;
    width: 10px;
    text-align: center;
    z-index: 999;
}

.play {
    font-size: 50px;
    cursor: pointer;
    /*border: 1px solid #FFF;*/
    display: inline-block;
    text-align: center;
    padding: 5px 25px;
    margin-top: 450px;
}

}

@media only screen and (max-width: 768px) {
    .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 15px !important;
    }

    .nav > li {
        position: relative;
        display: block;
        border-bottom: 1px solid gray;
    }

    .padb10 {
        padding-bottom: 10px;
    }

    .p30 {
        padding: 10px;
    }

    .p100 {
        padding-top: 30px;
    }

    .fnt12 {
        font-size: 12px;
    }
}

</style >
<style >
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bottomB

{
    position: absolute;
    bottom: 50px;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .bottomB {
        position: absolute;
        bottom: 50px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .bottomB {
        position: absolute;
        top: 10%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .bottomB {
        position: absolute;
        top: 20%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .bottomB {
        position: absolute;
        top: 35%;
    }


    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1900px) {

        .bottomB {
            position: absolute;
            top: 50%;
        }
    }

