/* Page Title css added by Afreen Mujawar 30/06/17*/
.pageTitle{
    font-weight: 600;
    font-size: 16px;
}

.instruction_new {
    padding: 30px 15px;
    color: #005796;
    font-style: italic;
    font-size: 16px;
}

.mcqBgColor{
    
    //background-color:#e5e5e5 !important; 
        padding: 30px 0 20px 0px;
}
.mcqBgColor1 {
   padding: 15px 30px 15px 15px;
}
.kcBgColor{
    background-color:#e5e5e5 !important; 
       padding: 15px 10px 35px 20px;
}

.btnTrueFalse {
    padding: 5px 30px;
    border-radius: 0;
    margin-right: 10px;
    font-size: 16px;
}

.btnTrueFalse1 {
    padding: 5px 30px;
    border-radius: 0;
    margin-right: 10px;
    font-size: 16px;
}
.horizontal_li{
    padding-left:40px !important;  
}

.summaryBgColor{
    
     background-color:#e5e5e5 !important; 
    // margin-left: 24px;
}

.paddleftright15 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 800px){
	.modal {
		top: 0;
		//top: -25%;
		overflow: hidden;
	}
}

.modal-content{
    box-shadow:none !important;
    border-radius:0 !important;
}
#myTab li a{
       // padding: 10px 15px 10px 0;
   //border-bottom: 4px solid #ddd !important;
}
.kc_modal_sheen{
background: rgba(46, 46, 46,0.7);
background: -moz-linear-gradient(left, rgba(46, 46, 46,0.7) 0%, rgba(46, 46, 46,0.7) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 46, 46,0.7)), color-stop(100%, rgba(46, 46, 46,0.7)));
background: -webkit-linear-gradient(left, rgba(46, 46, 46,0.7) 0%, rgba(46, 46, 46,0.7) 100%);
background: -o-linear-gradient(left, rgba(46, 46, 46,0.7) 0%, rgba(46, 46, 46,0.7) 100%);
background: -ms-linear-gradient(left, rgba(46, 46, 46,0.7) 0%, rgba(46, 46, 46,0.7) 100%);
background: linear-gradient(to right, rgba(46, 46, 46,0.7) 0%, rgba(46, 46, 46, 0.7) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(46, 46, 46, 0.7)', endColorstr='rgba(46, 46, 46, 0.7)', GradientType=1 );
z-index: 999999;
}

.pannelRightBgColor{
    
    border-right:2px solid #aaaaaa !important; 
}
/*End of that css*/

.custumbulletspace{
//line-height:10px !important;
margin-top:10px !important;
}


.sub-text p{
	color:#ffffff;
	font-size:15px;
    
}
.sub-text h2{
	color:#ffffff;
	//font-size:40px;
	font-weight:700;
}
.sub-text{
	background: url('../Eng/assets/media/images/module00/bg_big.jpg') no-repeat fixed !important;
	background-size:cover;
}

//.sub-text1{
//	background: url('../Eng/assets/media/images/module00/splash_01_05.jpg') no-repeat !important;
//	background-size:cover;	
//}

.sub-text1 p{
	color:#ffffff;
	font-size:17px;
        line-height: 1.8;
}
.sub-text1 h2{
	color:#ffffff;
	//font-size:40px;
	font-weight:700;
}

.text-box P{
	text-align:center;
	font-size:16px;
	color:#1c4864;
}
.inner-box{
	background-color:#fff;
	 height: 300px; 
	 margin-bottom:10px;
	 padding:18px;
}
.inner-box2{
	padding:18px;
	background-color:rgba(29,35,39,0.6);
	min-height: 300px; 
	margin-bottom:10px
}
.inner-box2 p{
	color:#8ca3aa;
}

.inner-box p{
	color:#000;
}

/* Start Button css */
.cntBtn{
	color: white !important;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 7px;
	background:#005796;
}



/* Accordion css */
.panel-primary>.panel-heading{
background-color: #fff;
border-color: #88cdec !important; 
color:#101010;
box-shadow:0px 8px 8px #f1f1f1;

}
.panel-primary {
    border-color: #ffffff !important;
	
}

.panel-title{

font-weight:600 !important;
}

.panel-group .panel{
border-radius:1px !important;
} 

/* css for Bootstrap accordion by Daniel I */
#myAccordion {
	margin: 0 auto;
	width: 80%;
}
#myAccordion .btn {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #0a5895;
}

#myAccordion button:hover{
	background-color: #0f6cb8;
}

#myAccordion p{
	padding: 10px;
}

@media only screen and (max-width: 786px){
	#myAccordion {
		width: 100%;
	}
}


/*css for continue button added by Afreen M */
.continueNextBTN{
    background: #8cc152;
    color:#fff !important;
    font-size: 16px;
}

/*css for retry button added by Daniel I*/
.retryBTN{
    background: #f4940a;
    color:#fff !important;
    font-size: 16px;
}

/* new issue solve */		
.padd0 {
	padding-left:0!important;
	padding-right:0!important;
}
.padd00{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.paddtop0{
    padding-top:7% !important;
}
.paddbottom0{
    padding-bottom:10% !important;
}
.btnconmargin{
    margin-top: 5%;
    margin-bottom: 10%;
}
// .imp-height img{
  //  height:147px !important;
//}

.bg-color .panel {
  //  background-color:#CFD4D8!important;
   // border:1px solid #a20f2c!important;
    border-radius:0px;
    margin-bottom:0;
    box-shadow: none;
}
.nav-pills>li>a{
    border-radius:0 !important;
}


.txtcircal {
    color: white;
    font-size: 16px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.icncircal {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: #4398b5;
    font-size: 20px;
}
.padddigital {
    cursor:pointer;
    padding: 20px 50px;
    background: #4398b5;
    margin-top: 10px;
    position: relative;
}
.digioptiopadd {
    padding-top: 30px;
    padding-bottom: 50px;
}
.icncircal:before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.modal-backdrop{
    display:none;
}
.icncircal1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    color: #4398b5;
    font-size: 40px;
    padding-top: 20px;
}
.icncircal1:before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.addresofont {
    background: skyblue;
    color: white;
    padding-top: 15px;
    height: 300px;
}
.addresobackcol {
    background-color: white;
}
.sub-text1{
    background: url(../Eng/assets/media/images/module04/page5.jpg) no-repeat center center !important;
    background-size: cover !important;
    /* height: 400px; */
}

.backimage{
	background: url('../Eng/assets/media/images/module00/pg05_a.jpg') no-repeat;
	background-size:100% 100% !important;
	height: 400px;
}
.backimage1{
	background: url('../Eng/assets/media/images/module00/pg05_b.jpg') no-repeat;
	background-size:100% 100% !important;
	height: 400px;
}
.backimage2{
	background: url('../Eng/assets/media/images/module00/pg05_c.jpg') no-repeat;
	background-size:100% 100% !important;
	height: 400px;
}
.silderpaddtop{
	padding-top:15px;
}
.silderpaddtop1{
	padding-top:50px;
}
.silderpaddhead{
	padding-top:90px;
}
.silderpaddtop11{
	padding-top:120px;
}
.owl-nav{
    //display:none;
}
.silderh3{
    margin-top:15px!important;
    margin-bottom:0;
}
.h3marpadd{
    text-align:center; 
    margin-top:30px!important; 
    padding-top:30px;
}
//baban css
.owl-stage-outer{
    position: relative;
}

.owl-dots{
    margin-top: 20px;
}
//.text-justy p{
   // text-align: justify;
    //padding:20px;
//}
//.text-justy img{
  //  text-align: justify;
   // padding:20px;s
//}

/*media query for image scale added by Afreen Mujawar */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px){
 /*    .sub-text{
        background: url(../Eng/assets/media/images/module00/bg_big.jpg) no-repeat center center fixed !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
} */
.paddtop{
	padding-top:5px;
}
.addresofont{
	height:180px;
}
.sub-text1 p{
	line-height:1.1;
}
.icncircal1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    color: #4398b5;
    font-size: 20px;
    padding-top: 20px;
}
.sub-text{
	background: url('../Eng/assets/media/images/module00/bg_big.jpg') no-repeat center center !important;
	background-size:cover;
}
.overlayeffect{
    display:none;
}
.panel-body {
    padding: 0;
}
.padd00{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.padd0mobile{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.bg-color .panel{
    background-color:rgba(67, 152, 181, 0)!important;
}
.h3marpadd{
    text-align:center; 
    margin-top:0px!important; 
    padding-top:5px;
}
.padddigital{
 padding:0;  
}
.digioptiopadd{
    padding-left:0;
    padding-right:0;
}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px){
    .panel-body {
    padding: 0;
}
.padd00{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.bg-color .panel{
    background-color:rgba(67, 152, 181, 0)!important;
}
}



@media only screen and (max-device-width: 736px) and (orientation: landscape){

.panel-body {
    padding: 0;
}
.PipValpaddtop{
    padding-top:0!important;    
}
}

/* @media only screen and (max-device-width: 736px) and (orientation: portrait){
.iphoneModalTop  {
	//top: -200px;
	overflow: hidden !important;
}
} */

@media only screen and (max-device-width: 768px) and (orientation: portrait){
//.sub-text  {
//  background:#3a85ad !important;
//}
.panel-body {
    padding: 0;
}
.continueNextBTN{
	cursor:default;
}
.padddigital {
    width: 88%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
.width45 img {
 width:45%;
}
.panel-body {
    padding: 0;
}
.PipValpaddtop{
  padding-top:0!important;    
}

}


@media only screen and (min-width : 411px) and (max-width : 736px){
/* .sub-text{
  min-height:125% !important
} */
}

@media only screen and (min-width : 766px) and (max-width : 992px){
.width45 img {
 width:45%;
}
	/* .img-widht img {
		width:30%;
			
		} */
}
@media only screen and (min-width : 1200px) {
		.layout-top {
				margin-top:10%!important;
			}
		.width50 img {
		 width:50%;
		}
                
		}
		
		
