body {
    font-family: "Roboto", sans-serif;
    color: #0c0c0c;
    background: linear-gradient(0deg, #1c335f 0%, #24385f 100%);
    overflow-x: hidden;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    margin: 0;
}

.heading_container.heading_center {
    align-items: center;
    text-align: center;
}

.heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.container_border_style {
    position: relative;
    padding: 20px;
}

.container_border_style::before, .container_border_style::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 3px;
    height: 90px;
    background-color: #24385f;
    transform: translateY(-50%);
}

.container_border_style::before {
    left: 0;
}

.container_border_style::after {
    right: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}

a:hover, a:focus {
    color: initial;
}

.btn, .btn:focus {
    outline: none !important;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.sub_page .hero_area {
    min-height: auto;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

/*end header section*/
/* */
.slider_section {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 90px;
}

.slider_section .logo-box img {
    width: 5%;
}

.slider_section .detail-box {
    color: #fff;
}

.slider_section .detail-box h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 2rem;
}

.slider_section .detail-box h1 span {
    font-size: 3rem;
    color: #24385f;
}

.slider_section .detail-box .btn-box {
    display: flex;
    margin: 0 -5px;
}

.slider_section .detail-box a {
    margin: 5px;
    width: 195px;
    text-align: center;
}

.slider_section .detail-box .btn-1 {
    display: inline-block;
    padding: 10px 15px;
    background-image: linear-gradient(to right top, #395abf, #4462c3, #4e6bc6, #5873ca, #627ccd);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #395abf;
    transition: all 0.3s;
}

.slider_section .detail-box .btn-1:hover {
    background-color: transparent;
    color: #24385f;
}

.slider_section .detail-box .btn-2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #ff4646;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ff4646;
    transition: all 0.3s;
}

.slider_section .detail-box .btn-2:hover {
    background-color: transparent;
    color: #ff4646;
}

.slider_section .input-form {
    text-align: center;
    color: #fff;
    width: 90%;
    background-image: linear-gradient(to right top, #395abf, #4462c3, #4e6bc6, #5873ca, #627ccd);
    padding: 4rem 3rem;
    border: 1px solid #7593f1;
    border-radius: 1.5rem;
    webkit-box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);
    box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);
}

.slider_section .input-form input {
    height: 2.7rem;
    border: none;
}

input::placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder {
    -webkit-transition: .5s;
    color: #000;
}

input:-ms-input-placeholder {
    -ms-transition: .5s;
    color: #000;
    color: #000;
}

.slider_section .input-form input[type=text]:focus {
}

.slider_section .input-form input::placeholder {
    color: #b7bed5;
}

.slider_section .input-form input::-ms-input-placeholder {
    color: #b7bed5;
}


.slider_section .input-form .verify_btn {
    color: #395ABF;
    background-color: #fff;
    padding: 0 30px;
    text-decoration: none;
    border: 0;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    min-width: 200px;
    max-width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    overflow: hidden;
}


.slider_section .info-box {
    color: #fff;
    text-align: left;
    background-image: linear-gradient(to right top, #395abf, #4462c3, #4e6bc6, #5873ca, #627ccd);
    padding: 1.5rem 2rem;
    border: 1px solid #7593f1;
    border-radius: 1.5rem;
    webkit-box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);
    box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);
}

.slider_section .info-box .info-field p {
    margin: 0;
    font-size: 16px;
}

.slider_section .info-box .info-field h6 {
    margin: 0;
    font-size: 14px;
    color: #d5dfff;
}

.btn-circle {
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    overflow: hidden;
    border: 1px solid #fff;
}

.btn-circle:hover {
    color: #395ABF;
    background-color: #fff;
    border: 1px solid #fff;
}


/*.html5-qrcode-element {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-color: #fff;*/
/*    border-radius: 1.5rem;*/
/*    webkit-box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);*/
/*    -moz-box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);*/
/*    box-shadow: 0 0 40px 0 rgba(0, 54, 79, 0.5);*/
/*}*/


