:root
{
    --primary-color:#043f45; /*color of heading box BG*/
    --button-color:#ff752f; /*Color of the buttons on page */
}

.embedded-container
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embedded-video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:480px)
{
    .embedded-container
    {
        height:75vh !important;
        padding-bottom:auto;
    }
    
}


/* CHANGE BUSINESS BACKGROUND IMAGE HERE*/

#left-container
{
    background-image:url(/files/images/product-discovery/SmartWatchUltra2.png);
    background-size:cover;
    background-repeat:no-repeat;
	background-position:left bottom;
}

/*CHANGE MAIN HEADING STYLING HERE*/

.main-heading
{
    color:#ffffff;
    font-size:60px;
}

.main-heading-box
{
    background-color:var(--primary-color);
    border-radius:12px;
    width:fit-content;
    margin-left:-5rem;
    padding:0px 10px;
}

/*CHANGE SUBHEADING STYLING HERE*/

.draw-date
{
    margin-left:auto;
    margin-right:auto;
    display:flex;
    text-align:center;
    justify-content:center;
    margin-top:1rem;
    font-size:2rem;
    text-transform:uppercase;
    font-family:"League Spartan",sans-serif !important;
}

/*CHANGE BUTTON STYLING HERE*/

.btn-primary
{
    background-color:var(--button-color) !important;
    color:#ffffff !important;
    width:fit-content;
    min-width:30%;
    margin-bottom:0px;
    border:0px;
    justify-content:center;
    border-radius:12px;
    font-size:1.5rem;
    padding:6px 25px;
    display:flex;
    align-items:center;
    font-weight:400 !important;
    text-transform: Capitalize;
}

.btn-primary:hover
{
    background-color:var(--primary-color) !important;
}

.view-prod-btn
{
    background-color:var(--button-color);
    padding:6px 25px;
    font-size:1.5rem;
    color:#ffffff;
    width:fit-content;
    border-radius:12px;
    font-family: Calibri, sans-serif;
    margin-left:auto;
    margin-right:auto;
    font-family:"League Spartan",sans-serif;
    font-weight:400;
    text-transform:Capitalize;
}

.view-prod-btn:hover
{
    background-color:var(--primary-color);
}

.prod-link
{
    margin-top:2rem;
}

a.prod-link:hover
{
    text-decoration:none !important;
}

a
{
    color:var(--primary-color);
}

/*FORM STYLING*/
label#item_5_label
{
    font-weight:normal !important;
}


.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(--primary-color) !important;
    color:white;
    
}
.button .form-check label,

.button .button

{
    display: block;
    background-color: #f1f1f1;   
    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;
}