@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
.background-gate{
	background-image:url(../images/login-bg.png);
	width:100%;
	height:900px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position: absolute;
    top: 85px;
}
.option_scl{
    overflow-y: scroll;
    height: 190px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	/*min-width: 600px;*/  
    min-height: 100%;
    height: 100%;
}

.navbar-inverse {
    background: linear-gradient(to right, #1a845a, #00da85);
  width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 2px solid #33845a;
    z-index: 100;
	
}
.navbar {
       border-radius: 0px; 
    border: unset;
}


#logo {
    margin: 0 0 0 25px;
    float: left;
    width: 200px;
    height: 80px;
    background: url(../images/logo.png) no-repeat center;
    display: block;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 20px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: linear-gradient(to right, #1a845a, #00bf75);
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
}

form {
    padding-top: 100px;
}


.form-header {
    background: none repeat scroll 0 0 #e68431;
    border: 1px solid #dbdcde;
    border-radius: 5px 5px 0 0;
    color: #f5f5f5;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 22px;
    
    margin-top: 50px;
}
.login form {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 5px 5px;
    margin: auto;
    padding: 30px;
   
    border-top: none;
    opacity: 0.9;
}

.input-group {
    margin-bottom: 10px;
}
.btn-default{
background: #38aae9;
    border: 0;
   width: 100%;
    height: 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 10px;
}

.list-of-dep {
    font-weight: 600;
    font-size: 17px;
    color: #159562;
    padding: 20px;
    width: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto;
}
.mock-test{
	    background-color: #fff;
    margin-top: 50px;
    border-radius: 10px;
    height: auto;
    padding-bottom: 50px;
	
	
}

.mock-text{
font-size: 20px;
    margin-top: 47px;
    margin-bottom: 50px;
	}
.background-gate-list{
	min-height:570px;
    background-color: #f2f2f2;
    width: 100%;
    max-height: 800px;
    position: absolute;
    top: 85px;
}
.footer-gate{
	padding-top: 15px;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
}

.footer-gate .list-inline>li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.list-top-space{
	margin-top:20px;
}
.footer-gate a{
	color: #fff;
	text-decoration:none;
}

.background-gate-list-exam{
	top: 85px;
	background-color: #fff;
	width:100%;
	height:auto;
	    position: absolute;
  
}
.background-gate-list-exam form {
    padding-top: 0px !important;
}
.titlepath {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #272727;
    background: #adadad;
}
.general-text{
	   
	font-family:'hind', sans-serif;
	font-weight: 600;
	color:#005be8;
	font-size:28px;
	text-align:center;
}
.subj-text{
	font-family:'hind', sans-serif;
	font-weight: 600;
	color:#000;
	font-size:20px;
	text-align:center;
}
ol li {
    line-height: 2;
}

.read-text{
	font-family:'open sans', sans-serif;
	font-size:18px;
		font-weight: 600;
}
.row {
    margin-right: 0px;
    margin-left: -15px;
}
.option-review {
   height: 300px;
    overflow-y: scroll;
    /*min-height: 410px;
    max-height: 500px;*/
}

.option-review .btn{
	font-size:18px;
	margin-bottom: 20px;
}
button.btn.btn-success {
    margin-bottom: 20px;
}
.background-gate-exam-start a {
    color: #fff;
}
.background-gate-list-exam-start {
    top: 135px;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
}

.background-gate-list-exam-start .btn {
   height: 40px;
    /* padding: 10px 20px; */
    margin-left: 8px;
    border-radius: 0px;
    width: 100%;
}
.background-gate-list-exam-start img {
    width: 100px !important;
    height: 100px !important;
}
.collapsebel_panel {
    margin-top: 10px;
}
.collapsebel_panel {
     border:unset;
}
.tab-content p {
    font-size: 18px;
    font-family: 'open sans',sans-serif;
}
 .background-gate-list-exam-start .option-review {
    height: 300px;
    overflow-y: scroll;
    overflow-x: scroll;
    /*min-height: 300px;
    max-height: 500px;*/
}

.instruction_icon {
    background: url(../images/Icon-sprite.png) no-repeat -140px -7px;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-top: 2px;
    float: left;
}
.instructionpaper_icon {
    background: url(../images/Icon-sprite.png) no-repeat -188px -8px;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-top: 2px;
    float: left;
}

.group-panel {
    float: left;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -moz-inline-flex;
}
.group-arrow-left-disabled{
    border-bottom: 7px solid transparent;
    border-right: 7px solid #bdc6cf;
    border-top: 7px solid transparent;
    float: left;
    height: 0;
    margin-right: 11px;
    margin-top: 13px;
    width: 0;
    pointer-events: none;
    cursor: default;
}

.tooltipSelected1 {
    font-weight: bold;
    text-align: center;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.pad-left-text-exam {
	    background: #adadad;
   
    height: 45px;
    padding-left: 30px;
}

.nav-pills>li>a {
    border-radius: 0px;
}
.nav-pills>li {
    float: left;
    width: 48%;
}

.instruction_icon123 {
    background: url(../images/Icon-sprite.png) no-repeat -140px -7px;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    /* margin-top: 5px; */
    float: right;
}
.pad-left-text-exam-tab{
	padding-left: 30px;
	
}


.pad-left-text-exam-tab .h3, h3 {
    font-size: 18px !important;
    margin-top: 10px !important;
    border-bottom: 1px solid #c3c3c1;
}
.border-top-bottom{
padding-top: 5px;
    padding-left: 30px;
    border-top: 1px solid #c3c3c1;
    border-bottom: 1px solid #c3c3c1;
    height: 35px
}
.ques{
	font-weight: 500;
	font-size:18px;
	font-family:'hind',sans-serif;
    color: #f07f5f;
}
.pad-left-text-exam-tab form {
    padding-top: 0px;
}
.subject_instruction_icon1 {
    background: url(../images/Icon-sprite.png) no-repeat -140px -7px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.background-gate-list-exam-start .col-md-9{
	padding-left:15px;
	padding-right:0px;
}
.tooltip1 .subject_information_div1 {
    margin-left: -999em;
}

.allSections {
    background: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    color: #585c65;
    height: 29px;
    margin-top: 8px;
    margin-right: 6px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
}
.currentSectionSelected {
    background-color: #38a9eb;
    color: #fff;
    border: 1px solid #38a9eb;
}
.subject_information_div1 {
    width: 240px;
    border: 1px solid #c3c3c1;
    background: #e5f6fc;
    z-index: 100;
    margin-top: 10px;
    position: absolute;
}


.background-gate-exam-start{
	background-color: #000;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 85px;
    color: #fff;
    font-size: 16px;
    font-family: 'hind',sans-serif;
    padding-top: 15px;
    padding-left: 30px;
}

.pad-left-text{
	padding-left:50px;
}

.profile-pic img {
    height: 250px;
    width: 250px;
}
.user-name-gate{
	
	font-size:20px;
	font-weight:600;
	font-family: 'open sans', sans-serif;
}
.instruction_area span.answered {
    background: url("../images/questionsImgColors.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
   /*  margin: 3px; */
    text-align: center;
    width: 34px;
    background-position: -5px -48px;
}
.instruction_area span.review {
    background: url("../images/questionsImgColors.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
    /* margin: 3px; */
    text-align: center;
    width: 34px;
    background-position: -72px -48px;
}
 .instruction_area span.review_answered {
	background: url("../images/questionsImgColors.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
    /* margin: 3px; */
    text-align: center;
    width: 34px;
    background-position: -169px -47px;
} 
.instruction_area span.review_marked_considered {
	background: url("../images/questionsImgColors.png") no-repeat scroll 0 0 transparent ;
    color: #FFFFFF ;
    cursor: pointer;
    float: left ;
    font-weight: bold ;
    height: 38px ;
    /* margin: 3px !important; */
    text-align: center ;
    width: 34px ;
    line-height: 42px;
	background-position: -6px -81px;
}
.instruction_area span.review_marked {
	background: url("../images/questionsImgColors.png") no-repeat scroll 0 0 transparent ;
    color: #FFFFFF ;
    cursor: pointer ;
    float: left ;
    font-weight: bold ;
    height: 38px ;
    /* margin: 3px !important; */
    text-align: center ;
    width: 34px ;
    line-height: 42px;
	background-position: -169px -49px;
}
.instruction_area span.not_answered {
	background: url("../images/questionsImgColors.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
    /* margin: 3px; */
    text-align: center;
    width: 34px;
    background-position: -39px -48px;
}
.instruction_area span.not_visited {
	background: url("../images/questionsImgColors.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 42px;
 	/*  margin: 3px; */
    text-align: center;
    width: 34px;
    background-position: -105px -49px;
    color: #474747;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #ffffff; 
}
 ::-webkit-scrollbar-track:hover {
    background: #efefef; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #a1ceb2; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7eaf90; 
}


.section-timepanel {
    border-bottom: 1px solid #c3c3c1;
    height: 30px;
    line-height: 28px;
}

.tooltip1 {
    text-align: center;
    color: #000000;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}



.notation_type_description {
    padding-bottom: 12px;
	background: transparent;
    text-align: left;
}

.notation_typeDiv {
    width: 98%;
    float: none;
    margin: 6px auto;
    height: 27px;
}


.round1, .round2,.round3,.round4,.round5,.round6{
border-radius: 10px;
  background: #cdcdcd;
  margin: 0 auto;
  color: #fff;
      padding: 50px;
    text-align: center;
    font-size: 36px;

}
.round1{
  background: #3785d6;
}.round2{
  background: #3292af;
}.round3{
  background: #b72424;
}.round4{
  background: #5b45b3;
}.round5{
  background: #4cb345;
}.round6{
  background: #16ab36;
}.marks{
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 46px;
  font-weight: 600;
  padding: 38px 50px;
}.tQuestions{
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
 .resultsCon table {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
            border: 1px solid #ddd;
            margin: 10px auto;
        }

        th, td {
            text-align: left;
            padding: 8px;
        }

        tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .solution {
            color: #fff;
            background-color: #2eb54b;
            border: none;
            border-radius: 20px;
            padding: 6px 26px;
            letter-spacing: 0.5px;
            outline: none;
        }

            .solution:hover, .solution::focus {
                color: #fff;
                background-color: #29b146 !important;
            }

        h3 {
            margin: 0px;
        }

        .resultsCon {
            border: solid 1px #f1f1f1;
            padding: 10px 15px;
            border-radius: 6px;
            margin-bottom: 15px;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        }
    

.collapse_icon1234 {
    background: url(../images/Icon-sprite.png) no-repeat -31px -63px;
    margin-top: -50px;
    width: 17px;
    height: 48px;
    cursor: pointer;
    display: inline-block;
    left: -7%;
    position: absolute;
    top: 43%;
    z-index: 100;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
}
.mble-resp img {
    width: 45px !important;
    height: 45px!important;
}
.mble-resp {
    display: none;
}
.tab-content h3 {
    padding-top: 15px;
    padding-bottom: 10px;
}


.login img {
    width: 100px;
    margin-bottom: 20px;
}

.icon-0 {
    background: url(../images/Icon-sprite.png) no-repeat -148px -62px;
    width: 17px;
    height: 23px;
    display: inline-block;
}


.profile-gate-new {
    margin-top: 25px;
}
.tab-content {
	    padding-bottom: 50px;
    padding-left: 20px;
   /* border: 1px solid #c3c3c1;*/
}
.profile-gate-new .nav-tabs {
    border-bottom: unset;
}
.profile-gate-new .nav-tabs>li.active>a, .profile-gate-new .nav-tabs>li.active>a:focus, .profile-gate-new .nav-tabs>li.active>a:hover {
    /*background-color: #1a845a !important;*/
    color: black;
   /* font-size: 18px;*/
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.profile-gate-new .nav-tabs>li {
    font-size: 18px;
    float: left;
    margin-bottom: -1px;
    color: #000 !important;
}

th, td {
    color: #000;
}
.thumbnail .caption p {
    font-size: 16px !important;
}

.thumbnail {
    margin-top: 50px;
}

.thumbnail .caption {
    background: #1a845a;
    padding: 9px;
    color: #fff;
}
.profilebg-gate .table-responsive {
    margin-top: 50px;
}

.profilebg-gate li a {
    color: #000;
}
.profilebg-gate .nav-tabs {
    border-bottom: unset;
	margin-left: 30px;
}
div#menu2 {
    color: #000;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a {
    border-color: #eee #eee #ddd;
    background-color: #eee;
}
.profilebg-gate {
    padding-top: 8px;
    /* font-size: 36px; */
    color: #fff;
    margin-top: 85px;
    background-color: #1a845a;
    width: 100%;
    height: 209px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: #000;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: unset;
}
.navbar-inverse .navbar-toggle {
        margin-top: 25px;
}
.background-gate {
   height: 500px
}
.background-gate-list-exam .col-md-9{
padding-right: 0px;
    padding-left: 0px;
}
.profile-pic img {
    margin-left: 0px;
	 margin-top: 50px;
}
button.btn.btn-success {
    margin-top: 20px;
    margin-right: 10px;
}
.titlepath {
    padding-left: 25px !important;
}
.background-gate-list-exam-start img{
	margin-top:0px !important;
}

.user-name-gate {
    text-align: center;
}
.footer-gate {
    height: auto;
    padding-bottom: 10px;
}
.background-gate-list-exam-start {
    top: 85px !important;
}
.background-gate-exam-start {
	display:none;
}
/*.pad-left-text-exam {
    margin-left: 10px;

}*/
.border-top-bottom {
    height: auto;
	    padding-left: 10px;
}
.nav-pills>li {
    float: left;
    width: 49%;
}
.group-arrow-left-disabled {
    display: none;
}
.background-gate-list-exam-start .option-review {
    height: 360px;
    overflow-y: scroll;
    overflow-x: scroll;
    min-height: 150px;
    max-height: 150px;
}
.pad-left-text-exam-tab {
    padding-left: 10px;
}
.col-md-3.rightside {
    display: none;
}
.mble-resp {
    display:block !important;
}
.mble-resp .user-name-gate {
    font-size: 14px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    text-align: center;
    color: #fff;
    height: 60px;
    background-color: #337ab7;
}
th, td {
    font-size: 12px;
    color: #000;
}
b, strong {
    font-weight: 300;
    font-size: 10px;
}
}

.well h4{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

h3.text-center {
    font-weight: 600;
}
.top-bg-gate img{
	width: 100%;
    height: auto;
    margin-top: 85px;
}
.reg-gate-pay form {
    padding-top: 10px;
	    margin-left: 10px;
}

.reg-head{
    text-align:center;
	margin-top:10px;
	font-family:'hind',san-serif;
	font-size:48px;
	font-weight:600;
	color: #1a845a;
    
}

.reg-gate-pay .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #1a845a;
        border-radius: 0px !important;
}

.reg-gate-pay  .btn-default {
    background: #1a845a;
    border: 0;
    width: 100%;
    height: 45px;
    border-radius: 0px;
        margin-top: -18px;
        margin-bottom: 10px;
}



.amount-gate{
	margin-top:-7px;
    color: #1a845a;
    font-size:24px;
    font-family:'open sans',sans-serif;
}

select {
    padding-left: 10px;
    color: #888282;
    width: 100%;
    height: 45px;
    border-color: #1a845a;
}

.are-login{
	float: right;
    font-size: 15px;
	margin-bottom: 15px;
}

img.prof-img {
    width: 200px;
    height: 139px;
}
.login .alert.alert-danger {
    margin-top: 20px;
}
.gate-2019-footerbg, .gate-2019-footerbg a {
    padding-top: 20px;
    text-align: center;
    background-color: #000;
    width: 100%;
    font-size: 20px;
    height: 65px;
    color: #fff;
}



@media only screen and (max-width: 768px) {
.reg-gate-pay .col-md-4 {
    margin-left: 7px;
}
.profilebg-gate .nav-tabs {
    border-bottom: unset;
    margin-left: 0px;
    font-size: 11px;
    margin-top: 5px;
}
.gate-2019-footerbg{
	 height: auto;
	padding-bottom: 30px;
}
}



.presentation-gate2019 {
    margin-top: 85px;
}


.presentation-gate2019 .carousel-control.left {
    display: none;
}

.presentation-gate2019 .carousel-control.right {
    display: none;
}

.presentation-gate2019 .carousel-inner img {
width:100%;
height:350px;
}



.about-gateint2019{
	   padding-top: 20px;
	text-align:justify;
	font-family:'open sans', san-serif;
	font-size:18px;
	color:#000;
}

.about-gate-2019 img {
    padding-top: 20px;
    width: 100%;
    height: auto;
}

.choose-gate-2019 {
    text-align: center;
    font-size: 18px;
    font-family: 'open sans',sans-serif;
}

.tabs-gate2019 .nav-tabs>li>a:hover, .tabs-gate2019 .nav-tabs>li>a {
	margin-bottom: 20px;
    /* border-color: #eee #eee #ddd; */
    background-color: #01d683;
    color: #fff;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    width: 120px;
    height: 66px;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 30px;
}
.tabs-gate2019 .nav-tabs>li.active>a, .tabs-gate2019 .nav-tabs>li.active>a:focus, .tabs-gate2019 .nav-tabs>li.active>a:hover {
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: default;
    background-color: #159663;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
    width: 120px;
    height: 66px;
}

.tabs-gate2019 .nav-tabs {
    border-bottom: transparent;
}

.payment-bg-gate2019{
	 background-color: #159663;
	 width:100%;
	 height:auto;
	 padding:12px;
	 font-size:20px;
	 color:#fff;
	 font-weight:600;
}
.tabs-gate2019 .tab-content{
    height: 450px;
}

.tabs-gate2019 .tab-content ul li {
    font-size: 16px;
	    padding-bottom: 5px;
}

.head-choose-text{
	    font-family: 'hind',sans-serif;
	    padding-top: 5px;
    padding-bottom: 10px;
	text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1a855b;
}


.tabs-gate2019 .tab-content img {
    width: 100%  !important;
}
.presentation-gate2019 .carousel-indicators {
	bottom: 0px;
}

.reg-btn-bottom .btn-danger {
    margin-bottom: 20px;
    border-radius: 33px;
    font-size: 24px;
    background-color: #1a855b;
    border-color: #06c87c;
}

















@media screen and (max-width: 768px){
.presentation-gate2019 .carousel-indicators {
	bottom: -12px;
}

.tabs-gate2019 .tab-content{
    height: auto !important;
}
.h1, h1 {
    font-size: 16px;
}
.h2, h2 {
    font-size: 16px;
}


.tabs-gate2019 .nav-tabs>li>a:hover, .tabs-gate2019 .nav-tabs>li>a {
    margin-bottom: 20px;
    /* border-color: #eee #eee #ddd; */
    background-color: #01d683;
    color: #fff;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
     width: 100%; 
  height: 45px; 
    text-align: center;
    font-size: 10px !important;
    padding-top: 15px;
    padding-left: 30px;
}


.tabs-gate2019 .nav-tabs>li.active>a, .tabs-gate2019 .nav-tabs>li.active>a:focus, .tabs-gate2019 .nav-tabs>li.active>a:hover {
    padding-top: 15px; 
    text-align: center;
    font-size: 10px important;
    color: #fff;
    cursor: default;
    background-color: #159663;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
   width: 100%; 
  height: 45px; 
}

.head-choose-text {
   
    font-size: 30px;
}
.presentation-gate2019 .carousel-inner img {
    width: 100%;
    height: 305px;
}
.gate-2019-footerbg, .gate-2019-footerbg a {
    height: auto;
    padding-bottom: 20px;
}

.about-gateint2019 {
    font-size: 14px;
  
}
.choose-gate-2019 {
 font-size: 14px;

}
.tab-content p {
    font-size: 14px;
}
.tabs-gate2019 .tab-content ul li {
    font-size: 14px;
}
.reg-btn-bottom .btn-danger {
    margin-left: 55px;
}
}


.background-gate-exam-start .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    margin-top: -5px;
    font-size: 16px;
}


p {
    font-size: 18px;
}
.modal-body {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    padding: 15px;
    overflow-y: scroll;
    height:450px;
}
.modal-body img:hover {
    transform: translate(2px, -2px) rotate(0deg);
    -moz-box-shadow: 0 0 16px #000;
    -webkit-box-shadow: 0 0 16px #000;
    box-shadow: 0 0 16px #000;
    cursor: pointer;
}

.modal-dialog {
    width: 1000px;
    margin: 30px auto;
	
	
}
@media (max-width: 768px){
	.modal-dialog {
	  width: 100%;
	}
	.pad-left-text-exam {
   padding-left: 0px !important;
}
.background-gate-list-exam-start .btn {
   margin-left: -7px !important;	
}
}



.pop-up-gate form{
	padding-top:0px;
}

.tab-exam img {
    vertical-align: middle;
    width: 100% !important;
    height: auto !important;
}