@font-face {
  font-family: 'impact';
  src: URL('../font/impact.ttf') format('truetype');
}

body {
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	font-family: 'Arial', 'arial', sans-serif;
	font-size:13px;
	background-position: center top;
	color: #000;
    line-height: 1.4;
    overflow-x: hidden;
}

.main-container {
    width: 90%;
    background-image: url("../img/beach-bg.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
    min-height: 620px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.mc-p2 {
    background-image: url("../img/beach-bg.jpg")!important;
    background-position: center bottom;
}


.logo {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 280px;
}
.cm{
    text-align: center;
}

.commitment{
    padding: 10px 0 0 0!important;
    text-align: center;
    font-size: 13.5px;
    margin-bottom: 0;
}

.dial-container {
	background-color: #ffa500;
}

.dial-container p {
    font-size: 1.1rem;
    font-family: sans-serif;
    color: #fff;
    font-weight: 300;
    text-shadow: 2px 2px 3px #000;
    margin-bottom: 0;
}

.dial-container h5 {
    font-size: 35px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

h1 {
    font-size: 16px;
    text-align: center;
    color: #FFF;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

h1 span {
    font-size: 18px;
}

h2 {
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0px 0px 3px #000;
    color: #FFF;
    padding-top: 15px;
}

h3 {
    font-size: 30px;
    color: #037BDB;
    padding-top: 30px;
}

h4 {
    font-weight: 400;
    font-size: 15px;
    text-shadow: 0px 0px 3px #000;
    color: #FFF;
    padding-top: 15px;
    text-align: center;
}
h5 {
    font-weight: bold;
}

.arrow { 
    display: none;
}

.content-container {
    margin-top: 20px;
}

.content-container-p2 {
    margin-top: 0px;
}

.container-footer {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 18px 18px
}

.container-footer-p2 ul {
    padding-left: 0;
}

.container-footer-p2 li {
    font-size: 25px;
    font-family: 'impact', sans-serif;
    text-shadow: 0 0 15px #fff,0 0 15px #fff , 0 0 15px #fff, 0 0 15px #fff;
    color: #063850;
    line-height: 28px;
}

.col-customer{
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    font-weight: 500;
    font-size: 1.3em;
    margin: 0 auto;
}

.customer-text {
    padding-top: 20px;
    color: #000;
    text-shadow: none;
    text-align: left;
    font-weight: 700;
}

.customer {
    font-style: italic;
    font-weight: 500;
    color: #037BDB;
    text-align: center;
}

.form{
    padding: 3rem 2rem;
}
.form div {
    flex: 1 1 auto;
}

.form-container {
    width: 100%;
    z-index: 10;
}

.form-header {
    color: #fff!important;
    text-shadow: 1px 1px 9px black;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    background-image: url(../img/header_alt.jpg);
	background-repeat: repeat-x;
} 

.form-header-p2 {
    padding: 40px 40px 0;
    font-size: 16px;
    font-weight: bold;
    
}

.form-box {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    margin: 0 auto;
}

.form-box-p2 {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group-p2 {
    margin-bottom: 0rem !important;
}

.control-label {
    margin-bottom: 4px;
    font-size: 12px;
    padding-left: 5px;
}

.submit-btn {
    margin: 10px auto;
    font-size: 1.2rem;
    background-color: #007bff;
    padding: .375rem .75rem!important;
}

.btn-custom-green{
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Arial Black', sans-serif;
    border-radius: 10px;
    background: #A0C237;
background: -moz-linear-gradient(top, #bce42c 0%, #9cc130 50%,#7aaf05 50%, #9fc62c 100%);
background: -webkit-linear-gradient(top, #bce42c 0%, #9cc130 50%,#7aaf05 50%, #9fc62c 100%);
background: linear-gradient(to bottom, #bce42c 0%, #9cc130 50%,#7aaf05 50%, #9fc62c 100%);
    box-shadow: 0px -1px 8px #5f5f5f;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #646464;
    text-shadow: 1px 1px 2px #000;
}

.btn-orange{
    background-color: #FFC5A1;
    border: none;
}

.btn-p2{
    margin: 25px auto;
    padding: 0.375rem 30px!important;
}
.btn:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 0px 2px #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: none;
}

.label-error {
    color: #FF0000;
    font-weight: bold;
}

.form-control-error {
    border: 1px solid #FF0000 !important;
}

ul {
  list-style: none;
}


.disclaimer {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: sans-serif;
}

.disclaimer a {
    color: #000;
    font-weight: 700;
}

.copyright-container {
    text-align: center;
    font-size: 9px;
    font-family: sans-serif;
    color: #000;
}

.copyright-container a {
    text-decoration: underline;
    color: #000;
}

.copyright-container a:hover {
    color: #000;
}

elect.form-control[multiple], select.form-control[size] {
    height: 2rem;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
}

@media (min-width: 375px) {
    h1 {
    font-size: 20px;
}

h1 span {
    font-size: 22px;
}

}

@media (min-width: 576px) {

    h4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-container {
        margin-top: 40px;
    }
    .copyright-container {
        font-size: 11px;
}

}

@media (min-width: 768px) {

    h1 {
        font-size: 25px;
    }

    h1 span {
        font-size: 35px;
    }

    .p2h1 {
        font-size: 25px;
    }

    .p2h1span {
        font-size: 30px !important;
        padding-top: 15px;
    }

    h2 {
        font-size: 20px;
        padding-left: 30px;
    }

    h4 {
        font-size: 20px;
    }

    .form-header {
        font-size: 20px;
        line-height: 30px;
        background: 
    }
    .logo {
	    margin-left:0;
	}
    .form-container {
        padding: 10px 20px;
    }
    .form-box{
        padding: 0px 15px 0px 15px;
    }
    .customer {
        text-align: left;
    }

}

@media (min-width: 992px) {
    .main-container {
        background-image: url("../img/beach-bg3.jpg");
        background-position: left bottom;
    }
    
    .cm{
        text-align: left;
    }
    .logo {
        margin-left: 25px;
        margin-top: 10px;
    }
    h1 {
        font-size: 22px;
        text-align: left;
        padding-left: 25px;
        white-space: nowrap;
    }

    h1 span {
        font-size: 23px;
    }

    h3 {
        font-size: 22px;
        white-space: nowrap;
        text-align: center;
        margin-top: 50px;
        padding-top: 0;
    }
    .title-logo{
        font-size: 1.9rem;
        font-family: sans-serif;
        color: #fff;
        font-weight: 300;
        text-shadow: 2px -3px 5px #000;
        padding-top: 1rem;
        padding-right: 1em;
        margin-bottom: 0;
        float: right;
    }
    .title-dial{
        font-size: 1.2rem;
        font-family: sans-serif;
        color: #fff;
        font-weight: 300;
        text-shadow: 2px -3px 5px #000;
        padding-right: 1em;
        margin-bottom: 0;
    }
    .t-l-2 {
        padding-top: 2.5rem;
    }
    .t-ld-2 {
        padding-top: 1rem;
    }
	h5{
		padding-right: 1rem;
		font-size: 35px;
		color: #fff;
		text-shadow: 2px -3px 5px #000;		
	}
    .ml-title {
        font-size: 24px;
        font-family: 'Arial Black', sans-serif;
        text-shadow: 2px 2px black;
        color: #ffba00;
        font-weight: bold;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        letter-spacing: -1px;
    }
    .ml-title > span{
        font-size: 2.1rem;
        color: #fff;
        text-shadow: 2px 4px black;
    }

    .arrow {
        display: block;
        margin-top: 20px;
        margin-right: -15px;
        z-index: 1000;
    }
    
    .p2h1 {
        margin-top: 10px;
        font-size: 28px;
        text-shadow: 1px 1px 2px #000;
        font-weight: 700;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }


    .form-container {
        margin-top: 25px;
        position: relative;
        padding: 0 0 0 35px;
    }
    
    .fc-p2{
        padding: 10px 20px;
    }
    .form-header{
        white-space: nowrap;
        font-size: 32px;
        letter-spacing: 1px
    }

    .col-customer {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        font-weight: lighter;
        font-size: 1.2em;
        margin-left: 30px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    
    .customer-text {
        text-align: left!important;
        margin-bottom: 0;
        font-weight: bold;
    }
    .customer {
        text-align: right;
    }

    .container-footer {
        background-color: rgba(255, 255, 255, 0.0);
}

    .form-box {
        padding: 0;
        margin-right: -10px;
    }
    .mb--120{
        margin-bottom: -120px;
    }
    .container-footer-p2 {
        position: absolute;
        left: 50px;
        width: 100%;
        top: 650px;
    }
}


@media (min-width: 1200px) {

    .col-customer{
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
        padding: 0 20px;
            
    }

    .main-container {
        min-height: 750px;
    }

    h1 {
        font-size: 28px;
    }

    h1 span {
        font-size: 20px;
    }

    h3 {
        font-size: 33px;
        margin-top: 80px;
        padding-top: 30px;
    }
    
    .ml-title {
        font-size: 28px;
    }
    .ml-title > span{
        font-size: 40px;
    }
    
    .p2h1 {
        padding-top: 40px;
        font-size: 26px;
    }


    .content-container {
        margin-top: 40px;
    }

    form{
        padding: 0px 15px;
    }
    
    .container-footer-p2 li {
        font-size: 32px;
        line-height: 40px;
    }
    
    .disclaimer {
        padding-bottom: 80px;
    }
    .noobligation{
        margin-top: -120px;
    }
    
    .orange-arrow{
        position: absolute;
        top: 370px;
        left: -120px;
        z-index: 10000;
    }
	
    .orange-arrow2{
        position: absolute;
        top: 450px;
        left: -120px;
        z-index: 10000;
    }
}

