/* Custom */
.btn {
    font-family: "NHaasGroteskDSStd-55Rg";
    /* font-family: "NHaasGroteskDSStd-75Bd"; */
}

.btn {
    border-radius: 0px;
}

/* White button */
.btn-white {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-black {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-red {
    color: #FFF;
    background-color: #d52b1e;
    border-color: #d52b1e;
}

.btn-gray {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
/* bootstrap.css */
[role=button] {
    cursor: pointer;
}
/* scaffolding */
/* button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
} */
/* normalize */
/* button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
} */

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
/* bootstrap */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* user agent stylesheet */
/* input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 6px;
} */
/* 
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
} */

/* input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
} */

/*button {
    -webkit-writing-mode: horizontal-tb;
}

button {
    -webkit-appearance: button;
}

*/

button{
	border: none;
    outline: 0;
    cursor: pointer;
}    

/* html semantic html */
hr {
    border-top: 1px solid  #000; 
    margin:0px;
}


hr.small {
    border-width: 1px; 
}

hr.medium {
    border-width: 2px; 
}

hr.large {
    border-width: 4px; 
}
  
hr.black {
    border-top-color: #000; 
}

hr.white {
    border-top-color: #000; 
}

hr.red {
    border-top-color: #d52b1e; 
}

hr.gray {
    border-top-color: #d8dada; 
}

          
/* text colors */
.text-white{
    color: #FFF;
}

.text-black{
    color: #000;
}

.text-red{
    color: #d52b1e;
}

.text-gray{
    color: #f6f6f6;
}

/* font size */
.text-small{
    font-size: 12px;
}

.text-medium{
    font-size: 16px;
}

.text-large{
    font-size: 16px;
}

@media only screen and (min-width: 1020px) and (max-width: 3000px){
    .text-small{
        font-size: 14px;
    }
    
    .text-medium{
        font-size: 16.8px;
    }

    .text-large{
        font-size: 20px;
    }
}

@media only screen and (min-width:450px) and (max-width: 700px) and (orientation:landscape){

    .text-small{
        font-size: 14px;
    }
    
    .text-medium{
        font-size: 16.8px;
    }

    .text-large{
        font-size: 20px;
    }

}    
/* line_height */
.line_height-very-small p{ 
    line-height: 1.1 
}
.line_height-small{ 
    line-height: 1.2 
}
.line_height-medium{ 
    line-height: 1 
}
.line_height-large{
    line-height: 2.7
}
.card{
   position: relative;
}

.bundle_banner {
    width: calc(100% - 32px);
    z-index: 12;
    float: left;
}

.bundle_banner_full {
    width: 100%;
    z-index: 12;
}

.bundel_save_txt {
    width: 32px;
    z-index: 10;
}
/*
.bundel_save_txt span {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 16px;
    right: 7px;
    width:278px;
	height:278px;      
}*/

.bundle_banner_small {
    min-height: 220px;
}

.bundle_banner_medium {
    min-height: 278px;
    height : 278px;
}

.bundle_banner_large {
    min-height: 304px;
}

.card_animate_top{
    border-top: 5px solid #fff;
}
.card_animate_bottom{
    border-bottom: 5px solid #fff;
}
.card_animate_bottom:hover {
    border-bottom: 05px solid #d52b1e;
}

.card_animate_top:hover {
    -webkit-box-shadow: inset 0 15px 0px -10px #d52b1e;
    -moz-box-shadow: inset 0 15px 0px -10px #d52b1e;
    box-shadow: inset 0 15px 0px -10px #d52b1e;
    cursor: pointer;
}

@media screen and (min-width:300px) and (max-width: 800px){
    .bundle_banner_small {
        min-height: auto;
    }
    
    .bundle_banner_medium {
        min-height: auto;
    }
    
    .bundle_banner_large {
        min-height: auto;
    }        
}    

@media only screen and (min-width: 1020px) and (max-width: 3000px)   {
.bundel_save_txt { width: 42px; }
}
.vle_mainContainer .offerlink .offerPricingDetails{
    padding-left: 18px;
	}
/*.font_16 {
    font-size: 16px !important;
}

.font_25 {
    font-size: 25px !important;
}
*/
/* .h2 { */
/*     padding: 0px !important; */
/* } */

/* .padding_top_7 { */
/*     padding-top: 07px !important; */
/* } */

h1, h2, h3, h4, h5, h6 {    
     font-family:"NHaasGroteskDSStd-75Bd";
     line-height:0.95; 
     text-align:left;       

}
h1 {
    font-size:56px;
}

h2 { 
    font-size:52px;
}

h3{

    font-size:25px;
}

h4{
    font-size:16px;
}

@media only screen and (min-width: 1151px) and (max-width: 3000px)   {
    h1 {
        font-size:64px;
    }
    
    h2 { 
        font-size:52px;
    }
    
    h3{
    
        font-size:32px;
    }
    h4{
		font-size:20px;
    }

}

@media only screen and (min-width: 1018px) and (max-width: 1150px)   {

    h1 {
        font-size:52px;
    } 
    h4{
		font-size:20px;
    }
}


@media only screen and (min-width: 801px) and (max-width: 1019px)   {
    h1 {
        font-size:32px;
    }    
    h2 {
        font-size:32px;
    }
}

@media screen and (min-width:300px) and (max-width: 800px){
    h1 {
        font-size:32px;
    }
    
    h2 { 
        font-size:32px;
    }

}

@media only screen and (min-width:450px) and (max-width: 700px) and (orientation:landscape) {
    h1 {
        font-size:56px;
    }
    
    h2 { 
        font-size:52px;
    }

    h3{
    
        font-size:25px;
    }

    h4{
		font-size:20px;
    }
}    



/* breadcrumb */
.breadcum li:first-child a {
	padding-left: 0px;
}

.breadcum li a {
	padding: 0px 08px 0 08px;
	border-right: 1px solid #ccc;
}

.breadcum li:last-child a {
	padding-right:16px;
	border-right: none;
}

.breadcum li .drop_down_content {
	z-index: 200;
	width: 154px;
	display: none;
	top: 24px;
}

.breadcum li .drop_down_content a {
	padding: 12px;
}

.fixed-header .breadcum li, .fixed-header .breadcum > a {
	display: none;
}

.fixed-header .breadcum li:last-child {
	display: block;
	position: absolute;
	top: 16px;
	left: 35px;
	z-index: 25;
}

/* end breadcrumb */

/* social media */
.social li {
	margin-left: 16px;
}

.social li a img {
	height: 13.3px;
	padding: 0px;
}

/* end social media */
/* social media */
.social li {
	margin-left: 16px;
}

.social li a img {
	height: 13.3px;
}

/* end social media */
.vle_video {
    width: 100% !important;
}

.height_183{
	height: 183px;
    width: auto !important;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*vbm-chat begins here*/

.vle_chat_wraper {position: absolute;bottom: 0px;right: 27px;width: 60px;height: 60px;z-index: 10;cursor: pointer; }
.vle_chat_default_icon { position: fixed; bottom: 15px;margin-left: 110px; cursor: pointer; animation: chat_bubble 1.7s ease-in-out infinite alternate;
    -webkit-animation: chat_bubble 1.7s ease-in-out infinite alternate;width: 50px; background:#ffffff; height: 50px;text-align: center;border-radius: 100%;
    box-shadow: black 0px 0px 5px}
    .vle_chat_default_icon img{width: 60%;position: relative;top:10px;}

.vle_chat_tooltip { position: absolute;bottom: 0px;right: 14px;width: 100px;z-index: 40; visibility:hidden; opacity:0;-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.vle_chat_tooltip_inner { padding:0px 16px; background:#fff; border:1px solid #000; font-size: 12px;font-family:"NHaasGroteskDSStd-75Bd";position: fixed;
bottom: 83px; color: #000; height:39px; line-height: 39px; }
.vle_chat_tooltip_arrow {position:absolute;bottom: 0px;right: 0px;width: 22px; }
.vle_chat_tooltip_arrow span:first-child {width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 8px solid #000;position: absolute;z-index: 10;position: fixed;bottom: 75px;}
.vle_chat_tooltip_arrow span:last-child {width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 8px solid #fff;position: absolute;z-index: 12;bottom: 76px;position: fixed;}
.vle_chat_wraper:hover + .vle_chat_tooltip { visibility:visible; opacity:1; }
.vle_chat_default_icon:hover + .vle_chat_tooltip { visibility:visible; opacity:1;}


.vle_chat_wind_wrap { width: 202px; right:0px;  bottom: 0px; position: absolute;  z-index: 50;}
.vle_chat_wind_inner { z-index: 40; width:202px; position: fixed; bottom: 0px; height:0px; background:#fff; transition: all .5s ;-o-transition:all .5s ;  -ms-transition:all .5s ;  -moz-transition:all .5s ;  -webkit-transition:all .5s ;  }
.vle_chat_wind_wrap.open .vle_chat_wind_inner{ height: 250px;}
.vle_chat_wind_inner_cell {display:table-cell; vertical-align:bottom;width:220px;height: 315px;}
.vle_chat_wind_head { cursor: pointer; position: absolute; top:0px; padding: 0px 0 0px 16px;height: 35px; line-height:35px; width: 100%; text-align:left;font-family:"NHaasGroteskDSStd-75Bd"; font-size: 14px; color: #fff; background:#747675;}
.vle_chat_cancel { position: absolute;top: 5px;right: 16px; cursor: pointer;-o-transition:all 2s ;  -ms-transition:all 2s ;  -moz-transition:all 2s ;  -webkit-transition:all 2s ; }
.vle_chat_cancel_img{ width: 9px; }
.vle_chat_content {width: 100%;padding:16px;overflow: hidden;float: left;height: 230px;margin-top: 25px; /*-webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.4);*/}
.vle_chat_content_inn {width: 100%;float: left;height: 318px;padding:0 0px 20px 0;}

.vle_chat_datime { width: 100%; float: left;margin:0px 0 60px 0; padding: 0px; text-align: center; font-size:10px; color: #d8dada; }
.vle_chat_con_inner { width: 100%; float: left; position: relative; margin: 0px; padding: 0px; }
.vle_chat_con_inner.left { direction: ltr; }
.vle_chat_name_logo { width: 48px; }
.vle_chat_line { width: 100%; height: 1px; background:#d8dada; position: absolute; top:22px; left: 0px; }
.vle_chat_name{ padding: 16px 20px 16px 0; background:#fff; float: left; margin: 0px; font-size: 12px;font-family:"NHaasGroteskDSStd-75Bd"; position: relative; }
.vle_chat_name:after { width: 04px;height: 04px;background: #000;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px; content: "" ; position: absolute; right:08px; top: 21px;}
.vle_chat_prag { float: left; margin-bottom: 0px;font-size: 14px;line-height: 1.2;text-align: left;color: #000000;font-family: "NHaasGroteskDSStd-55Rg"; }
.vle_chat_prag:last-of-type{ margin-bottom: 16px; }
.vle_chat_btn {height: 19px;border-radius: 100px;font-size: 10px; line-height:17px; padding: 0 10px; text-align: center; text-decoration: none; float: left;clear: both; margin:0px 0px 08px 0px;}
.vle_chat_btn_white {border: solid 1px #000000; background: #fff; color: #000; }
.vle_chat_btn_black {border: solid 1px #000000; background: #000; color: #fff; }
.vle_chat_con_inner.right { float: right;}
.vle_chat_con_inner.right .vle_chat_line, .vle_chat_con_inner.right .vle_chat_name, .vle_chat_con_inner.right .vle_chat_prag, .vle_chat_con_inner.right .vle_chat_btn { float: right; }
.vle_chat_con_inner.right .vle_chat_prag { text-align: right; }
.vle_chat_wind_wrap.open .vle_chat_connecting { height: auto; padding: 18px 0px; text-align: center;font-family:"NHaasGroteskDSStd-75Bd"; font-size: 12px;  }

.vle_chat_type {width: 100%;padding: 0 16px;background: #fff;position:absolute;bottom: 53.7px; height: 36px;}
.vle_chat_type_line {height: 15px; width: 1px; background:#000; float: left; margin:0px 08px 0 0;}
.vle_chat_type_input {padding:0 05px;float: left;margin:0px 0px 0 0;border: none; outline: none; font-size: 12px;font-family: "NHaasGroteskDSStd-55Rg";}
.vle_chat_type_arrow { float: right; margin:0px; padding: 0px; }
.vle_chat_type_arrow img { width: 17.5px; cursor: pointer; }
.vle_chat_type_input::-webkit-input-placeholder,.vle_chat_type_input::-moz-placeholder,.vle_chat_type_input:-ms-input-placeholder,.vle_chat_type_input:-moz-placeholder  { /* Chrome/Opera/Safari */color: #d8dada;}

.vle_chat_privacy_contain { width: 100%; position: absolute; bottom: 0px; background:#000; height:53.7px; }
.vle_chat_privacy_top {}
.vle_chat_cyberico { height: 23px; }
.vle_chat_privacy_btm { width: 100%; float: left; margin:0px; padding: 0px; background:#333; height: 18px;
    overflow: hidden; position: absolute; bottom: 0px;}
    .vle_chat_privacy_btm ul { text-align: center; }
     .vle_chat_privacy_btm ul li { list-style-type: none; display: inline; }
     .vle_chat_privacy_btm ul li a { text-decoration: none; color: #ccc;font-size: 10px; padding: 0 05px; }
     .vle_chat_privacy_btm ul li:first-child a{ border-right: 1px solid #ccc;}

.vle_chat_font { float:right; }
.vle_chat_valume { float: right; margin-right: 16px; }
.vle_chat_font img, .vle_chat_valume img { width: 13px; }

.vle_chat_anchor {font-family:"NHaasGroteskDSStd-75Bd"; color: #000; font-size: 14px; margin-bottom: 16px; text-decoration: none; padding: 0px 0 0 0px; float: left; clear: both;}
svg.vle_anc_icon, img.vle_anc_icon { width: 16px; margin-right: 10px;    height:16px; float: left;    margin-top: 0px; }
g.vle_chat_icon, path.vle_call_icon, g.vle_request_icon { fill:#000 }
.vle_chat_anchore_blue {color: #00478e; margin-top: 10px;}
.vle_chat_anchore_black {color: #000; margin-top: 10px; text-decoration: underline;}
.vle_chat_cancel svg { width: 14px; -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg); margin:-03px 0 0 0; }
.vle_chat_wind_wrap.open .vle_chat_cancel svg {-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg); }
    .vle_product_categories.adjest-wid {width: 478px;}
	
	
	
@keyframes chat_bubble {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }
}

/*vbm-chat ends here*/
/* The Modal (background) */
body.show_modle { overflow: hidden;}
.aem-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
     -webkit-overflow-scrolling: touch;
}

/* Modal Content */
.aem-modal-content {
    background-color: #fefefe;
    margin: 0 auto;
   /* padding: 20px;*/
    border: 1px solid #888;
    width:80%;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 76vh;
    overflow:hidden;
   /* overflow-y: scroll;*/
     -webkit-overflow-scrolling: touch;
}
.offerPricing-modal-content{
 background-color: #fefefe;
    margin: 0 auto;
   /* padding: 20px;*/
    border: 1px solid #888;
    width:80%;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 76vh;
    overflow:hidden;
   /* overflow-y: scroll;*/
     -webkit-overflow-scrolling: touch;
}

.guestwifi-modal-content .overlay_window{
    height:360px;
}
.overlay_window{
    width: 100%;
    height: 72vh;
    float: left;
}


.overlay_window_offerPricing{
    width: 100%;
    height: 70vh;
    float: left;
}

.overlay_window_checkAvail{
    width: 100%;
    height: 76vh;
    /*overflow-y: scroll;*/
    float: left;
}

.overlay_window_sysReq {
	width: 100%;
    height: 72vh;
    float: left;
}

/* The Close Button */
.aem-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin:10px;
}

.aem-modal-close:hover,
.aem-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 800px) and (min-width: 300px){
   .guestwifi-modal-content{
        width:100%;
        height:89vh;
     }
   .systemRequirements-modal-content {
     	width:100%;
        height:89vh;
        left:0px;
     }
  /* .guestwifi-modal-content .overlay_window{
    	height:96vh;
	} */
.overlay_window_checkAvail{height:96vh;}
.aem-modal-content{height: 95vh;
    width: 100%; margin:0;}

.offerPricing-modal-content{height: 89vh;
    width: 100%;  overflow:auto;}
.overlay_window{height:91vh;}
.overlay_window_offerPricing { height:91vh; }
.overlay_window_sysReq { height: 91vh; width: 100%; }
}
@media screen and (max-width: 1200px) and (min-width: 800px){
   .guestwifi-modal-content{
        width:80%;
     }
    .systemRequirements-modal-content {
     	width:100%;
        height:89vh;
        left:0px;
     }
}


@media only screen
  and (min-device-width: 1112px)
  and (max-device-width: 1112px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
.aem-modal-content{margin:0;}

}


@media only screen
  and (min-device-width: 1366px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
.aem-modal-content{margin:0;}

}

/*Custom Style*/
.test_anchor{height: 25px;
    display: block;
}
.vle_mainContainer{ margin:0 auto;  width:100%;  position: relative; max-width: 1440px;}
.vle_mainContainer_left{ margin:0;  width:100%;position: relative; font-family:"NHaasGroteskDSStd-55Rg";  /* border:1px solid #d8dada; */  float:left}
.vle_headerContainer{position: relative;z-index: 10;  width:100%; float: left;  background-color:#fff;}
.z_index100{z-index: 100;}
.vle_mobile_Businessmenu,.vle_mobile_headerMainContainer,.vle_submenu_appender{display: none;}
.vle_product_categories{    list-style:none;   display:initial; float: left; margin-right:10px;}
.vle_product_categories .vle_product_list,.vle_submenu_appender .vle_submenu_appender_list{    display:inline-block;     padding-top:15px;     padding-bottom:4px;     margin-right:5px;     font-size:12px;     line-height:1;     text-align:left;     color:#747676;     cursor:pointer;     position:relative;font-family:"NHaasGroteskDSStd-55Rg"}
.vle_product_categories .vle_product_list.active,.vle_submenu_appender .vle_submenu_appender_list.active{    color:#000;     border-bottom:2px solid #d52b1e}
/* .vle_product_categories li.vle_product_list:last-child a:after{
   position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    padding-left: 0px;
    right: -15px;} */
.vle_salesbigTfn { font-size: 18px;}
.vle_saleContant{  font-family:"NHaasGroteskDSStd-75Bd";   font-size:13px;   line-height:1;   text-align:right;   color:#d52b1e;   display:inline-block;margin: 16px 0px 0 0px;float: right; }
.vle_requestQuote{display:inline-block;font-family:"NHaasGroteskDSStd-75Bd";font-size:14px;text-align:center;color:#fff; padding: 05px 12px 05px 12px;
 border-radius: 100px;  background-color: #000000;float:right;    margin: 10px 16px 0 16px;}
/*.vle_requestQuote:after{    content:"\f054";font-family:vesicons;width:4.3px;height:8.7px;     color:#cd040b;     padding-left:5px;     line-height:1;     vertical-align:middle}*/
.vle_logoHeader{ float: left;   width:100%; position: relative; background: #fff;border-bottom: none;z-index: 30; min-height: 80px;}
.vle_Verizonlogo{  margin: 0px 0 14px 16px;   display:inline-block;     width:188px;     height:42px; background-image:url(clientlib-vbm-common/components/content/vbm-header-common/images/vz-global-logo.svg);     background-repeat:no-repeat}
.vle_desktop_headerMainContainer { position: relative; width: 100%;  }  
.vle_header_categories{display:inline-block;     list-style:none; float: left;
    margin: 15px 0px 0 0;}
.vle_header_list{    display:inline-block;     font-family:"NHaasGroteskDSStd-75Bd";font-size:12px;line-height:1;text-align:left;color:#000;cursor:pointer;padding-bottom: 15px; margin-left: 0px; padding-left: 0px;margin-right: 15px; }
/*.vle_header_list:hover{-moz-box-shadow: inset 0 -2px 0px 0px #d52b1e;
    -webkit-box-shadow: inset 0 -2px 0px 0px #d52b1e;
    box-shadow: inset 0 -2px 0px 0px #d52b1e;
 }*/
 .vle_product_list a { color: #747676;text-decoration: none;}
 .vle_product_list.active a{color: #000;  }
ul.vle_header_categories li a { color: #000; text-decoration: none; }
.vle_searchblk{    position:relative;     display:inline-block; margin: 47px 16px 09px 0; float: right;width: 20%;}
input.vle_searchfield[type='text']{     padding-right: 15px; width:100%;     color:#d2d3d4;     position:relative;     border:0px;     border-bottom:1px solid #747676;     height:24px;     line-height:1;     color:#000;     outline:none;     box-sizing:border-box}
.vle_searchlink{    height:26px;     position:absolute;     right:-15px;     text-indent:-9999px;     width:30px;     background:url(clientlib-vbm-common/components/content/vbm-header-common/images/search.svg) 0 6px no-repeat;  border:none;  border-left:none;  border-bottom:none;  top:-2px;  background-size:15px}
.vle_signInlink{ font-family:"NHaasGroteskDSStd-75Bd";  font-size:12px;  line-height:1;  text-align:left;padding-left:10px;  color:#000;  float: right;    margin: 15px 0px 15px 0;  text-decoration:none;width:90px;}
.vle_a:after{ content:"\f054";  font-family:vesicons;  position:absolute;  font-size:10px;  padding-top:3.5px;  padding-left:9px;  -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s}
.vle_signInlink:after{
   position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
       padding-left: 0px;
    right: 25px;
}

.vle_signInlink.dropdown_Active:after{
    top: 19px;
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -ms-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg );
    position: absolute;
    right: 10px;
}

    /*header*/
.stick_header_active {
    position: absolute;
    width: inherit;
    z-index: 9999;
}
/*overlay header */
.vle_top_menu .vle_Verizonlogo {
    position: absolute;
    top: -35px;
    left: 16px;
    margin: 0;
    padding: 0;
    z-index: 3;
}

/*To adjust sticky nav in mobile*/
.vle_mobile_headerContainer.complexHeader{top:40px;}
.fixed-header {  position: fixed;width:100%;-webkit-animation: fadeEffect 1s;    animation: fadeEffect 1s;z-index: 999;max-width:1440px;margin:0 auto;top:0px;}
.fixed-header .breadcum li, .fixed-header .breadcum > a {    display: none;}
.fixed-header .breadcum li:last-child {    display: block;   position: absolute;    top: 16px;    left: 35px;    z-index: 25;}
.ticklogo{width: 13.7px;height: 17px;position: absolute;top: 12px;    left: 16px;    z-index: 31;    background: url(clientlib-vbm-common/components/content/vbm-header-common/images/sticky_logo.png) no-repeat left top;    background-size: 13.7px 17px;}
.vle_desktop_headerMainContainer.fixed-header .vle_headerContainer{

	height:50px;
}
 .vle_product_list a { color: #747676;text-decoration: none;}
 .vle_product_list.active a{color: #000;  }
ul.vle_header_categories li a { color: #000; text-decoration: none; }
.vle_searchblk{    position:relative;     display:inline-block; margin: 6px 10px 09px 0; float: right;}
input.vle_searchfield[type='text']{ padding:0px; font-family: "NHaasGroteskDSStd-55Rg"; font-size:14px;  padding-right: 15px; width:100%;     color:#d2d3d4;     position:relative;     border:0 solid #fff; background:#fff; border-radius:0;    border-bottom:1px solid #747676;     height:24px;     line-height:1;     color:#000;     outline:none;     box-sizing:border-box}
.vle_searchlink{    height:26px;     position:absolute;     right:-15px;     text-indent:-9999px;     width:30px;     background:url(clientlib-vbm-common/components/content/vbm-header-common/images/search.svg) 0 6px no-repeat;  border:none;  border-left:none;  border-bottom:none;  top:-2px;  background-size:15px}


.vle_requestQuote a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.vle_head_top_half { width:60%; float: right;padding-top:10px;padding-bottom:0px;  }
/* =================== Mega menu for desktop Started ======================= */
.vle_nav_megamenu_destop { border-top:none; width: 100%; z-index: 20; position: absolute; margin:15px 0 0 0; padding:16px 0 16px 0px; left: 0px; background: #fff;display:none; }
/*ul.vle_header_categories li:hover .vle_nav_megamenu_destop { display: block; } */

.vle_right_nav {width: 55%; float: right; }
.vle_nav_sub { width: 45%; float: left; min-height:inherit; }
.vle_head_nav {font-family:"NHaasGroteskDSStd-75Bd";   font-size: 12px;line-height: 0.92; color: #000; padding-bottom: 08px; border-bottom:1px solid #000; width: 100%; float: left; margin-bottom: 08px; }
ul.vle_nav_list { margin: 0px 0 24px 0; padding: 0px; float: left; width: 100%; }
ul.vle_nav_list li {  margin:0px 0 08px 0; padding: 0px; float: left; width: 100%; position: relative;}
ul.vle_nav_list li a {font-family:"NHaasGroteskDSStd-55Rg";float:left;}
ul.vle_nav_list li a:hover, ul.vle_nav_list li a.active ,.vle_top_menu ul.vle_nav_list li a:hover ,.vle_top_menu ul.vle_nav_list li a.active{ color:#d52b1e;font-family:"NHaasGroteskDSStd-75Bd"; }
ul.vle_nav_list li a.vle_a:after { padding-top: 1.5px; }
ul.vle_nav_list li a.vle_a {font-family:"NHaasGroteskDSStd-75Bd";min-width:80px;}
ul.vle_nav_list li a.vle_bold {font-family:"NHaasGroteskDSStd-75Bd";min-width:80px;}
.vle_nav_sub:nth-child(odd) { margin-right: 32px; }
.vle_nav_sub:nth-child(even) { float: right }
.vle_lnav_head { font-size: 25px;
  line-height: 0.96;
  text-align: left;
  color: #000000;font-family:"NHaasGroteskDSStd-75Bd"; }
.vle_left_nav { width: calc(100% - 60%); float: left; }
.vle_lnav_head span { width: 100%; float: left; }
.vle_lnav_head b.rate {color:#d52b1e;}
.vle_left_nav a.vle_a { margin-top: 16.6px; float: left; }
.vle_left_nav a.vle_a:after { padding-top: 0.5px; }
.vle_alt_descri .vle_alt_hd { font-size: 16px;line-height: 1.5;text-align: left;
  color: #000000; font-family:"NHaasGroteskDSStd-75Bd"; margin-bottom: 08px;}
.vle_alt_descri .vle_pragrap {font-size: 16px;line-height:1.5;text-align:left;color: #000000;font-family:"NHaasGroteskDSStd-55Rg"; width: 278.6px;}
.vle_after_none:after { content: none; }
.vle_overlay { position: fixed; top: 0px; left: 0px; width: 100%; background: rgba(116,118,118,.7); height: 100vh; z-index: 9999; display: none; }

 /* top menu */
 	.vle_top_menu_parent { z-index: 101; position: absolute;top:40px; width: 100%; float: left;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; height:0px;overflow:hidden;}

    .vle_top_menu {width:100%;overflow: visible; height:0;background:#fff; padding: 13.5px 0 0 0; margin: 0px; position: absolute;-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;opacity:0; }
    .vle_top_menu.active { height: auto;opacity:1; display: block;}
    .vle_top_menu .vle_logoHeader{border-top: 1px solid #f2f2f2;}
    .vle_top_menu .vle_nav_sub { width: 100%;}
    .vle_top_menu ul.vle_nav_list li a {font-size: 12px;text-align: left;color: #000000;font-family:"NHaasGroteskDSStd-75Bd"; text-decoration: none;}
    .vle_top_menu_parent.active { height: auto; overflow:visible;}
/*Location css*/
.heade_map_ic { width: 18px; height: 18px; position: relative; }
.heade_map_ic:after { width: 1px;
    /* height: 0; */
    content: "|";
    position: absolute;
    top: 0px;
	right:-5px;
    margin: 3px 0 0 0; }
.heade_map_ic img { width: 100%; }
.cmo-vbm-header{border-bottom:1px solid #d8dada;}
a.vle_signInlink:hover ul.account-container{
display:block;}
ul.account-container{
display: none;
    width: 112px;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #dadada;
    border-bottom: 0;
    right: -1px;
    top: 38px;
    background: #fff;
    z-index: 1002;
}
ul.account-container li a {
    display: block;
    padding: 4px 13px;
    border-bottom: 1px solid #dadada;
    font-family: NHaasGroteskDSStd-55Rg;
    line-height: 1.83;
    text-align: left;
    color: #767676;
}
ul.account-container li a:focus,ul.account-container li a:hover {
    padding: 4px 13px 4px 9px;
    border-left: 4px solid #000;
}

/* =================== Mega menu for desktop Ended ======================= */


@media only screen and (min-width:450px) and (max-width: 767px)  {
.vle_requestQuote, .vle_gettingstarted_carosuelList .vle_bannerContent_check:after, .vle_gettingstarted_contactUs .vle_bannerContent_check:after, .vle_footer_menu ul li a, .vle_a:after, .vle_lq_lable, .vle_lq_offer, .vle_do_not span, .vle_sing_hd, .vle_sign_popup .vle_left_signin_a, .vle_chat_datime, .vle_chat_btn, .vle_chat_privacy_btm ul li a   { font-size: 10px; }

.vle_product_categories .vle_product_list,.vle_submenu_appender .vle_submenu_appender_list, .vle_product_categories li.vle_product_list:last-child:after, .vle_saleContant, .vle_header_list, .vle_signInlink, .vle_head_nav, .vle_top_menu ul.vle_nav_list li a, .vle_gettingstarted_carosuelList_Content, .vle_gettingstarted_carosuelList .vle_bannerContent_check, .vle_gettingstarted_contactUs .vle_bannerContent_check, section footer .vle_sub_div .vle_heading, section footer .vle_sub_div ul li a, .vle_getting_box p, .vle_a, .date, .vle_resorce_people_content p, .profile_container h4, .profile_container p, .vle_sub_head, .vle_sutor_name, .solution_box_content p, .vle_products_box p, .vle_offer-1_box p, ul.vle_offer_list li a, .vle_gatway_innovation_paragrap, .vle_gatway_box_content, .vle_notification_content p , .vle_notification_content a, .vle_lq_input, .vle_inner_tooltip h3, .vle_inner_tooltip p, .vle_inner_scroll h3, .vle_lq_edit_delete, .vl_lq_edit, .vl_lq_delete, .vz-cutom-checkbox, .vle_error_msg, .vle_error_h3, .vle_error_pragrp, .vle_mdac_head, .vle_mdac_content, p.vle_left_signin_parg, .vle_sign_userid, .vle_security_subhd, .vle_sign_popup .vle_pragh, .vle_sign_popup_input, .vle_chat_tooltip_inner, .vle_chat_name, .vle_chat_wind_wrap.open .vle_chat_connecting, .vle_chat_type_input  { font-size: 14px; }
.vle_lnav_head, .vle_gettingstarted_carosuelList_header, .vle_getting_box h3, .vle_resorce_h3, .vle_sucess_stories_box h3, .solution_box_content h3, .vle_products_box h3, .vle_offer-1_box h3, .vle_gatway_box_head, .vle_lq_head, .vle_modal_head  {  font-size: 32px; }

}

/*and (orientation: portrait)  */ 

@media only screen and (min-width: 768px) and (max-width: 800px) {
.vle_left_nav a.vle_a { clear: both; }
.vle_sign_btn { width: 200px; }
.vle_scrollable { width: 100%; }
.vle_lq_head { width: 70%;}
}



@media screen and (max-width:800px) and (min-width: 300px){

/* .vle_special_offer_for_mobile { display: none; } */

.vle_mainContainer{width: 100%;}
.vle_desktop_headerMainContainer{display: none;}
.vle_mobile_headerMainContainer{display: block;position: relative;float: left;width: 100%}
.vle_mobile_headerContainer{
    padding:10px 10px 14px 17px; 
    height: 40px;top: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0;
    background: #fff;}
 .vle_navigation {width: 100%;position: relative;z-index: 99;top: 0;left: 0;overflow: hidden;transition: all 0.4s ;padding-top: 0px;background:#fff;}
    .vle_navigation a {text-decoration: none;}
    .vle_navigation ul.vle_menulist,ul.vle_product_categories_submenu {margin-top:30px;text-align:left;list-style:none; margin-left:15px;margin-right:0;width: 100%;
    float: left;}
ul.vle_product_categories_submenu{display: none;}
.vle_product_categories,.vle_submenu_appender{padding-left:10px;transition: ease all .4s;margin: 0;} 
 .vle_saleContant{ line-height: 1.17;text-align: left;margin: 3px 0 10px 0px; float: left;transition:all ease .4s;}
    .vle_requestQuote{  margin: 0;float: right; padding: 4px 12px 05px 12px; }
	.vle_mobile_logoHeader{ box-shadow: inset 0 -1px 0 0 #f6f6f6;border-bottom: 1px solid #f2f2f2;}
    .vle_Verizonlogo{ margin: 9px 0 13.7px 16px;height: 13.9px;width: 100px;}
	 .vle_mobile_Businessmenu {display:none;text-align:left;margin:0 7px;box-shadow: inset 0 -1px 0 0 #f6f6f6;border-bottom: 1px solid #f2f2f2;}
    .vle_line1, .vle_line2, .vle_line3 {margin-top:5px;background-color:#000;width: 14px;height: 1px;display:block;position:relative;opacity:1.0;border-radius:15%;transition: all .3s;}
    .vle_line1.active {transform: rotate(270deg);opacity:0.0;background-color:#000;top:5px;}
    .vle_line2.active {transform: rotate(45deg);background-color:#000;}
    .vle_line3.active {transform: rotate(-45deg);background-color: #000;top: -6.515px;}
    .vle_menuitems, .vle_submenuitems{padding-bottom:8px;text-decoration: none;list-style:none; font-family: "NHaasGroteskDSStd-75Bd";font-size: 25px;line-height: 0.96;display: inline-block;position:relative;  text-align:left;color: #000000;opacity:0.0;transition: all .5s ;-o-transition:all .5s ;  -ms-transition:all .5s ;  -moz-transition:all .5s ;  -webkit-transition:all .5s ;}
    .vle_submenuitems{opacity:1.0;}
    .vle_frontBar:before{     content: "/";margin: 0 2px;    }
    #closebtn {height:25px;width:25px; position: absolute;text-decoration:none;top: 10px;right: 0%;font-size: 36px !important;margin-right: 0px;z-index:100;color:#000;cursor:pointer;trainsition:all .3s;-o-transition:all .5s;  -ms-transition:all .5s;  -moz-transition:all .5s;  -webkit-transition:all .5s;}
    #vle_mobileHeight {transition:all ease .4s;margin-top: 0;}
#vle_mobileHeight.no_offer_bar {
    top: 43px;
}
    #topNav{height: 50px;background:#fff;}
    #topNav .login {position: absolute;right: 74px;top: 16px;margin: 0px 0px 15px 0;font-size:14px;}
    #topNav .vle_searchblk {padding-left: 0px;float: right;margin: 10px 46.4px 0 0;width:25%;}

    .vle_submenulist{display: none;}
    .backarrow{width: 20px;display: inline-block;padding-top: 15px;padding-bottom: 4px;margin-right: 5px;}
    .backarrow-inner {display: block;}
  	.backarrow-inner, .backarrow-inner::before, .backarrow-inner::after {width: 14px;height: 1px;background-color: #000;border-radius: 4px;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease; }
  	.backarrow-inner::before, .backarrow-inner::after {content: "";display: block; }
	.backarrow-inner::before {top: -3px; }
  	.backarrow-inner::after {bottom: -3px; }
	.backarrow .backarrow-inner::before {transform: translate3d(-3px, 0, 0) rotate(-45deg) scale(0.7, 1); }
	.backarrow .backarrow-inner::after {transform: translate3d(-3px, 0, 0) rotate(45deg) scale(0.7, 1); }
.m_verizonfull_logo{width: 100%;}
.vle_Verizonlogo {
    position: fixed;
    z-index: 100;
    background: none;
    transition: all ease;
}
/*location css*/
.heade_map_ic:after { margin: 0px; }
.heade_map_ic {margin: 10px 10px 0 0;}
.vle_signInlink:after{content: none;}

.vle_salesbigTfn { font-size: 18px !important;}

}
@media only screen and (min-width: 800px) and (max-width: 970px) {

.vle_searchblk { width: 15%; }
}

@media only screen and (min-width: 1020px) and (max-width: 3000px)   { 
.vle_head_top_half { width:50%; float: right; padding-top:05px;padding-bottom:0px; }
.vle_product_categories { float: left; }
.vle_header_categories { float: left; }
.vle_header_list {margin-left: 0px; margin-right: 14px;}
.vle_left_nav {width: calc(100% - 60%); padding-left: 16px;}
.vle_right_nav {width:50%; float: right;}
.vle_a:hover:after { padding-left: 16px !important;}
 .vle_gettingstarted_carosuelList .vle_bannerContent_check:after, .vle_gettingstarted_contactUs .vle_bannerContent_check:after, .vle_footer_menu ul li a, .vle_a:after, .vle_lq_lable, .vle_lq_offer, .vle_do_not span, .vle_sing_hd, .vle_sign_popup .vle_left_signin_a, .vle_chat_datime, .vle_chat_btn, .vle_chat_privacy_btm ul li a   { font-size: 10px; }
.vle_product_categories .vle_product_list,.vle_submenu_appender .vle_submenu_appender_list, .vle_product_categories li.vle_product_list:last-child:after, .vle_saleContant, .vle_header_list, .vle_signInlink, .vle_head_nav, .vle_top_menu ul.vle_nav_list li a, .vle_getting_box p,  .date, .profile_container h4, .vle_sub_head, .vle_sutor_name, .vle_products_box p, .vle_offer-1_box p, ul.vle_offer_list li a, .vle_notification_content p , .vle_notification_content a, .vle_lq_input, .vle_inner_tooltip h3, .vle_inner_tooltip p, .vle_inner_scroll h3, .vle_lq_edit_delete, .vl_lq_edit, .vl_lq_delete, .vz-cutom-checkbox, .vle_error_msg, .vle_error_h3, .vle_error_pragrp, .vle_mdac_head, .vle_mdac_content, p.vle_left_signin_parg, .vle_sign_userid, .vle_security_subhd, .vle_sign_popup .vle_pragh, .vle_sign_popup_input, .vle_chat_tooltip_inner, .vle_chat_name, .vle_chat_wind_wrap.open .vle_chat_connecting, .vle_chat_type_input  { font-size: 14px; }
.vle_lnav_head, .vle_gettingstarted_carosuelList_header, .vle_getting_box h3, .vle_sucess_stories_box h3, .solution_box_content h3, .vle_products_box h3, .vle_offer-1_box h3, .vle_gatway_box_head, .vle_lq_head, .vle_modal_head  {  font-size: 30px; }
.vle_salesbigTfn { font-size: 18px;}
}
@media only screen and (min-width: 1020px) and (max-width: 1150px) {

.vle_searchblk {
    width: 12%;
}
	
}
@media only screen and (min-width: 1281px)  { 
       .vle_saleContant, .vle_salesbigTfn { font-size: 22px !important; margin-top: 13px!important;}
    }
@media only screen and (min-width: 1440px)  { 
.vle_product_categories .vle_product_list, .vle_submenu_appender .vle_submenu_appender_list, .vle_saleContant,  .vle_header_list, .vle_signInlink { font-size: 14px; }
.vle_product_categories.adjest-wid {width: 478px;}
.vle_product_categories {margin-right: 57px;}
 .vle_requestQuote { font-size: 14px; }
/*.vle_salesbigTfn { font-size: 22px; margin-top: 13px;}*/
}
/* The Modal (background) */
.aem-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
     -webkit-overflow-scrolling: touch;
}

/* Modal Content */
.aem-modal-content {
    background-color: #fefefe;
    margin: 0 auto;
   /* padding: 20px;*/
    border: 1px solid #888;
    width:80%;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 76vh;
    overflow:hidden;
   /* overflow-y: scroll;*/
     -webkit-overflow-scrolling: touch;
}
.offerPricing-modal-content{
 background-color: #fefefe;
    margin: 0 auto;
   /* padding: 20px;*/
    border: 1px solid #888;
    width:80%;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 76vh;
    overflow:auto;
   /* overflow-y: scroll;*/
     -webkit-overflow-scrolling: touch;
}

.guestwifi-modal-content {
    background-color: #fefefe;
    margin: 0 auto;
   /* padding: 20px;*/
    border: 1px solid #888;
    width:50%;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 400px;
    overflow-y: auto;
     -webkit-overflow-scrolling: touch;
}

.systemRequirements-modal-content {
	width: 750px;
    top: 25%;
    left: 30%;
    border: 3px solid #aaa;
    position: absolute;
    z-index: 9999;
    zoom: 1;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);	
}
.sysReq-modal-header {
	background-color: #fff;
    width: 700px;
    padding: 20px;
    text-align: left;	
}
.sysReq-modal-ul {
    display: block;
    list-style-type: disc !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.sysReq-modal-li {
    display: list-item !Important;
    text-align: -webkit-match-parent;
}
.fixer {
    display: block;
    clear: both;
    overflow: hidden;
    width: auto;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.guestwifi-modal-content .overlay_window{
    height:360px;
}
.overlay_window{
    width: 100%;
    height: 72vh;
    float: left;
}


.overlay_window_offerPricing{
    width: 100%;
    height: 70vh;
    float: left;
}

.overlay_window_checkAvail{
    width: 100%;
    height: 76vh;
    /*overflow-y: scroll;*/
    float: left;
}

.overlay_window_sysReq {
	width: 100%;
    height: 72vh;
    float: left;	
}

/* The Close Button */
.aem-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin:10px;
}

.aem-modal-close:hover,
.aem-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.color-white{
	color: #fff;      
}                    
.color-black{
	color: #000;
}

@media screen and (max-width: 800px) and (min-width: 300px){
    .vle_mobile_headerContainer.solution_offer_bar {
    top: 95px;
}
   .guestwifi-modal-content{
        width:100%;
        height:89vh;
     } 
   .systemRequirements-modal-content {
     	width:100%;
        height:89vh;
        left:0px;
     }    
  /* .guestwifi-modal-content .overlay_window{
    	height:96vh;
	} */
.overlay_window_checkAvail{height:96vh;}
.aem-modal-content{height: 95vh;
    width: 100%; margin:0;}

.offerPricing-modal-content{height: 89vh;
    width: 100%;  overflow:auto;}
.overlay_window{height:91vh;}
.overlay_window_offerPricing { height:91vh; }
.overlay_window_sysReq { height: 91vh; width: 100%; }
}

@media screen and (max-width: 812px) and (min-width: 375px) and (orientation: landscape){
    .vle_salesbigTfn {
     font-size: 18px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 800px){
   .guestwifi-modal-content{
        width:80%;
     } 
    .systemRequirements-modal-content {
     	width:100%;
        height:89vh;
        left:0px;
     }               
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.aem-modal-content{margin:0;}

}


@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.aem-modal-content{margin:0;}

}

/**********************************/
/****** Accessibility - Start *****/
/**********************************/
.header-accessibility{
    position: fixed !important;
    z-index: 9999999!important;
    left: 10px;
    top: 10px;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    background:#fff;
}

.header-accessibility:focus {
    opacity: 1;
    height: auto;
    width: auto;
    overflow: auto;
    box-shadow: 0 6px 18px rgba(0,0,0,.1);
    outline: #333 dotted 1px;
    padding: 10px;
    color: #000 !important;
}
.gateway_access_header.header-accessibility{    
    left: auto;   
    right: 10px;
}
/**********************************/
/******** Accessibility - End *****/
/**********************************/
        .m_display_black { display: none; }
        .m_acc_content{display: block;}
        .vle_footer_bottom img {    float: left;    margin-left: 25px;}
 @media screen and (max-width:800px) and (min-width: 300px){
            .m_fac_click { top:03px;right:0px;background: url(clientlib-vbm-common/components/content/vbm-footer/images/caret-down-w.svg) no-repeat right center transparent;background-size: 18px; width: 100%; height: 13px; }
            .m_fac_click.acc_open {background: url(clientlib-vbm-common/components/content/vbm-footer/images/caret-up-w.svg) no-repeat right center transparent;background-size: 18px; width: 100%; height: 13px}
            .m_display_black { display: block; position: absolute;}
            .m_acc_content { display: none; }
            .m_acc_parent{position: relative;}
            .vle_footer_bottom img:last-child {    margin-right: 25px;    clear: both;    margin-top: 13px;}
}

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

 .m_acc_content{display: block !important;}
}
@media only screen and (max-width: 3000px) and (min-width: 1020px){

	.vle_heading, section footer .vle_sub_div ul li a{
		
		font-size:14px !important;
	}

}

footer { display:block}
/* ========================= Start Footer Part for Desktop =============================== */
section footer{ width:100%;  float:left;  background:#000}
section footer .vle_sub_div{ width:25%;  padding:16px;  min-height:245px;  float:left;  -webkit-box-sizing:border-box;  -moz-box-sizing:border-box;  box-sizing:border-box;  margin:0px;  border-right:1px solid #323232}
        section footer .vle_sub_div:nth-child(4){border-right:0; }        
section footer .vle_sub_div .vle_heading{ font-size:12px;  line-height:1;  text-align:left;  color:#fff;  border-bottom:1px solid #fff;  font-family:"NHaasGroteskDSStd-75Bd";  padding-bottom:08px}
section footer .vle_sub_div ul{ margin:0px;  padding:0px}
section footer .vle_sub_div ul li{ margin:0px;  padding:0px;  list-style-type:none;  line-height:20px}
section footer .vle_sub_div ul li a{ font-family:"NHaasGroteskDSStd-55Rg";  font-size:12px;  color:#fff;  text-decoration:none}
.vle_min_height_135{ min-height:135px}
section footer .vle_sub_div ul.vle_follow li{ display:inline;  margin:10px 20px 0 0;  float:left}
ul.vle_follow li a img { width: 18px; }
.vle_footer_menu{ border-top:1px solid #323232;  width:100%;  float:left;  padding:16px;  box-sizing:border-box;display:flex;flex-wrap:wrap;}
.vle_footer_menu div {width:25%;}
.vle_footer_menu div img{width:148px;margin-bottom:30px;}
.vle_footer_menu ul{width:75%;}
.vle_footer_menu ul li{ margin:0px 12px 0 0;  padding:0px;  float:left;  display:inline;  line-height:38px}
.vle_footer_menu ul li a{ font-size:14px;  color:#747676;  text-decoration:none}
.vle_footer_bottom{ text-align:center;  width:100%; /* background:#f7f7f7;*/  float:left;  clear:both;  min-height:80px;  padding:16px 0px}
.hideme{opacity:0;}
/* ========================= End Footer Part for Desktop =============================== */

@media only screen and (min-width: 1440px)  { 
  .vle_footer_menu ul li a, .vle_lq_offer, .vle_lq_lable { font-size: 14px; }
}


@media screen and (max-width:800px) and (min-width: 300px){
    /* ========================= Start Footer Part for Mobile =============================== */
     section footer .vle_sub_div{ border-right:none;  width:100%;  min-height:inherit;}
     .vle_min_height_135{ min-height:auto;  padding-bottom:34px}
     .vle_footer_menu ul li{ float:none;  line-height:28px;  display:list-item}
     .vle_footer_menu ul li a{ font-size:14px!important}
	.vle_footer_menu div{width:100%;}
.vle_footer_menu div img{width:88px;}
      
    

    /* ========================= End Footer Part for Mobile =============================== */
}

@media only screen and (min-width:450px) and (max-width: 767px)  {
.vle_requestQuote, .vle_gettingstarted_carosuelList .vle_bannerContent_check:after, .vle_gettingstarted_contactUs .vle_bannerContent_check:after, .vle_footer_menu ul li a, .vle_a:after, .vle_lq_lable, .vle_lq_offer, .vle_do_not span, .vle_sing_hd, .vle_sign_popup .vle_left_signin_a, .vle_chat_datime, .vle_chat_btn, .vle_chat_privacy_btm ul li a   { font-size: 10px; }

.vle_product_categories .vle_product_list,.vle_submenu_appender .vle_submenu_appender_list, .vle_product_categories li.vle_product_list:last-child:after, .vle_saleContant, .vle_header_list, .vle_signInlink, .vle_head_nav, .vle_top_menu ul.vle_nav_list li a, .vle_gettingstarted_carosuelList_Content, .vle_gettingstarted_carosuelList .vle_bannerContent_check, .vle_gettingstarted_contactUs .vle_bannerContent_check, section footer .vle_sub_div .vle_heading, section footer .vle_sub_div ul li a, .vle_getting_box p, .vle_a, .date, .vle_resorce_people_content p, .profile_container h4, .profile_container p, .vle_sub_head, .vle_sutor_name, .solution_box_content p, .vle_products_box p, .vle_offer-1_box p, ul.vle_offer_list li a, .vle_gatway_innovation_paragrap, .vle_gatway_box_content, .vle_notification_content p , .vle_notification_content a, .vle_lq_input, .vle_inner_tooltip h3, .vle_inner_tooltip p, .vle_inner_scroll h3, .vle_lq_edit_delete, .vl_lq_edit, .vl_lq_delete, .vz-cutom-checkbox, .vle_error_msg, .vle_error_h3, .vle_error_pragrp, .vle_mdac_head, .vle_mdac_content, p.vle_left_signin_parg, .vle_sign_userid, .vle_security_subhd, .vle_sign_popup .vle_pragh, .vle_sign_popup_input, .vle_chat_tooltip_inner, .vle_chat_name, .vle_chat_wind_wrap.open .vle_chat_connecting, .vle_chat_type_input  { font-size: 14px; }
.vle_salesbigTfn { font-size: 20px !important;}
}

@media screen and (min-width:768px) and (max-width: 768px){
    
	.vle_salesbigTfn { font-size: 18px !important; }

    
}
.vle_tooltip_white_Info{ color:  #fff; font-family: arial; background: transparent; height: 13px; width:13px; font-size: 10px;  float: left; text-align: center; line-height:12px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border:1px solid #fff;}

.tooltipContent_offerBar {
	display:none;    
	position: fixed;    
	margin: 0 auto;    
	top: 20%;    
	left: 35%;
	width:33.3vw;    
	min-height: 200px;    
	background: #fff;
    color: #000;
    z-index:99999;
    padding: 18px 19px;    
    background: #fff;    
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

.tooltipContent_heromarquee{display:none;    position: fixed;    margin: 0 auto;    top: 30%;    left: 50%;   width: 33.3vw;
    min-height: 42vh;    margin-left: -200px;    background: #fff;
    color: #000;z-index:99999;padding: 18px 19px;    background: #fff;    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2); }


.tooltipContent_offerBar_content{    
	min-height: 138px;
    font-family: NHaasGroteskDSStd-55Rg;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
    color: #000;
    display:block;
    cursor: default;
}
.tooltipContent_offerbarClose img{ 
	position: absolute;
	width: 25px;
	right: 32px;
	top: 32px;
}
.popupContent{
    min-height: 25vh;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}
a.letsgo_btn:after {
 	content: '';
    display: inline-block;
    width: 28px;
    height: 20px;
    top: 5px;
    background: url('clientlib-vbm-common/components/content/vbm-header-common/images/right-caret.svg') transparent 10px 0px no-repeat;
    position: relative;

}
a.letsgo_btn {
    border-radius: 0;
    text-align :right;

}
@media screen and (max-width:800px) and (min-width: 300px){
	.popupContent{ min-height:30vh }
    .vle_special_offer_for_mobile { display: block;min-height: 54px; background-color: #000000; padding: 13px 0 14px 46px; position: relative; }
    .vle_special_offer_for_mobile .vle_special_offer_content {
    	font-family:"NHaasGroteskDSStd-55Rg"; 
    	font-size: 14px;
    	line-height: 14px; 
/*     	max-width: 80%!important;  */
    	min-width: 70%;
    	left: 7em;
	    width: 100% !important;
   	}
    .vle_special_offer_for_mobile .vle_special_offer_content_span { float: left; }
    .vle_special_offer_for_mobile .i { margin-left: 16px; color: #000; font-family: arial; background: #fff; height: 11px; width:11px; font-size: 11px;  float: left; text-align: center; line-height: 11px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; }
    .vle_special_offer_for_mobile { top:0px; max-height: 55px !important; padding: 2% 6em 2% 16px !important;}
	.tooltipContent_offerBar{
		top:10vh;
    	width: 85%;
    	height: 85vh;
		overflow: scroll;
	}
	.tooltipContent_heromarquee{left: 58%;
    	width: 90vw;
    	height: 95vh;
    	top: 10px;
   	}
	a.letsgo_btn {
    	text-align :right;
	}
	.vbm_tooltip_overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(116,118,118,.9);
	    height: 100%;
	    width: 100%;
	}
	.vbm_tooltip_overlay_content {
		padding: 18px 19px;
	    height: 100%;
	    background: #fff;
	    overflow-y: auto;	
	}
}
@media screen and (min-width: 765px) and (max-width: 860px) and (orientation: portrait) {
	.tooltipContent_heromarquee{ left:30%; top:30%; height:initial; }
	.tooltipContent_offerBar
	{
		/* left:30%;
		top:30%; */
		height:initial;
	}
    .popupContent{ min-height:25vh; }
 	a.letsgo_btn { text-align :right; }
}

@media screen and (min-width:760px) and (max-width: 1024px){
	.vle_special_offer_for_mobile .vle_special_offer_content{ 
		font-size:12px!important; 
		text-align: right;
		padding-right: 1%; 
	}
}

@media screen and (max-width:1366px) and (min-width: 800px) {
.vle_special_offer_for_mobile { display: block; background-color:#f6f6f6; padding: 13px 0 14px 16px; position: relative;margin-top:12px; }
.vle_special_offer_for_mobile .vle_special_offer_content {float: left; width:96%;}
.vle_special_offer_for_mobile .vle_special_offer_content_span { float: left; width:auto; }
.vle_special_offer_for_mobile .i {border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; }
}

/*and (orientation:landscape)*/

@media only screen and (min-width:450px) and (max-width: 767px)  {
	.tooltipContent_offerBar {
		top: 20%;
		width: 85%;
		height: 50vh;
		left: 38%;
	}
	.tooltip_overflow_scroll_offerbar {
		overflow: scroll;
	}
	 a.letsgo_btn {
	    text-align :right;
	}
	.vbm_tooltip_overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(116,118,118,.9);
	    height: 100%;
	    width: 100%;
	}
	.vbm_tooltip_overlay_content {
		padding: 18px 19px;
	    height: 100%;
	    background: #fff;
	    overflow-y: auto;	
	}
}
    
//new tooltip changes
.tipso_bubble, .tipso_bubble > .tipso_arrow, .tipso_bubble > .tipso_arrow_tp{
      -webkit-box-sizing: border-box;
      -moz-box-sizing:    border-box;
      box-sizing:         border-box;
    }
      .tipso_bubble {

        position: absolute;
      text-align: center;
      z-index: 9999;
    }


    .tipso_content {
           font-size: 14px;
           text-align: left;
            color: #000000;
            font-family:"NHaasGroteskDSStd-55Rg";
        padding: 0.5em;
      background: #fff; border:1px solid #000;
    }
        .tipso_content h3{
      font-family:"NHaasGroteskDSStd-75Bd";
 font-size: 14px;
                }

    /* Tipso Bubble Div */
    .tipso_bubble > .tipso_arrow{
      position: absolute;
      width: 15px; height: 15px;
      /*border: 8px solid; */
      pointer-events: none;
    }
    .tipso_bubble.top > .tipso_arrow {
      background:url(clientlib-vbm-common/components/content/vbm-header-common/images/tooltip_arrow_bottom.svg) no-repeat center bottom;
      background-size: 15px;
      bottom: -6px;
      left: 50%;
      margin-left: -8px;
    }
    .tipso_bubble.bottom > .tipso_arrow {
      background:url(clientlib-vbm-common/components/content/vbm-header-common/images/tooltip_arrow_top.svg) no-repeat center bottom;
      background-size: 15px;
      top:-14px;
      left: 50%;
      margin-left: -8px;
    }
.vle_special_offer_for_mobile {
    display: block;
    min-height: 40px;
    background-color: #000;
    padding: 10px 0 10px 16px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
}

.vle_special_offer_for_mobile .vle_special_offer_content {
    font-family: "NHaasGroteskDSStd-55Rg";
    font-size: 12px;
    line-height: 10px;
    float: right;
    width: 50.6%;
    color: #fff;
    position: relative;
}

.vle_special_offer_for_mobile .vle_tooltip {
    float: initial;
    position: relative;
    display: inline-block;
    margin-left: 0px;
}
/*iphone-x only*/
@media screen and (max-width: 812px) and (min-width: 375px) and (orientation: landscape){
	.tooltipContent_offerBar,.tooltipContent_heromarquee {
	    top: 8%;
	    width: 80vw;
	    height: 90vh;
	    left: 38%;
	}
	.vbm_tooltip_overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(116,118,118,.9);
	    height: 100%;
	    width: 100%;
	}
	.vbm_tooltip_overlay_content {
		padding: 18px 19px;
	    height: 100%;
	    background: #fff;
	    overflow-y: auto;	
	}
}
