a.cancel{
  color: #ccc;
  font-size: 14px;
  float: right;
}
.fa{
  color: #ccc
}
 .relative {
    position: relative;
}
.sticky-container {
    position: relative;
}
.g-video-fixed {
    position: relative;
    margin-top: 45px;
    padding-top: 60vh;
}
.sticky-container .sticky-item {
    position: absolute;
}
.g-video-fixed .fixed-wrapper {
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}
.g-video-fixed .fixed-wrapper.normal .video-wrapper {
    top: 10vw;
    left: 10vw;
    right: 10vw;
    bottom: 10vw;
    -webkit-animation: border-radius-reverse 0.6s ease 0s 1 normal forwards;
    animation: border-radius-reverse 0.6s ease 0s 1 normal forwards;
}
.g-video-fixed .fixed-wrapper .video-wrapper video, .g-video-fixed .fixed-wrapper .video-wrapper img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.g-video-fixed .fixed-wrapper .video-wrapper {
    z-index: 2;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.form-oppo{
    font-family: Prompt-Regular;
    font-size: 16px !important;
    color: #101820;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 62px;
    background: #ef121200;
    border-color: #2f3a3a00;
    padding: 0 20px 0 23px;
      
    border-radius: 20px;
    -webkit-appearance: none;
    box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form-oppo:focus {
  background: #ef121200;
    border-color: #2f3a3a00;
    padding: 0 20px 0 23px;
    -webkit-appearance: none;
    box-shadow: 0 5px 30px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 30px 0px rgb(0 0 0 / 30%);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form-group label {
    display: inline-block;
    margin-bottom: 0rem;
}
.text-dis{
    color: #a2a1a1;
    font-size: 12px;
    text-align: left;
    float: left;
}
.error{
   color: red;
    font-size: 13px;
    padding: 0px 23px;
}
.blockUIcss{
        z-index: 1011;
        position: fixed;
        padding: 25px;
        margin: 0px;
        width: 30%;
        top: 40%;
        left: 35%;
        text-align: center;
        color: rgb(0, 0, 0);
        border: none;
        background-color: rgb(255, 255, 255);
        cursor: wait;
        border-radius: 10px;
            }
    }
.text-block{
        font-size: 25px
    }
    .center-div
{
  /*position: absolute;*/
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  /*height: 80%;*/
  background-color: #f7f7f7;
  border-radius: 3px;
  text-align: center;
  padding-top: 60px
}
.header-k3{
    font-weight: 700;
    font-size: 40px;
    

 }

 .capitalize{
  text-transform: capitalize;
 }
@media (max-width: 575.98px) { 
   .blockUIcss{
        z-index: 1011;
        position: fixed;
        padding: 25px;
        margin: 0px;
        width: 75%;
        top: 40%;
        left: 12%;
        text-align: center;
        color: rgb(0, 0, 0);
        border: none;
        background-color: rgb(255, 255, 255);
        cursor: wait;
        border-radius: 10px;
            }
    .text-block{
        font-size: 16px
    }

    .center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 70%;
  background-color: #f7f7f7;
  border-radius: 3px;
  padding-top: 60px
}
.header-k3{
    font-weight: 700;
    font-size: 30px
 }
}
  
@media (min-width: 576px) and (max-width: 767.98px){
  

  }
@media (min-width: 768px) and (max-width: 991.98px){
    
  }
@media (min-width: 992px) and (max-width: 1199.98px){
   .blockUIcss{
        z-index: 1011;
        position: fixed;
        padding: 25px;
        margin: 0px;
        width: 30%;
        top: 40%;
        left: 35%;
        text-align: center;
        color: rgb(0, 0, 0);
        border: none;
        background-color: rgb(255, 255, 255);
        cursor: wait;
        border-radius: 10px;
            }
  
.text-block{
        font-size: 25px
    }
  }

@media (min-width: 1200px) {  
  .blockUIcss{
        z-index: 1011;
        position: fixed;
        padding: 25px;
        margin: 0px;
        width: 30%;
        top: 40%;
        left: 35%;
        text-align: center;
        color: rgb(0, 0, 0);
        border: none;
        background-color: rgb(255, 255, 255);
        cursor: wait;
        border-radius: 10px;
            }
  
.text-block{
        font-size: 25px
    }
 }
 @media (min-width: 1600px) {  
  .blockUIcss{
        z-index: 1011;
        position: fixed;
        padding: 25px;
        margin: 0px;
        width: 30%;
        top: 40%;
        left: 35%;
        text-align: center;
        color: rgb(0, 0, 0); 
        border: none;
        background-color: rgb(255, 255, 255);
        cursor: wait;
        border-radius: 10px;
            }
  
.text-block{
        font-size: 25px
    }

    .center-div
{
  /*position: absolute;*/
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  display: block;
  /*height: 75%;*/
  background-color: #f7f7f7;
  border-radius: 3px;
}


}