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

h1, h2, h3, h4 {
    font-weight: 300;
}

h2 {
    font-weight: 300;
}
.container{
    max-width:1170px;
}
a {
    text-decoration: none !important;
}

p {
    line-height: 23px;
    font-size: 14px;
    color: #393738;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}
.bottom-content {
    padding: 0px 35px 0 0;
}
/********************************** Start Banner ********************************/
.mobile{
    display: none;
}
.new-register{
	text-align: center;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #33333338;
}
.already-login{
	text-align: center;
    width: 100%;
    float: left;
    padding-top: 20px;
}
.already-login h3{
	font-size:26px;
}
.new-register .sub-btn  {
    background: #FF151F;
    border: none;
    width: 150px;
    height: auto;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin: 10px auto;
    box-shadow: none;
    padding: 10px 0;
}
.new-register h3{
	font-size:30px;
}
.already-login a  {
    background: #F00000;
border: none;
width: 260px;
height: 50px;
line-height:50px;
border-radius: 2px;
color: #fff;
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
display: block;
margin: 0px auto;
box-shadow: none;
padding: 0px 0;
}
section.the-tribunejee {
    width: 100%;
    float: left;
    padding: 20px 0;
}
section.chitkara-submission-form {
    position: absolute;
    width: 100%;
    right: 0;
    margin-top:70px;
}
.logo {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tribune {
    width:auto;
}
.top-content p{
    color:#fff;
    font-size:26px;
    margin-bottom: 10px;
    font-weight: 700;
}
.top-content h3{
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-bottom:7px;
}
.top-content h3 span{
    color:#FF151F;
}
.top-content {
    padding-bottom: 30px;
}
.register-form {
    width: 100%;
	padding-bottom:30px;
}
.banner-form{
    width:100%;
    height:auto;
    float:left;
    background:url('static/images/bg.jpg');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 20px 0 0 0;
}
.banner-content{
    padding-top: 20px;
}
.banner-left-content {
    padding: 0px 26px;
}
.banner-content h3{
    color:#000000;
    font-size:36px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
}
.banner-content h3 span{
    color:#1a1a1a;
    font-size:48px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
}
.banner-content span{
    color:#FF151F;
    font-size:22px;
    font-weight:500;
}
.banner-content h5{
    color:#1a1a1a;
    font-size:18px;
    font-weight:500;
}
.banner-content p{
    color:#333333;
    font-size:14px;
    font-weight:400;
    line-height: 28px;
}
.box-div{
    width:100%;
    float:left;
    border-radius: 6px;
    box-sizing: border-box;
    background:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-left:6px solid #FF151F;
}
.box1 {
    border-right: 1px solid #333;
    padding: 15px 15px;
}
.box1 span{
    color:#FF151F;
    font-weight: 300;
}
.box1 h5{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    line-height: 36px;
}
.location-center {
    display: flex;
    justify-content: space-between;
}
 span.center-box{
    display: block;
    text-align: center;
     padding-bottom: 17px;
}
.location-center h5{
    padding:0 10px;
	margin-bottom:0;
}
.border-rht{
    border-right:1px solid #333;
}
.pad-left{
    padding-left: 25px !important;
}
.academic-year{
    width:100%;
    flex-direction: row;
    align-items: center;
	padding:10px 0;
}
.academic-year p{
    color:#1a1a1a;
    font-size:18px;
    font-weight:300;
    margin-bottom: 0;
}
.academic-year img{
    margin-left:0px;
}
.box-list{
    width:100%;
    float:left;
    box-sizing: border-box;
    display: flex;
}
.box-list .list-item {
    flex-direction: column;
    display: flex;
    padding-right: 6px;
    width:33.33%
}
.box-list .list-item img{
    width:50px;
}
.box-list .list-item span{
    color:#fff;
    padding-top:15px;
    font-size:18px;
    font-weight:300;
}
.box-list .list-item p{
    color:#fff;
    padding-top:15px;
    font-size:16px;
    font-weight:300;
}
.banner-right-form{
    width:100%;
    background: #ffffff;
    height:100%;
    padding:0;
    border-radius: 10px;
    display: flex;
    align-items: center;
	z-index:999;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	margin-top:-40px !important;
}
.register-form  #form-hide h3{
  color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
    background: #EC2322;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
}
.register-form  .already-login h3{
    color:#000000;
    font-size:16px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
	text-align:left;
	padding-left:4rem;
}
.register-form form{
    padding: 20px 30px;
}
.register-form form .form-group label{
    font-size:12px;
    color:#777777;
    font-weight: 400;
    margin-bottom: 0;
	display:flex;
	align-items:center;
}
.register-form form .form-group label input[type="checkbox"]{
	margin-right:10px;
}
.register-form form .form-group label span{
    color:#FF151F;
}
.news-form{
    width:100%;
    float:left;
}
.register-form form .form-group .form-control {
    display: block;
width: 100%;
height: 50px;
padding: 0 8px;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
color: #6C6C6C;
background-color: transparent;
background-clip: padding-box;
border: 2px solid #6C6C6C;
border-radius: 2px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.register-form form .date-birth select{
	height:50px ;
	padding:0px 10px;
	border: 2px solid #6C6C6C;
border-radius: 2px;
}
.register-form form .col-md-12.form-group label{
    width:100%;
}
.register-form form .col-md-12.form-group .col-md-6{
    float:left;
}
.submit-btn {
    width: 100%;
    text-align: CENTER;
    float: left;
}
.sub-btn {
    background: #000000;
    border: none;
    width: 260px;
    height: 50px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    
}
.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 ********************************/

/********************************** Exam Deatil Start ********************************/

.exam-details{
    width:100%;
    float:left;
    padding:30px 0 30px 0px;
    background: #f6f6f6;
	margin-top:230px;
}
.heading{
    width:100%;
    text-align: center;
    float:left;
}
.heading h3{
    color:#1A1A1A;
    font-size:2rem;
    font-weight:300;
    line-height: 1.3;
}
.heading h3 span{
    color:#FF151F;
}
.left-photo img{
    width:100%;
}
.right-content {
    padding-bottom: 10px;
}
.right-content figure{
    text-align: center;
}
.right-content figure img{
    width:24px;
}
.right-content h4{
    color:#FF151F;
    font-size:16px;
    font-weight:300;
}
.right-content p{
    color:#1A1A1A;
    font-weight:300;
    font-size:16px;
}
/********************************** Exam Deatil End ********************************/

/********************************** FAQ Section Start********************************/

.faq-section{
    width:100%;
    float:left;
    padding:30px 0;
}

/********************************** FAQ Section End********************************/

/********************************** Footer Section Start********************************/

footer{
    width:100%;
    float:left;
    padding:10px 0;
    background: #FF151F;
}
.foot-left{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-left p{
    color:#fff;
    font-size:13px;
    font-weight:300;
    margin:0;
}
.foot-left p a{
    color:#fff;
    font-size:18px;
}
.faq-content{
    width:100%;
    float:left;
}
.chitkara.accordion .card{
    border:1px solid #33333340 !important;
    margin-bottom: 15px;
    border-radius: 8px !important;
}
.col-md-12.chitkara.accordion .col-md-6{
    float:left;
}
.chitkara.accordion .card .card-header {
     margin-bottom:0px;
    background: transparent;
    border-bottom: none;
}
.chitkara.accordion .card .card-header h5{
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 300;
    letter-spacing:0px;
    line-height: 26px;
}
.chitkara.accordion .card .collapse.show{
}
.chitkara.accordion .card .card-body{
    color:#616161;
    font-size: 14px;
    line-height: 26px;
}
.chitkara.accordion .card .card-header h5 span{
    background: #FF151F;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    margin-right: 10px;
    line-height: 20px;
}
.chitkara.accordion .card .card-header h5 i.fa.fa-angle-down.rotate-icon {
    float: right;
    color: #000;
    font-size: 20px;
}
.show-mobile{
    display: none;
}
.date-birth {
        margin-bottom: 10px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.date-birth .col-md-4{
	float:left;
}
.date-birth label{
	width: 100%;
    font-size: 13px;
    color: #616161;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 11px;
}
.form-group {
    margin-bottom: 10px;
}
/********************************** Footer Section End********************************/

/********************************** Responsive Start********************************/


@media only screen and (max-width: 767px) {
	.register-form form .date-birth select {
		padding: 0px 2px;
	}
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .banner-form{
        background:#fff;
        padding:0px 0px;
    }
    .heading h3 {
        font-size: 1.5rem;
        padding: 0px 8px;
    }
    .banner-left-content {
        padding: 0px 15px !important;
    }
    .box-div{
        display: block;
    }
    .box1 {
        border-right:none;
        padding: 10px 20px;
    }
    .location-center {
        display: block;
    }
    .location-center h5 {
        padding: 0px 0 20px 0;
    }
    span.center-box {
        display: block;
        text-align: left;
        padding-bottom: 17px;
    }
    .border-rht{
        border-right:none;
    }
    .pad-left{
        padding-left: 0 !important;
    }
    .box-list{
        display: block;
    }
    select#exampleFormControlSelect1 {
        color: #1A1A1A;
        margin-bottom: 10px;
    }
    .right-list {
        padding-top: 30px;
    }
    .right-content {
        padding-bottom: 18px;
    }
    .right-content figure {
        text-align: left;
    }
    .foot-right {
        margin-top: 15px;
    }
    .foot-right h5{
        text-align: left;
    }
    select#city {
        margin-bottom: 20px;
    }
    .banner-content h3{
        font-size:3rem;
        color: #1a1a1a;
    }
    .banner-content p {
        font-size: 13px !important;
        margin-top:0px;
        color: #1a1a1a;
        margin-bottom: 5px !important;
    }
    .banner-content {
        padding-top: 10px;
    }
    .show-mobile {
        display: block;
        background: #FF151F;
        color: #fff;
        height: 40px;
        width: 150px;
        line-height: 40px;
        text-align: center;
        border-radius: 5px;
        font-weight: 300;
        font-size: 14px;
    }
    .logo {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .tribune{
        width:46%;
    }
    .chitkara-logo{
        width:120px;
    }
    .academic-year{
        display: block;
        margin-top:0px;
        padding: 0px 0px;
    }
    .academic-year p{
        font-size:18px;
        color:#000000;
		font-weight:400;
    }
    .box-list .list-item{
        width:100%;
    }
    .banner-content h5{
        font-size: 16px;
        color: #fff;
    }
    .register-form form .col-md-12.form-group .col-md-6 {
        float: left;
        padding-right: 0;
    }
    section.mobile-banner.mobile {
        background: url('static/images/responsive.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 52px 3px;
        width:100%;
    }
    .top-content p {
        color: #fff;
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: 300;
        line-height: 30px;
    }
    .top-content h3 {
        color: #FF151F;
        font-size: 3rem;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 300;
        margin-bottom: 0;
    }
    section.mobile-banner2.mobile {
        background: #fff;
        padding: 20px 3px;
    }
    .banner-content h3 span {
        color: #1a1a1a;
        font-size: 3rem;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 300;
    }
    .register-form {
        width: 100%;
    }
    section.chitkara-submission-form {
        position: relative;
        width: 100%;
        right: 0;
        margin-top:0px;
    }
    .banner-right-form{
        margin-top:0px !important;
    }
    .academic-year img {
        margin-left: 0px;
    }
	.exam-details{
		margin-top:30px;
	}
}
