/*****Common Styles*****/
body, div, a{
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#000000;
   }
   
   h1{
       font-family: 'Roboto', sans-serif;
       font-size: 48px;
       margin-bottom: 15px;
       font-weight: 700;
   }
   h2{
       font-family: 'Roboto', sans-serif;
       font-size: 35px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h3{
       font-family: 'Roboto', sans-serif;
       font-size: 26px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h4{
       font-family: 'Roboto', sans-serif;
       font-size: 22px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h5{
       font-family: 'Roboto', sans-serif;
       font-size: 16px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h6{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
}
   a{
       text-decoration: none;
       -webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
       transition: all .25s ease-in;
   }
   a:hover{
       text-decoration: none;
       cursor: pointer;
   }
   p{
       margin: 0 0 10px 0;
       font-size: 12px;
   }
   
   .container{
       max-width: 1230px;
       width:100%;
   }
   .text_red{
       color:#ff0024;
   }
   .text_blue{
    color: #1975d0;
   }
   .text_orange {
    color: #fb7000;
  }
  .text_grey{
      color:#777777;
  }
   section{
       padding:60px 0px;
   }
   :root{
    --orange__back:#fb7000;
    --blue__back:#1975d0;
    --green__back:#46a109;
    --red__back:#ff0024;
    --darkgreen__back:#0bba45;
    --gray__back:#e8e8e8;
    --darkgray__back:#747474;
    --lightblue__back:#eaf0f9;
}
.lightblue__back{
	background-color: var(--lightblue__back);
}
.orange__back{
	background-color: var(--orange__back);
}
.blue__back{
    background-color: var(--blue__back);
}
.green__back{
    background-color: var(--green__back);
}
.red__back{
    background-color: var(--red__back);
}
.darkgreen__back{
    background-color: var(--darkgreen__back) ;
    }
.gray__back{
    background-color: var(--gray__back) ;
}
.darkgray__back{
    background-color: var(--darkgray__back);
}


/**OTP section css starts**/
.otp_section{
    padding: 80px 0px;
}
.otp_box {
    background: #fff;
    border-radius: 10px;
    max-width: 850px;
    width: 100%;
    padding: 50px 70px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.otp_heading h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
.otp_heading h4 span{
   color: #0246b6;
   font-weight: 400;
}
.otp_date h4{
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}


.otp_fields_wrapper {
    width: 100%;
    max-width: 400px;
}
.otp_fields_wrapper label{
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    text-align: start;
}

.submit_btn a{
    font-size: 16px;
    background: #0246b6;
    border-radius: 50rem;
    padding: 7px 50px;
    display: inline-block;
}
/**OTP section css ends**/

.banner-imgages img {
    width: 100%;
}
.banner-imgages {
    margin-top: 0px !important;
}



.banner-text h1 {
    font-size: 35px;
    font-weight: 500;
    margin-top: 25px;
}
.banner-text h4 {
text-align: left;
letter-spacing: 0px;
color: #000000;
opacity: 0.76;
font-size: 20px;
}
.banner-text .btn-primary {
    color: #fff;
    background-color: #0246B6;
    border-color: #0246B6;
    padding: 5px 27px;
    border-radius: 23px;
    font-size: 21px;
}
.button-flex a {
    border: 1px solid #0246B6;
    padding: 8px 50px;
    font-size: 14px;
    color: #0246B6;
    margin: 4px;
}
.button-flex {
    margin-top: 30px;
    margin-bottom: 50px;
}
.Event-Description h3 {
    font-size: 35px;
}
.Event-Description p {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 15.2px;
    font-weight: 100;
    margin-bottom: 25px;
}
.Event-Description h4 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Event-Description h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
}
.contact h4 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}
.flex-head {
    display: flex;
}
.flex-child {
    border: 1px solid #DEDEDE;
    padding: 20px;
    margin: 7px;
}
.flex-child h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}
.flex-child p {
text-align: left;
letter-spacing: 0px;
color: #000000;
opacity: 0.8;
}
.flex-child span {
    font-size: 14px;
    font-weight: 300;
}
.flex-child {
    width: 35%;
}
.contact {
    margin-bottom: 35px;
}


/******************************************************RESPONSIVE CSS*******************************************************/
/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */
@media screen and (max-width: 1170px) {
    .container{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 767px){

    .otp_heading h4 {
        font-size: 20px;
    }
    .otp_date h4 {
        font-size: 20px;
    }
    .otp_fields_wrapper label {
        font-size: 14px;
    }
}
@media screen and (max-width:991px) {
    .button-flex {
        display: grid;
    }
    .button-flex a {
        border: 1px solid #0246B6;
        padding: 6px 43px;
        font-size: 14px;
        color: #0246B6;
        margin: 4px;
        text-align: center;
    }
    .flex-head {
        display: block;
    }
    .flex-child {
        width: 100%;
    }
}