@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.blue-highlight
{
    background-color: #3784af;
    color: #ffffff;
    text-transform:uppercase;
    padding-left:15px;
    padding-right:15px;
        padding-top: 10px;
    padding-bottom: 10px;
    line-height: 3.5rem;
    
}

label
{
	font-weight:bold;
    font-size:22px;
    font-family:"Montserrat",sans-serif;
}

.form-check-label
{
    font-weight:500;
    font-size:20px;
}

/*Buttons Checkboxes*/

.button
{
    font-size:26px;
    font-weight:bold;
}

.button .form-check input[type="radio"],
.button .form-check input[type="checkbox"]
{
   
    opacity: 0;
    position: fixed;
    width: 0;
}

.button .form-check
{
    position:relative;
}


.flow
{
    display:none;
}

.btn-primary,
button
{
    width:100%;
    font-weight:bold;
    font-size:20px;
    background:#CE2127;
    border:none;
  
}

.btn-primary:hover,
.btn-primary:active

{
    background:#095068 !important;
    border:none !important;
}



.button .form-check label,

.button .button

{
    display: inline-block;
    background-color: #858585;   
    color:white;
    font-weight:bold;
    font-size: 18px;
    position:relative;
      
    text-align: center;
    box-sizing: border-box;
    min-width: 222px;
    color: #FFFFFF;
    margin: 5px 10px;
    border-radius: 10px;
    padding:10px 40px;
 
    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:#CE2127;
    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;
    
}




.button .form-check  input[type="radio"]:focus + label {
     background-color:#CE2127;
}







div#cr_path_content {
    margin-top: 20px;
}
.voucher-amount
{
    font-size:3rem !important;
}

.blue-text
{
    color:#3784af !important;
}

.orange-text
{
    color:#e97d39;
}

h1
{
    font-size:2.75rem !important;
}

h2
{
    font-size:2rem !important;
}

.form-group
{
    font-family:"Montserrat";
    text-align:center;
}

select.form-control:not([size]):not([multiple])
{
    height:50px !important;
}


div#countdown {
    color: #3784af;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom:10px;
}

.montserrat
{
    font-family:"Montserrat",sans-serif;
}

.montserrat-bold
{
    font-family:"Montserrat",sans-serif;
    font-weight:600;
}

.montserrat-light
{
    font-family:"Montserrat",sans-serif;
    font-weight:300;
}
    
    
#win_desktop
{
    padding-top:100px;
    padding-bottom:135px;
}

#win_mobile
{
    padding-bottom:30px;
}



#step_1 .row > label
{
    display:none;
    
}


#step_1 .form-control
{
    text-align: center;
}


#step_1 .row 
{
    justify-content:center !important;
}

#step_1 .row .col-sm-9
{
       flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (max-width: 767px)
{
    


   /* #step_1 form
    {
        max-width:100%;
        margin:0 auto;
    }*/

	#heading-image
    {
        width:100% !important;
    }

}


.item_154_container
{
    text-align:right;
}

.item_25_container
{
    font-size:0.8rem;
}

#body-container a
{
    color:black;
}

.form_content
{
    max-width:450px;
    margin:0 auto;
}

.form_content h3
{
    font-size:1.5rem;
    margin-bottom:10px;
}

.form_content h3 strong
{
    text-transform:uppercase;
}

.btn-primary
{
    background:#3784af;
    border-radius:0;
    display:inline-block;
    font-family:"Montserrat";
    border:none;
    width:100%;
    font-size:1.2rem;
    font-weight:bold;
    text-transform:uppercase;
    color:white;
    padding:10px;
}

.flipdown
{
    
}

.form_content {
    display: grid;
    justify-content: center;
    text-align: center;
}


.form-control
{
    border-radius:0;
   font-size:1rem;
    border: 1px solid #3784af;
    padding:10px 5px;
    height:50px;
}


#right-container
{
    color:black;
}

.wrapper
{
    /*background: url(/files/images/cart-winner.jpg) right 99% top 33% no-repeat;
    background-size: 60%,23%;
    padding-bottom: 45px;*/
}

.inline .form-check
{
    display: inline-block;
    width:85%;
    padding-left: 0 !important;
}

.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;
}


.flow
{
    display:none;
}


.button .form-check label,

.button .button

{
    display: block;
    background-color: #858585;   
    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 40px;
   
 
    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:#51bf36;
    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
{
color:#fff;
    background:black;
}

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;
}

#cr_path_content .comp_background 
{
    background-size:cover !important;
    background-position: center !important;
}

#cr_path_content .comp_container .comp_large
{
 
    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;
    
}

#cr_path_content .comp_container .comp_medium,
#cr_path_content .comp_container .comp_small
{
    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;
    
}

#cr_path_content .comp_container
{
    color:#fff;
    text-shadow:2px 2px 4px black;
    margin-bottom:20px;
    
}


#cr_path_content .comp_container .comp_medium .page_link,
#cr_path_content .comp_container .comp_small .page_link
{
    position: absolute;
    bottom: 35px;
 
   
    
    
}

#cr_path_content .comp_container .page_link a
{
    background:#C40027;
    color:#fff;
    text-shadow:2px 2px 4px black;
    padding:7px 20px;
    border-radius:10px;
  
    font-weight:bold;
    
}


@media only screen and (max-width:768px)
{
    .wrapper
    {
        background:none !important;
    }
    div#left-container
    {
        display:flex;
        justify-content:center;
        width
    }
    
    div#right-container
    {
		margin-top:-55px;
    }
}


/*
@media only screen and (max-width: 767px)
{
    
    
    .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;
    }



.wrapper
{
    background:white;
    padding-bottom:10px;
}
    
    .background_top
    {
        margin-top: 10px;
    margin-bottom: -284px;
    overflow: hidden;
    z-index: 0;
    position: relative;
    }
    
    .background_bottom
    {
         margin-top:-50px;
        overflow:hidden;
       
    }
    
    .background_top img
    {
        margin-left:-40px;
        margin-right:-40px;
        width:calc(100% + 80px);
        max-width:calc(100% + 80px);
        
    }
    
    .background_bottom img
    {
         margin-left:-40px;
        margin-right:-40px;
        width:calc(100% + 80px);
        max-width:calc(100% + 80px);
       
    }
    
    .form_content
{
    max-width:100%;
    margin:0 auto;
}
    


}*/