/*
Company: Fixfin Technologies Pvt. Ltd.  
Developer: Biswajit Bala
Purpose:
Version: 1.0.1
*/




/**** common css #start *****/

@font-face {
	font-family: "myFirstFont";
	src: url('../Roboto_Condensed/RobotoCondensed-Regular.ttf');
}
@font-face {
	font-family: "elmr";
	src: url('../Roboto_Condensed/ElMessiri-Regular.ttf');
}
@font-face {
	font-family: "plr";
	src: url('../Roboto_Condensed/Poppins-Light.ttf');
}

/**common css #start **/

body {
	background: #01034D;
	font-family: "myFirstFont";
}

.bg-frmclr {
	background-color: #e6f7ff !important;
}

img{
	max-width:100%;
	height:auto;
}

.f-600{
	font-weight:600;
}
.mg-b-10{
	margin-bottom:10px;
}
.mg-b-15{
	margin-bottom:15px;
}
.mg-b-25{
    margin-bottom:25px;
}
.mg-b-30{
	margin-bottom:30px;
}
.mg-b-50{
	margin-bottom:50px;
}
.mg-t-50{
	margin-top:50px;
}
.mg-t-100{
	margin-top:100px;
}
.mb-0{
	margin-bottom:0px;
}

a{
	color:#fff;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
.hr {
	background: rgba(255,255,255,.25);
	margin-top: 0;
	margin-bottom: 30px;
}


/**hdr #start **/

.my-nav {
	padding: 15px 0;
}
.my-nav .navbar-brand {
	width: 90px;
}
.left-ul .nav-item p {
	color: #D9CA47;
}
.my-nav .left-ul {
	border-left: 1px solid #fff;
	padding-left: 15px;
}
.my-nav .nav-item {
	font-size: 18px;
}

/**hdr #end **/


/**home #start **/

.main-bg {
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 131%;
}
.wdyg-hd2{
    font-size:40px;
}




.frmhd-lft {
	background: #e07a00;
	padding: 15px 5px 5px 12px;
}
.frmhd-rght {
	background: #031752;
	padding: 15px 15px 5px 20px;
}
.hd1 {
	font-size: 20px;
}
.hd2 {
	font-size: 20px;
}
.hd {
	font-size: 24px;
}
.dsc {
	font-size: 16px;
}
.frm-main {
	padding: 25px 15px;
}



.frm-main label {
	font-size: 15px;
	text-align: right;
	float: right;
	color: #000;
	margin-bottom: 0;
}


.frm-main input:not([type='radio']), .frm-main select {
	width: 100%;
	font-size: 13px;
	height: 38px;
}
.frm-main input[type='radio']{
	margin-right: 5px;
}


.frm-main .row{
	margin-left:-6px;
	margin-right:-6px;
}
.frm-main .row [class*='col-']{
	padding-left:6px;
	padding-right:6px;
}
.main-btn {
	background: #E07A00;
	color: #fff;
	padding: 7px 25px;
	font-size: 25px;
}
.main-btn:hover {
	background: #E38618;
	color: #fff;
}


.slide-img{
	-webkit-animation: rotation 20s infinite linear;
	-moz-animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-359deg);
		-moz-transform: rotate(-359deg);
	}
}

/**home #end **/





/** What do you get #start **/

.free-online-txt {
	background-color: #e07a00;
	padding: 7px;
}








/** What do you get #end **/



/** grid #start **/
.grid p {
	margin-bottom: 0;
}
/** grid #end **/



/** Footer #start **/


.footer a{
	padding:2px;
}



/** Footer #end **/


input[type="number"].lptob {
	-moz-appearance: textfield;
 	-webkit-appearance: textfield;
	appearance: textfield;
	width: 50%;
	border: none;
	/* border-bottom: 1px solid #000; */
	outline: none;
	height: 20px;
	float: left;
	margin-top: 2px;
}
input.lptob::-webkit-outer-spin-button, input.lptob::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input.lpdob::-webkit-outer-spin-button, input.lpdob::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"].lpdob {
	-moz-appearance: textfield;
	appearance: textfield;
 	-webkit-appearance: textfield;
	width: 33%;
	border: none;
	/* border-bottom: 1px solid #000; */
	outline: none;
	height: 20px;
	float: left;
	margin-top: 2px;
}
.lprdo-dv{
    margin-right: 20px;
    padding-top: 10px;
}
.bnr-hd {
	margin-top: 2.5rem !important;
    font-size: 26px !important;
    line-height: 32px !important;
}
.lei-err {
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 0;
}
.lei-err-brdr {
	border: 1px solid #ff0000;
}


/*-----*/
.switch-field {
	display: flex;
	overflow: hidden;
	height:38px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 12px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
	width:50%;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/*-----*/

.dxt-hide{
	display: none;
}


.mobswt-dv {
	font-size: 13px;
	font-family: inherit;
	display: table;
	width: 100%;
}
.mobswt-lft {
	border: 1px solid #ddd;
	height: 38px;
	text-align: center;
	padding-top: 9px;
	float: left;
	width: 50%;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	background: #f1f1f1;
}
.mobswt-rgt {
	border: 1px solid #ddd;
	height: 38px;
	text-align: center;
	padding-top: 9px;
	float: left;
	width: 50%;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	background: #f1f1f1;
}
.swtactv {
	background: #0c0 !important;
	border-color: #0c0 !important;
	color:#fff !important;
}
#lpfrntbtn:disabled {
	background: #aaa;
}
.mob-label {
	display: none;
}

/** RESPONSIVE CODE #Start**/




@media screen and (max-width:1199px){
	.my-nav .navbar-brand {
		width: 80px;
	}
	.my-nav .nav-item {
		font-size: 16px;
	}
	.bnr-hd {
		font-size: 20px;
	}
	.hd1 {
		font-size: 18px;
	}
	.hd {
		font-size: 19px;
	}
	.frmhd-rght {
		background: #031752;
		padding: 15px 15px;
	}
	.hd2 {
		font-size: 19px;
	}
	.main-btn {
		font-size: 20px;
	}
	.mg-b-50 {
		margin-bottom: 40px;
	}
	.mg-t-100 {
		margin-top: 80px;
	}
	.lprdo-dv {
    	margin-right: 10px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .col-tab-dob {
    	flex: 0 0 30% !important;
    }
    .col-tab-tob {
    	flex: 0 0 20%;
    	max-width: 33%;
    }
    .col-tab-dob .form-control {
    	padding-right: 0;
    }
    .lpdob {
    	width: 25% !important;
    }
    #dobyear {
    	width: 40% !important;
    }
    .col-tab-tob .form-control {
    	padding-right: 5px;
    	padding-left: 7px;
    }
    .lprdo-dv {
    	margin-right: 4px !important;
    }

} /*---- 768 - 991 ----*/


@media screen and (max-width:991px){
	.my-nav .navbar-brand {
		width: 75px;
	}

	.my-nav .nav-item {
		font-size: 15px;
	}
	.bnr-hd {
		font-size: 17px;
	}
	.hd1 {
		font-size: 16px;
	}
	.hd2 {
		font-size: 15px;
	}
	.hd {
		font-size: 16px;
	}
	.dsc {
		font-size: 13px;
	}
	.frm-main label {
		font-size: 13px;
	}

	.frm-main p {
		font-size: 14px;
	}

	.main-btn {
		font-size: 18px;
	}
	.question-desc h2 {
		font-size: 26px;
	}
	.grid h4 {
		font-size: 22px;
	}
	.grid p {
		font-size: 14px;
	}
	.footer p,.f-menu {
		font-size: 14px;
	}
} /*---- X < 991 ----*/


@media screen and (max-width:767px){
	.my-nav .navbar-brand {
		width: 55px;
		margin-right: 10px;
	}
	.bnr-hd {
		font-size: 17px;
		margin: 30px 0 !important;
	}
	.question-desc h2 {
		font-size: 19px;
	}
	.question-main {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.grid h4 {
		font-size: 18px;
	}
	.mg-t-50 {
		margin-top: 40px;
	}
	.mg-b-50 {
		margin-bottom: 40px;
	}
	.my-nav .left-ul {
		padding-left: 10px;
	}
	.my-nav .nav-item {
		font-size: 13px;
	}
    .col-sm-5, .col-sm-7 {
    	max-width: 100%;
    	flex: none;
    }

}

@media screen and (max-width:575px){

	.my-nav .navbar-brand {
		width: 45px;
	}
	.my-nav .nav-item {
		font-size: 13px;
	}
	.frmhd-lft {
		padding: 15px 15px;
	}
	.slide-img-main{
		text-align:center;
	}
	.slide-img {
		width: 75%;
	}
	.hd1 {
		font-size: 14px;
	}
	.hd2 {
		font-size: 13px;
	}
	.hd {
		font-size: 14px;
	}
	.frm-main {
		padding: 20px 10px;
	}
	.question-desc h2 {
		font-size: 12px;
	}
	.grid-item{
		text-align:center;
	}
	.grid h4 {
		font-size: 20px;
	}
	.grid h4 {
		margin-top: 10px;
	}
	.f-menu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer p, .f-menu {
		font-size: 12px;
	}
}

@media screen and (min-width:481px) and (max-width:767px){
    .frmhd-lft{
        width:40%;
    }
    .frmhd-rght{
        width:60%;
    }
    .lprdo-dv {
    	margin-right: 14px;
    }

}

@media screen and (max-width:499px){

	.hdr-mnu-rght {
		width: 100%;
		text-align: left !important;
		margin-top: 10px;
	}

	.hdr-mnu-rght .p1 {
		width: 40%;
		float: left;
	}
	.hdr-mnu-rght .p2 {
		width: 60%;
		float: right;
		text-align: right;
	}

}

@media screen and (max-width:480px){
.col-mob-12 {
	flex: 100%;
	max-width: 100%;
}
.col-mob-8{
    flex: 66.6666%;
    max-width: 66.6666%;
}
.col-mob-5{
    flex:41.66666%;
    max-width:41.66666%;
}
.col-mob-4{
    flex: 33.33333%;
    max-width: 33.33333%;
}
.col-mob-3{
    flex: 25%;
    max-width: 25%;
}
.frm-main .col-mob-12 label {
	text-align: left;
	float: left;
}
.frm-main .col-mob-5 label {
	text-align: left;
	float: left;
}
.mob-mrgnbtm{
    margin-bottom:10px;
} 
.mob-hide {
	display: none;
}
.dxt-hide{
	display: block;
}
.mob-label {
	display: block;
	margin-top: 20px;
}


}

@media screen and (max-width:450px){

	.grid h4 {
		font-size: 18px;
	}

}





/** RESPONSIVE CODE #END**/






