* {
    box-sizing: border-box;
    
  }
  html,body{
    font-size: 63%;
    /* scroll-behavior: smooth; */
  }
  body {
    /* font-family: Arial; */
    font-family: 'Poppins', sans-serif;
    
    padding: 0px;
    margin: 0px;
    background: #e5e5e5;
    box-sizing: border-box;
  }
  a { color: inherit; } 
  a:active {
    color: #f5f5f5;
  }
  /* .cross-site-links{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
}
.cross-site-links img{
    width:100%;
    max-width: 350px;
    margin: auto;
} */
  /* ------------------------------------------------ font awsome ------------------------- */
  .share-content .fab {
    padding: 8px;
    font-size: 3.1rem;
    width: 100%;
    text-align: center;
    text-decoration: none;  
  }
  
  .fab:hover {
      opacity: 0.7;
  }
  .fa-blog{
    background: #3B5998; 
    color: white;
    border-radius: 5px;
  }
  .fa-facebook {
    background: #3B5998; 
    color: white;
    border-radius: 5px;
  }
  .fa-facebook-messenger {
    background: #3B5998;
    color: white; 
    border-radius: 5px;
  }
  
  
  .fa-twitter {
    background: #55ACEE;  	
    color: white;
    border-radius: 5px;
  }
  
  .fa-instagram {
    /* background:  #3f729b;*/
  
    color: white; 
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );  
    border-radius: 5px;
  }
  
  .fa-snapchat-ghost {
    background:  #fffa37;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 5px;
  }
  .fa-tiktok {
    background:  #f3ec31c2;
    color: black;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 5px;
  }
  
  .fa-whatsapp {
    background:   #43d854;    
    color: white;
    border-radius: 5px;
  }
  
  .sm{
  font-size:1.6rem;
  Margin-left:10px;
  font-weight:600;
  font-family: 'Poppins', sans-serif;
  vertical-align: middle;
  }
  
  /* ---------------------------------------------------------- end of font awsome---------------- */
  
  
  ol,ul{
    font-size: 1.9rem;
  }
  p,table{
    font-size: 1.9rem;
  }
  h1{
    font-size: 4rem;
    font-weight: 700;
  }
  h2{
    font-size: 3rem;
    font-weight: 700;
  }
  h3{
    font-size: 2.4rem;
    font-weight: 700;
  }
  h4{
    font-size: 2.2rem;
    font-weight: 700;
  }
  h5{
    font-size: 2rem;
    font-weight: 700;
  }
  
  .navbar ul{
    font-size: 1.8rem;
    font-weight: 500;
    
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
  }
  /*------------------------------------------------------------------*/
  /* button1 */
  .button1{
    position: relative;  
    /* background-color:rgb(21,76,82); */
    width: 200px;
    background-color:rgb(27, 95, 102);
    border-radius: 10px;
    font-size: 2rem;
    color: white;
    padding: 0.8rem 1.8rem;
    cursor:pointer;
    user-select:none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
  }
  
  .button1:hover {
    /* transition-duration: 0.1s; */
    background-color: #3A3A3A;
  }
  
  .button1:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4rem;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 40px white;
  }
  
  .button1:active:after {
    box-shadow: 0 0 0 0 white;
    position: absolute;
    border-radius: 4rem;
    left: 0;
    top:0;
    opacity: 1;
    transition: 0s;
  }
  
  .button1:active {
    top: 1px;
  }
  
  
  
  /* end of button1 */
  
  .button-24 {
    background: rgb(64 90 80);
    /* background: rgb(255 136 1); */
    border: 1px solid rgb(64 90 80);
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px; */
    /* box-shadow:1px 1px 5px 1px grey; */
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    width:250px;
    
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 12px auto 20px;
    outline: 0;
    padding: 7px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform:capitalize; 
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transform: translateY(2px);
  }
  
  .button-24:hover{
    font-weight: 600;
  } 
  .button-24:active {
    /* background-color: initial; */
    /* background-color: rgb(0, 172, 237); */
    background-position: 0 0;    
  }
  
  .button-24:active {
    opacity: .5;
  }
  .controls{        /* ---------------- to center button-skip-ques ---------- */
    margin: auto;
    text-align: center;
  }
  .button-skip-ques{
    border: 1px solid #1b5f66; 
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #1c6f72;
    cursor: pointer;
    width: 210px;
    margin: 5px auto 5px;
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    outline: none;
    padding: 8px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform:capitalize; 
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  .button-skip-ques:hover, .button-skip-ques:focus {
    outline: none;
    /* color: white; */
  }
  
  .button_del_quiz{
     border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: white;
   
    cursor: pointer;
    
    
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 10px;
    background-color: #d38c3c;
    outline: none;
    padding: 10px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform:capitalize; 
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  .button-skip-ques:active {
    
    background-position: 0 0;
    color: white;
  }
  .button-skip-ques:active {
    opacity: .5;
  }
  
  #topBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    font-size: 5rem;
    border: none;
    outline: none;
    
    color: rgb(27, 95, 102);
    cursor: pointer;
    /* padding: 12px;
    border-radius: 4px; */
    /* opacity: 0.5; */
  }
  /* ==================================== */
  
  
  
  /* =========================================================== */
  
  a {
    text-decoration: none;
    /* color: #0e0b0b; */
  }
  a:hover{
    color:white;
    text-decoration: none;
    
  }
  
  input[type=text] {
    font-size: 1.8rem;
    width:95%;
    padding: 5px 0px;
    border-radius: 5px;
    
    text-align: center;
    border: solid 1px #12101085;
    margin: 10px 0;
  }
  /* ----------------- text placeholder ---------------- */
  ::placeholder {
    color: #D0C9C0;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #D0C9C0;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #D0C9C0;
  }
  /* ----------------- end text placeholder ---------------- */
  
  
  
          .alertEmptyText{
            border: 1px solid;
            border-color: red;
          }
    
         .grand_parent{
          /* display: none; */
          border-radius: 10px;
           width: 100%;
           height: 100%;
           /* background-color: #e9be8d3d; */
           background-color: #1b5f6612;
           margin: 5px 0 24px 0;
         }
                
  
  /* ------------------------------------new questions progress css---------------------- */
  #qNoList{
    display: flex;
    list-style: none;
    justify-content: space-between;
    /* margin-bottom: 10px; */
    padding-left: 0;
    color: #BDBDBD;
    width: 80%;
    margin: auto;
    }
    #qNoList li a{
    color: #BDBDBD;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.7;
    padding-top: 3px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    }
    #qNoList li.qAttempted a{
    background: #35999d;
    /* background: #ebab63e0; */
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    /* box-shadow: 0px 4px 4px rgba(255, 177, 140, 0.68); */
    }
    #qNoList li.qRight a{
      background: green;
      color:#fff;
      font-weight: bold;
      font-size: 18px;
      box-shadow: 0px 4px 4px rgba(201, 247, 189, 0.68);
      }
      #qNoList li.qWrong a{
        background: red;
        color:#fff;
        font-weight: bold;
        font-size: 18px;
        box-shadow: 0px 4px 4px rgba(243, 185, 185, 0.68);
        }
    
  
    /* ------------------------------------End new questions progress css---------------------- */
  
  
          .center{
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
          } 
           
           .question{      
              width: 100%;
              height: auto;      
              color:rgb(28 111 114);              
              padding: 20px 5px 10px 5px;
              text-align: center;
              font-size: 2.19rem;
              line-height: 2.8rem;
              font-weight: 700;
              /* letter-spacing: 1px; */
              /* background-color: rgb(0, 172, 237); */
              /* background-image: linear-gradient(#308beb, #97dcfb); */
           }
          .question img{
            margin-top: 10px;
            width: 60%;
            border-radius: 5px;
            box-shadow: 1px 1px 5px 1px grey;
          }
          .child{
            display: none;      /* to show elements smoothly using fadeIn() */
            background: white;
            border: #80808045 1px solid;
            border-radius: 5px;
            text-align: center;
            margin: 5px;
            color: rgb(86,97,105);
            font-size: 1.8rem;
            font-weight: 600;       
            /* box-shadow: 1px 1px 3px 1px; */  
            /* -webkit-transition: width 1.0s ease, margin 1.0s ease;
            -moz-transition: width 1.0s ease, margin 1.0s ease;
            -o-transition: width 1.0s ease, margin 1.0s ease;
            transition: width 1.0s ease, margin 1.0s ease; */
         }
         .child img{
          margin:auto;
         }
         .child:hover {
          /* transition-duration: 0.1s; */
          /* background-color: rgb(255 136 1 / 63%); */
          color: rgb(19, 2, 2);          
        }
        
        /* .child:active {
          transform: scale(0.95);
        } */
         .bk{
          /* background:rgb(236, 185, 236); */
          color: tomato;
         }
         .child_wrong{                 
          border: #80808045 1px solid;
          border-radius: 5px;
          background: white;
          text-align: center;
          margin: 2px 4px 2px 4px;
          padding: 5px;
          margin: 2.5px;
          color: rgb(238, 39, 4);
          font-size: 1.8rem;
          font-weight: 600;
          
       }
  
  
  
         .options{  
          display: flex;  
          justify-content: center;
          flex-wrap: wrap;
          width: 100%;
          height: auto;
          margin: auto;
          transition: all 0.2s linear;
          padding: 5px 0px 5px 0px;
        }
  
         .options img{          
          /* border-radius: 10px; */
          /* box-shadow: 1px 1px 5px 1px grey; */
          border: none;
         }
           .scoreboard{
              background-color: #ffffff;
              border-radius: 5px;
              padding: 0 0px 20px  0px;
              margin: 5px auto;
              width: 98%;             
              text-align: center;
           }
          .group1{
            width: 100%;
            text-align: center;
          }
          .content{            
            width: 100%;               
            /* margin: 10px;   */
            text-align: center;                             
          }
           
           .share-content{
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap:5px;          
            padding: 5px;
            width: 100%;
            align-items: center;
            align-content: center;
            justify-content: center;
            margin:10px auto;
            /* background:white; */
           } 
  
          .share-content :first-child {
            grid-column: 1 / -1;
          }
          .share-content :last-child {
            grid-column: 1 / -1;
          }
          
  
           #url{
            border-radius: 5px;
            padding: 7px;
            color: #144d50;
            text-align: center;
            background-color: #fff;
            font-size: 1.6rem;
           }
  /*---------------------------------------Message box Model--------------------------------------*/         
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    display: block;
    color: #aaaaaa;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 2.8rem;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .validation-text{
    font-size: 1.8rem;
    color: red;
    text-align: center;
    display: none;
    /* background: #8be7e7; */
  }
  #firstCard{
    
  
    min-height: 25vh;
    border-radius: 5px;
  
  }
  
  .blogs{
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;  
    width: 100%;
    /* background-color: #faefe4; */
    background-color: #eff4f4;
   
  }
  .blog_card{
    width:100%;
    margin: 10px;
    /* background-color: #dfd1c37d; */
    background-color: #93cccc1f;
  }
  
  
  
  #congratulation_msg{
    color: brown;
  }
  /* -------------------------- instruction list css -------------------- */
  .instructions{
    margin: auto;
    /* background-color: #e9be8d3d; */
    /* padding: 10px; */
    border-radius: 10px;
    width: 95%;
  }
  .instructions .heading{
    /* text-align: center;     */
    margin: 10px 0 15px 10px;
    color: rgb(28 111 114);
  }
  .instructions ul {
    list-style: none;
    padding-left: 10px;
    font-size: 17.5px;
    color: #6a1919; 
  }
  
  .instructions ul li {
      padding-left: 20px;
      position: relative;
  }
  
  
  .instructions ul li span {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #EB5757;
      left: 0;
      top: 5px;
      border-radius: 50%;
  }
  
  .instructions .red {
      background: #EB5757;
  }
  
  .instructions .yellow {
      background: #F2C94C;
  }
  .instructions .green {
      background: #27AE60;
  }
  .instructions .blue {
      background: #56CCF2;
  }
  .instructions .purple {
      background: #9B51E0;
  }
  /* --------------------------End instruction list css -------------------- */
  .img_div img{
    width: 100%;
  }
  
  .img_div{
    display: block;
    padding:10px 0;
  }
  
    /*-----------------------------------------------------------------------------*/
  .my-container{
  max-width: 750px;
  
  padding: 0;
  margin: 0 auto;
    }
  /*
  ####################################################
  M E D I A  Q U E R I E S
  ####################################################
  */
  
  /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Bootstrap 4 breakpoints
  */
  
                        /* very Small devices (landscape phones, 360px and up) */
  @media (min-width: 360px){  
   
    .child {
      width: 45%;   
    }
  
    figcaption{
      /* padding:8px 0px 5px 0px;     */
      padding: 5px;
      font-size: 1.8rem;
     
      /* background-color: #dedee8; */
    }
    .child img{ 
      width: 100%; 
    }
  
    .card:first-child{
      padding: 5px;
      margin-top: 2px;  
    }  
    
   
    
  }
                                        /* Small devices (landscape phones, 375px and up) */
  @media (min-width: 375px) {   }
  
                            /* Small devices (landscape phones, 412px and up) */
  @media (min-width: 412px) {  }
                        /* Small devices (landscape phones, 480px and up) */
  @media (min-width: 480px) {    }
  
  
    /* Small devices (landscape phones, 544px and up) */
  @media (min-width: 576px) {  
      
      .child {
        width: 30%;
       
      }
      .child img{ width: 100%; }
  
      .card:first-child{
        padding: 5px;
        margin-top: 2px;
  
      }
     
      
   
  
    }
  
  
    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {  
     
      .question{
        font-size: 2.5rem;
      }
  
  input[type=text] {
    width: 60%;
  
   }
  .instructions{
    width: 60%;
  }
  

  .modal-content {
    width:50%;
  }

  .button-skip-ques{
    margin: 30px auto 10px;
  }
}
  
                                          /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) { 
      
      
      .blog_card{
        width:47%;
        
        
      }
      /* 
      some css is customized in the pages by JS itself.
      } */
     
      .question img{
        width: 50%;
        border-radius: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      
  
      .img_div img{
        width: 60%;
        
    
      }
      
  
    }
  
    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {  
      
      .child {
       
        width: 23%;
      }
     
      
    }
    /*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Custom media queries max-width
  */
  
  @media (max-width:599px){     /* ------------------ up to 599 px--------------- */
    #qNoList
    {
    
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
   }
    #qNoList li a,#qNoList li.qAttempted a{
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 24px;
        font-weight: 700;
    }
  } 
  
  
  .navbar{
  background-color: rgb(27, 95, 102);
  /* background-color:rgb(255 136 1 / 63%); */
  
  }
  .logoText{
    font-size: 2rem;
    font-weight: 700;
  }
  
  /* Header/Blog Title */
  .header {
    padding: 20px;
    font-size: 2.5rem;
    text-align: center;
    background: white;
    width: 100%;
  }
  
  /* Create two unequal columns that floats next to each other */
  /* Left column */
  .leftcolumn {   
   
    width: 100%;
  }
  
  
  /* Fake image */
  .fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 5px;
  }
  
  /* Add a card effect for articles */
  .card {  
    padding: 5px;
    margin-top: 10px;
    width: 100%;
  }
  
  
  
  /* Footer */
  
  
  .footer {
    padding: 15px;
    text-align: center;
    /* background: #faefe4; */
    background: #1b5f6612;
    padding-bottom: 70px;
  }
  .footer_links{
    display: flex;
    justify-content: space-evenly;
    font-size: 2rem;
    max-width: 400px;
    margin: auto;
    
  }
  .footer_links a{
    color: rgb(27, 95, 102);
  }
  .mywrapper{
    min-height: calc(100vh - 180px);
    
    
  }
  .footer_icons{
    display: flex;
    font-size: 3rem;
    justify-content: center;  
  }
  .footer_icons i, img{
    margin: 3px;
    padding: 5px;
  }
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack
   on top of each other instead of next to each other */
  @media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
      width: 100%;
      padding: 0;
    }
  }
  
  .testbk{
    background-color: aliceblue;
  }
  
  /* css for reports page */
  .r_wrapper{
    border:solid 1px black;
    border-radius: 5px;
    margin:20px 10px;
    padding:10px 0px;
    background-color: white;
  }
  .r_wrapper .options .child{
    width:50%;
  }
  .r_wrapper .options .child_wrong{
    width:50%;
  }
  .r_wrapper .options .child_wrong img{
    width:100%;
  }
  
  @media (min-width:599px){ 
  .r_wrapper .options .child{
    width:30%;
  }
  .r_wrapper .options .child_wrong{
    width:30%;
  }
  }
  /* ----------------------- */