/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html,
   button,
   input,
   select,
   textarea {
       color: #222;
   }
   
   html {
       font-size: 1em;
       line-height: 1.4;
   }
   
   img{
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -o-user-select: none;
     user-select: none;  
     }
   /*
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection rule sets have to be separate.
    * Customize the background color to match your design.
    */
   
   ::-moz-selection {
       background: #b3d4fc;
       text-shadow: none;
   }
   
   ::selection {
       background: #b3d4fc;
       text-shadow: none;
   }
   
   /*
    * A better looking default horizontal rule
    */
   
   hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
   }
   
   /*
    * Remove the gap between images, videos, audio and canvas and the bottom of
    * their containers: h5bp.com/i/440
    */
   
   audio,
   canvas,
   img,
   video {
       vertical-align: middle;
   }
   
   /*
    * Remove default fieldset styles.
    */
   
   fieldset {
       border: 0;
       margin: 0;
       padding: 0;
   }
   
   /*
    * Allow only vertical resizing of textareas.
    */
   
   textarea {
       resize: vertical;
   }
   
   /* ==========================================================================
      Browse Happy prompt
      ========================================================================== */
   
   .browsehappy {
       margin: 0.2em 0;
       background: #ccc;
       color: #000;
       padding: 0.2em 0;
   }
   
   input:focus{
     outline: none;
      }
      textarea:focus{
     outline: none;
      }
      select:focus{
     outline: none;
     user-select: none;
      }
   ul,ol,p,h1,h2,h3,h4,h5{
     margin:0;
     padding:0;
     }
   ul, li{ list-style:none;} 
   a{ text-decoration:none; transition: all 0.60s ease-in-out;}  
   h1, h2, h3{font-family: 'Roboto', sans-serif;}
   body{ margin:0; padding:0; font-family: Fira Sans;  font-size:15px; font-weight: 400; color:#272727;  background:#fff;}
   body * {box-sizing: border-box;}


   .mainContainer{
    width: 100%;
    max-width: 480px;
    margin: auto;
   }
section{
    width: 100%;
    min-height: 99.9svh;
    /* padding: 15px 0; */
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #DEDEDE;
}

section:after{
    content: "";
    width: 259px;
    height: 264px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

section.screen-one::after{
    display: none;
}

.qr-code-img{
    position: relative;
}
.qr-code-img:after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(45,51,147,.8);
    position: absolute;
}
.qr-code-img img{
    width: 100%;
    height: 100svh;
}
.screen-one-container{
    width: 100%;
    position: absolute;
    top:80px;
    text-align: center;
}

.flex-div{
    padding: 10px 0 0;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.ms-logo{
    margin-bottom: 80px;
}

.screen-one-container h1{
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    margin-bottom: 30px;
}


.safety-logo{
    width: 100%;
    text-align: center;
    margin: 80px 0 50px;
}

.powerdby{
    font-weight: 700;
    font-size: 14.999px;
    color: #fff;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.powerdby img{
    position: relative;
    top: -6px;
    left: -2px;
}

.powerdby sup{
    position: absolute;
    font-size: 30px;
    top: -32px;
    margin-left: -17px;
}

.comman-button{
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
    padding: 0 15px;
}

.comman-button.pd-0{
    padding: 0;
}

.comman-button.space-between{
    justify-content: space-between;
}
.comman-button.center{
    justify-content: center !important;
}

.comman-button.center a{
    padding: 15px;
    font-size: 16px;
}

.comman-button a, .comman-button select{
    width: 46.5%;
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2D3393;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px 0px 10px 0px rgba(6, 5, 5, 0.25); */
    box-shadow: 0px 2.64596px 34.39752px 0px rgba(0, 0, 0, 0.45);
    font-weight: 400;
    font-size: 16px;
    height: 53px;
    font-family: Fira Sans;
}

.comman-button a:hover{
    background:rgb(127, 127, 255) ;
    color: white;
}

.ms-inside-logo{
    text-align: left;
}
.ms-inside-logo img{
    width: 190px;
}

.disy-safety-logo{
    display: flex;
    justify-content: space-between;
    margin: 15px 0 10px;
}

.sm-safety-logo img{
    width: 60px;
}

.safety-month{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    pointer-events: none;
}
.safety-month span{
    display: block;
    margin-top: 5px;
}
.safety-month.sm-img span img{
    width: 85px;
}

.screen-three .safety-month{
    margin-top: -40px;
}

.consectetur-section{
    width: 100%;
    height: 173px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    margin-top: 30px;
    margin-bottom: 60px;
}

.consecteturSlider.owl-carousel {
    display: flex;
    width: 90%;
}

.consecteturSlider.owl-carousel .owl-dots{
    width: 100%;
    position: absolute;
    bottom: -14px;
}

.consecteturSlider.owl-carousel .owl-dots .owl-dot{
    width: 14px;
    height: 9px;
    display: inline-block;
    border-radius: 12px;
    background: #fff;
    margin: 0 2px;
    transition: .6s;
}

.consecteturSlider.owl-carousel .owl-dots .owl-dot.active{
    background: #2D3393;
    transition: all ease-in-out 0.3s;
    width: 22px;
}

.consectetur-content{
    width: 90%;
    padding: 30px 0 20px;
    background: rgba(217, 217, 217, 0.89);
    height: 80%;
}

.consectetur-content.w-full{
    width: 100%;
}

.consectetur-content h2{
    color: #2D3393;
    text-align: center;
    font-size: 16px;

    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.consectetur-content p{
    color: #2B2B2B;
    text-align: center;
    font-family: Fira Sans;
    font-size: 13px;

    font-weight: 400;
    line-height: normal;
}

.quiz-logo{
    width: 177px;
    height: 227px;
    border-radius: 5px;
    background: #FFF;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.quiz-logo a{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    background: #2D3393;
}

.working-safely{
width: 100%;
color: #FFF;
text-align: center;
font-family: Fira Sans;
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 60px;
}

.bottom-bdr{
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 10px;
}

.powerdby.insideBdr{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.powerdby.insideBdr sup {
    position: absolute;
    font-size: 20px;
    top: -22px;
    margin-left: -11px;
}

.hd-diya.inside-diya{
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 13px;
}

.deepak-img{
    margin-top: 100px;
}

.deepak-img img{
    width: 100%;
}

.pd-xy{
    padding:0 15px;
}

.screen-three .comman-button{
    margin-top: 20px;
}

section.screen-three:after{
    top: 46%;
}

section.screen-three .comman-button{
    flex-direction: column;
    align-items: center;
}

section.screen-three .comman-button a{
    margin-bottom: 62px;
}

.screen-three .disy-safety-logo{
    margin-bottom: 0;
}

.safety-month.m-top{
    margin-top: -55px;
}

.sm-safety-logo{
    position: relative;
    margin-top: -43px;
}


.form-section{
    width: 100%;
    padding:10px 20px 15px;
    border-radius: 10px;
    /* background: rgba(217, 217, 217, 0.81); */
    margin-top: 10px;
}
.form-section h2{
color: black;
text-align: center;
font-family: Fira Sans;
font-size: 20px;
font-weight: 500;
line-height: normal;
}

.form-section p{
    color: black;
    text-align: center;
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    }

    .form-section .form-col{
        width: 100%;
        margin-top: 5px;
    }
    .form-section .form-col label{
        width: 100%;
        display: inline-block;
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: normal;
        text-align: left;
    }

    .form-section .form-col input{
        width: 100%;
        border: 0;
        height: 38px;
        border-radius: 5px;
        background: #fff;
        font-size: 14px;
        color: #2D3393;
        padding: 10px;
    }

    .formButton{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
  .formButton button{
        width: 60%;
        background: #fff;
        border: 0;
        padding: 13px 10px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2D3393;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 10px 0px rgba(6, 5, 5, 0.25);
        font-weight: 600;
        font-family: Fira Sans;
    }
    
    .formButton button:hover{
        background:rgb(127, 127, 255) ;
        color: white;
    }

    /***************Six*************/
    .video-title-strip{
        margin-top: 40px !important;
        padding: .5rem .5rem;
        background-color: #fff;
        color: #2D3393; 
        text-align: center; 
        font-family: Fira Sans;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .video-slider .item{
        position: relative;
        border-radius: 1rem; 
    }
    .video-slider .overlayer{
        border-radius: 10px;
        background: rgba(10, 10, 10, 0.71); 
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .video-slider .overlay-content{
        color: #FFF;
        font-family: Fira Sans;
        font-size: 20px;
        font-style: normal;
        text-align: left;
        font-weight: 400;
        padding: .5rem .75rem 20px;
        line-height: 20px;
        align-self: flex-end;
        position: relative;
        z-index: 2;
    }
    .video-slider .video-note{
        color: #565656;
        margin-top: 6px;
        padding: 2px 1rem;
        font-family: Fira Sans;
        background-color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        margin-top: 15px;
    }
    .video-slider .icon{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 46px;
        height: 45px;
        border-radius: 12px;
        background: #FFF;
        display: inline-block;
        background-image: url(yticon.png);
        z-index: 2;
    }
    .video-slider video{
        width: 100%;
        height: 120px;
        border-radius: 10px;
        object-fit: cover;
    }
    .comman-button_two-btns {
        display: grid;
        grid-template-columns: repeat(1,0.5fr) !important;
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        margin-top: 10px;
    }
    
    .overlay-image{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;

    }
    select{
        position: relative;
        appearance: none;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M13.5884 0.343323C13.7189 0.451614 13.8224 0.580292 13.893 0.721976C13.9636 0.863661 14 1.01557 14 1.16898C14 1.32239 13.9636 1.4743 13.893 1.61598C13.8224 1.75767 13.7189 1.88634 13.5884 1.99463L7.99075 6.65716C7.86074 6.76583 7.70625 6.85205 7.53615 6.91088C7.36605 6.96972 7.18368 7 6.9995 7C6.81531 7 6.63294 6.96972 6.46284 6.91088C6.29274 6.85205 6.13825 6.76583 6.00824 6.65716L0.410589 1.99463C0.147693 1.77566 -5.54012e-09 1.47866 0 1.16898C5.54012e-09 0.859298 0.147693 0.562301 0.410589 0.343323C0.673486 0.124345 1.03005 0.00132541 1.40184 0.0013254C1.77363 0.0013254 2.1302 0.124346 2.39309 0.343323L7.00066 4.17922L11.6082 0.340409C11.7384 0.232224 11.893 0.146475 12.063 0.0880654C12.233 0.0296557 12.4151 -0.00026882 12.599 1.81947e-06C12.7829 0.000272459 12.965 0.0307327 13.1347 0.0896424C13.3045 0.148552 13.4587 0.234755 13.5884 0.343323Z' fill='%232D3393'/%3E%3C/svg%3E");
        background-position: calc(100% - 1rem) center ;
        background-repeat: no-repeat ;
        background-color: #fff
    }
  
    .comman-button_two-btns select,
    .comman-button_two-btns a{
        width: 100%; 
        border: 0;
    }

.comman-button.w-40 a{
    width: 65%;
    max-width: 220px;
    height: 80px;
    font-size: 20px;
}




/**********Select Dropdown**********/
.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }
  .select-dropdown__button {
    width: 100%;
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2D3393;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgba(6, 5, 5, 0.25);
    font-weight: 400;
    font-size: 16px;
    height: 53px;
    border: 0;
    position: relative;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M13.5884 0.343323C13.7189 0.451614 13.8224 0.580292 13.893 0.721976C13.9636 0.863661 14 1.01557 14 1.16898C14 1.32239 13.9636 1.4743 13.893 1.61598C13.8224 1.75767 13.7189 1.88634 13.5884 1.99463L7.99075 6.65716C7.86074 6.76583 7.70625 6.85205 7.53615 6.91088C7.36605 6.96972 7.18368 7 6.9995 7C6.81531 7 6.63294 6.96972 6.46284 6.91088C6.29274 6.85205 6.13825 6.76583 6.00824 6.65716L0.410589 1.99463C0.147693 1.77566 -5.54012e-09 1.47866 0 1.16898C5.54012e-09 0.859298 0.147693 0.562301 0.410589 0.343323C0.673486 0.124345 1.03005 0.00132541 1.40184 0.0013254C1.77363 0.0013254 2.1302 0.124346 2.39309 0.343323L7.00066 4.17922L11.6082 0.340409C11.7384 0.232224 11.893 0.146475 12.063 0.0880654C12.233 0.0296557 12.4151 -0.00026882 12.599 1.81947e-06C12.7829 0.000272459 12.965 0.0307327 13.1347 0.0896424C13.3045 0.148552 13.4587 0.234755 13.5884 0.343323Z' fill='%232D3393'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) center ;
    background-repeat: no-repeat ;
    font-family: Fira Sans;
    margin-top: 20px;
  }
  .select-dropdown__button:focus {
    outline: none;
  }
  .select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    overflow: auto;
    margin: -8px 0 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 5;
    border-radius: 0 0 12px 12px;
    background: #F1F1F1;
  }
  .select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
  }
  .select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;   
    cursor: pointer;
    transition: all ease-in-out 0.3s;
        color: #2D3393;
        text-align: center;
        font-family: Fira Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
  }
  .select-dropdown__list-item:first-child{
    padding-top: 18px;
    padding-bottom: 0;
  }
/**********Select Dropdown******End****/

.video-slider .owl-carousel .owl-item img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}



section.screen-four{
    overflow: auto;
    height: unset;
    padding-bottom: 70px;
}

.form-section label{
    display: flex;
    align-items: start;
}

.form-section label p{
    color: black;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}

@media screen and (max-width:370px) {
    .form-section .form-col {
        width: 100%;
        margin-top: 5px;
    }
    .form-section .form-col input{
        height: 36px;
    }
    section.screen-three:after{
        top: 51%;
    }
    .screen-three .comman-button{
        margin-top: 55px;
    }
    .video-slider video {
        height: 120px;
    }
}

@media screen and (max-width:480px) and (max-height:700px) {
    .flex-div{
        padding: 10px 0 0;
    }
    .ms-logo {
        margin-bottom: 50px;
    }
    .safety-logo{
        margin: 40px 0;
    }
    .consectetur-section{
        height: 160px;
    }
    .quiz-logo{
        height: 185px;
    }
    .comman-button{
        margin-top: 10px;
    }
    .bottom-bdr{
        bottom: 12px;
    }
    .hd-diya.inside-diya{
        bottom: 13px;
    }
    .powerdby.insideBdr{
        bottom: 22px;
    }
    .deepak-img{
        margin-top: 40px;
    }
    .deepak-img img{
    width: 94%;
    }
    .screen-three .comman-button{
        margin-top: 33px;
    }
    .form-section{
        margin-top: 10px;
    }
    .form-section .form-col{
        margin-top: 5px;
    }
    .form-section .form-col input{
        height: 40px;
    }
    .form-section .form-col label{
        margin-bottom: 3px;
    }
    .formButton{
        margin-top: 10px;
    }
    .formButton button{
        padding: 11px;
    }
    .form-section h2{
        font-size: 14px;
    }
    .form-section p{
        font-size: 13px;
    }
    .screen-five .form-section .form-col input{
        height: 35px;
    }
    .video-slider .owl-carousel .owl-item img{
        height: 325px;
    }
    .video-slider video{
        height: 120px;
    }
    section.screen-three:after{
        top: 52%;
    }
}

@media screen and (max-width:360px) and (max-height:750px) {
    .quiz-logo{
        height: 185px;
    }
    .deepak-img{
        margin-top: 75px;
    }
    .screen-three .comman-button{
        margin-top: 60px;
    }
}

a:not(.btn):hover {
    text-decoration: none !important;
  }