@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');


body{
	margin:0;
	padding:0;
	font-size:14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
a, a:link, a:visited, a:active, a:hover,button,input,select,textarea,i{
	text-decoration: none;
	outline:none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
input, select, textarea {
	width: 100%;
	outline:none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
button{
	cursor: pointer;
}
input[type="radio"], 
input[type="checkbox"]{
	width: auto;
}
input:focus, select:focus, textarea:focus, button:focus{
	outline: none;
	box-shadow: none;
}
img{
	max-width:100%;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


input, button, select, optgroup, textarea {
	font-family: revert;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif !important;
}

/* ----------------------------------------------------------
------------------img section css  start ----------------------
---------------------------------------------------------- */

/*header.section_menu {
    background: linear-gradient(to bottom, #b6fff8 0%,#7d80dc 100%);
    height: 600px;
}*/


.section_menu nav.navbar {
	justify-content: center;
	margin-top: 0;
	padding-top: 0;
}

.section_menu .navbar-brand.moblogo {
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 15px 15px;
}

header.section_menu {
    height: 600px;
	/*background: url("../images/banner.jpg");*/
	background-image: -webkit-linear-gradient(left, #006acc, #01d5ff);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

nav.navbar {
    justify-content: center;
}

section.new_custome_drive {
	padding: 70px 0px;
}

.small_line_car p {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic;
}

.new_form_car p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
        margin-bottom: 20px;
    font-style: italic;
}


.navbar-light .navbar-nav .nav-link {
    color: #222f5a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin-left: 50px;
}

.small_line_car h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    color: #b1ff4e;
}

.drive_checkbox .form-group {
    display: inline-block;
    margin-bottom: 10px;
}


.new_form_car input {
    background: url(../images/location.png) no-repeat #fff;
    background-size: 25px;
    background-position: 5px center;
    border: 1px solid #ddd;
    height: 50px;
    padding: 10px 10px 10px 40px;
    color: #222f5a;
    font-size: 15px;
    border-radius: 5px;
}

.drive_checkbox {
    margin-top: 20px;
}

.drive_checkbox .form-group {
    display: inline-block;
    margin-bottom: 10px;
}

.drive_checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.drive_checkbox .form-group label {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.drive_checkbox label {
    margin-right: 4px;
}

.drive_checkbox .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: sub;
    cursor: pointer;
    margin-right: 10px;
}

.drive_checkbox .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left:7px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.save_custome {

	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    line-height: 48px;
    cursor: pointer;
    margin: 12px 0;
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg,#26a9c5 1%,#88d22a 100%);
    background-image: -webkit-linear-gradient(0deg,#01d0fd 1%,#8cfb00 100%);
    text-align: center;

}


.save_custome:hover {
	background-image: -moz-linear-gradient(0deg,#b1ff4e 1%,#02d4ff 100%);
	background-image: -webkit-linear-gradient(0deg,#b1ff4e 1%,#02d4ff 100%);
	background-image: -ms-linear-gradient(0deg,#b1ff4e 1%,#02d4ff 100%);
	
}

.save_custome a {
	color: #002869;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

/*.save_custome button {
	color: #002869;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}*/

.btn-new {
font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222f5a;
    width: 100%;
    border: 1px solid #fff;
    line-height: 48px;
    cursor: pointer;
    margin: 12px 0;
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg,#26a9c5 1%,#88d22a 100%);
    background-image: -webkit-linear-gradient(0deg,#01d0fd 1%,#8cfb00 100%);
    text-align: center;
}

.btn-new:hover{
	background-image: -moz-linear-gradient(0deg,#b1ff4e 1%,#02d4ff 100%);
    background-image: -webkit-linear-gradient(0deg,#b1ff4e 1%,#02d4ff 100%);
    background-image: -ms-linear-gradient(0deg,#b1ff4e 1%,#02d4ff 100%);
	
}

.form_img {
    justify-content: space-between;
}


/* ----------------------------------------------------------
------------------img section css  start ----------------------
---------------------------------------------------------- */
.select_product li img {
text-align: center;
    float: left;
    min-height: 59px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.company_logo {
    padding-top: 50px;
}

.title_text h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.company_img {
    text-align: center;
}

.comn_title {
    color: #222f5a;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 30px;
    position: relative;
    padding-bottom: 10px;
}

.comn_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 135px;
    height: 2px;
    background: #bdbdbd;
    left: 0;
    right: 0;
   
    margin: auto;
}

.comn_title::after {
    content: "";
    position: absolute;
    bottom: -32px;
    width: 55px;
    height: 6px;
    background: #88d22a;
    left: 0;
    right: 0;
    top: 0px;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.comn_title_2 {
    color: #222f5a;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 30px;
    position: relative;
    padding-bottom: 10px;
}

.comn_title_2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 135px;
    height: 2px;
    background: #bdbdbd;
    left: 0;
    right: 0;
   
    margin: auto;
}

.comn_title_2::after {
    content: "";
    position: absolute;
    bottom: -32px;
    width: 55px;
    height: 6px;
    background: #88d22a;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/* ----------------------------------------------------------
------------------ work-details css start -------------------
---------------------------------------------------------- */

section.company_icon {
    padding: 50px 0px;
}

.section_title h4 {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	word-spacing: 2px;
}

.drive_img p {
    text-align: center;
    font-size: 16px;
}

.drive_img h4 {
    text-align: center;
    font-size: 20px;
	color: #222f5a;
}

.drive_img {
    padding: 40px;
    background: #e6eef4;
    border-radius: 6px;
	    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.icon_img {
    text-align: center;
    padding-bottom: 20px;
}

.drive_img:hover .icon_img {
    transform: rotateY(360deg);
		    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.drive_img:hover {
    background: #50d595;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}

.company_img img {width: 100%;
}

/* ----------------------------------------------------------
------------------ work-details css start -------------------
---------------------------------------------------------- */

section.section_driver {
    padding: 30px 0px;
}

.car_drive {
    text-align: center;
}

.car_content h5 {
    padding-bottom: 10px;
    font-size: 24px;
}

.car_content p {
    line-height: 26px;
    font-size: 14px;
}

footer{
	background: #222f5a;
	padding: 20px 0 0;
	text-align: center;
}



footer p span {
	color: #9dee37;
}


/*07-09*/

footer p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	padding: 10px 0;
	background: #101935;
}

.banner-btn-bg {
	padding: 20px 0 50px;
}


.new-banner-btn {
	background: #a5ed97;
	overflow: hidden;
	
}

.new-banner-btn h4 {
	color: #222f5a;
	padding: 50px 30px 50px 50px;
	font-size: 30px;
}

.new-banner-btn .btn-bg {
	background:rgba(5,29,105,0.8);
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-right: 10px;
}

.new-banner-btn .btn-bg input {
	width: 30%;
    margin-right: 20px;
    padding: 25px;
	box-shadow: none;
	border: 1px solid #fff;
		-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}

.new-banner-btn .btn-bg input:focus {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	
	
}



.new-banner-btn .btn-bg::before {
	width: 0;
	height: 0;
	border-bottom: 200px solid rgba(5,29,105,0.8);
	border-left: 50px solid transparent;
	position: absolute;
	content: '';
	left: -50px;
}

.new-banner-btn .btn-bg a {
background: #b1ff4e;
    padding: 11px 70px;
    border-radius: 4px;
    color: #222f5a;
    font-size: 20px;
    font-weight: 600;
}

.new-banner-btn .btn-bg a:hover {
	background: #a0ea43;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	
}
.footer-links {
	margin: 20px 0 30px;
}

.footer-links li {
	display: inline-block;
	margin-right: 25px;
}

.footer-links li:last-child{
	margin-right: 0;
}

.footer-links li a {
	color: #fff;
	
}

.footer-links li a:hover {
	color: #b1ff4e;
	
}
.footer_logo {
	padding-bottom: 20px;
}

.social {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 40px;
}

.social a {
	background: #fff;
	color: #222f5a;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 18px;
	margin-right: 15px;
	cursor: pointer;
}

.social a:last-child {
	margin-right: 0px;
	
}

.social a:hover {
	background: #88d22a;
	color: #fff;
}

.logo-social {
	display: flex;
}



	
	


.logo {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 15px 15px;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top_insurance_link {
    text-align: right;
    position: relative;
    z-index: 2;
    margin-top: 35px;
  }
  
  .top_insurance_link a{
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-left: 70px;
  }
  
  .top_insurance_link a::before {
    content: "";
    width: 1px;
    height: 80%;
    background: #fff;
    position: absolute;
    left: -35px;
    top: 10%;
}
.top_insurance_link a:first-child{
    margin-left: 0;
}
.top_insurance_link a:first-child::before{
    display: none;
}