* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.container-fluid1 {
    min-height: 450px;
    position: relative;
    background-color: #0062c3;
    border: 1px transparent solid;
}

.banner {
    display: inline-block;
    margin-left: 6%;
    margin-top: 70px;
}

.banner h1 {
    text-transform: capitalize;
    color: white;
    font-size: 43px;
    font-weight: bold;
}

.banner p {
    font-size: 32px !important;
    width: 60%;
    color: white;
}

.card1 {
    width: 500px;
    height: 550px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
    margin-top: -200px !important;
    background-color: white;
    margin-bottom: 100px !important;
}

.cardbody {
    width: 80%;
    margin: 20px auto;
    height: 78%
}

.cardbody h3 {
    text-align: center;
    color: #64666a
}

.cardbody input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px;
    font-size: 25px;
    color: #64666a;
    margin-top: 15px
}

.cardfooter {
    width: 100%;
    height: 15%;
    background-color: #005fbd;
    border-radius: 0px 0px 15px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardfooter button {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.3s
}

button:active {
    transform: scale(0.8);
}

.cardfooter h3 {
    color: white;
}

.card {
    border-radius: 15px !important;
    background-color: #cfe7ff
}

.card-header {
    border-radius: 15px !important;
    background-image: linear-gradient(to right, #0160c0, #004387);
    min-height: 60px
}

.card-header button {
    background-color: transparent;
    outline: none !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    box-shadow: none!important;
    transform: scale(1) !important;
    position: relative;
    height: 100%
}

.card-header button i {
    font-size: 25px;
    color: white !important;
    right: 10px;
    top: 10px;
    position: absolute;
}

.card-header button i:nth-child(2) {
    display: none;
}

.card-body {
    font-size: 20px;
    color: #64666a;
    text-align: left;
}

.collapsequestion {
    width: 80%;
    margin: 30px auto
}

.collapsequestion h3 {
    color: #64666a;
    font-weight: bold;
}


/*footer area*/


/*
.footer {
      background-image: url('footerpic.png'); 
      background-repeat: no-repeat;
       background-position: center center; 
       background-size:100% 100% ;
        height: 425px;
}

.list {
    list-style: inside;
    width: 70%;
    margin: 30px auto;
}

.list a {
    color: white;
    text-align: left;
    font-size: 1vw;
    text-decoration-line: underline;
    transition: all 0.2s
}

.list a:hover {
    color: #a2d2ff;
}

.footer .footer-detail {
    margin-top: 10px
}

.footer-detail ul {
    list-style: none;
    margin-left: 35%;
}

.footer-detail ul li:nth-child(1) {
    margin-bottom: 46px
}

.footer-detail ul li a,
label {
    color: white;
    font-size: 1.2vw;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

strong {
    margin: 0px 10px;
    color: white;
    font-weight: bolder;
}

small {
    color: white;
}

.social-link li:nth-child(1) {
    margin-bottom: 12px !important
}

.social-link i {
    font-size: 30px;
    margin: 0px 15px;
}


*/


/*footer area end*/

@media screen and (max-width: 1400px) {
    .card1 {
        width: 450px;
    }
    .card-header button {
        font-size: 18px !important
    }
}

@media screen and (max-width: 1200px) {
    .card1 {
        width: 400px;
    }
    .collapsequestion {
        width: 95%
    }
    .card-header button {
        font-size: 14px !important
    }
    /*.footer-detail ul li a,
    label {
        font-size: 1.5vw
    }*/
}


/*@media screen and (max-width:900px) {
    .footer-detail ul li a,
    label {
        font-size: 15px
    }
}*/

@media screen and (max-width:992px) {
    .banner p {
        width: 90%;
    }
    .card1 {
        position: relative;
        margin: 50px 0px 30px !important;
        width: 350px;
        height: 505px
    }
    .collapsequestion {
        width: 80%
    }
    .card-header button {
        font-size: 18px !important
    }
    /* .list a {
        font-size: 1.3vw
    }*/
}

@media screen and (max-width: 767px) {
    .banner {
        display: block;
        margin: ;
    }
    .banner h2 {
        text-align: left;
    }
    .banner input {
        width: 80%;
        height: 50px;
        border-radius: 0px;
        border: 1px solid white;
    }
    .card1 {
        width: 80%;
        height: 550px
    }
    .collapsequestion {
        width: 95%
    }
    /* .footer {
        height: 400px;
        background-image: linear-gradient(to right, #0062c3, #004283);
    }
    .footer .footer-detail {
        margin-top: 20px
    }
    .footer-detail ul li {
        margin-bottom: 20px !important
    }
    .footer-detail ul li a,
    label {
        font-size: 2vw
    }
    .social-link i {
        font-size: 30px;
        margin: 0px 5px;
    }
    .list {
        width: 100%
    }
    .list a {
        font-size: 2vw
    }*/
}

@media screen and (max-width: 576px) {
    .container-fluid1 {
        min-height: 250px !important;
    }
    .card1 {
        width: 98%;
    }
    .collapsequestion {
        width: 100%
    }
    .cardfooter h3 {
        font-size: 25px;
        text-align: center;
    }
    .card-header button {
        font-size: 12px !important
    }
    .banner h2 {
        font-size: 30px
    }
    .banner input {
        font-size: 15px;
        padding-left: 05px
    }
    .banner h1 {
        font-size: 30px !important;
    }
    .card-body {
        text-align: left;
    }
    .banner p {
        font-size: 20px !important;
    }
    /*  .footer {
        height: 300px;
    }
    .footer .footer-detail {
        margin-top: 60px
    }
    .footer-detail ul li a,
    label {
        font-size: 3vw
    }
    .footer-detail ul {
        margin-left: 10%;
    }
    .list {
        display: none
    }*/
}