*{
    font-family: 'Montserrat' !important;
}
#line-1{
    height: 2px;
    width: 100%;
    background-color:red;

}

#title{
    color: #02394A;
    
}
#qstn{
    font-size: 16px;
    font-weight: bold;
    color: #02394A;
    
}
#rq{
    color: #AF3C43  !important;
    
}
#help{
    color: #295376;
    font-size: 20px;
    
}
#next{
    color: white;
    background-color: #295376;
    border-color: #295376;
    
}
#next:hover{
    color: #295376;
    background-color: white;
    
}
/* --------- Form 2 -------------------*/
#tit1{
    font-size: 25px !important;
    font-weight: bold !important;
    color: #333333;
    
}


/* ============================================================== */

 #bg {
              /* The image used */
              background-image: url("./Images/can.jpg");

              /* Full height */
              height: 100%;
              width: 85%;
              /* Center and scale the image nicely */
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              z-index: -11;
              
              
            }
            #backg{
              z-index: 11;
              
              
             /* background-image: url("./Images/canadaflag.jpg");

              /* Full height */
              

              /* Center and scale the image nicely */
              /*background-position: center;
              background-repeat: no-repeat;
              background-size: cover;*/
            }
            #ser{
              background-color: white;
              z-index: 0;
              
              
            }
            .alt-grid [class*="col-"] {padding-left:0;padding-right:0}
            .alt-grid .row {margin-left:0;margin-right:0}

            /* container adjusted */
            .alt-grid .container {width:100%;max-width:none;padding:0;}


            .navbar{
                background-color: #043565  !important;
                color: white !important;
                font-family: 'Montserrat Medium' !important;
                z-index: 2222;
                position: fixed;
                opacity: 100% !important;
            }
            .navbar .navbar-item {
              color: white !important;
              opacity: 100% !important;
            }
            
            #desc{
                color: #043565;
                font-family: 'Montserrat'!important;
                font-weight: Medium;
                opacity: 100% !important;
                position: relative;
                top: 225px !important;
            }
            #btn-get{
                width: 300px;
                background-color: red;
                color: white;
                font-family: 'Montserrat';
                font-weight: Bold;
                font-size: 20px;
                border-color: red;
                border-radius: 30px 30px 30px 30px;
                animation: mymove 5s infinite;
                position: relative;
                top: 230px !important;

            }
            @keyframes mymove {
                60% {box-shadow: 5px 10px 30px black;}
              }
              #btn-get:hover{
                color: red;
                background-color: white;
              }

