* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

html,
body {
	margin: 5px 0px;
	padding: 0px;
	width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1232px !important;
	text-align: center;
}

.container .understand-your-bill_container {
	margin: auto 50px;
	position: relative;
	width: 100%;
	max-width: 1024px;
	background-color: #639d36;
	padding: 10px;
	display: inline-block !important;
	text-align: left;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: .6s;
  transition: transform .6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: #bbb;
	color: black;
}

.flip-card-back {
	background-color: #2980b9;
	color: white;
	transform: rotateY(180deg);
}

.flip_btn_block {
	text-align: right;
	padding: 10px 0px;
	display: inline-block;
	float: right;
}

.flip_btn_block button {
	margin: 0px;
	display: inline-block;
	border: none;
	padding: 5px 15px;
	float: left;
	color: #FFFFFF;
	background-color: inherit;
	border: 1px solid #ffffff;
}

.flip_btn_block button:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.flip_btn_block button:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.flip_btn_block button:focus {
	outline: none;
}

.flip_btn_block button.active {
	background: #fff;
	color: #0079c1;
	box-shadow: none;
}

.flip-card {
	display: inline-block;
}

.flip-card-inner {
	height: auto;
}

.flip-card-front,
.flip-card-back {
	height: auto;
}

.help_bullet_icon {
	position: absolute;
	background-color: #1e96d3;
	border: 3px solid #FFFFFF;
	border-radius: 30px;
	width: 45px;
    height: 45px;
    padding-top: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
    line-height: 1.5;
}

.help_bullet_icon:hover {
	cursor: pointer;
}

.help_icon_1 {
	top: 8%;
    right: 38%;
}

.help_icon_2 {
	top: 19%;
    left: 0.5%;
}

.help_icon_3 {
	top: 25%;
    left: 0.5%;
}

.help_icon_4 {
	top: 33%;
    left: 0.5%;
}

.help_icon_5_1 {
	top: 49%;
    left: 0%;
}

.help_icon_5_2 {
	top: 30%;
    left: 46%;
}

.help_icon_5_3 {
	bottom: 20%;
    left: 5.5%;
}

.help_icon_6 {
	top: 63%;
    left: 17%;
}

.help_icon_7 {
	top: 22%;
    left: 49%;
}

.help_icon_8 {
	bottom: 17%;
    left: 4%;
}

.help_icon_9 {
	bottom: 4%;
    left: 15%;
}

.help_icon_10 {
	bottom: 18%;
    left: 45%;
}

.help_icon_11 {
	bottom: 13.5%;
    right: 25%;
}

.help_icon_12 {
	    top: 18%;
    left: 25%;
}

.help_icon_13 {
	top: 28%;
    left: 25%;
}

.help_icon_14 {
	 top: 32.5%;
    left: 25%;
}

.help_icon_15 {
	top: 8%;
    left: 47%;
}

.help_icon_16 {
	top: 20%;
    left: 47%;
}

.modal {
	padding-right: 0px !important;
}

.modal-dialog {
	width: 100%;
	max-width: 100%;
	margin-top: 12%;
	/*height: auto;*/
	/*** Style fix for CQ Upload ***/
	height: 100%;
	margin: 0px;	
	padding: 0px;
	/*** Style fix for CQ Upload ***/	
}

.modal-content {
	background-color: transparent;
	color: #FFFFFF;
	border: none;
	height: auto;
	padding-top: 15px;
	box-shadow: none;
}

.modal-backdrop {
	position: absolute !important;
	background-color: #0073a8 !important;
	opacity: 0.9;
}

.modal-backdrop.in, .modal-backdrop.show {
	opacity: 0.9 !important;
}

.close_modal {
	display: block;
	width: 100%;
	text-align: right;
}

.close_modal:hover {
	cursor: pointer;
}

.close_modal:before {
	 /*background: url(../images/close.svg) no-repeat; */
	/*** Style fix for CQ Upload ***/
	background: url(../../images/understandbill/close.svg) no-repeat;	
	/*** Style fix for CQ Upload ***/
	content: "";
	display: inline-block;
	background-size: 30px;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.modal-body .left_section {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.modal-body .right_section {
	width: 49%;
	display: inline-block;
}

.modal-body .right_section ul.lower_alpha {
	list-style-type: lower-alpha;
	font-weight: bold;
}

.modal-body .right_section ul.lower_alpha li span {
	font-weight: normal;
}

.modal-body .right_section ul.lower_alpha > li:before {

}

.modal-body .right_section ul.double_arrow_bullet li {
	list-style: none;
	font-weight: bold;
}

.modal-body .right_section ul.double_arrow_bullet li::before{ 
	 content: "\00BB";	 
	font-weight: bold;
	padding-right: 5px;
}

/*** Styles added for CQ upload override ***/
.modal-body .right_section h3 {
	color: #FFFFFF;
    line-height: 1.5;
    margin-top: 0px;
}

.modal-body .right_section p {
	font-size: 14px;
	line-height: 1.5;
}

.modal-body .right_section ul li {
	font-size: 14px;
	line-height: 1.5;
}

.modal-body .right_section p a.btn.btn-primary.ctrl-primary-button{
	width: auto;
    font-size: 14px;
    padding: 6px 10px;
    margin: 0px;
    height: auto;
    border-radius: 3px;
}
/*** Styles added for CQ upload override ***/

.modal_image {
	text-align: center;
}

.modal_image img {
	border-radius: 50%;
	border: 5px solid #FFFFFF;
	width: 70%;
}

.blue_block {
	display: inline-block;
	height: auto;
	width: 100%;
	position: realtive !important;
}

/* For tablet device */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)  {
	.container .understand-your-bill_container {
		width: 85%;
	}
	
	.modal-dialog {
		padding-top: 20px;
	}	
			
	.modal-body .left_section {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}

	.modal-body .right_section {
		width: 49%;
		display: inline-block;
	}	
		
	.help_bullet_icon {
		width: 40px;
		height: 40px;
		padding-top: 6px;
		line-height: 1.5;
	}

	.help_bullet_icon:hover {
		cursor: pointer;
	}

	.help_icon_1 {
		top: 8%;
		right: 38%;
	}

	.help_icon_2 {
		top: 19%;
		left: 0%;
	}

	.help_icon_3 {
		top: 25%;
		left: 0%;
	}

	.help_icon_4 {
		top: 34%;
		left: 26%;
	}

	.help_icon_5_1 {
		top: 49%;
		left: 44%;
	}

	.help_icon_5_2 {
		top: 35.5%;
		right: 8%;
		left: auto;
	}

	.help_icon_5_3 {
		bottom: 20%;
		left: 3%;
	}

	.help_icon_6 {
		top: 62%;
		left: 15%;
	}

	.help_icon_7 {
		top: 22%;
		left: 47%;
	}

	.help_icon_8 {
		bottom: 17%;
		left: 2%;
	}

	.help_icon_9 {
		bottom: 4%;
		left: 13%;
	}

	.help_icon_10 {
		bottom: 17%;
		left: 43%;
	}

	.help_icon_11 {
		bottom: 13.5%;
		right: 26%;
	}

	.help_icon_12 {
		top: 17%;
		left: 25%;
	}

	.help_icon_13 {
		top: 27.5%;
		left: 25%;
	}

	.help_icon_14 {
		top: 32%;
		left: 21%;
	}

	.help_icon_15 {
		top: 6%;
		left: 45.5%;
	}

	.help_icon_16 {
		top: 19%;
		left: 45%;
	}

}
/* For tablet device */

/* For mobile device */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px)  {	
	.container {
		padding: 0px;
	}
	
	
	.container .understand-your-bill_container {
		width: 100%;
		margin: 0 auto;
	}
	
	.flip_btn_block button {
		font-size: 12px;
	}
	
	.help_bullet_icon {
		width: 23px;
		height: 23px;
		padding-top: 1px;
		font-size: 11px;
		padding-left: 0px;
		padding-right: 1px;
	}
	.help_icon_1 {
		top: 7%;
		right: 38%;
	}
	
	.help_icon_2 {
		top: 18%;
		left: 0%;
	}
	
	.help_icon_3 {
		top: 24%;
		left: 0%;
	}
	
	.help_icon_4 {
		top: 34%;
		left: 25%;
	}
	
	.help_icon_5_1 {
		top: 49%;
		left: 44%;
	}

	.help_icon_5_2 {
		top: 35.5%;
		right: 8%;
		left: auto;
	}

	.help_icon_5_3 {
		bottom: 18%;
		left: 2%;
	}

	.help_icon_6 {
		top: 62%;
		left: 13%;
	}
	
	.help_icon_7 {
		top: 21%;
		left: 47%;
	}

	.help_icon_8 {
		bottom: 16%;
		left: 1%;
	}

	.help_icon_9 {
		bottom: 3%;
		left: 11%;
	}

	.help_icon_10 {
		bottom: 17%;
		left: 42%;
	}

	.help_icon_11 {
		bottom: 13.5%;
		right: 25%;
	}

	.help_icon_12 {
		top: 17%;
		left: 25%;
	}

	.help_icon_13 {
		top: 27.5%;
		left: 25%;
	}

	.help_icon_14 {
		top: 32%;
		left: 21%;
	}

	.help_icon_15 {
		top: 6%;
		left: 44%;
	}

	.help_icon_16 {
		top: 19%;
		left: 44%;
	}	

	.modal_image img {
		width: 100%;
	}
	.modal-dialog {
		margin-left: 0px;
		margin-top: 4%;
	}
	
	.modal-dialog .modal-body {
		padding: 15px 5px;
	}
		
		
	.modal-body .left_section {
		width: 100%;
	}
	
	.modal-body .left_section img {
		width: 40%;
	}
	
	.modal-body .right_section {
		width: 100%;
		padding: 10px;
	}
	
	.modal-body .right_section ul {
		padding: 0 17px;
	}
}
/* For mobile device */

/* IPhone 6/7/8 Plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
	.help_icon_6 {
		top: 62%;
		left: 15%;
	}
	

	.help_icon_8 {
		bottom: 17%;
		left: 2%;
	}

	.help_icon_9 {
		bottom: 4%;
		left: 12%;
	}

	.help_icon_10 {
		bottom: 17%;
		left: 43%;
	}


	.help_icon_15 {
		top: 7%;
		left: 45%;
	}

	.help_icon_16 {
		top: 19%;
		left: 45%;
	}
}
/* IPhone 6/7/8 Plus */

/* For Mobile device Landscape view */
@media only screen and (min-device-width : 680px) and (max-device-width : 767px) {
	.help_bullet_icon {
		width: 35px;
		height: 35px;
		padding-top: 5px;
		font-size: 14px;
	}
	.help_icon_1 {
		top: 8%;
		right: 38%;
	}
	
	.help_icon_2 {
		top: 19%;
		left: 0%;
	}
	
	.help_icon_3 {
		top: 25%;
		left: 0%;
	}
	
	.help_icon_4 {
		top: 35%;
		left: 25%;
	}

	.help_icon_5_3 {
		bottom: 19%;
		left: 4%;
	}

	.help_icon_6 {
		top: 62%;
		left: 15%;
	}
	
	.help_icon_7 {
		top: 21%;
		left: 47%;
	}

	.help_icon_8 {
		bottom: 16%;
		left: 3%;
	}

	.help_icon_9 {
		bottom: 3%;
		left: 13%;
	}

	.help_icon_10 {
		bottom: 17%;
		left: 44%;
	}


	.help_icon_12 {
		top: 17%;
		left: 25%;
	}

	.help_icon_13 {
		top: 27.5%;
		left: 25%;
	}

	.help_icon_14 {
		top: 32%;
		left: 21%;
	}

	.help_icon_15 {
		top: 7%;
		left: 46%;
	}

	.help_icon_16 {
		top: 19%;
		left: 46%;
	}
}
/* For Mobile device Landscape view */

@media only screen and (min-device-width : 650px) and (max-device-width : 779px) {
	.help_bullet_icon {
		width: 35px;
		height: 35px;
		padding-top: 5px;
		font-size: 14px;
	}
	
	.help_icon_2 {
		top: 18.5%;
		left: 0%;
	}

	.help_icon_3 {
		top: 24.5%;
		left: 0%;
	}
	
	.help_icon_5_3 {
		bottom: 19%;
		left: 3%;
	}
	
	.help_icon_8 {
		bottom: 16%;
		left: 2%;
	}

	.help_icon_9 {
		bottom: 3%;
		left: 12%;
	}

	.help_icon_10 {
		bottom: 17%;
		left: 43%;
	}

	.help_icon_15 {
		top: 7%;
		left: 45%;
	}
	
	.help_icon_16 {
		top: 19%;
		left: 45%;
	}
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1055px) {
	.help_bullet_icon {
		width: 40px;
		height: 40px;
		padding-top: 7px;
		font-size: 14px;
	}
	
	.help_icon_4 {
		top: 34%;
		left: 25%;
	}
	
	.help_icon_5_1 {
		top: 49%;
		left: 44%;
	}
	
	.help_icon_5_2 {
		top: 29%;
		left: 45.5%;
	}
	
	.help_icon_6 {
		top: 63%;
		left: 16%;
	}

	.help_icon_7 {
		top: 22%;
		left: 48%;
	}
	
	.help_icon_8 {
		bottom: 17%;
		left: 3%;
	}

	.help_icon_9 {
		bottom: 4%;
		left: 13%;
	}

	.help_icon_10 {
		bottom: 18%;
		left: 44%;
	}

	.help_icon_15 {
		top: 7%;
		left: 46%;
	}

	.help_icon_16 {
		top: 20%;
		left: 46%;
	}

	.help_icon_5_3 {
		bottom: 19%;
		left: 4%;
	}

}


/*

.ScrollToTopBtn {
	position: fixed; 
	bottom: 80px;
	right: 50px; 
	z-index: 9999; 
	border: none; 
	outline: none; 
	background-color: red; 
	color: white; 
	cursor: pointer; 
	padding: 10px;
    border-radius: 10px;
    font-size: 16px;
	display: none;
}

.ScrollToTopBtn:hover {
	background-color: #555;
}

.ScrollToTopBtn:focus, .ScrollToTopBtn:active {
	outline: none; 
}

*/