
/**********************
GENERAL
***********************/



/**********************
NAV-BAR
***********************/
#d_navbar img {
    float: left;
    height: 35px;
}
.navbar-default .navbar-toggle {
    border-color: rgba(3,77,133,0.7);
	    background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(3,77,133,0.7);
}
#d_navbar .navbar-brand {
    float: left;
    height: 40px;
    padding: 8px 0 0 15px;
    font-size: 18px;
    line-height: 20px;
}
#d_navbar .navbar-nav {
    padding: 0px 0px 0 0px;
    float: none;
	height: inherit;
}
#d_navbar .navbar-nav li {
	text-align: center;
	border-bottom: 1px solid #ddd;
	width: 95%;
    margin: 0 2.5%;
}

#d_navbar .navbar-nav li:nth-child(3){
	border-right:0px solid rgba(3,77,133,0.4);
	border-left:0px solid rgba(3,77,133,0.4);
}

/**********************
INTRO
***********************/
.introContainer {
    padding-top: 2%;
    color: #fff;
}
#introSignUp {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.introContainer h1 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
}
.introContainer p.forbes {
    font-style: italic;
    margin-bottom: 0px;
    padding: 0 25px;
}
.introContainer p {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 25px;
}
.introContainer p.forbes span {
	font-style:normal;
	font-size:17px;
}

#introSignUp input {
    width: 29.6%;
    height: 35px;
    margin: 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px;
    font-size: 15px;
}

#introSignUp button {
    width: 39.6%;
    height: 35px;
    margin: 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px solid #034D85;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    background: #034D85;
    color: #fff;
}
#introMoreInfo {
    width: 50%;
    margin-top: 10px;
    height: 35px;
    border-radius: 0px;
    border: 0px;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    background: #034D85;
    color: #fff;
}

/**********************
ABOUT
***********************/
iframe {
	width:500px;
	height:281px;	
}



/**********************
FEATURES
***********************/
.servIconCont {
    width: 50%;
    float: left;
}


/**********************
FEATURES 1
***********************/
.feat1Container .row {
	margin-right: 0px;
    margin-left: 0px;	
}
.feat1Cont {
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

/**********************
PRICE PLAN
***********************/





/**********************
SIGNUP 2 (GET STARTED)
***********************/
#signUp2Form {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#signUp2Form input {
    width: 49.6%;
    height: 35px;
    margin: 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px;
    font-size: 15px;
}
#signUp2Form button {
    width: 99.6%;
    height: 35px;
    margin: 1% 0.2% 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    background: #034D85;
    color: #fff;
}



/**********************
CONTACT
***********************/






/**********************
CONTACT
***********************/
.contactUs {
    font-size: 13px;
    width: 100%;
    margin: 0%;
    float: left;
    margin-bottom: 30px;
    padding: 0;
}
.contactUs .address {
    margin-top: 21px;
}
.contactUs .telephone {
    margin-top: 18px;
}
.contactUs .email {
    margin-top: 19px;
}
.contactUs i {
    float: left;
    font-size: 30px;
    font-weight: 300;
    margin-right: 10px;
}
.contactDiv2  i { 
	padding-top:5px !important;
}
.messageUs {
	width: 100%;
    margin: 0%;	
	float: left;
    margin-bottom: 30px;
}
.contactDiv1{
	float:left;
	width:50%;
	padding: 0 9%;	
}
.contactDiv2{
	float:left;
	width:50%;
	padding: 0 9%;	
}

#msgForm input {
    width: 49.6%;
    height: 35px;
    margin: 0 0.2%;
    float: left;
    border-radius: 0px;
    font-size: 15px;
    border: 2px solid #034D85;
}

#msgForm textarea {
    width: 99.6%;
    height: 70px;
    margin: 0.5% 0.2%;
    float: left;
    border-radius: 0px;
    font-size: 15px;
    border: 2px solid #034D85;
}
#msgForm button {
    width: 99.6%;
    height: 40px;
    margin: 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px solid #034D85;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #034D85;
}

/**********************
FORM VALIDATION
***********************/







@media(max-width:368px) {
/**********************
NAV-BAR
***********************/
#d_navbar img {
    float: left;
    height: 35px;
}
.navbar-default .navbar-toggle {
    border-color: rgba(3,77,133,0.7);
	    background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(3,77,133,0.7);
}
#d_navbar .navbar-brand {
    float: left;
    height: 40px;
    padding: 8px 0 0 15px;
    font-size: 18px;
    line-height: 20px;
}
#d_navbar .navbar-nav {
    padding: 0px 0px 0 0px;
    float: none;
	height: inherit;
}
#d_navbar .navbar-nav li {
	text-align: center;
	border-bottom: 1px solid #ddd;
	width: 95%;
    margin: 0 2.5%;
}

#d_navbar .navbar-nav li:nth-child(3){
	border-right:0px solid rgba(3,77,133,0.4);
	border-left:0px solid rgba(3,77,133,0.4);
}

/**********************
INTRO
***********************/
.introContainer {
    padding-top: 0%;
    color: #fff;
}
#introSignUp {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.introContainer h1 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
}
.introContainer p.forbes {
    font-style: italic;
    margin-bottom: 10px;
    padding: 0px;
}
.introContainer p {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0px;
}
.introContainer p.forbes span {
	font-style:normal;
	font-size:17px;
}
#introSignUp input {
    width: 49.6%;
    height: 35px;
    margin: 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px;
    font-size: 15px;
}

#introSignUp button {
    width: 99.6%;
    height: 35px;
    margin: 1% 0.2% 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px solid #034D85;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    background: #034D85;
    color: #fff;
}
#introMoreInfo {
    width: 50%;
    margin-top: 10px;
    height: 35px;
    border-radius: 0px;
    border: 0px;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    background: #034D85;
    color: #fff;
}

/**********************
ABOUT
***********************/
iframe {
	width:290px;
	height:164px;	
}



/**********************
FEATURES
***********************/
.servIconCont {
    width: 50%;
    float: left;
	padding: 0 5px;
}

/**********************
FEATURES 1
***********************/
.feat1Container .row {
	margin-right: 0px;
    margin-left: 0px;	
}
.feat1Cont {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.feat1Cont img {
    height: 180px;
    margin-top: 35px;
	margin: 0 auto;
}
.features1-section  li span{
   margin: -7px 10px 0 10px;
   float: left;
}
.features1-section  li p{
   float: left;
   margin: 0;
   line-height: 30px;
   font-size: 17px;
}
.features1-section  li span i{
   font-size:30px;
}

/**********************
PRICE PLAN
***********************/





/**********************
SIGNUP 2 (GET STARTED)
***********************/
#signUp2Form {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#signUp2Form input {
    width: 49.6%;
    height: 35px;
    margin: 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px;
    font-size: 15px;
}
#signUp2Form button {
    width: 99.6%;
    height: 35px;
    margin: 1% 0.2% 0 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    background: #034D85;
    color: #fff;
}


/**********************
CONTACT
***********************/






/**********************
CONTACT
***********************/
.contact-section p {
    text-align: center;
    margin: 0;
    float: none;
}
.contactDiv {
    float: left;
    width: 90%;
    text-align: center;
    margin: 0 5%;
}
.contactUs {
    font-size: 13px;
    width: 100%;
    margin: 0%;
    float: left;
    margin-bottom: 30px;
    padding: 0;
}
.contactUs .address {
    margin-top: 21px;
}
.contactUs .telephone {
    margin-top: 18px;
}
.contactUs .email {
    margin-top: 19px;
}
.contactUs i {
    float: left;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 300;
    margin: 0 46.5%;
}
.contactUs i.addressIcon {
    float: left;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 300;
    margin: 0 46.5%;
}
.contactDiv2  i { 
	padding-top:5px !important;
}
.messageUs {
	width: 100%;
    margin: 0%;	
	float: left;
    margin-bottom: 30px;
}
.contactDiv1 {
    float: left;
    width: 66%;
    padding: 0 9%;
    margin: 0 17%;
}
.contactDiv2 {
    float: left;
    width: 66%;
    padding: 0 9%;
    margin: 0 17%;
}

#msgForm input {
    width: 49.6%;
    height: 35px;
    margin: 0 0.2%;
    float: left;
    border-radius: 0px;
    font-size: 15px;
    border: 2px solid #034D85;
}

#msgForm textarea {
    width: 99.6%;
    height: 70px;
    margin: 0.5% 0.2%;
    float: left;
    border-radius: 0px;
    font-size: 15px;
    border: 2px solid #034D85;
}
#msgForm button {
    width: 99.6%;
    height: 40px;
    margin: 0.2%;
    float: left;
    border-radius: 0px;
    border: 0px solid #034D85;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #034D85;
}

/**********************
FORM VALIDATION
***********************/

	
}








