<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: font-family: 'Quicksand', sans-serif;
}

html,body{
    font-family: font-family: 'Quicksand', sans-serif;
    line-height: 1.7em;

}
a{
    color: #333;
    text-decoration: none;
}

h1,h2,h3{
    padding-bottom:10px;
}
#title{
text-align:center;
font-size: 25px;
color: #3498db;
margin:30px;
font-weight: bold;

}
#main-text{
text-align:center;
font-size: 18px;
}


/*Utility Class*/
.container {
    margin: auto;
    max-width: 1100px;
    overflow: auto;
    padding: 0 20px;
background-color:#fff
    

}
.container1 {
    margin: auto;
    max-width: 1100px;
    overflow: auto;
    padding: 0 20px;
    

}

.container2 {
    margin-top:auto;
    max-width: 900px;
    overflow: auto;
    padding: 0 20px;
    

}

.clr{
    clear: both;
}

.lead {
    font-size: 18px;
}
.btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #333 ;
    padding: 13px 20px ; /*top bottom | right left*/
    border: none;
    cursor: pointer;
    background-color : #001F5B;
    color: #ffff;
    border-radius:3px

}

.btn-light{
    background:#f3ecec;
    color: #526771;
margin-bottom:10px; 


}
.line{
    height: 1px;
    background: #ffff;
}

.bg-dark{
    color: #fffff;
}
.bg-light{
    background: #f4f4f4;
    color: #333;
}
.bg-primary{
    color: #333;
    background: #f7c08a;
}
.heading{
    font-size: 40px;
    line-height: 1.2;

}
.py-3{
    padding: 30px 0;
}



/*Navbar */
#navbar {
    
    color: #fff;
    overflow:auto ;

}
#navbar a {
    color: #fff;
}

#navbar h1 {
    float: left;
    padding-top: 20px;
}
#navbar h2 {
    float: left;
    padding-top: 10px;
}

#navbar ul {
    list-style: none;
    float: right;
}
#navbar ul li {
    float: left;
}

#navbar ul li a{
    display: block;

    padding: 20px;
    text-align: center;
}

#navbar ul li a:hover, 
#navbar ul li a.current {
    background: #444;
    color: #f7c08a;
}


/*Home Info*/
#home-info {
}



#home-info .info-content{
    height: 100%;
    text-align: left;
    overflow: hidden;
    margin-top:50px;
    
    
}

#home-info .info-content1{
height: 100%;
    text-align: center;
    overflow: hidden;
}

#home-info .info-content p{
font-size:16px;
}
.info-left{
    float: left;
    min-height: 100%;
   
    text-align: left;
    width: 50%;
}

.info-right {
    float: right;
    display: block;
    width: 50%;
    
}

/*Feautures*/

#features .box{
    width: 33.3%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding-right:30px;
padding-top:10px;
padding-bottom:10px;

}

/*Footer*/
#main-footer  {
    text-align: center;
    background:#001F5B;
    color: #fff;
    padding: 20px;

}




.box{
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    padding: 5px;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}


/* cross browser checkbox and radio size and align */
input[type=checkbox] 
{margin:10px;
padding:0;
}



.box h3{
    border: 1px solid #001F5B;
    box-sizing: border-box;
    padding:5px;
    margin-bottom: 10px;
    color:#003A70 ;


}

.error{

color: crimson;

}




.container1 {
    display: flex;
    align-items: center;
}
input[type=checkbox]{
    flex: none;
}
.checkboxlist1{

   font-size: 16px;
    margin:10px 40px;
    

}

body {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
   }
   html, body { min-height: 100%; }
   body.loading {
    background: #333 url('http://code.jquery.com/mobile/1.3.1/images/ajax-loader.gif') no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
   }

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;

}

#home-info1 {
    height: 227px;
}

#home-info1 .info-content1 p{
    padding-bottom: 0px;
}
#home-info1 .info-img{
   display: none;
    float: none;
    
}

#home-info1 .info-content1{
    float: none;
    width: 100%;
