
/*++++++++++++++[RESPONSIVE STYLESHEET]+++++++++++++++*/


@media only screen and (min-width: 1200px){
}
@media only screen and (min-width: 980px) and (max-width: 1199px){	
	.logo img { width: 8%;}
}
@media only screen and (min-width: 768px) and (max-width: 979px){
	.logo img { width: 10%;}
}


/*....MOBILE LAYOUT..........*/
@media only screen and (min-width: 600px) and (max-width: 767px){

	.logo img {width: 13%;}
	.logo { padding: 15px;}
	.page{ padding: 80px 0; }
	.tag-line{ width: 100%; }
	.cd-words-wrapper b{ font-size: 35px; }
	.joinNowBtn a {text-align: center;}
}
@media only screen and (min-width: 480px) and (max-width: 599px){

	
	.page{ padding: 80px 0; }
	.tag-line{ width: 100%; }
	.cd-words-wrapper b{ font-size: 28px; }

}
@media only screen and (min-width: 320px) and (max-width: 479px){
	.logo img {width: 20%;}
	.logo { padding: 15px;}
	.page{ padding: 80px 0; }
	.tag-line{ width: 100%; }
	.cd-words-wrapper b{ font-size: 28px; }
	.title {margin-bottom: 20px;}
	.title h2 {font-size: 17px;}
	.title p { font-weight: 300; font-size: 15px;}
	.navbar img {width: 44%;}
	.navbar-collapse {background: #ffffff; padding: 20px;}
	.joinNowBtn a {text-align: center;}
} 
@media only screen and (min-width: 320px) and (max-width: 767px){	

	.page-wrapper{ min-height: inherit !important; height: 100% !important; }
	.page-wrapper.vm{ display: block; }
	.page-wrapper.vm > .vm-item{ display: block; }
	.page-wrapper.home-page.vm{ display: table; }
	.page-wrapper.home-page.vm .vm-item{ display: table-cell; }
	.social-icon{ display: none; }

  .footer ul li {width: 100%; text-align: center;}
  .short-links li a {font-size: 12px;}
  .footer p {font-size: 12px;}
  .short-links li a::before {display: none;}
  .short-links {padding-left: 0 !important;}
  .footer p {font-size: 12px;}
	
	
}




/* ============ desktop view ============ */
	@media all and (min-width: 992px) {

		.dropdown-menu li{
			position: relative;
		}
		.dropdown-menu .submenu{ 
			display: none;
			position: absolute;
			left:100%; top:-7px;
		}
		.dropdown-menu .submenu-left{ 
			right:100%; left:auto;
		}

		.dropdown-menu > li:hover{ background-color: #f1f1f1 }
		.dropdown-menu > li:hover > .submenu{
			display: block;
		}
	}	
	/* ============ desktop view .end// ============ */

	/* ============ small devices ============ */
	@media (max-width: 991px) {

	.dropdown-menu .dropdown-menu{
			margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
	}

	}	
	/* ============ small devices .end// ============ */