/* ============================================================

Theme Name: Bupa
Author: KM
Description: Bupa landing page
Version: 0.0.2
Tags: landing page

============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
  background-color: #1e1e1e;
  color: #505050;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

b,strong{
  font-weight:600 !important;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
  INFO BAR
============================================================ */
.info-bar {
  padding: 20px 0;
  background-color: #ffffff;
  color:#6c6b6b;
  font-size:23px;
}
.info-bar .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("../img/core/icons-light.png");
  background-image: url("../img/core/icons-light.svg"), none;
}
.info-bar .cmn-tut {
  background-position: 0 0;
}
.info-bar .cmn-prev {
  background-position: -30px 0;
}
.info-bar .cmn-next {
  background-position: -60px 0;
}
.info-bar .cmn-download {
  background-position: -90px 0;
}
.info-bar .cmn-archive {
  background-position: -120px 0;
}
.info-bar .icon[data-title]:after {
  opacity: 1;
}
.info-bar .icon[data-title]:hover:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20px;
  content: attr(data-title);
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  white-space: nowrap;
}

/* ============================================================
  HEADER & SITE TITLE
============================================================ */
/* header */
header .branding {
  padding: 20px 0;
}
header .logo {
  margin-bottom: 20px;
  text-align: center;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
}
header .social {
  text-align: center;
}
header .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  text-indent: -9999px;
  background-size: 30px 30px;
  background-image: url("../img/core/social-light.png");
  background-image: url("../img/core/social-light.svg"), none;
  background-size: 180px 30px;
}
header .social .fb {
  background-position: 0 0;
}
header .social .twitter {
  background-position: -30px 0;
}
header .social .googleplus {
  background-position: -60px 0;
}
header .social .rss {
  background-position: -90px 0;
}
header .social .email {
  background-position: -120px 0;
}
header .social .search {
  background-position: -150px 0;
}
header .social a:hover {
  opacity: 0.4;
}

.txt-left{
	text-align:left
}
.txt-right{
	text-align:right
}
@media all and (min-width: 600px) {
  header .branding {
    padding-left: 60px;
  }
  header .logo {
    margin-bottom: 0;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 60px;
  }
  header .logo img {
    display: block;
    margin: 0;
  }
  header .social {
    padding: 15px 0;
    float: right;
    width: 100%;
    text-align: right;
  }
}
/* site title */
.site-title {
  padding: 5px 0;
  background-color: black;
  text-align: center;
}
.site-title h1 {
  color: #fff;
}

/* ============================================================
  FOOTER
============================================================ */
footer {
  padding: 20px 0;
}
footer .asides {
  margin-bottom: 20px;
}
footer aside {
  margin-bottom: 10px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer nav li {
  display: inline-block;
}
footer nav a {
  display: block;
  margin: 0 5px;
  color: #fff;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  display: inline-block;
  vertical-align: middle;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  color: #fff;
  font-size: 12px;
}
footer .copyright a {
  color: #fff;
}

@media all and (min-width: 600px) {
  footer aside {
    margin-bottom: 0;
    float: left;
    width: 33.3333%;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav li {
    display: block;
  }
  footer nav a {
    display: inline-block;
    margin: 0;
  }
  footer .logo {
    text-align: right;
  }
}
/* ============================================================
  FUSION ADS
============================================================ */
#fusionads {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 20;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 1.2;
  -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}

#fusionads .fusion-wrap {
  display: block;
  margin: 0 auto 10px auto;
  width: 130px;
}

#fusionads a.fusion-text {
  display: block;
  color: #505050;
}

#fusionads a.fusion-img {
  display: block;
  margin-bottom: 10px;
  width: 130px;
  height: 100px;
  background-color: #fff;
}

#fusionads a.fusion-img img {
  display: block;
  margin: 0 0 10px 0;
}

#fusionads a.fusion-poweredby {
  color: #1e1e1e;
}
#fusionads a.fusion-poweredby:hover {
  color: black;
}

#close-fusionad {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 30;
  width: 20px;
  height: 20px;
  background-color: #282828;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  color: #1e1e1e;
}

a:hover {
  color: black;
}
.black{
	background: rgba(0, 0, 0, 0.5);
	float:left;
	height:100%;
	width:100%;
}
.practic_num{
	padding-top: 65px;
    font-weight: 600;
}

a{
  text-decoration:none !important;
}

.practic_num a{
  color:#605E5E !important;
}
.small_txt{
  color:#ffffff;
	font-size: 10px;
  line-height: 15px;
  float: left;
  margin-top: 100px;
  font-family: 'Montserrat', sans-serif;
}

.input-group-addon, .form-control{
	height:48px !important;
}
.input-group-addon{
	background:none !important;
	border:0 !important;
}
.input-group-addon span{
	font-size:18px;
	left:-8px;
}

.share{
    color:#008385;
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom:10px;
    padding-left:0;
    
}
.share:hover{
    color:#008385 !important;
}
.bottom_txt{
  display:none;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h3{
	color:#ffffff;
  font-size:33px;
	font-weight: 600;
    margin-top: 80px;
    margin-bottom: 50px;

}

section.module h2 {
  margin-bottom: 28px;
  text-align:left;
  color: #008385 !important;
  font-weight: bold;
  font-size:26px;
  line-height: 1.2;
  margin: 0 0 18px 0;
  
}

 section.module form h2 {
    float:left;
    font-size:26px;
    line-height:1.1;
    margin-bottom:10px;
}

section.module h2 form a:hover{
    color:#008385 !important;
}
section.module p {
  color:#ffffff;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  
}

section.module p a{
  color:#ffffff !important;
}

.thank section.module p {
	font-size:26px;
	font-weight:100;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 0 0;
}
section.module.parallax h1, h1 {
  color:#ffffff;
  font-weight:600;
  line-height: 1; 
  font-family: 'Montserrat', sans-serif;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
section.module.parallax-1 {
  background-attachment:fixed;
  background-image: url("../img/background.jpg");
  background-position: 0 -50px;
  background-size:100%;
  

 
}


section.module.parallax-2 {
   background-image: url("../img/thank.jpg");
   background-position: 0 -110px !important;
   background-size:100%;
   min-height: 745px;
   padding-top:110px !important;
}

.page-template-page-thank-nz-3 section.module.parallax-2{
    
    background-position: -140px -70px !important; 
    background-size: 126%;
}

.page-template-page-thank-3 section.module.parallax-2{
    background-size:cover;
    background-position:center !important;
}

section.module.parallax-3 {
  background-image: url("../img/demo/pattern3.png");
}

.offer-content{
	color:#ffffff;
}
.offer-content h1, h1{
	
	font-size:56px !important;
	margin-bottom:70px !important;
}
.offer-content p{
	font-size:31px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

#refer_form{
	background:#ffffff;
	float:right;
	max-width:425px;
	padding:17px;
}
#refer_form p a{
  color:#93aec6 !important;
}

form p{
	margin:0 !important;
	float:left;
	width:100%;
}
.alert-danger, .form-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	font-size:14px;
	float:left;
	padding:10px;
	position:relative;
	top:-10px;
}


 input[type=text],input[type=number],  input[type=email], select, textarea, .form-control {
	background-color: #d3ebf6 !important;
    margin-bottom: 12px !important;
    border: 0;
    border-radius: 0;
    float: left;   
    border: 0;
    border-radius: 0;
    height:45px;
    width: 100% !important;
    line-height: 48px;
    padding: 0 12px;
    color: #133250;
    font-size: 18px !important;
    font-weight: bold;
    border: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select{
	padding:12px !important;
}
.chevron_down {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    z-index: 1;
    right: 14px;
    top: 50%;
    margin-top: -13px;
	}
.chevron_down svg{	
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;}
	
.input-group{
	background:#d3ebf6;
	padding:0;
	max-height:48px;
	margin-bottom:10px
}

img{
  max-width:100%;
}

input[type="checkbox"]:checked + label {
    background: url(https://www.bupadental.com.au/components/dentist/css/bupa_landing/dental-july-2016-checkbox-checked.svg) no-repeat scroll left top transparent;
    background-size: 18px 18px;
    background-position: left top!important;
	
}
.css-label-form {
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #133250;
    letter-spacing: -0.03em;
    margin: 0;
    display: block;
    text-align: left;
    font-weight: 400;
    width: 100%;
    line-height: 1.3;
    padding-left: 35px;
    background: url(https://www.bupadental.com.au/components/dentist/css/bupa_landing/dental-july-2016-checkbox-unchecked.svg) no-repeat scroll left top transparent;
    background-size: 18px 18px;
    cursor: pointer;
	margin-top:10px;
}

input[type="checkbox"] {
   
    position:absolute;
	right:100000px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
	background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
textarea{
	padding: 10px;
  height: 90px;
}
.blue{
	color: #133250;
	font-size: 18px;
  font-weight: 600;
	width: 100%;
  float: left;
  text-align: left;
}

textarea::-webkit-input-placeholder, ::-webkit-input-placeholder{ color: #133250 !important; font-weight: bold; }
textarea:-moz-placeholder, :-moz-placeholder { color: #133250 !important;; font-weight: bold; }
textarea::-moz-placeholder, ::-moz-placeholder { color: #133250 !important;; font-weight: bold; }
textarea:-ms-input-placeholder, :-ms-input-placeholder { color: #133250 !important;; font-weight: bold; }


textarea::-webkit-input-placeholder, textarea { color: #6c6b6b; font-weight: 400; font-style:italic;font-size:16px }
textarea:-moz-placeholder { color: #6c6b6b; font-weight: 400; font-style:italic }
textarea::-moz-placeholder{ color: #6c6b6b; font-weight: 400; font-style:italic }
textarea:-ms-input-placeholder { color: #6c6b6b; font-weight: 400; font-style:italic }

input[type=submit] {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #0079c8;
    overflow: hidden;
    padding: 0 40px;
    font-family: "Gotham SSm A", "Gotham SSm B", Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    width: 100%;
    text-transform: none!important;
	border: 0;
    margin-top: 20px;
}

.blue-btn{
	background-color: rgba(54, 153, 236, 1);
    border: solid rgba(43, 104, 156, 1) 0px;
	color:#ffffff;
    cursor: pointer !important;
	font-size:22px;
	font-weight:600;
	height:48px;
	padding:15px 50px;
	width:	200px;
	text-align:center;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	text-decoration:none;
}
.blue-btn:hover{
	text-decoration:none;
}

@media all and (min-width: 1285px) {
 
  section.module.parallax-1{
   background-size:cover;
  }
}

@media all and (min-width: 600px) {
 
  section.module.parallax {
    padding: 50px 0;
  }
 
}

@media all and (max-width: 1280px) {
	section.module.parallax-1, section.module.parallax-2 {
   		background-size: cover;
   	}
	
	section.module.parallax-2 {
   		background-size: 110%;
   		min-height:810px !important;
     background-repeat: no-repeat;
   	}
  .small_txt{
    margin-top:55px;
  }

}



@media (max-width: 1024px){

 section.module.parallax-2 {
    background-size: 137%;
    min-height: 650px !important;
    }
 .page-template-page-thank-nz-3 section.module.parallax-2 {
    background-position: -150px 0px !important;
    background-size: cover;
 }
  
  section.module.parallax-2{
    background-repeat: no-repeat !important;
  }
    
    
}
    



@media all and (max-width:768px){
	.mbtn{
		position: relative;
    	top: 20px;
    	width: 100%;
    	max-width: 320px;
    	float: left;
    	height: 60px;
	}
  
  .offer-content h1, h1 {
    font-size: 36px !important;
    margin-bottom: 20px !important;
}
  
  section.module p,  section.module h2{
    font-size: 22px;
  }
  .blue-btn{
    font-size:18px;
  }
	section.module.parallax-1{
    background-position: -330px 0px !important;
  }
  section.module.parallax-2 {
    background-size: cover;
    min-height: 810px !important;
    background-position: -420px 0 !important;
  }
  .page-template-page-thank-nz-3 section.module.parallax-2 {
    background-position: -280px -30px !important;
    background-size: cover;
}
    .already, .already1{
    float:left;
    }
    
    .already1{
        clear:both;
        margin-top:50px;
    }
}

@media all and (max-width:414px){
	section.module.parallax {
    	padding: 40px 0;
	}
	
	.practic_num{
		padding:0;
	}
	
  
  .offer-content h1, h1{
    font-size:28px !important;
    margin-bottom:40px !important;
  }
  
  section.module p{
    font-size:20px;
    margin-bottom:30px;
  }
  
  section.module.parallax {
    padding: 40px 0;
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: -100px 0 !important;
    background-attachment: inherit !important;
    padding-bottom:0;
    overflow:hidden;
	}
  
  section.module.parallax-2 {
		background-size: cover !important;
    background-position-x: -410px !important;
    min-height: 725px;
    padding-top: 55px !important;
		}
  
  .page-template-page-thank-nz-3 section.module.parallax-2{
    background-position: -580px 0px !important;
    background-size: cover !important;
  }
  
  .small_txt{
    margin-top:10px !important;
    margin-bottom:0px;
    display:none;
    
  }
  
  .thk_txt{
    display: block;
    margin-top: 60px !important;
    margin-bottom: 20px;
  }
  
  .col-md-6.txt-right{
    background:#ffffff;
  }

	#refer_form{
    padding:10px;
  }
  
 .bottom_txt {
    display: block;
    text-align: left;
    background: #0077cb;
    color: #ffffff;
    padding: 20px 10px;
    font-size: 12px;
}
	

}


@media screen and (max-width:375px){
  
  section.module p,  section.module h2{
    font-size: 18px;
	}
  #refer_form {
    padding: 10px 0;
  }
}

@media screen and (max-width:375px){
  section.module.parallax-2 {
    background-position-x: -495px !important;
  }
}
  
@media screen and (max-width:320px){
  
  .offer-content h1, h1 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}
  
  section.module p,  section.module h2{
    font-size: 16px;
  }
  
   section.module p{
     margin-bottom:15px;
  }
  .blue-btn{
    font-size:18px;
  }
}