@charset "utf-8";

/* CSS Document */



body {

	font-family: sans-serif;

}

.top-section {
    background: #657da430;
    padding: 15px 0;
    border-bottom: 2px solid #203658;
    box-shadow: 0px 6px 10px rgba(28,52,87,0.2);

}

p.small-txt {

	font-size: 16px !important;

}

.top-section p { 
    margin-bottom: 0;
    color: #1e365a;
    font-size: 16px;
    width: 300px;
} 

.logo {

    max-width: 100%;

    margin-top: 3px;

}

/* .head-row{

	background: #021841;

	

}  */

.main-section h2 {

	font-size: 26px;

	color: #2f2f2f;

	font-weight: 600;

	padding-left: 5%;

}

.garden {
	width: 290px;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: 0px 2px 19px 5px rgba(0, 0, 0, .2);
    margin-top: 15px;
    padding: 4px;

}

.progress-bar {

	margin: 20px auto;

	display: block;

	width: 100%;

	height: 10px;

	float: none;

	border: 0;

	border-radius: 50px;

	float: none;

	background-color: #dddddd;

	transition: width 1s ease;

}











/* For Firefox */

  progress::-moz-progress-bar {

 background: #0e8dc7;

 border-radius: 50px;

 border:0;

}

 progress::-webkit-progress-bar {

 border: 0;

 height: 10px;

 border-radius: 50px;

 background:#dddddd;

}

  

  

/* For Chrome or Safari */

  progress::-webkit-progress-value {

 background: #0e8dc7;

 border-radius: 50px;

}

/* For IE10 */

progress {

	color: #0e8dc7;

}

p.step-title {

	font-size: 22px;

	text-align: center;

	margin-bottom: 0;

	font-weight: 600;

}



.step-box

{ transition: all 0.9s ease-in-out;

}





.step-box label {

	display: block;

	font-size: 18px;

	font-weight: 400;

	padding: 8px 15px;

}

.step-box label input[type="radio"] {

	margin-right: 15px;

}

.step-box label:hover {

	color: #FFF;

	background-color: #0e8dc7;

	box-shadow: 0 2px 6px rgba(0,0,0,0.14), inset 0 0 0 2px rgba(255,255,255,0.16) !important;

	cursor: pointer;

}

.foot-list {

	padding-left: 0;

	text-align: center;

}

.foot-list li {

	display: inline-block;

	list-style-type: none;

}

.main-section {
	padding-top: 40px;
	padding-bottom: 60px;

}

.footer-section {

	padding-bottom: 20px;

}

h4#myModalLabel {

	text-align: center;

	font-weight: 600;

	font-size: 26px;

}

#myModal .form-control {

	height: 48px;

	position: relative;

}

#myModal .modal-header, #myModal .modal-footer {

	border: none;

}

.submit-btn {

	text-align: center;
    margin: 0 auto;
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: #203658;
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    white-space: normal;
    border-color: #1b3051;

}

.foot-list li a {

	color: blue;

	font-size: 16px;

	padding: 10px 15px;

	/*font-weight: 600;*/

}

.modal-title{color:#1e365a;}

.fn {

	background-image: url(../images/name2.webp);

	background-repeat: no-repeat;

	background-position: 97%;

}

.em {

	background-image: url(../images/email2.webp);

	background-repeat: no-repeat;

	background-position: 97%;

}

.ph {

	background-image: url(../images/phone2.webp?v1.1);

	background-repeat: no-repeat;

	background-position: 97%;

}

#myModal .modal-footer {

	padding-top: 0;

}

#myModal .modal-header .close {

	margin-top: -2px;

	position: absolute;

	right: -16px;

	top: -11px;

	opacity: 1;

}

.main-section .row {

	margin-left: 5%;

	margin-right: 5%;

}



    .hdrtxt {
    width: 182px;
    float: right;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding: 0 0 0 0;
}

 .hdrtxt span {
    font-size: 18px; 
}

 .phicon {
    height: 46px;
    width: 26px;
    background: url(../images/phicon.webp?v1) center center no-repeat;
    border: 2px solid #1d355b;
    border-radius: 40px;
    display: inline-block;
    float: left;
    margin: 5px 12px 0 0;
}


@media only screen and (max-width: 991px){
	.hdrtxt{width: 180px !important;display: inline-block !important;}
}




@media only screen and (max-width: 767px){

    .logo {
    float: left;
    width: 100%;
	margin-top: 0px;
}

 .hdrtxt span {
    font-weight: bold;
    font-size: 15px;
}   


.hide-767{display: none;}
.text-center-xs{text-align: center;}
.top-section p{ width: 260px;  display: inline-block;}
.hdrtxt{width: 180px !important;display: inline-block !important;}


}






@media only screen and (max-width: 480px){

.logo {
    float: left;
    width: 100%;
} 

 .top-section p {
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    text-align: left;
}

 .hdrtxt span {
    font-size: 14px;
    line-height: 20px; 
	color: #1e365a;
}

.hdrtxt{
  float:none;
  width: 148px !important;
}

.phicon {
    height: 36px;
    width: 22px;
    background: url(../images/phicon.webp) center center no-repeat;
    border: 1px solid #1e365a;
    border-radius: 40px;
    display: inline-block;
    float: left;
    margin: 5px 12px 0 0;
}
.top-section p{        width: 140px;}

.top-section .logo {

	text-align: left;

	font-size: 16px;
	float: right;

}

.top-section p .logo {width: 145px; float: right;}
.logo {

	float: left;

}

.main-section .row {

	margin-left: 0;

	margin-right: 0;

}
    .main-section {
        padding-bottom: 70px;
    }
.garden{width: 230px; margin-bottom: 20px;}
p.step-title {font-size: 18px;}

}

