
/*****************************
	BOOTSTRAP OVERRIDES
*****************************/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 992px;
    }
}

@media only screen and (min-width:1441px) {
    .container { 
        max-width: 1170px;
    }
}

/*****************************
	RESET
*****************************/
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a,
img,
button {
    transition: .3s;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

input:focus,
button:focus {
    outline: 0;
}

/*****************************
	GLOBAL STYLES
*****************************/
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    transition: .3s;
    color: #666666;
    background-color: #F3F3F3;
}

/*****************************
	UTILITIES
*****************************/
.overflow-hidden {
    overflow: hidden;
}

.hx-60 {
    height: 60px !important;
}

.fill-100 {
    width: 100%;
    height: 100%;
}
.form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CBCBCB;
  opacity: 1; /* Firefox */
}
/*****************************
	COMPONENTS
*****************************/


/*****************************
	HEADER
*****************************/
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffff;
    transition: .3s;
    border-bottom: 1px solid rgb(0 0 0 / 22%);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 16%);;
}

header>.container {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .3s;
}

header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

body.scrolled header {
    background-color: #ffffff;
    border-bottom: 1px solid #0c4c7c26;
}

body.scrolled header>.container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo {
    width: 100%;
    height: auto;
    max-width: 350px;
}
/****************************
	MAIN CSS
****************************/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.section-home-inner {
    padding-top: 20px;
}

.main-heading {
    font-weight: bolder;
    font-size: 52px;
    line-height: 78px;
    color: #3E4095;
}

.heading {
    font-size: 28px;
    line-height: 37px;
    color: #000000;
    font-weight: 500;
    padding-top: 25px;
}



/*Form*/
.card-body {
    position: relative;
    max-width: 1014px;
    margin-top: 20px;
}
.form-common{
    flex-direction: row;
    justify-content: center;
}
.input-types {
    display: flex;
}
.form-field-group {}
.form-field-group .form-control{
    font-size: 35px;
    max-width: 405px;
}
.form-group.zipcode {
    padding-right: 40px;
}
.form-group.form-age {
    padding-right: 25px;
}
.form-multiple {
    padding-top: 30px;
}
.zipcode label,.form-age label {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 0px 5px;
    color: #000000;
}
.checkboxes label{
    font-size: 16px;
    color: #000000;
}
#zipcode,
#age {
    display: block !important;
    padding: 10px 8px 8px 15px !important;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #979797;
}
.single-car img {
    width: 25px;
}
.car-group img {
    width: 90px;
    max-width: 90px;
}
.submit-bttn {
    margin: 0 auto;
}
.btn-form-submit {
    background-color: #3E4095;
    color: #ffffff;
    padding: 17px;
    border-radius: 10px;
    width: 324px;
    height: 80px;
    margin-top: 65px;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
}
.get-my-quote {
    font-weight: 600;
}
#navlist li {
    display: inline-block;
    list-style-type: none;
    padding: 0px 15px 0 10px;
    border-right: 1px solid #707070;

}
#navlist li:last-child {
    border-right: 0px;
}
ul#navlist li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.back-top {
    font-size: 15px;
    color: #979797;
}
.go-top-icon {
    padding:0px 0px 0px 15px;
}

.go-top-icon a img{ 
    height: 25px;
}
.section-home-inner{
   
}
.go-top-icon i {
}
.nav-list{
    justify-content: center;
    align-items: center;
}
.right-col {
    text-align: center;
}
.footer-text {
    font-size: 14px;
    line-height: 19px;
}
.footer-logo img {
    height: auto;
    max-width: 70%;
}
.copy-right {
    font-size: 14px;
}
section.home-banner {

}

#befor-footer-section{
    padding: 35px 0px 50px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
#befor-footer-section .container {
    max-width: 998px;
}
.home-banner>.container {
    position: relative;
}

.banner-left-img {
    text-align: center;
    margin: 170px auto -2px;
    display: table;
}

/***************************
	FOOTER
***************************/
.footer-bottom .container {
    padding: 10px 15px 30px 15px;
    max-width: 998px;
} 

.footer-bottom .container #navlist li {
    font-size: 10px;
}
.footer-bottom .container #navlist li a {
    font-size: 12px;
    font-weight: 400;
}
.footer-logo {
    max-width: 320px;
    width: 100%;
}
.fb-right-col{
    text-align: right;
}
.footer-widget .widget-title {
    font-size: 14px;
    color: #0c4c7c;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-widget .footer-list li {
    display: block;
    margin-bottom: 12px;
}

.footer-widget .footer-list li:last-child {
    margin-bottom: 0;
}

.footer-widget .footer-list li a {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    display: block;
    line-height: 16px;
}

.footer-widget .footer-list li.active a {
    color: #0c4c7c;
}

.footer-widget .footer-list li a:hover {
    text-decoration: none;
    color: #0c4c7c;
}

.footer-bottom {
    font-size: 14px;
}

.footer-bottom a {
    color: #000A9A;
}

.after-bottom .inner {
    font-size: 11px;
    max-width: 520px;
    margin: auto;
}

.go-to-top {
    position: relative;
    height: 10px;
    display: block;
}

.go-to-top img {
    position: absolute;
}

.arrow-up-animation {
    animation-name: arrow-up-animation;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: 0s;
}

@keyframes arrow-up-animation {
    0% {
        top: 0px;
        opacity: 1;
    }

    100% {
        top: -25px;
        opacity: 0;
    }
}


/*custome checkbox*/
.check_list {
    padding-top: 30px;
    margin-left: 35px;
}
.container_checkbox { 
    display: inline-block !important;
    position: relative;
    padding: 0px 0 0 40px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 23px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 40px;
    line-height: 25px;
    color: #000;
}
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
}
.container_checkbox input:checked ~ .checkmark {
    background-color: transparent;
}
.checkmark {
    position: absolute;
    top: -5px;
    left: 0;
    height: 34px;
    width: 34px;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #5A5A5A;
    border-radius: 20px;
}
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container_checkbox .checkmark:after {
    left: 5px;
    top: 8px;
    width: 22px;
    height: 19px;
    background: url(../images/check-icon.png) no-repeat;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    color: #000;
}
/*custome checkbox end*/

/*check box cars*/
.container_checkbox-car { 
    display: inline-block !important;
    position: relative;
    padding: 0px 0 0 30px !important;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 23px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    color: #000;
}
.container_checkbox-car input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
}
.container_checkbox-car input:checked ~ .checkmark {
    background-color: #fff;
}

.container_checkbox-car input:checked ~ .checkmark-car {
    background-color: transparent;
}
.checkmark-car {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #5A5A5A;
    border-radius: 20px;
}
.container_checkbox-car input:checked ~ .checkmark-car:after {
    display: block;
}
.container_checkbox-car .checkmark-car:after { 
    left: 4px;
    top: 5px;
    width: 13px;
    height: 13px;
    background: url(../images/check-icon-img.png) no-repeat;
    background-size: 85%;
}
.checkmark-car:after {
    content: "";
    position: absolute;
    display: none;
    color: #000;
}


/*check box cars end*/



