/*
Theme Name: Twenty Seventeen Child
Theme URI: http://yourwebsitehere.com/twenty-seventeen-child/
Description: Twenty Seventeen Child Theme
Author: Your name here
Author URI: http://yourwebsitehere.com
Template: twentyseventeen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-seventeen-child
*/

/* =================  old style start ========================= */  

* { margin:0; padding:0;}
*, *:before, *:after { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html { overflow-x:hidden !important;}
:focus { outline:none;}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/*.........placeholder opacity........*/
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1; }
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {  opacity:1;}

body { margin:0; padding:0;  font-family: 'Open Sans', sans-serif; font-size:15px;color:#636363;}
a { text-decoration:none; transition:all ease-in-out 0.3s; color: #f5982a;}
a:hover {color: #252525;}
button{transition: all ease-in-out 0.3s;}
a img, img { border:none;}
ul, li, ol { list-style:none;padding: 0px;margin: 0px;}
input, select, textarea { font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6, strong{font-weight: normal; font-family: 'OpenSansBold';} 
ins {  text-decoration: none;}

.row { width: 100%; float: left;}
.row:before, .row:after { display:table; content:"";}
.row:after { clear:both;}

.container { width:1140px; margin:0 auto;}

.clear { clear: both;}


/*.....buttons.....*/
.btn{font-family: 'Open Sans', sans-serif; font-weight: 700;text-transform: uppercase; border: 0px;border-radius:2px;padding: 10px 30px;cursor: pointer;transition: all ease-in-out 0.3s;display: inline-block;}
.btn_orange{color:#fff !important;background: #f5982a; font-size: 15px;     padding: 8px 30px 10px; }
.btn_orange:hover{background: #faa644;}

.js-open-everything{color:#fff !important;background: #f5982a; font-size: 15px;}
.js-open-everything:hover{background: #faa644;}





/*....Title....*/
.title_1{width: 100%;text-align: center; position: relative;display: inline-block}
.title_1 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline.png) no-repeat center center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_1 h2 {color: #1a1f1d; display: inline-block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 40px; position: relative; text-transform: uppercase; z-index: 1;}
.title_1 h2 span {font-family: "OpenSansLight"; }

.title_2{width: 100%;text-align: left; position: relative;display: inline-block}
.title_2 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_2 h2 { color: #1a1f1d; display: inline-block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 37px; position: relative; text-transform: uppercase; z-index: 1;}
.title_2 h2 span {font-family: "OpenSansLight"; }

.title_3{width: 100%;text-align: left; position: relative;display: inline-block}
.title_3 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_3 h2 { color: #1a1f1d; display: inline-block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 20px; position: relative; text-transform: uppercase; z-index: 1;}
.title_3 h2 span {font-family: "OpenSansLight"; }

.fa.fa-angle-right {  font-size: 22px;}

/* Bharat start */

.emaillist {
    width: 46% !important;
    float: right;
}	

/* Bharat end */

/*.......Style.......*/

.top_header { width: 100%; float: left;background-color: #595a5c;  border-top: 4px solid #f5982a;}
.top_header p { color: #fff; text-transform: uppercase; float: left;line-height: 60px;}
.cart { float: right;}
.cart ul {}
.cart ul li {
    display: inline-block;
    padding: 20px 18px 20px 18px;
    border-left: 1px solid #6e6f71;
    float: left;
    position: relative;
}
.cart_icn span {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: #f89904;
    color: #fff;
    font-size: 9px;
    text-align: center;
    padding: 1px 0;
    top: 14px;
    right: 11px;
}
  
.margin-submenu{
    margin-top: -2% !important;
}
@media (min-width: 600px) {

}
.language select {
    background-color: transparent;
    border: 1px solid #6e6f71;
    color: #a7a8aa;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
}

/******************************* social header********************************************/

.social { float: right; margin-top: 10px;  margin-left: 30px;}
.social a {  margin-right: 7px;  }
.social a:last-child {  margin-right: 0px;  }


.social .fb { background-image: url("../images/social_icn.png");  background-position: left top;  display: inline-block;  height: 38px;    width: 38px; }
.social .fb:hover {  background-position: left bottom;}

.social .g_plus {    background-image: url("../images/social_icn.png");display: inline-block;     height: 38px;    width: 38px;     background-position: -50px top;}
.social .g_plus:hover {  background-position: -50px bottom;}

.social .twt {  background-image: url("../images/social_icn.png"); background-position: -100px top; display: inline-block;  height: 38px;  width: 38px;}
.social .twt:hover {  background-position: -100px bottom;}

.social .you_tube { background-image: url("../images/social_icn.png");background-position: -150px top;display: inline-block;  height: 38px; width: 38px;}
.social .you_tube:hover {  background-position: -150px bottom;}

.social .pntrs { background-image: url("../images/social_icn.png");background-position: right top;display: inline-block;  height: 38px; width: 38px;}
.social .pntrs:hover {  background-position: right bottom;}



/******************************* social footer********************************************/

.social_2 { float: right; }
.social_2 a {  margin-right: 25px;  }
.social_2 a:last-child {  margin-right: 0px;  }


.social_2 .fb { background-image: url("../images/social_2.png");  background-position: left top;  display: inline-block;  height: 19px;    width: 15px; }
.social_2 .fb:hover {  background-position: left bottom;}

.social_2 .g_plus {    background-image: url("../images/social_2.png");display: inline-block;     height: 19px;    width: 17px;     background-position: -47px top;}
.social_2 .g_plus:hover {  background-position: -47px bottom;}

.social_2 .twt {  background-image: url("../images/social_2.png"); background-position: -96px top; display: inline-block;  height: 19px;  width: 19px;}
.social_2 .twt:hover {  background-position: -96px bottom;}

.social_2 .you_tube { background-image: url("../images/social_2.png");background-position: -145px top;display: inline-block;  height: 19px; width: 20px;}
.social_2 .you_tube:hover {  background-position: -145px bottom;}

.social_2 .pntrs { background-image: url("../images/social_2.png");background-position: right top;display: inline-block;  height: 19px; width: 14px;}
.social_2 .pntrs:hover {  background-position: right bottom;}

/****************************  NAV MENU  ************************************************/

.header_bottom { width: 100%; float: left;background-color: #f5f5f5; height: 80px; }
.header_bottom .logo { float: left; padding-top: 12px; padding-left: 20px;}
.logo img {  height: 80%;  max-width: 80%;}

.menu_link nav { float: right;}

.menu_link nav ul li a {
    color: #636363;
    padding-top: 35px;
    float: left;
    text-transform: uppercase;
}
.menu_link nav li a:hover, nav ul li.active a { color: #f5982a; }

.menu_link nav ul li { position: relative; float: left; padding: 15px 30px 12px 30px; border-left: 1px solid #dcdcdc;}
.menu_link nav ul li:last-child {border-right: 1px solid #dcdcdc;}

.icn_1 { background: url(../images/icn_1.png)no-repeat center top}
.icn_1:hover, nav ul li.active .icn_1 { background: url(../images/icn_1_h.png)no-repeat center top}
.icn_2 { background: url(../images/icn_2.png)no-repeat center top}
.icn_2:hover, nav ul li.active .icn_2 { background: url(../images/icn_2_h.png)no-repeat center top}
.icn_3 { background: url(../images/icn_6.png)no-repeat center top}
.icn_3:hover, nav ul li.active .icn_3 { background: url(../images/icn_6_h.png)no-repeat center top}
.icn_4 { background: url(../images/icn_3.png)no-repeat center top}
.icn_4:hover, nav ul li.active .icn_4 { background: url(../images/icn_3_h.png)no-repeat center top}
.icn_5 { background: url(../images/icn_4.png)no-repeat center top}
.icn_5:hover, nav ul li.active .icn_5 { background: url(../images/icn_4_h.png)no-repeat center top}
.icn_6 { background: url(../images/icn_5.png)no-repeat center top}
.icn_6:hover, nav ul li.active .icn_6 { background: url(../images/icn_5_h.png)no-repeat center top}


/*.....Drop Down.....*/
.menu_link nav ul li .main_submenu {
    background: #fff none repeat scroll 0 0 !important;
    display: none;
    left: 0;
    position: absolute;
    top: 80px;
    width: 830px;
    z-index: 5;
}
.border_align {
    display: table;
}
.small_width {
    width: 17% !important;
}

.menu_link nav ul li:hover .main_submenu {
    display: block;
    box-shadow: 0 0 5px #9f9f9f;
}

.menu_link nav ul li .main_submenu ul {
    border-right: 1px solid #d4d4d4;
    display: table-cell;
    padding: 20px;
    vertical-align: top;
    width: 33.33%;
}
.menu_link nav ul li .main_submenu ul h2, .menu_link nav ul li .submenu h2 {
    color: #F5982A;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}
.menu_link nav ul li .main_submenu ul li, .menu_link nav ul li .submenu li { width: 100%; border-left: none;  padding: 6px 0px; padding: 10px 0px; border-bottom: 1px solid #f0f0f0;}
.menu_link nav ul li .main_submenu ul li a, .menu_link nav ul li .submenu li a {
    padding: 0;
    text-transform: capitalize;
    width: 100%;
    position: relative;
}
.menu_link nav ul li .submenu li a:hover { color: #F5982A !important;}
.menu_link nav ul li .main_submenu ul li:last-child { border-right: none}

nav ul li ul li:hover .menu_part { display: block;}

.dropdown:hover .submenu {
    display: #acacab;
    box-shadow: 0 0 5px #9f9f9f;
    padding: 20px;
    display: block;
}

.submenu {
    background: #fff none repeat scroll 0 0 !important;
    display: none;
    left: 0;
    position: absolute;
    top: 80px;
    width: 257px;
    z-index: 5;
}

.submenu li:hover .submenu, .submenu li .submenu li:hover .submenu { display: block !important;}

.submenu ul, .submenu li:hover ul li .submenu  {
    display: none !important;
    left: 100%;
    top: 0;
}
.submenu i {  color: #636363; font-size: 15px !important; margin-left: 10px;}

.menu_link .submenu li:last-child { border-right: medium none;}



/****************************  NAV MENU END  ************************************************/










.owl-theme .owl-controls {  margin-bottom: 25px;}
.slide_1 { background: url(../images/slider1.jpg)no-repeat center center;  height: 488px;
           -o-background-size: cover;
           -moz-background-size: cover;
           -webkit-background-size:cover;
           background-size: cover;
}
.owl-carousel { float: left; z-index: -1 !important;}
.caption { text-align: left;padding-top: 170px;margin-left: -55px;}
.caption h2 { font-size: 70px; text-transform: uppercase;  color: #fff;  text-align: center;line-height: 65px;}
.caption h3 { font-size: 27px; text-transform: uppercase;  color: #fff;  text-align: center; font-family:'OpenSansLight';}
.caption p { display: inline-block;font-family: 'OpenSansSemiBold'; color: #fff; text-transform: uppercase; padding-left: 25px; margin-top: 25px; }
.caption .btn_orange .js-open-everything{ margin-top: 40px;}
.window {width: 100%;float: left;}
.window7 { background: url(../images/window7_icn.png)no-repeat left center;margin-right: 30px;}
.window8 { background: url(../images/window8_icn.png)no-repeat left center; }

.box3 { width: 100%; float: left; background-color: #f4f4f4;}
.box3 ul { width: 100%; float: left;}
.box3 ul li { width: 33%; float: left;  min-height: 805px;padding: 60px 20px 20px 20px; text-align: center;position: relative;transition: all ease-in-out 0.3s;}
.box3 ul li h2 { color: #151617; font-size: 20px;font-family: "OpenSansSemiBold"; text-transform: uppercase;border-bottom: 1px solid #d9d9d9;padding:15px 0;}
.box3 ul li p {background: url(../images/right_icn.png)no-repeat left 8px; text-align: justify !important; margin: 20px 0; padding-left: 20px; line-height: 24px; text-align: left;}
.box3 ul li:hover { background-color: #fafafa;transition: all ease-in-out 0.3s;}
.but_2 { bottom: 6%; float: left;  position: absolute;  width: 100%; text-align: center;}

.sub_but {
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
}
.but_2 .btn { float: left; margin-bottom: 5px;}
.bottom_btn { width: 100%; float: left; position: absolute;}

.btn_white {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-left: 7px;
    font-size: 15px;
    color: #636363;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
}
.btn > .fa{
    position: relative;
    top:1px;
}

.btn_white:hover { background-color: #f5982a; color: #fff;}

.solutions { width: 100%; float:left; padding: 50px 0;}
.solutions ul { width: 100%; float:left;margin-top: 30px;}
.solutions ul li { width: 25%; float:left; padding: 20px; text-align: center;}
.solutions ul li h2 { font-size: 17px;color: #151617; text-transform: uppercase;  border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; display: inline-block;}
.solutions ul li p { margin-top: 15px;}
.solutions ul li .btn_orange, .assistance .btn_orange .js-open-everything {
    background: #f5982a url("../images/btn_icn.png") no-repeat scroll 24px center;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 25px 10px 43px;
}
.solutions ul li .btn_orange:hover, .assistance .btn_orange:hover .js-open-everything{ background-color: #faa644;}
.setup_part { width: 100%;float: left; background-color: #f4f4f4;}
.setup { width: 65.2%; float: left; padding: 50px 0;border-right: 1px solid #fff;}
.setup ul { width:100%; float: left; margin-top: 40px;}
.setup ul li { width: 33%;float: left;position: relative; text-align: center;}
.setup ul li h2 {font-size: 18px; color: #333333; text-transform: uppercase; padding: 20px 0 10px;}
.setup ul li p { width: 92%; margin: 0 auto;}
.step_2::after { position: absolute !important;  height: 3px;  content: "";  width: 100px;  background-color: #d7d7d7;  top: 78px; right: -51px; z-index: 0;}
.step_2::before {position: absolute !important; height: 3px; content: ""; width: 100px;  background-color: #d7d7d7; top: 78px; left: -21%; z-index: 0; }
.setup ul li:last-child { margin-right: 0px;}

.setup ul li span { position: absolute; background-color: #fff; color: #151617; border-radius: 50px; width: 30px; height: 30px;  text-align: center;  border: 3px solid #e0e0e0;line-height: 22px;
                    top: 65px; z-index: 33;right: 13%;  font-family: 'OpenSansBold';}
.assistance { width: 34.8%; float: left;   padding: 50px 0px 50px 30px;}
.assistance p { font-size: 16px; line-height: 32px; margin: 20px 0 20px; text-align: justify;}

.customers { width: 100%; float: left; padding: 50px 0;}
.customers img {  height: auto;  max-width: 100%;}
.customers ul { width: 100%; float: left; margin-top: 80px;}
.customers ul li {width: 20%;  text-align: center;float: left; border-right: 1px solid #e3e2e2; border-bottom: 1px solid #e3e2e2; padding: 35px 0;}
.customers ul li:first-child{ border-left: 1px solid #e3e2e2;}
.customers ul li:nth-child(6){ border-bottom: none;border-left: 1px solid #e3e2e2;}
.customers ul li:nth-child(7){ border-bottom: none;}
.customers ul li:nth-child(8){ border-bottom: none;}
.customers ul li:nth-child(9){ border-bottom: none;}
.customers ul li:nth-child(10){ border-bottom: none;}

#owl-demo_1 .owl-next {
    background: url(../images/next.png) no-repeat right center;
    position: absolute;
    right: -80px;
    width: 21px;
    top: -150px;
    height: 54px;
}
#owl-demo_1 .owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/preview.png") no-repeat scroll left center;
    height: 54px;
    left: -80px;
    position: absolute;
    top: -150px;
    width: 21px;
}

.need_help { width: 100%; float: left; background-color: #595a5c; padding: 22px 0;}
.need_help h2 { float: left; font-size: 32px;line-height: 63px; color: #fff; text-transform: uppercase; position: relative;}
.need_help h2::after {position: absolute; height: 117px; width: 36px; content: ""; background: url(../images/need_help_arrow.png) no-repeat right center;top: -23px;right: -55px; }
.need_help h2 span {
	font-family: 'OpenSansLight';
}
.need_help ul {float: left; margin-left: 75px;}
.need_help ul li {
    float: left;
    font-family: 'OpenSansbold';
    font-size: 16px;
    color: #fff !important;
    padding: 10px 0;
    padding-left: 72px;
}
.need_help ul li a { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #fff;}
.need_help ul li a:hover { color: #f5982a;}
.need_help ul li span {width: 100%; font-family: 'Open Sans', sans-serif; float: left; font-size: 14px; color: #bcbcbc;}
.need_help .live_chat a { background: #f5982a url(../images/live_chat.png)no-repeat center 10px;  padding: 40px 20px 10px 20px;  font-size: 15px;}
.need_help .live_chat a:hover {background-color: #faa644;}

.call { background: url(../images/call.png)no-repeat left center;}
.call a { font-family: 'OpenSansbold' !important; }
.fax { background: url(../images/fax.png)no-repeat left center; font-family: "OpenSansRegular" !important;}
.email { background: url(../images/email.png)no-repeat left center;}
.live_chat { float: right;}
.footer { width: 100%; float: left; background-color: #f4f4f4;}
.footer .offer_news p{ float: none;font-size: 35px; color: #151617; font-family: 'OpenSansLight';}
.offer_news {width: 50%;float:none; padding: 30px 0;}
.offer_news form {  float: right;  width:47%;}
.email_fild { background: url(../images/email_fild.png)no-repeat 30px center; background-color: #fff; padding: 15px 10px 15px 60px; border: 1px solid #dadada; border-radius: 3px;
              width: 87.6%; color: #636363; font-family: 'OpensansRegular';}
.go_btn {
    background-color: #f5982a;
    border: none;
    padding: 12px 18px 14px;
    float: right;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 15px;
    position: absolute;
    background: #f5982a url(../images/right_arrow.png)no-repeat right 11px center;
}
.go_btn:hover { background-color: #faa644;transition: all ease-in-out 0.3s;}

.footer_link { width: 100%; float:left; padding-top: 30px; border-top: 1px solid #e6e6e6;position: relative;}
.contact_info { width: 36%; float:left;}
.for_individuals {width:22.8% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.products {width:23.7% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.secure_payment {width:17.5% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.footer_link h2 { font-size: 16px; color: #151617; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
.footer_link ul {width: 100%; float: left;margin-top: 15px;}
.footer_link ul li {width: 100%; float: left;margin-bottom: 15px;}
.footer_link ul li a {color: #818181; font-size: 14px; }
.footer_link ul li a:hover {color: #f5982a; padding-left: 1px; }
.contact_info ul li {
    background: rgba(0, 0, 0, 0) url("../images/customers_icn.png") no-repeat scroll left center;
    color: #818181;
    float: left;
    margin: 15px 0;
    padding-left: 22px;
    width: 100%;
}
.contact_info ul li a { color: #f5982a;}
.contact_info ul li a:hover { color: #faa644;}

.contact_info::before { position: absolute;  content: "";  height: 1px; width: 70px;  background-color: #f5982a; top: -1px;}
.for_individuals::before { position: absolute;  content: "";  height: 1px; width: 129px;  background-color: #f5982a; top: -1px;}
.products::before { position: absolute;  content: "";  height: 1px; width: 82px;  background-color: #f5982a; top: -1px;}
.secure_payment::before { position: absolute;  content: "";  height: 1px; width: 76px;  background-color: #f5982a; top: -1px;}

.secure_payment ul { width: 100%; float: left;}
.secure_payment ul li { width: 50%; float: left;}

.copy_right { width: 100%; float: left;padding: 30px 0; }
.footer_logo { width: 100%; float: left; text-align: center; background: url( ../images/line_bg.jpg) repeat-x center center;    margin-bottom: 15px;}
.copy_right p { float: left; font-size: 13px; color: #818181;}
.copy_right p span { text-transform: uppercase;color: #595a5c;}    
.copy_right ul{ float: left; margin-left: 10px;}
.copy_right ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #d7d7d7;
    line-height: 13px;
}
.copy_right ul li a{ font-size: 13px; color: #818181;}
.copy_right ul li a:hover{ color: #faa644;}




/***************************************************************************************************/

.location_path { width: 100%; float: left; padding: 15px 0; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3;}
.location_path ul { width: 100%; float: left; }
.location_path ul li { float: left;  margin-right: 20px; }
.location_path ul li:last-child { margin-right: 0px; }
.location_path ul li a { color: #636363; }
.location_path ul li a:hover { color: #f5982a;  }
.location_path li a:hover, li.active a { color: #f5982a !important; }

/************change************/
.location_path .breadcrumbs span {  color: #f5982a; }
.location_path .breadcrumbs span a { color: #636363 !important;}
.location_path .breadcrumbs span a:hover { color: #f5982a;}


.location_path i {  color: #c4c4c4;  font-size: 13px !important;  margin-left: 20px; margin-right: 20px;}

.pro_detail { width: 100%; float: left;  padding-top: 30px;}
.pro_detail h2 {
	font-size: 35px;
	color: #151617;
	text-transform: uppercase;
   font-family: 'OpenSansExtraBold';
}
.pro_detail h2 span {   
	padding-left: 5px;
	font-family: 'OpenSansLight';   
}
.pro_img { width: 36.1%; float: left; text-align: center;}
.pro_discription { width: 32.5%; float: left;}
.detail_discription .btn { float: left;}
.detail_discription .sub_but { margin: 0 auto; width: 100%;}
.pro_discription p { font-size: 20px; line-height: 28px; margin-top: 10px;}
.pro_discription h3 {
	font-size: 35px;
	color: #f5982a;     
	margin-top: 20px;
	line-height: 35px;
	padding-top: 0;
}
.pro_discription span {width: 100%;float: left; font-weight: 600; margin-bottom: 20px;}   
.detail_points { width: 100%; float: left; margin-top: 20px;}
.detail_points li { background: url(/wp-content/uploads/2023/09/detail_right_icn.jpg) no-repeat left 15px;line-height: 40px; padding-left: 25px; width: 100%; float: left;}


/*************************tab menu*****************************/  
.upgrade_tabmenu { width: 50.3%; float: left; margin-top: 30px;}
.upgrade_tabmenu h2 { font-size: 24px;}




.detail_part_points { width: 100%; float: left; background-color: #f4f4f4; margin-top: 50px;}
.detail_part_points img { max-width: 100%;}
.detail_part_points ul { width: 100%; float: left; height: 100%;}
.change_width ul li {  width: 33.33% !important;}
.detail_part_points ul li { width: 20%; display: table-cell; text-align: center; padding: 70px 0; height: 100%;}
.detail_part_points ul li h2 { color: #151617; font-size: 17px; text-transform: uppercase; border-bottom: 1px solid #d9d9d9; display: inline-block; padding-bottom: 10px;}
.detail_part_points ul li p {font-size: 14px; margin-top: 20px; width: 80%; margin: 20px auto;}
.detail_part_points ul li:hover {background-color: #fafafa;}

.upgrade_windows { width: 100%; float: left; padding: 50px 0;}
.windows_text { width: 53.4%; float: left;}
.windows_text p {margin-top: 15px; line-height: 28px; text-align: justify;}
.windows_video { width: 41.2%; float: left; margin-left: 5.4%;}
.windows_video iframe {  height: 370px;}

.steps_3 { width: 100%; float: left; background-color: #f4f4f4; padding: 70px 0;}
.steps_3 ul { width: 100%; float: left; margin-top: 50px;}
.steps_3 ul li { width: 33%; float: left; text-align: center; position: relative; margin-right: 0;}  
.steps_3 ul li h2 {font-size: 18px; color: #333333; text-transform: uppercase; margin: 20px 0 10px;}
.steps_3 ul li span {
    background-color: #fff;
    border: 3px solid #e0e0e0;
    border-radius: 50px;
    color: #151617;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    height: 30px;
    line-height: 22px;
    position: absolute;
    right: 26%;
    text-align: center;
    top: 65px;
    width: 30px;
    z-index: 33;
}

.steps_3 .step_2::before {
    background-color: #d7d7d7;
    content: "";
    height: 3px;
    left: -28%;
    position: absolute !important;
    top: 78px;
    width: 220px;
    z-index: 0;
}
.steps_3 .step_2::after {
    background-color: #d7d7d7;
    content: "";
    height: 3px;
    position: absolute !important;
    right: -114px;
    top: 78px;
    width: 220px;
    z-index: 0;
}

.client_testimonial { width: 100%; float: left; padding: 50px 0;}
.testimonial { float: left;  margin-top: 50px;  width: 100%;}
.testi_1::after {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/09/down_arrow.png") no-repeat scroll left top;
    bottom: -21px;
    content: "";
    height: 25px;
    left: 48%;
    position: absolute;
    width: 24px;  
}
.testi_1 p::after {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/09/comma.png") no-repeat scroll left top;
    content: "";
    height: 25px;
    left: 2%;
    position: absolute;
    top: 30px;
    width: 30px;
}
.testi_1 {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 0;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    border-radius: 3px;
    min-height: 207px;
}
.testi_1 p:nth-child(1) {
    display: none;
}
.testi_1 p:nth-child(3) {    
    display: none;
}
.testi_1 p {   
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    width: 84%;
    margin: 0 auto;
    font-family: 'OpenSansItalic';
}
.pro_name h2 { color: #f5982a;  font-size: 15px;  text-align: center;  text-transform: uppercase; margin-top: 20px;}

.special_offers { width: 100%; float: left; background-color: #f4f4f4; padding: 50px 0;}
.offer_tab { width: 63.5%; float: left;}
.other_offer { width:31.4%; float: left; margin-left: 5.1%;}

.special_offers .offer_tab .tab_try .ui-state-default {
    padding: 10px 20px;
    width: auto;
}
.special_offers .offer_tab .tab_try .ui-tabs-anchor { color: #636363;}
.special_offers .offer_tab .tab_try .ui-state-default {background: #fff; border: 1px solid #dddddd; border-bottom: none;}
.special_offers .offer_tab .tab_try  {margin-top: 0px;}
.tab_try ul .ui-state-active { background: #404143 url("../images/tab_arrow.png") no-repeat scroll center bottom !important;}
.tab_try ul .ui-state-active a { color: #fff !important;}

.offer_box { width: 100%; float: left; padding: 20px; text-align: center; background-color: #fff; border: 1px solid #e2e2e2;}
.offer_box .title_3 h2 span { padding-right: 5px; width: auto;}
.offer_box img {margin-top: 30px;max-width: 100%;}
.offer_box span {
	width: 100%;
	float: left;  
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.offer_box .btn_orange {
	background: #f5982a url("/wp-content/uploads/2023/09/buynow.png") no-repeat scroll 21px center;
	margin-top: 10px;
	padding: 10px 20px 10px 40px;
	text-align: center;
	width: 100%;
	max-width: 146px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.offer_box span.offer-price + span {
	margin-bottom: 10px;
}  
.offer_box .btn_orange:hover {
	background: #faa644 url("/wp-content/uploads/2023/09/buynow.png") no-repeat scroll 21px center;  
}  

.offer_box h1 {font-size: 14px; color: #404143; text-transform: uppercase;font-family: 'OpenSansRegular'; text-align: left; font-size: 14px; margin:30px 0 10px; padding: 0;}
.offer_box p {text-align: left;}
.other_offer h3 {font-size: 20px; color: #fff; text-transform: uppercase; background-color: #404143;padding: 10px 10px 10px 20px;}
.other_offer h3 span {font-family: 'OpenSansLight'; }   


/*..Tab Try..*/

.tab_try {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#tabs-1, #tabs-2, #tabs-3 { background-color: #f9f9f9;border: 1px solid #dfdfdf;width: 100%; float: left; }
.special_offers #tabs-2, .special_offers #tabs-3, .special_offers #tabs-4, .special_offers #tabs-5{padding:20px; background-color: #f9f9f9;border: 1px solid #dfdfdf;width: 100%; float: left; }
.money_back { width: 100%; float: left; padding: 20px 40px 20px 40px;}
.money_back h1 { color: #f5982a;}
.money_back p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#tabs-1 a, #tabs-2 a, #tabs-3 a { color: #f5982a; }
#tabs-1 ul {
    float: left;
    width: 100%;

}

.pricing { width: 100%; }
.pricing li { width: 50%; border-bottom: 1px solid #dfdfdf; padding: 10px 0 10px 40px;}  
.pricing li:nth-child(2n) { color: #f5982a;}

#tabs-1 li,#tabs-2 li, #tabs-3 li {
    float: left;
    font-family: 'Open Sans', sans-serif;  
}
.upgrade_tabmenu #tabs-1 li:nth-child(2n), .upgrade_tabmenu #tabs-2 li:nth-child(2n), .upgrade_tabmenu #tabs-3 li:nth-child(2n) {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}
#tabs-1 li { }

.tab_try .ui-tabs-nav {
    float: left;
    width: 100%;

}
.special_offers .offer_tab .tab_try .ui-tabs-anchor { 
	outline: none;
}  

.tab_try ul .ui-state-active::after {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/08/tab_arrow.png") no-repeat scroll center center;
	bottom: -16px;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;  
	right: 0;
	width: 100%;
}  

.tab_try .ui-state-default {
    background: #595a5c none repeat scroll 0 0;
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 33.33%;
    position: relative;
}
.tab_try ul .ui-state-active {
    background: #404143 url("../images/tab_arrow.png") no-repeat scroll center bottom;
}
.tab_try ul li { position: relative;}

.tab_try ul .ui-state-active a {
    color: #fff;
}
.tab_try .ui-tabs-anchor {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;  
	padding: 10px 0;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.tab_try p {
    color: #636363;
    float: left;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
}
#bx-pager img {
    max-width: 100%;
}


.special_offers_page .special_offers { width: 100%; float: left;}
.special_offers_page .other_offer { float: left;  width: 100%;margin-left: 0px; margin-top: 40px;}
.special_offers_page .offer_box { width:31.4%; float: left; margin-right: 2%;margin-bottom: 2%;min-height: 660px; }
.special_offers_page .offer_box:nth-child(3n) { margin-right: 0%;}
.special_offers_page .other_offer h3 {text-align: left; }
.special_offers_page .other_offer h3 span { width: auto;}
.special_offers_page .fa {
    color: #e64f22;
    float: left;
    font-size: 49px;
    margin-right: 10px;
    margin-top: 9px;
}
.special_offers_page .fa:nth-child(2) {margin-right: 0px;}
.special_offers_page .fa:hover { color: #F5982A; }



/*.....Loader Try.....*/

.special_offers .pricing { float: left;  width: 100%;}
.special_offers #tabs-1 { padding: 20px;}
.special_offers p{ margin-top: 20px; width: 100%;}
.special_offers a{color: #f5982a;}
.pcmover_point { width: 100%; float: left; margin-top: 15px;}
.pcmover_point li { width: 100% !important; float: left; margin: 10px 0; background: url(/wp-content/uploads/2023/08/pdf_icn.png)no-repeat left top; padding-left: 30px !important;}
.pcmover_point li a {color: #f5982a;font-family: 'Open Sans', sans-serif; }

.cable_table { width: 100%; float: left;}   
.cable_table table { width: 100%; margin-top: 30px; border: 1px solid #dddddd;}
.cable_table table td { width: 25%;}
.cable_table tbody tr:nth-child(2n) { background-color: #fafafa;}
.cable_table tbody td {
    padding: 20px 15px !important;
}

.cable_table thead td {
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 14px;
    padding: 29px 0 !important;
    text-transform: uppercase;
    border-top: 1px solid #f1f0f0;
}






/************************************privacy_policy*********************************************/

.privacy_policy_content{ width: 100%; float: left; padding: 20px 0;}
.privacy_policy_content .title_2 h2 { font-size: 18px;font-family: 'Open Sans', sans-serif; font-weight: 700;}  
.privacy_policy_content .title_2 { margin: 20px 0 10px;}
.privacy_policy_content p { margin-top: 10px; float: left;}
.privacy_policy_content ul { float: left;  width: 100%;}
.privacy_policy_content ul li { float: left;  width: 50%; margin: 5px 0;}  
.privacy_policy_content ul li a { color: #636363;background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/08/right_icn.png") no-repeat scroll left 8px; padding-left: 25px;}
.privacy_policy_content ul li a:hover { color: #F5982A;}

.opt_out {width: 100%; float:left;}
.opt_out {width: 100%; float:left;}
.opt_out li {width: 100%; float:left;}
.opt_out li a {color: #F5982A !important;font-family: 'Open Sans', sans-serif; font-weight: 700; background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; padding: 0 !important;}
.opt_out li a:hover {color: #F5992B !important; }               

.address { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px;}  

/************************************privacy_policy close*********************************************/



/************************************contact*********************************************/

.contact_page { width: 100%; float: left; padding: 50px 0;}
.contact_page .title_1 h2 { font-size: 30px;}
.box2 { width: 49.5%; float: left; margin-right: 1%; text-align: center; background-color: #f5f5f5; padding: 20px; border: 1px solid #dddddd;}
.box2 h2, .representative .box2 h2 { border-bottom: 1px solid #d9d9d9;
                                     color: #151617;
                                     display: inline-block;
                                     font-size: 20px;
                                     padding-bottom: 10px;
                                     text-transform: uppercase;}
.representative {  float: left; padding: 50px 0;  width: 100%;}

.box2 p, .representative .box2 p { margin: 10px auto; }
.box2:last-child { margin-right: 0px;}
.main_box { width: 100%; float: left; margin-top: 30px;}

.technical_support, .eastern_time {
    float: left;
    padding: 20px;
    width: 100%;
}
.technical_support ul, .eastern_time ul { width: 100%; float: left;border-left: 1px solid #dddddd; border-top: 1px solid #dddddd;background-color: #fff;}
.technical_support ul li, .eastern_time ul li { border-bottom: 1px solid #dddddd;  float: left;  font-size: 12px; padding: 10px; text-align: left;  width: 50%;}
.technical_support ul li:nth-child(n), .eastern_time ul li:nth-child(n) { border-right: 1px solid #dddddd;}
.eastern_time h2 { border: none !important;}

.boxtext {  border-top: 1px solid #dddddd; float: left; margin-top: 20px;  width: 100%;}
.boxtext h2 { margin-top: 15px; border-bottom: none!important;}
.boxtext p { width: 100% !important;}
.no_boxtext a { color: #636363;}
.no_boxtext span {font-family: "OpenSansSemiBold"; font-size: 14px;}

.detail_part { width: 100%; float: left;}
.detail_part h2 {  font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 17px; margin: 30px 0 20px;}
.detail_part ul { width: 100%; float: left;}
.detail_part ul li { border-bottom: 1px solid #dddddd;  float: left;  padding: 5px 0;  width: 100%;}
.detail_part a {color: #f5982a;}
.detail_part a:hover {color: #F5982A;}
.detail_part li:nth-child(2n) { float: right;  width: 80% !important;}
.detail_part li:nth-child(n) { display: inline-block; float: left;  text-align: left; width: 20%;}
.detail_part p { padding: 5px 0;}



/************************************contact close*********************************************/




/************changes************/

.es_textbox #es_txt_email_pg {
    background: #ffffff url("../images/email_fild.png") no-repeat scroll 30px center;
    border: 1px solid #dadada;
    border-radius: 3px;
    color: #636363;
    font-family: "OpensansRegular";
    padding: 15px 10px 15px 60px;
    width: 100%;
}
.es_textbox { width: 84%;}
.es_button input {
    background: #f5982a url("../images/right_arrow.png") no-repeat scroll right 11px center;
    border: medium none;
    bottom: 26px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 16px;
    padding: 12px 18px 14px;
    position: absolute;
    right: 21px;
    text-transform: uppercase;
}
.es_button {position: relative;width: auto;}




















.sub_menu { top: 120px; left: 0;}
.sub_menu nav ul li { padding: 0 !important;}
.sub_menu li { width: 280px;  padding: 10px 20px 10px 20px !important;}

.submenu { display: none; position: absolute;}
#menu1 ul li:hover .submenu { display: block !important;}

.mail_droup ul li {  float: left;  width: 100%;}
.droup_down li { width: 100%; padding: 10px 20px 10px 20px !important; width: 100%; float: left;}
.droup_down li a{padding: 0 !important;}
.sub_menu h2, .mail_droup ul h2 { background-color: #f5982a; color: #fff; font-size: 18px; text-transform: uppercase;}
.sub_droup { float: left; margin-top: 1px; width: 33% !important;}
.sub_droup ul { width: 33%;box-shadow:none !important;}


/********************menu*********************/


/********************************guarantee_page*************************************/



.guarantee_page p { margin-top: 15px;}
.guarantee_page .title_3 { margin: 30px 0 0px;}
.guarantee_page h1 { font-size: 18px; margin-top: 20px; text-transform: uppercase; color: #454545;}

.guarantee { width: 100%; float: left; margin-bottom: 30px;}
.guarantee p {  margin-top: 20px;}


#tabs-2 table { width: 100%;}
#tabs-2 table td {text-align: center;}
#tabs-2 table tr {height: 50px;}
#tabs-2 table tr:nth-child(2n) {background-color: #f2f2f2;}
#tabs-2 table thead tr th:first-child {text-align: left;padding-left: 15px;}
#tabs-2 table tr td:first-child {text-align: left;padding-left: 15px;}
#tabs-2 tfoot td {   font-family: "OpenSansBold";}
#tabs-2 tfoot { background-color: #f2f2f2;}



/***************************laplinkgold_11_5***********************************/

.laplinkgold_11_5 .windows_video ul { margin-top: 30px;}
.calc_offers ul li h2 {
    color: #454545;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
.calc_offers ul li span { width: 100%; float: left;}
.calc_offers ul li {min-height: 390px !important;}
.overview_part .overview h3 { color: #454545; font-size: 15px; margin: 10px 0; text-transform: uppercase;}


/********************feature_overview*********************/


.feature_overview { width: 100%; float: left; padding: 30px 0;}
.feature_overview p { margin-top: 20px;}
.table_part { width: 100%; float: left;padding: 50px 0;}
.table_part table { width: 100%; float: left;}
table .btn { padding: 10px 12px; font-size: 13px;}
.table_part table td { width: 10%; float: left; text-align: center; padding: 10px 10px;  font-size: 12px;}
.table_part thead th { font-size: 13px; text-transform: uppercase;width: 10%; float: left; }
.table_part table tr { border-top: 1px solid #dddddd; float: left;width: 100%;}
.table_part table tr a {  padding: 9px 9px;font-size: 12px;}

.table_part table thead th:first-child { text-align: left; width: 27%;}
.table_part table tr td:first-child { text-align: left; width: 27%;font-size: 12px;}
.table_part table tr td:nth-child(5) {
    border-left: 4px solid #00879D;
    border-right: 4px solid #00879D;
}
.table_part table thead th:nth-child(5) {
    background-color: #00879d;
    color: #fff;
    line-height: 37px;
}
thead { background-color: #f5f5f5; width: 100%;}
.table_part thead th { padding: 20px 0;}
thead tr { height: 76px;}
.table_part2 table { margin-top: 30px;}
.table_part2 { padding-top: 0;}

.guarantee { width: 100%; float: left; margin-bottom: 30px;}
.guarantee p {  margin-top: 20px;}



/**************************************************************************************/

 /************************ 08_10_2016 changes documentation page **************************/




.documentation #tabs-1 li h2, .documentation #tabs-2 li h2, .documentation #tabs-3 li h2 {  color: #252525;  font-size: 16px !important;  text-transform: uppercase;}
.documentation .offer_tab{ width: 100%;}
.documentation_points { width: 100%; float: left;}
.documentation_points li {
    border-bottom: 1px solid #dddddd;
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.documentation_points li:last-child { border-bottom: none;}
.documentation_points li p{margin: 0;font-family: "OpenSansRegular";}
.backtotop {
    margin: 30px 0;
    text-align: right;
    width: 100%;
}
.documentation #tabs-4 .tutorial_series li { margin-top: 15px;}
.documentation #tabs-4 > ul li { float: left; width: 100%;}


/************disk image server diskimage server************/

.diskimage_server .pro_discription { width: 63.9%;}
.diskimage_server .pro_discription a{float: none; margin-top: 10px;}




.should_know { width: 100%; float: left;}
.should_know ul { width: 100%; float: left; margin-top: 20px;}
.should_know ul li { width: 100% !important; float: left; margin: 5px 0; padding-left: 0px !important;}

.pcmover_ultimate .pro_detail #tabs-1 li, .pcmover_ultimate .pro_detail #tabs-2 li, .pcmover_ultimate .pro_detail #tabs-3 li { min-height: 65px; }
.express .detail_part_points ul li {  width: 33% !important;}
.windows_text a { color: #f5982a;font-size: 16px; margin-top: 10px;}

.windows_text h3 { text-transform: uppercase; font-size: 18px; margin-top: 20px;}

.country_no { width: 100%; float: left; margin: 30px 0;}
.country_no ul { width: 100%; float: left;}
.country_no ul li { font-size: 20px; width: 100%; float: left; color: #636363;}
.country_no ul li a {color: #f5982a;}
.country_no p {font-size: 15px;}
.country_no p a {color: #f5982a;}


.transfer_cable .detail_part_points ul li { width: 33%;}
.cables { width: 100%; float: left; padding: 30px 0;}
.cables p { margin: 20px 0 10px;}
.cables .title_3, .product_catalog .title_3 { margin: 20px 0 0;}
.cables p a { color: #F5982A;}
.cables .title_1, .product_catalog .title_1  { margin: 30px 0;}
.pro_img img {
    max-width: 100%;
}
.free_transfer_page .pro_img {margin-top: 9%;}
.free_transfer_page .pro_discription { width: 63.9%;}

.product_catalog { width: 100%; float: left; padding-bottom: 30px;}
.product_catalog ul  { width: 100%; float: left; margin-top: 20px;}
.product_catalog ul li { width: 50%; float: left; margin-top: 20px; background:  url(../images/PCmover_Icon.png)no-repeat left top; padding-left: 100px;}
.product_catalog ul li h2{ font-size: 18px; color: #454545; text-transform: uppercase;}
.product_catalog .btn { padding: 7px 16px; font-size: 15px; margin-top: 10px;}

.disk_util_icn1 { background: url(../images/SafeErase_Icon.png)no-repeat left top !important;}
.disk_util_icn2 { background: url(../images/DiskImage_Icon.png)no-repeat left top !important;}

.management1 { background: url(../images/LL_PCsync_HelpIcon.png)no-repeat left top !important;}
.management2 { background: url(../images/LL_LLE_HelpIcon.png)no-repeat left top !important;}
.management3 { background: url(../images/LL_LLG_HelpIcon.png)no-repeat left top !important;}
.management4 { background: url(../images/LL_SwitchandSync_HelpIcon.png)no-repeat left top !important;}

.cable1 { background: url(../../../../wp-content/uploads/2017/05/USB3_Cable_80x80.png)no-repeat left top !important;}
.cable2 { background: url(../../../../wp-content/uploads/2017/05/USB2_Cable_80x80.png)no-repeat left top !important;}
.cable3 { background: url(../../../../wp-content/uploads/2017/05/Ethernet_Cable_80x80.png)no-repeat left top !important;}
.cable4 { background: url(../../../../wp-content/uploads/2017/05/USBSATA-IDECable80x08.png)no-repeat left top !important;}
.product_catalog ul li p {
    font-size: 12px;
}
.detail_points .title_3 h2 { font-size: 25px;}
.windows_video .title_3 { margin: 20px 0 20px;}
.windows_video p { margin-top: 15px;}

.tab_box { width: 100%; float: left; position: relative;}
.tab_box ul { width: 100%; float: left;}
.tab_box ul li {  width: 33%; float: left; text-align: left; padding: 15px;}
.tab_box ul li p{  text-align: left;}
.tab_box ul li h2 {  color: #454545;   font-size: 18px; text-transform: uppercase;}
.tab_box .download_btn .btn.btn_orange .js-open-everything{
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.apple_btn {
    text-align: center;
    width: 100%;
}
.special_offers .tab_try .title_1 h2 { font-size: 20px; margin-top: 20px;}
.tab_box img {  max-width: 100%;}

.automatically { width: 100%; float: left; padding: 50px 0;}
.automatically .title_1{margin: 20px 0;}
.automatically ul { width: 100%; float: left;}
.automatically ul li { width: 50%; padding: 15px; float: left; text-align: center;}
.automatically ul li p { text-align: left;}

.laplink_everywhere .offer_tab { width: 100%;}
.pro_discription ul { margin: 20px 0;}
.pro_discription ul li {width: 100%; float: left;}
.pro_discription ul li a{color: #F5982A;}
.pro_discription h1 {
    color: #454545;
    font-size: 15px;
    text-transform: uppercase;
}
.laylink_sync .upgrade_tabmenu #tabs-1 li, .laylink_sync .upgrade_tabmenu #tabs-2 li, .laylink_sync .upgrade_tabmenu #tabs-3 li {
    height: 84px;
}
.laylink_sync #tabs-1 li span, .laylink_sync #tabs-2 li span, .laylink_sync #tabs-3 li span {
    font-size: 11px;

}
.automatically p { margin: 10px 0 15px;}
.automatically p a, p a { color: #F5982A;}

.licensing { background-color: #fff; padding: 20px;border: 1px solid #e2e2e2;}
.btn_32_Bit { float: left;margin: 20px 0;}

.banner { width: 100%; float: left; text-align: center;}
.banner img { width: 100%;}
.enterprise_customers .offer_tab { width: 100%;}

.customers_table { width: 100%; float: left;}
.customers_table table { width: 100%; float: left; }
.customers_table table tr:nth-child(2n) { background-color: #fff;}
.customers_table thead td { font-family: "OpenSansSemiBold";  padding: 15px;  text-transform: uppercase; text-align: center;}
.customers_table tbody td, .customers_table tfoot td {  padding: 15px;text-align: center; }
.customers_table tbody tr td:first-child, .customers_table tfoot tr td:first-child  {text-align: left; }
.pc_mover_video { margin-top: 30px;}
.special_offers .title_3 {  margin-top: 20px;}

.sp_wrap { width: 100%; float: left; padding: 30px 0;}
.sp_wrap ul { width: 100%; float: left;}
.sp_wrap ul li { width: 16.6%; float: left; border-right: 1px solid #fff; text-align: center;}
.sp_wrap ul li:last-child { border-right:none;}
.sp_wrap ul li a {
    background-color: #d95b27;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 15px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
}
.sp_wrap ul li a:hover, .sp_wrap ul li.active a { background-color: #f79726; color: #fff !important;}
.try_pcmover { margin-bottom: 30px;}
.try_pcmover .title_3 { margin-bottom: 10px;}
.try_pcmover p { margin-top: 10px;}

.contact_form { width: 100%; float: left; margin-bottom: 30px;}
.contact_form form { width: 100%; float: left;}
.contact_form form p {color: #F69426; margin-top: 20px;}
.contact_form form .field_1{ width: 49%; float: left; margin-right: 2%; margin-bottom: 2%;}
.contact_form form .field_1:nth-child(2n){ margin-right: 0px;}
.contact_form form .field_1 input, .contact_form form .field_1 select, .field_2 textarea{ width: 100%; padding: 10px; color: #636363; font-family:'OpenSansRegular'; border: none; border: 1px solid #bbbbbb;}
.field_2 { width: 100%;}
.field_2 textarea { height: 150px; resize:none;}
.submit_btn { float: right; margin-top: 2%;}
.submit_btn input { background-color: #d95b27; color: #fff; transition: all 0.3s ease-in-out 0s; font-family: 'OpenSansSemiBold'; text-transform: uppercase; text-align: center; border: none; padding: 10px 20px 10px 20px; cursor: pointer; }
.submit_btn input:hover { background-color: #F79726;  transition: all 0.3s ease-in-out 0s; }

.backup_part { width: 100%; float: left; padding: 50px 0;}
.backup_part ul { width: 100%; float: left;}
.backup_part ul li { width: 49%; float: left; margin-right: 2%;}
.backup_part ul li p { margin: 20px 0;}
.backup_part ul li:last-child { margin-right: 0px;}

.microsoft_img { margin-bottom: 10px; margin-top: 50px;}
.school_logo { width: 100%; float: left;text-align: center; padding: 50px 0;}
.school_logo .title_1 {margin-bottom: 30px;}

.enterprise_solutions { width: 100%; float:left; margin-bottom: 30px;}
.enterprise_solutions .microsoft_img {
    float: left;
    margin: 0 20px 0 0;
    margin-top: 12px;
}
.enterprise_solutions .btn_orange .js-open-everything{font-size: 14px;} 

.Anywhere_part { width: 100%; float: left; padding: 50px 0;}
.Anywhere_part h3 { font-size: 18px; margin-top: 20px;box-shadow: 0 0 25px #d2d2d2 inset; color: #F5982A; padding: 30px; text-transform: uppercase; }
.Anywhere_part p { margin-top: 10px;}  

.benefit_part {padding: 50px 0;}
.benefit_part table thead {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;    
}
.benefit_part table {width: 100%; margin-bottom: 30px; border: 1px solid #f2f2f2;}
.benefit_part table a {color: #F5982A;}
.benefit_part table tr td{padding: 15px; text-align: center;}
.benefit_part table tr:nth-child(2n){background-color: #f5f5f5;}
.benefit_part table tr td:first-child {text-align: left; text-transform: uppercase; width: 40%;}
.important_features { width: 100%; float: left;}
.important_features .title_3 { margin-bottom: 20px;}
.important_features .btn_orange { font-size: 14px; margin-top: 20px;}

.basic_box_model { width: 100%; float: left;}
.basic_box_model ul { width: 100%; float: left;}
.basic_box_model ul li { width: 32%;text-align: center; float: left; padding: 20px; margin-right: 2%; margin-bottom: 2%; background-color: #f5f5f5; border: 1px solid #dddddd;}
.basic_box_model ul li:nth-child(3n) {margin-right: 0px;}
.basic_box_model ul li h2 { text-transform: uppercase; color: #1a1f1d;}
.basic_box_model ul li p { margin-bottom: 10px;}
.basic_box_model ul li h2 span{ font-family: 'OpenSansRegular';}

.overview_part { width: 100%; float: left; padding: 30px 0;}
.overview { width: 50%; float: left; }
.business_pro_box { width: 50%; float: left; padding: 0px 20px 0px 20px;}
.overview .title_3 {margin-bottom: 10px;}
.overview p {margin-top: 10px; text-align: justify;}
.call_us { margin-top: 10px;}
.business_pro_box > h2 {
    background-color: #999999;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.business_pro_box ul { width: 100%; float: left; margin-top: 20px;}
.business_pro_box ul li { width: 49%; position: relative; float: left; margin-right: 2%; min-height: 249px;margin-bottom: 2%;padding: 15px; text-align: center;background-color: #f5f5f5; border: 1px solid #dddddd;}
.business_pro_box ul li img { max-width: 100%;}
.business_pro_box ul li p { margin:10px 0;}
.business_pro_box ul li .btn_orange { font-size: 13px;}
.business_pro_box ul li:nth-child(2n) {margin-right: 0px;}

.lm_btn {
    bottom: 6%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.customers_logo { width: 100%; float: left;}
.customers_logo p {margin: 10px 0;}
.customers_logo ul { width: 100%; float: left;padding: 50px 0;}
.customers_logo ul li {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: block;
    float: left;
    height: 200px;
    position: relative;
    text-align: center;
    width: 25%;
}
.customers_logo ul li img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
}

.technical_catalog ul li:nth-child(2) { background: rgba(0, 0, 0, 0) url("../images/LL_PCsync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(3) { background: rgba(0, 0, 0, 0) url("../images/LL_SwitchandSync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(4) { background: rgba(0, 0, 0, 0) url("../images/LL_PCsync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(5) { background: rgba(0, 0, 0, 0) url("../images/LL_LLE_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(6) { background: rgba(0, 0, 0, 0) url("../images/LL_LLG_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(7) { background: rgba(0, 0, 0, 0) url("../images/DiskImage_Icon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(8) { background: rgba(0, 0, 0, 0) url("../images/SafeErase_Icon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(9) { background: rgba(0, 0, 0, 0) url("../images/LL_Defrag_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(10) { background: rgba(0, 0, 0, 0) url("../images/LL_PCLock_HelpIcon.png") no-repeat scroll left top; }

.other_products li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.other_products li a { color: #F5982A;}
.other_products > h2 {  color: #252525;  font-size: 18px;  padding: 10px 0;  text-transform: uppercase;}

.mysupport { width: 100%; float: left; padding-top: 30px;}
.mysupport h3 {
    color: #252525;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
}
.contact_form p {  margin: 20px 0;}
.mysupport .submit_btn { float: left;}
.mysupport_text { width: 75%; float: left; margin-right: 2%;}
.my_support_menu { width: 23%; float: left;}
.my_support_menu ul { width: 100%; float: left; border: 1px solid #f6f6f6;}
.my_support_menu h2 {
    background-color: #595a5c;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-transform: uppercase;
}
.my_support_menu li { width: 100%; float: left;background-color: #fefefe; padding: 0px 15px 0px 15px;}
.my_support_menu li:nth-child(2n) { background-color: #f6f6f6;}
.my_support_menu a:hover { color: #f5982a;}
.my_support_menu a {
    color: #636363;
    float: left;
    font-size: 13px;
    padding: 10px 0;
}
.search form input {
    border: 1px solid #dddddd;
    color: #636363;
    font-family: "OpenSansRegular";
    padding: 10px;
    width: 50%;
}
.search {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    float: left;
    margin-top: 40px;
    padding: 30px 20px;
    width: 100%;
}
.knowledge_base_part { width: 100%; float: left; padding: 30px 0;}
.knowledge_base_part form { width: 100%; float: left;}
.search form input { float: left; width: 50%;}
.search form .submit_btn input { float: left; width: 100%; color: #fff; margin-left: 20px;}
.search form select { border: 1px solid #dddddd; float: left; color: #636363;  padding: 10px; margin-left: 10px; }
.search .submit_btn { float: left;  margin: 0;}

.Knowledge_points { width: 100%; float: left; padding: 30px 0;}
.Knowledge_points ul { width: 100%; float: left; margin-top: 20px;}
.Knowledge_points ul li { width: 50%; float: left;margin-top: 10px;}
.Knowledge_points ul li a {color: #636363;}
.Knowledge_points ul li a:hover {color: #F5982A;}

.popular_item { width: 100%; float: left;}
.popular_item p{ margin-top: 15px; width: 100%; float: left; }
.popular_item ul { width: 100%; float: left;margin-bottom: 30px; }
.popular_item ul .title_3 {margin-bottom: 10px;}
.popular_item ul li {margin-top: 10px; background: url(../images/page_white.png)no-repeat left 3px; padding-left: 25px;}
.popular_item ul li a {margin-top: 10px; color: #636363}
.popular_item ul li a:hover { color: #F5982A;}

.all_articles_page .popular_item ul { width: 100%; margin-bottom: 20px;}
.all_articles_page .popular_item ul h2{ position: relative;}

.all_articles_page .popular_item ul h2::before {
    background: rgba(0, 0, 0, 0) url("../images/icon-rss.gif") no-repeat scroll right center;
    content: "";
    display: inline-block;
    height: 12px;
    left: 18px;
    position: absolute;
    top: 10px;
    width: 100%;
}
.partner_program{ width:100%; float:left; padding-bottom: 30px;}
.partner_program .title_1 { margin: 30px 0;}
.partner_program p { margin-top: 15px;}
.partner_program .btn_orange .js-open-everything{ margin-top: 15px;}

.img_icon img { height: auto;  margin-top: 15px;  max-width: 100%;}

.img_class { float: left; margin: 10px 0; width: 100%;}
.men_img {  float: left;  padding: 20px 0; text-align: center;  width: 100%;}
.partner_program h3 { color: #252525; float: left;   font-size: 18px; margin-top: 20px;  text-transform: uppercase;  width: 100%;}

.banner_img { float: left;}
.banner_tax {  display: inline-block;  margin-left: 20px;  width: 60%;}
.page_banner { background-color: #f5f5f5; float: left;  width: 100%; padding: 20px; border: 1px solid #dddddd; border-top: none;}
.banner_img img {border: 1px solid #e3e3e3;}

.management_part { width: 100%; float: left; }
.management_part .title_1 { margin: 30px 0;}

.team_text { width: 85%; float: left; margin-right: 2%;}
.team_text p {text-align: justify;}
.team_img { width: 13%; float: left;}
.team_img img { float: right;}
.management_box { width: 100%; float: left; border-bottom: 1px solid #dddddd; padding: 30px 0;}
.management_box h3 {  color: #252525; margin-top: 20px; text-transform: uppercase; font-size: 18px; margin-top: 21px; padding-top: 0;}
.management_box img { max-width: 100%;}   

.media_part .title_3{ margin: 20px 0;}
.media_part {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.media_part .title_1 { margin: 30px 0;}
.media_part a { color: #F5982A;}
.media_part h3 { color: #252525; font-family: "OpenSansItalic";  font-size: 16px;  text-transform: uppercase;margin-top: 20px;}

.blog_btn {  margin-top: 20px;}
.blog_2 { float: left;  padding-left: 20px; width: 50%;}
.blog_1 { float: left; width: 50%;}



.banner_img { float: left;}
.banner_tax {  display: inline-block;  margin-left: 20px;  width: 60%;}
.page_banner { background-color: #f5f5f5; float: left;  width: 100%; padding: 20px; border: 1px solid #dddddd; border-top: none;}
.banner_img img {border: 1px solid #e3e3e3;}

.about_us .banner img {
    width: auto;
}
.about_us .banner {text-align:center; width:100%;float:left; padding:10px 0;}
.about_us .title_1 {  margin: 30px 0;}
.inc_02 {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.inc_02 p{
    margin-top: 15px;
}

.inc_02 img {
    margin-top: 15px;
}

.careers_03{
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.careers_03 p {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.careers_03 strong {
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
}
.blog_right { border-top: 1px solid #dddddd; float: left; margin-top: 20px;   width: 100%;}
.blog_right .btn_orange .js-open-everything { margin-top: 10px;}
.blog_right ul {float: left; width: 100%;}
.blog_right li {  display: inline-block;  display: inline-block;  padding-left: 60px;}
.blog_right li img { max-width: 100%;}

.reviews1 { background: rgba(0, 0, 0, 0) url("../images/zdnetIcon.png") no-repeat scroll left center;}
.reviews2 { background: rgba(0, 0, 0, 0) url("../images/pcmagIcon.png") no-repeat scroll left center;}
.reviews3 { background: rgba(0, 0, 0, 0) url("../images/wsjIcon.png") no-repeat scroll left center;}

.offer_free {
    box-shadow: 0 0 25px #d2d2d2 inset;
    margin-top: 20px;
    padding: 30px;
    width: 100%;
}
.offer_free p { margin-top: 0px;}
.offer_free a { margin-top: 10px;}
.pricing_page .offer_tab { width: 100%;}
.pricing_page #tabs-2 h3 {
    color: #252525;
    margin-top: 15px;
    text-transform: uppercase;
}
.pricing_page #tabs-2 p { margin-top: 0px; margin-bottom: 20px;}
.pricing_page #tabs-2 .title_3 { margin-bottom: 20px;}




/****************fancybox*****************/
.portfolio_images { width: 76.7%;display: inline-block; margin-left: 1.6%;margin-top: 45px;}

.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}
.img_zoom ul {
    display: inline-block;
    width: 100%;
}
.img_zoom ul li {
    display: inline-block;
}
.img_zoom ul li:last-child { margin-right: 0px;}
.img_zoom ul li img { max-width: 100%;}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px !important;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { 
    background-image: url(/wp-content/uploads/2023/09/fancybox_sprite.png);  
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../image/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.7);
}






/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);}

    /* Overlay helper */




    .assistance .btn { padding: 5px 30px;}
    .copy_right ul li {
        border-left: 1px solid #d7d7d7;
        display: inline-block;
        line-height: 13px;
        padding: 0 10px;
    }
     
    .copy_right ul {
        float: left;
        margin-left: 10px;
    }
    .copy_right ul li a {
        color: #818181;
        font-size: 13px;
    }
    .assistance .btn_orange:hover { background-color: #faa644;}
    .es_button input:hover { background-color: #faa644;}
    
   
.menu_link nav ul li .main_submenu ul li:last-child {
    border-right: medium none;
}
    
    /************************ 06_10_2016 changes **************************/
    
.menu_part h2 a, .submenu h2 a {
    padding-top: 0 !important;
}

/*........Popup..........*/
#popup_01 {
    float: left !important;
    padding: 20px !important;
    width: 100% !important;
}
#popup_01 .title_3 {
   margin: 15px 0 !important;
}
#popup_01 p {
    padding: 10px 0 !important;
}


/*........Popup..........*/

.free_trial h2 {
    font-size: 20px;
    margin: 15px 0;
    color: #151617;
    padding: 0;
} 
.free_trial a {
    color: #f3962a;
    padding: 10px;
}
.offer-price {
    color: #f3962a;
    font-size: 20px;
}

.enterprise_solutions p {
    padding: 5px 0;
}
.tutorial_series li, .tutorial_points ul li {margin: 5px 0 !important; width: 100%;}
.tutorial_series .title_3 { margin-bottom: 10px}

.replace_btn a {
    margin-right: 10px;
}
.replace_btn { margin-top: 10px; width: 100%; float: left;}
.tab_try #tabs-2 h3 {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

/*........Price Box..........*/

.pricing_details {
    display: table;
    width: 100%;
}
.details_left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.details_left span {
    float: left;
    font-size: 10px;
}
.details_right {
    color: #f5982a;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}


/*........Price Box..........*/

/*........Page syspectr...............*/
#syspectr-about .ui-tabs-panel, 
#syspectr-features .ui-tabs-panel,
#syspectr-documentation .ui-tabs-panel,
#syspectr-pricing .ui-tabs-panel,
#syspectr-documentation .ui-tabs-panel,
#syspectr-support .ui-tabs-panel,
#syspectr-contact-us .ui-tabs-panel { 
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    width: 100%; float: left;
    padding: 20px;
}

.menu_link_second ul li{
  position: relative;
  fload: left;
}
.menu_link_second .menu{
   position: relative;
}
.menu_link_second .submenu{
   top: 62px;
   width: 100%;
   background: #FFFFFF;
}
.menu_link_second .dropdown:hover .submenu{
   padding: 0;
}
.menu_link_second .submenu li{
  width: 100%;
}
.menu_link_second .submenu li a{
  background: #FFFFFF !important;
  color: #636363;
  text-align: left;
  padding-left: 20px;
  text-transform: none;
}
.sp_wrap .menu_link_second ul li ul.submenu li a:hover{
   color: #f59223 !important;
}

/*........Page webinar...............*/
.special_offers table {
    width: 100%;
    margin-bottom: 18px;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.special_offers table td {
    text-align: justify;
    padding: 8px;
    line-height: 18px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.special_offers td p {
    margin: 0;
    padding: 0;
    font-weight: 200;
    line-height: 18px;
}


/*........Accordion Styles........*/
.accordion {
    margin-bottom: 0px;
}
.accordion-title {
	background-color:#f4f4f4;
    margin-top: 0px;
	padding: 10px 0px 10px 10px;
    cursor: pointer;
}
.accordion-title:after {
  content: "\23F7";
  float: right;
  padding-right: 5px;
  font-size: 25px;
  margin-top: -5px;
  transition: 0.2s;
}
.accordion-title.open:after {
  content: "\23F6";
}
.accordion-content { 
	padding-left:10px;
	margin-bottom:40px;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}

@media print {
	.accordion-content {
		display: block !important;
	}
}

.laplink_price_box_fix ul.pricing li{
    width: 100%;
    padding: 10px 25px !important;
    text-align: left !important;
}

/*SDC fix css for language*/

.menu_link .hide
{
    display: none;
}
.menu_link .w300 .main_submenu{
    width: 300px !important;
}

.header_bottom_mobile {
    float: left;
    width: 100%;
}
#vsii-dl-menu{
    max-width: 100%;
    z-index: auto;
}
#vsii-dl-menu.dl-menuwrapper .dl-trigger{
    float: right;
    background: rgba(0, 0, 0, 0) url("../images/nav-icon.png") no-repeat scroll 0 0  !important;
    box-shadow:none !important;
    top: 20px;
    margin-right: 10px;
}
#vsii-dl-menu.dl-menuwrapper .dl-trigger::after{
    display: none;
}
.dl-menuwrapper .dl-menu {
    top: 70px;
}
.dl-menuwrapper .dl-submenu {
    top: 75px !important;
}
#vsii-dl-menu .hide{
    display: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #595a5c none repeat scroll 0 0 !important
}
.header_bottom_mobile{
    display: none;
}
@media(max-width: 768px){
    .header_bottom_desktop{
        display: none;
    }
    .header_bottom_mobile{
        display: block;
    }
    .need_help h2::after {
        display: none;
    }
}
.woocommerce div.product {
    position: inherit !important
}



.vsii_menu_desktop .submenu.main_submenu {
    width: auto;

}
.vsii_menu_desktop .submenu.main_submenu > li{
    border-right: 1px solid #d4d4d4;
    display: block;
    width: 270px;
    float: left;
    padding: 20px;
}
.vsii_menu_desktop h2 {

}

.menu_link nav  ul.vsii_menu_desktop li:hover .submenu.main_submenu {
    display: flex !important;
    padding: 0px;
}

.vsii_megamenu > li > .submenu{
    display: block !important;
    position: relative;
    left: auto;
    top: 0;
    padding: 0 !important;
    width: 100% !important;;
}
.vsii_megamenu > li:hover{
    z-index: 999;
}

.vsii_megamenu{
    border-right: 1px solid #d4d4d4;
    display: block;
    padding: 20px;
    width: 280px;
    float: left;
}

.vsii_megamenu > li > .submenu > li:first-child{
    padding-top: 10px !important;
}

.vsii_menu_desktop > li > .submenu .submenu{
    width: 100% !important;;
    padding: 10px 15px;
    z-index: 0;
}
.vsii_menu_desktop > li > .submenu .submenu li:first-child{
    padding-top: 0;
}

.vsii_menu_desktop .submenu .vsii_no_border {

}
.vsii_menu_desktop .submenu .vsii_no_border b{
    margin-top: -10px;
}
.vsii_menu_desktop .submenu.main_submenu .vsii_no_border {

}
.vsii_menu_desktop .submenu.main_submenu .vsii_no_border b{
    margin-top: 0px;
}
.vsii_menu_desktop li strong{
    color: #F5982A;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}
.vsii_megamenu > li > strong >a,
.vsii_megamenu > li >a{
    width: 100%;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 5px !important;
}
.dropdown:hover .submenu {
    padding: 10px 20px 20px;
}
.vsii_megamenu > li > strong > a > .fa-angle-right ,
.vsii_megamenu > li >  a > .fa-angle-right
{
    display: none;
}
.vsii_menu_desktop .fa-angle-right{
    position: absolute;
    right: 0;
    top: 5px;
}

.vsii_menu_desktop .vsii_text_up {
    text-transform: uppercase !important;
}
.vsii_menu_desktop .vsii_megamenu .submenu .submenu {
    width: 300px !important;
}
.fonts-fix .menu_link nav ul li{
    padding: 15px 20px 12px 20px;
}
.text-normal{
    text-transform: none;
}
.need_help a[role='button']{
    float: right;
    margin-right: 125px;
}
.copy_right{
    padding-top: 0;
}
.offer_news{
    padding-top: 50px;
    padding-bottom: 0;
}
.btn_reset{
    background-color: #f5982a !important;
    background-image: none !important;
    padding: 7px 25px 10px !important;
}
.btn_reset .fa{
    top: 2px !important;
}
.g_plus {
	display: none !important;
}
.es-field-wrap {
	display: inline;
}
.es_subscription_form {
	margin-bottom: 20px;
}

/* Holiday Savings */
.custom-modal {
    display: none;
    position: fixed; 
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  .custom-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    text-align:left;
  }

  .close-button {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close-button:hover,
  .close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
/* Holiday Savings End */

/* 29-07-2022 */
 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li {padding: 8px !important;}    
 .details_left {
    font-size: 11px;
} 
.details_left {
    text-align: left;
} 
.upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {
    text-align: left;
    max-width: calc(100% - 50px);  
    width: 100%;            
}  
#post-265 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {
    width: auto;     
}
#post-271 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {
    width: auto;       
}

#post-365 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {   
    width: 100%;    
}
#post-365 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li:nth-child(4) {
    min-height: auto;
}               

.upgrade_tabmenu .tab_try .ui-tabs-panel#tabs-1 ul.pricing li .pricing_details .details_right {
    max-width: 50px;
    width: 100%; 
}
.details_right a,.details_left {
    font-size: 12px;  
}
.upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li:nth-child(4) {
    min-height: 53px;
}
.upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li:nth-last-child(-n+2) {
    border-bottom: 0;
}



/* ==============  old style End ===============  */


/* Custom css Start  21-08-2023*/


* { margin:0; padding:0;}
*, *:before, *:after { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html { overflow-x:hidden !important;}
:focus { outline:none;}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/*.........placeholder opacity........*/
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1; }
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {  opacity:1;}

body { margin:0; padding:0; font-family: 'OpenSansRegular'; font-size:15px;color:#636363;}
a { text-decoration:none; transition:all ease-in-out 0.3s; color: #f5982a;}
a:hover {color: #252525;}
button{transition: all ease-in-out 0.3s;}
a img, img { border:none;}
ul, li, ol { list-style:none;padding: 0px;margin: 0px;}
input, select, textarea { font-family: 'OpenSansRegular';}
h1, h2, h3, h4, h5, h6, strong{font-weight: normal; font-family: 'OpenSansBold'; }   
ins {  text-decoration: none;}

.row { width: 100%; float: left;}
.row:before, .row:after { display:table; content:"";}
.row:after { clear:both;}

.container { width:1140px; margin:0 auto;}

.clear { clear: both;}


/*.....buttons.....*/
.btn{font-family: "OpenSansBold"; text-transform: uppercase; border: 0px;border-radius:2px;padding: 10px 30px;cursor: pointer;transition: all ease-in-out 0.3s;display: inline-block;}
.btn_orange{color:#fff !important;background: #f5982a; font-size: 15px; padding: 8px 30px 10px; }
.btn_orange:hover{background: #faa644;}    
body, button, input, select, textarea {
    font-family: 'OpenSansRegular';
}  
body {
    margin: 0;
    padding: 0;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    color: #636363;
}
main#main header.entry-header {
    width: 100% !important;
}
main#main .entry-content {   
    width: 100% !important;
}
.wrap {
    max-width: 1170px;
    padding: 0 15px;   
}  
.site-footer .wrap {
    padding-bottom: 0;
    padding-top: 0;
}    

/* Header css Start */

.custom-header-media {
    display: none;
}
.header-top-bar {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 4px solid #f5982a;
}
.header-top-bar-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.header-top-left p {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}  
.language select {
    background-color: transparent;
    border: 0;
    color: rgba(0, 0, 0, 0.5);
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 600;
} 
#top-menu>li a {
    color: #fff;
}
#top-menu>li .sub-menu a {
    color: #000;
    font-size: 14px;
}   
#top-menu>li .sub-menu a:hover {
    color: #000;
}  
#masthead .custom-header-outer .site-branding .wrap {
    padding: 0;
}
.custom-header-outer .site-branding img {
    margin-top: 5px;
    height: 40px;
}  
.custom-header-outer {  
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
    background: #595a5c;
}
.custom-header-outer .site-branding {
    padding: 0;
}
.custom-header-outer .navigation-top {
    width: 80%;
    position: unset;
    background: transparent;
    border: 0;
    display: flex;
}
.custom-header-outer .custom-header {
    margin-bottom: 0 !important;
    width: 20%;
}   
.navigation-top .wrap {
    padding: 0;
}
.custom-header-outer .navigation-top .wrap {
    padding: 0 !important;
    max-width: 100%;
    margin: 0 0 0 auto;
}  

/* Header css End */

.need_help {
    width: 100%;
    background-color: #595a5c;
    padding: 22px 0;
}   
.need_help h2 {
    float: left;
    font-size: 32px;
    line-height: 63px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}  
.need_help h2::after {
    position: absolute;
    height: 117px;
    width: 36px;
    content: "";
    background: url(/wp-content/uploads/2023/08/need_help_arrow.png) no-repeat right center;     
    top: -23px;
    right: -55px;
}
.need_help ul {
    float: left;
    margin-left: 75px;
}
.need_help ul li {
    float: left;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 0;
    padding-left: 72px;
}
.email {
    background: url(/wp-content/uploads/2023/08/email.png)no-repeat left center;
}  
.need_help ul li span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #bcbcbc;
}
.need_help ul li a {
    font-size: 16px;
    color: #fff;    
}
.offer_news {
    width: 50%;
    float: none;
    padding-top: 50px;
    padding-bottom: 0;
}
.emaillist {
    width: 46% ;
    float: right;
}
.footer-bottom-section {
	background: #f4f4f4;
	float: left;
	width: 100%;
} 
.footer-bottom-section .offer_news p {
	float: none;
	font-size: 35px;
	color: #151617;
	font-family: 'OpenSansLight';
	margin-bottom: 0; 
}  
  
.copy_right {
    width: 100%;
    float: left;   
    padding-top: 0;
    padding-bottom: 12px;
}
.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    background: url( /wp-content/uploads/2023/08/line_bg.jpg) repeat-x center center;
    margin-bottom: 15px;
}
.copy_right p {
    float: left;
    font-size: 13px;
    color: #818181;
}
.copy_right p span {
    text-transform: uppercase;
    color: #595a5c;    
    font-family: 'OpenSansBold';
}
.copy_right ul {
    float: left;
    margin-left: 10px;
}
.copy_right ul li {
    border-left: 1px solid #d7d7d7;
    display: inline-block;
    line-height: 13px;
    padding: 0 10px;
}
.copy_right ul li a {
    color: #818181;
    font-size: 13px;
}
.social_2 {
    float: right;
}   
.social_2 .fb {
    background-image: url("/wp-content/uploads/2023/08/social_2.png");
    background-position: left top;
    display: inline-block;
    height: 19px;
    width: 15px;
}
.social_2 a {
    margin-right: 25px;
}
.social_2 .twt {
    background-image: url("/wp-content/uploads/2023/08/social_2.png");
    background-position: -96px top;
    display: inline-block;
    height: 19px;
    width: 19px;
}
.social_2 .you_tube {
    background-image: url("/wp-content/uploads/2023/08/social_2.png");
    background-position: -145px top;
    display: inline-block;
    height: 19px;
    width: 20px;  
}
.social_2 a:last-child {
    margin-right: 0px;
}
.social_2 .fb:hover {
    background-position: left bottom;
}
.social_2 .twt:hover {
    background-position: -96px bottom;
}
.social_2 .you_tube:hover {
    background-position: -145px bottom;
}
.site-info {
    display: none;
}
.copy_right ul li a:hover {
    color: #faa644;
}      
      
 
/*....Title....*/  
.title_1{width: 100%;text-align: center; position: relative;display: inline-block}
.title_1 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(/wp-content/uploads/2023/08/underline.png) no-repeat center center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_1 h2 {color: #1a1f1d; display: inline-block; font-family: 'OpenSansExtraBold'; font-size: 40px; position: relative; text-transform: uppercase; z-index: 1;}
.title_1 h2 span {font-family: 'OpenSansLight'; }

.title_2{width: 100%;text-align: left; position: relative;display: inline-block}
.title_2 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(/wp-content/uploads/2023/08/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_2 h2 { color: #1a1f1d; display: inline-block; font-family: 'OpenSansExtraBold'; font-size: 37px; position: relative; text-transform: uppercase; z-index: 1;}
.title_2 h2 span {font-family: 'OpenSansLight'; }

.title_3{width: 100%;text-align: left; position: relative;display: inline-block}     
.title_3 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(/wp-content/uploads/2023/08/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_3 h2 { color: #1a1f1d; display: inline-block;     font-family: 'OpenSansExtraBold'; margin-top: 0; padding-top: 0; font-size: 20px; position: relative; text-transform: uppercase; z-index: 1;}
.title_3 h2 span {font-family: 'OpenSansLight';}  

      
.product_catalog { width: 100%; float: left; padding-bottom: 30px;}
.product_catalog ul  { width: 100%; float: left; margin-top: 0px;}
.product_catalog ul li { width: 50%; float: left; margin-top: 20px; background:  url(/wp-content/uploads/2023/08/PCmover_Icon.png)no-repeat left top; padding-left: 100px;}
.product_catalog ul li h2{ font-size: 18px; color: #454545; text-transform: uppercase; margin: 0;}
.product_catalog .btn {padding: 7px 16px; font-size: 15px; margin-top: 10px;  box-shadow: none; font-family: 'OpenSansExtraBold';}
.product_catalog .btn:hover {padding: 7px 16px; font-size: 15px; margin-top: 10px; box-shadow: none; font-family: 'OpenSansExtraBold';}       
  
.disk_util_icn1 { background: url(/wp-content/uploads/2023/08/SafeErase_Icon.png)no-repeat left top !important;}
.disk_util_icn2 { background: url(/wp-content/uploads/2023/08/DiskImage_Icon.png)no-repeat left top !important;}

.management1 { background: url(/wp-content/uploads/2023/08/LL_PCsync_HelpIcon.png)no-repeat left top !important;}
.management2 { background: url(../images/LL_LLE_HelpIcon.png)no-repeat left top !important;}
.management3 { background: url(/wp-content/uploads/2023/08/LL_LLG_HelpIcon.png)no-repeat left top !important;}
.management4 { background: url(/wp-content/uploads/2023/08/LL_SwitchandSync_HelpIcon.png)no-repeat left top !important;}  

.cable1 { background: url(../../../../wp-content/uploads/2017/05/USB3_Cable_80x80.png)no-repeat left top !important;}
.cable2 { background: url(../../../../wp-content/uploads/2017/05/USB2_Cable_80x80.png)no-repeat left top !important;}
.cable3 { background: url(../../../../wp-content/uploads/2017/05/Ethernet_Cable_80x80.png)no-repeat left top !important;}
.cable4 { background: url(../../../../wp-content/uploads/2017/05/USBSATA-IDECable80x08.png)no-repeat left top !important;}
.product_catalog ul li p {
    font-size: 12px;
    margin: 0;
}
.cables .title_3, .product_catalog .title_3 {
    margin: 20px 0 0;
}           
footer#colophon {
    margin-top: 0;
}     
.page:not(.home) #content {
    padding-bottom: 1.1em;
}         
div#content {
    padding-top: 0;
}  
.product_catalog ul li p a {
    box-shadow: none;
}
main#main .entry-header {
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 20px;
}   
main#main .entry-header .entry-title {
    color: #f5982a;
}  

.detail_part_points {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    margin-top: 50px;
}
.detail_part_points ul {
    width: 100%;
    float: left;
    height: 100%;
}
.detail_part_points ul li {
    width: 20%;
    display: table-cell;
    text-align: center;
    padding: 70px 0;
    height: 100%;
}
.detail_part_points img {
    max-width: 100%;
}
.detail_part_points ul li h2 {
    color: #151617;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    display: inline-block;
    padding-bottom: 10px;
}
.detail_part_points ul li p {
    font-size: 14px;
    margin-top: 20px;
    width: 80%;
    margin: 20px auto;
}
.detail_part_points ul li:hover {
    background-color: #fafafa;
}
.cables_table td {
    padding: 10px;     
}                   
         
.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    box-shadow: none !important;
}
.entry-content a:hover, .entry-summary a:hover, .comment-content a:hover, .widget a:hover, .site-footer .widget-area a:hover, .posts-navigation a:hover, .widget_authors a strong:hover {
    box-shadow: none !important; 
}
thead {
    background-color: #f5f5f5;
    width: 100%;
}  
.table_part table thead th:nth-child(5) {
    background-color: #00879d;
    color: #fff;
    line-height: 37px;  
}
.table_part table tr td:nth-child(5) {
    border-left: 4px solid #00879D;
    border-right: 4px solid #00879D;
}   
.table_part table tr a {
    padding: 9px 9px;
    font-size: 12px;
}
.table_part table td {
    width: 10%;
    text-align: center;
    padding: 10px 10px;
    font-size: 12px;
}     

#secondary {
	display: none;
}
.has-sidebar.woocommerce-page:not(.error404) #primary {
	width: 100%;
}    
p {
	margin: 0;
	padding: 0;
}   
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}       

.btn_white {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-left: 7px;
	font-size: 15px;
	color: #636363;
	text-transform: uppercase;  
}
.btn_white:hover {
	background-color: #f5982a;
	color: #fff !important;
} 
table {
	border-collapse: unset;
	margin: 0;
}
 h3 {
	color: #636363;
}
.feature_overview table th {
	text-align: center;
}  
.feature_overview table td {
	line-height: normal;
} 
.detail_discription {
	width: 62%;
	float: left;
}
.detail_discription .pro_discription {
	width: 49%;
}  
.detail_discription .btn {
	margin-right: 10px;
	margin-top: 10px;
}
.management_box:last-child {
	border-bottom: 0;
}  

  
.steps_3 ul li p {
	padding: 0 10px;
}  
#tabs2 > ul {
	display: flex;
	margin-bottom: 0px; 
}  
#tabs2 > ul li a {
	outline: none;
}
.tab_try ul li {
	margin: 0;
}
#tabs2 > ul li a:focus {
	background: #404143;
	color: #fff;
}
.tab_try ul.pcmover_point li {
	margin: 10px 0;
}  
.tab_try ul.pcmover_point {
	margin: 15px 0;
}     
.site-branding a:hover, .site-branding a:focus {
    opacity: 1 !important;  
}

/* Product bottom tab css start */ 
#Algorithms2, #Data_Structure2 {
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
	width: 100%;
	float: left;
	padding: 20px;  
}
/* Product bottom tab css End */   
/* Product top tab css start */ 
#geeks .ui-tabs-nav {
  background:#595a5c;
  color:#fff;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  list-style:none;
  margin:8px 0 0;
  padding:0;
  text-align:center
}
#geeks .ui-tabs-nav a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 7px;
	width: 100%;
	outline: none;
}
#geeks .ui-tabs-nav .ui-state-active {
  background:#404143 url(/wp-content/uploads/2023/08/tab_arrow.png) no-repeat scroll bottom!important;
  position:relative   
}       
#geeks .ui-tabs-nav .ui-state-active:after {
  background:transparent url(/wp-content/uploads/2023/08/tab_arrow.png) no-repeat scroll 50%;
  bottom:-16px;
  content:"";
  height:30px;
  left:0;
  position:absolute;
  right:0;
  width:100%
}
#geeks .ui-tabs-nav li:focus {
  outline:none
}
h2.product-name span {
  font-size:31px!important
}
#geeks .pricing {
  background-color:#f9f9f9;
  border:1px solid #dfdfdf;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  list-style:none;
  margin:0;
  padding:0
}
#geeks .pricing li a {
  color:#f5982a
}
#geeks .pricing .pricing_details {
  display:flex;
  justify-content:space-between
}
#geeks .pricing li {
	border-bottom: 1px solid #dfdfdf;
	font-size: 11px;
	padding: 10px;
	width: 100%;
}
#geeks .pricing li:last-child,
#geeks .pricing li:nth-child(5) {
  border-bottom:0
}
.top-product-tab {
	max-width: 400px; 
}
.top-tab-title h2 {
	color: #151617;
	font-weight: 700;
}  
.top-tab-title h2 span {
	font-weight: 100;
}  
#geeks .ui-tabs-nav li {
	margin: 0;
}    


/* Product top tab css End */ 
.custom-product-summary {
	display: flex; 
}   
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 35%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 60%;
	clear: none;
}   
.top-product-tab-right {
	margin-left: 20px;  
}     
#owl-demo2.owl-carousel .owl-wrapper-outer {
	z-index: 1 !important;
}         
#owl-demo2.owl-carousel  {
	z-index: 1 !important;
} 
   
.header-top-right {
    display: flex;
    align-items: center;
}
ul#menu-header-top-menu {
    display: flex;
    margin-left: 10px;
}
  

ul#menu-header-top-menu> li {
    position: relative;
    margin-left: 33px;
}
ul#menu-header-top-menu> li:hover ul {
   display: block;  
}
ul#menu-header-top-menu ul {
    background: #fff;
    border: 1px solid #bbb;
    left: 0;
    padding: 0;
    position: absolute;
    top: 31px;
    z-index: 99999;
    padding: 0px;
    margin: 0;
    width: 165px;   
    display: none;    
}            
ul#menu-header-top-menu ul li a {
    color: #000;
    font-size: 14px;
} 
ul#menu-header-top-menu> li a {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    padding: 10px 0;
}    
ul#menu-header-top-menu ul li {
    margin: 0;
    padding: 7px 10px;
}      
ul#menu-header-top-menu ul li:hover {
    background-color: rgba(248, 249, 250, 1.0);
}
  
#masthead .wrap {
    max-width: 100%;
    padding: 0 50px;
}
button.dropdown-toggle:focus {
    background: transparent;
}  

       



/* RESPONSIVE CSS START */ 
      

@media screen and (max-width: 1140px)
{
    .container{width:100%; padding: 0 15px;}    

}  


@media screen and (max-width: 1024px) 
{

    .menu_link nav ul li {padding: 20px;}
    .title_2 h2 { font-size: 33px;}
    .setup ul li span { right: 9%;}
    .step_2::before { width: 77px;}
    .need_help h2 { font-size: 16px;}
    .need_help .live_chat a {  padding: 40px 9px 10px; font-size: 13px;}
    .footer .offer_news p { font-size: 30px;}
    .email_fild { width: 84.5%;}
    .box3 ul li h2 { font-size: 18px;}
    .solutions ul li h2 { font-size: 16px;}
    .need_help ul li { padding: 10px 0 10px 63px;}

    .pro_detail h2 { font-size: 29px;}
    .upgrade_tabmenu h2 { font-size: 21px !important;}
    .steps_3 .step_2::before {  width: 182px;}
    .steps_3 ul li span { right: 24%;}
    .testi_1 p { font-size: 17px;}
    .special_offers .tab_try .ui-state-default {width: 38%;}


}
@media (max-width: 991px){
.feature_overview .table_part table {
  width: 1000px;
  float: left;
}
.table_part {
	overflow-x: scroll;
}
.table_part thead th {
	font-size: 12px;
}        
.page-id-5960 .pro_detail .container div {
	width: 100% !important;
	margin-bottom: 20px;   
} 




}

@media screen and (max-width: 979px)
{

.social_2 {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}	  
.footer-bottom-section .offer_news p {
	font-size: 23px;
}  
    .menu_link nav ul li {  padding: 10px 15px 10px 15px;}
    .box3 ul li h2 {  font-size: 15px;}
    .box3 img {  height: auto;  max-width: 100%;}
    .box3 ul li p { font-size: 13px;}
    .solutions ul li h2 {  font-size: 14px;}
    .setup ul li span {  right: 4%;}
    .title_2 h2 {  font-size: 30px;}
    .setup_part img {  height: auto;   max-width: 100%;}
    .step_2::before {  width: 58px;}
    .step_2::after { width: 80%;}
    .assistance p {  font-size: 15px; line-height: 27px;}
    .footer .offer_news p {  font-size: 25px;}
    .need_help ul li a { font-size: 12px;}
    .contact_info ul li a {  font-size: 13px;}
    .for_individuals, .products, .secure_payment { padding-left: 30px;}
    .logo img { max-width: 80%;}
    .menu_link nav ul li a {font-size: 12px;}
    .btn_orange {font-size: 13px; padding: 8px 22px;}
    .btn_white {padding: 0 15px 1px;}
    .solutions ul li p { font-size: 14px;}
    .solutions ul li .btn_orange, .assistance .btn_orange {
        background: #f5982a url("../images/btn_icn.png") no-repeat scroll 4px center;
        font-size: 14px;
    }
    .step_2::before { display: none;}
    .step_2::after { display: none;}
    .setup ul li span {  right: -3%;}
    .need_help ul li { width: 40%;}
    .need_help ul { width: 67%;}
    .copy_right p {font-size: 12px;}
    .copy_right ul li a {    font-size: 12px;}
    .box3 img { height: auto; max-width: 50%;}
    .box3 ul li {  min-height: 677px;}
    .title_2 h2 {  font-size: 25px;}
    .setup_part img { max-width: 60%;}
    .setup ul li span { right: 11%; top:34px;}

    .setup ul li p { font-size: 13px;}
    .assistance p { font-size: 14px; line-height: 20px;}

    .pro_discription p { font-size: 17px;}
    .detail_part_points ul li h2 { font-size: 15px;}
    .pro_img img { max-width: 80%;}
    .header_bottom .logo { padding-top: 10px;}
    .steps_3 ul li span { right: 16%;}
    .steps_3 p { font-size: 14px;}
    .testi_1 p { font-size: 16px;}
    .other_offer h3 { font-size: 18px;}
    .title_3 h2 { font-size: 18px;}        
    .special_offers .tab_try .ui-state-default {width: 50%; }

}

    @media screen and (max-width: 768px)
    {

        nav {
            border-bottom: 0 none;
            display: block;
            padding: 10px 0;
            position: absolute;
            right: 8px;
            width: 170px;
            z-index: 33;
        }
        nav ul li {
            background: #f5f5f5 none repeat scroll 0 0 !important;
            margin-left: 0 !important;
            padding: 0 10px;
            width: 100%;
            padding: 0;
            border-left: none !important;
            float: left;
            border-bottom: 1px solid #dcdcdc;
        }
        nav ul li:hover {

        }
        nav li .submenu {
            background: #1e4e84 none repeat scroll 0 0;
            float: left;
            height: auto;
            padding: 0;
            position: relative;
            width: 100%;
        }

        nav ul li a {float: right;margin-left: 0;text-align: center;width: 100%;border-radius: 0px;}
        nav ul {display: none;height: auto;width: 100%;margin-top: 35px;}
        nav a#pull {color: #fff;display: block;padding: 10px 15px;position: relative;width: 100%;text-align: center;border: 0px !important;}
        nav a#pull:hover{background: transparent;}
        nav a#pull::after {
            background: rgba(0, 0, 0, 0) url("../images/nav-icon.png") no-repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 38px;
            margin-top: 0;
            position: absolute;
            right: 15px;
            top: 14px;
            width: 49px;
        }
        .menu_link nav ul li a {
            background-position: left center;
            font-size: 13px;
            padding-bottom: 10px;
            padding-left: 40px;
            padding-top: 10px;
            text-align: left;
        }
        .title_1 h2 { font-size: 30px;}
        .need_help .live_chat a { font-size: 12px; padding: 40px 7px 10px;}
        .footer .offer_news p { font-size: 23px;  margin-top: 5px;}
        .social_2 a {  margin-right: 15px;}

        .icn_1 { background: url(../images/icn_1.png)no-repeat center top}
        .icn_1:hover, nav ul li.active .icn_1 { background: url(../images/icn_1_h.png)no-repeat center top}
        .icn_2 { background: url(../images/icn_2.png)no-repeat center top}
        .icn_2:hover, nav ul li.active .icn_2 { background: url(../images/icn_2_h.png)no-repeat center top}
        .icn_3 { background: url(../images/icn_6.png)no-repeat center top}
        .icn_3:hover, nav ul li.active .icn_3 { background: url(../images/icn_6_h.png)no-repeat center top}
        .icn_4 { background: url(../images/icn_3.png)no-repeat center top}
        .icn_4:hover, nav ul li.active .icn_4 { background: url(../images/icn_3_h.png)no-repeat center top}
        .icn_5 { background: url(../images/icn_4.png)no-repeat center top}
        .icn_5:hover, nav ul li.active .icn_5 { background: url(../images/icn_4_h.png)no-repeat center top}
        .icn_6 { background: url(../images/icn_5.png)no-repeat center top}
        .icn_6:hover, nav ul li.active .icn_6 { background: url(../images/icn_5_h.png)no-repeat center top}

  
    }      
	
@media  (max-width: 767px) {  

.img_zoom ul {  
    margin: 0;
}
#top-menu>li .sub-menu a:hover {
    color: #000;  
} 

.custom-header-outer .navigation-top {
    width: 100%;
}
.custom-header-outer .custom-header {
    width: 40%;
}    

ul#top-menu {
    position: absolute;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
} 
#top-menu>li a {
    color: #000;
}
button.dropdown-toggle:focus {
    background: transparent;
    border: 0;
    outline: none;
}

  
.header-top-bar-outer {
    flex-wrap: wrap;
    justify-content: center;
}
.header-top-right .language select {  
    padding: 8px 0px;
} 
ul#menu-header-top-menu> li {
    margin-left: 24px;
}
.custom-header-outer {
    padding: 0 20px;
    flex-wrap: wrap;
}

.pro_detail {
    padding-top: 0;
    margin-top: 30px;
}  
.pro_detail {
	padding-left: 0px;
	padding-right: 0px;  
} 
.details_right a, .details_left {
	font-size: 10px;
}       
.team_text {
	width: 100%;
	margin-right: 0;
}
.management_box img {
	max-width: 100%;
	margin-top: 10px;
}
.team_img {
	width: 100%;
	text-align: left;
}
.team_img img {
	float: none;
}
                
  


.page-id-145 .management_part .title_1 h2 {
	font-size: 22px !important;
} 	
.main .about_us .banner img {
	width: 100% !important;
}	
.main .about_us .title_1 h2 {
	font-size: 21px !important ;
}	
.page-id-161 .title_3 h2 {
	text-align: left !important;
	margin-bottom: 18px !important;
}	
.careers_03 p {
	margin-top: 7px;
}       	  
.title_1 {  
	margin-bottom: 10px;
}	   
.page-id-161 .inc_02 table td {
	width: 100% !important;
	display: block;
}	
.page-id-169 .partnership h1 {
	font-size: 25px !important;
}	
.overview_part .overview {
	width: 100%;
}	
.overview_part .business_pro_box {
	width: 100%;
	padding: 0;
	margin-top: 25px;
}	
.page-id-2337 .Anywhere_part .title_3 {
	margin-bottom: 20px;
}	
.page-id-169 .partnership table .btn_orange {
	margin-bottom: 15px;
}	
  	
	
.postid-365 .upgrade_tabmenu .tab_try {
	z-index: 1;
	position: relative;
}	
.page-id-137 .school_logo img {
	width: 100%;
}  
	
.automatically .btn_32_Bit {
	margin-bottom: 0;
}	
.automatically .btn_32_Bit p {
	margin-bottom: 0;
}	
.automatically .title_2 {
	margin-bottom: 22px;
}	
.postid-369 .automatically .title_3 {
	margin-bottom: 10px;
}	
.main .product_catalog ul li {
	width: 100%;
}	
.page-id-5960 .pro_detail .container div table {
	width: 100% !important;
}	
.page-id-5960 .pro_detail .container div table td {
	width: 100% !important;
	display: block;
	padding: 0;
}      	
.page-id-5960 .pro_detail .container div:first-child {
	margin-top: 0 !important;
}	
.btn_32_Bit .btn_orange {
	margin-bottom: 15px;
}	
	
.cables_table {
	width: 100%;
	overflow-x: scroll;
}
.cables_table table {
	width: 800px;
} 
	
.footer .offer_news {
	width: 100%;
}	
.footer .emaillist {
	width: 100% !important;
	margin-top: 20px;
	margin-bottom: 20px;
}	
.footer .copy_right ul li {
	padding: 0 6px;
}	
.testi_slide p {
	padding: 0 18px;
}
.special_offers .offer_tab .tab_try img {
	width: 100%;
} 	

.upgrade_windows .windows_video iframe {
	height: 202px;
}	
.windows_text > .title_2 {
	margin-bottom: 15px;
}	
.special_offers p {
	line-height: 23px;
}	
.pro_detail h2 {
	display: inline-block;
	margin-top: 14px;
} 
.detail_part_points ul li p {
	line-height: 24px;
}	
.steps_3 p {
	line-height: 23px;
}	
#tabs2 #tabs-2 li {
	float: none;
}
.price_more_info {
	float: left;
} 
.title_2 h2 {
	font-size: 21px;
}	
.detail_discription .upgrade_tabmenu {
	margin-top: 0;
} 


.overview, .school_logo img, .product_catalog ul li, 
.offer_news, .header-top-bar-outer {
	width: 100%;
}
.business_pro_box {
	width: 100%;
	margin-top: 30px;
	padding: 0;
}       
.detail_discription {
	width: 100%;
}      
.detail_discription .pro_discription {
	width: 100%;
}     

  
.emaillist {
	width: 100% !important;
	margin-top: 10px;
}
.need_help h2::before {   
	position: absolute;
	height: 117px;
	width: 100%;
	content: "";
	background: url(/wp-content/uploads/2023/09/need_help_arrow2.png) no-repeat right center;
	top: 0;    
	right: 2px;  
	background-size: 100%;       
}      
.footer-bottom-section .offer_news p {
	font-size: 19px;
}
#masthead .header-top-bar .wrap {
	padding: 0 15px;
}                          

                         







/* Header menu css start */
#masthead .wrap {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
.navigation-top .menu-toggle {
	margin: 0 0 0 auto;
	padding: 0;
}     
nav {
	width: 100%;
	padding: 0;
}           
#site-navigation .menu-toggle:focus {
	background: transparent;
	outline: none;
}
.custom-header-outer .site-branding img {
	margin-top: 8px;
	max-height: 55px;       
}
.navigation-top .menu-toggle {
    color: #fff;
    margin-top: -39px;
}
  
  



/* Header menu css End */
 
.header-top-left p {
	font-size: 11px;  
}
.about_us .banner img {
	width: auto;
	width: 100%;
}  
.page-id-161 table td {
	width: 100% !important;
	display: block;
}     
.page-id-145 .management_part .title_1 h2 {
	font-size: 22px;
} 	
.main .about_us .banner img {
	width: 100% !important;
}	
.main .about_us .title_1 h2 {
	font-size: 21px !important ;
}	
.page-id-161 .title_3 h2 {
	text-align: left !important;
	margin-bottom: 18px !important;
}
   	
}
    @media screen and (max-width: 641px){

        .top_header p { display: none;}
        .box3 ul li h2 {  font-size: 13px;}
        .box3 ul li p { font-size: 12px; line-height: 18px; width: 90%; margin: 20px auto;}
        .box3 .btn_orange { font-size: 12px; padding: 5px 11px;}
        .box3 .btn_white { font-size: 23px;}
        .solutions ul li { width: 50%;}
        .setup { width: 100%; border-right: medium none;}
        .assistance { width: 100%; padding-left: 0px; padding-top: 0px;}
        #owl-demo_1 .owl-prev { left: -17px;  top: -110px;}
        #owl-demo_1 .owl-next { right: -18px;  top: -110px; width: 21px;}
        .need_help h2 { font-size: 20px;text-align: center;  width: 100%;}
        .need_help ul { margin-left: 0;  width: 100%;}
        .need_help .live_chat a { font-size: 15px; margin-top: 20px; text-align: center; width: 100%;}
        .footer .offer_news p { width: 100%; text-align: center;}
        .offer_news form { width: 100%; margin-top: 20px;}
        .contact_info { width: 100%;  }
        .for_individuals, .products { width: 50%; border-left: 0px; padding-left: 0px;margin-top: 20px; padding: 20px 0;border-top: 1px solid #e6e6e6;position: relative; }
        .secure_payment { width: 100%; padding-left: 0px; border-left: 0px; margin-top: 20px; border-top: 1px solid #e6e6e6;position: relative; padding: 20px 0; }
        .secure_payment ul li {  float: left;    width: auto; margin-bottom: 0px; margin-right:10px; }
        .copy_right p {  text-align: center; width: 100%;}
        .copy_right ul {  text-align: center;width: 100%; margin-left: 0px;}
        .copy_right ul li:first-child {border-left: none;}
        .social_2 {margin-top: 10px; text-align: center;  width: 100%;}
        .copy_right { padding: 10px 0;}

        .pro_img { width: 100%;}
        .pro_discription { width: 100%; float: left;}
        .upgrade_tabmenu { width: 100%;}
        .detail_part_points ul li { width: 50%;}
        .detail_part_points ul li h2 { width: 75%;}
        .title_2 h2 { font-size: 23px;}
        .windows_text p { line-height: 26px;font-size: 13px;}
        .steps_3 ul li span { right: 14%;top: 43px;}
        .steps_3 img { max-width: 60%;}
        .special_offers .tab_try .ui-tabs-anchor { font-size: 12px;}
        .offer_box h1 { font-size: 12px;}
        .special_offers p { font-size: 12px;}
        .pcmover_point li a {font-size: 13px;}
        .box3 {background-color: #fff;}
        .box3 ul li {border: 1px solid #e2e2e2; margin-bottom: 20px;}





    }



    @media screen and (max-width: 639px)
    {

        .language select { padding: 8px 0;}
        .cart {  float: left;}
        .cart ul li {padding: 20px 12px;}
        .header_bottom .logo { padding: 10px 0;}
        .caption h2 { font-size: 50px;}
        .caption h3 { font-size: 19px;}
        .slide_1 { background-position: -480px center ;  height: 378px;}
        .caption {padding-top: 70px;}
        .box3 ul li { width: 100%;}
        .box3 ul li h2 {  background-color: #404143;  color: #fff;   font-size: 19px;        }
        .box3 ul li p {  font-size: 14px;}
        .box3 .btn_orange {   font-size: 12px;  padding: 7px 25px;}
        .box3 ul li { min-height: auto;}
        .but_2 { position: static;}
        .setup ul li { width: 100%; margin-bottom: 30px;}
        .setup ul li:last-child { margin-bottom: 0px;}
        .setup ul li p { font-size: 15px; width: 80%;}
        .setup ul li span { right: 30%;  top: 61px;}
        .setup .title_2 {  text-align: center;}
        .assistance .title_2 { text-align:center;}
        .title_1 h2 {font-size: 25px;}
        .customers ul li { width: 33%;}
        .customers ul li:nth-child(4) {border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(7) {border-left: 1px solid #e3e2e2; border-bottom: 1px solid #e3e2e2;}
        .customers ul li:nth-child(8) { border-bottom: 1px solid #e3e2e2;}
        .customers ul li:nth-child(9) { border-bottom: 1px solid #e3e2e2;}
        .customers ul li:nth-child(10) {border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(6) {border-left: none; border-bottom: 1px solid #e3e2e2;}
        #owl-demo_1 .owl-next { top: -243px;}
        #owl-demo_1 .owl-prev {  top: -246px;}
        .need_help ul li {  width: 100%;}
        .box3 ul li { padding: 60px 0 20px;}
        .need_help ul li a { font-size: 14px;}
        .need_help ul li span { font-size: 16px;}

        .pro_img img {  max-width: 40%;}
        .detail_part_points ul li { width: 100%;  padding: 30px 0;  min-height: auto;}
        .windows_text { width: 100%;}
        .windows_video { width: 100%; margin-left: 0px; margin-top: 30px;}
        .steps_3 ul li { width: 100%; margin-bottom: 30px;}
        .steps_3 ul li:last-child {margin-bottom: 0px;}
        .steps_3 ul li span { right: 30%;  top: 65px;}
        .steps_3 p { width: 80%; margin: 0 auto;}
        .offer_tab {width: 100%; padding: 0 10px;}
        .other_offer { width: 100%; margin-left: 0px; margin-top: 30px;}
        .pro_detail h2 {  font-size: 21px;}
        .pro_discription p { font-size: 15px;}
        .location_path ul li a { color: #636363; font-size: 11px;}
        .location_path ul li { float: left; margin-right: 10px;}
        .location_path i { margin-left: 12px;}

        .need_help h2::before {
            position: absolute;
            height: 117px;
            width: 100%;
            content: "";
            background: url(/wp-content/uploads/2023/09/need_help_arrow2.png) no-repeat right center;      
            top: 0;
            right: 2px;
            background-size: 100%;
        }
        .need_help ul { margin-top: 20px;}
        .setup .title_2 h2 br { display: none;}
        .assistance .title_2 h2 br { display: none;}
        .solutions { padding: 20px 0;}
        .steps_3 { padding: 20px 0;}
        .detail_part_points ul li { padding: 20px 0;}
        .upgrade_windows { padding: 20px 20px;}  
        .client_testimonial { padding: 20px 0;}
        .special_offers { padding: 20px 0;}
        .assistance { text-align: center;}
        .assistance p { text-align: center;}
		.detail_part_points ul li { width: 100%; display: block; }
		.partnership table, .partnership tbody, .partnership tr, .partnership td, .partnership h1 { display: block; width: 100% !important; max-width: 100% !important; padding: 5px !important;}

    }
    @media screen and (max-width: 479px)
    {
        .caption { margin-right: 0px;}
        .box3 ul li h2 { font-size: 15px;}
        .solutions ul li h2 { width: 100%;font-size: 16px;}
        .footer .offer_news p { font-size: 19px;}
        .email_fild {  width: 80.5%;}
        .secure_payment ul li { margin-right: 4px;}
        .cart {  float: left;}
        .social {float: right;width: 100%; text-align: center; margin-left: 0px;}
        .setup ul li span { right: 23%;}
        .setup { padding-top: 0px;}
        .customers ul li {  width: 50%;}
        .customers ul li:nth-child(3) {border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(4) { border-left: none;}
        .customers ul li:nth-child(5) { border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(9) { border-left: 1px solid #e3e2e2; border-bottom:none}
        .customers ul li:nth-child(10) { border-left:none;}
        #owl-demo_1 .owl-next { top: -313px;}
        #owl-demo_1 .owl-prev { top: -316px;}
        .language select { padding: 8px 30px;}

        .special_offers .tab_try .ui-state-default { width: 100%;}
        .solutions { background-color: #f4f4f4;}
        .solutions ul li { width: 100%; background-color: #fff; margin-bottom: 20px; border: 1px solid #e2e2e2;}
        .solutions ul li:last-child { margin-bottom: 0px; }
        .cart ul li { border-left: none;}
        .testi_1 p { font-size: 12px; line-height: 24px;}
		.detail_part_points ul li { width: 100%; display: block; }
		.partnership table, .partnership tbody, .partnership tr, .partnership td, .partnership h1 { display: block; width: 100% !important; max-width: 100% !important; padding: 5px !important;}
	}

        @media screen and (max-width: 359px)
            {
            .setup ul li span {  right: 20%;    }
            .contact_info ul li { font-size: 13px;}
            .footer .offer_news p {font-size: 18px;}
            .copy_right p { font-size: 11px;}
            .secure_payment ul li { margin-right: -3px;}
            .secure_payment img { max-width: 84%;}
            .title_2 h2 {  font-size: 21px;}
            .steps_3 ul li span {right: 20%;}
        }


@media (min-width: 768px) and (max-width: 991px) { 
   
/* ipad menu start*/  

.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
    display: none;
}
.dropdown-toggle {
    right: 24px;
}
ul.sub-menu.toggled-on {
    display: block !important;
}    
  
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 0;
    right: auto;
}




.custom-header-outer .navigation-top .wrap {
    width: 100%;
}
nav#site-navigation {
    width: 100%;
    margin: 0;
}
.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
    display: none;
}  
.navigation-top .menu-toggle {
    color: #fff;
    margin-top: -48px;
    padding: 0;
    background: transparent;  
    position: absolute;
    outline: none;
    right: 0;
}
.navigation-top .menu-toggle:focus {
    background: transparent;
}
.custom-header-outer {
    padding: 0 20px;    
    flex-wrap: wrap;
}

.js .menu-toggle, .js .dropdown-toggle {
    display: block;
}
#top-menu>li .sub-menu a:hover {
    color: #000;  
} 

.custom-header-outer .navigation-top {
    width: 100%;
}
.custom-header-outer .custom-header {
    width: 40%;
}    

ul#top-menu {
    position: absolute;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
} 
#top-menu>li a {
    color: #000;
}
button.dropdown-toggle:focus {
    background: transparent;
    border: 0;
    outline: none;
}
.header-top-bar-outer {
    flex-wrap: wrap;
    justify-content: center;
}

  /* ipad menu end */   


}



/* RESPONSIVE CSS END */ 

div#owl-demo2 .owl-item:nth-child(1),
div#owl-demo2 .owl-item:nth-child(2),
div#owl-demo2 .owl-item:nth-child(3),
div#owl-demo2 .owl-item:nth-child(4),
div#owl-demo2 .owl-item:nth-child(5),
div#owl-demo2 .owl-item:nth-child(6),
div#owl-demo2 .owl-item:nth-child(9),
div#owl-demo2 .owl-item:nth-child(10),
div#owl-demo2 .owl-item:nth-child(11),
div#owl-demo2 .owl-item:nth-child(12)
 {
    display: none !important; 
}
div#owl-demo2 {
    pointer-events: none;
}   

  


/* Custom css End  21-08-2023*/   