::placeholder {
    color: #CCCCCC !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCCCCC !important;
}
.intl-tel-input {
    display: block !important;
    width: 100% !important;
}

.apply-intro-section {
    background: url(../../images/apply/main-bg.png);
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-attachment: scroll;
    webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    /* background-size: cover; */
    width: 100%;
    height: 63vh;
    /* height: auto; */
    min-height: 650px;
    max-height: 650px;
}
.apply-intro-section .wrap_position{
    position: relative
}
.apply-intro-section .wrap_position .wrap_title{
    position: absolute;
    top: 300px;
}
.apply-intro-section h1 {
    /* margin-top: -130px; */
    font-size: 80px !important;
    font-weight: 500 !important;
    font-family: 'Bebas Neue', cursive;
}
.apply-intro-section .wrap_position{
    position: relative
}
.apply-intro-section .wrap_position .wrap_title{
    position: absolute;
    top: 300px;
    z-index: -1;
}
header.site-navbar{
    box-shadow: rgb(255 255 255) 0px 0px 2px;
}
.section-steps .step{
    color: #0099FF;
    font-weight: 600;
}
.section-steps .no-step{
    color: #909090;
}
.section-steps .progress-bar{
    background: #0099FF;
}
.card-summary p{
    color: #909090;
    font-size: 16px;
}
.card-summary .label{
    color: #404040;
    font-size: 16px;
}
.card-summary .value{
    color: #404040;
    font-size: 16px;
    font-weight: 600;
}
.apply-form .subtitle{
    color: #404040;
    font-weight: 500;
    font-size: 16px;
}
.apply-form label{
    color: #404040;
    font-weight: 400;
    font-size: 16px;
}
.apply-form .form-control{
    border: none;
    background: #FAFAFA;
}
.point-heading{
    font-size: 19px;
    color: #010221;
    font-weight: 600;
}
.point-desc{
    font-size: 16px;
    color: #404040;
}
.site-section.btn-primary-sm{
    font-size: 20px;
    padding: 15px 25px;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 153, 255, 1);
    font-weight: bold;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px rgb(214 234 248);
    text-shadow: inset 0px 1px 0px rgba(133, 193, 233, 1);
    background: linear-gradient(rgba(0, 153, 255, 1), rgba(2, 109, 180, 1));
    background: #0099FF;
    border-bottom: 3px solid #0577c3;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 500;
    height: 60px;
}
.site-section.section-2 h1.text-black{
    font-size: 48px;
    color: #010221 !important;
}
.site-section.padding-bottom{
    padding-bottom: 0 !important;
}

/*Particle ANIMATION*/
canvas{
    /*background-color: #010221;*/
}

#particle-canvas {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

.particle-network-animation {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #010221;
    z-index: 9;
}
.particle-network-animation::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
}

.glow {
    z-index: -1;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}

.glow-1 {
    width: 150vw;
    height: 150vh;
    margin-top: -75vh;
    margin-left: -75vw;
    animation: glow-1-move 25s linear infinite both;
}

@keyframes glow-1-move {
    from {
        transform: translate(-100%, 100%);
    }
    to {
        transform: translate(100%, -100%);
    }
}
.glow-2 {
    width: 100vw;
    height: 100vh;
    margin-top: -50vh;
    margin-left: -50vw;
    animation: glow-2-move 25s linear 8.3333333333s infinite both;
}

@keyframes glow-2-move {
    from {
        transform: translate(-100%, 0%);
    }
    to {
        transform: translate(100%, 100%);
    }
}
.glow-3 {
    width: 120vw;
    height: 120vh;
    margin-top: -60vh;
    margin-left: -60vw;
    animation: glow-3-move 25s linear 16.6666666667s infinite both;
}

@keyframes glow-3-move {
    from {
        transform: translate(100%, 100%);
    }
    to {
        transform: translate(0%, -100%);
    }
}
#particle-canvas {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgb(10, 10, 50) 0%,rgb(60, 10, 60) 100%);
    vertical-align: middle;
}

/*Particle ANIMATION*/

.site-section.section-1{
    z-index: 10;
}

/*responsive header @1024*/
@media only screen
and (min-device-width : 991px)
and (max-device-width : 1025px){
    #top-header-section-parent{
        display: block !important;
    }
}
@media only screen
and (min-device-width : 736px)
and (max-device-width : 766px) {
    header.site-navbar #top-header-section-parent{
        display: none;
    }
}

/*-----------------------------------------*/
/*-------------- Iphone X -----------------*/
/*-----------------------------------------*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
}


/*-------------------------------------------*/
/*-------------- Pixel 2 XL -----------------*/
/*-------------------------------------------*/
@media only screen
and (min-device-width : 411px)
and (max-device-width : 823px)
and (-webkit-device-pixel-ratio : 3) {
}

/*--------------------------------------------------*/
/*-------------- Iphone 6,7,8 plus -----------------*/
/*--------------------------------------------------*/
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
}


/*--------------------------------------------*/
/*-------------- Iphone 6,7,8 -----------------*/
/*--------------------------------------------*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
}


/*----------------------------------------------*/
/*-------------- Iphone 5 & 5S -----------------*/
/*----------------------------------------------*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
}

/*----------------------------------------------*/
/*-------------- Galaxy Fold -----------------*/
/*----------------------------------------------*/
@media only screen
and (min-device-width : 280px)
and (max-device-width : 653px) {
    canvas {
        display: none;
    }
    .apply-intro-section .wrap_position{
        position: relative;
        height: 30vh;
        min-height: 300px;
    }
    .apply-form{
        margin-top: unset;
    }
    /*.apply-intro-section{*/
    /*    height: 30vh;*/
    /*    min-height: 300px;*/
    /*}*/
    .apply-intro-section h1{
        /*margin-top: -270px !important;*/
    }

    /*FIX BANNER CONTENT*/
    .apply-intro-section h1{
        font-size: 35px !important;
        line-height: 35px !important;
    }
    /*.apply-intro-section .wrap_position{*/
    /*    position: relative*/
    /*}*/
    .apply-intro-section .wrap_position .wrap_title{
        position: relative;
        top: unset;
    }
    .apply-intro-section{
        height: 30vh;
        min-height: 300px;
        background-size: cover;
    }
    .intro-section, .intro-section .container > .row{
        height: 30vh;
        min-height: 300px;
    }
    .apply-intro-section h1{
        /*margin-top: -270px !important;*/
        margin-top: 60px;
    }
    .card.card-summary.summary_apply{
        margin-top: 20px;
    }
}
