
.newtxt.lms-new-box2 span {
    background-color:#0A0A5F;
    box-sizing: border-box;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 6px 0px 2px 10px;
    width: 345px;
}
 
.newtxt.lms-new-box2 span h2 {
  
   
    font-size: 24px;
  
    margin-bottom: 5px;
    line-height: 27px;
}
 
.tztxt.newtxt.lms-new-box2 small{font-size: 20px;width: 355px;background-color: #307FE2;}
.newtxt.lms-new-box2 small{font-size: 20px;width: 287px;background-color: #307FE2;}

.newtxt.nepal-banner-box h3 {
    display: block;
	font-family: "uni_neuebold";
    background-color: rgba(255, 255, 255, 1);
    float: left;
    padding: 18px 35px 12px 19px;
    font-size: 14px;
	width:100%;
}
.nepal-main-sec {
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0
}

.nepal_bg_img {
	width: 100%
}

.nepal_lms_text {
	position: absolute;
	left: 26px;
	top: 45px
}

.nepal-banner-box {
	position: fixed;
	max-width: 374px;
	width: 100%;
	height: auto;
	left: 16px;
	bottom: 15px;
	padding: 18px 20px 10px 10px;
	z-index: 2
}

.nepal-banner-box .bang_form {
	float: left;
	width: 100%;
	background-color: rgba(13, 18, 97, .8);
	padding: 18px 18px 10px
}

.nepal-banner-box h3 {
	display: block;
	background-color: rgba(255, 255, 255, 1);
	float: left;
	padding: 12px 27px 12px 17px
}

.nepal-banner-box h3 img {
	width: 100%;
	max-width: 300px
}

.form-field,
.form-field3,
.form-field4 {
	display: block;
	margin-bottom: 12px;
	width: 300px;
	float: left;
	margin-right: 20px
}

#contact button[type=submit],
#contact input[type=text],
#contact input[type=email],
#contact input[type=tel],
#contact input[type=url],
#contact textarea {
	font: 400 14px/19px Roboto, sans-serif
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel],
#contact input[type=url],
#contact textarea {
	width: 100%;
	color: #fff;
	border: 0 solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	background-color: transparent;
	padding: 9px 0 4px
}

#contact input[type=text]:hover,
#contact input[type=email]:hover,
#contact input[type=tel]:hover,
#contact input[type=url]:hover,
#contact textarea:hover {
	-webkit-transition: border-color .3s ease-in-out;
	-moz-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out
}

#contact .form-field4 input[type=text] {
	width: 130px;
	border: 1px solid #949da7;
	border-radius: 8px;
	color: #fff;
	background: 0 0;
	padding: 6px
}

::-webkit-input-placeholder {
	color: #fff!important
}

:-moz-placeholder {
	color: #fff!important
}

::-moz-placeholder {
	color: #fff
}

:-ms-input-placeholder {
	color: #fff!important
}

#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none
}

#contact button[type=submit],
#contact input[type=submit] {
	cursor: pointer;
	width: 100%;
	background: rgba(185, 199, 214, .34);
	border-radius: 8px;
	border: 1px solid #949da7;
	color: #f6fcff;
	padding: 6px;
	font-size: 12px;
	font-weight: 600;
	margin: 9px auto;
	display: block
}

#contact button[type=submit]:hover {
	color: rgba(246, 252, 255, .67);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background-color .3s ease-in-out
}

#contact button[type=submit]:active {
	outline: 0
}

.form-field .custom_select_holder {
	position: relative;
	height: 38px;
	border: 0 solid #000005;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	background-color: transparent;
	margin-bottom: 0;
	width: 300px
}

.form-field .custom_select_holder section {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%
}

.form-field .custom_select_holder section select.custom_select {
	width: 100%;
	height: 38px;
	opacity: 0;
	cursor: pointer
}

.form-field .custom_select_Text {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 4px;
	z-index: 10;
	width: 100%;
	min-width: 185px;
	font: 400 14px/38px Roboto, sans-serif;
	background: url(../images/nepal_lms/select-arrow.png) 100% 50% no-repeat;
	color: #cecdc6;
	padding-left: 0
}

.form-field .capcha {
	padding-bottom: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap
}

.form-field .capcha img {
	height: 34px;
	display: block;
	float: left;
	margin-right: 10px
}

.form-field .capcha span {
	padding-left: 0;
	display: block;
	width: 14px;
	position: relative;
	margin-right: 10px
}

.form-field .capcha span a {
	font: 400 14px/34px Roboto, sans-serif;
	color: #000;
	background: url(../images/nepal_lms/captcha-refresh.png) no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top: 9px
}

.form-field button:before {
	background: url(../images/nepal_lms/submit-arrow.png) no-repeat;
	position: absolute;
	right: 0;
	width: 26px;
	height: 16px;
	top: 33%;
	z-index: 10
}

.form-field button {
	border: none;
	outline: 0;
	background: #FFF;
	width: 125px;
	height: 38px;
	position: relative;
	font: 400 italic 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-left: 14px;
	text-transform: uppercase;
	margin-top: 7px
}

.entypo-right-open-big:before {
	content: ""
}

.form-field button:hover {
	cursor: pointer
}

.form-field button:hover:after {
	transition: width .8s;
	width: 171px;
	cursor: pointer;
	background: rgba(255, 255, 255, .1)
}

@media only screen and (max-width:1200px) {
	.nepal_lms_text {
		top: 20%
	}
	.nepal-banner-box {
		position: relative;
		height: auto;
		left: 0;
		bottom: 0;
		padding: 0;
		max-width: 100%;
		z-index: 2
	}
	.nepal-banner-box .bang_form {
		background-color: rgba(14, 18, 97, 1)
	}
	.nepal-banner-box h3 {
		padding: 12px 27px 12px 0
	}
	.form-field,
	.form-field3,
	.form-field4 {
		margin-bottom: 15px
	}
}

@media only screen and (max-width:650px) {
	
	
	.newtxt.lms-new-box2{top: 30px;}
	.newtxt.lms-new-box2 span{padding: 6px 19px 2px 19px;
width: auto;}
.newtxt.lms-new-box2 span h2{line-height: 20px;font-size: 17px;}
	.newtxt.lms-new-box2 small{font-size: 16px;width: auto;padding: 7px;}
	
	.nepal_bg_img {
		width: 100%
	}
	.form-field,
	.form-field3,
	.form-field4 {
		width: 300px;
		float: none;
		margin: 0 auto 15px
	}
	.nepal_lms_text {
		width: 40%;
		top: 10%
	}
	.tztxt.newtxt.lms-new-box2 small {
    font-size: 13px;
    width: 230px;
   
}
}

@media only screen and (max-width:480px) {

	.newtxt.lms-new-box2 span h2{font-size: 11px;}
	.newtxt.lms-new-box2 small{font-size: 12px;}
	.newtxt.lms-new-box2{top: 21px;}
	
	
	
	
	.nepal_lms_text {
		width: 40%;
		min-width: 140px;
		top: 5%
	}
	.tztxt.newtxt.lms-new-box2 small {
    font-size: 13px;
    width: 229px;
   
}
}

.nepal-main-sec.nwtemp {
	float: left;
	width: 100%;
	position: relative;
	margin: 150px 0 20px 0;
}

.lms-new-box2 {
	left: 46px;
	position: absolute;
	top: 50px;
}

.lms-new-box2 span {
	background-color: #ffffff;
	box-sizing: border-box;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 4px 0px 4px 10px;
	width: 263px;
}

.lms-new-box2 span h2 {
	font-family: 'uni_neuebold';
	font-size: 40px;
	font-size: 25px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 30px;
	font-weight:normal;
}

.lms-new-box2 small {
	background-color: #040a63;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-family: "uni_neuebook";
	font-size: 17px;
	font-weight: 300;
	height: auto;
	margin-left: 48px;
	padding: 11px;
	width: 295px;
	clear: both;
}
/**/

/**/
.nepal-main-sec.nwtemp .nepal-banner-box {
	bottom: inherit;
	height: auto;
	left: inherit;
	max-width: 374px;
	padding: 18px 20px 10px 10px;
	/*position: absolute;*/
	right: 10px;
	top: 192px;
	width: 100%;
	z-index: 2;
}

.desktop {
	display: block;
}

.lms-mob {
	display: none;
}

@media only screen and (max-width:1200px) {
	.desktop {
		display: none;
	}
	.lms-mob {
		display: block;
	}
	.nepal-main-sec.nwtemp .nepal-banner-box {
		position: relative;
		height: auto;
		left: 0;
		bottom: 0;
		top: 0px;
		right: 0px;
		padding: 0;
		max-width: 100%;
		z-index: 2
	}
}

@media only screen and (max-width:600px) {
	.lms-new-box2 small {
		background: #09105f none repeat scroll 0 0;
		box-sizing: border-box;
		color: #fff;
		float: left;
		font-family: "uni_neuebook";
		font-size: 12px;
		font-weight: 300;
		height: auto;
		margin-left: 48px;
		padding: 15px;
		width: auto;
		clear: both;
	}
	.lms-new-box2 span {
		background-color: none;
		box-sizing: border-box;
		display: block;
		height: auto;
		overflow: hidden;
		padding: 4px 0px 4px 10px;
		width: auto;
		float: left;
	}
	.lms-new-box2 span h2 {
		font-family: 'uni_neuebold';
		font-size: 16px;
		font-weight: 600;
		color: #FFF;
		text-transform: uppercase;
		margin-bottom: 5px;
		line-height: 30px;
	}
	.lms-new-box2 small {
		background: #040a63;
		box-sizing: border-box;
		color: #fff;
		float: left;
		font-family: "uni_neuebook";
		font-size: 12px;
		font-weight: 300;
		height: auto;
		margin-left: 48px;
		padding: 15px;
		width: auto;
		clear: both;
	}
	.container.container2.nwnepal {
		padding-left: 0px;
		padding-right: 0px;
	}
	.lms-new-box2 {
		left: 10px;
	}
}

@media only screen and (max-width:454px) {
	.lms-new-box2 span {
		width: 195px;
	}
	.lms-new-box2 span h2 img {
		width: 72%;
	}
	.lms-new-box2 small {
		width: 253px;
	}
	.lms-new-box2 small img {
		width: 98%;
	}
}

@media only screen and (max-width:380px) {.newtxt.lms-new-box2{ top:45px;}}

/* New CSS */
.newtxt.nepal-banner-box h1 {
    display: block;
	font-family: "uni_neuebold";
    background-color: rgba(255, 255, 255, 1);
    float: left;
    padding: 18px 35px 12px 19px;
    font-size: 14px;
	width:100%;
}