/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Nov-2019, 12:54:01 pm
    Author     : Suseenthirans.vin290
*/



.Logo {
    position: relative;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 5%;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 5%;
}

.top-left img {
    width: auto;
    height: auto;
        padding-top: 20px;
    
}

body {
    margin: 0px auto;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
	max-width:1000px;
}

.Logo img {
    width: 100%;
    height: auto;

}

.Content {
    padding-left: 5%;
    max-width: 1000px;
    margin: auto;
    padding-right: 5%;
}

.Content li{
    margin-bottom:10px;
}


.Form {
    padding-left: 5%;
    max-width: 1000px;
    margin: auto;
    padding-right: 5%;
}

.Footer {
    padding-left: 5%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding-top: 20px;
    bottom: 0;
    position: relative;
}

.Social-icons {
    float: left;
    width: 35%;
    color: #6d6b6b;
    padding-bottom: 20px;

}

.Social-icons img {
    width: 26px;
    border-radius: 6px;
}

.Footer-Text {
    overflow: hidden;
    float: right;
    color: #6d6b6b;
    padding-right: 20px;
    margin: 10px;
}

@media only screen and (max-width: 650px) {
    .Social-icons {
        width: 100%;
        text-align: center;

    }

    .Footer-Text {
        float: none;
        text-align: center;
    }

    .Footer,
    .Form,
    .Content,
    .bottom-left {
        padding-right: 5%;
    }

    .top-left img {
        width: 40% !important;
    }

    #heroHeader h1 {
        font-size: 22px;
    }
}

.top-left img {
    width: 60%;
}

.follow {
    font-size: 16px;

}


.Footer {
    background-color: #f5f5f5;
}

/*Form Styles*/
.mktoButton {
    float: right;
}


@media screen and (max-width: 640px) {
    .mktoFormCol {
    width: 100% !important; 
    }

    textarea {
        width: auto !important;
    }
}

#heroHeader h1 {

    font-size: 3vw;

}

.mktoCheckboxList input {
    opacity: 0;
    position: absolute;
    display: inline-block;
    float: left !important;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
    margin-left: 1.5em;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    display: block;
    min-height: 12px;
}
body{
  color: #6d6b6b;
}
h2{
  color: #000;
}
.Content{
  line-height: 1.5;
  padding-top: 2%;
  
} 
form{
  padding-top: 20px;
  padding-bottom: 40px;
    padding: 20px;
}
.mktoFieldWrap .mktoHtmlText.mktoHasWidth div{
		margin-top: 0px!important;  
}
@media screen and (max-width : 640px){
  .mktoForm{
    width: calc( 100% - 20px);

  }
  .mktoHtmlText, .mktoCheckboxList {
    width: auto !important;
  }
  .mktoFieldWrap .mktoHtmlText.mktoHasWidth div{
		line-height:normal !important;  
  }
  .mktoFieldWrap .mktoHtmlText.mktoHasWidth div br{
		  content: "";
		  margin: 0em;
		  display: block;
		  font-size: 24%;
  }
	  

}
@media only screen and (max-width: 480px) {

  textarea.mktoField{
    width: 100% !important;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
}
  .mktoForm{
    width: 100%;

  }
}
