/*!
Theme Name: Neo Fertility
Theme URI: https://blueedgebusiness.com/
Author: Blue Edge Business 
Author URI: https://blueedgebusiness.com/

*/
@media screen and (min-width: 768px) {
	.mobile-view {
		display: none !important;
	}
}
.mobile-view strong {
    text-transform: uppercase;
}
.mobile-view {
    background: #FE814B!important;
    padding: 5px 20px;
    margin: 9px;
    color: white !important;
}
.mobile-view a {
    color: white !important;
}
/* alvin css  above here*/
#about-team-section .team_section {
    background-color: #E5F0FB!important;
}
.quick_block.branches .textwidget{
	background: url(../../images/pages/quick-blocks/2.png) no-repeat scroll right bottom #6686ff;
	
}
.quick_block .textwidget{
	padding: 30px;
}
.quick_block.emmergency .textwidget {
    background: url(../../images/pages/quick-blocks/1.png) no-repeat scroll right bottom #43b9f6;
}
.quick_block.bill_payments .textwidget {
    background: url(../../images/pages/quick-blocks/3.png) no-repeat scroll right bottom #9878ff;
}
.quick_block .textwidget .heading {
    text-transform: uppercase;
    color: #fff;
}
.quick_block .textwidget .heading h5 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
}
.quick_block .textwidget .heading h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
}
.quick_block.branches .textwidget p {
    color: #cfd9fe;
}
.quick_block .textwidget p {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #d2f0ff;
    font-weight: 300;
}
.quick_block .textwidget a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    display: inline-block;
}
.quick_block .textwidget a:after {
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    margin: 5px 0 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.quick_block .textwidget:hover a:after {
  width: 0;
}
footer {
    background: #ffffff!important;
}
.success-story-section h2:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #0186d5;
    width: 10%;
    bottom: 0px;
    left: 0px;
}
.success-story-section h2 {
    text-transform: uppercase;
    color: #02a7e1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 45px;
}
.success-story-section a.read-more {
    background-color: #82B1D7;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
}
.success-story-section a.read-more:hover{
    background-color: #F99D98!important;
    color: #fff!important;
    text-transform: uppercase;
}
.success-story-section .row {
    padding-bottom: 40px;
}
.success-story-section .col-md-9{
    font-weight:normal!important;
}

/************** Added by AJAY *******************/
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index:1000 !important;
}
.asp_product_buy_btn blue{
	font: bold 18px/8px HelveticaNeue, Arial;
    padding: 20px 50px;
    height: 50px;
}
.top_bar .payment a{
	background:#82B1D7!important;
	padding:5px 20px;
	margin-left:20px;
	color:white !important;
}
/************************************************/