@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Nunito', sans-serif;
	background-color: #f5f5f5;
}
section {
	padding-top: 1rem;
}

/*------------------------Card Selection Link--------------------*/
.card_selection {
	font-size: 16px;
	font-weight: 700;
	color: #1b242d;
}

.card_selection i {
	margin-right: 0.5rem;
}

/*-----------------------Heading Style--------------------*/
.form-heading {
	font-size: 20px;
	font-weight: 800;
	color: #1b242d;
	text-align: left;
}
.heading_line1 {
	width: 5rem;
	border-top: 2px solid #1b242d;
	height: 6px;
	position: relative;
	display: block;
}

.heading_line2 {
	width: 3.5rem;
	border-top: 2px solid #1b242d;
	height: 6px;
	position: relative;
	display: block;
}

.heading_line3 {
	width: 2rem;
	border-top: 2px solid #1b242d;
	height: 20px;
	position: relative;
	display: block;
}

/*-----------------------Query form----------------------------*/
.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
  .input-container {
    position: relative;
    height: 7rem;
    width: 7rem;
    margin: 0rem;

   }
    .radio-button {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      cursor: pointer;
    }
    .radio-tile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      padding: 0rem;
      transition: transform 300ms ease;
    }
input[type="radio"]
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.choose_wheeler input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.four_wheeler {
	background-image: url(../on-road/four_wheeler.png);
	background-position: center;
}

.two_wheeler {
	background-image: url(../on-road/two_wheeler.png);
	background-position: center;
}

.choose_wheeler_label {
	cursor: pointer;
	border: 2px solid #5f5f5f;
	border-radius: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 140px;
	margin-bottom: 1rem;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7);
}

.choose_wheeler_label:hover {
	-webkit-filter: brightness(1.2) grayscale(0) opacity(1);
	-moz-filter: brightness(1.2) grayscale(0) opacity(1);
	filter: brightness(1.2) grayscale(0) opacity(1);
	background-color: #ffeac5;
	border: 2px solid #41AA82;
}

.choose_wheeler input:checked+.radio-tile label
{
	background-color: #ffeac5;
	border: 2px solid #41AA82;
	-webkit-filter: brightness(1.2) grayscale(0) opacity(1);
	-moz-filter: brightness(1.2) grayscale(0) opacity(1);
	filter: brightness(1.2) grayscale(0) opacity(1);
}

.form-desc {
	text-align: left;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

#query_form .form-input {
	height: 45px;
	font-size: 14px;
	width: 100%;
	display: block;
	margin: 0 auto;
	color: #000;
	background-color: #f3f3f3;
	border: 2px solid #b1b1b1;
	border-radius: 8px;
}

#query_form .contact-textarea {
	height: 80px;
	font-size: 14px;
	width: 100%;
	display: block;
	margin: 0 auto;
	color: #000;
	background-color: #f3f3f3;
	border: 2px solid #b1b1b1;
	border-radius: 8px;
}
/* .add-call {
	background-color: #41aa82 !important;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 0.5rem 1rem;
} */

.add-call {
	-webkit-appearance: none;
	background-color: #41aa82;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 0.5rem 1rem;
}
.add-call:-webkit-autofill {
   background-color: #41aa82 !important;
}

/* input:read-only {
	background-color: #bfbfbf !important;
} */

/*--------------------------White box background-------------------*/
.white_bg {
	background-color: #fff;
	padding: 1rem;
	box-shadow: 0px 0px 9px -5px;
	border-radius: 8px;
}


/*-------------------------What we do box-----------------------*/
.bg1 {
	background-color: #4B85CA;
}

.bg2 {
	background-color: #F5857E;
}

.bg3 {
	background-color: #F59503;
}

.bg4 {
	background-color: #86C5E6;
}

.bg5 {
	background-color: #E5BD8C;
}

.bg6 {
	background-color: #B4726D;
}

.what_we_do_row {
	padding: 0px 7px;
}

.what_we_do_box {
	border-radius: 8px;
	padding: 1rem 0.8rem;
	min-height: 100%;
	margin: 0px 7px;
}

.what_we_do_box .what_img {
	display: block;
	margin: 0 auto;
	margin-bottom: 0.8rem;
	width: 80%;
	height: 80px;
	object-fit: contain;
}

.what_we_do_box .what_content {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}


/*--------------------------Service We Provide-----------------------*/
.service_box {
	background-color: #86C5E6;
	border-radius: 8px;
	padding: 0.5rem;
}

.service_img img {
	background-color: #fff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 0.8rem;
	height: 130px;
	object-fit: contain;
}

.service_content h4 {
	padding-left: 15px;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	position: relative;
	top: 2.8rem;
}

.counter_title
{
	background-color: #91D6F5;
	border-radius: 8px;
	padding: 1rem 0rem;
}
.counter_title .title
{
	    margin: 0px;
    background-color: rgba(255,255,255,0.5);
    padding: 0.5rem;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
.counter_box .number
{
	    width: 4rem;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    height: 100%;
    line-height: 4rem;
    font-size: 16px;
    font-weight: 800;
}
.counter_box .text
{
	    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}
.box1
{
	background-color: #91D6F5;
}
.box2
{
	background-color: #CDE063;
}
.box3
{
	background-color: #EDCCD3;
}
.box4
{
	background-color: #FDD262;
}
.text1
{
	color: #03abf7;
}
.text2
{
	color: #93ab0f;
}
.text3
{
	color: #bd4a63;
}
.text4
{
	color: #b1881c;
}
.counter_outerbox
{
	    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 9px -5px;
    margin-top: 1rem;
    padding: 1rem 0.5rem;
}

.top_logos
{
	width: 65%;
}
.logo_section
{
	background-color: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    padding: 0rem 1rem;
}
