body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@media only screen and (min-width: 1200px) {
    .container{
        max-width:1300px;
    }
}
a {
    text-decoration: none !important;
}

.banner-section{
    width:100%;
    float:left;
    padding:80px 0px;
    background-image: url('static/images/newimages/back.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:679px;
}
.banner-content img{
    margin-bottom: 8px;
    width:72%;
}
.banner-content h1{
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 125% */
    letter-spacing: -0.449px;
    margin-bottom: 20px;
}
.chitkara-logo {
    margin-bottom:20px;
    display:flex;
    align-items: flex-start;
    flex-direction: column;
    gap:15px;
}
.chitkara-logo img{
    margin-bottom: 0px;
        width: 32%;
}
.chitkara-logo small{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
}
.banner-content span{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.439px;
    display:block;
    margin-bottom: 16px;
}
.why-choose-us{
    width:100%;
    float:left;
    padding:17px;
    border-radius: 14px;
    border: 1px solid #FFC9C9;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.why-choose-us p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
    letter-spacing: -0.15px;
    margin-bottom: 12px;
}
.why-heading{
    display:flex;
    align-items:center;
    justify-content: flex-start;
    gap:8px;
    margin-bottom: 8px;
}
.why-heading img{
    width:16px;
    margin-bottom: 0px;
}
.why-heading h3{
     color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.439px;
    margin:0px;
}
.why-choose-boxes{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width:100%;
}
.why-col{
    border-radius: 10px;
    border: 1px solid #FFC9C9;
    background: #FEF2F2;
    display: flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    width:129px;
}
.why-col span{
    color: #F00000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0px;
}
.register-form{
    width:100%;
    float:left;
    padding:0px 20px;
}
.form-heading{
    border-radius: 14px 14px 0 0;
    background: #F00000;
    display: flex;
    padding: 18px 24px 18px 24px;
    flex-direction: column;
    align-items: center;
}
.form-heading h2{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.439px;
    margin:0px;
}
.form-heading small{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.news-form{
    border-radius: 14px;
    padding:20px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.new-form-mock{
    width:100%;
    display:flex;
    align-items:center;
    flex-flow: wrap;
    gap: 0px 10px;
}
.new-form-mock .form-group{
    width:48%;
    margin-bottom: 10px;
}
.new-form-mock .form-group label{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
}
.new-form-mock .form-group input{
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    background: #F3F3F5;
    height:36px;
    width:100%;
    padding:0px;
    text-indent: 10px;
    color: #717182;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
}
.new-form-mock .form-group select{
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    background: #F3F3F5;
    height:36px;
    width:100%;
    padding:0px;
    text-indent: 10px;
    color: #717182;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
}
.checkbox{
    width:100%;
    float:left;
}
.checkbox label{
    color: #717182;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px; 
}
.submit-btn button{
    border-radius: 8px;
    background: #F00000;
    width:100%;
    height:40px;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
    border:none;
}
.already-login{
    width:100%;
    text-align: center;
    margin-top:10px;
}
.already-login p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
    letter-spacing: -0.15px;
}
.already-login p a{
    color:#F00000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
    letter-spacing: -0.15px;
    text-decoration: none;
}
.series-section{
    width:100%;
    float:left;
    padding:80px 0px;
    background: #FFF;
}
.headings{
    width:100%;
    margin-bottom: 48px;
}
.headings h2{
    color: #171717;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.312px;
    margin-bottom: 12px;
}
.headings p{
    color: #525252;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.439px;
    margin:0px;
}
.series-section .col-md-6{
    float:left;
}
.banner-image-middle img{
    width:100%;
}
.series-section .col-md-6 .col-md-6{
   padding-left:0px;
}
.series-col{
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding:24px;
    display:flex;
    flex-direction: column;
    gap:18px; 
    height:215px;
    margin-bottom: 12px;   
}
.series-col img{
    width: 48px;
    height: 48px;
}
.series-col  h4{
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.312px;
    margin:0px;
}
.series-col p{
    color: #525252;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
    margin:0px;
}
.faq-section{
    width:100%;
    float:left;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #FFF;
    padding:80px 0;
}
.faq-content {
    width: 70%;
    margin: 0 auto;
}
.faqs-new-content .row{
    display: block;
}
.faqs-new-content .card{
    border-radius: 10px !important;
    border: none;
    background: #ffffff;
    padding: 16px 25px 0px 25px;
    margin-bottom: 12px;
}
.chitkara.accordion .card .card-header h5 i.fa.fa-angle-down.rotate-icon {
    float: right;
    color: #000;
    font-size: 20px;
}
.faqs-new-content .card-header{
    border-bottom:none;
    padding:0px 0px 16px 0px;
    background: transparent;
}
.faqs-new-content .card-header a{
    text-decoration: none!important;
}
.faqs-new-content .card-header a h5{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
}
.faqs-new-content .card-body{
    padding: 0px 0px 16px 0px;
    color: #525252;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
}
.faqs-new-content .card-header a h5 span{
    display: none;
}
.red-action-section{
    width:100%;
    float:left;
    background: linear-gradient(90deg, #F00000 0%, #F00000 100%);
    padding:80px 0;
    text-align: center;
}
.action-box h2{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.312px;
    margin-bottom: 20px;
}
.action-box p{
    color: #FFE2E2;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
    letter-spacing: -0.15px;
    max-width: 500px;
    margin: 0px auto 20px auto;
}
.action-box a{
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius: 8px;
    background: #FFF;
    gap:8px;
    height:56px;
    width:145px;
    color: #F00000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
    margin:0 auto;
}
.action-box a img{
    width: 16px;
    height: 16px;
}
footer{
    width:100%;
    float:left;
    padding:16px 0px;
    background: #171717;
    text-align: center;
}
.foot-left {
    width: 100%;
}
.foot-left p{
    color: #FFF;
    text-align: center;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px; /* 200.787% */
    letter-spacing: -0.51px;
    margin:0px;
}
.foot-left p a{
    color: #FFF;
    text-align: center;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px; /* 200.787% */
    letter-spacing: -0.51px;
    text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
    .banner-section {
        width: 100%;
        float: left;
        padding: 36px 0px;
        background-image: url(static/images/newimages/mobile-back.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height:auto;
    }
    .register-form{
        padding:20px 0px 0px 0px;
    }
    .new-form-mock .form-group{
        width:100%;
    }
    .series-section{
        padding: 36px 0px;
    }
    .series-col{
        margin-bottom: 10px;
        padding:15px;
    }
    .why-col span{
        font-size:11px;
    }
    .faq-section{
        padding:36px 0;
    }
    .faq-content {
        width: 100%;
        margin: 0 auto;
    }
    .headings {
        width: 100%;
        margin-bottom: 20px;
    }
    .red-action-section{
        padding:36px 0;
    }
    .banner-image-middle img{
        width:100%;
        margin-bottom: 20px;
    }
    .series-section .col-md-6 .col-md-6{
        padding-left:8px;
        padding-right:8px;
    }
}
.date-birth {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.date-birth .col-md-4 {
    float: left;
    padding: 0px 5px;
}
.register-form form .form-group .form-control::-webkit-input-placeholder { /* Edge */
    color: #6C6C6C;
}

.register-form form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6C6C6C;
}

.register-form form .form-group .form-control::placeholder {
    color: #6C6C6C;
}
select#exampleFormControlSelect1{
    color:#6C6C6C;
}
.loader {
    background: #ff151f8c;
    border-radius: 8px;
    width: 180px;
    margin: 0 auto;
    height:45px;
}
.loader img{
    width:45px;
    height:45px;
}
div#successMessage {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    padding-top: 40px;
}
div#successMessage h3{
    color:#1A1A1A;
    font-size:2.5rem;
    margin-bottom: 30px;
}
div#successMessage img{
    margin-bottom: 30px;
    width:70px;
}
div#successMessage p{
    font-weight: 300;
}
/********************************** End Banner ********************************/

