@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #7d838b;
    border-radius: 20px;
}
::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #7d838b;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    border-radius: 4px;
}


.btn-success-active {
   background-color: #65B688;
   border-color: #65B688;
   }
.btn-danger-active {
   color: #fff;
   background-color: #d9534f;
   border-color: #d43f3a;
   }
.btn-active {
   color: white;
   display: inline-block;
   margin-bottom: 0;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   white-space: nowrap;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   border-radius: 4px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   }

.alert_pop{
	min-width: 250px;
	position: absolute;
	top: 94px;
	right: 10px;
	padding: 17px;
	padding-right: 0;
	border-radius: 3px;
	border-left: 4px solid #842525;
	overflow: hidden;
	z-index: 999999;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 2px 6px 0 rgba(10,207,151,.5);
}
.success{
	background-color: #0acf97;
	border:1px solid #0acf97;
}
.error{
	background-color: red;
	border:1px solid red;
}
.required{
	background-color: orange;
	border:1px solid red;
}
.fadeIn{
		opacity: 1;
		transition: opacity .15s linear;
}
.text{
	color: #fff;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.android_icon{
	width:100%;
	margin: 0 auto;
	padding:25px 0;
}
.android_icon a{
	display: flex;
	align-items: center;
	justify-content: center;
}
a,
a:hover{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	position: relative;
	background: #f0f1f3;
	overflow-y: auto;
}
header{
	background: #fff;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
	display: flex;
	width: 100%;
	height: auto;
	align-items: center;
	position: fixed;
	z-index: 9999;
	top: 0;
}
.pager {
    text-align: center;
    margin: 1.75rem 0;
    float:right;
}
.pager span{
  	border: 1px solid #ddd;
  	padding: 6px 12px;
    font-size: 12px;
}
.pager span:not(:last-child){
  	border-right: none;
}
.pager span:first-child{
  	border-top-left-radius: 3px;
  	border-bottom-left-radius: 3px;
}
.pager span:last-child{
  	border-top-right-radius: 3px;
  	border-bottom-right-radius: 3px;
}
.pg-goto {
	color: #337ab7;
	cursor: pointer;
	background: #fff;
	padding: 2px 4px 2px 4px;
}
.pg-selected {
	color: #fff;
	font-size: 15px;
	background: #337ab7;
	border-color: #337ab7!important;
}
.pg-normal {
	color: #337ab7;
	font-size: 15px;
	cursor: pointer;
	background: #fff;
}
.tab{
		width: 100%;
	}
	.tab ul{
		width: 100%;
    	height: auto;
    	display: flex;
    	justify-content: flex-end;
    	padding: 10px 30px;
    	border-bottom: 1px solid #f4f4f4;
	}
	.tab ul li{
		list-style: none;
    	display: inline-block;
    	padding: 6px 12px;
    	cursor: pointer;
    	background-color: #eeeef0;
    	transform: all 300ms;
    	border: 1px solid #ccc;
    	color: #565555;
    	font-size: 13px;
	}
	.tab ul li:first-child{
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.tab ul li:last-child{
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.tab ul li:hover{
		box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
	}
	.tab ul li.current{
		box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
	}
	.tab-text{
		width: 100%;
		height: auto;
	}
	.tab-text>h1,.tab-text>p{
		padding: 10px 20px;
	}
	.hide{
		display: none;
	}
	.current{
		display: block;
	}
.renew_btn, .active_btn{
	background-color: green!important;
    padding: 0px !important;
    color: #fff;
    width: 30px;
    height: 20px;
    border-radius: 3px;
}
.renew_btn{
	background-color: red!important;
}
.renew_btn span,.active_btn span{
	color: #fff;
	font-size: 12px;
	padding-left: 0;
	padding-top: 5px;
}
.colum{
	width: 100%;
	margin-bottom: 7px;
	background-color: red;
	border-radius: 3px;
}
.insurance-block{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.colum-heading{
	color: #fff;
	padding-left: 0;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .2px;
	text-transform: uppercase;
}
.insurance-block p{
	padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.search_bar{
	width: 33%;
	height: auto;
}
.search_bar input{
	width: 100%;
    padding: 8px 10px 8px 46px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    text-transform: inherit;
    color: #646464;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.search_bar span{
	position: absolute;
	z-index: 1;
	font-size: 15px;
	color: #fff;
	padding: 9px;
	border-right: 1px solid;
	background-color: #2653d4;
}
.left-side-box ul::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.left-side-box ul::-webkit-scrollbar {
    width: 5px;
	border-right: 5px;
	position: absolute;
	height: 5px
}
.left-side-box ul::-webkit-scrollbar-track {
    background: #35353b; 
	visibility: hidden;
}
 .left-side-box ul::-webkit-scrollbar-thumb {
    background: #888;
	 height: 50%;
	 visibility: hidden;
}
.left-side-box ul::-webkit-scrollbar-thumb:hover {
    background: #555; 
	visibility: visible;
}
.login-box{
	width: 430px;
	background: #ecf0f3;
	box-shadow: 13px 13px 20px #cdced1,
	-13px -13px 20px #fff;
	border-radius: 40px;
	margin: 0 auto;
	/*padding: 60px 35px 35px 35px;*/
}
.logo-heading{
	width: 50%;
	height: auto;
	text-transform: uppercase;
	padding: 20px 0;
	display:flex;
	font-size: 40px;
	margin: 0 auto;
	justify-content: center;
}
.logo-heading h1{
	width: 100%;
}
.login-box form{
	padding: 3rem 2rem ;
	width: 100%;
	margin: 0 auto;
}
.form-input{
	width: 100%!important;
	display: block;
	position: relative;
}
.form-input input{
	background: none;
    border: none!important;
    padding: 20px 10px 20px 36px !important;
    width: 100%!important;
    font-size: 14px!important;
}
.username, 
.password{
	box-shadow: inset 8px 8px 8px #cbced1,
	inset -8px -8px 8px #fff;
	border-radius: 25px!important;
}
.form-input label{
	font-weight: 100!important;

}
.form-input button[type="submit"]{
	background: transparent!important;
	border: none;
	outline: none;
	width: 100%;
	display: block;
	cursor: pointer;
	padding: .8rem .9rem;
	color: #fff;
	font-size: .875rem;
}
.submit-btn-2{
	outline: none;
	border: none;
	cursor: pointer;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    color: #ffffff;
    font-weight: 700;
    background-color: #02c8db;
    border-radius: 30px;
    transition: all 0.5s ease-out;
    box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #fff;
}
.submit-btn-2:hover{
	color: #fff;
    background-color: #4e5bf2;
    border-color: #4250f2;
}
.active{
	display: block!important;
	left: 0!important;
}
.active_bg{
	background: #3c8dbc;
	transition: .2s all;
}
.pulse{
	animation: pulse 1500ms infinite;
    border-radius: 50%;
}
@-webkit-keyframes pulse {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes pulse {
  	0%{
    	box-shadow: 0px 0px 0px #111111;
  }

  	40%{
    	-webkit-box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
    	box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
	}
	70%{
		-webkit-box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
    	box-shadow: 0 0 0 30px rgba(255, 194, 17, 0);
	}

}

.icon-2{
	position: absolute;
    top: 4px;
    left: 15px;
    padding: 9px 11px;
    font-size: 14px !important;
    color: #555;
}
.icon-1{
	position: absolute;
    top: 4px;
    right: 10px;
    padding: 9px 11px;
    font-size: 14px !important;
    color: #555;
    cursor: pointer;
}
.tyre-btn{
	width: 60%!important;
}
.container-full{
	width: 100%;
	height: auto;
}
.left-side{
	min-width: 235px;
	height: auto;
}
.header-left{
	min-width: 235px;
}
.right-side,
.header-right{
	width: 85%;
	height: auto;
}
.toggle{
	display: none;
}
.toggle li{
	display: inline-block;
    align-items: center;
    display: flex;
}
.toggle li span{
	color: #444444;
	font-size: 21px;
}

.right-side-box-margin{
	margin-left: 235px;
}
.container{
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
	width: 100%;
}
.logo{
	width: 100%;
	background: #364150;
	height: auto;
	padding: 15px 0;
}
.logo h1 a{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif!important;
	font-size: 28px;
}
.header-right ul{
	width: 100%;
	height: auto;

}
.header-right ul li{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header-right ul li button{
	cursor: pointer;
    background: transparent;
	color: #bebebe;
    border: 0;
    padding: 4px 0;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	outline: none;
	float: left;
}
.header-right ul li button .search-icon{
	color: #bebebe;
	font-size: 24px!important;
}
.header-right ul li input[type="text"]{
	border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    color: #111111;
    font-size: 16px;
	height: 37px;
	outline: none;
}
.icon-bar{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	text-align: right;

}
.icon-bar h4{
	padding-right: 20px;
	text-transform: capitalize;
	font-size: 13px;
}
.icon-bar h4 span{
	color: #646464;
	font-size: 13px;
}
.img{
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.tooltiptext {
	visibility: hidden;
    width: 250px!important;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    transform: translateY(-23px);
    right: -11px;
    top: 62px;
    display: block;
    transition: all 300ms ease;
}
.tooltiptext li{
	width: 100%!important;
	padding:15px;
}
.tooltiptext li p{
	text-transform: capitalize;
}
.tooltiptext li span{
	padding: 0 15px;
	color: #646464
}
.tooltiptext li a{
	color: #646464;
	display: block;
}
.tooltiptext li:first-child{
	background:#ffa001;
	display: block!important;
}
.tooltiptext li:nth-child(2),
.tooltiptext li:nth-child(3),
.tooltiptext li:nth-child(4){
	padding-bottom: 0;
}
.visible{
	visibility: visible;
    opacity: 1;
    display: block!important;
    transform: translateY(-17px);
}
.tooltiptext p{
	padding-left: 14px
}
.icon4{
	font-size: 14px
}
.tooltiptext::after{
	content: '';
	border-bottom: 12px solid #ffa001;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 13px
}
.contant{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	top: 86px;
}
.left-side-box{
	background: #364150;
	height: 100vh;
	position: fixed;
	z-index: 999;
	overflow-y: auto;
	border-radius: 3px;
	border-top-left-radius:0;
}
.left-side-box>ul{
	width: 100%;
	height: 90vh;
	overflow-y: auto;
	padding-top: 15px;
}
.left-side-box ul li{
	width: 100%;
	display: block;
}
.left-side-box ul li:hover{
	background: #3c8dbc;
}
.left-side-box ul li:hover a,
.left-side-box ul li:hover .icon{
	color: #fff;
}

.left-side-box ul li ul.dropdown{
	display: none;
	background: #4d555f;
	height: auto;
}
.left-side-box ul li ul.dropdown:last-child li{
	border-bottom: none;
}
.left-side-box ul li ul.dropdown li a{
	padding-left: 20px;
}
.left-side-box ul li a{
	position: relative;
    padding: 12px 10px;
	color: #b8c7ce;
	display: block;
	font-size: 12px;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.left-side-box ul li.active_bg .icon{
	color: #fff;
}
.left-side-box ul li.active_bg a{
	color: #fff;
}
.left-side-box ul li.active_bg .icon_2{
	transform: rotate(90deg);
}
.icon{
	color: #b8c7ce;
	margin-right: 15px;
	font-size: 15px;
	margin-left: 0;
}
.icon-home{
	font-size: 16px;
}
.contant-box{
	width: 100%;
	min-height: 83.6vh;
	padding-left: 15px;
	padding-right: 15px;
}
.contant-box .heading-title{
	width: 100%;
	height: auto;
	padding: 15px 15px;
	border-bottom: 1px solid #ccc;
	color: #3a3a3a;
	background-color: #fff;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.contant-box .heading-title h3{
	color: rgb(130 130 130);
	font-size: 16px;
	font-weight: 500;
}
.contant-box .pagination{
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background-color: #fff;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.graph-heading{
	padding: 15px 0!important;
	margin-bottom: 10px;
}
.contant-box .pagination p{
	display: inline-block;
    font-size: 13px;
    position: relative;
    margin-right: 15px;
    padding-right: 10px;
    color: #646464;
}
.contant-box .row{
	width: 100%;
	height: auto;
	margin: 11px 0;
	overflow: hidden;
}
.col-4{
	width: 33.33%;
	height: auto;
	float: left;
	padding: 5px;
}
.col-4:first-child{
	padding-left: 0;
}
.col-4:last-child{
	padding-right: 0;
}
.col-box{
	background: #00a65a;
	box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
	border-radius: 3px;
}
.col-box li{
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.2);
}
.col-box li p{
	color: #fff;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.col-box li .icon-box{
	width: 85px;
	height: 85px;
	padding: 15px;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.col-box li .icon-box img{
	width: 100%;
}
.col-box>li>.icon-box>.icon-1{
	color: #fff;
	font-size: 44px!important;
	padding: 0;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.col-box li:last-child{
	text-align: right;
	width: 65%;
	background-color: transparent;
}
.col-box li:last-child span{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
.graph{
	width: 100%;
	height: auto;
}
.graph-1{
	padding: 0 15px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
	border-radius: 3px;
	margin-bottom: 15px;
}
footer{
	width: 100%;
	padding: 2px 20px 2px 2px;
	text-align: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
footer li{
	color: #707070;
	line-height: 1.7;
	font-size: 12px;
}
footer li a{
	color: #707070;
	text-decoration: underline;
}
.row .form-box{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	display: inline-block;
}
.form-heading{
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 2px solid #ffa901;
	padding: 10px 15px;
	font-size: 17px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #f0f1f3;
	color: rgb(120 120 120);
}
.row .form-box form{
	width: 100%;
	height: auto;
	padding: 20px 15px;
}
.form-group{
	width: 33%;
	display: inline-block;
	height: auto;
	margin-bottom: 2rem;
	padding-left: 10px;
	padding-right:10px;
}
.form-group label{
	display:block;
	width: 100%;
	text-align: left;
	color: #6c7991;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}
.form-group input{
	border: 1px solid #f0f1f3;
    height: 35px;
    text-transform: inherit;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    color: #6c7991;
}
.form-group select{
	border: 1px solid #f0f1f3;
    height: 35px;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #6c7991;
}
.submit-btn{
	width: 100%!important;
}
.form-group button[type="submit"], button[type="submitft"]{
	background: #2653d4;
	outline: none;
	border: none;
	padding: 7px 16px;
	transition: all 0.3s ease-out;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 4px;
}
.form-group button[type="submit"]:hover, button[type="submitft"]:hover{
	background: #042954;
}
.alert{
	width: 100%;
	color: #444444;
	padding: 20px 15px;
	-webkit-animation: fadeIn 2s infinite;
    transition: all 1s;
    animation: fadeIn 2s infinite;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.table{
	width: 100%;
	height: auto;
	border: 1px solid  #e1e1e1;
	margin: 0 auto;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.table tr th{
	border-bottom:1px solid #e1e1e1;
	color: #6c7991;
	padding: 10px 15px;
    font-size: 14px;
}
.select{
    height: 40px;
    outline: none;
    border: none;
    padding: 5px 10px;
    width: 100%;
    font-size: 17px;
    border-radius: 3px;
    text-transform: uppercase;
}
.table td{
	border-bottom:1px solid #e1e1e1;
	color: #646464;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}
.search_div{
	display: block;
	padding: 15px 10px; 
}
.search_div .form-group{
	width: 47%!important;
	margin-bottom: 0;
}
.search_div .submit-btn{
	width: fit-content!important;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.search_form{
	margin-bottom: 0;
	padding: 0!important;
	display: flex;
}

.search_div .form-group:first{
	padding-left: 0;
}
.shorting{
	background: #f9f9f9;
}
.table tr:nth-child(even){
	background-color: #f9f9f9;
}
.table tr:nth-child(even) .shorting{
	background-color: #f1f1f1;
}
.form-check{
	position: relative;
	float: left;
}
 input[type="checkbox"]{
	cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    left: 0px;
    z-index: 1;
    opacity: 0;
}
.checkmark{
	position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.checkmark:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 18px;
    top: -6px;
   /* z-index: 1;*/
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 24px;
  top: -3px;
  width: 4px;
  height: 8px;
  border: solid #08b13c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input:checked ~ .checkmark:after {
  display: block;
}
.form-group-1{
	width: 33%!important;
}
.table-responcive{
	width: 100%;
	overflow-x: auto;
	display: block;
}
.edit-btn{
	display: flex;
	justify-content: center;
}
.edit-btn button{
   color: #fff;
    border-radius: .25rem;
    background: #4e73df;
    cursor: pointer;
    text-align: center;
    padding: .25rem .5rem;
    border: none;
    font-size: 10px;
}
.edit-btn a {
	background-color: red;
	border-radius: .25rem;
	padding: .25rem .5rem;
    border: none;
    margin-left: 5px;
    color: #fff;
    font-size: 10px;
}
.edit-btn a:first-child{
	margin-left: 0;
}
.form-box-left{
	width: 48%!important;
	margin-right: 20px;
	float: left;
}
.form-box-left:last-child{
	margin-right: 0;
}
.form-box-left:last-child{
	width: 50%!important;
	margin-right: 0!important;
}
.modal {
  display: flex; 
  position: fixed; 
  padding-left: 6%;
  padding-right: 6%;
  z-index: 99999; 
  left: 0;
  top: 0;
  width: 100%; 
  visibility: hidden;
  height: 100%;
  overflow: auto; 
 background-color: rgba(0,0,0,.7);  
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;  
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),
  			  0 6px 20px 0 rgba(0,0,0,0.19);
 
}
@-webkit-keyframes animatetop {
  0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
@keyframes animatetop {
  0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
.close {
  color: rgb(120 120 120);
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
}
.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 10px 16px;
  border-top: 2px solid #ffa901;
  color: rgb(120 120 120);
  border-bottom: 1px solid #f0f1f3;
  text-align: left;
  border-radius: 3px;
}
.modal-header h2{
	font-size: 15px;
	text-transform: capitalize;
}
.modal-body .form-group{
	width: 49%!important;
	float: left;
}
.btn-group {
  text-align: center;
}
.modal.is-visible, .modal.is-visible1 {
  visibility: visible;
  opacity: 1;
  width: 100%;
 -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.5s;
  animation-name: animatetop;
  animation-duration: 0.5s;
}

.modal-footer {
	display: none;
}
.filters{
	width: 100%;
	display: flex;
	margin-top: 60px;
}
.print_contant{
	width: 70%;
	text-align: right;
}
.print_contant div span{
	font-size: 16px;
	cursor: pointer;
	padding: 10px 15px;
	transition: all .4s
}
.print_contant div span:hover{
	background: #042954;
	color: #fff;
}
.table-padding{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.table_src .table tr th,
.table_src .table td{
	font-size: 12px!important;
	padding: 14px 0!important;
}






@media (max-width: 480px) and (min-width: 320px){
    .pager span{
    	padding: 6px 6px;
        font-size: 12px;
    }
	.header-right ul{
		display: none;
	}
	.search_div .form-group{
		width: 100%!important;
		margin-bottom: 10px;
	}
	.search_bar{
		width: 100%;
	}
	.search_form{
		display: block;
	}
	.tyre-btn{
		width: 100%!important;
	}
	.col-box li .icon-box{
		height: 70px;
		width: 70px;
	}
	.col-box li{
		padding: 10px;
	}
	.header-left {
		min-width: 200px!important;
	}
	.m-modal-content{
		width: 100%!important;
	}
	.logo{
		padding: 10px 0;
	}
	.logo h1 a{
		font-size: 20px;
	}
	.select{
		height: 28px;
	}
	.pagination,
	.heading-title{
		display: none;
	}
	.graph-heading{
		display: block!important;
		font-size: 12px;
	}
	.logo h1{
		font-size: 26px;
	}
	.contant{
		display: block;
		top: 57px;
	}
	.right-side{
		width: 100%;
	}
	.left-side-box{
		left: -200px;
		min-width: 200px!important;
		transition: .9s;
	}
	#checkboxes{
	    height:auto!important;
	    position:relative!important;
	}
	.contant-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-side-box-margin{
		margin-left: 0;
	}
	.col-4{
		width: 100%;
		padding: 10px 0;
		margin-bottom: 0;
		padding-top: 0;
	}
	.modal-content{
		width: 100%
	}
	.modal-body .form-group{
		width: 100%!important;
	}
	.form-group{
		width: 100%;
	}
	.toggle{
		display: flex;
		justify-content: flex-end;
	}
	footer li{
		line-height: 1.7;
	}
	.form-group-1{
		width: 100%!important;
	}
	.table tr th{
		padding: 14px 5px!important
	}
	.login-box{
		width: 90%;
	}
	.login-box form{
		padding: 20px 10px;
		width: 100%;
	}
	.form-box-left{
		width: 100%!important;
		margin-right: 0;
		float:none;
	}
	.form-box-left:last-child{
		width: 100%!important;
	}
	.colum-heading{
		font-size: 12px;
	}
	.insurance-block p{
		font-size: 12px;
	}

}
@media (max-width: 575px) and (min-width: 481px){
	.header-right ul{
		display: none;
	}
	.m-modal-content{
		width: 100%!important;
	}
	.search_bar{
		width: 100%;
	}
	.logo{
		padding: 10px 0;
	}
	.modal-content{
		width: 100%
	}
	.modal-body .form-group{
		width: 100%!important;
	}
	.tyre-btn{
		width: 79%!important;
	}
	.contant-box .heading-title h3{
		font-size: 20px;
	}
	.header-left {
		width: 100%!important;
	}
	.form-group{
		width: 100%;
	}
	.logo h1{
		font-size: 26px;
	}
	.contant{
		display: block;
		top: 80px;
	}
	.right-side{
		width: 100%;
	}
	.left-side-box{
		left: -200px;
		min-width: 200px!important;
		transition: .9s;

	}
	.contant-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	/*.contant-box .heading-title{
		padding: 20px 0;
	}*/
	.right-side-box-margin{
		margin-left: 0;
	}
	.col-4{
		width: 100%;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.toggle{
		display: flex;
		float: right;
	}
	footer li{
		line-height: 1.7;
	}
	.form-group-1{
		width: 49%!important;
	}
	.form-box-left{
		width: 100%!important;
		margin-right: 0;
		float:none;
	}
	.form-box-left:last-child{
		width: 100%!important;
	}
}
@media (max-width: 767px) and (min-width: 576px){
	.header-right ul{
		display: none;
	}
	.modal-content{
		width: 100%
	}
	.modal-body .form-group{
		width: 49%!important;
	}
	.col-box li:last-child{
		width: 63%;
	}
	.tyre-btn{
		width: 79%!important;
	}
	.contant-box .heading-title h3{
		font-size: 20px;
	}
	.header-left {
		min-width: 200px!important;
	}
	.logo h1 a{
		font-size: 23px;
	}
	.form-group{
		width: 49%;
	}
	.logo h1{
		font-size: 26px;
	}
	.contant{
		display: block;
		top: 80px;
	}
	.left-side{
		min-width: 50%!important;
	}
	.right-side{
		width: 100%;
	}
	.left-side-box{
		left: -200px;
		min-width: 200px!important;
		transition: .9s;
	}
	.contant-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-side-box-margin{
		margin-left: 0;
	}
	.col-4{
		width: 50%;
		padding: 5px;
		margin-bottom: 0;
	}
	.col-4:last-child{
		padding-left: 0;
		padding-right: 5px;
	}
	.col-4:nth-child(3){
		padding-right: 0;
	}
	.toggle{
		display: flex;
		float: right;
	}
	footer li{
		line-height: 1.7;
	}
	.form-group-1{
		width: 49%!important;
	}
	.form-box-left{
		width: 100%!important;
		margin-right: 0;
		float:none;
	}
	.form-box-left:last-child{
		width: 100%!important;
	}
}
@media (max-width: 992px) and (min-width: 768px){
	.col-4{
		width: 50%;
		margin-bottom: 0;
	}
	.col-box li:last-child{
		width: 57%;
	}
	.form-box-left{
		width: 100%!important;
		margin-right: 0;
		float:none;
	}
	.form-box-left:last-child{
		width: 100%!important;
	}
	.form-group{
		width: 49%;
	}
	.col-4:nth-child(2){
		padding-right: 0;
	}	
	.col-4:last-child{
		margin-bottom: 20px;
		padding: 0;
		padding-top: 5px;
	}
}
@media (max-width : 1250px) and (min-width: 993px){
	.col-box li:last-child{
		width: 64%;
	}
}