﻿.campaign-container .campaign-section:nth-child(odd):not(:first-child) {
  background-color: #fafafa;
}

.campaign-container .campaign-section:nth-child(even) {
  background-color: #fff;
}

strong {
  font-weight: 700;
  font-family: 'ProximaNova-Bold', Arial, Helvetica, sans-serif;
}

.btn-header a {
  display: flex;
  width: 100%;
  justify-content: center;
  min-width: 250px;
  height: 55px;
  margin-top: 10px;
}

.campaign-section-title {
  margin: 16px 0 16px !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  color: #1d2c3c;
  font-family: 'Proxima Nova Condensed-Black', Helvetica;
  text-align: center;
}

.campaign-section-subtitle {
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  font-family: 'Proxima Nova Condensed-Black', Helvetica;
  text-align: center;
  max-width: 660px;
}

section.campaign-section {
  padding: 0;
}

.body-button-links2{
	font-size:18px;
	border-radius: 12px;
	text-transform: capitalize;
	padding: 0.8rem 0.25rem;
	/*display: flex;
	width: max-content;
	gap: 8px;
	align-items: center;*/
	cursor: pointer;
}

.campaign-section > .section-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 36px 30px;
}

@media (min-width: 768px) {
  .btn-header {
    position: absolute;
    top: 26px;
    right: 26px;
  }
  .holyname-pre-nav .navbar.navbar-light {
    padding: 0 40px;
  }
  .campaign-section-title {
    margin: 16px 0 36px !important;
    text-transform: uppercase;
    font-size: 48px;
  }

  .campaign-section-subtitle {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .campaign-section .section-container {
    padding: 100px 70px;
  }
}

@media (min-width: 1600px) {
  .campaign-section .section-container {
    padding: 100px 150px 100px;
  }
}

.secondary-color {
  background-color: #123559;
}

.btn-group-custom {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

    .btn-group-custom .btn-call {
        flex: 1;
        width: 100%;
    }


.btn-call {
  border-radius: 12px;
  text-transform: capitalize;
  padding: 0.8rem 1rem;
  display: flex;
  width: max-content;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  border-color: #123559;
}
.btn:focus {
  max-height: unset !important;
}
.secondary-color-outline {
  border: 4px solid #123559;
  color: #1d2c3c;
  text-transform: unset;
  max-width: 300px;
  line-height: 1;
}

.secondary-color-outline:hover {
  color: #fff !important;
  background-color: #06182b;
  border-color: #06182b;
}

.container-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.container-title span {
  color: #6dcdb8;
}

.container-subtitle {
  font-size: 18px;
}

.section-0 .group-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

.section-0 .group-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(0deg, #1d2c3c 10px, rgba(29, 44, 60, 0) 18.39%);*/
}

.section-0-container {
  /*display: flex;
  background-color: #1d2c3c;*/

}

.section-0.campaign-section > .section-container {
  padding: 0 10px 10px;
  justify-content: end;
}

.section-0 .left-container {
  width: 100%;
  display: flex;
}

.section-0 .left-container-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.section-0 .left-container-title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.section-0 .left-container-title span,
.section-0 .left-container-bottom-text span {
  color: #6dcdb8;
}

.section-0 .left-container-bottom {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}

.section-0 .left-container-bottom img {
  width: 100%;
  height: auto;
  max-width: 290px;
}

.section-0 .left-container-bottom-text {
  display: flex;
  max-width: unset !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: inline-block;
}

.section-0 .right-container {
  height: auto;
  max-width: 50%;
}

@media (min-width: 768px) {

	.btn-group-custom {
        flex-direction: row;
        width: unset;
        margin-top: 0;
    }

        .btn-group-custom .btn-call {
            flex: unset;
            width: max-content;
        }


  .section-0 {
    background: url(./assets/images/lung-care-banner.webp) top / cover no-repeat;
  }

  
  .section-0-container {
    height: 70vh;
    min-height: 700px;
    background: linear-gradient(
      90deg,
      /*#1d2c3c 20.71%,
      rgba(29, 44, 60, 0) 58.39%*/
	  #1d2c3c 0%,
      rgba(29, 44, 60, 0) 0%
    );
  }


  .section-0.campaign-section > .section-container {
    padding: 36px 30px;
    justify-content: center;
  }

  .section-0 .left-container-title {
    font-size: 48px;
    line-height: 0.9;
  }

  .section-0 .left-container-box {
    gap: 52px;
  }

  .section-0 .left-container-bottom-text {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .section-0.campaign-section > .section-container {
    padding: 36px 70px;
  }

  .section-0 .left-container-bottom img {
    max-width: 380px;
  }

  .campaign-section .container-title {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .section-0 .left-container-title {
    font-size: 64px;
  }

  .section-0 .left-container-bottom-text {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .campaign-section .container-title {
    font-size: 54px;
  }
  .section-0 .left-container-title {
    font-size: 72px;
  }
  .section-0.campaign-section > .section-container {
    padding: 36px 150px 60px;
  }
}

.section-1 .section-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	justify-content: space-between;
	background-color:#fff;
}

.section-1 .container-title {
  color: #133559;
}

.section-1 > div {
  flex: 1;
}

.dark-text-color {
  color: #333;
}
.description-text {
  font-size: 16px;
  line-height: 30px;
  max-width: 700px;
  line-height: 1.5;
}

.section-1 video {
  width: 100%;
  height: auto;
  min-width: 250px;
}

@media (min-width: 992px) {
  .section-1 video {
    min-width: 500px;
  }

  .section-1 .section-container {
    flex-direction: row;
    gap: 100px;
  }
  .section-1 .section-container > * {
    width: 50%;
  }

  .description-text {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .description-text {
    font-size: 20px;
    max-width: 1000px;
  }
}
.section-5 .campaign-section-subheading {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0 !important;
}

.section-2 .section-container {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.section-2 .section-container .right-container {
  padding: 50px 30px;
  background-color: #123559;
  color: #fff;
}

.section-2 .section-container > * {
  height: 100%;
}

.section-2 .left-container img {
  object-fit: cover;
  height: 100%;
  max-height: 600px;
  object-position: top;
}

.section-2 .section-container .container-title {
  margin-bottom: 30px !important;
}

.section-3 .section-container {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
}

.section-4 .section-container {
  flex-direction: column;
  gap: 50px;
}

.section-4 .right-container {
  text-align: center;
}

.section-2 .container-subtitle {
  max-width: 400px;
}
.section-3 .container-title {
  max-width: 1300px;
}
.section-2 .description-text {
  max-width: 600px;
}
.section-3 .description-text {
  max-width: 1000px;
}
.section-3 .container-title,
.section-4 .container-title,
.section-5 .container-title {
  color: #123559;
}
.section-3 .container-title,
.section-5 .top-container .container-title {
  margin-bottom: 12px !important;
}

.section-4 .right-container p,
.section-5 .right-container p {
  color: #000;
}

.section-1 .container-title span,
.section-3 .container-title span,
.section-4 .container-title span,
.section-5 .container-title span {
  color: #34857d;
}

.section-5 .container-subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-5 .right-container li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom:10px;

}

.section-5 .section-container {
  gap: 80px;  
  
 align-items: start;
}

.section-5 .top-container {
	
	display: flex;
	gap: 50px;
	gap: 10px;
	flex-wrap: wrap;
	flex-direction: column;
	

/*
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: 50px;
	width:100%
*/
}


.section-video .top-container{
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	flex-direction: column !important;
	gap: 50px !important;
	width:100% !important;
}

.section-video .top-container > *{
	flex: 1;
  width: 100%;
}


.section-5 .top-container > * {
  flex: 1;
  width: 100%;
}


.section-4 .left-container {
  position: relative;
}

.section-4 .left-container img {
  width: calc(100% - 16px);
  max-width: 800px;
  z-index: 1;
  position: relative;
  height: 100%;
  object-fit: cover;
}

.section-4 .left-container .bg-teal {
  background-color: #6dcdb8;
  position: absolute;
  width: calc(100% - 16px);
  max-width: 800px;
  height: 100%;
  top: 16px;
  left: 16px;
  z-index: 0;
}

.section-5 .bottom-container {
  display: flex;
  width: 100%;
}

.section-5 .bottom-container .bg-prim {
  width: 16px;
  min-height: 100%;
  background-color: #123559;
}

.section-5 .bottom-container .inner {
  background-color: #6dcdb8;
  padding: 20px;
  width: 100%;
}

@media (min-width: 1200px) {
	.section-5 .inner .top-box{
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		margin-bottom: 30px;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
  gap: 20px;
}


.section-5 .secondary-text {
  color: #123559 !important;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .section-5 .right-container li {
    font-size: 18px;
  }
  .section-2 .section-container {
    grid-template-columns: 1fr 1fr;
  }
  .section-3 .container-title,
  .section-4 .container-title,
  .section-5 .top-container .container-title {
    margin-bottom: 30px !important;
  }
  .section-3 .container-subtitle {
    font-size: 36px;
    margin-bottom: 32px !important;
  }
  .section-4 .right-container {
    text-align: start;
  }

  .section-4 .section-container,
  .section-5 .section-container .inner {
    flex-direction: row;
    gap: 40px;
  }

/* gap between sec2 and sec3 in section-2.aspx files */
  .section-5 .section-container {
		gap: 150px;
		gap: 50px;
  }

  .section-5 .section-container .top-container {
		flex-direction: row;
		gap: 100px;
  }

/*
  .section-4 .section-container > *,
  .section-5 .section-container .top-container > * {
    width: 50%;
  }
*/

.section-4 .section-container > *
  {
    width: 50%;
  }

  .section-5 .inner .top-box {
    flex-direction: row;
    margin-bottom: 0;
    gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-5 .campaign-section-subheading {
    font-size: 20px;
  }

  .section-4 .section-container,
  .section-5 .section-container .inner {
    gap: 100px;
  }
}

@media (min-width: 1200px) {
  .section-2 .section-container .right-container {
    padding: 100px 120px;
  }
  .section-5 .right-container li {
    font-size: 20px;
  }
}

.text-dark-navy{
	color:#123559;
}

.margin-top--50{
	margin-top: -2.5%;
	
}

.teal-bg {
    background-color: #00A499;
}

.teal-color-outline {
    border: 1px solid #00A499;
    color: #fff;
}

    .teal-color-outline:hover {
        color: #fff !important;
        background-color: #00b2a6;
        border-color: #00b2a6;
    }


.center-section-50{
	display: flex;
    width: 90%;
	width: 100%;
	flex-direction: column;
    align-items: center;
}

.z-index-top{
	z-index:10;
	position:relative;
}

.bg-light-custom{
	background-color: #fafafa;
}


.section-5 .section-container {
    gap: 60px;
    align-items: start;
}


.flex-container-custom {
	display: flex;
	flex-wrap: wrap;
}


@media (min-width: 768px) {
      
    .section-5 .container-title
    {
        margin-bottom: 30px !important;
    } 
    
	.learn-more .inner .top-box {
        flex-direction: row;
        margin-bottom: 0;
        gap: 40px;
    }  

	.w-30{
		width:30%;
	}
	.w-70{
		width:70%;
	}
}

@media (max-width: 767px) {
	.w-30{
		/*display: flex;
		flex-direction: column ;
		flex: 12;
		flex-wrap: wrap;
		width:100%;
		*/
		flex:100%;
	}
	.w-70{
		/*display: flex;
		flex-direction: column ;
		flex: 12;
		flex-wrap: wrap;
		width:100%;
		*/
		flex:100%;
	}

	.margin-top--50{
		margin-top: 2.5%;
		z-index:99999 !important;
	}

	.pm-mobile-custom{
		margin-bottom:-50px !important;
		
	}
}

  .learn-more {
    display: flex;
    width: 100%;
}

.learn-more .container-title {
        color: #123559;
    }

  .learn-more .bg-prim {
        width: 16px;
        min-height: 100%;
        background-color: #123559;
    }

    .learn-more .inner {
        background-color: #6DCDB8;
        padding: 20px;
        width: 100%;
    }

     .learn-more .inner .top-box {
        /*display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px;
        gap: 20px;
        align-items: center;
		*/
		flex-direction: row;
        margin-bottom: 0;
        gap: 40px;
    }

     .learn-more .btn-call {
        min-width: max-content;
        padding: .8rem 2rem .8rem 1.5rem;
    }

    .learn-more .secondary-text {
        color: #123559 !important;
        white-space: nowrap;
    }
   
.learn-more .inner table tr .td-icon  {
	width:10% !important;
	vertical-align: top;
}
 
.learn-more .inner table tr .td-icon img{
	width:90% !important;
	vertical-align: top !important;
	padding-top:15px;
}
  
.learn-more .inner table tr .td-content{
	width:80%;
	padding-left:15px;
	font-weight:900;
}

.learn-more .inner table tr .td-content h2{
	
	font-weight:900;
}

.LDCT-Glance li{
	margin-bottom:15px
	
	
}


/* ******************  Form style ******************/

.LDCT-container-row{
	background-color:#123559;
	padding:10px;
	border-radius:15px;
	/*margin-top:-250px;
	z-index:9999 !important;*/
}

.LDCT-container-row .container-title{
	color:#fff;
	text-align: left;
	font-size:30px;
	font-weight:400;
	padding-left: 15px;
	padding-bottom:15px;
	text-align: center;
}

.LDCT-container-row .container-title span{
	color:#6dcdb8;
}

.LDCT-container-row p {
	color:#fff;
}

.LDCT-container-row input[type="checkbox"] + label {
	color :#fff;
	test-align:left !important;
	padding-left:10px;
	text-transform: lowercase;
}


.LDCT-container-row .form-check{
	

}

.LDCT-container-row .col-check{
	padding-bottom: 15px;
	text-align:left;
}

@media (max-width: 767px) {
	.LDCT-container-row .col-check{
		padding-bottom: 0px;
	}
}


.LDCT-container-row .form-check .form-check-label{
	
	font-size:18px !important;
	font-weight: 200 !important;
	margin-top:-4px;
}

.LDCT-container-row input[type="checkbox"] + label::first-letter {
	text-transform: uppercase;
}

.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}


.form-check-input{
	width:15px;
	height: 15px
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
	padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition:
        opacity 0.1s ease-in-out,
        transform 0.1s ease-in-out;
	
	text-transform: capitalize !important;
	font-size:16px	
}


@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}




.overlap-box {
  position: obsolute !important;
  bottom: 250px;
  left: 25%;
  transform: translateX(-50%);
transform: translateY(-50%);
  z-index: 10000;
  
  
}


.section-b{
	margin-top:-400px;
	
}

.section-a {
	background-color: transparent !important;
	padding-top:350px ; 
}

@media (max-width: 767px) {
	
}


/*section 2 video */
.wrapper {
		position:relative;

		width:560px;

		width:800px;
		height:	533px;
	
		width:640px;
		height:	360px;
		
		margin: 0 auto;
	}

	.wrapper img {

		max-width:100%;
		height:auto;
		margin: 0 auto;
	}

	.wrapper iframe {
		/*original */
		display:none;
		width: 560px;
		height: 315px;
		

		width:800px;
		height:	533px;

		width:640px;
		height:	360px;

		margin: 0 auto;

	}
	

	@media (max-width: 767px) {
		.section-a {

			padding-top:215px ; 
		}

		.wrapper {
			position:relative;
			max-width:335px;
			max-height:188px;
	
			margin-top:-50px !important;
		}		

		.wrapper iframe {
			display:none;
			max-width:335px;
			max-height:188px
		}
	
		.play-btn {
			z-index:1 !important;
			top:115% !important;
			width:60% !important;
			padding-top:10px;
			padding-bottom:10px;
		}

	}

	.play-btn {
		position:absolute;
		z-index:666;
		z-index:666;
		top:50%;
		top:107%;
		top:123%;
		left:50%;
		transform:translate(-50%, -50%);
		border:0;
	}

	.play-btn:hover {
		cursor:pointer;
	}

	.play-btn:focus {
		outline:0;
	}
/* end of section 2 */


.error {
    border: 2px solid red;
    background-color: #ffe6e6;
}

#Email {display: none }
#hdnEmail {display: none }

