@media only screen and (max-width : 1399px) {

	.divcec{
	    width: 26%;
	    padding-right: 20px;
	}

	.divqb{
	    width: 74%;
	}	
}

@media only screen and (max-width : 1199px) {

	.divcec{
	    width: 25%;
	    padding-right: 20px;
	}

	.divqb{
	    width: 75%;
	}

	.divconinputs{
		width: 100%;
	}

	.divcontotal{
		width:50%;
	}
	.totalbox {
	   margin-bottom: 0px;
	}
	
}

@media only screen and (max-width : 914px) {

	

}

@media only screen and (max-width : 991px) {
	.totalbox h1 {
	    font-size: 35px;
	    color: #fff;
	}
	
	.totalbox {
	    width: 100%;
	}

	.divcec{
	    padding-right: 20px;
	}
}

@media only screen and (max-width : 820px) {

	.divcec{
	    width: 30%;
	    padding-right: 20px;
	}

	.divqb{
	    width: 70%;
	}

	.divcontotal{
		width:60%;
	}
}

@media only screen and (max-width : 767px) {

	.divcec{
	    width: 100%;
	    padding-right: 0px;
	}

	.divqb{
	    width: 100%;
	}

	.divcontotal{
		width: 100%;
	}

	.cntsec1{
		margin-top: 15px;
	}


	.maincontainer{
	    height: auto;
	    margin-top: 50px; ;
	}

	.title{
		margin-top: 15px;
	}

	.totalbox {
		margin-top: 15px;
		width: 100%;
		background-image: none;
	}
	
	.bannertop{
		opacity: 10%;
		z-index: 0;
		height: 0px;
	}
	
	.totalbox h1 {
	    font-size: 30px;
	    color: #fff;
	}
	


}
