:root{
	--bgColor: #eeeeee2e;
	--pColor: default;
	--aColor: default;
	--formBg: #F3FCFF;
	--boxBg: #fff;
	--popBox: #fff;
	--bgWhite: #fff;
	--bgInput: #fff;
	--bdrBlack: #000;
	--hBox: #0072b7;
	--ftBg: #f5f5f5;
	--formMain: #fff;
	--relLink: #000000a3;
	--shadowClr: #ededed;
	--bdrGry: #ddd;
	--bgGry: #eee;
	--bgRel: #eee;
	--clrBlue: #1e5b80;
	--left: #0072b7;
	--right: #33A1E3;
	--bgUnit: #00000014;
	--bgLBule: #e3f2fd;
	--bgBlue: #1e5b80;
}
.dark-theme{
	--bgColor: #202020;
	--pColor: #fff;
	--formBg: #000;
	--boxBg: #000;
	--popBox: #0000004d;
	--bgWhite: #000;
	--bdrBlack: #fff;
	--hBox: #202020;
	--ftBg: #202020;
	--formMain: #202020;
	--relLink: #ddd;
	--aColor: #45b5ff;
	--bdrGry: #464646;
	--shadowClr: #000000;
	--bgGry: #696969;
	--bgRel: #161616;
	--clrBlue: #fff;
	--left: #012432;
	--right: #02598c;
	--bgUnit: #adadad54;
	--bgLBule: #161616;
	--bgInput: #161616;
	--bgBlue: #1e5b80;
}
.autocomplete {
	position: relative;
	display: inline-block;
}
.autocomplete-items {
	-webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	position: absolute;
	/*border: 1px solid var(--bdrGry);*/
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 0px 10px;
	cursor: pointer;
	background-color:var(--bgWhite);
	/*border-bottom: 1px solid var(--bdrGry);*/
	height:40px;
	line-height:40px;
	color:#000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.autocomplete-items div:hover {
	background-color: var(--bgBlue) !important;
	color: #ffffff !important;
}
.autocomplete-active {
	background-color: var(--bgBlue) !important;
	color: #ffffff !important;
}
.aLightClr{
	color: #45b5ff;
}
ul .white-text .aLightClr{
	color: #fff;
}
.dark-li{
	padding-top: 8px;
}
.dark-themeb{
	cursor: pointer;
	padding: 4px;
	width: 25px !important;
	height: 25px;
	background: #fff;
	border-radius:100%;
	transition: all 400ms;
}
/* .box1,.center.white,.col.s12.color_blue.padding_5.white,.modal,.white.border_1px.border_radius_5,.striped.white,.highlight.white,.mobile_search.white,.white.right-align { */
	/* background-color: var(--bgWhite) !important; */
/* } */
.white.health{
	background-color: var(--bgColor) !important;
}
.grey.lighten-3,.grey.lighten-4,.p_line.white,.grey.lighten-2{
	/*box-shadow: 0 0 6px 3px var(--shadowClr) !important;*/
	background-color: var(--bgRel) !important;
}
.border_bottom.grey.lighten-3,.grey.lighten-5 {
	background-color: var(--bgGry) !important;
}
.box_health.white,.dropdown-content,.sidenav,.btn.white {
	background-color: var(--bgWhite) !important;
}
.white.z-depth-1,.related_box.white,.content.white,.card{
	box-shadow: 0 0 6px 3px var(--shadowClr) !important;
	border: none !important;
	background-color: var(--popBox) !important;
}
.blue.lighten-5{
	background-color: var(--bgLBule) !important;
}
.tabs{
	background-color: transparent !important;
}
.ovu_fact p{
	color: #000 !important;
}
*{
	padding: 0px;
	margin: 0px;
}
body{
	z-index: -1;
	background: var(--bgColor);
}
div{
	box-sizing: border-box;
}
.container{
	width: 78%;
}
.new_line{
	display: inline-block;
    padding: 0px 5px 6px 0px;
    border-bottom: 3px solid #1e5b80;
}
.gray_border_bottom td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/*.scroll.black-text{
	color: #000000de !important;
}*/
.block-mouse{
	pointer-events: none !important;
}
.main_ads_con{
	height: 100%;
    width: 100%;
    position: fixed;
    z-index: 54352345;
    top: 0px;
    left: 0px;
    background-color: #00000082;
    overflow: hidden;
    transition: 0.5s;
}
.inner_ads_con{
	width: 60%;
	position: relative;
	top: 15%;
	margin: 20px auto;
}
.inner_ads_con button{
	height: 40px;
	line-height: 40px;
}
.adBanner {
    background-color: transparent;
    height: 1px;
    width: 1px;
}
/*ads height*/
.before_btn,.after_widget{
	min-height: 90px;
}
.after_name,.after_btn{
	min-height: 280px;
}
.top_side{
	min-height: 300px !important;
}
.bottom_side{
	min-height: 600px !important;
}
.mbl_after_name,.mbl_before_btn,.mbl_after_btn,.mbl_after_rel{
	min-height: 300px;
}
/*Header styling start here*/
.main{
	width: 100%;
	background-image: linear-gradient(to left,var(--left),var(--right) );
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s;
	box-shadow: 1px 0px 1px 0px #9e9e9e73;
	position: relative;
}
.mobile_search{
	position: absolute;
	width: 100%;
	z-index: 5;
	padding: 10px;
	padding-top: 5px;
	top: 56px;
	box-sizing: border-box;
	display: none;
}
#mbl_search{
	margin-top: 10px;
}
#mbl_search li{
	list-style-type: none;
	padding: 7px 0px 0px 7px;
	font-style: 16px;
}
#mbl_search li a{
	color: gray;
	transition: .7s;
	text-decoration: underline;
}

#all_cal{
	margin: 0px auto;
	z-index: 4;
    display: none;
    left: 0% !important;
}
.nav_search{
	position: relative;
	margin-left: 5px;
}
.language{
    transition: 0.5s;
	height: 75px;
    line-height: 75px;
    text-align: right;
    display: none;
}
#language{
	z-index: 4;
    position: absolute;
    background: var(--bgWhite);
    right: 0px !important;
}
#language li{
	padding:0px;
	height: 40px; 
	line-height: 40px;
}
.lang_hover{
	cursor: pointer;
	margin-left: 5px;
	display: none;
	position: relative;
}
#language li a:hover{
	color: lightgray !important;
}
.all_share{
	width: 35px;
	position: fixed;
	left: 3px;
	top: 40%;
	z-index: 3;
}
.all_share img{
	cursor: pointer;
	width: 35px;
	margin-top: 3px;
}
.top_search{
	position: absolute;
}
.top_search > li a{
	color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px 0px;
    text-overflow: ellipsis;
	overflow: hidden; 
	width: 100%; 
	height: 40px; 
	line-height: 40px;
	white-space: nowrap;
}

.search_unit{
	height: 200px;
	overflow: auto;
}
.adds .mobile_ad{
	display: none;
}
.mbl_cat_img{
	position: relative;
	top: 3px;
}
.nav-wrapper img{
	width: 200px;
	margin-top: 10px;
}
.background{
	background: #13699E;
}
.background img{
	object-fit: contain;
	width: 90%;
	margin: 0px 15px;
	height: 100px;
}
.help{
	position: fixed;
	top: 40.5%;
	right: -35px;
	border-radius: 5px;
	font-size: 25px;
	color: #fff;
	transform: rotate(-90deg);
	z-index: 3334;
	cursor: pointer;
}
.help img{
	position: relative;
	top: 5px; right: 5px;
}
.modal-content .input-field input,.modal-content .input-field textarea{
	box-sizing: border-box !important;
	border-radius: 5px !important;
}
#modal1{
	width: 45%;
	border-radius: 10px;
}
.help a{
	background: var(--bgBlue) !important;
}
#cookie-msg{
	width: 100%;
    position: fixed;
    bottom: 0px;
    background: #3c3a3af2;
    padding: 10px;
    text-align: center;
    z-index: 999999;
    display: none;
}
#cookie-msg p{
	color: #fff;
}
#cookie-msg a{
	padding: 3px 7px;
	background: red;
	margin: 0px 5px;
	border-radius: 5px;
	background: #fafafa;
	color: #000
}
.highcharts-credits{
	display: none !important;
}
.cal_types{
	position: relative;
	cursor: pointer;
}
.show_types{
	display: none;
	border: 1px solid var(--bdrGry);
	position: absolute;
	background: var(--bgWhite);
	z-index: 999999;
	width: 150px;
	transition: 0.5s;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.show_types li{
	width: 100%;
	height: 45px;
	line-height: 40px;
	border-bottom: 1px solid var(--bdrGry);
}
.show_types li a{
	width: 100%;
	padding: 0px 10px;
	color: var(--clrBlue);
	font-size: 17px;
}
.show_types img{
	width: 18px;
	position: relative;
	top: 3px;
}
.cal_types:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
.cal_types:hover .show_types{
	display: block;
}
/*Header styling end here*/
/*index page styling start here*/
.search{
	width: 75%;
	margin: 0px auto;
	background: #fff;
	border-radius: 50px;
	height: 46px;
	position: relative;
	top: -180px;
}
.input-field input,#textarea,.input-field textarea{
	box-sizing: border-box !important;
	border: 1px solid var(--bdrGry) !important;
	padding-left: 10px !important;
    border-radius: 0px !important;
	background: var(--bgInput) !important;
	color: var(--bdrBlack);
	font-size: 15px !important;
	height: 35px !important;
}
.form_padding{
	padding: 10px 20px 0px 10px !important;
}
#textarea,.input-field textarea{
	height: 150px !important;
	resize: none;
	padding: 10px;
	outline: none;
}
.modal #textarea{
	height:100px !important;
	width:101%;
	resize:vertical;
}
.helper_inner #textarea{
	border-radius: 5px !important;
	height: 100px !important;

}
::-webkit-input-placeholder{
	color: #616161 !important;
}
.search .input_search{
	border: none !important;
	border-bottom: none !important;
	font-size: 22px !important;
	background: #Fff !important;
	border-radius: 50px !important;
	box-sizing: border-box !important;
	padding-left: 20px !important;
	outline: none !important;
}

.box_interesing{
	margin-top: 50px;
}
.color_blue{
	color: var(--clrBlue) !important;
}
.box,.box1,.box_health{
	border: .7px solid black;
	border-radius: 10px;
	height: auto;
}
.box_icon{
	width: 100%;
	margin-top: 20px;
	font-size: 55px;
	text-align: center;
}
.box,.box_icon,.box_heading,.box1{
	transition: 1s;
}
.box:hover{
	background-image: linear-gradient(to left,var(--left),var(--right) );
	border: .7px solid #fff;
}
.box:hover .box_icon,.box:hover .box_heading{
	color: #fff;
}
.box_populer{
	box-shadow: none;
	margin-bottom: 20px;
	margin-top: 20px;
}
.box1 p{
	height: 135px;
}
.box_health p{
	height: 120px;
	text-align: center;
}
.btn-small{
	width: 80%;
	margin: 10px;
	text-transform: unset !important;
	/*background-image: linear-gradient(to left,var(--left),var(--right) );*/
	background: var(--bgBlue) !important;
}
.btn{
	text-transform: unset !important;
}
.input-field .btn-small{
	width: auto !important;
    padding: 0px 40px;
    height: 43px;
    font-size: 16px;
}
.input-field .btn-small.border_radius_50{
	margin-top: 0px !important;
	margin-bottom: 0px;
}
.height_80{
	height: 80px;
}
.health{
	background: var(--hBox);
	width: 100%;
	padding-bottom: 10px;
	position: relative;
	/*top: -130px;*/
}
.health_heading{
	position: relative;
	bottom: 55px;
	left: 90px;
}
.health_content{
}
.bolg_heading{
	border-left: 2px solid #fff;
	margin-top: 20px;
}
.pos_top{
	position: relative;
	/*top: -85px;*/
	margin-top: 5px;
}
.shadow_none{
	box-shadow: none !important;
}
.font_size30{
	font-size: 30px;
}
.font_size28{
	font-size: 28px;
}
.font_size20{
	font-size: 20px;
}
.font_size18{
	font-size: 18px;
}
.font_size16{
	font-size: 16px;
}
.font_s38{
	font-size: 38px;
}
.font_s25{
	font-size: 25px;
}
.font_s24{
	font-size: 24px;
}
.font_s12{
	font-size: 12px !important;
}
.fb{
	color: #5274BB;
}
.category_link{
	padding: 0px !important;
	z-index: 3;
    position: relative;
    margin-top: 8px;
    color: #424242;
    font-size: 14px;
}
.category_link a{
	color: #13699E;
	font-size: 14px;
}
.height_100{
	height: 100px !important;
}
.padding_20{
	padding: 20px !important;
}
.padding_0{
	padding: 0px !important;
}
.padding_b_20{
	padding-bottom: 20px !important;
}
.padding_right_only{
	padding: 0px 10px 0px 0px !important;
}
.padding_left_only{
	padding: 0px 0px 0px 10px !important;
}
.padding_l_r_20{
	padding: 0px 20px 0px 20px !important;
}
.padding_lr20_10{
	padding: 0px 10px 0px 20px !important;
}
.padding_rl20_10{
	padding: 0px 20px 0px 10px !important;
}
.padding_10{
	padding: 10px !important;
}
.padding_5_10{
	padding: 5px 10px !important;
}
.padding_5{
	padding: 5px !important;
}
.app_mbl{
	width:30%;
	margin: 0px auto;
}
.padding_t_b10{
	padding: 10px 0px !important;
}
.padding_t_0{
	padding-top: 0px !important;
}
.bg_blue{
	background: var(--bgBlue) !important;
}
.bg_blue_g{
	background-image: linear-gradient(to left,var(--left),var(--right) );
}
.border_radius_l{
	border-radius: 50px 0px 0px 50px;
	border: 1px solid #0072b7;
}
.border_form{
	border: 1px solid var(--bdrGry);
	border-radius:10px;
	background-color: var(--formBg);
	margin-bottom: 5px;
}
.border_radius_r{
	border-radius: 0px 50px 50px 0px;
	border: 1px solid #0072b7;
}
.border_radius_r_5{
	border-radius: 0px 5px 5px 0px;
}
.border_radius_l_5{
	border-radius: 5px 0px 0px 5px !important;
}
.canvas_div_pdf .border_radius_l,.canvas_div_pdf .border_radius_r{
	border:none;
}
.line{
	border-top: 3px solid #3181B3;
	padding-top: 20px;
}
.close_fifo {
  position: absolute;
  background: #13699E;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.close_fifo:hover {
  opacity: 1;
}
.close_fifo:before, .close_fifo:after {
  position: absolute;
  left: 9px;
  top: 4px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.close_fifo:before {
  transform: rotate(45deg);
}
.close_fifo:after {
  transform: rotate(-45deg);
}
.purchases{
	position: absolute;
	z-index: 2;
	display: none;
}
/*BMI calculator styling start here*/
.height_30{
	height: 30px;
	line-height: 30px;
}
.speech-bubble {
	position: absolute;
	background: red;
	width: 24%;
	bottom: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: .4em;
	animation-name: bmi_res;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: red;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -15px;
}

.con{
	width: 55%;
	margin: -20px auto 20px auto;
}
.con_min{
	width: 70%;
	margin: 0px auto;
	position: relative;
	bottom: 40px;
}
.con_min a{
	border-radius: 50px;
}
.l6{
	width: 49% !important;
}
.blog_heading{
	display: inline;
	position: relative;
	top: -13px;
	left: 5px;
}
.blog_link{
	transition: .5s;
	color: var(--pColor);
}
.blog_link:hover{
	color: var(--clrBlue);
	text-decoration: underline;
}
.read_more{
	border: 2px solid #0072b7;
	padding: 3px 5px;
	border-radius: 5px;
	transition: 1s;
}
.read_more:hover{
	border-color: #748693;
	background-image: linear-gradient(to left,var(--left),var(--right) );
	color: #fff;
}
.blog_search{
	border:none !important;
	background-color: #c2c2c245 !important;
	height: 36px !important;
	padding-left: 5px !important;
	box-sizing: border-box !important;
}
.unit_search{
	border:none !important;
	background-color: #c2c2c245 !important;
	height: 36px !important;
	padding-left: 5px !important;
	box-sizing: border-box !important;
}
.s_b_img{
	display: flex;
	margin: 0px auto;
}
.text-underline{
	text-decoration: underline;
}
.width_20{
	width: 20%;
	margin-top: 20px;
}
.widget_ovu{
	position: relative;
}
.ovu_video{
	width: 80%;
	height: 460px;
}
.widget_heading{
	position: relative;
	top: 20px !important;
}
.table_content{
	text-decoration: underline;
	cursor: pointer;
}
.margin_left{
	margin-left: 10px !important;
}
.margin_left_20{
	margin-left: 20px !important;
}
.widget_line{
	width: 10%;
	margin: 10px auto;
	height: 4px;
	border-radius: 10px;
	border: none;
	background: #0072b7;
}
.new_line{
	display: inline-block;
    padding: 0px 5px 6px 0px;
    border-bottom: 3px solid var(--clrBlue);
}
.gray_border_bottom td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.content ul,.blog_content ul{
	padding-left:20px;
	margin-left:20px;
}
.content li ,.blog_content li{
    list-style-type: disc !important;
    margin-bottom: 5px;
	line-height: 2;
	font-weight: normal;
	letter-spacing: 1px;
}
.content p,.content span,.content ul li{
	color: var(--pColor);
}
.content h2 ,.blog_content h2{
	padding-top: 0px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 25px;
	color: var(--clrBlue);
}
.content h3,.content h4,.blog_content h3,.blog_content h4{
	color: var(--clrBlue) !important;
	font-size: 20px;
}
.content p,.blog_content p{
	font-size: 17px;
	line-height: 2;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 12px;
	color: var(--pColor);
}
.content div,.blog_content div{
	color: var(--pColor);
}
.content ul li{
	font-size: 17px !important;
}
.blog_content div{
	font-size: 17px;
}
.content table{
	overflow: auto;
}
.content h3{
	margin:10px 0px;
}
.loss_weight{
	height: 850px;
	position: relative;
	top: -70px;
}
.con_loss_weight{
	width: 75%;
	margin: 0px auto;
}
.weight_box{
	position: relative;
	top: 50px;
	height: 100px;
	border-radius: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.datepicker-controls .select-year input {
    width: 70px;
}
.weight_content{
	margin: 10px 20px 0px 10px;
	position: relative;
	left: 30px !important;
}
.padding_right{
	padding-right: 20px !important;
}
.circle,.circle_right{
	height: 100%;
	width: 100px;
	border-radius: 100px;
	background: #fff;
	position: absolute;
	transition: .5s;
	right: 0px;
}
.circle_right{
	left: 0px;
}
.weight_icon{
	font-size: 35px;
	width: 60px;
	height: 60px;
	padding: 13px 15px 15px 15px;
	border-radius: 100px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.pos_change{
	right: 25px;
}
/*GPA Calculator*/
.switch{
	height: 22px;
	width: 40px !important;
	border-radius: 50px;
	margin-top: 20px;
	position: relative;
	border: 1px solid #13699E;
	background: #13699E;
}
.switch::after{
	content: ' ';
	height: 17px;
	width: 17px;
	border-radius: 100px;
	z-index: 2;
	background: #fff;
	position: absolute;
	transition: .5s;
	top: .5px;
	left: 19px;
	box-shadow: 2px 3px 3px gray;
}
.switchOn{
	background: #fff !important;
}
.switchOn::after{
	left: 1px;
}
.close{
	font-size: 25px;
	margin-top: 20px !important;
	color: red;
}
.disable::-webkit-input-placeholder{
	color: #e0e0e0 !important;
}
.remove{
	position: absolute;
	top:-20px;
	right: 10px;
}
.mbl_remove{
	position: absolute;
	right: 5px;
	top: 13px;
}
.grade_format,.close{
    cursor: pointer;
}
.grade_format img{
	width: 12px;
	height: 12px;
	margin: 10px 0px 0px 10px;
}
.point,.percentage{
		display: none;
	}
.grade_type{
	position: absolute;
    width: 160px;
    right: 20px;
    top: 33px;
    z-index: 2;
    padding: 5px;
    background-color: #fff;
}
.grade_type div{
	padding: 5px;
	font-size: 17px;
	cursor: pointer;
}
.grade_type p{
	display: inline;
	padding: 0px 5px 5px 5px;
}
.grade_type img{
	width: 20px;
	height: 20px;
}
.gpa_knob{
	width: 210px;
	height: 210px;
	margin: 0px auto;
	border-radius: 100%;
	padding-top: 10px;
	position: relative;
	background-color: #eaf5fa85;
}
.inner_knob,.inner_knob1{
	width: 190px;
    border-radius: 100%;
    margin: 0px auto;
    background: #B71919;
    height: 190px;
    padding-top: 20px;
}
.inner_knob1{
	background:#13699E;
}
.color_gray{
	color: #666666 !important;
}
label{
	color: gray !important;
	margin-left: 5px !important;
}
.table p{
	padding-bottom: 10px !important;
}
.hover_li{
	border-bottom: 1px solid var(--bdrGry);
	color: #000000a3;
	padding: 10px 15px !important;
	font-size: 14px;
	transition: 0.7s;
}
.hover_li a{
	color: var(--relLink);
	font-size: 14px;
}
.unit_hover_li{
	color: var(--relLink);
	padding: 5px 15px !important;
	font-size: 14px;
	transition: 0.7s;
}
.border_b_d{
	border-bottom: 2px dotted #0072b7;
}
.hover_li:hover,.unit_hover_li:hover{
	color: #13699E !important;
	background: #80808040;
}
.fixed_ad{
	position: fixed;
	top: 0;
}
.related_box{
	border: 1px solid #e5e5e5;
}
.input-field .fas{
	font-weight: 100;
}
.related li{
	list-style-type: none;
}
.related_line{
	width: 25%;
	margin: 0px 10px 0px 10px;
	height: 3px;
}
.unit_line{
	width: 95px;
	border-radius: 10px;
    border: none;
    background: #0072b7;
	margin: 0px 10px 0px 10px;
	height: 3px;
}
.related_box{
	width: 310px !important;
}
.new_table_content{
	height: 425px;
	overflow-y: auto;
}
.new_widget{
	height: 225px;
	overflow-y: auto;
}
.new_app{
	height: 170px;
	overflow-y: auto;
}
.z-depth-1{
	box-shadow: 0 0 6px 3px var(--shadowClr) !important;
}
.width_50{
	width: 50px;
}
.mbl_content .scroll:hover{
	text-decoration: underline;
}
.mbl_content td{
	padding: .4rem .75rem !important;	
}
.border_bottom{
	border-bottom: 1px solid #3085B8;
	margin: 10px;
}
.gray_border_bottom{
	border-bottom: 1px solid var(--bdrGry);
}
.l8{
	width: 65% !important;
}
.l5{
	width: 40% !important;
}
.img_icon{
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-top: 10px;
}
.res_icon{
	margin:10px 5px 0px;
	cursor: pointer;
}
#copy_link{
	border:1px solid #ddd !important;
	height: 40px;
	border-radius: 5px;
	padding: 10px !important;
	box-sizing: border-box;
	margin:10px auto 2px;
}
.footer{
	position: relative;
	background-color: var(--ftBg);
	top: 20px;
}
.footer_logo{
	width: 80%;
	margin-top: 15px;
}
.footer ul li{
	margin:4px 0px;
}
.footer ul li a{
	color: #13699E;
	font-size: 18px;
	padding: 10px;
	transition: .5s;
}
.footer ul li a:hover{
	text-decoration: underline;
}
#get_amount:before{
	content: '0';
	color: #000;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 15px;
	left: 0px;
}
#get_amount:after{
	content: '1c';
	color: #000;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 15px;
	right: 1px;
}
#get_interest:before{
	content: '0%';
	color: #000;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 15px;
	left: 0px;
}
#get_interest:after{
	content: '20%';
	color: #000;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 15px;
	right: 10px;
}
#get_years:before{
	content: '0 years';
	color: #000;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 15px;
	left: 0px;
}
#get_years:after{
	content: '30 years';
	color: #000;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 15px;
	right: 10px;
}
.ans_copy{
	border:none !important;
	font-size: 38px !important;
	font-weight: bold;
}
.xside:before,.yside:before,.zside:before{
	position: absolute;
	content: ' ';
	margin-left: -20px;
	margin-top: 6px;
	background: #166FA5;
	height: 14px;
	width: 16px;
}
.yside:before{
	background: #299FCE;
}
.zside:before{
	background:#64D3FF;
}
.pro_lebel{
	position: absolute;
    height: 30px;
    width: 70px;
    right: 23%;
    border-top: 2px solid #13699E;
    border-left: 2px solid #13699E;
    top: 12%;
}
.pro_lebel span{
	position: absolute;
	right: -35px;
	top: -13px;
}
.fat_lebel{
	position: absolute;
    height: 30px;
    width: 70px;
    right: 18%;
    border-bottom: 2px solid #299FCE;
    border-left: 2px solid #299FCE;
    bottom: 11%;
}
.fat_lebel span{
	position: absolute;
	right: -35px;
	bottom: -12px;
}
.carb_lebel{
	position: absolute;
    height: 80px;
    width: 40px;
    left: 11%;
    border-top: 2px solid #64D3FF;
    border-left: 2px solid #64D3FF;
    bottom: 20%;
}
.carb_lebel span{
	position: absolute;
	left: -13px;
	bottom: -25px;
}
.ribbon {
		font-size: 16px !important;

		position: relative;
		background: #13699E;
		color: #fff;
		text-align: center;
		padding: 10px 0px !important;
		margin: 10px auto 10px;
		border-radius: 4px;
		box-shadow: 0 0 30px rgba(0,0,0,.15) inset,
      				0 6px 10px rgba(0,0,0,.15);
	}
	.ribbon:before, .ribbon:after {
		content: "";
		position: absolute;
		display: block;
		bottom: -1em;
		border:20px solid #126699;
		top: 23px;
		z-index: 0;
	}
	.ribbon:before {
		left: -2em;
		border-right-width: 1.5em;
		border-left-color: transparent;
		transform: rotate(-10deg);
	}
	.ribbon:after {
		right: -2em;
		border-left-width: 1.5em;
		border-right-color: transparent;
		transform: rotate(10deg);
	}
	.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: #0A354F transparent transparent transparent;
		bottom: -1em;
		z-index: 1;
	}
	.ribbon .ribbon-content:before {
		left: 0;
		border-width: 1em 0 0 1em;
	}
	.ribbon .ribbon-content:after {
		right: 0;
		border-width: 1em 1em 0 0;
	}
.margin_top_zero{
	margin-top: 0px !important;
}
.margin_tb10{
	margin:10px 0px;
}
.margin_top_15{
	margin-top: 15px !important;
}
.margin_top_20{
	margin-top: 20px !important;
}
.margin_b_0{
	margin-bottom: 0px !important;
}
.margin_zero{
	margin: 0px !important;
}
.margin_top_10{
	margin-top: 10px !important;
}
.border_form.margin_top_10,.margin_top_15.before_btn{
	margin-top: 0px !important;
}
.margin_top_15.after_btn{
	margin-top: 5px !important;
}
.grey_lighten_3{
	background-color: var(--bgGry) !important;
}
.border_top_1px{
	border-top: 1px solid black !important;
}
.border_right_1px{
	border-right: 1px solid black !important;
}
.add_semester,.add_course{
	border-radius: 50px;
	line-height: 30px;
}
.for_unit{
	position: relative;
}
.input-field .fas,.for_unit .fas{
	position: absolute;
	right: 13px;
	bottom: 19px;
	font-size: 18px;
	z-index: 2;
}
.for_unit .fas{
	font-weight: 500;
	right: 33px;
	font-size: 20px;
}
.input-field .fa-angle-down{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	background: #F2F2F2;
	z-index: 2;
}
.border_radius_50{
	border-radius: 50px !important;
}
.border_radius_5{
	border-radius: 5px;
}
.border_1px{
	border: 1px solid var(--bdrGry);
}
.border_1px_blue{
	border: 1px solid #0072b7;
}
.border_right1{
	border-right: 1px solid gray;
}
.border_left1{
	border-left: 1px solid gray;
}
.border_r_t5{
	border-radius: 5px 5px 0px 0px;
}
.border_r_b5{
	border-radius: 0px 0px 5px 5px;
}
.padding_t_b20{
	padding: 20px 0px !important;
}
.display_inline{
	display: inline !important;
}
.display_none{
	display: none;
}
.display_none1{
	display: none;
}
table tr td{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.health_section{
	position: relative;
}
.finance_section{
	position: relative;
	padding-bottom: 20px;
}
.health_section .container .padding_b_10,.finance_section .container .padding_b_10{
	height: 110px !important;
}
.padding_b_10{
	padding-bottom: 10px !important;
}
.m_t_n_10{
	margin-top: -10px !important;
}
.m_b_n_10{
	margin-bottom: -10px !important;
}
.m_b_n_15{
	margin-bottom: -15px !important;
}
.m_t_n_15{
	margin-top: -15px !important;
}
.m_t_n_20{
	margin-top: -20px !important;
}
.border_radius_15{
	border-radius: 15px !important;
}
.pregnancy_res{
	background-image: linear-gradient(to bottom right,#52E2ED,#087BC0 );
	border-radius: 100%;
	border: 8px solid #BCE2F1;
	width: 185px;
	height: 180px;
	margin: 20px auto;
	color: #769EDD;
}
.date{
	width: 70px;
	margin: 10px auto !important;
	padding: 3px 0px;
	border-radius: 10px;
	border-top: 15px solid #FF437D;
	border-bottom: 5px solid #BDC3C7;
	background: #D7F4F1;
	position: relative;
}
.date:before,.date:after{
	position: absolute;
	top: -24px;
    left: 12px;
    content: ' ';
    width: 8px;
    height: 20px;
    background: #FFC440;
    border-radius: 5px;
    border-left: 3px solid #E5A117;
}
.date:after{
	left: auto;
	right: 13px;
}
.left_plus,.left_plus:before{
	content: ' ';
	position: absolute;
	left: 3px;
	bottom: 15px;
	background: #FF437D;
	width: 15px;
	height: 3px;
	border-radius: 50px;
}
.left_plus:before{
	width: 3px;
	height: 15px;
	top: -6px;
	left: 6px;
}
.left_plus:after{
	position: absolute;
	background: #D7F4F1;
	content: ' ';
	width: 3px;
	height: 3px;
	left: 6px;
	border-radius: 50px;
}
.right_plus,.right_plus:before{
	content: ' ';
	position: absolute;
	right: 3px;
	top: 10px;
	background: #FFC440;
	width: 15px;
	height: 3px;
	border-radius: 50px;
}
.right_plus,.left_plus{
	animation: rotate_plus 1s infinite;
}
@keyframes rotate_plus{
	0%{
		transform: rotate(0deg);
	}
	33%,66%{
		transform: rotate(90deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
.right_plus:before{
	width: 3px;
	height: 15px;
	top: -6px;
	right: 6px;
}
.right_plus:after{
	position: absolute;
	background: #D7F4F1;
	content: ' ';
	width: 3px;
	height: 3px;
	right: 6px;
	border-radius: 50px;
}
.white_border{
	border: 1px solid #fff;
}
.orange_color{
	color: #CC6E29;
}
.green_color{
	color: #5F6D24;
}
.chance_pregnancy{
	border-radius:100%;
	padding: 70px 0px;
    width: 220px;
    margin: 0px auto 5px;
}
.preg_feature{
	position: relative;
	height: 350px;
	top: 20px;
}
.week_icon{
	width: 105px;
	height: 105px;
	background: #eeeeeeb8;
	border: 5px solid #eee;
}
.trim_height{
	height: 160px;
}
.week_height{
	height: 53.33px;
	line-height: 50px;
}
.color_gray{
	color: #bcbcbc !important;
}
#container .highcharts-point{
	fill: #13699E !important;
}
#container1 .highcharts-point{
	fill: #34A3E6 !important;
}
.width_100{
	width: 80px;
}
.width_150{
	width: 140px;
}
.related_cal{
	position: relative;
	/*top: -80px;*/
}
.related_cal a p:hover{
	text-decoration: underline;
}
.related_cal .s4{
	width: 32% !important;
	padding: 3px;
	margin-top:10px !important;
}
.related_center{
	margin-left:20px !important;
}
.p_res_h6{
	width: 70%;
	margin: 0px auto !important;
	font-size: 18px;
}
.p_line{
	height: 50px;
	position: relative;
	margin-top: -20px;
	z-index: 0;
}
.res_img,.res_img1,.res_img2{
	position: relative;
	left: 0px;
	width: 23%;
	height: 100%;
}
.p_res_img,.p_res_img1,.p_res_img2{
	position: absolute;
	width:50px;
	z-index: 3333;
	left: -12px;
}
.p_res_img1,.p_res_img2{
	display: none;
}
.inner_line{
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 4px;
	background: #E0E0E0;
}
.r_line,.r_line2,.r_line3{
	position: absolute;
	bottom: 3px;
	height: 4px;
	background: var(--clrBlue);
	width: 0px;
}
.r_line{
	width: 10px;
}
.button,.D_to_R,.equal{
	width: 13.88% !important;
	box-shadow: none;
	font-size: 22px;
	text-transform: none !important;
	height: 50px;
}
.D_to_R{
	float: right;
	width: 28.2% !important;
}
.color_lightgray{
	color: lightgray;
}
.color_grey{
	color: gray;
}
.box_shidow_none{
	box-shadow: none !important;
	margin-right: 1px;
}
.currentEntry{
	border: none !important;
	background: white !important;
	text-align: right !important;
	padding-top: 10px !important;
	font-size: 1.9em !important;
}
#search_resutl{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 90%;
	z-index: 3;
	background: #fff;
	display: none;
	box-sizing: border-box;
	padding: 5px 20px;
}
#search_resutl ul li{
	background: white;
	margin-top: 10px;
	transition: .5s;
	color: #000;
}
#search_resutl ul li a{
	padding: 5px;
	width: 100% !important;
	color: gray;
}
#search_resutl ul li a:hover{
	background: lightgray;
}

.related_5{
	width: 19% !important;
}
.box_health h6{
	font-size: 16px !important;
	height: 30px;
}
.scroll .img_icon{
	width: 70px;
	height: 70px;
}
.fa-dollar-sign:before {
    content: "$";
}
.fa-percentage:before {
    content: "%";
}
.fa,.fas{
	font-family: Roboto,sans-serif;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.select-wrapper .caret{
    z-index: 1;
    fill: #13699E;
}
.browser-default{
	color: var(--clrBlue);
	height: 35px;
	border: 1px solid var(--bdrGry);
	background: var(--bgInput);
	margin-bottom: 8px;
}
.mbl_content li{
	list-style-type: disc !important;
	text-decoration: underline;
}
/*Unit converter css*/
.for_unit input{
	border: 1px solid #ddd !important;
	padding-left: 10px !important;
	border-radius: 25px !important;
	background: #fff !important;
	color: #000;
	/*font-weight: 500;*/
	font-size: 20px !important;
	height: 40px !important;
	box-sizing: border-box !important;
}
.for_unit .select-dropdown.dropdown-content li.selected,.for_unit .select-dropdown.dropdown-content li:hover{
	background-color: var(--bgUnit);
}
.unit-drop .dropdown-trigger{
	display: none !important;
}
.unit-drop .dropdown-content{
	display: block !important;
	opacity: 1;
	width: 100%;
	position: relative;
	height: 280px;
	overflow-y: scroll;
}
.unit-drop .select-wrapper{
	border:1px solid #ddd;
	margin-top: 10px;
}
.for_unit .dropdown-content li{
	min-height: 32px;
}
.for_unit .dropdown-content li>span{
	padding: 5px 16px;
	color: #0082B1;
}
.unit_menu{
	position: relative;
	top: 1px;
}
.unit_menu li{
	float: left;
    background: #0082B1;
    padding: 7px 12px;
    margin-right: 6px;
    border: 1px solid var(--bdrGry);
	color: var(--bgWhite) !important;
    transition: 0.5s;
    cursor: pointer;
}
.unit_menu li:hover{
	/*border-bottom: 1px solid #F0FCFF;*/
	background: #F0FCFF;
	color: #0082B1 !important;
}
.unit_menu .active{
	border-bottom: 1px solid #F0FCFF;
	background: #F0FCFF;
	color: #0082B1 !important;
}
@media (min-width: 851px){
	.sidenav{
		width: 22% !important;
	}
}
@media(max-width: 1440px){
	.container{
		width: 1250px !important;
	}
	.sticky_ad{
		display: block;
	}
}
@media(max-width: 1370px){
	.pos_top .m9{
		width: 900px !important;
	}
	.sticky_ad{
		display: block;
	}
}
@media(max-width: 1300px){
	.container{
		width: 1200px !important;
	}
	.pos_top .m9{
		width: 865px !important;
	}
	.sticky_ad{
		display: block;
	}
}
@media(max-width: 1250px){
	.container{
		width: 1150px !important;
	}
	.pos_top .m9{
		width: 830px !important;
	}
	.sticky_ad{
		display: block;
	}
}
@media(max-width: 1200px){
	.container{
		width: 1120px !important;
	}
	.pos_top .m9{
		width: 780px !important;
	}
	.sticky_ad{
		display: block;
	}
}
@media(max-width: 1150px){
	.container{
		width: 1100px !important;
	}
	.pos_top .m9{
		width: 765px !important;
	}
	.sticky_ad{
		display: block;
	}
}
@media(max-width: 1140px){
	.container{
		width: 95% !important;
	}
	.pos_top .m9{
		width: 100% !important;
	}
	.sticky_ad{
		display: none;
	}
}
@media (max-width: 1024px){
	.nav ul li{
		margin-left: -5px;
		margin-right: -5px;
	}
	.button{
		width: 13.7% !important;
	}
	.related_5{
		width: 18.4% !important;
	}
	.D_to_R{
		width: 28.2% !important;
	}
	.box_health p{
		height: 125px;
		overflow: hidden;
	}
	nav i,nav li a{
		font-size: 12px;
	}
	.width_100{
		width: 65px;
	}
	.width_150{
		width: 100px;
	}
}
.footer_ads{
	position: fixed;
	bottom: 0px;
	left: 15.5%;
	z-index: 9879897;
}
@media (max-width: 768px){
	.search_btn{
		font-size: 16px !important;
		margin-top: 2px !important;
    padding: 8px 10px !important;
	}
	.input-field .btn-small.border_radius_50{
		margin-top: 5px !important;
	}
	.footer_ads{
		left: auto;
		width: 100%;
	}
	.all_share{
		left: 3px;
		top: auto;
		bottom: 150px;
	}
	.show_hide_s{
		display: none;
	}
	.all_share img{
		margin-top: 6px;
	}
	#modal1{
		width: 90%;
	}
	.adds .mobile_ad{
		display: block;
		margin: 10px auto 0px !important;
	}
	.main{
		height: 300px;
	}
	.position_sticky{
		height: 55px !important;
	}
	.search .input_search{
		font-size: 20px !important;
	}
	.search_icon{
		font-size: 22px;
	}
	.box,.box1,.box_health{
		width: 47% !important;
	}
	.box1 p{
		height: 100px;
	}
	.box_health p{
		height: 80px;
	}
	.tabs{
		margin-top: 20px !important;
	}
	.loss_weight{
		height: 1550px;
	}
	.con{
		width: 70%;
	}
	.related_center{
		margin-left:13px !important;
	}
	.mar_0_on_med{
		margin-left: 0px !important;
	}
	.mar_top_on_med{
		margin-top: 10px !important;
	}
	.l6{
		width: 100% !important;
		margin-top: 20px;
	}
	.l8,.l5{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.width_100{
		width: 55px;
	}
	.width_150{
		width: 90px;
	}
	nav{
		background-image: linear-gradient(to left,var(--left),var(--right) );
		box-shadow: none !important;
	}
	.ovu_video{
		width: 100%;
		height: 220px;
	}
}
@media (max-width: 480px){
	.for_unit .fas{
		right: 20px;
		font-size: 18px;
	}
	.unit_menu li{
		padding: 5px;
		margin-right: 5px;
		font-size: 13px;
	}
	.help{
		bottom: 20px;
		right: 20px;
	}
	.related_box{
		width: 100% !important;
	}
	.margin_t_10_m{
		margin-top: 10px !important;
	}
	.widget{
		height: 500px;
	}
	.font_s12_m{
		font-size: 12px !important;
	}
	.font_s16_m{
		font-size: 16px !important;
	}
	.font_s25_m{
		font-size: 25px !important
	}
	.font_s20_m{
		font-size: 20px !important
	}
	.padding_10_m{
		padding: 0px 10px !important;
	}
	.padding_0_m{
		padding: 0px !important;
	}
	.border_form_m{
		border: 2px solid #ddd;
		border-radius:10px;
	}
	.category_link{
		top: 0px;
		color: #13699E;
		font-size: 12px;
	}
	.margin_0_m{
		margin: 0px !important;
	}
	.category_link a{
		color: #13699E;
		font-size: 12px;
	}
}
@media (max-width: 480px){
/*Header Media Query*/
	.content .MathJax_Display{
		overflow: scroll;
	}
	.modal-content .input-field textarea{
		height: 110px !important;
	}
	.padding_rl20_10,.padding_lr20_10{
		padding: 0px 10px 0px 10px !important;
	}
	.padding_10_mbl{
		padding: 10px !important;
	}
	.pos_top .z-depth-3{
		box-shadow: none !important;
	}
	.pos_top{
		margin-bottom: 0px !important;
		box-shadow: none !important;
	}
	.related_cal{
		margin-top: 15px;
		top: 0px;
	}
	.nav-wrapper img {
	    width: 35%;
	    height: auto;
	    margin-top: 10px;
	}
	.font_s22_m{
		font-size: 21px !important;
		text-align: center;
	}
	.position_sticky{
		height: 50px !important;
	}
	.margin_left_20m{
		margin-left: 20px !important;
	}
	.mbl_con{
		width: 100% !important;
		border-bottom: 1px solid #8080804a;
		border-top: 1px solid #8080804a;
		margin-bottom: 20px !important;
	}
	.content p.content ul li{
		font-size: 16px !important;
	}
	.pos_top{
		width: 100% !important;
		top: 0px;
	}
	.main{
		height: 56px !important;
	}
	.box_interesing, .box_populer{
		top: 40px;
	}
	.health{
		top: 0px;
	}
	.content img{
		width: 100% !important;
	}
	.content{
		margin-bottom: 20px;
	}
	.footer,.content{
		top: 0px;
	}
	.heading_on_mbl{
		font-size: 18px !important;
	}
	.search{
		width: 80% !important;
	}
	.search .input_search{
		font-size: 15px !important;
	}
	.search_icon {
	    width: 40px !important;
	    height: 25px;
	    margin-top: 10px;
	}
	.box,.box1,.box_health{
		width: 97% !important;
	}
	.btn-small{
		width: 80%;
	}
	.mar_0_on_small{
		margin-left: 0px !important;
	}
	.mar_top_on_small{
		margin-top: 10px !important;
	}
	.height_on_small{
		height: 600px !important;
	}
	.s_3{
		width: 48% !important;
	}
	.s3_5{
		width: 25% !important;
	}
	.related_5{
		width: 100% !important;
	}
	.width_150px{
		width: 100px !important;
		height: 40px;
		line-height: 40px;
	}
	.margin_top_on_small{
		position: relative;
		top: 150px;
	}
	.play_store img{
		width: 100px;
		height: 50px;
		margin-top: 10px;
	}
	.input-field .fa-angle-down{
		top: 12px;
		right: 5px;
	}
	.img_icon{
		width: 40px;
		height: 40px;
	}
	.input-field input{
		font-size: 15px !important;
	}
	.button{
		font-size: 16px;
		width: 13% !important;
		padding: 0px;
	}
	.D_to_R{
		width: 28.88% !important;
	}
	.widget{
		height: 515px;
	}
	.con_min{
		bottom: 85px;
	}
	.finance_section{
		top: 120px;
	}
	nav i,nav li a{
		font-size: 12px;
	}
	.lang_hover {
	    line-height: 52px;
	}
	.margin_top_10_m{
		margin-top: 10px!important;
	}
	nav{
		background-image: linear-gradient(to left,var(--left),var(--right) );
		box-shadow: none !important;
	}
	.mar_t_0_m{
		margin-top: 0px !important;
	}
	.nav_search i{
		top: 20px !important;
	}
    .single-blog-post .content .d-flex img {
        width: 55px!important;
        height: 55px;
        border-radius: 50%;
    }
}
@media (max-width: 320px){
	.D_to_R{
		width: 28.88% !important;
	}
}


[type="radio"].with-gap:checked+span:before{
			border: 2px solid #13699E;
		}
		[type="radio"].with-gap:checked+span:after{
			background: #13699E;
		}
		.width_20_per{
			width: 20%;
			float: left;
			padding: 3px;
			font-weight: 400;
			text-align: center;
			font-size: 20px;
			cursor: pointer;
		}
		.width_20_per span{
			display: block;
			height: 40px;
			background: #0485b745;
			line-height: 40px;
			color: #000;
			border: 1px solid #ddd;
			border-radius: 5px;
		}
		.width_20_per label{
			background: #fff;
			color: #13689E;
			cursor: pointer;
			display: block;
			height: 40px;
			line-height: 40px;
			margin-left: 0px !important;
			border: 1px solid #ddd;
			border-radius: 3px;
		}
		#showOutput{
			background: #4182b5f2;
		}
		.width_20_per label span{
			border: none;
			color: #13689E;
			border-radius: 0px;
			background: transparent !important;
		}
		.blue_btn{
			background: #4182b5f2 !important;
			color: #fff !important;
		}
		@media(max-width: 480px){
			.width_20_per label{
				height: 35px;
				line-height: 35px;
			}
			.width_20_per span{
				height: 35px;
				line-height: 30px;
			}
			.width_20_per{
				font-size: 16px;
				cursor: pointer;
			}
			.width_20_per label span{
				padding-left: 23px !important;
			}
		}