.body_content {
  padding: 0 0 0 0;
}

.banner_header {
  margin: 40px;
  font-size: 40px;
  display: none;
}

.banner_followup {
  margin: 20px;
  font-size: 20px;
  text-align: left;
  display: none;
}

.big_banner_image {
  padding-bottom: 24%;
}

.left {
  width: 600px;
  width: calc(100% - 360px);
  float: left;
  margin: 0px 0px 0px 5px;
}

h3.offer-header{
font-size: 12px;
color: #999;

}

h3.offer-header #life-cover-price{
font-size: 18px;
color: #D60570;
}


.left .offer-line {
  font-size: 13px;
  color: #333333;
  padding: 11px 0px 12px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}
.left .offer-line p {
  font-size: 13px;
  color: #333333;
  height: 18px;
  margin: 0;
}

.left .offer-line a {
  font-size: 15px;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  margin: 0px 25px 0px 0px;
}

.left .offer-line a:hover {
  color: #D60570;
  text-decoration: underline;
}

.left .offer-line .benefits_link {
  margin: 0 0 0 30px;
}

.benefits_link {
  font-size: 15px;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
}

.benefit-list, .life-section {
    margin-bottom: 0px;
}

#mobilebuttons {
  margin-bottom: 20px;
}

#quote_tool form {
  margin:auto;
}

#quote_tool form .offer-header {
  font-size: 1.4em
}
  

.left .offer-line strong {
  color: #333333;
}

.right {
  width: 320px;
  float: right;
}

.blue-box {
  min-height: 200px;
  width: 280px;
  background: #e3f5fd;
  padding: 20px;
  margin: 0 0 15px 0;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  box-sizing: content-box;
}

.blue-box h3 {
  margin: 0 0 20px 0;
}

.blue-box ul {
  padding: 10px 20px 0 20px;
  margin-bottom: 0; 
}
.blue-box ul li {
  font-size: 15px;
  margin: 0px 0px 20px -20px;
  /*padding-left: 2em;
  text-indent: -2em;*/
}
.blue-box ul li:before {
  /* Original pink tick */
  /*content: url(/media/layacommon/images/icons/check.png);
  height: 10px;
  width: 10px;
  margin: 0px 10px 0px 0px; */
	
  
  
  /* NEW Pink tick in green circle */
	height: 32px;
	width: 32px;
	display: inline-block;
	margin: -4px 8px 0px 0px;
	float: left;
	content: "";
	background: url(/media/layalife/images/icons/svg/ic_tick_life.svg) no-repeat;
}

.blue-box a.button {
  display: block;
  height: 30px;
  width: 188px;
  margin: 30px auto 0 auto;
  font-size: 16px;
  text-align: center;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  color: #ffffff !important;
  padding: 7px 25px 0px 25px;
  /*background: url("/media/layahealthcare/desktopsite/styleassets/images/money-smart-find-out-more.png") no-repeat;*/
   background-color: #D60570;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e30075), color-stop(100%, #b3005c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e30075 0%, #b3005c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30075', endColorstr='#b3005c',GradientType=0 );
  /* IE6-9 */
  border-radius: 100px 100px 0px 0px;
  position: relative;
  bottom: 0px;
  box-sizing: content-box;
}


.blue-box a.button:hover {
  background-color: #D60570;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3005c 0%, #e30075 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3005c), color-stop(100%, #e30075));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b3005c 0%, #e30075 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b3005c 0%, #e30075 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b3005c 0%, #e30075 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b3005c 0%, #e30075 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3005c', endColorstr='#e30075',GradientType=0 );
  /* IE6-9 */
}


.blue-box a.button .arrow-right {
  width: 0;
  height: 0;
  float: right;
  margin-right: 50px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
  position: absolute;
  bottom: 13px;
  left: 150px;
}

h3 {
  font-size: 20px;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  color: #1b355f;
  margin: 0px 0px 5px 0px;
}


p.last-p {
  margin-bottom: 29px !important;
}

p.para-push {
  margin-bottom: 30px !important;
}

.image-text {
  width: 100%;
  display: block;
  margin: 0px 0px 5px 0px;
  float: left;
}

.image-text .left-side {
  width: 60px;
  padding-top: 10px;
  padding-left: 0px;
  float: left;
}

.image-text .right-side1 {
  max-width: 490px;
  width: calc(100% - 70px);
  float: left;
  padding: 20px 0px 0px 10px;
}

.image-text .right-side2 {
  max-width: 490px;
  width: calc(100% - 70px);
  float: left;
  padding: 30px 0px 0px 10px;
}

.image-text .right-side3 {
  max-width: 490px;
  width: calc(100% - 70px);
  float: left;
  padding: 30px 0px 0px 10px;
}

.image-text.bottom {
  margin-bottom: 20px;
}

.footer {
  width: 100%;
  max-width: 939px;
  text-align: center;
  /* background: url(/media/layahealthcare/desktopsite/styleassets/images/money-smart-footer.png) no-repeat; */
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 30px 0px;
}

.footer .contact-box {
  width: 100%;
  font-size: 18px;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  color: #D60570;
}

.footer .contact-box p {
  width: 100%;
  font-size: 18px;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  color: #1b355f;
}

.footer .contact-box p a {
  line-height: 18px;
}

.footer .contact-box span {
  font-size: 25px;
  color: #D60570;
}

.footer-info p {
   font-size:13px !important;
   font-style:italic;
}


a.quote-button {
  font-size: 20px;
  color: #ffffff !important;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  display: inline-block;
  padding: 13px 40px 12px 40px;
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #e30075;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e30075), color-stop(100%, #b3005c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e30075 0%, #b3005c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e30075 0%, #b3005c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30075', endColorstr='#b3005c',GradientType=0 );
  /* IE6-9 */
}

a.quote-button:hover {
  background: #fc0082;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc0082 0%, #cc0069 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0082), color-stop(100%, #cc0069));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fc0082 0%, #cc0069 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fc0082 0%, #cc0069 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fc0082 0%, #cc0069 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fc0082 0%, #cc0069 100%);
  /* W3C */
}

.clearfix:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}




/* ------------------------------------------------ */

button#makecall a{
color: white;

}

h3.qq-heading{
  margin: 0 0 20px 0;
}

#benef-list{
  margin: 0 auto 20px;
  overflow: hidden;
  max-width: 600px
}

#benef-list img {
  max-width: 100% !important;
  height: auto !important;
}

#benef-list h3.benef{
float: left;
width:22%;
margin-right: 4%;
text-align: center;
font-size: 16px;
}

.quote_tool_landing {
font-size: 14px;
margin: 15px 0 15px -9px;
}

.quick-quote-landing form {
background-color: #f2f2f2;
padding: 15px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#benef-list-mobile, #benefitsmobile, #getaquick, #mobilebuttons, #green15 img, #quote_tool_bot, #banner-mobile{
  display:none;
}

#youtubevideo{
  width : 600px;
  height: 350px;
  margin: 20px auto;
  display: block;
}

@media (min-width: 1024px) {
    .quote-section {
        top: -280px;
        margin-bottom: -280px;
    }
}

/* small desktop */
@media (max-width: 992px) and (min-width: 768px) {

  .right {
  margin: 0 15px 0 0;
  }

  .left{
    width: calc(100% - 355px);
  }

  #quote_tool{
     display:block;
  }
  
  .clearfix {
    margin-top: 20px;
  }
  
  .banner_header {
    margin: 20px;
    font-size: 30px;
  }

  .banner_followup {
    margin: 0px;
    font-size: 16px;
    text-align: left;
    max-width: calc(100% - 80px);
  }
  

}

/* Tablet */
@media (min-width: 10px) and (max-width: 861px) {

}

@media (min-width: 649px) and (max-width: 767px) {
  
  .big_banner {
    display: block;
  }
  
  .banner .headline {
    position: absolute;
    top: 0px;
    left: 30px;
    max-width: 60%;
    background: none !important;
  }
  
  .banner_header {
    margin: 20px auto;
    font-size: 30px;
  }
  
  .banner_followup {
    margin: 20px auto;
    font-size: 16px;
  }
  
  .right {
  margin: 0 15px 0 0;
  }

  .left{
    width: calc(100% - 335px);
  }

    #quote_tool{
     display:block;
  }
}


/* mobile */

@media (min-width: 10px) and (max-width: 360px) { 
}

@media (min-width: 10px) and (max-width: 440px) {
}

@media (min-width: 10px) and (max-width: 649px) {

  #banner-mobile {
    display: block;
  }
  
  .banner_header {
    font-size: 26px;
    margin: 0 auto;
  }
  
  .banner_followup {
    text-align: center;
    margin: 10px auto 40px;
  }

  .blue-box {
    width: auto;
    background: #e3f5fd;
    padding: 20px;
    margin: 0 0 15px 0;
    position: static;
  }

  #getaquick, #mobilebuttons button, #mobilebuttons a{
    display: inline-block;
    width: 100%;
  }

  #mobilebuttons p{
  text-align: center;
  margin: 10px 0;
  }

    #youtubevideo{
    height: 250px;
  }

  #benefits, #phonelink, #benef-list, #benefits-blue-box {
  display: none;
  }

  #benef-list-mobile, #benefitsmobile, #mobilebuttons{
    display:block;
  }

  #benef-list-mobile ul li{
    margin: 10px 0;
    font-size: 18px;
    font-family: Conv_CoconPro-Regular, arial, sans-serif;
    color: #1B355F;
    line-height: 22px;
    overflow: hidden;
  }

  #benef-list-mobile ul li img{
    width: 25% !important;
    max-width: 120px;
    min-width: 60px;
    width:auto;
   margin-right: 5%;
   display: block;
   float: left;
  }

  #benef-list-mobile ul li div{
    float: left;
    width: 50%;
    height: auto;
    margin-top: 19px;
  }
  
  a.quote-button {
    display: block;
    margin: 10px;
  }
    
  .left {
    float: none;
    margin: 0 15px;
    width: auto;
  }
  
  .right {
    float: none;
    margin: 0 15px;
    width: auto;
  }
  
  .footer .contact-box span {
    display: block;
    margin: 10px;
  }
  
  .footer {
    background: none;
  }
  
}







