 
.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;
}
/*----- scroller -----*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar:horizontal {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

::-webkit-scrollbar-track:horizontal {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
::-webkit-scrollbar-track:horizontal {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0066cb; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #0066cb; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0066cb; 
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #0066cb; 
}

/*--------  header  ------ */
#header-content{
	background: #0066cb;
}
.logo {
    text-align: center;
    padding-top: 0px;
    height: 100px;
    width: 300px;
}
.top_header {
   display:flex;
   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: 18px 0 0px;
    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: 17px;
    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;
}
.dropdown_menu .select {
    padding: 10px 4px;
}
.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%;
    min-height: 810px;
    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;
	padding: 0px 5px;
	left: 6%;
    right: 6%;
}
#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;
	position: absolute;
    right: 8px;
    top: 10px;
}
.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 26px 10px 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;
	padding: 1px;
}
.make-up {
    text-align: center;
   /* margin-bottom: 20px; */
    transition: all 0.9s ease-in-out;
}
.different {
    margin-top: 15px;
}
.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;
    font-weight: bold;
    font-family: roboto;
}
.window_detail_section {
    clear: both;
    margin-bottom: 15px;
    display: none;
    padding-top: 20px;
}
.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;
	font-weight: 500;
}
.value {
    color: #949191;
    font-size: 16px;
    text-transform: capitalize;
}
.window-detail {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
}
.window-detail label {
    margin-bottom: 0px;
    color: 000;
	margin-right: 7px;
    font-weight: 500;
}
.sizing_div {
    float: left;
}
/**------------- window style ---------*/

.window_style {
    width: 100%;
    height: 180px;
    margin-bottom: 4px;
}
.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 ,#design_choose_style .modal-dialog {
    width: 700px;
}
#design_pop-up h4 {
    text-align: center;
}
.main {
    height: 682px;
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
}

/*.right_sidebar {
    min-height: 320px;
}*/
.img-container {
    /* width: auto; */
    height: 100%;
    /* margin: 0 auto; */
    /* max-width: 65%; */
    /* max-height: 100%; */
    /* display: inline-table; */
}
.selectimg img {
    max-width: 100%;
    height: 270px;
	width:auto;
}

/*------------------- innerpage 2 ----------*/
.window_resize_container h4 {
    /*text-align: center;
    margin-bottom: 2px;
	margin-top:0;*/
	 text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: roboto;
    font-size: 20px;
} 
.selectimg {
    text-align: center;
    height: 285px;
	/* 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;
}
.spilt_detail {
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
}
.transome_div .select {
    padding: 0;
}
.transome_div .select select {
    padding: 6px 7px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
}
.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 {
    list-style-type: none;
	position:relative;
}
.subproducts,.submodules {
    background:#0066cb none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: roboto;
    font-size: 15px;
    padding: 10px 10px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 2px solid #0066cb;
    transition: all 0.6s ease-in-out;
    width: 53%;
    float: none;
    margin: 11px auto 0;
}
.info_div {
    position: absolute;
    right: 18%;
}
.subproducts:hover {
    color: #0066cb;
    border: 2px solid #0066cb;
    background: #fff;
}

.submodules:hover {
    color: #0066cb;
    border: 2px solid #0066cb;
    background: #fff;
}

#accordion_1 .windowstyle,#accordion_2 .windowstyle,#accordion_2 .add_ext_listing,#accordion_2 .astrigal_listing{
    height: 150px;
}
#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: #0066cb;
    padding: 30px 10px;
    display: block;
    margin: 0 auto;
	border-radius: 3px;
}
.window_ecllips {
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
    border-radius: 50%;
    text-align: center;
    margin: 5% auto;
    padding: 15px;
	display:none;
}
.page1 {
    margin-top: 10%;
}
.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: 3px;
}
/*------ instant qutation-----*/

.sevices {
    width: 100%;
    padding: 2px;
    background: #fff;
	margin-top: 5px;
	display:table;
	border-radius: 2px;
}
.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;
    display: block;
    width: 84%;
}
.resize_detail .form-group, .transome_div .form-group {
    margin-bottom: 10px;
}

.container-fluid{
	position: inherit;
}
/* The navigation menu links */
.sidenav a {
    padding: 8px 15px 8px 7px;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    background-color: #0066cb;
    margin-bottom: 1px;
    border-radius: 0px 4px 4px 0px;
    border: 2px solid #0066cb;
	    position: relative;
}
#accordion_3 .panel-collapse .submenu_child{
    background:#fff;
    color: #0066cb;
	border:none;
	border-radius:0;
	padding-left: 20px;
}
#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;
    border-left: 0;
}
.sidenav a .fa-angle-down, .sidenav a .fa-angle-right {
    right: 2px;
    top: 10px;
    position: absolute;
}
.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: 2px;
}
.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, 
#design_choose_style .window_style_container{
	height: 465px;
}
.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-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;
    position:relative;
}
.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;
}
.page2 {
    display: none;
	margin-top: 0;
}
#content_11 .mCSB_outside + .mCSB_scrollTools {
    right: -14px;
}
.cillcontainer{
	display: block;
    margin: auto;
}
.total_height .left_top{
    transform: rotate(-50deg);
    bottom: -2px;
}
.total_height .left_bottom{
    transform: rotate(50deg);
    top: -2px;
}
.total_height .right_top {
    transform: rotate(50deg);
    bottom: -2px;
}
.total_height .right_bottom{
    transform: rotate(-50deg);
    top: -2px;
}
.sidenav .panel{
	border: none;	
}
.clear_glass {
    background: #0066cb;
    padding: 3px;
    margin: 3px auto;
    text-align: center;
    display: block;
    width: 75px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.inside {
    float: left;
}
.outside {
    float: right;
}
.viewbtn {
    background: #fff;
    border: none;
    color: #0066cb;
    border-radius: 3px;
    padding: 5px 10px;
    font-weight: 500;
    font-family: roboto;
    transition: all 0.5s ease-in-out 0s;
    background-image: none;
    border: 2px solid #0066cb;
}
.activeview {
    border: 2px solid #0066cb;
    color: #fff;
    background: #0066cb;
}
.viewbtn:hover {
	border: 2px solid #0066cb;
    color: #fff;
    background: #0066cb;
}
.viewbtn:active, .viewbtn:focus{
	outline:none;
	border: 2px solid #0066cb;
}
.checkoutsection .start-btn{
	float:left;
}
.buybtn, .quotebtn, .editbtn {
    text-align: center;
    display: block;
    margin: 0 14px;
    border: 2px solid #0066cb;
    border-radius: 3px;
    padding: 2px 8px;
    width: auto;
    float: left;
	height:40px;
	transition: all 0.5s ease-in-out 0s;
}
.btngroup_left {
    width: 73%;
    float: left;
    padding: 51px 0px 0 0px;
}
.btngroup_right {
    width: 26%;
    float: left;
}
.buybtn a, .quotebtn a, .editbtn a {
    color: #0066cb;
    font-size: 15px;
    font-family: roboto;
    font-weight: 500;
	padding: 7px 0;
	display: block;
}
.btngroup_right .make-up a {
    margin-top: 8px;
    border-color: #0066cb;
    color:#0066cb;
    width: 123px;
}
.btngroup_right .make-up a:hover {
    background: #0066cb;
    color: #fff;
    border: 2px solid #0066cb;
}
.btngroup_right .make-up{
	display: table;
    width: 100%;
}
.buybtn a .fa, .quotebtn a .fa, .editbtn a .fa{
    margin-right: 6px;
}
.updatecontainer {
    min-height: 525px;
}
.buybtn:hover , .quotebtn:hover , .editbtn:hover{
	border: 2px solid #0066cb;
	background:#0066cb;
}
.buybtn:hover a, .quotebtn:hover a, .editbtn:hover a{
    color: #fff;
}

/* ----- flip css --- */
.back {
    position: absolute;
    width: auto;
    top: 0;
    width: 100%;
    backface-visibility: hidden;
	transform:rotateY(-180deg);
	transform-style: preserve-3d;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	z-index:999;
}
.front {
    width: 100%;
	transform-style: preserve-3d;
	transform:rotateY(0deg);
	backface-visibility: hidden;
	overflow:hidden;
	z-index:999;
	position: relative;
	-webkit-backface-visibility: hidden;
	
}
/*.front, .back{
	transition: all 4s ease-out !important;
}*/
.class1{
	transform:rotateY(180deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	
}
.class2{
	transform:rotateY(0deg);
	transform-style: preserve-3d;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	
	
}
.windowquantitydiv {
    width: 100%;
}
.totpricecontainer {
    position: relative;
    width: 100%;
    height: 40px;
    float: right;
    margin-top: 0px;
}
.totpricecontainer .div-loader .fa-spinner.fa-spin {
    font-size: 20px;
    margin-top: 9px;
}
.comment textarea {
    height: 200px;
    width: 100%;
    resize: none;
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 10px;
	color: #757575;
}
input.qty_chng {
    width: 65px;
    height: 35px;
    box-shadow: 0 0 2px 0px #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 12px;
    font-weight: 700;
    color: #615f5f;
}
.transome_div label {
    text-transform: uppercase;
}
span.mullioncls {
    font-size: 11px;
    font-family: roboto;
    color: #999;
    margin-left: 15px;
    display: inline-block;
}
.window_resize_container label{
	margin-bottom:5px;
}
#info_pop-up .modal-dialog .close-btn {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 24px;
}
[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a; 
	position:absolute;
	 top:30px;
	 left:35px;
	 z-index:8;
	 font-size:0;
	 line-height:0;
	 width:0;
	 height:0;
}
[data-tip]:after {
	 display:none;
	 content:attr(data-tip);
	 position:absolute;
	 top:35px;
	 left:0px;
	 padding:5px 8px;
	 background:#1a1a1a;
	 color:#fff;
	 z-index:9;
	 font-size: 0.75em;
	 height:18px;
	 line-height:18px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 white-space:nowrap;
	 word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	 display:block;
}


.pdfcontainer {
    text-align: right;
    margin-top: 4px;
}
.pdfcontainer a {
    background: #0066cb;
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
	font-style: italic;
	font-family: cursive;
	margin-top: 3px;
    display: inline-block;
	margin-bottom: 5px;
}
.pdfcontainer a:before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 13px;
	font-style: normal;
}
.pdfcontainer a:hover, .pdfcontainer a:focus {
    background: #0066cb;
    color: #fff;
    border: none;
    outline: none;
}
#noscriptfound > div {
    background-color: #fe2322;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
select#trickle_vent_quantity {
    padding: 2px 10px;
    width: 94%;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    box-shadow: 0px 0px 4px 0px #ccc inset;
    cursor: pointer;
}
label.no_of_vents.vents_qty {
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-left: 30px;
}
.trickle_vent_quantity_div:after {
    content: "\f107";
    font-family: Fontawesome;
    position: absolute;
    right: 18px;
    top: 3px;
}
.trickle_vent_quantity_div {
    position: relative;
}
.profile_li a span:first-child {
    margin-right: 0 !important;
    border-right: none !important;
    padding-right: 0 !important;
}
.Extra-diamond {
    background-position:center center;
}
.Extra-square {
    background-position: center center;
}
.viewdiv label {
    float: left;
    width: 100%;
}
.viewdiv label.control {
    width: 40%;
	margin-bottom: 0px;
}
.sidenav {
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0066cb;
    transition: 0.5s;
    display: block;
    font-family: roboto;
    float: left;
    margin-right: 10px;
    position: absolute;
	width:240px;
}
.pagediv {
	transition: margin-left .5s;
	margin-left:240px;
	min-height:810px
}
.menu {
    position: absolute;
    right: 0px;
    top: 6px;
    width: 35px;
    height: 28px;
    background: #fff;
    border-radius: 2px 0px 0 2px;
	text-align:center;
	cursor: pointer;
	    z-index: 9;
}
.menu i.fa.fa-arrow-circle-right,.menu i.fa.fa-arrow-circle-left {
    color: #0066cb;
    font-size: 20px;
    margin-top: 5px;
}
.resize_opt {
    display: inline-table;
    width: 100%;
    text-align: center;
}
.resize_opt .control__indicator {
    left: 23%;
}
.resize_msg label {
    font-weight: 100;
    color: #757575;
}
.resize_msg {
    text-align: center;
}
.extendet-back {
    background: #fff;
    width: 90%;
    height: 10px;
    margin: -4px auto 0;
}
label.extender_width-label {
    position: absolute;
    font-weight: 100;
    font-size: 12px;
    left: 102%;
    top: -8px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.total_height.full_height {
    right: -65px !important;
}
.extender_height_back {
    background: #fff;
    height: 93%;
    width: 10px;
    top: 3%;
    left: -3px;
    position: absolute;
}
label.extender_height_label {
    position: absolute;
    top: 0;
    left: -57px;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 1px;
}
.extender_width-label{
    background: #fff;
    padding: 0px 0px;
    color: #555;
    position: absolute;
    top: -7px;
    left: 16px;
    font-size: 12px;
    letter-spacing: 1px;
}
.extender_height_label {
    position: absolute;
    top: 67%;
    left: -59px;
    padding: 0px 0px;
    color: #555;
    text-align: center;
    width: 117px;
    transform: rotate(90deg);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: roboto;
}
.extender_height > input {
    top: 54% !important;
}
span.tot_height {
    background: #fff;
    width: 55px;
    right: -35px;
    position: absolute;
    padding: 0px;
    font-size: 12px;
    bottom: 10px;
    text-align: center;
}
span.frame_width-label-left {
    background: #fff;
    position: absolute;
    left: 20px;
    padding: 0 0px;
    top: -8px;
    font-size: 12px;
}
span.frame_width-label-right {
    position: absolute;
    background: #fff;
    right: 20px;
    top: -8px;
    font-size: 12px;
}
span.extender_width-label-top {
    background: #fff;
    position: absolute;
    left: 20px;
    top: -8px;
    padding: 0 0px;
    font-size: 12px;
}
span.extender_width_label-bottom {
    background: #fff;
    right: 20px;
    position: absolute;
    top: -10px;
    font-size: 12px;
}
span.frame_height-label-top {
    background: #fff;
    position: absolute;
    padding: 0px 0;
    left: -20px;
    top: 10px;
    font-size: 12px;
}
span.frame_height-label-bottom {
    background: #fff;
    position: absolute;
    bottom: 28%;
    left: -3px;
    padding: 0px 0;
    font-size: 12px;
    text-align: center;
}
.full_height-back {
    background: #fff;
    height: 94%;
    width: 10px;
    left: -5px;
    position: absolute;
    top: 3%;
	
}
span.extender_height_label-top {
    position: absolute;
    background: #fff;
    top: 30%;
    z-index: 999;
    padding: 5px 0;
    left: -19px;
	font-size: 12px;
}
span.extender_height_label-bottom {
    position: absolute;
    background: #fff;
    left: -20px;
    padding: 0px 0;
    bottom: 10px;
    font-size: 12px;
}
span.menu_icon img {
    background: #0066cb;
    height: 100%;
    width: auto;
    display: inline-block;
}
.start-btn a.back_btn {
    float: left;
}
.start-btn a.back_btn span:after{
	display:none;
}
.start-btn a.back_btn span:before{
	content: '\f100';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -50px;
    transition: 0.5s;
	font-family:fontawesome;
}
.start-btn a.back_btn:hover span:before {
    opacity: 1;
    right: 0;
}
.start-btn a.back_btn:hover span {
    padding-right: 0;
	padding-left: 25px;
}
.start-btn a.save_btn {
    float: right;
}
.header {
    padding: 0 !important;
}
span.mainmenu {
    width: 80%;
    margin-left: 0px;
    font-size: 14px;
}
span.menu_icon {
    width: 30px;
    margin-bottom: 5px;
    padding: 4px;
    height: 30px;
	float:left;
}
.submenu_child i.fa.fa-angle-right {
    left: 10px;
}
.bay_pols .select {
    padding: 0;
    border: 1px solid #ccc;
    width: 170px;
}
.bay_pols .select select {
    padding: 6px 7px;
}
.bay_pols .select__arrow{
	right: 7px;
    top: 6px;
}
.vent_hole_div {
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 50%;
    line-height: 0.8;
    font-size: 23px;
    font-weight: bolder;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #000;
    font-family: inherit;
    margin: 0 auto;
    right: 0;
}


#signupform-user_type label {
    float: left;
    margin-right: 15px;
}
.windowstylediv,.windowquantitydiv,.windowviewdiv{
	float:left;
	margin-right:15px;
}
.menu_icon i.fa {
    font-size: 18px;
}
.mainContainer .total_width {
    text-align: center;
    border: 1px solid #aaa;
    height: 0;
    position: relative;
    width: 100%;
    margin: 10px 0 5px;
    display: inline-block;
}
.left_top {
    left: -1px;
    position: absolute;
    border-top: 2px solid #aaa;
    width: 6px;
    transform-origin: 0;
    transform: rotate(-35deg);
    bottom: -1px;
}
.left_bottom {
    position: absolute;
    border-top: 2px solid #aaa;
    width: 6px;
    transform-origin: 0;
    transform: rotate(35deg);
    top: -1px;
    left: -1px;
}
.right_top {
    position: absolute;
    right: -1px;
    border-top: 2px solid #aaa;
    width: 6px;
    transform-origin: right;
    transform: rotate(30deg);
    bottom: -1px;
}
.right_bottom {
    position: absolute;
    right: -1px;
    border-top: 2px solid #aaa;
    width: 6px;
    transform-origin: right;
    transform: rotate(-30deg);
    top: -1px;
}
.mainContainer .total_height {
    width: 1px;
    height: 100%;
    border: 1px solid #aaa;
    position: absolute;
    right: -40px;
    top: 0;
}
.mulion_width {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.mulion_width .total_width {
    float: left;
}
.astri_fixed_horz {
   /* border: 1px solid #000;*/
    border-radius: 10px;
    height: 9px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50%;
}
.astri_vent_horz {
   /* border: 1px solid #000;*/
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    border-radius: 10px;
    top:50%;
}
.astri_fixed_vert {
    position: absolute;
    left: 50%;
    top: 0px;
    background: #fff;
    width: 9px;
    height: 100%;
    /*border: 1px solid #000;*/
    z-index: 99;
    border-radius: 10px;
}
.astri_vent_vert {
   /* border: 1px solid #000;*/
    height: 100%;
    left: 50%;
    position: absolute;
    /* margin-top: 10px; */
    top: 0;
    width: 9px;
    z-index: 99;
    border-radius: 10px;
    text-align: center;
}
/*
.astri_vent_vert {
    height: 74%;
    width: 7px;
    background: #fff;
    left: 50%;
    position: absolute;
    border: 1px solid #000;
    top: 13%;
    z-index: 99;
}*/
.add_ext_listing .mCSB_outside + .mCSB_scrollTools,.astrigal_listing  .mCSB_outside + .mCSB_scrollTools{
    right: -5px;
}
.astri_container {
    height: 100%;
    left: 0;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 0;
}
label.leftwording {
    float: left;
    width: 45%;
    text-align: center;
}
label.rightwording {
    float: left;
    width: 50%;
    text-align: center;
}
.mandatory {
    color: red;
}
.inside_astri_vert {
    border-left: 1px solid;
    height: 100%;
    margin: auto;
    width: 0px;
    /* box-shadow: 0 0 2px 0 #ddd; */
}
.inside_astri_hori {
    border-top: 1px solid;
    height: 0px;
    margin-top: 4px;
    /* box-shadow: 0 0 2px 0 #ddd; */
}
.lam_tough {
    color: #0066cb  !important;
}

#tilthoveropen{
	margin-left:10px;
}
#turnhoveropen{
	margin-right:10px;
}
/*----------- CSS FOR RESPONSIVE----------*/
@media screen and (min-width: 1300px) {
	.container-fluid {
		max-width: 1340px;
	}
}

.logo img { margin: auto auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;     max-width: 220px;
    height: 98px; }

.user_info_section {margin-top: 30px;float: none;}

.white_overlay {background-color:#FFF}

.save-item-block{ display:block; width:200px }

.form-check-label {width:170px !important}

.jq-ry-container{display: inline-block; width: 100px; float: right;}

audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline { display: none; } audio::-webkit-media-controls, video::-webkit-media-controls { display: none; }

.glass_detail {
    clear: both;
}
.panediv {
    border-bottom: 1px solid #eee;
    clear: both;
    display: inline-block;
    width: 100%;
}
.glass_detail h5, .glass_detail h4 {
    text-align: left;
    margin-left: 15px;
    text-transform: capitalize;
    clear: both;
    font-weight: bold;
    color: #615f5f;
    font-family: 'Roboto', sans-serif;
     margin-bottom: 0;
}
.glass_detail label {
    color: #615f5f;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}
.glass_table {
    margin-bottom: 20px;
}
hint {
    font-size: 12px;
    color: grey;
    font-style: italic;
}
.quote-btn,.basket-btn, .user-btn{
background: #0066cb;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    padding: 6px 25px;
}
.selectimg {
    text-align: center;
    height: 250px;
}
.selectimg img {
    max-width: 100%;
    height: 225px;
    width: auto;
}
.image_container {
    width: 100%;
    height: 265px;
    margin: auto;
    padding: 20px 0;
}
.start-btn a span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    text-transform: capitalize;
    font-size: 16px;
}
.start-btn a {
    border-radius: 4px;
    background-color: #0066cb;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    transition: all 0.5s;
    cursor: pointer;
    font-weight: normal;
}
.save-item-block {
    display: inline-block;
    width: auto;
}
.window-detail {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
    margin: 0 !important;
}
span.menu_icon {
    width: 30px;
    margin-bottom: 5px;
    padding: 0px;
    height: 24px;
    float: left;
}
span.mainmenu {
    width: 80%;
    margin-left: 5px;
    font-size: 14px;
    text-indent: 0px;
    display: inline-block;
}

video::-webkit-media-controls-play-button {display: none;}

video::-webkit-media-controls-volume-slider {display: none;}

video::-webkit-media-controls-mute-button {display: none;}

video::-webkit-media-controls-timeline {display: none;}

video::-webkit-media-controls-current-time-display {display: none;}

#video {
    object-fit: initial;
    width: 100%;
    height: 100%;
        pointer-events: none;
}
video::-webkit-media-controls-start-playback-button {
    display: none;
}
.glassoption {
    display: table;
    width: 100%;
}
.glass_option {
    display: block;
    width: 100%;
}
.glass_option .control {
    padding-left: 11px;
}




/*---------------- rapid quotation ------------ */

.quote_div {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.oparation_div {
    padding: 15px 0;
    background: #fff;
    position: relative;
    width: 50%;
    float: left;
    margin: 0 15px;
	border-radius: 3px;
	border: 0px solid #999;
    box-shadow: 0 0 3px 1px #999;
}

		.images p { font-size:12px; }

.product_container {
	width: 1110px;
	overflow-y: auto;
	float: left;
	display: table;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 0px 2px #353BC7;
	margin: 10px 15px;
	background: #fff;
}
.product_img {
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 150px;
    cursor: pointer;
    height: 150px;
}
		
		.product_imgs {
			margin: 10px;
			display: inline-block;
			position: relative;
			background:rgba(170, 170, 170, 0.1);
			padding: 10px;
			border: 1px solid #ccc;
			width:135px;
			cursor:pointer;
		}
		
		.my_quotediv .product_imgss {
			margin: 10px;
			display: inline-block;
			position: relative;
			background:rgba(170, 170, 170, 0.1);
			padding: 10px;
			border: 1px solid #ccc;
			width:135px;
			cursor:pointer;
		}
		
.my_quotediv {
    text-align: center;
    padding: 10px;
    background: #fff;
    width: 30%;
    float: left;
    border-radius: 3px;
	/* min-height: 680px; */
	border: 0px solid #999;
    box-shadow: 0 0 3px 1px #999;
}
		.my_quotediv h5 {
			font-size: 18px;
			margin: 0;
			text-align: center;
		}
.glass_option {
    text-align: center;
    padding: 10px 4px;
    background: #fff;
    width: 17%;
    float: left;
    border-radius: 3px;
    /* min-height: 680px; */
	border: 0px solid #999;
    box-shadow: 0 0 3px 1px #999;
}
		.glass_option h5{
			font-size: 18px;
			margin: 0;
			text-align: center;
		}
.option {
    width: 140px;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding: 4px;
    height: auto;
    background: #ddd;
    font-size: 18px;
    cursor: pointer;
}
		.color {
			height: 42px;
			width: 42px;
			border: 1px solid #ccc;
			margin: 10px;
			display: inline-block;
			cursor:pointer;
		}
		
		.colors {
			height: 42px;
			width: 42px;
			border: 1px solid #ccc;
			margin: 10px;
			display: inline-block;
			cursor:pointer;
		}
		
		.color_in, .color_out {
			float: left;
			width: 45%;
			display: inline-block;
			border: 1px solid #ccc;
			text-align: center;
			margin: 0px 12px;
		}
		.pricediv {
			text-align: left;
			padding: 8px;
			float: left;
			width: 100%;
			border-top: 1px solid #ccc;
			margin-top: 10px;
			font-weight: 600;
			font-size: 18px;
		}
		.select_product{
			border: 1px solid #353bc7!important;
			box-shadow: 0px 0px 1px 1px #353bc7!important;
		}
		.product_container input.form-control {
			width: 200px;
			margin: auto;
			box-shadow: none;
			border: none;
			height: 30px;
			padding: 3px;
			font-size: 12px;
			color: #333;
			border-radius: 0;
			border-bottom: 1px solid #ccc;
		}
		.product_container input[type="button"] {
			background: #16a921;
			border: none;
			color: #fff;
			padding: 6px 40px;
			border-radius: 4px;
			font-family: roboto;
			font-size: 16px;
		}
		
		.my_quotediv input[type="button"] {
			background: #353bc7;
		}
		.my_quotediv p {
			text-align: left;
			font-weight: 600;
			font-size: 18px;
		}
		.myqoutedisplay {
			display: block !important;
		}
		.product_container form .form-group p {
			color: #d80505;
			font-family: roboto;
			font-size: 10px;
			font-weight: 100;
			width: 200px;
			margin: auto;
			text-align: left;
			margin-top: 0px;
		}
#myquoteModal {
    display: block;
    overflow: auto;
}
#myquoteModal .modal-dialog {
    width: 100%;
}
#myquoteModal .modal-content {
    margin: auto;
    background: transparent;
    display: table;
    width: 1200px;
    text-align: center;
    box-shadow: none;
    border: none;
}
#closequotemodel {
    color: #fff;
    opacity: 1;
    padding: 0px;
    margin-right: 30px;
    margin-bottom: 0;
}
#myquoteModal .modal-body {
    display: table;
    padding: 30px;
    border-top: 0;
    padding-top: 0;
    width: 100%;
}
#myquoteModal .choose_product {
    display: table;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 3px;
	border: 0px solid #999;
    box-shadow: 0 0 3px 1px #999;
}
.choose_product h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: roboto;
    font-weight: 400;
    margin-top: 15px;
}
.choose_product h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.choose_product .images{
	background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #aaa;
    cursor: pointer;
}
.choose_product .images img{
	height: 110px;
}
.choose_product .images p{
    font-size: 14px;
    font-family: roboto;
    font-weight: 500;
    margin-bottom: 0;
    color: #666;
}
.product_container {
    margin: 15px 0px;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
	    border-radius: 3px;
}
.quote_div input[type="button"]{
	background: #16a921;
	border: none;
	color: #fff;
	padding: 9px 22px;
	border-radius: 4px;
}		
.product_img img {
    height: 100%;
    box-shadow: 0px 0px 3px 0px #aaa;
	background: #f9f9f9;
    width: 100%;
}
.product_container h3{
    margin: 10px 0;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
}
.product_container form{
	margin:auto;
	width:60%;
	display: table;
}
.product_container form h3{
	margin: 10px 0;
    clear: both;
    float: left;
    width: 100%;
	font-family: roboto;
    font-size: 20px;
    font-weight: 400;
}
.product_container .scrolldiv {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 40px;
	position: relative;
}
.product_container .scrolldiv .item {
    display: inline-block;
}
.scrolldiv .MS-content {
    overflow: hidden;
}
.scrolldiv .MS-left {
    position: absolute;
    left: 10px;
    top: -30px;
    bottom: 0;
    margin: auto;
    border: none;
    color: #16a921;
    font-weight: 100;
    background: #fff;
    font-size: 50px;
}
.scrolldiv .MS-right {
    position: absolute;
    right: 10px;
	top: -30px;
    bottom: 0;
    background: #fff;
    border: none;
    margin: auto;
    color: #16a921;
	font-size: 50px;
}
.cilldiv {
    float: left;
    width: 130px;
    text-align: center;
	margin-top: 20px;
}
.oparation_div .tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	opacity:1 !important;
    margin-top: 15px;
}

.oparation_div .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.oparation_div .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.oparation_div .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.option p {
    margin-bottom: 0;
}
.colors.select_product, .color.select_product {
    border: 1px solid #16a921!important;
    box-shadow: 0px 0px 1px 1px #16a921!important;
}
.product_img p {
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px;
}
span.viweout {
    background: #16a921;
    border: none;
    color: #fff;
    padding: 9px 12px;
    border-radius: 4px;
    position: absolute;
    right: 25px;
}
.option.select_product {
    background: #008000;
    box-shadow: none !important;
    color: #fff;
    border: 1px solid #008000 !important;
}
.rqs_height {
    position: absolute;
    height: 225px;
    left: 120px;
    top: 75px;
}
.rqs_left {
    position: relative;
    height: 8px;
    width: 0px;
    border-right: 2px solid #ccc;
    transform: rotate(-40deg);
    left: 3px;
    transform-origin: left;
    top: 0;
}
.rqs_right {
    position: absolute;
    height: 8px;
    width: 0px;
    border-right: 2px solid #ccc;
    transform: rotate(40deg);
    right: 1px;
    transform-origin: right;
    top: 0;
}
.rqs_top {
    position: absolute;
    height: 8px;
    width: 0px;
    border-right: 2px solid #ccc;
    transform: rotate(140deg);
    right: 3px;
    transform-origin: right;
    bottom: 0;
}
.rqs_bottom {
    position: absolute;
    height: 8px;
    width: 0px;
    border-right: 2px solid #ccc;
    transform: rotate(-140deg);
    right: -3px;
    transform-origin: right;
    bottom: 1px;
}
span.rqs_height_label {
    position: absolute;
    width: 45px;
    background: #fff;
    height: 24px;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -23px;
    padding: 1px;
    border: 1px solid #aaa;
}
.rqs_width {
    width: 178px;
    position: absolute;
    margin: 18px auto;
    left: 0;
    right: 0;
}
.rqs_width span.rqs_height_label {
    left: 0;
    padding: 1px;
    right: 0;
    top: -14px;
}
.rqs_width .rqs_top {
    position: absolute;
    height: 8px;
    width: 0px;
    border-right: 2px solid #ccc;
    transform: rotate(40deg);
    left: 2px;
    transform-origin: right;
    top: -7px;
}
.rqs_width .rqs_bottom {
    position: absolute;
    height: 8px;
    width: 0px;
    border-right: 2px solid #ccc;
    transform: rotate(-40deg);
    right: 2px;
    transform-origin: right;
    bottom: 9px;
}
.rqs_width .rqs_right {
    right: 2px;
    top: -1px;
}
.rqs_width .rqs_left {
    top: -1px;
}