
.container-fluid {
    max-width: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
		font-family: 'Roboto', sans-serif;
}
a{
	text-decoration:none !important;
	font-family: 'Roboto', sans-serif;
}
a:active, a:focus{
	outline:none;
	border:none;
}
.form-group {
    display: table;
	width: 100%;
}
label{
	font-family: 'Roboto', sans-serif;
}
.nopadding{
	padding:0 !important;
}
/*--------  header  ------ */
#header-content{
	background: #0066cb;
}
.logo {
    text-align: center;
    padding-top: 20px;
}
.top_header {
   padding:10px 0;
}
.company_name {
    float: left;
}
.certification {
    float: right;
}
.certification a ,.company_name a{
    color: #fff;
}
.company_name a{
	font-size:20px;
}
.certification a:hover, .certification a:focus, .certification a:active, 
.company_name a:hover, .company_name a:focus, .company_name a:active,
.registration a:hover, .registration a:focus, .registration a:active{
	color: #fff;
}
.cms-div {
    padding: 10px 0;
}
.cms-div > p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#menu ul , .top_menu ul {
    margin: 0;
    padding: 0;
}
#menu ul li , .top_menu ul li{
    list-style-type: none;
    display: inline;
}
.top_menu {
    float: right;
    padding: 10px 0;
}
.top_menu a {
    color: #fff;
    margin-left: 15px;
    text-transform: uppercase;
}
.top_menu a:hover, .top_menu a:active, .top_menu a:focus{
	color: #fff;
}
li.drop_down_menu {
    position: relative;
	transition: all 0.4s ease-in-out;
}
.sub_menu {
    position: absolute;
    z-index: 99;
    left:0px;
    top: 26px;
    background: #fff;
    width: 185px;
	display:none;
	transition: all 0.4s ease-in-out;
	text-align: left !important;
}

.sub_menu li {
    display: block;
    border-bottom: 1px solid #ccc;
}
.sub_menu li:last-child{
	border-bottom: none;
}
.sub_menu li a {
    color: #0066cb;
    padding: 8px 0px 5px 7px !important;
    display: block;
	margin:0;
	border-bottom:3px solid transparent !important;
	margin-left: 0 !important;
	border-top: none !important;
	font-size: 12px !important;
}

li.drop_down_menu:hover .sub_menu{
	display:block;
	transition: all 0.4s ease-in-out;
}
.sub_menu li a .fa-angle-right {
    margin-right: 7px;
    font-size: 20px;
    float: right;
}
.registration {
    text-align: center;
    line-height: 3;
    width: 33.33%;
    float: left;
}
.registration a {
    color: #fff;
	font-family: roboto;
    font-size: 15px;
	transition: all 0.4s ease-in-out;
	display: block;
}
.registration a:hover {
    margin-left: 15px;
}
.supply {
    background: #1975d0;
}
.trade, .retail {
    background: #3385d5;
}
#menu {
    padding: 10px;
    box-shadow: 0px 7px 15px -7px #ccc;
}
#menu ul {
  text-align:right;
}
#menu ul li a {
    color: #0066cb;
    border-top: 3px solid transparent;
    margin-left: 2px;
	transition: all 0.4s ease-in-out;
	padding: 8px 11px 12px 11px;
	text-align:left;
	font-family: roboto;
    font-size: 14px;
	text-transform: uppercase;
}
#menu ul li a:hover{
	background: #0066cb;
    color: #fff;
}
#menu ul li a.active {
    background: #0066cb;
    color: #fff;
}
/**-------homepage css------------**/

.welcome-text {
    margin: 0 auto;
    float: right;
    margin-top: 5%;
    padding: 25px;
}
.welcome-text h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.welcome-text p {
    letter-spacing: 1px;
}
.welcome-quote {
    padding: 5% 0 6%;
}
.welcome-img {
    border: 3px solid #0066cb;
    height: 300px;
    width: 300px;
    margin: 0 auto;
    padding-top: 15px;
    padding-right: 15px;
	position:relative;
}
.box-img {
    position: absolute;
    right: 20px;
    left: -35px;
    top: 20px;
	overflow: hidden;
}
.box-img img{
	height:300px;
	transition: all 0.4s ease-in-out;
}
.box-img img:hover{
    transform: scale(1.1);
}


/*---------- footer css ---------*/
.footer {
    background: #000;
}
.copyright {
    padding: 15px 0;
    color: #fff;
}
.copyright p {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin:0;
}

/*----------------- get a quote style-------*/
.get_quote {
    padding:0 0 6% 0;
}
.quote-heading{
	text-align:center;
}
.quote-div {
    min-height: 340px;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 25px;
	border-radius:1px;
	 transition: all 0.9s ease-in-out;
}
.quote-div:hover {
    box-shadow: 0px 0px 20px 2px #eee;
    border: 1px solid transparent;
}
.quote-img {
    margin-bottom: 15px;
    overflow: hidden;
}
.quote-img img{
	transition: all 0.6s ease-in-out;
}
.quote-img img:hover{
	transform: scale(1.1);
}
.count {
    width: 20%;
    float: left;
	padding:10px;
}
.count span {
    font-size: 26px;
    border-bottom: 2px solid;
}
.heading {
    width: 80%;
    float: left;
}
.heading h4 {
    text-transform: uppercase;
}
.quote-div a {
    border: none;
    background: #000;
    color: #fff;
    padding: 8px;
    border-radius: 1px;
    margin-top: 9px;
    transition: all 0.9s ease-in-out;
    display: inline-block;
}
.quote-div a:hover{
	background: #0066cb;
    color: #fff;
	
}
.start-btn {
    margin: 2% 0 0;
    display: inline-block;
    clear: both;
    text-align: center;
    width: 100%;
}
.start-btn a {
    border-radius: 4px;
    background-color: #0066cb;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 8px 20px;
    transition: all 0.5s;
    cursor: pointer;
    font-weight: normal;
}
.start-btn a:hover, .start-btn a:active, .start-btn a:focus {
    color: #fff;
}

.start-btn a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.start-btn a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.start-btn a:hover span {
  padding-right: 25px;
}

.start-btn a:hover span:after {
  opacity: 1;
  right: 0;
}

/*----------- LOGIN POPUP ----------- */

.modal-content {
    padding: 15px;
    border-radius: 4px;
}
#Login_pop-up .nav-tabs>li{
    display: inline-block;
    float: none;
    width: 49.5%;
	border-right: 2px solid #0066cb;
}
#sign_pop-up .nav-tabs>li {
	display: inline-block;
    float: none;
    width:100%;
}
#Login_pop-up .nav-tabs>li:last-child{
	border-right: none;
}
#Login_pop-up .nav-tabs>li.active>a, 
#Login_pop-up .nav-tabs>li.active>a:focus, 
#Login_pop-up .nav-tabs>li.active>a:hover  , #sign_pop-up .nav-tabs>li.active>a, 
 #sign_pop-up .nav-tabs>li.active>a:focus, 
 #sign_pop-up.nav-tabs>li.active>a:hover { 
    background: #fff;
    color: #0066cb;
    font-size: 14px;
    font-weight: bold;
    border: none;
	margin-right: 0;
}

#Login_pop-up .nav-tabs, #sign_pop-up .nav-tabs {
    border-bottom: none;
    text-align: center;
    width: 100%;
    display: table;
}

#Login_pop-up .nav>li>a:focus, #Login_pop-up .nav>li>a:hover,
 #sign_pop-up .nav>li>a:focus, #sign_pop-up .nav>li>a:hover {
    background-color: #fff;
    color:#0066cb;
    border: none;
	font-weight:bold;
}
#Login_pop-up .nav-tabs>li>a , #sign_pop-up .nav-tabs>li>a  {
    color: #000;
    border: none;
    font-weight: bold;
}

#Login_pop-up .tab-content , #sign_pop-up .tab-content , #design_pop-up .tab-content {
    padding:20px;
}
.pop_up_btn button {
    border: 2px solid #0066cb;
    background: #fff;
    padding: 7px 10px;
    margin-top: 15px;
    border-radius: 4px;
	color:#0066cb;
	font-weight:bold;
	transition: all 0.6s ease-in-out;
	font-family: roboto;
}
.pop_up_btn button:hover {
    background: #0066cb;
    color: #fff;
    border-color: #0066cb;
}
.modal-dialog  {
	width:500px;
	margin:10% auto;
}
button.close {
    background: #0066cb !important;
    opacity: 1;
    height: 21px;
    width: 21px;
    color: #fff;
    border-radius: 3px;
}
.close:focus, .close:hover{
	color:#fff !important;
	background: #0066cb !important;
	opacity: 1 !important;
	outline:none;
}
.close-btn {
   /*  width: 100%;
    display: table; */
	float:right;
}
.help-block{
	clear:both;
}

/*----------- input type=[chechbox,radiobtn css]---------------*/

/* .control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
} */
.control {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}	
.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 15px;
	width: 15px;
	border:1px solid  #0066cb;
}	
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
}
.control input:checked ~ .control__indicator {
	background: #0066cb;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #0066cb;
}
.control input:disabled ~ .control__indicator {
	background:  #0066cb;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	left: 6px;
	top:2px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
	position: relative;
    padding: 10px;

 /*  display: inline-block;
  margin-bottom: 15px;
  width: 100%; */
}
.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0;
	border-radius: 0;
	font-size:14px;
	color: #8c8c8c;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border:1px solid #eee;
}
.select select::-ms-expand {
	display: none;
}
/* .select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
} */
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select__arrow {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 17px;
    color: #8c8c8c;
    pointer-events: none;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
	border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
/**---------------- innerpage1 CSS -------**/

.window-styling-section h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom:5px;
    font-family: roboto;
    font-weight: normal;
    text-transform: uppercase;
}
.main .quote-div {
    padding: 5px;
    min-height: auto;
}
.main .count {
    padding: 5px;
}
.main .count span {
    font-size: 16px;
}
.main .heading h4 {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 16px;
}
.main .heading h5 {
    font-size: 12px;
}
.left_sidebar {
    position: relative;
}
#left_sidebar_overlay, #right_sidebar_overlay , #vent_overlay{
    position: absolute;
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.74);
    z-index: 2;
    cursor: pointer;
	text-align:center;
	transition: all 0.6s ease-in-out;
}
#left_sidebar_overlay_text, #right_sidebar_overlay_text, #vent_overlay_text {
    position: absolute;
    top: 35%;
    font-size: 20px;
    color: #fff;
	text-transform:capitalize;
	display:none;
	transition: all 0.6s ease-in-out;
}
#left_sidebar_overlay:Hover #left_sidebar_overlay_text,
#right_sidebar_overlay:hover #right_sidebar_overlay_text,
#vent_overlay:hover #vent_overlay_text{
	display:block;
}
.page-content {
    padding: 2px 0 2px;
	position: relative;
}
.parent-menu {
    padding: 0;
    margin: 0;
	width: 100%;
}
.parent-menu > li {
    list-style-type: none;
    border: 1px solid #ddd;
	margin-bottom:10px;
	position:relative;
}
.parent-menu  > li  a   span:first-child{
    float: right;
    margin-right: 22px;
    border-right: 1px solid #ccc;
    padding-right: 8px;
	height: 22px;
}
.dropdown {
    list-style-type: none;
    border: 1px solid #eee;
}
.child > li {
    list-style-type: none;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    padding: 7px 15px;
	border-bottom: 1px solid #eee;
}
.child {
	padding:0;
	
}
.child > li:hover {
    background: #21b6d2;
    color: #fff;
}
.select_item{
	background: #21b6d2;
	color:#fff !important;
}
.parent-menu > li > a {
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #757575;
    cursor: pointer;
	border: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
}
.parent{
	padding:15px;
}
.parent a {
    padding: 6px !important;
}
.parent-menu  .dropdown a span:first-child {
    float: right;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    height: 22px;
}
.info {
    float: right;
    width: 20px;
    height: 20px;
    background: #21b6d2;
    border-radius: 50%;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    color: #fff;
    font-family: 'sans-serif';
    font-style: italic;
    right: 5px;
    top: 12px;
    position: absolute;
	cursor: pointer;
}
.infobtn{
	float: right;
    width: 20px;
    height: 20px;
    background: #21b6d2;
    border-radius: 50%;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    color: #fff;
    font-family: 'sans-serif';
    font-style: italic;
    right: 5px;
    top: 12px;
    position: absolute;
	cursor: pointer;
}
.make-up {
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.9s ease-in-out;
}
.make-up a {
    color: #615f5f;
    font-weight: bold;
    border: 2px solid;
    padding: 8px 0px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    display: block;
    width: 100px;
    margin: auto;
}
.make-up a:hover {
    background: #0066cb;
    color: #fff;
    border: 2px solid #0066cb;
}
.make-up span {
    margin-bottom: 0px;
    display: table;
    font-size: 15px;
    font-family: roboto;
}
.start-btn.Done button{
	background:#000;
}
.chng-ventes h5, .window_detail_section h5 {
    text-align: center;
    margin: 10px 0;
	text-transform:uppercase;
}
.window_detail_section {
    clear: both;
    margin-bottom: 15px;
}
.chng-ventes {
    text-align: center;
    display: table;
    width: 100%;
}
.vent-section {
    overflow: hidden;
    position: relative;
	text-align:center;
}
.vent {
    height: 70px;
    width: 95px;
    text-align: center;
    color: #0066cb;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #0066cb;
    transition: all 0.9s ease-in-out;
    margin-bottom: 10px;
    border-radius: 2px;
    margin: 0 5px;
    display: inline-block;
    /* margin-bottom: 10px; */
}
.vent:hover {
    background: #0066cb;
    color: #fff;
}
.detail-table {
    border: 1px solid #eee;
    border-radius: 2px;
    display: table;
    width: 100%;
    margin: 0 auto;
}
.detail-table label {
    color: #615f5f;
    font-size: 16px;
    margin-top: 5px;
}
.value {
    color: #949191;
    font-size: 16px;
    text-transform: capitalize;
}
.window-detail {
    border-bottom: 1px solid #eee;
    float: left;
    padding: 10px;
    width: 100%;
}
.window-detail label {
    margin-bottom: 0px;
    color: 000;
    margin-right: 15px;
}
/**------------- window style ---------*/

.window_style {
    width: 100%;
    height: 150px;
}
.window_style img {
    width: 100%;
    height: 100%;
}
.window_style_div {
    margin-top: 20px;
	min-height:200px
}
.window_style_container {
    height: 590px;
    padding-right: 10px;
}
.window_style_div .control input:checked ~ .control__indicator {
    background: #0066cb;
}
.window_style_div .control__indicator{
	border: 1px solid #0066cb;
}
.mCS-light-thick.mCSB_scrollTools 
.mCSB_dragger .mCSB_dragger_bar, 
.mCS-dark-thick.mCSB_scrollTools 
.mCSB_dragger .mCSB_dragger_bar {
    background-color: #0066cb !important;
}
.mCSB_scrollTools a + .mCSB_draggerContainer{
	margin:0;
}
.window_style_container .mCSB_outside + .mCSB_scrollTools {
    right: 0px;
}



.help-block-error {
    color: red !important;
}
.customalert {
    color: red;
    padding: 0 0 12px;
    text-align: center;
}
.window_style_pop_up{
    height: 500px;
    padding-right: 10px;
}
.window_style_pop_up .mCSB_outside + .mCSB_scrollTools {
	right: 4px;
}
#design_pop-up .modal-dialog {
    width: 700px;
}
#design_pop-up h4 {
    text-align: center;
}
.main {
    height: 682px;
    position: relative;
    display: table;
    width: 100%;
}
.right_sidebar {
    min-height: 539px;
}
.total_width {
    background: url(mesureline3.png) 100% 100px;
    background-position: center;
    height: 25px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
}
.total_width span {
    background: #fff;
    padding: 4px 15px;
    border: 2px solid #aaa;
    color: #555;
}
.total_height {
    background: url(mesureline2.png) 100% 100%;
    background-position: top;
    width: 17px;
    background-repeat: no-repeat;
    height: 87%;
    position: absolute;
    right: 5%;
    top: 10%;
    background-size: cover;
}
.total_height span {
    background: #fff;
    position: absolute;
    top: 43%;
    left: -28px;
    padding: 3px 15px;
    border: 2px solid #aaa;
    color: #555;
}
.img-container {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 65%;
    max-height: 100%;
    display: inline-table;
}
.selectimg img {
    max-width: 100%;
    height: 280px;
	width:auto;
}

/*------------------- innerpage 2 ----------*/
.window_resize_container h4 {
    text-align: center;
    margin-bottom: 10px;
	margin-top:0;
} 
.selectimg {
    text-align: center;
    height: 315px;
	position: relative;
}
.resize_detail input.form-control, .spilt_detail input.form-control,.transome_div input.form-control{
    width: 130px;
    box-shadow: none;
    border-radius: 0;
	float:left;
}
.transome_div {
    clear: both;
}
.resize_detail label.control.control--checkbox {
    float: left;
    margin-top: 32px;
}
.spilt_detail {
    clear: both;
}
.transome_div .select {
    padding: 0;
}
.transome_div .select select {
    padding: 6px 7px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.transome_div .info{
	top:0;
	right:10px;
}

.transome_div .select__arrow{
	top:7px;
	right:7px;
}

.right-sidebar-container {
    position: relative;
    padding-bottom:25px;
}
/*------------ contact us --------*/

.site-contact h3 {
    text-align: center;
    /* margin-bottom: 30px; */
    /* margin-top: 50px; */
    text-transform: uppercase;
    font-weight: normal;
}
.contact-us-form h5 {
    text-align: center;
}
.contact-us-page {
    margin: 40px 0;
}
.contact-us-form  .form-control {
    border-radius: 0;
    width: 100%;
    background-image: none;
	resize:none;
}
.contact-btn {
    background: #fff;
    background-image: none;
    color: #0066cb;
    font-weight: bold;
    border: 2px solid #0066cb;
    border-radius: 4px;
    text-shadow: none;
	transition: all 0.4s ease-in-out;
	font-size: 16px;
	height: 40px;
    width: 100px;
}
.contact-btn:hover {
    background: #0066cb;
    color: #fff;
    border: 2px solid #0066cb;
}
.center-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
	display:none;
}
.center-loader-img {
    background: url(load-page.gif) 100% 100%;
    background-position: center;
    height: 100%;
    width: 100%;
	background-repeat: no-repeat;
}
.contact-us-form {
    padding: 1px 30px;
    border-left: 1px solid #ddd;
    padding-top: 10px;
}
.contact-us-form label {
    font-size: 15px;
    font-weight: normal;
}
.contact-content {
    padding: 10px;
}
.contact-content p:empty {
    display: none;
}
#contactform-verifycode-image {
    height: 36px;
    width: 100%;
    border: 1px solid #ccc;
}
.left_bar, .right_bar {
    width: 21% !important;
}
.mid_bar{
	width:58% !important;
}
.window_resize_container {
    top: 0;
    position:relative;
	width:100%;
}
.subprolisting {
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
}
.subprolisting > li {
    float: none;
    list-style-type: none;
    margin: 0 auto 15px;
    text-align: center;
    width: 341px;
}
.subproducts {
    background: #0066cb none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: roboto;
    font-size: 15px;
    padding: 10px 0;
    text-transform: uppercase;
	border-radius: 3px;
	border: 2px solid #0066CC;
	transition: all 0.6s ease-in-out;
}
.subproducts:hover {
    color: #0066cb;
    border: 2px solid #0066cb;
    background: #fff;
}
#accordion_1 .finish_color .windowstyle{
	height: 140px;
}
#accordion_1 .windowstyle,#accordion_2 .windowstyle {
    height: 90px;
}
#accordion_1 .windowstyle .mCSB_outside + .mCSB_scrollTools,#accordion_2 .windowstyle .mCSB_outside + .mCSB_scrollTools {
    right: -6px;
}
#accordion_1 .windowstyle .mCSB_scrollTools a + .mCSB_draggerContainer, #accordion_2 .windowstyle .mCSB_scrollTools a + .mCSB_draggerContainer{
	margin:0;
}
/*---------------- info center---------------*/
#info_pop-up .modal-content{
 border:2px solid #0066cb;
}
#info_pop-up .modal-dialog{
 width:65%;
}
/*------- homenew ------*/
.home_content {
    background: rgba(230, 230, 230, 0.4);
    height: 100%;
    display: table;
    width: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home_container {
    height: auto;
    width: 350px;
    border: 2px solid #0066cb;
    background: #246eb6;
    padding: 30px 10px;
    display: block;
    margin: 10% auto 10%;
}
.window_ecllips {
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
    border-radius: 50%;
    text-align: center;
    margin: 5% auto;
    padding: 15px;
	display:none;
}
.home_quote {
    text-align: center;
    clear: both;
    display: table;
    width: 100%;
    padding: 0 0 24px 0;
}
.home_quote span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: roboto;
    font-weight: 500;
}
.home_start {
    text-align: center;
    display: table;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
}
.home_start a {
    background: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #0066cb;
    border-radius: 5px;
}
/*------ instant qutation-----*/

.sevices {
    width: 100%;
    padding: 2px;
    background: #fff;
	margin-top: 5px;
	display:table;
}
.service_img {
    background: #0066cb;
    padding: 10px;
    height: 40px;
    width: 40px;
	float:left;
}
.sevices a {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    line-height: 38px;
}
.resize_detail .form-group, .transome_div .form-group{
	margin-bottom:3px;
}
/* The side navigation menu */
.sidenav {
    /* height: 100%; */
    /* width:18% !important; */
    /* position: absolute; */
    /* z-index: 9; */
    /* top: 0; */
    /* left:0%; */
    /* background-color: #fff; */
    /* overflow-x: hidden; */
    /* padding-top: 30px; */
    /* transition: 0.5s;  */
	font-family:roboto;
}
/* The navigation menu links */
.sidenav a {
    padding: 8px 5px 8px 7px;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    background-color: #0066cb;
    margin-bottom: 1px;
    border-radius: 3px 3px 4px 3px;
    border: 2px solid #0066cb;
}
#accordion_3 .panel-collapse .submenu_child{
    background:#fff;
    color: #0066cb;
	border:none;
	border-radius:0;
}
#accordion_3 .panel-collapse .submenu_child:hover{
    background:#0066cb;
    color: #fff !important;
	border:none;
	border-radius:0;
}
.subchild_active{
	background:#0066cb !important;
    color: #fff !important;
	border:none;
	border-radius:0;
}
#accordion_3 .panel-collapse{
	border: 2px solid #0066cb;
	margin-bottom:2px;
}
.sidenav a .fa-angle-down {
    float: right;
	margin-top: 4px;
}
.sidenav a .fa-angle-right {
    margin-right: 5px;
}
.closebtn_2 .fa ,.closebtn_1 .fa{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    padding: 0;
    color: #000;
}
#accordion_3 {
    padding:0;
}
.sidenav a:hover, .sidenav a:focus{
   border:2px solid #0066cb;
   background:#fff;
   color:#0066cb;
}
.offcanvas a:focus{
	border:2px solid #0066cb;
   background:#fff;
   color:#0066cb;
   border-left: 0;
}
a.menuactive {
    background: #fff;
    color: #0066cb;
}
#captiontext {
    font-size: 16px;
    text-align: center;
    font-family: roboto;
    margin: 10px;
}
.ventimg {
    display: block;
    height: 45%;
    margin: 8px auto;
    max-width: 100%;
    width: 45%;
}
#design_pop-up .window_style_container, #glass_pattern_pop-up .window_glass_container{
	height: 450px;
}
.center_page {
    display: table;
    width: 100%;
    height: 100%;
}
.center_page p {
    text-align: center;
    font-family: roboto;
    font-size: 40px;
    margin-top: 20%;
	color: #0066cb;
}
.div-loader {
    position: absolute;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    color: #fff;
    z-index: 99;
}
.div-loader .fa-spinner.fa-spin {
    font-size: 20px;
    margin-top: 10px;
}
/* .updatecontainer { */
    /* text-align: center; */
/* } */

#item18 .select {
    padding: 5px;
}
#item18 .windowstyle {
    padding: 0;
	height:140px;
}
.optbox .glassname {
    display: block;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
.glassoption .control.control--radio, .toughopt .control.control--radio{
    display: inline;
    font-size: 11px;
    padding-left: 12px;
    padding-right: 5px;
}
.glassoption .control--radio .control__indicator::after, .toughopt .control--radio .control__indicator::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 6px;
    left: 1px;
    top: 1px;
    width: 6px;
}
.glassoption .control__indicator, .toughopt .control__indicator{
    height: 10px;
    width: 10px;
}
.patter_salect {
    background: #0066cb none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 5px auto 10px;
    padding: 1px;
    text-align: center;
    width: 97px;
    cursor: pointer;
}
.toughopt span {
    display: block;
    text-align: center;
    font-weight: bold;
}
.toughopt {
    margin-bottom: 10px;
}
.patter_salect:hover,.patter_salect:active,.patter_salect:focus{
	color: #fff;
}
.input-group span.input-group-addon {
    width: 38px;
    top: 0px;
    bottom: 0;
    position: absolute;
    z-index: 99;
    height: 34px;
    border-radius: 0;
    border-right: 1px solid #ccc !important;
}
.input-group{
	width:100%;
}
.input-group .form-control {
    padding-left: 45px;
}
#formsection h4 {
    text-align: center;
    font-weight: bold;
    font-family: roboto;
}
#formsection span.explan {
    display: block;
}
.unitselection .control.control--radio {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
}
.patterntype {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: roboto;
    text-align: center;
    padding: 10px 0;
}
.patterncontainer .window_style_div {
    margin-top: 8px;
    min-height: 160px;
}
.patterncontainer  .window_style {
    margin-bottom: 3px;
}
.updatecontainer h3 {
    text-align: center;
    margin-bottom: 20px;
}
.quotation {
    display: none;
}
#content_11 .mCSB_outside + .mCSB_scrollTools {
    right: -14px;
}

@media screen and (min-width: 1300px) {
	.container-fluid {
		max-width: 1300px;
	}
}
	
/*----------- CSS FOR RESPONSIVE----------*/
