/*################# mobile CSS ################################################################*/
@media only screen and (min-width: 250px) and (max-width: 999px) {
	#main-content .lh-blog-list article .entry-title{
		font-size: 20px !important;
	}
	.single-post #main-content  .entry-title{
		font-size: 30px !important;
	}
	#main-content h3{
		font-size: 20px !important;
	}
	.scrollcard {
		display: flex;
		flex-direction: column;
		margin-bottom: 50px !important;
	}
	.scrollcard .moborder1{
		order:0;
	}
	.scrollcard .moborder2{
		order:1;
	}
	.flheadwrap .btnlink{
		font-size:15px !important;
	}
	.c_head .homelogo, body:not(.home) .floathead .c_head img.innerlogo{
		display: none !important;
	}
	body:not(.home) .floathead .c_head img.innerlogo{
		display: none !important;
	}
	body:not(.home) .floathead .c_head img.moblogo{
		display: none !important;
	}
	body:not(.home) .floathead .c_head img.moblogoinner{
		display: block !important;
	}
	.c_head .moblogo{
		display: block !important;
	}
	.wpcf7-submit{
		width: 100% !important;
	}
	.form_l .wpcf7-spinner{
		display: none !important;
	}
	.formob{
		display:block;
	}
	.fordesk{
		display:none !important;
	}
	.page-id-535 .et_pb_text_6{
		margin:0 !important;
	}
	.formdiv{
		display:block !important;
	}
	.et_pb_toggle_title{
		padding: 0 !important;
	}
	
	.lh-blog-list article{
		width: 100%;
		flex: 0 0 95% !important;
	}
	footer h4{
		text-align: center;
	}
	footer ul li{
		text-align: center;
		display: block !important;
	}
	footer .et_pb_text_inner{
		text-align: center;
	}
	.floathead .c_head img{
		max-width: 180px;
	}
	.floathead .menu_logo_dsk{
		max-width: 180px;
		margin: 15px auto;
	}
  .flheadwrap {
    width: 70vw !important;
    height: auto !important;
    margin: auto;
  }
  body .bnrtxt3 {
    margin-bottom: 250px !important;
  }
  #burgerbtn span {
    font-size: 12px !important;
  }
  .headR a {
    top: 34px !important;
    font-size: 12px !important;
    left: -80px;
  }
  .headL, .headR {
    z-index: 3 !important;
  }
  .et_pb_sticky--top #mob_logo.moblogo_blk {
    top: 30px !important;
  }
  #mob_h.mobile {
    top: 10px;
  }
  #mob_h.mobile #burgerbtn {
    top: 30px;
  }
  #mob_logo {
    z-index: 0 !important;
  }
  footer .et_pb_menu__menu {
    display: block !important;
  }
  footer .et_mobile_nav_menu {
    display: none !important;
  }
  footer .et_pb_image_0_tb_footer {
    margin: auto !important;
  }
  body #main-content .et_pb_button {
    text-align: center;
    width: 90%;
    margin: 10px auto !important;
    display: block;
  }
  body #main-content .bnrtxt1 h2 {
    font-size: 40px !important;
  }
  body #main-content .bnrtxt2 p {
    font-size: 30px !important;
  }
  body #main-content .bnrtxt3 p {
    font-size: 16px !important;
  }
  #main-content h2 {
   font-size: 40px !important;
  }
  #review_div {
    padding: 30px !important;
  }
  .star-wrapper a {
    font-size: 2.2em !important;
  }
  #rev_btn {
    display: none !important;
  }
  /*mobile floating buttons*/
  footer.et-l--footer {
    padding-bottom: 40px;
  }
  #mob_foot_btn {
    background: #054729;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mob_foot_btn a {
    color: #fff !important;
    flex: 0 0 50%;
    font-size: 12px;
    padding: 20px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-family: poppins;
    font-weight: 700;
    line-height: 16.8px;
    position: relative;
  }
  #mob_foot_btn a:hover {
    background: #333;
  }
  #mob_foot_btn a:first-child {
    border-right: 1px solid #ccc;
  }
  #mob_foot_btn a:first-child::before {
    content: "\f073";
    font-family: fontawesome;
    margin-right: 10px;
    position: absolute;
    left: 20px;
  }
  #mob_foot_btn a:last-child::before {
    content: "\f879";
    font-family: fontawesome;
    margin-right: 10px;
    position: absolute;
    left: 20px;
  }
  /*END mobile floating buttons*/
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
/* Medium devices (desktops, 1024px and up to 1199px) */
@media (min-width: 1025px) and (max-width: 1199px) {}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/*################# END mobile CSS ################################################################*/