@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-X: hidden !important;
}
img{
    max-width: 100%;
    width: 100%;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: "Roboto", sans-serif !important;
}
.bodyBox{
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    font-family: "Roboto", sans-serif;
}
.headerArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logoArea img{
    width: 40px;
}
.currentDateBox #currentDate{
    color: #797676;
    font-size: 15px;
    font-weight: 500;
}
.step2{
    margin-top: 20px;
}
.step2 h1{
    font-size: 24px;
    line-height: 28px;
    color: #cf0606;
    font-weight: 800;
    margin: 0px;
}
.step2 h6{
    font-size: 18px;
    margin-top: 25px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.step3{
    position: relative;
}
.step3 div#timer {
    color: #cf0606;
    font-size: 40px;
    font-weight: 900;
    margin-top: 8px;
        letter-spacing: -1px;
}
.step3 h5{
    margin-top: 8px;
    color: #1a2f48;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.step3 p{
    margin-top: 15px;
    color: #637183;
    font-size: 13.5px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0px;
}
.stepIcon {
    position: absolute;
    bottom: 20px;
    right: -75px;
}
.footerBtn a{
    display: block;
    color:#fff;
    background: #e92c13;
    /* background-image: linear-gradient(to bottom, #558edb, #508bd2, #4c87c9, #4984c0, #4780b7); */
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    margin-top: 5%;
    font-weight: 600;
}
.footerBtn a img{
    width: 20px;
}
.footerBtn p{
  text-align: center;
    font-size: 11px;
    color: #797878;
    margin: 0;
    margin-top: 3px;
    font-weight: 600;
}
.appleSupportContent{
    position: relative;
        text-align: center;
            margin: 0 auto;
    background: #2b2b2b;
    width: 98%;
     z-index: 999;
     scale: 0.9;
}
.appleSupportContent a{
    text-decoration: none;
}
.modal.show .modal-dialog{
      height:97%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.modal-content{
    background: transparent;
    padding: 0;
    border: transparent;
}
.poup1{
    position: relative;
    display: inline-block;
    padding: 20px 15px;
    text-align: left;
}
.poupFooter{
    border-top: 1px solid #5c5959;
    padding: 20px 15px;
}
.popLogo img{
    width: 130px;
}
.poup1 h2{
    color: #ff3d1c;
    font-size: 19px;
    margin: 8px 0px 15px;
    line-height: 24px;
    font-weight: 400;
}
.poup1 p{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
    font-weight: 600;
}
.fileTrans{
    text-align: center;
}
.fileTrans img{
    width: 80%;
    margin: 0 auto;
}
.poup1 h3{
    color: #00d2ff;
    font-size: 20px;
    margin: 15px 0px 5px;
    font-weight: 800;
}
.poup1 h3 a{
    text-decoration: none;
    color: #00d2ff;
    cursor: pointer;
    
}

.callIcon img{
    margin-right: 2px;
    width: 17px;
    position: relative;
       animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.poupFooterBox{
    display: flex;
    justify-content: space-between;
}
.poupFooterBox img{
    width: 80px;
}
.poupFooterBox .btnArea .ok{
    color: #c2c2c2;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    text-decoration: none;
}
.poupFooterBox .btnArea .cancel{
    color: #c2c2c2;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    text-decoration: none;
    margin-left: 10px;
}



#bodyBoxWrap{
    display: none;
  }

  @media (max-width: 767.98px) { 

#bodyBoxWrap{
    display: block;
  }
}
 .scoundScreen{
    background: #114d9a;
    padding: 30px 15px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    min-height: auto;
    scale: 0.95;
}
    
 
 .ads{
     animation: blinker 3s linear infinite;
}
  @keyframes blinker {
    50% {
      scale: 0.9;
    }
  }
.scoundScreen p, .scoundScreen ul li{
    color: #fff;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
}

.scoundScreen ul li{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}
#fourthScrren{
    display: none;
    position: absolute;
    margin-top: -50px;
}
a{
    text-decoration: none;
}
#scoundScreen{
    display: block !important;
}
.modal-backdrop.show{
    display: none;
}
.scoundScreen .CGS{
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    margin-top: 17%;
    color: #fff;
    display: block;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: #114d9a;
    z-index: 999;
    padding: 10px 34px 4px;
    color: #fff;
    font-size: 18px;
    height: 70px;
    display: block;
}
.footer .footerText{
    font-size: 14px;
    display: block;
}
.footer .footerText img{
        width: 30px;
}
.footer .numbercls{
    border:1px solid #fff;border-radius:5px;padding:2px 5px
}
.footer .support{
    font-weight:500;font-size:13px;color:#fff;
}
.footer marquee{ color:#eee;font-size:10px}
.closePopup{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
#fourthScrren .closePopup{
    top: 30px;
    right: 40px;
    z-index: 9899;
}

  .thirdPoupBox.show {
    display: block;
    animation: slideDown 0.3s forwards;
  }

  .thirdPoupBox.hide {
    animation: slideUp 0.3s forwards;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes slideUp {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(20px); }
  }
  .callNowBtn a{
    display: block;
    background: #169a11;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 15px;
    margin-top: 25px;
  }