@charset "utf-8";


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

}

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

}

/* Layout: Min 992px Max 1199px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	

	
}



/* Layout: Min 767px Max 1199px. */

@media only screen and (min-width: 767px) and (max-width: 1199px) {
 

}



}

/* Layout: Min 1600px to Higher. */

@media only screen and (min-width: 1600px) {

}


/* Layout: Min 992px to Higher. */

@media only screen and (min-width: 991px) {

	
}

 @media (min-width: 1200px)  and (max-width:1600px) {
 

	
}	 
	 
	 

/* Medium Layout: 1100px. */

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


}


@media screen and (min-width: 1240px) {
	

	
}




/* Medium Layout: 991px. */

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

 

}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

 

}

/* Max Width Layout: 991px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {



}

/* Mobile menu */

@media (max-width: 991px) {


 
}



/* Min Width Layout: 767px. */

@media only screen and (min-width: 767px) {

}



/* Mobile Layout: 767px. */

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

}

/* Device Size : 590px. */

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



}



/* Small Device : 480px. */

@media only screen and (max-width: 480px) {
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow:auto;
  background:#fff url(../images/bodybg.png)no-repeat;
  background-size:cover;
}
.footer {
    background: #084298;
    position: relative;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    right: 0;
}
.notebook:before {
   display:none;
}

.notebook:after {
    display:none;
}

}



/* Extra Small Device : 320px. */

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


}


@media only screen and (min-width:320px) and (max-width:767px) {

	body {
		overflow-x: hidden!important;
	}
	.logobg {
	  display: none;
	}
	 .navbar .dropdown .dropdown ul {
		margin-top: 0px;
	  }
	.cmbg-txt h6 {
	  font-size: 13px;
	  line-height: 5px;
	  margin-top: 31px;
	}
	.cmbg-txt p {
	  font-size: 11px;
	  margin-top: 13px;
	}

	.cmbg {
	  padding: 0!important;
	}

	.hd-logo-tw {
		height: 76px;
		position: absolute;
	 }
}

.full-head {
  position: relative;
  margin-top: 0px;
}
.hdlogo-text {
  padding-top: 0px;
  margin-left: 23px;
}
.logo-texttwo{
	float:none;
}

}