@charset "utf-8";

/*  Base Style
==========================================*/
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: SegoeUI;
    src: 
        local("Segoe UI Bold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    margin: 0; 
    padding: 0;
    position: relative;
    clear: both;
    background: #fff; 
}
body, button, input, select, textarea{
    font-family: "SegoeUI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #464646;
    letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6 {  
    font-family: "SegoeUI", Arial, Verdana, Tahoma, sans-serif;
}
a{
    color: #3294CB;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
a:hover, a:focus{
    color: #F88E02;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.clear{ clear: both; }

.full-page{
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
}
.page-container{
    clear: both;
    position: relative;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto; 
    padding: 0 15px;
}
.page-container.big-size{ 
    max-width: 1280px; 
}
.page-contant-section{
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
}
.page-title{
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
}
.page-title h2{
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    padding: 25px 0;
    color: #0158ae; 
    text-align: center;
}
.page-contant{
    width: 100%;
    clear: both;
    position: relative;
    min-height: 160px;
} 
#menu-trigger{
    display: none;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600!important;
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

/*
Header Style
===========================*/
.page-header{
    clear: both;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.page-header .header-inner{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 18px 0 27px;
}
.page-header .header-data{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.page-header .header-data .logo{}
.page-header .header-data .logo a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.page-header .header-data .logo img{
    vertical-align: baseline;
    width: 146px;
    height: 70px;
}
.page-header .header-data .logo span{
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #464646;
    margin-bottom: 2px;
}
.page-header .header-data .right-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-header .header-data .right-box .call-box{}
.page-header .header-data .right-box .call-box .call-icon{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(assets/imgs/call-icons.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5px 0 0;    
}
.page-header .header-data .right-box .call-box a{
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: middle;
    color: #5c5c5c;
}
.page-header .header-data .right-box .call-box a:hover{
    color: #3294CB;
}

/*  
Navigation Style
=============================*/
.page-navigation{}
.page-navigation .navigation-inner{
    background: #eeeeee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.page-navigation .nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.page-navigation .nav .nav-item{
    margin: 0;
    padding: 0;
    position: relative;   
} 
.page-navigation .nav .nav-link{
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300!important;
    display: block;
    width: 100%;
    padding: 10px 8px;
    border-left: 1px solid #ddd;
    text-align: center;
    color: #3294CB;
}
.page-navigation .nav .nav-link.active,
.page-navigation .nav .nav-link:hover{
    color: #F88E02;
}
.page-navigation .nav li:first-child .nav-link{
    border-left: none;
}
.page-navigation .nav li.has-children{
    position: relative;
}
.page-navigation .nav li.has-children .sub-nav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #eeeeee;
    width: 230px;
    list-style: none;
    padding: 0;
    z-index: 9;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.page-navigation .nav li.has-children .sub-nav .nav-link{
    text-align: left;
    border: none;
    border-top: 1px solid #ddd;
}
.page-navigation .nav li.has-children:hover .sub-nav {
    display: block; 
} 


.video--group{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.video--group li{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
}



/*
Footer Style
========================*/
.page-footer{
    clear: both;
    position: relative;
    margin: 0;
    margin-top: 25px;
    padding: 0; 
}
.page-footer .footer-inner{
    width: 100%;
    position: relative;
    border-top: 2px solid #3294CB;
    padding: 30px 0;
}
.page-footer .col-title{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #5c5c5c;
    padding: 0 0 15px 0;
    margin: 0; 
}
.page-footer .footer-nav{
    clear: both;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-footer .footer-nav li{
    list-style: none;
}
.page-footer .footer-nav li a{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: #5c5c5c;
}
.page-footer .footer-nav li a:hover{
    color: #3294CB;
}

/*
Home Page
=======================*/
.home-service-box{
    display: flex; 
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}
.home-service-box > div{
    width: 50%;
}
.home-service-box .service-title{
    text-align: center;
}
.home-service-box .service-title h3{
    padding: 46px 0px 0px 0px;
    margin: 0;
    display: block;
    text-align: center;
}
.home-service-box .service-title h3 a{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #0158ae;
}
.home-service-box .service-title h3 a:hover{
    color: #F88E02;
}
.home-service-box p{display: flex;
    text-align: left; width:84%;font-size:14px;}
.service-data{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;   
}
.right-box .service-data {
    justify-content: center;   
}
.service-data .service-holder{
    display: block;
    width: 330px;
    text-align: center;
    border: 2px solid #ddd;
    overflow: hidden;
}
.service-data .service-holder .holder-image-box{
    clear: both;
    position: relative;
}
.service-data .service-holder .holder-image-box img{
    width: 330px;
    height: 190px;
    display: block;
}
.service-data .service-holder .holder-data-box{
    clear: both;
    position: relative;
    padding: 7px 10px;
}
.service-data .service-holder .holder-data-box h5{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
} 
.service-data .service-holder .holder-data-box p{
    color: #5c5c5c;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

/*
Repair Quote Pages
==============================*/
.repair-quote-wrapper{    
    display: flex; 
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
}
.repair-quote-wrapper > div{
    width: 50%; 
} 
.repair-quote-wrapper .full-box{
    width: 100%;
}
.repair-quote-wrapper .data-holder{
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.repair-quote-wrapper .full-box .data-holder{
    justify-content: flex-start;
}
.repair-quote-wrapper .data-holder .holder-text{
    padding: 7px 32px;
}
.repair-quote-wrapper .data-holder .holder-text .title{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
    padding: 3px 0;
    color: #0158ae;
}
.repair-quote-wrapper .data-holder .holder-text .sub-title{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
    padding: 3px 0;
    color: #0158ae;
}
.repair-quote-wrapper .data-holder .holder-text .holder-action{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
    padding: 3px 0;
    text-transform: uppercase;
}
.repair-quote-wrapper .data-holder .holder-text p{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: #464646;
    margin: 0;
    padding: 0;
}
.repair-quote-wrapper .data-holder .holder-image{
    width: 150px;
    padding: 0;
    margin: 0;
}
.repair-quote-wrapper .data-holder .holder-image img{
    display: block;
    width: 150px;
    height: 125px;
}
.repair-quote-detials{
    clear: both;
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.repair-quote-detials p{
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 4px 0;
    letter-spacing: 0.02em;
    font-weight: 300;
}
.repair-quote-detials h6{
    font-size: 17px;
    line-height: 1.5; 
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 4px 0 0 0;
    margin: 0;
}
.repair-quote-detials h6 a{
    text-decoration: underline;
}
.repair-quote-tabs{
    clear: both;
    position: relative;
    margin: 0 -7px;
}
.repair-quote-price-box{
    clear: both;
    position: relative;
    width: 55%;
    padding: 25px 0;
} 
.repair-quote-price-box .price-box-holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 0;
}
.repair-quote-price-box .price-box-holder p{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding: 0;
    margin: 0;
}
.rq-accessories-box{
    clear: both;
    position: relative;
    margin: 0;
    padding: 0 0 30px;
}
.rq-requirement-box .box-heading h4,
.rq-accessories-box h4{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    padding: 5px 0;
    color: #0158ae;
}
.rq-accessories-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.rq-accessories-box ul li{
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding: 0;
    margin: 0;
}
.rq-accessories-box ul li:after{
    content: "|";
    display: inline-block;
    vertical-align: baseline;
    margin: 0;
    padding: 0 10px 0 12px;
}
.rq-accessories-box ul li:last-child:after{
    display: none;
}
.rq-requirement-box .box-heading{
    clear: both;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}
.rq-requirement-box .box-heading p{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: #464646;
    margin: 0;
    padding: 0;
}
.rq-requirement-box .form-box iframe{
    width: 100% !important;
}

/*
Contact Page 
==========================*/
.contact-page .sub-title{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    color: #3294CB;
}
.page-contant.contact-page{
    margin: 0 auto;
    max-width: 460px;
}
.contact-page .contact-data{
    padding: 0;
    margin: 0;
    clear: both;
    position: relative;
    list-style: none;
}
.contact-page .contact-data li{
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
    padding: 0;
}
.contact-page .contact-data li label{
    color: #424242;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: 130px;
}
.contact-page .contact-data li span{
    display: inline-block;
    vertical-align: top;
}

.device-repair{
        background: #eeeeee;
        border: 1px solid #ddd;
        text-align: center;
        width: 365px;
        margin: 0 auto; 
}
.device-repair a{
font-size: 13px;
    line-height: 1.6;
    font-weight: 300!important;
    display: block;
    padding: 15px 22px;
    text-align: center;
    color: #3294CB;
}
.device-repair a:hover{
    color: #F88E02;
}
.iframe-faq{
    text-align: center;
}
.iframe-faq h3
{
        font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin: 15px 0;
    padding-bottom: 25px;
    color: #0158ae;
}
.generic-desc .desc-table{
    text-align: left;
    border: 1px solid #ccc;
}
.generic-desc .desc-table tr th{
    background: #3294CB;
    color: #ffffff;
    padding: 10px 10px;
}
.generic-desc .desc-table tr td{
    margin: 0;
    padding: 7px 10px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
} 
.generic-desc .desc-table tr td:last-child{
    border-right: none;
}
.generic-desc .desc-table tr:nth-child(even) td{
    background: #f7f7f7;
}

.loginpopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}

.loginpopup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.loginclose {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  font-size: 14px !important;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: black;
  color: white;
  vertical-align: middle;
  text-align: center;
}
.loginpopup-content div {
  margin: 10px;
}
/*nuglas-glass-page*/
.nuglas-glass-page table.desc-table.right {
    width: 49%;
    float: right;
    margin-top:10px;
}
.nuglas-glass-page table.desc-table.left {
    width: 49%;
    float: left;
    clear:both;
    margin-top:10px;
}
/*nuglas-glass-page*/
/*new home page*/

.home-service-box .top-box .service-title, .home-service-box .middle-box .service-title, .home-service-box .bottom-box .service-title{width: 70%; margin: 0 auto; display: inline-block;}
.home-service-box .top-box .service-title h3, .home-service-box .middle-box .service-title h3, .home-service-box .bottom-box .service-title h3{text-align: left;width: auto;float: left;}
div.right-video-icon{float: right; vertical-align: middle;    padding: 34px 0 0 0;}
.right-video-icon img {
    cursor: pointer;
width:100px;
}
.home-service-box > div.top-box, .home-service-box > div.middle-box, .home-service-box > div.bottom-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


div.top-box .service-data, div.middle-box .service-data {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.bottom-box .service-data {
	width:auto;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.pos-process-button {
    width: 130px;
    /* padding: 10px; */
    border: 2px solid;
    height: 50px;
    position: absolute;
    float: right;
    right: 100px;
    /* top: 10px; */
    margin-top: 24px;
}

.pos-process-button a{
        display: inherit;
    padding: 10px;
    font-weight: bold;
}
.download-section {
    text-align: center;
}
.download-section a {
    padding: 10px;
    background: #00a1de;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    display:inline-block;
    margin-bottom:10px;
    /* margin: 0 auto; */
}
.download-section a:hover {
    background: #F88E02;
    color: #000;
}
.download-section a > span {
    font-size: 13px;
    font-weight: bold;
    background: white;
    /* padding: 3px; */
    border-radius: 128px;
    color: #000;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-decoration: underline;
}

/*new home page*/


/*
Responsive Style
==========================*/
@media screen and (max-width: 1029px){
    .service-data .service-holder, .service-data .service-holder .holder-image-box img{ width: 330px; }
    .repair-quote-wrapper .data-holder .holder-text { padding: 7px 20px; }
    .repair-quote-wrapper .data-holder .holder-text .title { font-size: 16px; }
    .repair-quote-wrapper .data-holder .holder-text .sub-title { font-size: 15px; }
    .repair-quote-wrapper .data-holder .holder-image img { width: 130px; height: 112px; }
    .repair-quote-wrapper .data-holder .holder-image { width: 130px; }
    .page-navigation .nav .nav-link{ padding: 15px 10px; }
}
@media screen and (max-width: 899px){
    .service-data{ justify-content: center; }
    .service-data .service-holder{ margin-bottom: 15px; }
    .repair-quote-wrapper .data-holder .holder-image img { width: 100px; height: 90px; }
    .repair-quote-wrapper .data-holder .holder-image { width: 100px; }
    #menu-trigger{ display: block; }
    .page-navigation .nav{ display: none; }
    .page-navigation .nav .nav-item{ width: 100%; }
    .page-navigation .nav.on{ display: block; }
    .page-navigation .nav .nav-link{ border-left: none; border-top: 1px solid #ddd; }
    .repair-quote-price-box{ width: 70%; }
    .video--group li{ width: 100%; margin-bottom: 30px; }
}
@media screen and (max-width: 767px){
    .repair-quote-wrapper > div{ width: 100%; margin-bottom: 15px; }
    .repair-quote-wrapper .data-holder .holder-text{ padding: 0; }
    .repair-quote-wrapper .full-box .data-holder .holder-text{ padding: 0 0 0 15px; }
    .repair-quote-price-box { width: 100%; }
    .repair-quote-price-box .price-box-holder p { font-size: 18px; }
    .rq-accessories-box ul li{ font-size: 16px; } 
    .repair-quote-tabs iframe{ height: 400px; overflow: auto; }
.home-service-box .top-box .service-title, .home-service-box .middle-box .service-title, .home-service-box .bottom-box .service-title{width:100%}
.pos-process-button {
    width: 130px;
    border: 2px solid;
    height: 32px;
    position: absolute;
    float: none;
    right: 0px;
    /* top: 10px; */
    margin: 0 auto;
}

.pos-process-button a{
        display: inherit;
    padding: 0px;
    font-weight: bold;
}
.home-service-box p{width:100%;}
div.top-box .service-data, div.middle-box .service-data{width:90%;}
.service-data .service-holder, .service-data .service-holder .holder-image-box img{width:100%;}
}
@media screen and (max-width: 599px){
    .page-header .header-data{ justify-content: center; }
    .page-header .header-data > div{ width: 100%; }
    .page-header .header-data .right-box, .page-header .header-data .logo a{ justify-content: center; }
    .repair-quote-wrapper .full-box .data-holder .holder-text{ padding: 7px 0 0 0; width: 100%; }
    .home-service-box > div{ width: 100%; }
    .rq-accessories-box ul li{ font-size: 14px; }
    .rq-requirement-box .box-heading h4, .rq-accessories-box h4 { font-size: 16px; }
    .repair-quote-price-box .price-box-holder p { width: 70%; font-size: 15px; }
    .repair-quote-price-box .price-box-holder p:last-child { width: 25%; }
    .repair-quote-tabs iframe{ width: 100% !important; height: 700px; overflow: auto; }
    .device-repair{width: 100%;}
    .video--group iframe{ width: 100% !important; }
    .download-section a {width:230px;}
}
@media screen and (max-width: 479px){
    .contact-page .contact-data li label, .contact-page .contact-data li span{ width: 100%; }
.home-service-box .top-box .service-title h3, .home-service-box .middle-box .service-title h3, .home-service-box .bottom-box .service-title h3{font-size:16px;} 
}
@media screen and (max-width: 379px){
    .repair-quote-wrapper .data-holder .holder-text .sub-title, .repair-quote-wrapper .data-holder .holder-text .title { font-size: 15px; line-height: 1; }
    .repair-quote-wrapper .data-holder .holder-text .holder-action { font-size: 13px; line-height: 1; }
    .repair-quote-wrapper .data-holder .holder-image{ width: 80px; }
    .repair-quote-wrapper .data-holder .holder-image img { width: 80px; height: 70px; }
} 