
body{padding: 0; margin: 0; color: #363636; font-size: 16px; line-height: 22px;font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;}
html{ scroll-behavior: smooth;}
::-webkit-scrollbar {width: 10px;}/* Track */::-webkit-scrollbar-track { background: #f1f1f1;}/* Handle */::-webkit-scrollbar-thumb { background: #141925;}/* Handle on hover */::-webkit-scrollbar-thumb:hover {background: #555;}/* Firefox */ * {scrollbar-width: auto;scrollbar-color: #222222 #f1f1f1;}

@font-face {font-family: 'Forma DJR Display';src: url('FormaDJRDisplay-Regular.woff2') format('woff2'), url('FormaDJRDisplay-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Forma DJR Micro';src: url('FormaDJRMicro-Regular.woff2') format('woff2'), url('FormaDJRMicro-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face { font-family: Helvetica; src: url("Fonts/Helvetica.ttf") format("ttf")}
.container-wrap h1{font-size: calc(28px + (50 - 25) * ((100vw - 300px) / (2500 - 300))); font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif; color: #000000;}
.container-wrap h2{font-size: calc(24px + (40 - 20) * ((100vw - 300px) / (2500 - 300))); font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;color: #000000;}
.container-wrap h3{font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (2500 - 300))); font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;color: #000000;}
.container-wrap h4{font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (2500 - 300))); font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;color: #000000;}
.container-wrap h5{font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (2500 - 300))); font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;color: #000000;}
.container-wrap h6{font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2500 - 300))); font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;color: #000000;}
.container-wrap p{font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;}
*{padding: 0px; margin: 0px;outline:none;box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;}
.container-wrap .h1, .container-wrap .h2, .container-wrap .h3, .container-wrap .h4, .container-wrap .h5, .container-wrap .h6, .container-wrap h1, .container-wrap h2, .container-wrap h3, .container-wrap h4, h5, .container-wrap h6 { padding: 0px; margin: 0px; font-weight: 500; line-height: 1.2;}
.container-wrap a:focus {outline: 0px auto -webkit-focus-ring-color;outline-offset: 0px;}

.container-wrap a, .container-wrap img {text-decoration: none;outline: none;}
.container-wrap ul{margin:0;padding:0;list-style:none;}
.container-wrap a:hover{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
img{ max-width: 100%; }
html:not([lang=zh-cn]):not([lang=zh-tw]):not([lang=zh-hk]):not([lang=ja-jp]) body * {word-break: keep-all;}
.hp_btnPrimary {display: inline-block;padding: 0 0 11px 30px;}
.hp_btnPrimary a{color: #FFFFFF;background-color: #000000;border: 2px solid #000000; white-space: nowrap; padding: 7px 30px;font-size: 20px;display: inline-block;-webkit-transition: all .3s ease;transition: all .3s ease;}
.hp_btnPrimary a:hover{ background:#40defa;border-color:#40defa; text-decoration: none;}
.container-wrap *:hover{ transition: all .5s;outline:0;}
.container-wrap sub, .container-wrap sup {position: relative;font-size: 68%;line-height: 0;vertical-align: baseline;}
.container-wrap sup {top: -0.5em;}
.container-wrap .btn-close:focus {outline: 0;box-shadow: 0 0 0 0;}
.container-wrap  {max-width:1280px; margin: auto; width: 100%; padding: 0 15px; font-family: 'Forma DJR Micro',Arial,Helvetica,sans-serif;}


/*Nav*/
.logo {float: left; padding: 23px 40px 0 0; }
.logo a {font-size: 20px;padding: 0;  margin: 26px 0 0;font-weight: 500;height: auto; line-height: 1.25; color: #000; text-decoration: none;}
.main-nav{ z-index: 999; min-height: 72px; float: left; width: 100%; background: #fff; box-shadow:0 3px 6px 0 rgb(197 197 197 / 16%);border-bottom: 1px solid #000;position: fixed;  }
nav ul { width: auto; float: left;margin: 0 auto; list-style: none; text-align: center; display: table;}
nav ul li { float: left;  padding: 25px 15px 23px 15px;  vertical-align: middle; position: relative;-webkit-transition: all .3s ease;  transition: all .3s ease;  }
nav ul li:first-child {padding-left: 0;}
nav ul li a { padding: 10px 0; color: #000; text-decoration: none; transition: all 0.2s ease; font-size: 16px;}
nav ul li a:hover { color: #000; }
nav ul li.dropdown-toggle{border-bottom: 3px solid transparent;}
nav .dropdown-list {display: none;top: 73px; margin: 0; padding: 7px 0; left: 0px;position: absolute;background-color: #fff;min-width: 204px;box-shadow:0 12px 12px 0 rgba(0,0,0,.2);z-index: 1;}
.dropdown-list li {width: 100%;  padding: 0;  text-align: left;}
.dropdown-list a { font-size: 14px; position: relative; color: black;padding: 8px 16px;text-decoration: none; display: block; }
.dropdown-list a:hover {background-color: #e6fcff;}
.dropdown-toggle:hover .dropdown-list {display: block;}
nav ul li.dropdown-toggle:hover  {color: #165dba;border-bottom: 3px solid #000000;border-radius: 2px;}
nav ul .dropdown-toggle::after{display: none;}
.dropdown-list li>a:after {border-top: 1px solid #000;bottom: 0;content: "";display: block; left: 17px; position: absolute; right: 17px;   transition: border-top-color .3s ease;}
.dropdown-list li:last-child >a:after{ border-top-color: transparent !important;}
.dropdown-list li:hover>a:after {border-top: 1px solid transparent;}
.main-nav .btn-group {  float: right; margin: 5px 0 0;}
a.button.primary {font-size: 16px; color: #FFFFFF;background-color: #000;line-height: 33px; padding: 0 16px 0 16px; display: block;margin: 14px 0 0;}
a.button.primary:hover { background-color:  #5a5a5a;}
.btncta a:hover{background: #5a5a5a;color: #FFFFFF;}
.dropdown-menu a{ color: #000;  padding: 8px 7px; opacity: 0.6; line-height: 29px;display: block; text-align: left;     float: left; font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300))); position: relative; overflow: hidden;}

/*Mobile Menu Css*/
.mobile_btn {display: none; z-index: 999; font-size: 20px; margin:26px 0px 5px 0px;}
.mobile_btn a {text-decoration: none; color: #000; }
.btn-open:after { font-size: 24px;margin-left: 10px; color: #000; content: "\f107"; font-family: "FontAwesome";  }
.btn-close:after { font-size: 24px; margin-left: 10px; color: #000; content: "\f106"; font-family: "FontAwesome";  }
.toggle_menu {display: none; position: absolute; top:70px; width: 100%; height: 100vh; overflow: auto; z-index: 999; right: 0; background: rgb(0 0 0 / 49%);   box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);}
.toggle_menu ul{background: #fff;}
.toggle_menu ul li {float: left; width: 100%; text-align: left;}
.toggle_menu ul li a {border-right: 0px; padding: 15px; float: left; width: 100%; border-top: 1px solid #e9e9e9 !important;}
.mobile_btn a.btn-close {margin: 0 0 0;width: auto;background: none;opacity: 1;border-radius: 0;padding: 0;height: auto;}
.mobile_nav{display: none;}
 /*Nav*/

/*banner */
.banner_sec{width:100%; float:left;position: relative; margin-top: 72px;}
.banner_sec .front_Text{vertical-align:middle;min-height: 800px;width:100%;padding: 0;background: rgba(0, 0, 0, 0.5);}
.banner_sec .front_Text .info_text{color: #fff;vertical-align: middle;float: left;width: 100%;position: absolute; left: 0;top: 0;text-align: left;}
.banner_sec .front_Text h1{font-size: 112px;line-height: 114px;padding: 20px 15px 8px 15px;width: 100%;float: left;color: #fff;border-bottom: 1px solid #fff;margin: 0;}
.banner_sec .front_Text h2{font-size: 40px;line-height: 42px;padding: 10px 15px 10px 15px;width: 100%;float: left;color: #fff;border-bottom: 1px solid #fff;margin: 0; }
.banner_sec .rtl_img{ max-width: 100%; position: absolute;right: 0;width: 100%; height: 100%; background: url("../images/Hero_Desktop.jpg") no-repeat 50% 50% / cover;   }
.banner_sec .rtl_img img{display: none;}
.btncta {display: inline-block;padding: 45px 0 11px 0;}
.btncta a{color: #fff;background: #000;text-align: center;padding:9px 28px 10px;display: inline-block;font-size: 18px; }
.btncta a:hover{background: #5a5a5a;color: #FFFFFF;}
/*banner */

.extra-indented{background-color:#e6e6e6; padding: 24px 0px 24px;width: 100%;float: left; text-align: left;}
.extra-indented h1{font-size: 50px; line-height: 52px; padding: 10px 0 10px 0; float: left;}

/*Slider */
.Slider_sec{width:100%; float:left;position: relative; }
.Slider_sec .slider_Text .info_text{background: rgba(0, 0, 0, 0.4);color: #fff;vertical-align: middle;float: left;width: 100%;position: absolute; left: 0; right: 0; top: auto; bottom: 0;  text-align: left;}
.Slider_sec .slider_Text h1{font-size: 50px; line-height: 52px;padding: 20px 15px 8px 15px; color: #fff;border-top: 1px solid #fff;margin: 0;}
.Slider_sec .slider_Text h2{font-size: 28px;line-height: 34px;padding: 10px 15px 10px 15px;  color: #fff;border-top: 1px solid #fff;margin: 0; }
.Slider_sec .rtl_img{  width: 100%;  }
.text_slide{width:100%; float:left ;}
.Slider_sec .slick-slide { position: relative;}

.Slider_sec .slick-prev {left: 0px;background:rgb(86 86 86 / 68%) url(../images/left-arrow_hover.png) no-repeat center; height: 21px;width: 21px;background-size: 17px;height: 30px;width: 30px;padding: 6px 16px 4px;border: 1px solid #fff;transition: all .5s;}
.Slider_sec .slick-next {right: 0px; background: rgb(86 86 86 / 68%) url(../images/right-arrow_hover.png) no-repeat center; height: 21px;width: 21px;background-size: 17px;height: 30px;width: 30px;padding: 6px 16px 4px;border: 1px solid #fff;transition: all .5s;}
.Slider_sec .slick-prev:hover {background-image: url(../images/left-arrow_hover.png);background-color: #000000;background-repeat: no-repeat; background-position: center;}
.Slider_sec .slick-next:hover { background-image: url(../images/right-arrow_hover.png);background-color: #000000;background-repeat: no-repeat; background-position: center;}
.Slider_sec .slick-prev.slick-arrow.slick-disabled {opacity: .5 !important;cursor: auto; background-image: url(../images/left-arrow_hover.png);background-color: rgb(86 86 86 / 68%);}
.Slider_sec .slick-next.slick-arrow.slick-disabled {opacity: .5 !important;cursor: auto; background-image: url(../images/right-arrow_hover.png);background-color:rgb(86 86 86 / 68%);}
.Slider_sec .slick-slide .Ksp_mobile{display: none;}
/*Slider */

/* laptop_1  css*/
.head_text{background-color:#40defa;float: left;width: 100%;padding:18px 0 16px 0;}
.head_text h1{font-size: 50px; line-height: 52px; padding: 10px 0 10px 0; float: left;}
.laptop_1{padding: 64px 0px 39px;width: 100%;float: left; text-align: left;}
.laptop_1 h4{color: #000000;font-size: 34px;line-height: 40px;float: left;width: 100%;padding: 0 0 18px;min-height: auto;}
.laptop_1 p{font-weight: 400;font-size: 20px;line-height: 24px;color: #000000;}
.laptop_1 .slick-prev, .laptop_1 .slick-next{top: 36%;}
.col_slide{ padding: 0 15px;}
.col_slide img{display: inline; margin-bottom: 0;}
.c-divider {height: calc(1px - 0.5px);background-color: #000;float: left;width: 100%;margin: 0 0 10px;}
.lpt_mobile{display: none;}
/* laptop_1*/

/* component  css*/
.hp-component{padding: 64px 0px 62px;width: 100%;float: left; text-align: center;}
.hp-component h4{color: #000000;font-size: 28px;line-height: 34px;float: left;width: 100%;padding: 22px 0 18px;min-height: auto;background: #40defa;border-bottom: 1px solid #000;}
.text_box ul li { float: left; width: 100%;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #000;}
.text_box {text-align: center;padding: 0 0 0; float: left; border: 1px solid #000;}
.c_cta { float: left;width: 100%;}
.c_cta a{background: #165dba;border: 1px solid transparent;padding: 5px 16px 5px;cursor: pointer;display: inline-block;}
.c_cta .disabled{ background: grey !important; border-color: grey !important;color: #fff !important;cursor: not-allowed; pointer-events: none;}
.text_box ul li p{font-size: 16px;line-height: 22px;padding: 14px 8px 12px;width: 100%;margin: 0;}
.text_box ul li:last-child{border: 0;}
.c_cta a{margin: 4px 8px;color: #fff;background: #000;text-align: center;padding: 6px 15px 4px;display: inline-block;font-size: 16px;}
.c_cta a:hover{background: #5a5a5a;color: #FFFFFF;}
.text_box ul li:nth-child(1){ min-height: 80px;}
.text_box ul li:nth-child(5) { min-height: 62px;}
.text_box ul li:nth-child(7) { min-height: 100px;}  
.text_box ul li:last-child { min-height: 100px;}  
.component_slide .slick-slide{margin: 0 0;}
.colText_slide img{display: inline; margin-bottom: 20px;}
.component_slide .slick-slide:nth-child(2) .text_box { border-left: 1px solid transparent;}
/* component*/

/*technology CSS*/
.technology{background-color:#fff;float: left;width: 100%;padding: 21px 0 0;}
.technology h3{color: #000000;font-size: 28px;line-height: 34px;float: left;width: 100%; padding: 28px 0 17px;}
.energy_efficient p{font-weight: 400;font-size: 16px;line-height: 22px;color: #000000; }
.ene_slide{ float: left; width: 33%;}
.hgt_img {min-height: 89px;display: flex;align-items: flex-end;justify-content: left;}
.hgt_img img{max-height: 80px;}
.ene_slide{padding: 21px 15px 14px 30px;border-left: 1px solid #000;min-height: 294px;}
.tech_flex{display: flex;border-top: 1px solid #000;}
.tech_flex:first-child{ border-top: 0px solid #000;}
.ene_slide:first-child{ border-left: 0px solid #000;}
.Windows_text{background-color: #ffffff;float: left;width: 100%;padding:40px 0 0 0; }
.Windows_text h1{font-size: 50px; line-height: 52px; padding: 34px 0 10px 0;width: 100%; float: left;}
/*technology CSS*/
 
/*banner */
.Wolf-desktop{width:100%; float:left;position: relative;     padding-top: 70px;}
.Wolf-desktop .front_Text{background: #333333;vertical-align:middle;min-height: 725px;width:100%;padding: 0;}
.Wolf-desktop .front_Text .info_text{padding: 30px 15px 29px 0;color: #000;vertical-align: middle;float: left;max-width: 442px;}
.content-inner{background: #000000;vertical-align: middle; float: left ; width: 100%;}
.Wolf-desktop .front_Text h1{font-size: 50px;line-height: 52px;color: #fff;padding: 22px 10px 12px 0;max-width: 442px;float: left;}
.Wolf-desktop .front_Text .info_text p{font-size: 22px;line-height: 28px;color: #fff;}
.Wolf-desktop .rtl_img{max-width: 100%;position: absolute;right: 0;width: calc(50% + 159px);height: 100%;background: url("../images/HP-Wolf-desktop.jpg") no-repeat 50% 50% / cover;}
.Wolf-desktop .rtl_img img{display: none;}
.btncta_2 {display: inline-block;padding: 30px 0 91px 0;}
.btncta_2 a{color: #000;background: #ffffff;text-align: center;padding: 12px 29px 10px;display: inline-block;font-size: 18px;}
.btncta_2 a:hover{background: #8e8e8e;color: #FFFFFF;}
.logo_img img{max-height: 60px;}
/*banner */


/*sustainable */
.sustainable-impact{width:100%; float:left;position: relative; margin-top: 0;border-top: 1px solid #f2ebdc;}
.sustainable-impact .sustainable_Text{vertical-align:middle;min-height: 845px;width:100%;padding: 0;background: rgba(0, 0, 0, 0.5);}
.sustainable-impact .sustainable_Text .sust_info_text{color: #fff;vertical-align: middle;float: left;width: 100%;position: absolute; left: 0;top: 0;text-align: left;}
.sustainable-impact .sustainable_Text h1{font-size: 180px;line-height: 190px;padding: 20px 15px 8px 15px;width: 100%;float: left;color: #f2ebdc;border-bottom: 1px solid #f2ebdc;margin: 0;}
.sustainable-impact .sustainable_Text h2{font-size: 30px;line-height: 36px;padding: 16px 15px 10px 15px;width: 100%;float: left;color: #f2ebdc;/* border-bottom: 1px solid #f2ebdc; */margin: 0;}
.sustainable-impact .sust_img{ max-width: 100%; position: absolute;right: 0;width: 100%; height: 100%; background: url("../images/sustainability-desktop.jpg") no-repeat 50% 50% / cover;   }
.sustainable-impact .sust_img img{display: none;}
.sustainable-impact .sustainable_Text h2 a{position: relative;color: #fff;font-size: 16px;padding: 0 19px 0 38px;height: 34px;}
.sustainable-impact .sustainable_Text h2 a:hover{ color: #c7c7c7;text-decoration: underline; }
.logo_img_2 {padding: 31px 0 18px;width:100%; float:left;}
.logo_img_2 img{max-height: 80px;}
.sus_mobile{display: none;}
.sustainable_Text h2 span{display: flex;}
.sustainable_Text h2  svg.link-arrow-svg {fill: #FFF;}
.sustainable_Text h2 svg {position: absolute;right: 3px;top: 11px;fill: #fff;} 
/*sustainable */


/* probook  css*/
.probook_text{background-color: #ffffff;float: left;width: 100%;padding:18px 0 16px 0;border-bottom: 1px solid #000;}
.probook_text h1{font-size: 50px; line-height: 52px; padding: 10px 0 10px 0; float: left;}
.probook{padding: 54px 0px 39px;width: 100%;float: left; text-align: left;}


.probook h4{color: #000000;font-size: 22px;line-height: 28px;float: left;width: 100%;padding: 0 0 11px;min-height: auto;}
.probook p{font-weight: 400;font-size: 18px;line-height: 22px;color: #000000;}
.pro_inner h5{color: #000000;font-size: 28px;line-height: 34px;}
.pro_inner p{font-weight: 400;font-size: 16px;line-height: 20px;color: #000000;}
.probook .slick-prev, .probook .slick-next{top: 36%;}
.col_slide_2{ padding: 0 15px;}
.lap_img{background: #e6e6e6;width: 100%;overflow: hidden;display: flex;margin: 0 0 25px;height: 250px;justify-content: center;}
.c_cta_2 {min-height: 149px;padding: 33px 15px 9px;}
.c-divider {height: calc(1px - 0.5px);background-color: #000;float: left;width: 100%;margin: 0 0 10px;}
.c_cta_2 a.btn_2{position: relative;color: #000;font-size: 16px;padding: 0 19px 2px 0;display: inline-block;height: 26px;line-height: 29px;/* display: flex; */}
.c_cta_2 a.btn_2:hover{ color: #000;text-decoration: underline; }
.c_cta_2 a.btn_1{color: #fff;background: #000;text-align: center;padding:10px 34px 9px;display: inline-block;font-size: 16px;margin: 0 0 20px;}
.c_cta_2 a.btn_1:hover{background: #5a5a5a;color: #FFFFFF;}
.c_cta_2 a svg.link-arrow-svg {fill: #000;}
.c_cta_2 a svg {position: absolute;right: 3px;top: 8px;fill: #000;} 
.equal_text {min-height: 246px;padding: 0 14px;}
.pro_inner {display: flex;min-height: 111px;flex-direction: column;justify-content: flex-end;}
.border_2 { border: 1px solid #000;}
/* probook*/


/*footer CSS*/
.textfooter{background-color:#f6f6f6;float: left;width: 100%;padding: 40px 0 34px;}
.textfooter .text_ftp{padding: 0px 24px 0;background-color: #fff;float: left;width: 100%;border-radius: 5px;}
.textfooter ol{list-style-type: decimal; margin-left: 12px;padding-left: 0;    margin-bottom: 26px;}
.textfooter p, .textfooter  li {padding: 2px  0;color: #000;line-height: 20px;font-size: 12px; margin: 0 0 10px; letter-spacing: .3px;font-weight: 400;}
.textfooter  li {margin:0 0 10px 0px;}
.collapsible-text{margin: 4px 0 33px; color: #000000;  }
.dropClose{cursor: pointer;float: left;width: 100%;    position: relative;/* border-bottom: 1px solid #929292; */margin: 29px 0 29px;}
.dropClose h3{float: left;font-size: 18px;font-weight: 400;}
.dropClose i{float: right;font-size: 22px; font-weight: bolder;} .dropOpen{ float: left; width: 100%;}
.textfooter p a, .textfooter li a{text-decoration: underline;color: #474747;}
.textfooter p a:hover, .textfooter li a:hover{text-decoration: underline;color: #0077C0;}
.faupDow i.fa.fa-angle-up {  transform: rotate(180deg);}
.btn2in{ margin: 19px 0 16px;}
/*footer CSS*/



.slick-prev {left: 0px;background: rgb(251 251 251 / 68%) url(../images/left-arrow.png) no-repeat center; height: 21px;width: 21px;background-size: 17px;height: 30px;width: 30px;padding: 6px 16px 4px;border: 1px solid #000;transition: all .5s;}
.slick-next {right: 0px; background: rgb(251 251 251 / 68%) url(../images/right-arrow.png) no-repeat center; height: 21px;width: 21px;background-size: 17px;height: 30px;width: 30px;padding: 6px 16px 4px;border: 1px solid #000;transition: all .5s;}
.slick-prev:hover {background-image: url(../images/left-arrow_hover.png);background-color: #000000;background-repeat: no-repeat; background-position: center;}
.slick-next:hover { background-image: url(../images/right-arrow_hover.png);background-color: #000000;background-repeat: no-repeat; background-position: center;}
.slick-prev.slick-arrow.slick-disabled {opacity: .5 !important;cursor: auto; background-image: url(../images/left-arrow.png);background-color: rgb(251 251 251 / 68%);}
.slick-next.slick-arrow.slick-disabled {opacity: .5 !important;cursor: auto; background-image: url(../images/right-arrow.png);background-color: rgb(251 251 251 / 68%);}

.affix {width: 100%;top: 0px;position: fixed;overflow: visible!important;transition: all .5s;z-index: 9998;margin: 0 auto;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-delay: .1s;animation-delay: .1s;-webkit-animation-name: fadeInDown;animation-name: fadeInDown;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.opacityin {opacity: 0;visibility: hidden;z-index: -1;transition: all .5S !important;margin-top: -91px;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-delay: .1s;animation-delay: .1s;-webkit-animation-name: fadeIn;animation-name: fadeIn;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.disabled{ background: grey !important; border-color: grey !important;color: #fff !important;cursor: not-allowed; pointer-events: none;}






/* Mobile view css*/
@media screen and (max-width:1200px) {
.Wolf-desktop .rtl_img{position: static; width: 100%; float: left; height: auto;background: none;}
.Wolf-desktop .rtl_img img{display: block;width: 100%;}
.Wolf-desktop .front_Text{float: left; min-height: fit-content;}
.Wolf-desktop .front_Text .info_text{padding: 14px 15px 7px 0;}
.banner_sec .front_Text h1{line-height: normal; font-size: calc(40px + (80 - 18) * ((100vw - 300px) / (2500 - 300)));}
.Wolf-desktop .front_Text h1,.description h1,.Slider_sec .slider_Text h1,.Windows_text h1,.probook_text h1,.extra-indented h1,.head_tech h1,.head_text h1,.custom_tab_nav h1,.hp-component h1,.datatable h2{line-height: normal; font-size: calc(28px + (60 - 18) * ((100vw - 300px) / (2500 - 300)));}
.Wolf-desktop .front_Text h2,.laptop_1 h4,.technology h3,.hp-component h4,.banner_sec .front_Text h2,.Slider_sec .slider_Text h2 {line-height: normal; font-size: calc(22px + (34 - 16) * ((100vw - 300px) / (2500 - 300)));}
.head_tech{ padding: 16px 0 16px;} 
.btncta_2{padding: 1px 0 11px 0;}
.logo_img {  margin: 19px 0 20px;}
/* h1.sus_dsk{display: none;}
.sus_mobile{display: inline-block;} */
.sustainable-impact .sustainable_Text h1{font-size: 85px;line-height: 90px;}
.sustainable-impact .sustainable_Text h2 {font-size: 26px;}
.sustainable-impact .sustainable_Text{min-height: 645px;}
.sustainable_Text h2 span{display: block;}
.sustainable-impact .sustainable_Text h2 a{width: 134px; line-height: 35px;padding: 0 19px 0 3px; display: flex;}
.Wolf-desktop .front_Text h1,.Wolf-desktop .front_Text .info_text{max-width: 100%;}
}
 
@media screen and (max-width:992px) {
/* menu*/
nav ul { width: 100%;}
ul.dropdown-list{background-color: #f3f3f3; position: static; width: 100%;  padding:0;float: left; box-shadow: 0 0 0 rgba(0,0,0,.2);}
.toggle_menu ul li a{ padding: 10px 15px 7px;}
.toggle_menu .dropdown-list li a{ border-top: 1px solid transparent !important; padding: 12px 10px 12px 29px;}
.toggle_menu ul li .fa{ display: none;float: right; font-size: 24px;position: absolute;right: 15px;}
.mobile_btn {display: block;float: left;}
nav ul li{padding:0px} 
.main-nav .container .col-md-12{padding: 0px;}
.desktop_nav {display: none !important;}
.mobile_nav {display: block !important;}
.rotedArrow1 i.fa.fa-angle-down, .rotedArrow2 i.fa.fa-angle-down, .rotedArrow3 i.fa.fa-angle-down, .rotedArrow4 i.fa.fa-angle-down,.rotedArrow5 i.fa.fa-angle-down, .rotedArrow6 i.fa.fa-angle-down {    transform: rotate(180deg);}
.CloseMenu {text-align: center;padding: 20px 0;height: 100%;width: auto;background: none;opacity: 1;border-radius: 0;}
.CloseMenu:after{ display:none}
.CloseMenu img{cursor: pointer; margin: 18px 0 0;height: 33px;}
/* menu*/
.text_box ul li:nth-child(1){ min-height: 111px;}
.flex_energy {flex-direction: column;}
.description{max-width: 100%; width: 100%;padding: 0;}
.description p{ width: 100%; float: left; }
.efficient_design {max-width: 100%;}
.energy_efficient .slick-prev, .energy_efficient  .slick-next{ top: 23%;transform: scale(.8);}
.slick-next{right: -5px; transform: scale(.8);}
.slick-prev{left: -5px; transform: scale(.8);}
.datatable_slider_item.itemNo2{ margin: 0 0px 0;}
 
.banner_sec .front_Text{min-height: 500px;}
.Slider_sec .slider_Text .info_text{position: static; background: rgb(0 0 0);}
.Slider_sec .slider_Text h2{ padding: 15px 15px 28px 15px;}
.sustainable-impact .sustainable_Text h1 {font-size: 81px;line-height: 99px;}

}

@media screen and (max-width:767px) {
.col_slide img{ margin-bottom: 0;}
.laptop_1 h4{padding: 0 0 8px;}
.textfooter{padding: 5px 0 22px;}
.btncta,.btncta_2{padding: 19px 0 15px 0;}
.logo_img {  margin: 19px 0 36px;}
.notabclick{ padding: 0px 0 37px;}
.custom_tab_nav h1{padding: 18px 0 12px;}
.technology{ padding: 24px 0 31px;}
.datatable h2 {padding: 0 0 23px;}
.ene_slide {padding: 21px 12px 14px 12px;}
.Slider_sec .slick-prev, .Slider_sec .slick-next{ top:30%;}
 
.banner_sec .rtl_img{background: url("../images/hero-image-mobile.jpg") no-repeat 50% 50% / cover; background-position: 50%;background-repeat: no-repeat;}
.banner_sec .front_Text{min-height: 500px;    overflow: hidden; position: relative;}
.lpt_mobile,.Slider_sec .slick-slide .Ksp_mobile{display: inline-block;}
.Slider_sec .slick-slide .Ksp_desk{display: none;}
.Slider_sec .slider_Text h1{ padding: 20px 0 8px 0;}
.Slider_sec .slider_Text h2 {padding: 15px 0 28px 0;}
}

@media screen and (max-width:620px) {

.Wolf-desktop .front_Text h1,.description h1,.head_tech h1,.custom_tab_nav h1,.Windows_text h1,.probook_text h1,.Slider_sec .slider_Text h1,.extra-indented h1,.head_text h1,.hp-component h1,.datatable h2{line-height: normal; font-size: calc(30px + (60 - 18) * ((100vw - 300px) / (2500 - 300)));}
.Wolf-desktop .front_Text h2,.laptop_1 h4,.technology h3,.hp-component h4,.banner_sec .front_Text h2,.Slider_sec .slider_Text h2,.probook h4,.pro_inner h5 {line-height: normal; font-size: calc(20px + (34 - 16) * ((100vw - 300px) / (2500 - 300)));}
.laptop_1 p,.description p,.Wolf-desktop .front_Text .info_text p,.energy_efficient p,.probook p{font-size: 17px;line-height: 22px;}

.banner_sec .front_Text h1{line-height: normal; font-size: calc(42px + (80 - 18) * ((100vw - 300px) / (2500 - 300)));}
.banner_sec .front_Text h2{font-size: 24px;}

.rtabl li a{ padding-bottom: 8px;min-height: inherit;}
.custom_tab_nav ul { padding: 20px 0 0 0;}
.custom_tab_nav ul li {  width: 116px;}
.custom_tab_nav ul li a { font-size: 16px;  padding: 5px 1px 10px 1px;}
.tech_flex {flex-direction: column;  }
.ene_slide{width: 100%; border: 0; min-height: auto; border-bottom: 1px solid;}
.ene_slide:last-child{border: 0;}
.hp-component {padding: 28px 0px 39px;}
.btncta_2 a{ padding: 8px 23px 6px;}
}

@media screen and (max-width:576px) {
.ltabl{ width: 40%;}
.tblr{ width: 60%;}
.aftdata{padding-right: 0px;}
.bg_tab{ min-height: 51px; margin: 0 0 18px;}
.probook {padding: 4px 0px 39px;}
.Wolf-desktop{padding-top: 0;}
.banner_sec .front_Text .info_text{ background: rgba(0, 0, 0, 0.5);}
.laptop_1 {padding: 41px 0px 14px;}
.ene_slide {padding: 21px 0 14px 0;}
.Windows_text h1{ padding: 0 0 10px 0;}
.probook_text{padding: 6px 0 8px 0;}
.lap_img{height: 318px;}
}

@media screen and (max-width:530px) {
.col_slide{ padding: 0 0;}
ul.list_tabs li{ font-size: 16px; padding: 5px 8px;}
.banner_sec{margin-top: 53px;}
.main-nav{ min-height: 56px;}
.mobile_btn{margin: 15px 0px 5px 0px;}
.toggle_menu{top: 55px;}
a.button.primary{margin: 6px 0 0; line-height: 30px;padding: 1px 10px 0 11px;}
.btncta a{ padding: 8px 20px 8px;}
.banner_sec .front_Text h1{ padding: 16px 0 8px 0;}
.banner_sec .front_Text h2{padding: 10px 0 10px 0;}
.extra-indented{ padding: 4px 0px 0px;}
.printing_scan { padding: 40px 0px 24px;}
.notabclick {padding: 0px 0 19px;}
.head_tech {padding: 4px 0 2px;}
.technology{ padding:0 0 23px;}
.textfooter .text_ftp {padding: 0px 13px 0;}
.datatable .height1t, .datatable .heightco1{    height: 168px;}
.datatable .datatable_slider strong{font-size: 18px;}
ul.list_tabs li.current_tab{ border-top: 3px solid #000;}
.datatable_slider_item.itemNo1 p {font-size: 14px;}
ul.list_tabs li{ border-top: 3px solid #9eeefc;}
.row_text {padding: 0 4px 0;}
.datatable strong {font-size: 15px;}
 
.sustainable-impact .sustainable_Text {min-height: 500px;}
.sustainable-impact .sustainable_Text h1 {padding: 20px 0 8px 0;font-size: 50px;line-height: 60px;}
.sustainable-impact .sustainable_Text h2 {padding:16px 0 10px 0;font-size: 19px; line-height: 27px;}
.Slider_sec .slider_Text h2{font-size: 18px;}
.logo_img_2 img {max-height: 37px;}
.head_text{ padding: 6px 0 4px 0;}
.dropClose i{ position: absolute;right: 0;top: 0;} .dropOpen{ float: left; width: 100%;}
.equal_text{min-height: auto;}
.c_cta_2 {min-height: auto;padding: 0 15px 0;}
.c_cta_2 a.btn_1{ margin:3px 0 11px;padding: 8px 20px 5px;}
.c_cta_2 a.btn_2{margin-bottom: 12px;}
.Windows_text{ padding: 27px 0 0 0;}
}