/* .text_size { */
/* font-size: 16px; */
/* } */
.pl-3 {
	padding-left: 15px !important;
}
.form-control{
  font-size: 16px;
}
.mb-0 {
	margin-bottom: 0px !important;
}

.each_pump_info_wrap img {
	height: 110px;
}

.steps_text.pg_titles {
	padding-left: 0;
}

.py_sm_fr {
	width: 45%;
	float: left;
	margin-right: 6px;
}

.cc_btn {
	margin-right: 10px;
}

.calc_fr {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.calc_btns {
	margin-bottom: 20px;
}

.CalcModal {
	float: left;
	width: 100%;
}

.calculators_wrap {
	display: none;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	padding: 3%;
	float: left;

	margin-bottom: 20px;
}

.py_right {
	float: right;
	padding-top: 1%;
}

hr.hr_class {
	border-top: 1px solid #959595;
	margin: 6px 0 10px;
}

.Mlabel_each_wrap {
	max-width: 215px;
	width: 100%;
	float: left;
}

.advanced_btn {
	background: #414d5a;
	border-color: #414d5a;
}

canvas#lineChart {
	min-height: 300px;
}

.main-container {
	/* position: relative; */
	min-height: 100vh;
	padding-bottom: 130px;
}

body {
	min-height: 100%;
}

.sp_footer {
	position: absolute;
	bottom: 0;
	left: 0 !important;
}

.location_all_list_wrap {
	max-height: 150px;
	overflow-y: auto;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}

.i_img {
	cursor: pointer;
	width: 300px;
	display: inline-block;
	/* margin-bottom: 10px; */
	margin-left: 10px;
}

.view_pump_detail {
	background: #414d5a;
	border: none;
	border-radius: 10px;
}

.view_pump_detail:hover {
	background: #4d5d6e;
}

.detail_pump_wrap {
	min-height: 400px;
}

.btn.view_btn:hover {
	background: #4d5d6e;
}

.btn.dwnload_btn_wrap:hover {
	background: #4d5d6e;
	border: 1px solid #4d5d6e;
}

.pump_info_wrap {
	width: 60%;
	float: left;
}

.doc_wrap {
	width: 66%;
	float: left;
	/* padding-right: 10px; */
	font-size: 17px;
}

.each_pump_info_wrap {
	margin-bottom: 20px;
}

.item_code_val {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 500;
}

.each_docs_wrap {
	margin-bottom: 10px;
}

.dwnload_btn_wrap {
	background: #414d5a;
	border-color: #414d5a;
	float: right;
	padding: 5px 20px;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
}

.btn.view_btn {
	background: #414d5a;
	border-color: #414d5a;
	float: right;
	padding: 5px 20px;
	border-radius: 10px;
}

.part_no_val {
	font-size: 21px;
	font-weight: bold;
}

.img_wrap {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

span.mu {
	margin: 5px 0;
	float: left;
	padding-right: 10px;
}

.pump_units_wrap {
	min-height: auto;
}

.no_row_wrap {
	min-height: 405px;
}

.location_all_list_wrap {
	min-height: auto;
}

.pst_code_search {
	background: #414d5a;
	border-color: #414d5a;
}

.verticaltext_content {
	position: absolute;
	transform: rotate(-90deg);
	left: -120px;
	/*These three positions need adjusting*/
	bottom: 46%;
	/*based on your actual chart size*/
	width: auto;
	font-size: 14px;
}

.list_location {
	padding: 10px 0 0px;
}

div .l_radio {
	margin-right: 8px;
}

.l_label {
	font-weight: normal;
}

.py_left {
	float: left;
	padding-top: 2%;
	display: flex;
	color: white;
}

.py_left p {
	padding-right: 20px;
}

.py_label {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
	color: #000;
	float: left;
	font-weight: normal;
	cursor: pointer;
}

.radio.py_radio {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

.py-enter-vals {
	margin-bottom: 15px;
}

/* .pst_code_search{ */
/* margin-top:70px; */
/* } */
.select_tab a {
	background: #eee;
	color: #000;
}

.pump_py_fr {
	float: left;
	width: 100%;
	min-height: 55px;
	padding-right: 10px;
	margin-bottom: 3%;
}

.py_fr {
	float: left;
	width: 71%;
	min-height: 90px;
	padding-right: 10px;
}

div.full_width {
	display: inline-block;
}

.each_wrap {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.actions_td a.btn {
	margin-right: 0;
}

span.label_each_wrap {
	max-width: 90px;
	width: 100%;
	float: left;
}

span.steps_text {
	font-size: 17px;
	margin-top: 11px;
	/*float: left;*/
	/* padding-left: 60px; */
	display: table;
}

.navbar-nav>.user-menu>.dropdown-menu.pg-dropdown-menu {
	padding: 5px 0;
	top: 86%;
	width: initial;
	border: 1px solid #ccc;
}

.pd_title {
	font-size: 18px;
	color: #000;
	/* font-weight: bold; */
}

/*front end*/
.main-container {
	max-width: 500px;
	width: 100%;
	margin: auto;
	/* border-radius: 3px; */
	border: 1px solid #000;
}

.sp_header {
	/* background:#414d5a; */
	background-image: linear-gradient(rgb(29, 61, 124), #000218);
	padding: 0px 30px;
}

.sp_footer {
	/* background:#414d5a; */
	background: rgb(29, 61, 124);
	padding: 0px 15px;
}

.foot_img {
	float: left;
	max-width: 50px;
	width: 100%;
}

.foot_text {
	float: left;
	font-weight: bold;
	color: #fff;
	margin-top: 16px;
	margin-left: 10px;
	font-size: 13px;
	max-width: 77%;
}

.each_page {
	/* background-image: url("../images/back_d.jpg"); */

	background-repeat: no-repeat;
	background-size: cover;
	min-height: auto;

}

.i_title {
	color: #000;
	font-weight: bold;
	font-size: 40px;
	text-shadow: 3px 4px 2px #a09b9b;
}

.i_text {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.i_text_steps {
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.btn.i_strt_btn {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 14px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #414d5a;
	box-shadow: -3px 2px 6px #747474;
}

.btn.i_strt_btn:hover {
	background: #4d5d6e;
}

.btn.i_strt_btn1 {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 14px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #414d5a;
	box-shadow: -3px 2px 6px #747474;
}

.verticaltext_content_summ {
	position: absolute;
	transform: rotate(-90deg);
	left: -92px;
	bottom: 51%;
	width: auto;
	color: rgb(155, 152, 151);
	font-size: 11px;
}

.btn.i_strt_btn1:hover {
	background: #4d5d6e;
}

div .p_control {
	padding: 6px;
}

.arrow {}

.pump_left {
	/* max-width: 122px;
	float: left; */
	padding-right: 4px;
	margin-bottom: 2%;
}

.pump_middle {
	max-width: 25%;
	width: 100%;
	float: left;
	padding-right: 10px;
}

.pump_right {
	float: left;
	padding-right: 0;
}

div.strt_btn_wrap {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-around;
	/* display:none; */
}

.circle_number {
	border: 5px solid #000;
	font-weight: bold;
	border-radius: 50%;
	padding: 4px 14px;
	font-size: 23px;
	margin-right: 10px;
	box-shadow: -2px 0px 9px #8b8b8b;
	float: left;
	/* position: absolute; */
}

.location_def {
	font-size: 19px;
	margin-bottom: 15px;
	color: #000;
}

.py_line_chart_label {
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

.py_fr {
	min-height: 55px;
}

table.py_table {
	color: #000;
}

table.py_table tr th,
table.py_table tr td {
	padding: 8px 2px;
}

.py_table th {
	position: relative;
}

.py_table th {
	color: #fff;
	font-weight: bold;
}

.py_table th.fa:before {
	right: 2px;
	position: absolute;
	color: #eee;
}

.py_row_head {
	background-color: #414d5a;
}

.page_number_business_footer_text {
	font-size: 18px;
}

.pagination.footer_pagination.front_end_pagination {
	margin: 0;
}

.pagination.footer_pagination.front_end_pagination span {
	border: none;
	width: auto;
	margin-right: 0;
	padding: 0 12px;
	border-radius: 0;
}

.pagination.footer_pagination.front_end_pagination>li>a:focus,
.pagination.footer_pagination.front_end_pagination>li>a:hover,
.pagination.footer_pagination.front_end_pagination>li>span:focus,
.pagination.footer_pagination.front_end_pagination>li>span:hover {
	background-color: rgb(143, 143, 143);
	/* margin-left:0; */
	border-radius: 0;
}

.pagination.footer_pagination.front_end_pagination span.page_number_business {
	padding: 0;
}

select.page_number_business {
	height: 35px;
	padding: 0 5px;
	width: auto;
}

.pagination.footer_pagination.front_end_pagination>li,
.pagination>li>span {
	width: auto;
	margin-right: 15px;
}

.pagination.footer_pagination.front_end_pagination>li>a,
.pagination>li>span {
	background: #414d5a;
}

select.page_number_business {
	background: #414d5a;
}

.pagination.footer_pagination.front_end_pagination>li>a {
	margin-right: 0;
	width: auto;
	border-radius: 0;
	padding: 0;
	height: 35px;
}

.pagination>li>a,
.pagination>li>span {
	border: none;
}

.link_head {}

.main-container {
	/* background-image: url("../images/back_d.jpg"); */
	background-image: url("../images/W&C_PortableGeneratorSelector_Background.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	max-width: 100%;
	background-position: center;
}


div.background-alignment {
	max-width: 845px;
	margin: auto;
	display: table;
	min-height: 493px;
	background-image: none;
	background: rgba(255, 255, 255, 1);
	padding: 20px 15px;
	width: 100%;
}

div.footer_content_wrap {
	max-width: 950px;
	margin: auto;
	display: table;
}

.enter-location-wrap {
	max-width: 50%;
	display: inline-block;
	float: left;
	padding: 0 7px 0 0;
}

.pump-requirement-wrap {
	max-width: 50%;
	display: inline-block;
	float: left;
	padding: 0 0 0 7px;
}

div.enter-location-btn {
	display: none;
}

div.location-graph-wrap {
	display: inline-block;
}

div.steps_for_mobile {
	display: none;
}

.full_width.enterlocation-main-title {
	display: inline-block;
}


/* ------neha code --------*/
.pump1_left {
	max-width: 50%;
	width: 100%;
	/* float: left; */
	font-size: 12px;
	padding-right: 10px;
	padding-top: 2%;
}

.pump1_left_season {
	max-width: 31%;
	width: 100%;
	font-size: 12px;
	padding-right: 10px;
}

.pump1_middle {
	/* max-width: 50%; */
	width: 100%;
	/* float: left; */
	padding-right: 10px;
	padding-top: 2%;
}
.cust_middle {
	max-width: 50%;
	width: 100%;
	/* float: left; */
	padding-right: 10px;
	padding-top: 2%;
}

.pump1_right {
	/* max-width: 50%; */
	width: 100%;
	/* float: left; */
	padding-right: 10px;
	padding-top: 2%;
}

.i1_text {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.btn.i1_strt_btn {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 14px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #414d5a;
	box-shadow: -3px 2px 6px #747474;
}

.req_txt {
	font-size: 10px;
	font-style: italic;
}

.input-icons i {
	position: absolute;
}

.formError .formErrorArrow {
	width: 15px;
	right: -64%;
	margin: -2px 0 0 13px;
	position: relative;
}

.link2 {
	padding-top: 1%;
}

.link3 {
	padding-top: 2%;
}

.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.icon {
	padding: 10px;
	min-width: 30px;
	color: white;
	background-color: #414d5a;
}

.my_text {
	font-size: 12px;
	margin-top: 2%;
}

.input-field:not(#f_loss) {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.input-group-append {
	display: flex;
}

.d_heading {
	font-size: 16px;
	margin-bottom: 11px;
	font-weight: 700;
}

.mailm {
	width: 100%;
}

.d_text {
	margin-bottom: 11px;
	font-size: 14px;
}

.d_sub_heading {
	margin-bottom: 11px;
	font-weight: 600;
}

.d_btn {
	background-color: #414d5a
}

.glyphicon {
	margin-left: 4%;
}

.links {
	margin-bottom: 1%;
}

.site_links_inner a.links {
	color: black;
	padding-left: 0%;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.src_l {
	margin-top: 51%;
}

.period_padding {
	padding-top: 3%;
}

.top1 {
	border: 1px solid black;
	margin-top: 1%;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;

}

.top2 {
	border: 1px solid black;
	margin-top: 1%;
	padding-top: 1%;

}

.highlight {
	background: lightgrey;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid black;
}

.contmy {
	padding-top: 8%;
}

.myhr {
	margin-top: 0%;
	margin-bottom: 1%;
}

.modal-content-mail {
	background: white;

}

h2.py_left b {
	color: white !important;
	float: left;

}

.ajax_raTransp {
	margin-left: 0 !Important;
}


/*.buttons #print_last_page{
	width: 100%;
}*/
div.annotation2 {
	height: 20px;
}


.download-logo-doc {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.main_heading {
	align-items: center;
	font-weight: bold;
	font-size: 2em;
	color: #2f5396;
}

.cable-table {
	width: 75%;
	height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Contact-link {
	padding-left: 0px;
	padding-right: 0px;
}

.Date-time {
	padding-left: 0px;
	padding-right: 0px;
}

.help {
	background-color: white;
	color: red;
	font-weight: 700;
	padding-left: 0px;
	outline: 0px;

}

.help:active {
	box-shadow: none;
}

.help:focus {
	outline: 0;
}

.field_text {
	font-size: 14px;
	color: #000;
}

.ps-frInputContainer {
	height: 70px;
}

#HelpModel
{
	padding-top : 65px;
}

.main-uk-pop-modal-ch {
	padding: 0px;
}

.uk-modal-dialog .left-new-modal-popup-ch {
	Width: 60%;
	padding: 40px ;
}

.uk-modal-dialog .right-new-modal-popup-ch {
	width: 40%;
}
.uk-modal-dialog .left-new-modal-popup-ch p {
    color: #F2E986;
    font-size: 35px;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0px;
}
.left-new-modal-popup-ch img{
	width: 90%;
}
.uk-modal-dialog .left-new-modal-popup-ch .continue-left-ch-button {
    background-color: #F2E986;
    color: #1B3361;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
}

.uk-modal-dialog .right-left-modal-ch {
	display: flex;
}

.uk-modal-dialog .left-new-modal-popup-ch {
	text-align: end;
	align-content: center;
}

div.background-alignment-spacing-top {
	margin-top: 50px;
}

.full_width .logo-two-img {
	width: 300px;
	cursor: pointer;
}

.full_width .logo-one-img {
	height: auto;
	max-width: 464px;
	object-fit: contain;
	cursor: pointer;
}

.main-header .header_ch_content {
	justify-content: space-between;
	display: flex;
}

.uk-modal-dialog{
	width: 700px;
}
.right-new-modal-popup-ch img{
	max-height: 412px;
}
.full_width .pump_data_ch{
	display: flex;
}
.pump_data_image_change{
	margin-right: 10px;
    align-content: center;
}
.pump_data_ch .pump_data_image_change img{
	max-width: 130px;
    height: auto;
    object-fit: cover;
}
.sp_footer{
	z-index: 9999;
   
}
.dc_cable_panel{
	font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
    margin: 10px 0 0 0;
}
.next_button{
	display: flex;
	justify-content: space-around;
}
.right-new-modal-popup-ch img {
    max-height: 500px;
    min-width: 100%;
    object-fit: cover;
}
.uk-modal-dialog .left-new-modal-popup-ch{
	padding-left: 0px;
}
.uk-modal-dialog .left-new-modal-popup-ch p {
	color: #62CDB0;
}
.uk-modal-dialog .left-new-modal-popup-ch .continue-left-ch-button {
	background-color:#62CDB0 ;
}
.full_width .logo-one-img {
	max-width: 512px;
}
.full_width.text-center.strt_btn_wrap{
	    margin-top: 30px;
}
.text-cs p{
	clear: both;
	padding-top: 15px;
}

 .unit-drop label{
		font-size: 15px;
	}
	#unitSel{
			font-size: 15px;
			padding: 5px 20px 5px 5px;
	}
	.unit-drop{
		margin-top:2%;
		margin-left : 2%;
	}
/* .uk-modal{
	top: 94px;
	bottom: 95px;
} */
/* pdf pages css */

@page {
	size: 12.8in 13in;
	margin: 0.01;
}

@media print {

	body,
	html {
		margin-top: 0%;
		display: inline-block;
		height: 100%;
	}

	.site_links_inner {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.buttons {
		display: none;
	}

	a[href]:after {
		content: none;
	}

	a[href].links:after {
		content: " [" attr(href) "] ";
		padding-left: 10% !important;
		font-size: 10px !important;
	}

	.sp_header {
		/* background: #414d5a; */
		background: rgb(29, 61, 124) !important;
		padding: 8px 30px;
	}

	.sp_footer {
		/* background: #414d5a; */
		background: rgb(29, 61, 124) !important;
		padding: 10px 15px;
	}
}

/* media querry start from here  */


@media only screen and (max-width: 767px) {

	/* Styles for mobile devices */
	.full_width .logo-two-img {
        max-width: 103px;
        cursor: pointer;
        height: auto;
	}

	.full_width .logo-one-img {
		height: auto;
		max-width: 195px;
		object-fit: contain;
		cursor: pointer;
	}

	.sp_header {
		padding: 0px;
	}
	.panel_information .deatil_information {
		display: flex;
		flex-direction: column;
		padding: 0px 15px;
		border-bottom: 1px solid #d9d9d9;
	}
	.col-sm-6.new-refrence-ch{
		position: unset;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	/* Styles for tablets */
	.sp_header {
		padding: 0px;
	}
}

@media only screen and (max-width:500px) {
	.verticaltext_content_summ {
		left: -58px;
		font-size: 7px;
	}
}

@media (min-width:320px) and (max-width:470px) {
	.verticaltext_content {
		font-size: 8px;
		position: absolute;
		transform: rotate(-90deg);
		left: -62px;
		bottom: 44%;
		width: auto;
	}
}

@media (max-width: 760px) {
	.sp_footer {
		position: unset;
	}

	.site_links_inner a.links {
		padding-left: 14%;
	}

	.each_pump_info_wrap .col-sm-2 {
		float: left;
	}

	.each_pump_info_wrap .col-sm-10 {
		width: 60%;
		float: left;
	}

	.each_pump_info_wrap img {
		height: 100px;
		margin-right: 10px;
	}

	.main-container {
		padding-bottom: 0;
	}

	.mob_left {
		float: left;
	}

	.sp_footer {
		max-width: 500px;
	}

	.dab_l {
		width: 100px;
	}

	.src_l {
		width: 25px;
		margin-top: 3px;
	}

	.i_img {
		width: 199px;
		display: inline-block;
		/* margin-bottom: 10px; */
		margin-left: 3px;
	}

	div.ajax_raDiv {
		left: 40%;
	}

	.foot_text {
		margin-top: 6px;
	}

	.each_page {
		

		background-repeat: no-repeat;
		background-size: cover;
		min-height: 710px;
		padding: 20px 15px;
	}

	.main-container {
		max-width: 500px;
		/* background-image: none; */
	}

	div.enter-location-btn {
		display: inline-block;
	}

	.enter-location-wrap {
		max-width: none;
		display: inline-block;
	}

	.pump-requirement-wrap {
		display: none;
	}

	div.location-graph-wrap {
		display: none;
	}

	.show-graph div.location-graph-wrap {
		display: block;
		max-width: 100%;
	}

	.show-graph div.pump-requirement-wrap,
	.show-graph div.enter-location-wrap {
		display: none;
	}

	.show-pump-requirement div.pump-requirement-wrap {
		display: block;
		max-width: 100%;
	}

	.show-pump-requirement div.location-graph-wrap,
	.show-pump-requirement div.enter-location-wrap {
		display: none;
	}

	.show-graph .each_page,
	.show-pump-requirement .each_page {
		background: none;
	}

	div.background-alignment {
		/* background:none;
		 background-image: url("../images/back.png"); */
		background-image: url("../../W&C_PortableGeneratorSelectorImages/W&C_PortableGeneratorSelector_Background.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background: rgba(255, 255, 255, 0.75);
		padding: 0;
	}

	.pump_units_wrap {
		min-height: 405px;
	}

	div.steps_for_mobile {
		display: inline-block;
	}

	div.strt_btn_wrap {
		margin-top: 125px;
		margin-bottom: 60px;
		/* display:none; */
	}

	.location_all_list_wrap {
		min-height: 225px;
	}

	.btn.i_strt_btn {
		padding: 14px 60px;
		font-size: 35px;
	}

	.btn.i_strt_btn1 {
		padding: 14px 60px;
		font-size: 17px;
	}

	.btn.i1_strt_btn {
		padding: 14px 60px;
		font-size: 35px;
	}

	.full_width.enterlocation-main-title {
		display: none;
	}
	

}

@media (max-width: 767px) {
	.sp_footer .mob_left {
		width: 130px;
		float: right;
	}

	.sp_footer h2 b {
		font-size: 16px;
	}

	.sp_footer .footer_content_wrap {
		padding: 10px 0;
	}
}

@media (max-width: 1024px) {
	.output {
		margin-top: 20px;
	}
}

@media (max-width: 757px) {
	#output_fr{
		width: 100%;
	}
	.
}

@media (max-width: 757px) {
	.mail {
		/* margin-top: 5%; */
	}
}

@media (max-width: 576px) {

	.pump_py_fr .pump1_left,
	.pump1_left_season,
	.pump_py_fr .pump1_middle,
	.pump_py_fr .pump1_right {
		max-width: 100%;
		padding-right: 0;
	}

	.pump_py_fr .pump1_right .input-group-append {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		z-index: 2;
	}

	.pump_py_fr .pump1_right .input-group-append i {
		position: relative;
	}

	#output_fr.pump_py_fr {
		padding-right: 0;
		width: 100%;
	}
	.pmp-py{
		width : 100% !important;
	}

}

@media (max-width: 420px) {
	div.annotation2 {
		font-size: 11px;
		right: -37px;
		bottom: 301px;
	}
}

@media (min-width: 421px) and (max-width: 560px) {
	div.annotation2 {
		font-size: 11px;
		right: -30px;
		bottom: 301px;
	}
}

@media (min-width: 561px) and (max-width: 760px) {
	div.annotation2 {
		font-size: 11px;
		right: -28px;
		bottom: 301px;
	}
}

@media (min-width: 761px) {
	div.annotation2 {
		font-size: 14px;
		bottom: 323px;
	}

	.daysC.steps_for_mobile {
		display: none !important;
	}
}

@media (max-width: 761px) {
	canvas#lineChart {
		height: 190px !important;
		padding-left: 25px !important;
		width: 313px !important;
	}

	canvas#lineChart {
		min-height: 0px;
	}
}

@media print {
	.highlight {
		background: lightgrey !important;
		padding-top: 1% !important;
		padding-bottom: 1% !important;
		border-bottom: 1px solid black !important;
	}

	.top1 {
		border: 1px solid black !important;
		margin-top: 1% !important;
		display: inline-block !important;
		width: 100% !important;
		margin-bottom: 30px !important;

	}
}

/* media querry for modal  */
@media only screen and (max-width: 767px) {
	/* Styles for mobile devices */
	.right-new-modal-popup-ch{
		width: 50%;
	}
	/* .uk-modal-dialog .left-new-modal-popup-ch {
		margin-left: 15px;
        margin-top: 30px;
		margin-right: 5px;
	} */
	.uk-modal-dialog .left-new-modal-popup-ch p {
		color: #62CDB0;
		font-size: 23px;
		padding-left: 0px;
		padding-bottom: 15px;
		padding-top: 10px;
		margin-bottom: 0px;
	}
	.right-new-modal-popup-ch img{
		object-fit: cover;
    min-height: 272px;
    width: auto;
	}
	.uk-modal-dialog .left-new-modal-popup-ch{
		padding: 30px;
	}
	.uk-modal-dialog .left-new-modal-popup-ch .continue-left-ch-button {
		background-color: #62CDB0;
		color: #1B3361;
		font-size: 15px;
		font-weight: 600;
		padding: 5px 23px;
	}
	.py_left{
		display: unset;
	}
  }
  .img_help{
	width: 100%;
    /* max-width: 450px; */
    object-fit: cover;
  }
  @media only screen and (max-width: 767px){
	.btn.i_strt_btn {
		font-size: 16px;
        padding: 14px 30px;
	}
	div.strt_btn_wrap{
		margin-top: 30px;
		justify-content: space-around;
        display: flex;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px){
	div.strt_btn_wrap{
		
		justify-content: space-around;
        display: flex;
	}
	.location-graph-wrap div.strt_btn_wrap{
		display: none;
	}
  }