/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');*/

*{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
    margin:0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

.content {
    text-align: center;
    margin: 0 auto -10px auto;
    position: relative;
    
}
.btn, .form-control{
    border-radius: 12px !important;
}

.header-band {
    position:relative;
    width: 100%;
    min-height: 40rem ;
    margin-top: 50px;
    left: 0;
    top: 0;
    background-size:cover;
    background-position: top;
}
.header-band h1 {
    position: relative;
    margin-right: auto;
    margin-left: 20%;
    max-width: 87%;
    padding-top: 3rem;
    text-align: left;
    font-size: 4rem !important;
    color: #fff;
    font-weight: 100;
}
.topImageText{
	letter-spacing: 2px;
	font-weight: 600  !important;
	text-transform: uppercase;
	margin-left: 0% !important ;
}
section{
    /* padding-left: 40rem;
    padding-right: 40rem; */
    
    padding-bottom: 3rem;
    padding-top: 3rem;
}
section.grey{
    background-color: #F0F2F4;
    padding-top: 3rem;
}


section h1 {
    line-height: 5rem;
    color: rgba(46,199,255,1) !important;
    font-weight: 600;
    margin-left:43px;
    font-size: 3rem !important;
	text-align:left !important;
    font-family: 'Arial', sans-serif;
}
.stroke { 
    background-color:rgb(46,199,255);
    width: 8rem; 
    height: 0.4rem; 
    margin-left: 44px;

} 
section h2 {
    max-width: 100%;
    font-size: 2.5rem !important;
    line-height: 3.5rem;
    color:rgba(21,45,77,1) !important;
    text-align: left !important;
    margin-left:43px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}
p{
    font-size: 14px;
}
.full-img {
    height: 300px !important;
    width: 80%;
    
    background-size:cover;
    background-position: 50% 50%;
    display: block;
}
.btn-primary-new {
	border-color: none !important;
	color: #fff !important;
    font-weight: 600 !important;
    border-radius: 0.5rem !important;
    padding: 1rem !important;
    height: 10px !important;
    margin: 1rem !important;
    text-decoration: none !important;
}
.btn-secondary-new {
	background: #2EC7FF !important;
	color: #152d4d  !important;
    font-weight: 600 !important;
    border-radius: 0.5rem !important;
    padding: 1rem !important;
    margin: 1rem !important;
    text-decoration: none !important;
}
.first_btn{
    background: #174d7c !important;
	border-color: none !important;
	color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 0.5rem !important;
    padding: 1rem !important;
    margin: 1rem !important;
    cursor: pointer;
    text-decoration: none !important;
}
.first_btn:hover{
    background-color: #ed1a79 !important;
}
.secondary_btn:hover{
    background-color: #ed1a79 !important;

}
#advice{
    margin-top:-50px
}
.first{
    margin-bottom:20px !important
}
.showWhenSmall{
    display:none
}
.showWhenBig{
    display: block;
}
@media only screen and (max-width: 1024px) {
    section {
      padding:10px
    }
    .full-img {
        height: 300px !important;
        width: 100%;
        
        background-size:cover;
        background-position: 50% 50%;
        display: block;
    }
    .header-band{
        min-height: 62rem !important;
        margin-top: 120px;

    }
    .stroke { 
        background-color:rgb(46,199,255);
        width: 8rem; 
        height: 0.4rem; 
        margin: 0 auto !important;
    
    } 
    .removeMargin{
        margin: 0 !important;
    }
    .topImageText{
        text-align: left !important;
	    margin-left: 10% !important ;
        margin-bottom:-25px

    }
    section h1{
        text-align: center !important;
        margin-left:0;
    }
    section h2{
        text-align: center !important;
        margin-left: -5px;
    }
    .showWhenBig{
        display: none;
    }
    .showWhenSmall{
        display:block
    }
    .dontshow{
        height:200px;
        margin-bottom:20px
    }
    #advice{
        margin-bottom:20px
    }
    .first{
        margin-top:0px !important
    }
    section h2 {
        max-width: 100%;
        font-size: 2.5rem !important;
    }
    .calltoaction{
        width:100%;
        margin-bottom:30px
    }
  }