
/* custom fonts starts */

@font-face {
  font-family: OpenSans-Bold;
  src: url(../custom-font/OpenSans-Bold.ttf);
}

@font-face {
  font-family: OpenSans-Light;
  src: url(../custom-font/OpenSans-Light.ttf);
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../custom-font/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../custom-font/OpenSans-Regular.ttf);
}

body {
  font-family: OpenSans-Regular;
}

/* Coverage type page starts */

#coverage-page{
	background-color: #eb2630;
}

#coverage-page .logo{
	height: 70px;
	margin: 15px 0px;
}

.error-class-form{
    border: 1px solid #eb2630;
}

/* coverage type starts */

/* #coverage-type .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
#coverage-type .input-group-btn .btn-group {
    display: flex !important;
    justify-content: center;
    margin-top: 50px;
}
#coverage-type .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

#coverage-type .btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#coverage-type .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#coverage-type .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#coverage-type .num-btn{
	padding: 20px 40px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0px;
    color: #fff;
    background-color: #eb2630;
    border-color: #eb2630;
}

#coverage-type .dropdown-toggle{
	padding: 20px 40px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0px;
    color: #fff;
    background-color: #fff;
    border-color: #eb2630;
} */

/*@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}*/

/* #coverage-type h1{
	color: #231f20;
	margin-bottom: 30px;
	font-size: 26px;
}

#coverage-type .car-sec{
	width: 100%;
	display: inline-block;
	height: auto;
}

#coverage-type .car-sec img{
	width: 100%;
}

#coverage-type hr{
	border-color: #ccc;
}

#coverage-type ul{
	list-style-type: none;
	background-color: #eb2630;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px;
}

#coverage-type ul li{
	padding: 20px 0px;
    width: 20%;
}

#coverage-type ul li:hover{
	background-color: #b11820;
}

#coverage-type ul li a{
	color: #fff;
	font-size: 20px;
}

#coverage-type ul li a:hover{
	text-decoration: none;
}

#coverage-type .number-btn{
	background-color: #231f20;
	border-color: #231f20;
	border-radius: 8px;
	padding: 25px 0px;
	width: 80%;
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #fff;
}

#coverage-type .check-btn{
	background-color: #eb2630;
	border-color: #eb2630;
	border-radius: 8px;
	padding: 25px 0px;
	width: 30%;
	font-size: 22px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	display: block;
	color: #fff;
} */
