@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.button
{

    font-weight:bold;
    text-align:center;
    margin-bottom:30px;
    
}

.button.large
{
    font-size:25px;
}

.button .col > label
{
    margin-bottom:30px;
}

.button .form-check input[type="radio"],
.button .form-check input[type="checkbox"]
{
   
    opacity: 0;
    position: fixed;
    width: 0;
}

.button .form-check
{
    position:relative;
}

.inline .form-check
{
    display: inline-block;
    width:49%;
    padding-left: 0 !important;
}


.flow
{
    display:none;
}


.button .form-check label,

.button .button

{
    display: block;
    background-color: #016cce;   
    color:white;
    font-weight:bold;
    font-size: 20px;
    position:relative;
      
    text-align: center;
    box-sizing: border-box;
    color: #FFFFFF;
    margin: 5px 10px;
    border-radius: 15px;
    padding:10px 30px;
   
 
    cursor: pointer;
    border:none;
}





.button .form-check  input[type="radio"]:checked + label,
.button .form-check input[type="checkbox"]:checked + label,
.button .form-check  input[type="radio"]:hover + label{
    background-color:var(--pink);
    color:white
    
}


.button .form-check  input[type="radio"]:checked + label:before,
.button .form-check input[type="checkbox"]:checked + label:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display:inline;
    
    position:absolute;
    top:10px;
    left:10px;
    
}

.main-heading
{
    font-family:'Montserrat', sans-serif;
    font-weight:600;
    text-transform:uppercase;
}

.sub-heading
{
     font-family:'Montserrat', sans-serif;
    text-transform:uppercase;
    font-weight:600;
}

.smaller-heading
{
    font-size:2rem;
}

.bolder-heading
{
    font-weight:800 !important;
}

#win_desktop
{
    padding-top:100px;
    padding-bottom:135px;
}

#win_mobile
{
    padding-bottom:30px;
}




@media only screen and (max-width: 767px)
{
    


}


img
{
    max-width:100%;
}

#footer-container
{
    background: rgba(241,241,241,1.00);
    padding-top: 20px;
    padding-bottom: 20px;
}

label.error
{
    color:#C40027;
    font-weight:bold;
    font-size:12px;
}



@media only screen and (max-width: 767px)
{
   h1.text-center.heading-gradient.main-heading
    {
        font-size:auto!important;
    }
    
    .form_content h3 strong
{
    text-transform:uppercase;
    font-size:1.3rem;
}
    

    .btn-primary {
    
    display: block;
    border: none;
    width: 100%;
    

   
}
    


    h1
    {
        font-size:3rem;
    }


    #step_1 .question {
        width: calc(100% + 30px);
        display: block;
        float: none;
        margin-left:-15px;


    }

    #step_1 .question:nth-child(2n+1)
    {
        margin-left:-15px;
    }

    #left-container {
        font-size: 1.3rem;
    }

    
    .form_content
{
    max-width:100%;
    margin:0 auto;
}
    


}

@media (max-width:425px)
{
    .heading-gradient
    {
        font-size:2.5rem !important;
    }
    .smaller-heading
    {
        font-size:1.25rem !important;
    }
}

@media screen and (min-width: 1024px)
{
    .heading-gradient
    {
        font-size:3.25rem !important;
    }
}