@charset "utf-8";

/* CSS Document */
:root {

	--black: #000;
	--white: #fff;
	--gray: #B8B8B8;
	--gray2: #333333;
	--gray3: #22222E;
	--gray4: #323232;
	--blue: #33D9FB;
	--pink: #E53777;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Quicksand";
	
	
}
.container {
    max-width: 1240px !important;
    background: #F3F3F3;
    position: relative;
}
.logo img {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    height: 55px;
}
.ban-small{
	background-color: #2E7B50;
    padding: 10px;
	
    color: #fff;
}
.ban-small *{
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
.block-school-info{
	display: flex;
	align-items: center;
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 20px;;
}
.block-school-info img{
	max-width: 100px;
	max-height:100px;
	margin-right: 30px;
}
.block-school-info .info .title{
    font-size: 1.5rem;
}
.block-school-info .info .address{
	font-size: 1rem;
	margin: 0;
}
.tform-container{
	border: solid 1px #ddd;
	padding: 20px;
}
.tform-container + .tform-container{
	margin-top: 15px;
}
.formsec-heading{
	color: #17a2b8;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.tform-container label{
font-weight: bold;
margin-bottom: 6px;
}
.tform-container .required{
	color: #f00;
}

.sec-qualification + .sec-qualification, .sec-experience + .sec-experience{
	border-top: solid 1px #ddd;
	padding-top: 20px;
	margin-top: 20px;
}


.footer {
    background-color: #2E7B50 !important;
    padding: 25px 30px;
}
.footer a {
    color: #ffffff!important;
}

.footer2 {
    display: flex;
    flex-direction: column;
    height: auto;
}

.footer3 {
    width: 100%;
    height: auto;
    margin-bottom: 31px;
}

.footer3 img {
    width: 200px;
}

.footer_small_div_right1 {
    width: 34px;
    padding-top: 0px;
    margin-right: 10px;
}

.footer_small_div_right1 i {
    font-size: 1.8rem;
    color: white;
}

.footer_small_div_left {
    color: white;
    border-bottom: 1px solid #1A1817;
    font-size: 15px;
    margin-bottom: 10px;
    width: 80%;
    text-align: left;
    padding-bottom: 2px;
}

.contact_us_css {
    height: auto;
    padding: 0;
    color: #f3f3f3;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 31px;
}

.footer_small_div_right {
    color: #f3f3f3;
    border-bottom: 1px solid #1A1817;
    font-size: 15px;
    margin-bottom: 6px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    padding-bottom: 4px;
}

.inst1 {
    background-color: #224859;
    border-radius: 11px;
    text-align: center;
    padding: 12px 20px 50px;
    width: 320px;
    float: right;
}

.inst2 {
    font-size: 2rem;
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 20px;
}

.Institution p {
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: 14px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 32px;
}

.ger_registared_buttonCss {
    background-color: #FCB846;
    border-radius: 50px;
    width: 64%;
    color: #0A4117;
    margin: auto;
    padding-left: 7px;
    padding-right: 3px;
    padding-top: 4px;
    height: 41px;
    text-align: center;
    font: normal normal bold 18px/32px Quicksand;
}

.footer_small_div_middle {
    color: #f3f3f3;
    border-bottom: 1px solid #1A1817;
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
}

.footer_small_div_middle i {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 15px;

}

.footer_small_div_right p {
    margin-bottom: 5px;
}

/*.footer_small_div_right p span {
font-size: 1.2rem;
}*/
.copyright {
    text-align: right;
}

.copyright p {
    margin-bottom: 0rem;
    font-size: 0.9rem;
    color: #E0E0E0;
    padding-top: 5px;
}