/*----------------- Generral CSS ---------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
     font-family: 'Jost'; font-size: 15px; color: #000;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a, a:hover, a:focus, button:focus{ text-decoration:none; outline:none;}
html { scroll-behavior: smooth;}
img{ max-width: 100%; }
button{ cursor: pointer; }
div.mage-error, .field-error{ font-size:13px; }
.message.warning, .message.success, .message.info{ font-size:14px; }


/*----------------- Generral CSS ---------------------------*/

/*---------- Header ---------------------------------*/
@keyframes slide-down{ 
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0%);
    }
}
@keyframes fade-in{
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes slide-down{

    0% {
        transform: translateY(-30px);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

.nav-before-open .page-wrapper {overflow: initial;}
.cms-index-index .column.main{padding-bottom: 0;}
.page-header { background: #fff; z-index: 999; transition: 0.4s; top: -50px; border-bottom:1px solid #eee; }
.page-header .header-inner{display: flex;align-items: center;justify-content: space-between;padding: 15px;}
.page-header .header-inner .logo {margin: 0; float: none;max-width: max-content;flex: 1 1 0;}
.page-header .header-inner .logo img{ height:34px; width:auto; }
.page-header.sticky{ position:sticky; top:0; box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.06);}
.page-header .nav-sections{ margin:0; background:transparent; }
.page-header .navigation{ background:transparent; }
.page-header .navigation .level0{ margin-right:0; padding:0 20px; }
.page-header .navigation .level0 > .level-top{ font-size:16px; font-weight:500; color:#222; position:relative; padding: 0; transition:0.4s; }
.page-header .navigation .level0 > .level-top:after{ content:""; width:0; height:2px; background:#00a3ef; position: absolute; left:0; right:0; margin:0px auto; bottom: 0; transition:0.4s; }
.page-header .navigation .level0 > .level-top:hover:after, .page-header .navigation .level0.active > .level-top:after, .page-header .navigation .level0.has-active > .level-top:after{ width:100%; }
.page-header .navigation .level0.active > .level-top, .page-header .navigation .level0 > .level-top:hover, .page-header .navigation .level0.has-active > .level-top{ color:#00a3ef; border: 0;}


.page-header .header-inner .header.content {padding: 0px 0px 0; display: flex; align-items: center; justify-content: flex-end; margin-left: 0; margin-right: 0;}
.page-header .header-inner .header.content .block-search {float: none;width: auto;padding-left: 0 !important;position: relative;}
.page-header .header-inner .header.content .block-search .block-title{
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -999px;cursor: pointer;z-index: 3;background: url(../images/search-interface-symbol.png) no-repeat;
    background-size: 14px;border-radius: 100%;border: 1px solid #d7d7d7;background-position: center;transition: 0.3s ease;
}

.page-header .header-inner .header.content .block-search .block-title strong{font-weight: 400;}
.page-header .header-inner .header.content .block-search .block-content{margin-bottom: 0;position: absolute; right: 0;width: 300px;top: -8px;z-index: 4;transition: 0.3s ease;display: none;animation: fade-in 0.5s linear;}
.page-header .header-inner .header.content .block-search.active .block-content{display: block !important}
.page-header .header-inner .header.content .block-search #search_mini_form{width: 100%;float: none;position: relative;}
.page-header .header-inner .header.content .block-search #search_mini_form .label{display: none;}
.page-header .header-inner .header.content .block-search #search_mini_form .control input{height: 45px;padding: 15px;padding-right: 50px;border-radius: 5px;background: #ffffff;border: 1px solid #d7d7d7;box-shadow: 0px 5px 15px -10px #000;transition: 0.3s ease;font-size: 14px;}
.page-header .header-inner .header.content .block-search #search_mini_form .control input::placeholder{font-family: Jost;font-size: 14px;color: #959595;}
.page-header .header-inner .header.content .block-search #search_mini_form .actions{position: absolute;top: 3px;right: 0;z-index: 2;}
.page-header .header-inner .header.content .block-search #search_mini_form .actions .action.search{border-radius: 100%;background: #000;border:1px solid #efefef;right: 7px;top: 3px;width: 32px;transition: 0.3s ease;height: 32px;opacity: 1;}
.page-header .header-inner .header.content .block-search #search_mini_form .actions .action.search::before{color: #fff;transition: 0.3s ease;line-height: 23px;}
.page-header .header-inner .header.content .block-search .block-title:hover + .block-content #search_mini_form .field.search .actions .action.search:hover{z-index: 1;height: 32px;background: #000;border-radius: 5px;}
.page-header .header-inner .header.content .block-search .block-title:hover + .block-content #search_mini_form .field.search .actions .action.search:hover::before{color: #fff;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions{padding: 10px;background: linear-gradient(0deg, #030306, #000000);}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion{border: 1px solid #e4e4e4;padding: 10px;margin-bottom: 8px;background: #ffffff08;transition: 0.3s ease;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion:hover{background: #fff;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion:last-child{margin-bottom: 0;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion a{display: flex;align-items: center;justify-content: flex-start;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion a .suggestion-left{float: none;width: 55px;height: auto;padding: 5px;border: 1px solid #dfdfdf;background: #ffffff1a;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion a .suggestion-right{width: max-content;padding-left: 10px;text-align: left;float: none;color: white;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion:hover a .suggestion-right{color: #000;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion a .suggestion-right .product-name{font-size: 18px;color: #fff;display: block;overflow: hidden;text-overflow: ellipsis;margin-bottom: 0;transition: 0.3s ease;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion:hover a .suggestion-right .product-name{color: #000;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion a .suggestion-right .product-des{font-size: 16px;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion a .suggestion-right .product-des p.short-des{color: #fff;transition: 0.3s ease;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion:hover a .suggestion-right .product-des p.short-des{color: #000;}
.page-header .header-inner .header.content .block-search #search_mini_form .autocomplete-suggestions .autocomplete-suggestion a .suggestion-right .product-price{font-size: 12px;font-weight: 600;transition: 0.3s ease;}

.page-header .header-inner .header.content .acc_link{padding: 0 15px;position: relative;cursor: pointer;}
.page-header .header-inner .header.content .acc_link .account_link_label{margin-bottom: 0;font-weight: 400;cursor: pointer;display: block;position: relative;width: 32px;height: 32px;overflow: hidden;text-indent: -999px;cursor: pointer;z-index: 3;background: url(../images/user.png) no-repeat;background-size: 14px;border-radius: 100%;border:1px solid #d7d7d7;background-position: center;transition: 0.3s ease;}
.page-header .header-inner .header.content .acc_link .account_link_label:hover{background: #ffffff url(../images/user.png) no-repeat;background-size: 14px;border-radius: 100%;filter: invert(99%) sepia(0%) saturate(466%) hue-rotate(226deg) brightness(107%) contrast(100%);background-position: center;}
.page-header .header-inner .header.content .acc_link .account_link_label span{display: none;}
.page-header .header-inner .header.content .acc_link .header.links{position: absolute;width: 185px;padding: 0; right: -47px; top: 100%;z-index: 2;display: none;animation: slide-down .2s linear;border: 0px solid #ededed;padding-top: 10px;}

.page-header .header-inner .header.content .acc_link .header.links li{margin-bottom: 0;background: #fff;box-shadow: 0px 10px 12px -8px #696969;border: 1px solid #ededed;}
.page-header .header-inner .header.content .acc_link .header.links li a{color: #000;padding: 10px 15px;transition: 0.3s ease;display: block;text-decoration: none !important;font-size: 12px;text-transform: uppercase;font-weight: 500;padding-left: 40px;position: relative;}
.page-header .header-inner .header.content .acc_link .header.links li a:hover{background: #000;color:#fff;}
.page-header .header-inner .header.content .acc_link .header.links li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: .3s ease;background: url(../images/sign-in.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

.page-header .header-inner .header.content .acc_link:hover .header.links li a:hover::before{filter: invert(99%) sepia(29%) saturate(466%) hue-rotate(226deg) brightness(107%) contrast(100%);}
.page-header .header-inner .header.content .acc_link:hover .header.links {display: block;}
.page-header .header-inner .header.content .minicart-wrapper{margin-left: 0;float: none;}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart{position: relative; display: block;}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart::before{display: none;}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart .cart-title{
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -999px; cursor: pointer;z-index: 3;background: url(../images/trolley.png) no-repeat;
    background-size: 16px;border-radius: 100%;border: 1px solid #d7d7d7;;background-position: center;transition: 0.3s ease;

}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart .cart-title:hover{background: #ffffff url(../images/trolley.png) no-repeat;background-size: 16px;border-radius: 100%;filter: invert(99%) sepia(0%) saturate(466%) hue-rotate(226deg) brightness(107%) contrast(100%);background-position: center;}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart .counter.qty {
    background: #000;
    border: 1px solid #363636;
    color: #ffffff;
    height: 15px;
    line-height: 12px;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 0 0;
    min-width: 15px;
    width: 15px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: -4px;
    right: -4px;z-index: 3;transition: 0.3s ease;
}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart .counter.qty .counter-number {
    text-shadow: none;
    color: #fff;
    font-size: 10px;transition: 0.3s ease;
}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart .counter.qty.empty{ display:none; }
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart .cart-title:hover + .counter.qty{background: #fff;border-color: #555;}
.page-header .header-inner .header.content .minicart-wrapper a.action.showcart .cart-title:hover + .counter.qty .counter-number{color: #000;}
.page-header .header-inner .header.content .link.wishlist{padding: 0 15px;list-style-type: none;}
.page-header .header-inner .header.content .link.wishlist a{
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -999px;
    right: 0px;
    top: 4px;cursor: pointer;z-index: 3;background: url(../images/heart.png) no-repeat;
    background-size: 16px;border-radius: 100%;border: 1px solid #d7d7d7;;background-position: center;transition: 0.3s ease;
}
.page-header .header-inner .header.content .link.wishlist a:hover{background: #ffffff url(../images/heart.png) no-repeat;background-size: 16px;border-radius: 100%;filter: invert(99%) sepia(0%) saturate(466%) hue-rotate(226deg) brightness(107%) contrast(100%);background-position: center;}

.page-header .switcher{ float: none; margin-right: 0; margin-left: 15px;}
.page-header .switcher .switcher-label{display: none}
.page-header .switcher .switcher-options{position: relative;}
.page-header .switcher .action.toggle strong{ text-transform:uppercase; font-size: 14px; font-weight:500; vertical-align: middle;}
.page-header .switcher .action.toggle img{ height:14px; margin-right:5px; }
.page-header .switcher .action.toggle strong:after{ content:"\f107"; font-family:FontAwesome; display:inline-block; }
.page-header .switcher .action.toggle.active strong:after{ content:"\f106"; }
.page-header .switcher .switcher-dropdown{ display: none; margin-top: 15px; position: absolute; top: 100%; right: 0; width: 100px; box-shadow: 0px 10px 12px -8px #696969;border: 1px solid #ededed; padding: 5px 0; background: #fff;}
.page-header .switcher .switcher-options.active .switcher-dropdown{ display: block;}
.page-header .switcher .switcher-dropdown li{ margin-bottom:0; padding: 5px 15px;}
.page-header .switcher .switcher-dropdown li a{ display:block; font-size: 14px; text-transform: uppercase; color: #333;}
.page-header .switcher .switcher-dropdown li a img{ height:16px; }


/*---------- Header ---------------------------------*/

/*---------- Home Page -------------------------------*/

.cms-index-index .page-main{max-width: 100%;padding-left: 0;padding-right: 0;}
.mp-banner-slider #banner-slider-carousel .owl-nav button{ position:absolute; top:50%; transform:translateY(-50%); }
.mp-banner-slider #banner-slider-carousel .owl-nav button.owl-prev{ left:1%; }
.mp-banner-slider #banner-slider-carousel .owl-nav button.owl-next{ right:1%; }
.mp-banner-slider #banner-slider-carousel .owl-nav button:hover{ background:none; }
.mp-banner-slider #banner-slider-carousel .owl-nav button span{ color:#fff; font-size:60px; position: static;}
.mp-banner-slider #banner-slider-carousel .owl-dots{ top:auto; bottom:25px; left: 50%; transform: translateX(-50%);}
#banner-slider-carousel .owl-theme .owl-dots .owl-dot span{ background:transparent; border:1px solid #fff; }
#banner-slider-carousel .owl-theme .owl-dots .owl-dot.active span{ background:#fff; }
#banner-slider-carousel .slick-arrow{ width:44px; height:44px; }
#banner-slider-carousel .slick-arrow:before{ font-size:26px; padding: 0px !important;}
#banner-slider-carousel .slick-dots{ display: none !important; width: 100%; position: absolute; left: 0; bottom: 0; padding: 0;}
#banner-slider-carousel .slick-dots li{ width:10px; }
#banner-slider-carousel .slick-dots li button{ width:10px;height:10px; }

.plan_details{ padding:60px 0; }
.plan_details .title{ margin-bottom:20px; }
.plan_details .title h2{ font-size:27px; font-weight:600; display: flex; align-items: center; margin-bottom: 10px;}
.plan_details .title h2 img{ display:inline-block; height:30px; margin-right:10px; }
.plan_details .title h4{ font-size:20px; font-weight:500; margin-bottom:15px; }
.plan_details .title p{ font-size:16px; }
.plan_details .accordion{ border-top: 0; margin-top: 0;}
.plan_details .accordion .accordion-item{ border: 0; border-radius: 0; border-bottom: 1px solid #e5e5e5; margin-bottom: 0px; padding:20px 0px; position: relative;}
.plan_details .accordion-thumb{ position:relative; display: flex; align-items: center; padding: 0 20px 0 0; }
.plan_details .accordion-thumb .icon{ flex:0 0 50px; height:50px; line-height:50px; text-align:center; border-radius:50%; margin-right: 15px; background: linear-gradient(135deg, rgba(246,191,117,1) 0%, rgba(215,113,133,1) 35%, rgba(135,102,172,1) 65%, rgba(65,80,177,1) 100%);}
.plan_details .accordion-thumb .icon img{ height:20px; }
.plan_details .accordion-thumb h3{ font-size:18px; }
.plan_details .accordion-panel{ padding:15px 0 0 65px; }
.plan_details .accordion-panel ul{ list-style:disc; padding-left:15px; }
.plan_details .accordion-panel ul li{ font-size:16px; margin:0 0 5px; }
.plan_details .accordion .accordion-item .accordion-thumb::before{position: absolute;content: '';right: 0;top: 50%;transform: translateY(-50%);width: 16px;height: 2px;font-size: 18px;font-weight: 700;background: #555;}
.plan_details .accordion .accordion-item .accordion-thumb::after{position: absolute;content: '';right: 0;top: 50%;transform: translateY(-50%) rotate(90deg);width: 16px;height: 2px;font-size: 18px;font-weight: 700;background: #555;}
.plan_details .accordion .accordion-item.is-active .accordion-thumb::after{display: none;}
.plan_details .img_box{padding-left: 50px;}

.plan_filter{ margin-bottom:60px; }
.plan_filter .item{ height: calc(100% - 30px); padding: 40px 30px 40px; border-radius: 12px; margin: 15px 0; text-align: center; color:#fff; background: linear-gradient(135deg, rgba(167,127,225,1) 0%, rgba(24,103,186,1) 100%);}
.plan_filter .item .icon{ margin-bottom:50px; }
.plan_filter .item .icon img{ height:70px; }
.plan_filter .item h4{ font-size:20px; font-weight: 500; margin-bottom: 20px;min-height: 48px;}
.plan_filter .item .price{ font-size: 16px; text-transform: uppercase; font-weight: 400; margin-bottom:30px; }
.plan_filter .item .price h3{ font-size:36px; font-weight:600; }
.plan_filter .item .explore_btn{ display:inline-block; background:#cea175; color:#fff; font-size:14px; text-transform:uppercase; padding:12px 40px; border-radius:30px; transition: 0.4s;}
.plan_filter .item .explore_btn:hover{ background:#000; color:#fff; }

.home_services{ padding:60px; }
.home_services .row{ margin-left:0; margin-right:0; }
.home_services [class*="col-"]{ padding-left:0; padding-right:0; }
.service_item{ padding:60px 40px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.service_item.cloud{ color:#fff; }
.service_item .service_logo{ margin:0 0 30px; }
.service_item .service_logo img{ height:48px; }
.service_item h2{ font-size:40px; font-weight: 600; margin:30px 0; }
.service_item h3{ font-size:24px; font-weight: 600; margin:30px 0; }
.service_item p{ font-size:16px; margin:30px 0; }
.service_item .learn_more{ display: inline-block; font-size:13px; padding: 8px 30px; border: 1px solid #000; color: #000; border-radius: 30px; transition: 0.4s;}
.service_item .learn_more:hover{ background:#000; color:#fff; }
.service_item.cloud .learn_more{ border: 1px solid #fff; color: #fff; }
.service_item.cloud .learn_more:hover{ background:#fff; color:#000; }
.service_item.azure{ height:100%; }
.service_item.azure .service_logo img{ height:80px; }
.service_item.azure p{ font-size:18px; }

.full_banner_slider{ display:flex; flex-wrap:wrap; }
.full_banner_slider .slider_area{ width:50%; padding: 60px 60px 90px; display: flex; align-items: center; position: relative; background: url('../images/homepage-slider-bg.png') no-repeat center; background-size: cover;}
.homepage-section-slider .content{ text-align:center; color:#fff;}
.homepage-section-slider .logo_area{ margin-bottom:40px; }
.homepage-section-slider .logo_area img{ max-height:60px; display:inline-block; }
.homepage-section-slider .content p{ font-size:20px;  }
.full_banner_slider .image_section{ width:50%;}
.full_banner_slider .image_section img{ min-height: 100%; object-fit: cover;}
.homepage-section-slider{ width:100%; position: static;}
.homepage-section-slider .slick-dots{position: absolute;bottom: 0;left: 50%;padding: 30px 0;transform: translateX(-50%);}
.homepage-section-slider .slick-dots li button{background: none;border: 1px solid #fff;}
.homepage-section-slider .slick-dots li.slick-active button{background: #fff;}

.home_faq{ padding:100px 0; }
.home_faq .title{ margin-bottom:20px;}
.home_faq .title span{ font-size:14px; text-transform:uppercase; }
.home_faq .title h2{ font-size:27px; text-transform: uppercase; font-weight:600; }
.home_faq .accordion{ border-top: 0; margin: 0;}
.home_faq .accordion .accordion-item{border: 0; border-bottom: 1px solid #e5e5e5; margin-bottom: 0px; padding:20px 0px;padding-left: 0px;position: relative; border-radius: 0px;}
.home_faq .accordion .accordion-item .accordion-thumb{ font-size: 20px; font-weight: 500;padding: 0 25px 0 0;transition: 0.3s ease;position: relative;}
.home_faq .accordion .accordion-item .accordion-thumb::before{position: absolute;content: '';right: 0;top: 50%;transform: translateY(-50%) rotate(270deg);width:20px;height: 15px;font-size: 18px;font-weight: 700;background: url('../images/arrow_icon.png') no-repeat;background-size: 100%;background-position: center;}
.home_faq .accordion .accordion-item.is-active .accordion-thumb::before{transform: translateY(-50%) rotate(90deg)}
.home_faq .accordion-panel{ padding:5px 0 0 0; }
.home_faq .accordion-panel p{ margin-top:15px; }
.more_faq_btn { margin-top:30px; }
.more_faq_btn a{ display:inline-block; background: #cea175; color: #fff; font-size: 14px; text-transform: uppercase; padding: 12px 30px; border-radius: 30px; transition: 0.4s;}
.more_faq_btn a:hover{ background:#000; color:#fff; }

/*---------- CMS -------------------------------*/

.cms-banner{ padding: 160px 0; background-repeat: no-repeat; background-position: center; background-size: cover;}
.cms-banner .cms-banner-content .logo-wrapper{ margin-bottom: 25px;}
.cms-banner .cms-banner-content .logo-wrapper img{ height: 60px; }
.cms-banner .cms-banner-content .logo-wrapper.logo_bg{ display: inline-block; padding: 15px 30px; border-radius: 50px; background: #fff;}
.cms-banner .cms-banner-content .logo-wrapper.logo_bg img{ height:40px; }
.cms-banner .cms-banner-content .logo-wrapper img + img{ margin-left:15px; }
.cms-banner .cms-banner-content{ color:#fff; max-width: 800px;}
.cms-banner .cms-banner-content h1{ font-size: 40px;}
.cms-banner .cms-banner-content p{ font-size: 18px;}
.section-intro .container{ max-width:1024px; }
.section-intro h2{ font-size: 36px; margin-bottom: 20px;}
.section-intro h5{ font-size: 24px; margin-bottom: 20px;}
.section-intro p{ font-size: 16px; margin-bottom: 20px;}
.section-content-wrapper{ position: relative;}
.section-content-wrapper .content-wrapper{ padding:15px 0; }
.section-content-wrapper .image-wrapper{ position: relative; overflow: hidden;}
.section-content-wrapper .image-wrapper:after { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); content: ''; width: 100%; height: 100%; border: 2px solid #fff; transition: 0.3s ease; opacity: 0;}
.section-content-wrapper .image-wrapper:hover::after { opacity: 1; width: 95%;height: 95%;}
.section-content-wrapper .image-wrapper img{ width:100%; transition: 0.3s ease;}
.section-content-wrapper .image-wrapper:hover img { transform: scale(1.05);}
.section-content-wrapper .content-wrapper h2{ font-size: 36px; font-weight: 500; margin-bottom: 20px;}
.section-content-wrapper .content-wrapper h3{ font-size: 28px; font-weight: 500; margin-bottom: 20px;}
.section-content-wrapper .content-wrapper h4{ font-size: 22px; font-weight: 500; margin-bottom: 20px;}
.section-content-wrapper .content-wrapper h5{ font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.section-content-wrapper .content-wrapper p{ font-size:16px; line-height:24px; margin:20px 0; }
.section-content-wrapper .content-wrapper ul{ padding-left:16px; list-style:disc;  margin:20px 0;}
.section-content-wrapper .content-wrapper ul li{ margin:7px 0; font-size:16px; }
.section-content-wrapper .content-wrapper .cta-btn{ display: inline-block; text-transform: uppercase; font-size:16px; color:#00a3ef; text-decoration:underline; border:0; padding:10px 0; }
.section-content-wrapper .content-wrapper .logo-wrapper{ margin-bottom:20px; }
.section-content-wrapper .content-wrapper .logo-wrapper img{ height:50px; }
.section-full-wrapper{ display:flex; flex-wrap:wrap; align-items:center; }
.section-full-wrapper .content-wrapper{ width:50%;  max-width: 800px; padding: 30px;}
.section-full-wrapper .image-wrapper{ width:50%;}

.cms-section.fifth-section .section-content-wrapper{background: linear-gradient(150deg,#ed3b4b,#683b86);}
.cms-section.fifth-section .section-content-wrapper .cta-btn{background: #fff;border-radius: 100px;color: #7a7a7a;padding: 12px 30px;font-weight: 500;transition: 0.3s ease;}
.cms-section.fifth-section .section-content-wrapper .cta-btn:hover{background: #ffc107;color: #000;box-shadow: 0px 5px 15px -8px #000;transform: translateY(-5px);}

.cms-section.fourth-section.cms_3 .content-wrapper{padding: 50px !important;width: 32%;margin: 10px; transition: 0.3s ease;}
.cms-section.fourth-section.cms_3 .content-wrapper:hover{transform: translateY(-5px);}
.green-grad{background: linear-gradient(150deg,#26eba3,#09b0e8);}
.cms-section.fourth-section.cms_3 .content-wrapper.green-grad:hover{box-shadow: #00e7b0 0px 0px 15px 0px;}
.cms-section.fifth-section.cms_3 .section-content-wrapper{background: none;}
.cms-section.fifth-section.cms_3 .content-wrapper{padding: 40px 30px 80px;width: 48%;margin: 10px; transition: 0.3s ease;cursor: pointer;position: relative;}
.cms-lenovo-microsoft .cms-section.fifth-section.cms_3 .content-wrapper{padding: 40px 30px 80px;width: 100%;margin: 10px; transition: 0.3s ease;cursor: pointer;position: relative;text-align: center;}
.cms-lenovo-microsoft .cms-section.fifth-section.cms_3 .content-wrapper p{width: 75%;margin: auto;}
.cms-section.fifth-section.cms_3 .content-wrapper:hover{transform: translateY(-5px);}
.cms-section.fifth-section.cms_3 .content-wrapper .cta-btn{padding: 0;background: none;margin-top: 30px;display: inline-block;box-shadow: none;transform: translateY(0);position: absolute;bottom: 30px;}
.cms-lenovo-microsoft .cms-section.fifth-section.cms_3 .content-wrapper .cta-btn{transform: translateY(0) translateX(-50%);left: 50%;}
.cms-section.fifth-section.cms_3 .content-wrapper .cta-btn span.icon img{width: 13px;filter: invert(1);transition: 0.3s ease;}
.cms-section.fifth-section.cms_3 .content-wrapper .cta-btn:hover span.icon img{margin-left: 8px;}
.orange-grad{background: linear-gradient(150deg,#eb6e2c,#cc276f);}
.cms-section.fifth-section.cms_3 .content-wrapper.orange-grad:hover{box-shadow: #F44336 0px 0px 15px 0px;}
.purple-grad{background: linear-gradient(150deg,#a073d1,#4663b8);}
.cms-section.fifth-section.cms_3 .content-wrapper.purple-grad:hover{box-shadow: #673AB7 0px 0px 15px 0px;}

.cms-section.fifth-section.cms_4 .section-content-wrapper {background: none}
.cms-section.fifth-section.cms_4{background:linear-gradient(to bottom,#f7f7f7 63%,#fff 20%);}
.cms-section.fifth-section.cms_4 .section-intro{margin: 0 auto 50px;}
.cms-section.fifth-section.cms_4 .section-content-wrapper .content-wrapper{ width: 25%; padding: 30px 20px;margin: 10px;box-shadow: 0px 5px 15px -8px #818181;transition: 0.3s ease;}
.cms-section.fifth-section.cms_4 .section-content-wrapper .content-wrapper p{font-size: 14px !important;}
.cms-section.fifth-section.cms_4 .section-content-wrapper .content-wrapper:hover{transform: scale(1.1);}
.cms-section.fifth-section.cms_4 .section-content-wrapper .content-wrapper img{width: 50px !important;}

.element_box{ padding: 30px; margin:15px auto; text-align:center; }
.element_box .icon-wrapper{ margin-bottom:30px; }
.element_box .icon-wrapper img{ height:100px; }
.element_box h3{ font-size:24px; font-weight: 500; margin-bottom:15px; }
.element_box h4{ font-size:20px; font-weight: 500; margin-bottom:15px; }
.element_box p{ font-size:16px; }
.element_box2{ padding: 50px 40px; margin:15px auto; text-align:center; color:#fff; height: calc(100% - 30px); }
.element_box2 .icon-wrapper{ margin-bottom:30px; }
.element_box2 .icon-wrapper img{ height:90px; }
.element_box2 h3{ font-size:24px; font-weight: 500; margin-bottom:15px; }
.element_box2 h4{ font-size:20px; font-weight: 500; margin-bottom:15px; }
.element_box2 p{ font-size:16px; }
.blue-grad{background: linear-gradient(150deg,#016fed,#00b0f7);}
.red-grad{background: linear-gradient(150deg,#e9907c,#675db1);}

/*---------- CMS -------------------------------*/

.footer_top{ display:flex; flex-wrap:wrap; margin-bottom: 50px;}
.footer_top .contact{ width:50%; text-align:center; padding:120px 0; background: linear-gradient(135deg, rgba(255,206,159,1) 0%, rgba(255,132,156,1) 100%); transition: 0.3s ease;}
.footer_top .contact:hover{background: linear-gradient(135deg, rgba(255,206,159,1) 4%, rgba(255,132,156,1) 84%);}
.footer_top .contact a{ font-size:36px; text-decoration:underline; color:#000; }
.footer_top .book_demo{ width:50%; text-align:center; padding:120px 0; background: linear-gradient(135deg, rgba(147,165,207,1) 0%, rgba(228,239,233,1) 100%);}
.footer_top .book_demo a{ font-size:36px; text-decoration:underline; color:#fff; }

.page-footer{ background:#212121; padding: 50px 0; margin: 0;}
.page-footer .footer-content.container{ max-width:100%; padding:0; }
.footer-top{ display:flex; flex-wrap:wrap; margin:0 -15px; }
.footer-top .footer-links-wrapper{ width:33.33%; padding:0 15px; }
.footer-top .contact-row{ width:33.33%; padding:0 15px; }
.footer-top .subscribe-top{ width:33.33%; padding:0 15px;}
.block.newsletter{ max-width:100%; width:50%; padding:0 15px;}
.footer_title, .contact-row > h4{ font-size:18px; font-weight: 500; text-transform:uppercase; color:#fff; margin-bottom: 20px;}
.news-title, .social-title{ margin-bottom:15px; }
.news-title strong, .social-title strong{ display: block; font-size:18px; font-weight: 500; text-transform:uppercase; color:#fff; margin-bottom: 10px;}
.news-title p, .social-title p{ font-size:14px; color:#ccc; }
.footer-top .footer-links-wrapper li{ margin-bottom:12px; }
.footer-top .footer-links-wrapper li a{ font-size: 15px; color: #ccc; position: relative; transition: 0.4s;}
.footer-top .footer-links-wrapper li a:after{ content:""; width:0px; height:1px; background:#00a3ef; position: absolute; left: 0; bottom: 0; transition: 0.4s;}
.footer-top .footer-links-wrapper li a:hover{ color:#00a3ef; }
.footer-top .footer-links-wrapper li a:hover:after{ width:100%; }
.footer-top .contact-row p{font-size: 15px; color: #ccc; padding-left: 25px; position: relative; margin-bottom: 12px;}
.footer-top .contact-row p a{ color:#ccc; }
.footer-top .contact-row p:before{ content:"\f041"; font-family:FontAwesome; position:absolute; left:0; top:0; }
.footer-top .contact-row p.location:before{ content:"\f041"; font-size: 18px;}
.footer-top .contact-row p.tel:before{ content:"\f095"; font-size: 16px;}
.footer-top .contact-row p.tel1:before{ content:"\f0e0"; font-size: 15px;}
.social-link-wrapper{ margin-top:20px; }
.social-link-wrapper li{ display:inline-block; margin:0 15px 0 0; }
.social-link-wrapper li a{ display:block; font-size:18px; color:#ccc; }
.social-link-wrapper li a .fa-twitter:before{ content:""; width:14px; height:14px; background:url(../images/twitter-icon-white.png) no-repeat center; background-size:14px; display:inline-block; }
.block.newsletter .form.subscribe{ position:relative; }
.block.newsletter .field.newsletter{ max-width:100%; float:none !important; }
.block.newsletter .field.newsletter label{ display:block; }
.block.newsletter input{ height:48px; padding: 0 45px 0 15px; margin-right: 0;}
.block.newsletter input:focus{ box-shadow:none; outline:none; }
.block.newsletter .action.subscribe{ width:40px; height:48px; border:0; background:#000; position: absolute; right: 0; top: 0;}
.block.newsletter .action.subscribe span{ display:none; }
.block.newsletter .action.subscribe:before{ content:"\f105"; font-family:FontAwesome; }
.block.newsletter .field .control:before{ display:none; }
.copyright{ background:#212121; padding: 15px 0; font-size: 14px; color: #ccc; border-top: 1px solid #666;}

/*Category page*/
.product_banner{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 160px 0;}
.product_banner:before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0;}
.product_banner .banner_caption { text-align: center; position: relative; max-width: 800px; margin: 0px auto; padding: 0 15px;}
.product_banner .banner_caption .service_logo{ display: inline-block; background:#fff; padding:20px; border-radius: 4px;}
.product_banner .banner_caption .service_logo img { height: 50px;}
.product_banner .banner_caption h1 { font-size: 40px; font-weight: 600; color: #fff; margin-top: 50px;}
.product_banner .banner_caption .banner_btn{ margin-top:50px; display: inline-block; background: #00a3ef; color: #fff; font-size: 18px; border: 0; padding: 0px 40px; border-radius: 30px; line-height: 54px; transition: 0.4s;}
.product_banner .banner_caption .banner_btn:hover{ background: #2068bc; }
.category-view .category_text{ font-size:20px; text-align:center; margin: 40px 0;}
.category-shop .columns .column.main{ min-height: auto; padding: 0;}
.category-shop .breadcrumbs{ display:none; }
.category_section .container{ display:flex; flex-wrap:wrap; justify-content: space-between;}
.category_section .category_item{ width:calc(33.33% - 15px); position:relative; padding-bottom: 60px; margin: 20px 0;}
.category_section .category_item .image_box{ overflow:hidden; }
.category_section .category_item .image_box img{ width:100%; transition: 0.4s;}
.category_section .category_item:hover .image_box img{ transform:scale(1.05); }
.category_section .category_item .desc{ margin-top: 25px;}
.category_section .category_item .desc h2{ font-size:22px; font-weight: 600; color:#333; } 
.category_section .category_item .desc ul{ padding-left:18px; list-style:square; margin-top:15px; }
.category_section .category_item .desc ul li{ font-size:16px; margin-bottom:5px; }
.category_section .category_item .desc .view_btn{ display: inline-block; background: #00a3ef; color: #fff; font-size: 18px; text-transform: uppercase; padding: 0 30px; line-height: 48px; width: 100%; text-align: center; position: absolute; left: 0; bottom: 0; transition: 0.4s;}
.category_section .category_item .desc .view_btn:hover{ background: #2068bc;}

/*Product page css*/
.tab-content{ border:0; }
.page-products .page-main.container{ max-width:100%; padding:0; }
.page-products [data-content-type='row'][data-appearance='contained']{ max-width:100%; }
.page-products [data-content-type='row'][data-appearance='contained'] [data-element='inner']{ padding:0 !important; }
.page-products .category-description{ margin-bottom:0; }
.page-products .columns .sidebar-main{ display:none; }
.page-products .columns .column.main{ width:100%; padding-left:0; min-height: inherit;}
.page-products .products-grid.products{ margin:30px 0 0; }
.page-products .products-grid .product-items{ display:flex; flex-wrap:wrap; margin:0px -15px; justify-content: center;}
.page-products .products-grid .product-item{ flex:1 1 auto; max-width: 500px; padding:0 15px; margin:0px !important; }
.page-products .product-item-info, .products-grid .product-item-info:hover, .products-grid .product-item-info.active{ position: relative; width:100%; box-shadow: 0 5px 15px rgb(0 0 0 / 15%); padding: 60px 15px 30px; border-radius: 15px; height: calc(100% - 30px); margin: 15px 0; border: 0;}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{ position: static; overflow: inherit; clip: inherit; height: auto; margin: 0; width: 100%; box-shadow: none;}
.products-grid .product-item-inner{ box-shadow:none; border: 0; margin: 0; padding: 0; position: static;}
.product-item .product-item-name{ font-size: 24px; text-align: center; font-weight: 500; hyphens: inherit; margin: 0 0 15px;}
.product-item .price_section{ }
.product-item .price-box{ margin:0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.product-item .price-box .special-price{ order:2;}
.product-item .price-box .old-price{ order:1; margin: 0; margin-right: 10px;}
.product-item .price-box .price-label{ display:none; }
.product-item .price-box .old-price .price{ font-size: 24px; font-weight: 500; color: #666; text-decoration: line-through;}
.product-item .price-box .special-price .price{ font-size: 36px; font-weight: 600; color: #0078d4;}
.product-item .price_section .user_month{ font-size:15px; font-weight:500; text-align:center; }
.products-grid .product-item .product-item-actions{ margin:0; }
.product-item .product-item-description.short-description{ text-align:center; margin: 10px 0 15px;}
.product-item .product-item-description{ margin:0; font-size:14px; }
.product-item .discount_badge{ background: #ff1500; color: #fff; font-size: 24px; font-weight: 600; width: 70px; height: 70px; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: absolute; left: -15px; top: -20px;}
.product-item .discount_badge span:first-child{position: relative;font-size: 25px;text-align: center;display: block;width: 100%;left: 0px;font-weight: 500;bottom: 0px;height: 100%;display: flex;align-items: center;justify-content: center;}
.product-item .discount_badge span:last-child{ position: absolute; right: 15px; bottom: 14px; text-transform: uppercase; font-size: 13px;font-weight: normal;display: none;}
.product-item-actions .actions-primary{ width:100%; }
.product-item .buy_now_btn{ width: 100%; font-family: 'Jost'; background:#00a3ef; color:#fff; text-align: center; text-transform: uppercase; font-size:16px; font-weight:normal; border-radius: 6px; border:0; padding:12px 20px; transition:0.4s; }
.product-item .buy_now_btn:hover, .product-item .buy_now_btn:focus{ border:0; background:#2068bc; color:#fff;}
.microsoft_features { margin-top: 30px; /*min-height: 220px;*/ text-align: left;}
.microsoft_features p { font-size: 14px; font-weight: 500; padding-left: 25px; margin-bottom: 15px;}
.microsoft_features li { font-size: 14px; padding: 5px 0 5px 22px; margin: 0; position: relative;}
.microsoft_features li:before { content: "\f00c"; color: #2068bc; font-size: 12px; line-height: 20px; font-family: FontAwesome; position: absolute; left: 0; top: 5px;}
.microsoft_element { margin-top: 15px; text-align: left;}
.microsoft_element p { font-size: 16px; font-weight: 500; margin-bottom: 15px;}
.microsoft_element ul { display: flex; flex-wrap: wrap;}
.microsoft_element ul li { text-align: center; padding: 0px 5px; width: 25%; font-size: 11px;}
.microsoft_element ul li img { width: 26px; height: 24px; display: block; margin: 5px auto;}
.product-custom-option{ margin-bottom:15px; }
.product-custom-option .option_title{ font-size:16px; font-weight:500; margin-bottom:10px; }
.product-custom-option .options-list{ display:flex; flex-wrap:wrap; margin:0 -5px; }
.product-custom-option .custom_field_option{ width:50%; padding: 0 5px; margin: 3px 0;}
.custom_field_option input[type="checkbox"]{ display:none; }
.custom_field_option span{ font-size: 14px; display:block; padding-left: 25px; position: relative; line-height: 20px;}
.custom_field_option span:before{ content: ""; width:16px; height:16px; border:1px solid #999; border-radius:4px; position:absolute; left:0; top:2px; line-height: 16px; text-align: center; font-size: 13px;}
.custom_field_option input[type="checkbox"]:checked + span:before{content: '\2713'; border-color: #2068bc; background: #2068bc; color: #fff;}
.product-custom-option .options-list + div{ font-size: 14px; margin-top: 5px; color: #f00;}
.message_success{ margin: 0 0 10px; padding: 12px 20px 12px 25px; display: block; font-size: 16px; background: #e5efe5; color: #006400; padding-left: 45px; position: relative;}
.message_success:before { font-size: 24px; line-height: 24px; color: #006400; content: '\e60e'; font-family: 'luma-icons'; vertical-align: middle; display: inline-block; font-weight: normal; left: 0; top: 14px; width: 45px; position: absolute; text-align: center;}
.message_success a{ text-decoration:underline; }
.page-products .toolbar-products{ display:none; }

.page-products .block-category-link{ text-align:center; margin: 30px 0 60px;}
.page-products .block-category-link span{ font-size:24px; font-weight: 500; text-transform:uppercase; }
.page-products .block-category-link .comparison_btn{ display: inline-block; background:#222; color:#fff; font-size: 18px; font-weight: 400; padding:15px 30px; margin-top:15px; transition: 0.4s;}
.page-products .block-category-link .comparison_btn:hover{ background:#2068bc;}

.product_main_banner{ padding:30px 0; }
.product_main_banner .banner_img{}
.product_main_banner .banner_content{ max-width:420px; }
.product_main_banner h1{ font-size:44px; font-weight:600; margin-bottom:20px; }
.product_main_banner p{ font-size:18px; }
.product_main_banner .banner_btn{ margin-top:20px; }
.product_main_banner .banner_btn a{ display: inline-block; text-transform: uppercase; background: #00a3ef; color: #fff; font-size: 16px; font-weight: normal; border-radius: 6px; border: 0; padding: 12px 30px; transition: 0.4s;}
.product_main_banner .banner_btn a:hover{ background: #2068bc;}
.section_title{ margin-bottom:40px; }
.section_title h2{ font-size:36px; font-weight:600; }
.section_title p{ font-size:16px; }
.payment_method ul{ margin:0 -15px; display:flex; flex-wrap:wrap; justify-content:center; }
.payment_method ul li{ width:33.33%; padding:15px; text-align: center; max-width: 240px; margin-bottom: 0;}
.payment_method ul li img{ height:60px; }
.payment_method ul li p{ font-size:18px; margin-top:20px; }
.tab-menu, .cat-tab-menu{ text-align:center; margin-bottom: 40px; }
.cat-tab-menu{scroll-margin-top: 100px;}
.tab-menu ul, .cat-tab-menu ul{display: flex; justify-content: center;}
.tab-menu li, .cat-tab-menu li{ display:inline-block; margin: 0;}
.tab-menu li a, .cat-tab-menu li a{ color: #000; border-bottom: 1px solid #ddd; display:block; font-size:16px; font-weight: 500; padding: 0 30px 15px 30px; }
.tab-menu li a:hover, .cat-tab-menu li a:hover{ color:#0083e6; }
.tab-menu li a.active, .cat-tab-menu li a.active{ color:#0083e6; border-color:#0083e6; box-shadow: inset 0 -3px 0 0 #0083e6; }
.tab-box{ display:none; }
.accordion_item{ border-top:1px solid #ddd; position:relative; }
.accordion_item:last-child{ border-bottom:0px solid #ddd; }
.accordion_toggle{ font-size:18px; font-weight:500; padding:15px 40px 15px 15px; position: relative; cursor: pointer;}
.accordion_toggle:after{ content:"\f107"; font-family:FontAwesome; font-size:30px; color: #666; position:absolute; right:10px; top:50%; transform:translateY(-50%); }
.accordion_toggle:hover, .accordion_toggle.active{ background:#e4e6e7; }
.accordion_toggle.active:after{ content:"\f106"; }
.accordian_body{ display:none; padding: 20px 0; font-size: 16px;}
.accordian_body ul{ list-style: disc; padding-left: 16px;}
.accordian_body ul li{ margin:5px 0; }
.faq_accordion .accordian_body{ padding:15px; }
.pricing_table table{ margin-bottom:0; }
.pricing_table tr th{ min-width: 150px; padding:12px; font-size:16px; font-weight:400; text-align: center; vertical-align: middle; border: 1px solid #ccc;}
.pricing_table tr td{ min-width: 150px; padding:12px; font-size:14px; text-align:center;  vertical-align: middle; border: 1px solid #ccc;}
.pricing_table tr th:nth-child(1), .pricing_table tr td:nth-child(1){ text-align:left; }
.pricing_table tr td img{ height:18px; }
.pricing_table tr td img + p{ margin-top:5px; line-height: 1.1; font-size: 13px;}
.ms_pricing_sign{ font-size: 14px; font-weight: 500; }
.ms_pricing_sign div{ display: inline-block; margin-right: 10px; }
.ms_pricing_sign img{ width: 18px; }
.teaser_items ul{ margin:0 -15px; display:flex; flex-wrap:wrap; }
.teaser_items ul li{ width:33.33%; padding:15px 25px; text-align: center;}
.teaser_items ul li img{ height:60px; }
.teaser_items ul li h4{ font-size:20px; font-weight:500; margin: 20px 0 10px;}
.teaser_items ul li p{ font-size:14px; }
.layout_img img{ width:100%; }
.layout_content h2{ font-size:30px; font-weight:600; margin-bottom:15px; }
.layout_content h3{ font-size:24px; font-weight:600; margin-bottom:15px; }
.layout_content h4{ font-size:20px; font-weight:600; margin-bottom:15px; }
.layout_content strong{ font-weight:600; }
.layout_content p{ font-size:16px; margin:15px 0; }
.layout_content ul li{ font-size: 16px; color: #000; margin-bottom: 10px; padding-left: 20px; position: relative;}
.layout_content ul li:last-child{ margin-bottom:0; }
.layout_content ul li:before { content:"\f058"; font-family: FontAwesome; position: absolute; left: 0; top: 0; }
.layout_content ul li a{ color:#000; }
.layout_content ul li a:hover{ color:#000; text-decoration:underline; }
.layout_content .layout_btn{ margin-top:30px; }
.layout_content .layout_btn a{ display: inline-block; text-transform: uppercase; background: #00a3ef; color: #fff; font-size: 16px; font-weight: normal; border-radius: 6px; border: 0; padding: 12px 30px; transition: 0.4s;}
.layout_content .layout_btn a:hover{ background: #2068bc;}
.layout_content .layout_btn a.white_bg{ background: #fff; color: #000 !important;}
.layout_content .layout_btn a.white_bg:hover{ background: #000; color: #fff !important;}
.microsoft_certificates{ padding:60px 0 20px; }
.microsoft_certificates h3{ font-size:20px; font-weight:400; }
.microsoft_certificates img{ max-height:110px; }
.teaser_card{ border:1px solid #ddd; height: 100%; display: flex; flex-direction: column; }
.teaser_card img{ width:100%; }
.teaser_card .content{ padding:20px 15px; flex: 1; display: flex; flex-direction: column;}
.teaser_card h4{ font-size:22px; font-weight:500; margin-bottom:15px; }
.teaser_card p{ font-size:16px; margin-bottom:25px; }
.teaser_card .btn_sec{ margin-top:auto; }
.teaser_card .btn_sec a{ display: inline-block; text-transform: uppercase; background: #00a3ef; color: #fff; font-size: 16px; font-weight: normal; border-radius: 6px; border: 0; padding: 12px 30px; transition: 0.4s;}
.teaser_card .btn_sec a:hover{ background: #2068bc;}
.cat-tab-menu{ padding-top: 20px; margin-bottom: 0;}

.facility_banner{ padding: 80px 0; text-align: center; background: url('../images/homepage-slider-bg.png') no-repeat center; background-size: cover;}
.facility_banner .container{ display:flex; align-items:center; justify-content:space-between; }
.facility_banner h1{ font-size:36px; color:#fff;}
.facility_banner .banner_btn{ margin-top:20px; }
.facility_banner .banner_btn a{ display: inline-block; text-transform: uppercase; background:#00a3ef; color:#fff; font-size:16px; padding:0 25px; line-height:48px; border-radius:30px; transition:0.4s; }
.facility_banner .banner_btn a:hover{ background:#2068bc; color:#fff; }
.facility_tab_menu{ border-bottom:1px solid #ccc; margin-bottom: 25px;}
.facility_tab_menu ul li{ display:inline-block; margin-bottom:0; }
.facility_tab_menu ul li a{ display:block; font-size: 18px; padding: 12px 30px; color: #666;}
.facility_tab_menu ul li a.active{ color: #000; box-shadow: inset 0 -2px 0 0 #0083e6;}
.facility_tab_box{ display:none; }
.facility_tab_box .overview{ display:flex; flex-wrap:wrap; }
.overview_left{ width:calc(100% - 300px); }
.overview_right{ width: 300px; padding-left: 40px;}
.overview_content h2{ font-size:30px; font-weight:500; margin-bottom:20px; }
.overview_content p{ font-size:15px; }
.benefits_section{ margin-top:30px; padding-top:30px; border-top:1px solid #ddd; }
.benefits_section .title{ font-size:24px; margin-bottom:15px; }
.benefits_item{ margin:15px 0; }
.benefits_item h4{ font-size:18px; font-weight:500; margin-bottom:10px; }
.benefits_item p{ font-size:14px; }
.overview_right .title{ font-size:16px; font-weight:500; margin-bottom: 10px;}
.overview_right .content{ font-size:14px; }
.overview_right .content a.price_tab1{ cursor: pointer; font-size:24px; font-weight: 500; color:#00a3ef; }
.overview_right .content a.price_tab1:hover{ text-decoration:underline; }
.subscriptions{ display:flex; flex-wrap:wrap; }
.subscriptions .subscription_layout{ width:300px; margin: 0 30px 30px 0; border:1px solid #ccc; background:#fff;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); }
.subscriptions .subscription_layout:last-child{ margin:0 0 30px 0; }
.subscription_layout .subscription_header{ font-size: 18px; font-weight: 500; text-align: center; padding:15px; border-bottom:1px solid #ccc; }
.subscription_layout .subscription_content{ padding:20px 15px; }
.subscription_layout .price{ font-size:27px; font-weight:500; margin-bottom: 20px;}
.subscription_layout .price span{ font-size:14px; font-weight: normal; display:inline-block;}
.subscription_layout .content_section{ border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px;}
.subscription_layout .content_section:last-child{ border-bottom:0; margin-bottom:0; padding-bottom:0; }
.subscription_layout .content_section h4{ font-size:16px; font-weight:500; margin-bottom:10px; }
.subscription_layout .content_section p{ font-size:14px; margin-bottom:10px; }
.subscription_layout .content_section p:last-child{ margin-bottom:0; }
.subscription_btn{ margin-bottom:20px; }
.subscription_btn a{ display:block; font-size: 18px; font-weight: 300; border-radius: 6px; text-align:center; padding:10px; background: #00a3ef; color:#fff; transition: 0.4s; }
.subscription_btn a:hover{ background: #2068bc;}
.facility_help{ background:#eaedef; padding:15px; }
.facility_help h4{ font-size:18px; font-weight:500; margin-bottom:10px; }
.facility_help p{ font-size:14px; }

/*Minicart*/
.minicart-wrapper .block-minicart{ padding:0; border:1px solid #ddd; }
.minicart-wrapper .block-minicart .block-title{ display: block; padding: 12px 15px;}
.minicart-wrapper .block-minicart .block-title strong{ font-size: 16px; font-weight: 500; text-transform: uppercase;}
.minicart-wrapper .action.close{ top: 10px; right: 5px}
.block-minicart .subtitle.empty{ font-weight:normal; }
.minicart-items-wrapper{ margin:0; padding: 15px 0 0;}
.minicart-wrapper .block-minicart li{ padding:15px; }
.minicart-wrapper .block-minicart li > .product{ position:relative; }
.minicart-items .product-item-details{ padding-left:0; }
.minicart-items .product .toggle{ display:none; }
.minicart-items .product.options .content{ display:block !important; }
.minicart-items dl .label{ font-size: 13px; font-weight: 500; text-transform: uppercase;}
.minicart-items dl .values{ font-size: 14px; word-break: break-word;}
.minicart-items .product-item-name{ font-size:16px; font-weight:500; margin: 0 0 5px; min-height: inherit; text-align: left; padding-right: 70px;}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax{ margin:0; }
.minicart-items .product-item-details .price{ font-size:18px; font-weight:600; position: absolute; right: 0; top: 0;}
.minicart-items .product-item-details .details-qty{ margin: 5px 0; display:flex; align-items:center; font-size:15px; }
.minicart-items .product-item-pricing .label{ font-size:13px; font-weight:normal; margin-right: 5px;}
.minicart-items .qty_content{ position: relative; display: flex; max-width: 100px;}
.minicart-items .qty_content .less, .minicart-items .qty_content .more{ background: #fff; border: 1px solid #ddd; height: 30px; padding: 0; flex: 0 0 30px; line-height: 28px; text-align: center;}
.minicart-items .qty_content .item-qty{ color: #333; padding: 0; width: 100%; height: 30px; border: 1px solid #ddd; border-left: 0; border-radius: 0; border-right: 0; margin-top: 0; box-shadow: none; pointer-events: none;}
.minicart-wrapper .b-box--minicart-detail__total-items{ display:none; }
.block-minicart .subtotal{ margin:0; padding:10px 15px; display: flex; align-items: center; justify-content: space-between;}
.block-minicart .subtotal .label{ font-size:16px; }
.block-minicart .subtotal .amount .price-wrapper .price{ font-size:18px; font-weight:600; }
.block-minicart .button-wrapper{ display: flex; align-items: center; justify-content: space-between; padding: 0 15px;}
.block-minicart .button-wrapper .secondary, .button-wrapper .actions-checkout{ width:48%; }
.block-minicart .button-wrapper .action.viewcart{ width: 100%; display: block; text-align: center; background: #666; font-size: 14px; font-weight: normal; color: #fff; line-height: 44px; text-transform: uppercase; transition: 0.4s;}
.block-minicart .button-wrapper .action.viewcart:hover{ background:#222; color:#fff; }
.block-minicart .button-wrapper .action.checkout{ width: 100%; text-align: center; background: #00a3ef; color: #fff; font-size: 14px; font-weight: normal; padding: 0; border: 0; line-height: 44px; text-transform: uppercase; transition: 0.4s;}
.block-minicart .button-wrapper .action.checkout:hover{ background:#2068bc; color:#fff; }
.minicart-items .product-item-details .details-qty .item-qty{ width:auto; pointer-events: all !important;}

.modal-popup.confirm._show{z-index: 99999 !important;}
.modal-popup .action-close:before{ font-size: 16px;}
.modal-popup.confirm .modal-content{ text-align: center; font-size: 14px;}
.modal-popup.confirm .modal-footer{ justify-content: center; padding-top: 25px;}
.modal-popup.confirm .action-dismiss, .modal-popup.confirm .action-accept{ border: 0; background: #666; color: #fff; font-size: 14px; font-weight: 400; text-transform: uppercase; margin: 0px 5px; padding: 10px 20px; border-radius: 0px; font-family: 'Jost';}
.modal-popup.confirm .action-accept{ background: #00a3ef;}

.minicart-items .update-cart-item{font-size: 11px;}
.minicart-wrapper .product .actions{margin: -40px 0 0;}


/****Cart Page*****/
.checkout-cart-index .page-title-wrapper{ text-align: center; margin: 50px 0;}
.checkout-cart-index .page-title-wrapper .page-title{ font-size: 36px; font-weight: 500; position: relative; padding-bottom: 10px; border-bottom: 2px solid #666;}
.cart.table-wrapper .cart thead tr th.col{ font-size: 12px; font-weight: 500; text-transform: uppercase; text-align: center;}
.cart.table-wrapper .cart thead tr th.col.item{ text-align:left; }
.cart.table-wrapper .cart tbody td{ vertical-align:middle; }
.cart.table-wrapper .product-item-details{ vertical-align: middle; padding: 0;}
.cart.table-wrapper .product-item-name{ margin:0; }
.cart.table-wrapper .product-item-name .product-name{ font-size: 18px; font-weight: 500; color: #333;}
.cart.table-wrapper .product-item-name + .item-options{ margin-top:10px; font-size: 14px;}
.cart.table-wrapper .product-item-name + .item-options dt{ font-weight:500; }
.cart.table-wrapper .cart tbody td.price .price{ font-size: 18px; font-weight: 600 !important; color: #333;}
.cart.table-wrapper .cart tbody td.subtotal .price{ font-size: 18px; font-weight: 600 !important; color: #333;}
.cart.table-wrapper .col.qty .qty_control{ position: relative; display: flex; max-width: 120px; margin: 0 auto;}
.cart.table-wrapper .col.qty .qty_control button{ background: #fff; border: 1px solid #ddd; height: 36px; padding: 0; flex: 0 0 36px;}
.cart.table-wrapper .col.qty .qty_control .input-text { color: #333; padding: 0; width: 100%; height: 36px; border: 1px solid #ddd; border-left: 0; border-radius: 0; border-right: 0; margin-top: 0; box-shadow: none; pointer-events: none;}
.cart.table-wrapper .cart tbody td.item-actions{ padding-right: 0;}
.cart-container .form-cart .actions.main .continue{ display: inline-block; font-size: 12px; border: 1px solid #ddd; background: #ddd; color: #333; line-height: 36px; padding: 0 15px; transition: 0.4s;}
.cart-container .form-cart .actions.main .continue:hover{ background: transparent; color: #333;}
.cart-container .form-cart .actions.main .action.clear{ margin: 0; text-transform: uppercase; font-size: 12px; font-weight:400; border: 1px solid #333; background: #333; color: #fff; line-height: 36px; padding: 0 15px; transition: 0.4s;}
.cart-container .form-cart .actions.main .action.clear:hover{ background:transparent; color:#333; text-decoration: none;}
.checkout-cart-index .cart-discount{ border-top: 0; margin-top: -60px}
.checkout-cart-index .cart-discount .block.discount { max-width: 400px; float: none;}
.checkout-cart-index .cart-discount .block > .title { display: none;}
.checkout-cart-index .cart-discount .block .content { display: block !important;}
.checkout-cart-index .cart-discount .fieldset{ margin-bottom:0;}
.checkout-cart-index .cart-discount .input-text { height: 40px; border: 1px solid #ddd; font-size: 13px; transition: 0.4s;}
.checkout-cart-index .cart-discount .input-text:focus{ box-shadow:none; border-color:#666;}
.checkout-cart-index .cart-discount .action.primary{ margin: 0 0 0 10px; border-radius: 0px; background: #00a3ef; border: 0; color: #fff; font-size: 12px; font-weight: 400; text-transform: uppercase; box-shadow: none !important; padding: 0 20px; line-height: 40px; transition: 0.4s;}
.checkout-cart-index .cart-discount .action.primary:hover, .checkout-cart-index .cart-discount .action.primary:focus{ background: #2068bc; color: #fff; border: 0;}
.cart-summary{ background: #f6f6f6; padding: 25px 20px;}
.cart-summary > .title{ color: #333; font-size: 18px; font-weight: 500; text-transform: uppercase; margin: 0 0 15px; padding-bottom: 12px; border-bottom: 1px solid #e1e1e1;}
.cart-summary .block{ margin-bottom:10px !important; }
.cart-summary .block > .title{ border-top:0; padding: 10px 30px 10px 0;}
.cart-summary .block .title strong{ font-size:16px; font-weight: 500;}
.cart-summary .block form:not(:last-of-type) .fieldset{ margin-bottom:20px; }
.cart-summary .block .fieldset .field.note{ font-size:14px; }
.cart-summary .block .fieldset .field:not(.choice) > .label{ font-size:14px; font-weight:500; }
.cart-summary .block .fieldset .field .input-text:focus, .cart-summary .block .fieldset .field select:focus{ box-shadow:none; }
.cart-summary .block .item-title{ margin-bottom: 5px; font-weight: 500; font-size: 16px;}
.cart-summary .block .item-options{font-size: 16px;}
.cart-summary .block.active .content{ padding-bottom:0; }
.cart-summary .block .fieldset:last-child{ margin-bottom:0; }
.cart-summary .cart-totals{ border-top: 0; padding-top: 0;}
.cart-summary .cart-totals tbody .mark{ font-size:16px;}
.cart-summary .cart-totals tbody .amount{font-size:16px; font-weight:500;}
.cart-summary .checkout-methods-items .item{ margin-bottom: 0;}
.cart-summary .checkout-methods-items .action.primary.checkout{ font-size: 16px; text-transform: uppercase; padding: 0; line-height: 48px; background: #00a3ef; border: 0; font-weight: 400; transition: 0.4s;}
.cart-summary .checkout-methods-items .action.primary.checkout:hover{ background: #2068bc; color: #fff;}
.cart-summary a.action.multicheckout { display:none;}
.cart-empty{ text-align: center; font-size: 16px;}
.cart-empty a { text-decoration: underline;}
.cart.table-wrapper .col.qty{ text-align:center; }
.cart.table-wrapper .col.qty select.input-text{ max-width: 120px; width:100%; }
.cart.table-wrapper .col.qty select.input-text:focus{ box-shadow:none; }

/**** Login Registration Forgot *****/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.customer-account-login #maincontent, .customer-account-forgotpassword #maincontent, .customer-account-create #maincontent{ padding-top: 60px; padding-bottom: 30px;}
.customer-account-login .page-title-wrapper, .customer-account-forgotpassword .page-title-wrapper, .customer-account-create .page-title-wrapper{ text-align: center; margin-bottom: 15px;}
.customer-account-login .page-title-wrapper .page-title, .customer-account-forgotpassword .page-title-wrapper .page-title, .customer-account-create .page-title-wrapper .page-title{ display: inline-block;  font-size: 36px; font-weight: 500; position: relative;  padding-bottom: 10px; border-bottom: 2px solid #666;}

.login-container .block .block-title{ display:none;}
.login-container .block.block-customer-login{ margin: 0px auto; float: none; max-width: 500px;}
.login-container .block.block-new-customer{ display:none;}
.form.form-login .field.note, 
.form.password.forget .field.note{ 
    font-size: 15px; text-align: center; color: #666;
}
.form.form-login .fieldset,
.form.password.forget .fieldset{ 
    margin-bottom: 30px;
}
.form.form-login .fieldset:after, 
.form.password.forget .fieldset:after,
.form-create-account .fieldset.create.account:after{ 
    display:none;
}
.form.form-login .fieldset > .field > .label,
.form.password.forget .fieldset > .field > .label,
.form.create.account .fieldset > .field > .label{ 
    font-size:15px; font-weight:400;
}
.form.form-login .fieldset > .field > .label:after,
.form.password.forget .fieldset > .field > .label:after,
.form.create.account .fieldset > .field > .label:after{
    font-size: 15px;  margin: 0 0 0 3px;
}
.form.create.account .fieldset > .field.choice > .label{ font-weight:400;}
.form.create.account .field.street .field .label { position: static; width: auto; height: auto; font-size: 14px; font-weight: 500;}
.form.form-login .fieldset > .field > .control,
.form.password.forget .fieldset > .field > .control{
    width: 100%;
}
.form.form-login .input-text,
.form.password.forget .input-text,
.form.create.account .input-text,
.form.create.account select{ 
    font-size:16px; height:44px; border:1px solid #ccc; transition:0.4s;
}
.form.form-login .input-text:focus,
.form.password.forget .input-text:focus,
.form.create.account .input-text:focus,
.form.create.account select:focus{
    border-color:#666; box-shadow:none; outline:none;
 }
.form.form-login .fieldset > .field.choice{ display: flex; justify-content: space-between;}
.form.form-login .fieldset > .field.choice .showpassword{ font-size: 14px;}
.form.form-login .fieldset > .field.choice .secondary .action.remind{ font-size: 15px; color: #333; text-decoration: underline;}
.form.form-login .fieldset > .field.choice .secondary .action.remind:hover{ color: #00a3ef; text-decoration:underline;}
.form.form-login .actions-toolbar .primary, 
.form.password.forget .actions-toolbar .primary,
.form.create.account .actions-toolbar .primary{ 
    width: 100%;
}
.form.form-login .actions-toolbar .primary .action.login,
.form.password.forget .actions-toolbar .primary .action,
.form.create.account .action.submit.primary{ 
    width: 100%; font-size: 16px; text-transform: uppercase; font-weight: 400; margin: 0; padding: 15px 0; border: 0; background: #00a3ef; transition:0.4s; float:none;
}
.form.form-login .actions-toolbar .primary .action.login:hover,
.form.password.forget .actions-toolbar .primary .action:hover,
.form.create.account .action.submit.primary:hover{
    background: #2068bc; color:#fff;
}
.form.form-login .create_link{ text-align:center; font-size: 15px; color: #666;}
.form.form-login .create_link a.action.primary{ background: none; border: 0; padding: 0; color: #333; font-size: inherit; text-decoration: underline; font-weight: 500; margin-left: 5px;}
.form.form-login .create_link a.action.primary:hover{ color: #00a3ef; text-decoration:underline;}
.form.password.forget{ margin: 0px auto; float: none; max-width: 500px; min-width: inherit; width: 100%;}
button.action.reload.captcha-reload span{ display:none;}
.control.captcha-image .captcha-img{ height:50px; display: inline-block; }
button.action.reload.captcha-reload{ background: #68b04d; border: 0; color: #fff; border-radius: 4px; width: 36px; height: 36px; padding: 0;}
button.action.reload.captcha-reload:before{ content:"\f021"; font-family:FontAwesome; font-size:14px; font-weight: normal;}
.password-strength-meter{ font-size:12px;}
.form.create.account{ min-width: inherit; width: 100%; max-width: 800px; margin: 0px auto;}
.form.create.account .fieldset{ display: flex; flex-wrap: wrap; margin: 0; justify-content: space-between;}
.form.create.account .fieldset .field{ width:49%; padding:0; }
.form.create.account .fieldset .field.field-name-email, 
.form.create.account .fieldset .field.telephone,
.form.create.account .fieldset .field.choice{ 
    width:100%; 
}
.form.create.account .fieldset .field.choice.newsletter{ margin-top:15px; }
.form.create.account .fieldset > .legend, .form.create.account .address_column > .legend{ margin-top: 30px; margin-bottom: 15px; padding-bottom: 10px;}
.form.create.account .fieldset > .legend span, .form.create.account .address_column > .legend span { font-size: 18px; font-weight: 500; display: block; margin: 0;}
.form.create.account .actions-toolbar{ text-align:center; margin-top: 20px;}
.form.create.account .action.submit.primary{ padding:15px 40px; width:auto;}
div.mage-error{ font-size: 13px; margin-top:5px;}
.fieldset > .field.choice{ margin-bottom:10px;}
.field.choice input[type="checkbox"]{ opacity: 0; visibility: hidden; position: absolute;}
.field.choice input[type="checkbox"] + label{ position: relative; line-height: 18px; padding-left: 27px; font-size: 15px; font-weight: 400;}
.field.choice input[type="checkbox"] + label:before { content: ""; width: 18px; height: 18px; border-radius: 4px; border: 1px solid #999; position: absolute; left: 0; top: 0; text-align: center; font-size: 13px;}
.field.choice input[type="checkbox"]:checked + label:before { content: '\2713'; border-color: #2068bc; background: #2068bc; color: #fff;}
.form.create.account .shipping_address{ margin-top: 20px;}
.form.create.account .shipping_address .field{ margin: 0 0 20px;}
.form.create.account .shipping_address .field label{ font-size: 14px; font-weight: 500; margin: 0 0 5px;}
.form.create.account .shipping_address .field.required .label:after{ content: '*'; color: #e02b27; font-size: 15px; margin: 0 0 0 3px;}
.form.create.account .fieldset .field.choice.agreement{ position:relative; padding-bottom:15px; }
.form.create.account .fieldset .field.choice.agreement div.mage-error{ position:absolute; left:0; bottom:0; }
.advertizement_sec { position: relative; display: inline;}
.advertizement_sec .advertizement {
    display: inline-block;
    border: 1px solid #999;
    color: #666;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    padding: 0;
    margin-left: 10px;
    border-radius: 50%;
    background: 0 0;
    font-size: 16px;
    cursor: pointer;
}
.advertizement_sec .advertizement-open {
    z-index: 1;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 55px;
    top: -15px;
    width: 400px;
    background: #e6e6e6;
    padding: 35px 25px;
}
.advertizement_sec .advertizement-open.collapsed { display: block;}
.advertizement_sec .advertizement-open:before {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    top: 10px;
    font-size: 30px;
    color: #e6e6e6;
}
.advertizement_sec .fabric_advertizement_close {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #333;
    font-size: 24px;
}

.popup-authentication.modal-popup .modal-header{ padding-bottom:0; }
.popup-authentication .block[class]{ padding-top:30px !important; }
.block-authentication .block-title{ font-size:24px; margin-bottom:20px; }
.block-authentication .block-title strong{ font-weight:500; }
.popup-authentication .block-content p{ font-size:15px; margin-bottom:15px; }
.block-authentication .block[class] ul{ padding-left:18px; list-style:disc; }
.block-authentication .block[class] ul li{ font-size:15px; margin-bottom:5px; }
.block-authentication .actions-toolbar > .primary .action.action-register, .popup-authentication .form.form-login .actions-toolbar .primary .action.action-login{ font-size: 16px; text-transform: uppercase; font-weight: 400; background: #00a3ef; color: #fff; padding: 0px 30px; border-radius: 0px; border: 0; line-height: 54px; transition:0.4s;}
.block-authentication .actions-toolbar > .primary .action.action-register:hover, .popup-authentication .form.form-login .actions-toolbar .primary .action.action-login:hover{ background: #2068bc; color:#fff;}
.popup-authentication .form.form-login .fieldset{ margin-bottom:0; }
.popup-authentication .form-login .actions-toolbar{ display:flex; align-items:center; justify-content:space-between; }
.popup-authentication .form.form-login .actions-toolbar .primary{ text-align: left;}
.popup-authentication .form.form-login .actions-toolbar .secondary{ padding-top: 0; margin-right: 0;}
.popup-authentication .form.form-login .actions-toolbar .secondary a{ margin-top:0; white-space: nowrap; text-decoration: underline; color: #333; font-size: 15px; }
.popup-authentication .form.form-login .actions-toolbar .secondary a:hover{ color: #00a3ef; }

.customer-account-logoutsuccess #maincontent{ padding: 60px 0; }
.customer-account-logoutsuccess .page-title-wrapper{ text-align: center; font-size: 27px; margin-bottom: 15px;}
.customer-account-logoutsuccess .page-title:before{ content: "\f08b"; font-family: FontAwesome; font-size: 32px; display: inline-block; margin-bottom: 20px; width: 80px; height: 80px; border: 1px solid #ccc; border-radius: 50%; line-height: 80px; color: #666;}
.customer-account-logoutsuccess .page-title span{ display: block; }
.customer-account-logoutsuccess .column.main{ text-align: center; font-size: 16px;  color: #666;}


/*******checkout Success page********/
.checkout-onepage-success #maincontent{ padding-top: 40px; padding-bottom: 40px; }
.checkout-onepage-success .page-title-wrapper{ text-align: center; position: relative;}
.checkout-onepage-success .page-title-wrapper .page-title{ font-size: 30px;}
.checkout-onepage-success .page-title-wrapper .page-title:before{ content: "\f058"; font-family: FontAwesome; display: block; color: #7bb461; font-size: 60px;}
.checkout-onepage-success .page-title-wrapper .print{ display: none; position: absolute; right: 0; top: 0; font-size: 11px; text-transform: uppercase; border: 1px solid #333; border-radius: 4px; color: #333; line-height: 28px; padding: 0 20px; margin: 0; transition: 0.4s;}
.checkout-onepage-success .page-title-wrapper .print:hover{ background: #333; color: #fff; }
.checkout-onepage-success .checkout-success{ text-align: center; margin-top: 15px; }
.checkout-onepage-success .checkout-success p{ font-size: 18px; margin-bottom: 10px; }
.checkout-onepage-success .checkout-success p a{ text-decoration: underline; }
.checkout-onepage-success .actions-toolbar{ text-align: center; margin-top: 25px; }
.checkout-onepage-success .actions-toolbar .primary{ float: none; }
.checkout-onepage-success .checkout-success .action.primary.continue{ margin: 0; font-size: 16px; font-weight: 400; text-transform: uppercase; background: #00a3ef; color: #fff; padding: 0 40px; line-height: 54px; border: 0; border-radius: 0; box-shadow: none; transition: 0.4s; }
.checkout-onepage-success .checkout-success .action.primary.continue:hover{ background: #2068bc; color: #fff;}
.checkout-onepage-success #registration { text-align: center; margin-top: 30px;}
.checkout-onepage-success #registration p { font-size: 15px; margin-bottom: 10px;}
.checkout-onepage-success #registration a.action.primary{ margin: 0; font-size: 13px; font-weight: 400; text-transform: uppercase; background: #333; color: #fff; padding: 0 40px; line-height: 44px; border: 0; border-radius: 0; box-shadow: none; transition: 0.4s; }


/****My Account****/
body.account .columns { padding: 30px 0; display: flex; flex-wrap: wrap; margin: 0px -15px;}
body.account .columns .column.main { padding: 0 15px; margin: 20px 0; flex: 0 0 73%; max-width: 73%;}
body.account .columns .sidebar.sidebar-main { padding: 0 15px; margin: 20px 0; flex: 0 0 27%; max-width: 27%;}
body.account .block-collapsible-nav .content{ padding:0;}
body.account .block-collapsible-nav .item{ margin:0; width: 100%;display: block;}
body.account .block-collapsible-nav .item a, body.account .block-collapsible-nav .item > strong{ border-bottom: 1px solid #ddd; font-size: 16px; padding: 16px 15px; border-left:0;}
body.account .block-collapsible-nav .item.current a, body.account .block-collapsible-nav .item.current > strong{ color:#00a3ef; font-weight: 500;}
body.account .block-collapsible-nav .item.current a strong{font-weight: 500;}
body.account .block-collapsible-nav .item:last-child a, body.account .block-collapsible-nav .item:last-child > strong{ border-bottom:0;}
body.account .block-collapsible-nav .item .delimiter{ display:none;}
body.account .page-title-wrapper{ border-bottom: 2px solid #666; padding-bottom: 10px; margin-bottom: 30px;}
body.account .page-title-wrapper .page-title{ font-size:30px; font-weight: 400; }
body.account .page-main .block{ margin-bottom: 30px;}
body.account .column.main .block:not(.widget) .block-title { border-bottom: 0; padding-bottom: 0; margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center;}
body.account .column.main .block:not(.widget) .block-title strong{font-size: 18px; font-weight: 500; margin-right: auto;}
body.account .column.main .block:not(.widget) .block-title>.action { display: inline-block; font-size: 11px; background: 0 0; border: 1px solid #00a3ef; color: #00a3ef; line-height: 28px; padding: 0 15px; font-weight: 400; text-transform: uppercase; transition: .4s;}
body.account .column.main .block:not(.widget) .block-title>.action:hover{ background:#00a3ef; color:#fff;}
body.account .column.main .block:not(.widget) .block-content { display: flex; flex-wrap: wrap; justify-content: space-between;}
body.account .column.main .block:not(.widget) .block-content:before, body.account .column.main .block:not(.widget) .block-content:after{ display:none;}
body.account .column.main .block:not(.widget) .block-content .box { width: calc(50% - 15px); padding: 20px; border: 1px solid #e1e1e1; margin: 10px 0;}
body.account .column.main .block:not(.widget) .box-title { display: block; margin-bottom: 15px;}
body.account .column.main .block:not(.widget) .box-title>span { font-size: 15px; font-weight: 500;}
body.account .column.main .block:not(.widget) .box-content { font-size: 15px; line-height: 24px;}
body.account .block .box-actions { margin-top: 25px;}
body.account .block .box-actions a { font-size: 14px; color: #00a3ef; text-decoration: underline;}
body.account .actions-toolbar .primary .action{ background: #00a3ef; border: 0; color: #fff; font-size: 14px; font-weight: 400; text-transform: uppercase; line-height: 48px; padding: 0 30px; transition:0.4s;}
body.account .actions-toolbar .primary .action:hover{ background: #2068bc; color: #fff;}
body.account .fieldset > .legend{ margin-bottom: 20px; border: 0;}
body.account .fieldset > .legend > span{ font-size: 18px; font-weight: 500;}
body.account .fieldset > .field > .label{ font-size: 15px; font-weight: 400;}
body.account .fieldset > .field.required > .label:after{ font-size: 16px;}
body.account .fieldset > .field .input-text{ font-size: 15px; height: 40px; border: 1px solid #ddd; transition:0.4s;}
body.account .fieldset > .field select{ font-size: 15px; height: 40px; border: 1px solid #ddd; transition:0.4s; }
body.account .fieldset > .field .input-text:focus, .form-address-edit .fieldset > .field select:focus{ border-color:#666; box-shadow:none;}
body.account .toolbar { margin-bottom: 0; font-size: 15px;}
body.account .toolbar select { box-shadow: none; background: none; appearance: auto;}
body.account .toolbar select:focus{ box-shadow: none;}
body.account .table-wrapper{ border-bottom:0; margin-bottom: 30px; width: 100%;}
body.account .table-order-items.table{ border: 1px solid #d1d1d1;}
.table-order-items.table > thead > tr > th { font-size: 14px; font-weight: 600; border:0; padding: 15px 10px;}
.table-order-items.table > tbody > tr > td{ font-size: 14px; padding: 15px 10px;}
.table-order-items.table > tbody > tr > td .action { text-decoration: underline; color: #00a3ef;}
.table-wrapper.orders-recent{ margin-top: 10px;}
.abs-status, .return-status, .order-status{ font-size: 12px;}
body.account .page-main .page-title-wrapper .order-date { margin: 0; color: #666; font-size: 14px;}
body.account .order-actions-toolbar { margin-top: 20px; margin-bottom: 15px;}
.order-actions-toolbar .action { margin-right: 30px; font-size: 12px; text-transform: uppercase; padding: 0 20px; line-height: 36px; display: inline-block; transition: 0.4s;}
.order-actions-toolbar .action.order{ background: #00a3ef; color: #fff;}
.order-actions-toolbar .action.order:hover{ background: #2068bc; color: #fff;}
.order-actions-toolbar .action.print{ background: #666; color: #fff;}
.order-actions-toolbar .action.print:hover{ background: #222; color: #fff; text-decoration: none;}
.sales-order-view .order-links{ margin-bottom:15px;display: flex;justify-content: space-between;}
.sales-order-view .order-links::before{display: none;}
.sales-order-view .order-links::after{display: none;}
.sales-order-view .order-links li{float: none;}
.sales-order-view .order-links li:last-child{float: none;}
.sales-order-view .order-links .item strong { border: 0; margin: 0; padding: 0; font-size: 18px; font-weight: 500;}
.sales-order-view .order-details-items{ padding:15px;}
.order-details-items .table-order-items > thead > tr > th{ font-size: 14px; font-weight: 600; border:0; padding: 15px 10px;}
.order-details-items .table-order-items .product-item-name{ margin: 0; font-size: 14px;}
.order-details-items .table-order-items tbody td{ font-size: 14px;}
.order-details-items .table-order-items .col .price{ color:#333; font-size: 14px; font-weight: 600;}
.order-details-items tfoot .amount, .order-details-items tfoot .mark{ font-size: 14px;}
.order-details-items tfoot .amount strong, .order-details-items tfoot .mark strong{font-weight: 600;}
body.account .column.main .block.block-order-details-view .block-content:not(.widget) .box{ width: calc(50% - 15px);}
.sales-order-view .page-main .block.block-order-details-view{ margin: 30px 0 0;}
.customer-address-index .customer-addresses-toolbar.toolbar.bottom{ display: none; }

/*Checkout page css*/
.checkout-index-index .page-header .header-inner{ justify-content:center; }
.checkout-index-index .am-checkout{ background:none !important; }
.checkout-index-index .checkout-header{ padding:0; width: 100%; text-align: center;}
.checkout-index-index .checkout-header .title { font-size: 36px; font-weight: 500; position: relative; margin: 0;}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column{ width:calc(50% - 15px); }
.checkout-index-index .checkout-block{ margin:15px 0; padding:25px 20px; border-radius: 4px; box-shadow:0px 0px 8px 0px rgba(0,0,0,0.15); }
.checkout-index-index .checkout-block.-summary{ position: sticky; top: 80px; }
.checkout-index-index .checkout-block .checkout-payment-method br, .checkout-index-index .checkout-block .checkout-payment-method hr{ display:none; }
.checkout-index-index .opc-wrapper .step-title{ font-size:24px; font-weight:500; margin-bottom:30px; padding-bottom:10px; border-bottom:2px solid #666; }
.checkout-payment-method .payment-method:first-child .payment-method-title{ padding-top:0; }
.checkout-payment-method .payment-method-title input[type="radio"]{ display:none; }
.checkout-payment-method .payment-method-title .label{ font-size:16px; font-weight:500; padding-left:25px; position:relative; }
.checkout-payment-method .payment-method-title .label:before{ content:""; width:16px; height:16px; border-radius: 50%; border:1px solid #999; position:absolute; left:0; top:50%; margin-top:-8px; }
.checkout-payment-method .payment-method-title input[type="radio"]:checked + .label:before{ border-color:#00a3ef; }
.checkout-payment-method .payment-method-title input[type="radio"]:checked + .label:after{ content:""; width:8px; height:8px; border-radius: 50%; background: #00a3ef; position: absolute; left: 4px; top: 50%; margin-top:-4px;}
.checkout-payment-method .checkout-billing-address{ margin:0; }
.checkout-payment-method .checkout-billing-address .billing-address-details{ padding:0; }
.checkout-payment-method .checkout-billing-address .billing-address-details .action.action-edit-address{ display: block; font-size: 13px; border: 0; background: #00a3ef; color: #fff; font-weight: normal; padding: 5px 20px; margin-top: 5px;}
.opc-block-summary .items-in-cart > .title strong{ font-size: 15px; font-weight: normal;}
.opc-block-summary .minicart-items-wrapper{ padding:15px 0 0; }
.opc-block-summary .product-item .product-item-inner{ margin:0; }
.checkout-index-index .opc-block-summary .minicart-items .product-item-details{ padding-left:0; }
.checkout-index-index .opc-block-summary .minicart-items .delete { position: absolute; right: 0px; bottom: 0; z-index: 1; background: none; border: 0; width: 30px; height: 30px; padding: 0; text-align: center;}
.checkout-index-index .opc-block-summary .minicart-items .delete:before { content: "\f014"; font-family: FontAwesome; display: inline-block; font-size: 20px; line-height: 30px;}
.checkout-index-index .amcheckout-wrapper .block{ margin-bottom:0; }
.opc-block-summary .table-totals{ margin-bottom:0; }
.opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tbody .amount{ font-size:16px; font-weight:500; }
.opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount{ font-size:20px; }
.checkout-index-index .additional-options{ margin:0; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment .label{ font-weight:500; color:#333; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment textarea{ transition:0.4s; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment textarea:focus{ box-shadow:none; border-color: #666;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title{ padding:0 0 5px; cursor:inherit; }
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle{ font-weight: 500; color:#333; pointer-events:none; }
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle:after{ display:none; }
.checkout-payment-method .payment-option._collapsible .payment-option-content{ display:block !important; padding: 0 0 30px;}
.checkout-payment-method .payment-option-inner{ margin-bottom:0; }
.checkout-payment-method .payment-option-content .form-discount{ max-width:100%; }
.checkout-payment-method .payment-option-content .form-discount .input-text { height: 40px; border: 1px solid #ddd; font-size: 13px; transition: 0.4s;}
.checkout-payment-method .payment-option-content .form-discount .input-text:focus{ box-shadow: none; border-color: #666;}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action { margin: 0 0 0 10px; border-radius: 0px; background: #00a3ef; border: 0; color: #fff; font-size: 12px; font-weight: 400; text-transform: uppercase; box-shadow: none !important; padding: 0 20px; line-height: 40px; transition: 0.4s;}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover{ background: #2068bc; color: #fff; border: 0;}
.checkout-payment-method .payment-methods .actions-toolbar .action.checkout{ width: 100%; background: #00a3ef; color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 600; border: 0; padding: 15px 30px; transition: 0.4s;}
.checkout-payment-method .payment-methods .actions-toolbar .action.checkout:hover{ background:#2068bc; }
.checkout-index-index .opc-block-summary{ margin:0; padding:0; background:none; }
.checkout-index-index .opc-wrapper .form-login{ max-width:100%; border-bottom:0px; padding-bottom:0; }
.checkout-index-index .opc-wrapper .form-login .input-text{ height:40px; }
.checkout-index-index .opc-wrapper .form.form-login .actions-toolbar .primary{ width:auto; }
.checkout-index-index .opc-wrapper .form.form-login .actions-toolbar .primary .action.login{ font-size: 14px; padding: 12px 25px;}
.checkout-index-index .opc-wrapper .form.form-login .actions-toolbar .secondary a.action{ font-size: 14px; color: #333; text-decoration: underline;}
.checkout-index-index .opc-wrapper .form.form-login .actions-toolbar .secondary a.action:hover{ color:#00a3ef; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address p{ font-size: 24px; font-weight: 500; margin-bottom: 10px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .label{ font-weight:normal; margin-bottom:4px; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .label:after{ line-height:22px; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .input-text, .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address select{ height:40px; border:1px solid #ddd; transition: 0.4s;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .input-text:focus, .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address select:focus{ border-color:#666; box-shadow:none; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar{ margin-top:0; }
.checkout-payment-method .checkout-billing-address .primary .action-update{ font-size: 14px; font-weight: normal;text-transform: uppercase; padding: 0px 25px; line-height: 40px; border: 0; background: #00a3ef; color: #fff; margin: 0; transition: 0.4s;}
.checkout-payment-method .checkout-billing-address .primary .action-update:hover{ background: #2068bc;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel{ font-size: 14px; font-weight: normal; background: #666; color: #fff; padding: 0px 25px; line-height: 40px; text-decoration: none; transition: 0.4s;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel:hover{ background:#333; color:#fff; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content{ padding: 0 0 0 20px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address{ max-width:100%; }
.checkout-index-index .checkout-payment-method .billing-address-form{ max-width:100%; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .fieldset.address{ display:flex; flex-wrap:wrap; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .fieldset.address > .field{ margin:0 0 15px; padding:0 7px; width: 50%; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .fieldset.address > .field.street{ width:100%; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .fieldset{ margin-bottom:0; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .fieldset.address > .field[name$=".vat_id"]{ display:none; }
.checkout-payment-method .field-select-billing{ max-width: 100%; }
.checkout-payment-method.submit .payment-methods .message.warning{ font-size:16px; margin:0; }
.checkout-index-index .payment-option.discount-code{ display:none; }
.checkout-index-index .authentication-wrapper{ display:none; }

/*******Contact page********/
.contact-index-index{ background:#f7f9fa; }
.contact-index-index .page-title-wrapper{ text-align: center; margin: 50px 0;}
.contact-index-index .page-title-wrapper .page-title{ font-size: 36px; font-weight: 500; position: relative; padding-bottom: 10px; border-bottom: 2px solid #666;}
.contact-index-index #map{ display:none; }
.contact-index-index .columns .column.main{ padding-bottom:60px; }
.contact_row{ display: flex; flex-wrap: wrap; background:#fff; padding:10px; border-radius:10px; box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1); }
.contact_row .contact_info{ width: 40%; padding:30px; border-radius: 10px; background: linear-gradient(135deg, rgba(167,127,225,1) 0%, rgba(24,103,186,1) 100%);}
.contact_row .contact_form{ width:60%; padding:30px; }
.contact_row .title{ font-size:27px; font-weight:500; margin-bottom:25px; }
.contact_row .contact_info .title{ color:#fff; }
.contact_address{ color:#fff; }
.contact_address .item{ margin-bottom: 30px; position: relative; padding-left: 35px;}
.contact_address .item .icon{ position: absolute; left: 0; top: 0; font-size: 20px; line-height: 20px;}
.contact_address .item .details{}
.contact_address .item .details h4{ font-size: 14px; font-weight: 300; text-transform: uppercase; margin-bottom: 5px; color: #eee; }
.contact_address .item .details p{ font-size: 18px; font-weight: 400; line-height: normal;}
.contact_address .item .details a{ color:#fff; }
.contact_desc{ margin-top:30px; color:#fff; }
.contact_desc h4{ font-size:18px; font-weight:500; margin-bottom:5px; }
.contact_desc p{ font-size:16px; font-weight: 300;}
.contact_desc p a{ color:#fff; text-decoration:underline; }
.contact_form .field{ margin-bottom:20px; }
.contact_form .label{ font-size:16px; font-weight: 500; margin-bottom: 4px;}
.contact_form .label.is-required:after{ content: '*'; color: #e02b27; font-size: 16px; margin: 0 0 0 5px;}
.contact_form .input-text{ height:44px; border:1px solid #ccc; border-radius: 6px; transition:0.4s; }
.contact_form .input-text:focus{ border-color:#666; box-shadow:none; }
.contact_form textarea.input-text{ height:120px; }
.contact_form .contact_submit{ text-align:right; }
.contact_form .contact_submit .submit{ font-size: 18px; text-transform: uppercase; font-weight: 400; border: 0; background: #00a3ef; color: #fff; padding: 12px 40px; border-radius: 6px; transition: 0.4s;}
.contact_form .contact_submit .submit:hover{ background: #2068bc;}

/*CMS pages*/
.cms-faqs{ background: #f7f9fa; }
.cms-page-view .page-title-wrapper{ text-align: center; margin: 50px 0;}
.cms-page-view .page-title-wrapper .page-title{ display: inline-block; font-size: 36px; font-weight: 500; position: relative; padding-bottom: 10px; border-bottom: 2px solid #666;}
.cms-page-view .faq_short { font-size: 16px; font-weight: 400; line-height: 24px; margin-bottom: 30px;}
.cms-page-view ul.accordion { margin: 0; padding: 0; border: 0; list-style: none; }
.cms-page-view ul.accordion > li { background: #fff; font-weight: 400; margin: 20px 0; border-radius: 4px; box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15); padding:20px 25px;}
.cms-page-view ul.accordion .toggle { cursor: pointer; position: relative; display: flex; align-items: center; font-size: 18px; font-weight: 500; color: #333;}
.cms-page-view ul.accordion .toggle:after { content: "\f105"; font-family: FontAwesome; margin-left: auto; background: #dfe4e7; color: #000; flex: 0 0 34px; height: 34px; line-height: 34px; text-align: center; border-radius: 50%;}
.cms-page-view ul.accordion .toggle.open:after { content: "\f107"; background: #cea175; color: #fff;}
.cms-page-view ul.accordion div.inner { margin: 0; display: none; }
ul.accordion div.inner p{ font-size: 16px; line-height: 24px; margin: 15px 0;}
ul.accordion div.inner ul{ padding-left:18px;  margin: 15px 0; list-style: disc;}
ul.accordion div.inner ul li{ margin:7px 0; font-size: 16px;}
.cms_content h2{ font-size:27px; font-weight: 500; margin:20px 0; }
.cms_content h3{ font-size:22px; font-weight: 500; margin:20px 0; }
.cms_content h4{ font-size:18px; font-weight: 500; margin:20px 0; }
.cms_content p{ margin:15px 0; font-size:15px; }
.cms_content ul{ padding-left:18px; list-style:disc; margin:15px 0; }
.cms_content ul li{ font-size:15px; margin:5px 0; }

.grey_bg{ background:#eaedef; }
.cms-about-us .page-title-wrapper{ margin-bottom:0; }
.about_section{ padding:80px 0;}
.about_section .about_image{ position:relative; overflow: hidden;}
.about_section .about_image img{ width:100%; transition: 0.3s ease;}
.about_section .about_image:hover img { transform: scale(1.05);}
.about_section .about_image:after { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); content: ''; width: 100%; height: 100%; border: 2px solid #fff; transition: 0.3s ease; opacity: 0;}
.about_section .about_image:hover::after { opacity: 1; width: 95%; height: 95%;}
.about_section .about_desc h2{ font-size:27px; font-weight:500; margin-bottom:20px; text-transform:uppercase; }
.about_section .about_desc h4{ font-size: 20px; font-weight:500; margin:20px 0;}
.about_section .about_desc p{ font-size:16px; margin:15px 0; }
.about_elements{ margin-top:40px; }
.about_elements .element_item{ text-align:center; margin: 15px 0; background: #fff; box-shadow: 0 0 20px 5px hsl(0deg 0% 78% / 20%); padding: 30px 25px; height: calc(100% - 30px); }
.about_elements .element_item h4{ font-size:20px; font-weight:500; margin: 20px 0 0;}
.about_elements .element_item p{ font-size: 16px; margin: 15px 0 0;}

/*.ms_pricing_table{ margin-top:40px; }
.ms_table_header{ background-color: #fafafa; box-shadow: 1px 5px 5px rgb(0 0 0 / 15%); padding: 20px 15px; position: relative; text-align: center;}
.ms_table_header .title{ font-size: 18px; font-weight: 500; margin-bottom: 10px;}
.ms_table_header .price_area{ font-size: 12px; font-weight: 500; }
.ms_table_header .price{ display: inline-block; font-size: 27px; }
.ms_table_header p{ font-size: 14px; font-weight: normal; line-height: 1.2;}
.ms_table_header .buy_now{ margin-top: 15px; display: block; font-size: 14px; text-transform: uppercase; padding: 10px; background: #0083e6; color: #fff; transition: 0.4s; }
.ms_table_header .buy_now:hover{ background: #00508c;}
.ms_pricing_sign{ font-size: 14px; font-weight: 500; }
.ms_pricing_sign div{ display: inline-block; margin-right: 10px; }
.ms_pricing_sign img{ width: 18px; }
.ms_pricing_table table{ table-layout: fixed; border-top: 0px;}
.ms_pricing_table tr{ border-bottom: 5px solid #fff;}
.ms_pricing_table tr.accordian-body{ display:none; }
.ms_pricing_table tr.accordian-body.active{ display: table-row; }
.ms_pricing_table tr th{ width: 27%; font-size: 14px; font-weight: normal; background-color: #f8f8f8; padding: 15px; border: 0;}
.ms_pricing_table tr td{ font-size: 14px; background-color: #f8f8f8; border-inline: 20px solid #fff; text-align: center; padding: 15px 5px; border-bottom: 0;}
.ms_pricing_table tr td p{ margin-top: 5px; }
.ms_pricing_table tr td img { width: 18px;}
.ms_pricing_table tr.accordian-body td{ vertical-align:middle; }
.ms_pricing_table tr.accordion-toggle th, .ms_pricing_table tr.accordion-toggle td{ background-color: #f8f8f8; vertical-align: middle;}
.ms_pricing_table tr.accordion-toggle.active th, .ms_pricing_table tr.accordion-toggle.active td{ background-color: transparent; }
.ms_pricing_table tr.accordion-toggle td img{ display: inline-block; }
.ms_pricing_table tr.accordion-toggle.active td img{ display:none; }
.ms_pricing_table tr.ms_table_header_row{ border-bottom: 20px solid #fff;}
.ms_pricing_table tr.ms_table_header_row th{ background-color: transparent; border-top:0; vertical-align: bottom;}
.ms_pricing_table tr.ms_table_header_row td{ padding: 0; border-top:0; background-color:transparent; }
.ms_pricing_table tr.accordion-toggle{ cursor: pointer;}
.ms_pricing_table tr.accordion-toggle .accordion_btn{ font-size: 18px; font-weight: 500; padding-left: 25px; position: relative;}
.ms_pricing_table tr.accordion-toggle .accordion_btn:before{ content: "\002B"; width: 24px; height: 24px; line-height: 24px; font-size: 27px; font-weight: 300; position: absolute; left: 0; top: 0; }
.ms_pricing_table tr.accordion-toggle.active .accordion_btn:before{content: "\2212"; }
.ms_pricing_table tr.accordion-toggle .accordion_btn p{ font-size:14px; font-weight:normal; }
.ms_enterprise.ms_pricing_table tr th{ width:40%; }
.ms_enterprise.ms_pricing_table tr.accordion-toggle .accordion_btn p{ font-size:14px; font-weight:normal; }*/

.accordion-item.is-active.show .accordion-collapse{display:block}
.term_conditions .title h2 { font-size: 27px; font-weight: 600; margin-bottom: 30px; color: #fbba00;}
.term_conditions ul { list-style: disc; padding-left: 20px;}
.term_conditions ul li { margin-bottom: 12px; color: #00508c;}
.term_conditions ul li a { display: inline-block; font-size: 18px; font-weight: 500; color: #00508c;}
.term_condition_accordion.accordion{ border:0; }
.term_condition_accordion .accordion-button{ color: #333; font-size:16px; font-weight:500; align-items: flex-start;}
.term_condition_accordion .accordion-item .accordion-button:focus{ background:none; }
.term_condition_accordion .accordion-item.is-active .accordion-button, .term_condition_accordion .accordion-item.is-active .accordion-button:focus{ background:#eee; }
.term_condition_accordion .accordion-button:hover, .term_condition_accordion .accordion-button:focus{ border:0; box-shadow: none;}
.term_condition_accordion .accordion-body ul{ padding-left:18px; }


.catalog-product-view .breadcrumbs{ display:none; }
.catalog-product-view .columns .column.main{ display:flex; flex-wrap:wrap; align-items: flex-start; padding: 60px 0;}
.catalog-product-view .product-info-wrapper{ width:60%; padding-right:40px; }
.catalog-product-view .mageplaza-frequently-bought-together-block{ width: 40%; position: relative; padding: 30px 20px; border-radius: 6px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
.catalog-product-view .product-info-wrapper .product-info-main{ width:100%; float:none; }
.product-info-main .page-title-wrapper h1{ font-size:36px; margin-bottom:20px; }
.product-info-main .product-info-price{ border-bottom:1px solid #ddd; margin-bottom:20px; }
.product-info-main .product-info-price .price-box{ display:flex; align-items:center; padding-bottom:0; }
.product-info-main .product-info-price .price-box .old-price{ order:1; }
.product-info-main .product-info-price .price-box .special-price{ order:2; }
.product-info-main .product-info-price .price-box .price-label{ display:none !important; }
.product-info-main .product-info-price .price-box .price-container > span{ margin-bottom:0; }
.product-info-main .product-info-price .price-box .price{ font-size:36px; font-weight:600;}
.product-info-main .product-info-price .price-box .old-price .price{ font-size: 30px; font-weight: 500; color: #999; text-decoration:line-through; margin-right:15px; }
.product-info-main .product-info-price .price-box .special-price .price{ color: #0078d4;}
.product-info-main .product.attribute.description p{ margin-bottom:15px; }
.product-info-main .product.attribute.description p:last-child{ margin-bottom:0; }
.product-info-main .product-desc-tab > .label{ font-size:16px; font-weight:500; margin-bottom: 10px; }
.product-info-main .microsoft_features{ margin-top:10px; }
.product-info-main .microsoft_element{ margin-top:25px; }
.product-info-main .microsoft_element ul li{ width:auto; min-width: 80px; flex:0 0 auto; }
.product-info-main .product-add-form{ padding: 0;}
.product-info-main .box-tocart{ margin-bottom:0; }
.product-info-main .box-tocart .fieldset{ margin-bottom:0; display:flex; align-items:flex-end; justify-content: space-between;}
.product-info-main .box-tocart .fieldset > .field > .label{}
.product-info-main .box-tocart .field.qty{ margin-bottom:0; }
.product-info-main .box-tocart .field.qty .control{ display:flex;}
.product-info-main .box-tocart .field.qty .quantity-controls { background: #fff; border: 1px solid #ccc; height: 36px; padding: 0; font-size: 18px; flex: 0 0 36px; line-height: 34px; text-align: center; cursor: pointer;}
.product-info-main .box-tocart .field.qty .input-text { color: #333; padding: 0; width: 50px; height: 36px; border: 1px solid #ccc; border-left: 0; border-radius: 0; border-right: 0; margin-top: 0; box-shadow: none; pointer-events: none;}
.product-info-main .box-tocart .action.tocart{ font-size:18px; font-family: 'Jost'; background: #00a3ef; padding:15px 40px; text-transform: uppercase; width: auto; border: 0; font-weight: normal; line-height: normal; margin: 0; transition: 0.4s;}
.product-info-main .box-tocart .action.tocart:hover{ background:#2068bc; }
.product-info-main .product.attribute.overview{ margin:10px 0 0; font-size:14px; text-align:right; }
.product-info-main .product-social-links{ margin:0; }

.mageplaza-frequently-bought-together-block hr{ display:none; }
.mageplaza-frequently-bought-together-block .title{ margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #ddd; }
.mageplaza-frequently-bought-together-block .title h2{ font-size:20px; font-weight:500; }
.mageplaza-fbt-rows ul li{ margin-bottom:10px; position: relative; padding-left: 22px;}
.mageplaza-fbt-rows ul li input[type="checkbox"]{ top:4px; position: absolute; left: 0;}
.mageplaza-fbt-rows ul li .main-item{ pointer-events:none; }
.mageplaza-fbt-rows ul .other-options{ display:block; font-weight:600; margin: 15px;}
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label{}
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label .fbt-name, .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label strong{ font-weight:500; }
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label > a{ font-weight:500; color:#333; }
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label > a:hover{ color:#00a3ef; }
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label .item-price{ font-size:16px; font-weight:600; color:#333; white-space: nowrap; }
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label .item-price:before{ content:":"; display:inline-block; margin:0 3px; }
.mageplaza-fbt-rows .mageplaza-fbt-detail{ display:block; }
.mageplaza-fbt-rows .mageplaza-fbt-detail .detailed-node{ font-size: 13px; color:#00a3ef;}
.mageplaza-fbt-rows .mageplaza-fbt-detail .detailed-node:after{ content:"\f178"; font-family:FontAwesome; display:inline-block; margin-left:5px; }
.mageplaza-fbt-price-box{ padding: 15px 0 0; margin: 30px 0 0; float: none; border-top: 2px solid #ddd;}
.mageplaza-fbt-total-price{ display:flex; align-items:center; justify-content:space-between; font-size:18px; }
.mageplaza-fbt-price-box .mageplaza-fbt-price{ font-size:22px; color:#333; }
.mageplaza-fbt-price-box .action.mpfbt-tocart{ width: 100%; font-size:16px; font-family: 'Jost'; background: #00a3ef; padding:15px 40px; text-transform: uppercase; border: 0; font-weight: normal; line-height: normal; margin: 15px 0 0; transition: 0.4s;}
.mageplaza-fbt-price-box .action.mpfbt-tocart:hover{ background:#2068bc; }
.mageplaza-fbt-rows .mageplaza-fbt-option-product{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.7); padding: 15px; margin: 0; z-index: 999; overflow-y: auto;}
.mageplaza-fbt-rows .mageplaza-fbt-option-product .desc-content{ position: relative; width: 100%; max-width: 960px; background: #fff; margin: 20px auto; padding: 30px;}
.mageplaza-fbt-rows .mageplaza-fbt-option-product .close-desc { position: absolute; right: -15px; top: -15px; font-size: 24px; width: 36px; height: 36px; text-align: center; cursor: pointer; background: #00a3ef; color: #fff; border-radius: 50%; transition: 0.4s;}
.mageplaza-fbt-rows .mageplaza-fbt-option-product .close-desc:hover{ background:#2068bc; }
.mageplaza-fbt-rows .mageplaza-fbt-option-product .desc-title{ font-size:27px; font-weight:600; margin-bottom:15px; text-align: center;}
.mageplaza-fbt-rows .mageplaza-fbt-option-product strong{ font-weight:600; }
.mageplaza-fbt-rows .mageplaza-fbt-option-product ul{ display:flex; flex-wrap:wrap; justify-content: space-between;}
.mageplaza-fbt-rows .mageplaza-fbt-option-product ul li{ width: calc(50% - 10px); padding: 20px; margin: 10px 0; text-align: center; font-size: 14px; background: #fff; border-radius: 4px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
.mageplaza-fbt-rows .mageplaza-fbt-option-product ul li h4{ font-size:18px; font-weight:500; margin-bottom:15px; }
.mageplaza-fbt-rows ul li .options-content{ display:flex; align-items:center; margin-top:10px; }
.mageplaza-fbt-rows .field.qty { margin-right: 10px; display: flex; align-items: center;}
.mageplaza-fbt-rows .field.qty .label{ margin-right: 10px; font-weight: 500;}
.mageplaza-fbt-rows .field.qty .control{ display:flex;}
.mageplaza-fbt-rows .field.qty .quantity-controls { background: #fff; border: 1px solid #ccc; height: 36px; padding: 0; font-size: 18px; width: 36px; line-height: 34px; text-align: center; cursor: pointer;}
.mageplaza-fbt-rows .field.qty .input-text { text-align: center; color: #333; padding: 0; width: 50px; height: 36px; border: 1px solid #ccc; border-left: 0; border-radius: 0; border-right: 0; margin-top: 0; box-shadow: none; pointer-events: none;}
.mageplaza-fbt-rows .field.qty select{ border:1px solid #ccc; }
.mageplaza-fbt-rows .field.qty select:focus{ box-shadow:none; }

.page-header .navigation ul.ui-menu li.parent .submenu.level0{padding: 0px 0px !important;}
.navigation .level0.parent > .level-top > .ui-menu-icon{right: -14px;}
.navigation .level0.parent > .level-top > .ui-menu-icon:after{font-size: 10px;}
.checkout-payment-method .checkout-billing-address .billing-address-details{margin-bottom: 25px;}
.p-PaymentDetails-group{margin-top: 25px;}
.p-FieldLabel{color: #000;margin-bottom: 10px !important;}
.stripe-payments-elements{margin-top: 20px;}
.navigation .level0 .submenu a{ font-size: 16px;}
.navigation .level0 .submenu .active > a{ border:0; color: #00a3ef;}

/*---------- MS 365 LP Banner -----------------------*/

.ms_365_lp_banner{background: url('../images/ms_365_lp_banner_1.jpg') no-repeat;background-position: center;background-size: cover;height: 100vh;width: 100%;position: relative;overflow: hidden;z-index: 1;overflow: hidden;}

.ms_365_lp_banner::after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(45deg, #172e58, transparent);opacity: 0.75;z-index: -1;content: '';}

.ms_365_lp_banner > .container{height: 100%;padding: 50px 0px;display: flex;align-items: center;position: relative;}

.ms_365_lp_banner .banner-content .ms-logo-wrapper{max-width: 180px;}

.ms_365_lp_banner .banner-content .text-wrapper h1{font-size: 65px;}

.ms_365_lp_banner .banner-content .text-wrapper h2{font-size: 50px;}

.ms_365_lp_banner .banner-content .view_btn{background: #00a3ef;font-weight: 600;text-transform: uppercase;color: #fff;transition: 0.3s ease;}

.ms_365_lp_banner .banner-content .view_btn:hover{background: #fff;color:#000}

.ms_365_lp_banner .banner-feat-img{position: absolute;width: 35vw;height: 68vw;right: 0%;top: 0%;background: url('../images/banner_feat_2.png') no-repeat;background-size: 100%;background-position: top center;}


.ms_365_lp_second_section .content-wrapper .ms_silver_partner_img{overflow: hidden;border-top-left-radius: 105px;border-bottom-right-radius: 100px;height: 550px;position: relative;}

.ms_365_lp_second_section .content-wrapper .ms_silver_partner_img::before{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(1.2);border: 2px solid #fff;height: 95%;width: 95%;content: '';z-index: 1;border-top-left-radius: 105px;border-bottom-right-radius: 100px;transition: 0.3s ease;opacity: 0;}

.ms_365_lp_second_section .content-wrapper .ms_silver_partner_img:hover::before{transform: translate(-50%,-50%) scale(1);opacity: 1;}

.ms_365_lp_second_section .content-wrapper .ms_silver_partner_img img{object-fit: cover;height: 100%;width: 100%;object-position: top;transition: 0.5s ease;transform: scale(1.1);}

.ms_365_lp_second_section .content-wrapper .ms_silver_partner_img:hover img{transform: scale(1);}

.ms_365_lp_second_section .content-wrapper.left{padding-right: 50px;}


.ms_365_lp_third_section .section-content-wrapper .section-header{font-size: 50px;line-height: 70px;}

.ms_365_lp_third_section .section-content-wrapper > .row{justify-content: space-between;}

.ms_365_lp_third_section .section-content-wrapper > .row .view_btn{position: relative;z-index: 1;width: max-content; text-transform: uppercase;}

.ms_365_lp_third_section .section-content-wrapper > .row .view_btn::after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 55px;height: 55px;background: #03a9f4;z-index: -1;content: '';border-radius: 100%;transition: 0.5s ease;}

.ms_365_lp_third_section .section-content-wrapper > .row .view_btn:hover::after{right: 0;left: calc(100% - 45px);width: 35px;height: 35px;}

.ms_365_lp_third_section .section-content-wrapper .row .card_number{font-size: 120px;
    font-weight: 200;line-height: 1em;display: inline-block;background-position: center center;background-repeat: no-repeat;
    background-size: 100%;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-attachment: scroll;-webkit-text-stroke: 1px rgba(255,255,255,0.5);}

.w-45{width: 45%;}

.w-65{width: 65%;}

.w-max-content{width: max-content;}

.ms_365_lp_fourth_section {position: relative; overflow: hidden;}

.ms_365_lp_fourth_section .cs_shape_1 {left: -20%;top: 19%;animation: 9s cubic-bezier(.4,0,.2,1) infinite animo-x;opacity: 0.25;position: absolute;}

@keyframes animo-x{

    50% {animation-timing-function: cubic-bezier(0.4,0,0.2,1);transform: translateX(44px);}
}

.ms_365_lp_fourth_section .content-slide-box .text-wrapper{height: max-content;display: flex;align-items: center;flex-direction: column;padding: 35px 35px;background:#ffffffb3;margin: 0 25px;border-radius: 15px;box-shadow: 0px 7px 22px -19px #555;min-height: 260px;justify-content: center;transition: 0.3s ease;}

.ms_365_lp_fourth_section .content-slide-box .text-wrapper h4{transition: 0.3s ease;}

.ms_365_lp_fourth_section .content-slide-box .text-wrapper p{transition: 0.3s ease;}

.ms_365_lp_fourth_section .slick-initialized .slick-slide{display: flex;align-items: center;justify-content: center;height: max-content;}

.ms_365_lp_fourth_section .slick-list{padding-bottom: 80px !important;padding-top: 30px !important;padding-right: 0 !important;padding-left: 0 !important;}

.ms_365_lp_fourth_section .slick-dots li button{position: relative;background: none !important;border: 0;width: 18px;height: 18px;}

.ms_365_lp_fourth_section .slick-dots li.slick-active button{background: none !important;}



.ms_365_lp_fourth_section .slick-dots li button::after{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);width: 100%;height: 100%;border:1px solid #000;border-radius:100%;content:'';transition: 0.3s ease;opacity: 0;}

.ms_365_lp_fourth_section .slick-dots li.slick-active button::after{transform: translate(-50%,-50%) scale(1);opacity: 1;}

.ms_365_lp_fourth_section  .slick-dots li button:before {
    font-size: 9px;
    line-height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    content: '';
    text-align: center;
    opacity: .25;
    color: #000;
    background:#000;border-radius: 100%;
    transform: translate(-50%,-50%);
}

.ms_365_lp_fourth_section  .slick-dots li.slick-active button:before{opacity: 1;}

.ms_365_lp_fourth_section .slick-center .text-wrapper{transform: scale(1.125);background: #3f51b5 !important;}

.ms_365_lp_fourth_section .slick-center .text-wrapper h4{color: #fff !important;}

.ms_365_lp_fourth_section .slick-center .text-wrapper p{color: #fff !important;}

.ms_365_lp_fourth_section .slick-prev, .ms_365_lp_fourth_section .slick-next{top: 38%;background: #ededed !important;}

.ms_365_lp_fourth_section .slick-prev{left: -3rem}

.ms_365_lp_fourth_section .slick-next{right: -3rem}

.ms_365_lp_fifth_section{position: relative;overflow: hidden;background-position: bottom -81px center;background-repeat: no-repeat;background-size: 100%;z-index: 1;}

.ms_365_lp_fifth_section::after{position: absolute;left: 0;top: 0px;width: 100%;height: 100%;background: #fff;background-size: auto;content: '';opacity: 0.90;z-index: -1;}

.ms_365_lp_fifth_section .contact-info .content-wrapper .icon{ border-radius: 100%;border: 2px solid #000;display: flex;align-items: center;justify-content: center;transition: 0.3s ease;width: 65px;height: 65px;}

.ms_365_lp_fifth_section .contact-info .content-wrapper .icon img{ height: 30px; transition: 0.3s ease;}

.ms_365_lp_fifth_section .contact-info .content-wrapper:hover .icon{ background: #000;}

.ms_365_lp_fifth_section .contact-info .content-wrapper:hover .icon img{ filter: brightness(0) invert(1);}


.ms_365_lp_sixth_section{position: relative;}

.ms_365_lp_sixth_section::after{position: absolute;right: 60px;bottom: -25px;width: 700px;height: 493px;background: url(../images/azure_cloud.png) no-repeat;background-size: 100%;background-position: center;content: '';display: none;}

.ms_365_lp_sixth_section .section-wrapper-wrapper .img-wrapper{overflow: hidden;border-top-left-radius: 105px;border-bottom-right-radius: 100px;height: 550px;position: relative;}

.ms_365_lp_sixth_section .section-wrapper-wrapper .img-wrapper::before{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(1.2);border: 2px solid #fff;height: 95%;width: 95%;content: '';z-index: 1;border-top-left-radius: 105px;border-bottom-right-radius: 100px;transition: 0.3s ease;opacity: 0;}

.ms_365_lp_sixth_section .section-wrapper-wrapper .img-wrapper:hover::before{transform: translate(-50%,-50%) scale(1);opacity: 1;}

.ms_365_lp_sixth_section .section-wrapper-wrapper .img-wrapper img{object-fit: cover;height: 100%;width: 100%;object-position: top;transition: 0.5s ease;transform: scale(1.1);}

.ms_365_lp_sixth_section .section-wrapper-wrapper .img-wrapper:hover img{transform: scale(1);}

.ms_365_lp_sixth_section a.cta-btn.link{color: #fff !important;text-transform: uppercase;
    font-weight: 500;margin-bottom: 25px !important;display: inline-block;padding: 15px 35px;background: #00a3ef;border-radius: 5px;transition: 0.3s ease;}

.ms_365_lp_sixth_section a.cta-btn.link:hover{background: #000000;color: #fff;}

.ms_365_lp_sixth_section a.cta-btn.link .icon{width: 19px;
    display: inline-block;
    padding-left: 5px;filter: invert(1);
}

.page-header .navigation .level0.nav-2 > a.level-top{pointer-events: none;}

.category-lenovo-partner .section-content-wrapper .content-wrapper a.cta-btn.link{color: #fff !important;text-transform: uppercase;
    font-weight: 500;margin-bottom: 25px !important;display: inline-block;padding: 15px 35px;background: #00a3ef;border-radius: 5px;transition: 0.3s ease;margin-top: 25px;text-decoration: none;}

.category-lenovo-partner .section-content-wrapper .content-wrapper a.cta-btn.link:hover{background: #000000;color: #fff;}

.category-lenovo-partner .section-content-wrapper .content-wrapper a.cta-btn.link .icon{width: 19px;
    display: inline-block;
    padding-left: 5px;filter: invert(1);
}




.section-content-wrapper.section-full-wrapper.grey_bg .image-wrapper {
    width: 50%;
    height: 660px;
}

.section-content-wrapper.section-full-wrapper.grey_bg .image-wrapper img{object-fit: cover;width: 100%;height: 100%;}



.feature-list-section .feat-list li{align-items: center;justify-content: flex-start;border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;padding-top: 15px;margin-bottom: 0;}

.feature-list-section .feat-list li:last-child{border-bottom: 0;}

.feature-list-section .feat-list li .icon{width: 30px;height: auto;margin-right: 15px;flex: 0 0 auto;}

.ms-cop_plan_wrapper {margin-left: -5px;}

.ms_cop_plan_table{border-spacing: 5px;border-collapse: separate;}

.ms_cop_plan_table tr th, .ms_cop_plan_table tr td{padding: 10px;}

.ms_cop_plan_table tr th{background: linear-gradient(135deg, rgba(167,127,225,1) 0%, rgba(24,103,186,1) 100%);color: #fff;font-weight: 600;}

.ms_cop_plan_table tr td{padding: 0;vertical-align: top;}

.ms_cop_plan_table tr th h5{margin-bottom: 0 !important;}

.ms_cop_plan_table tr td ul{list-style-type: none !important;padding-left: 0 !important;margin: 0 !important;}

.ms_cop_plan_table tr td ul li{margin: 0 0 5px !important ;padding: 10px;color: #4151a3;font-weight: 400;}

.ms_cop_plan_table tr td ul li:nth-child(odd){background: #d7dcfd;}

.ms_cop_plan_table tr td ul li:nth-child(even){background: #ebeeff;}

.ms-corporate-plan .image-wrapper{height: 735px;}

.ms-corporate-plan .content-wrapper .cta-btn{padding: 15px 30px;background: #00a3ef;color: #fff;text-decoration: none;transition: 0.3s ease;}

.ms-corporate-plan .content-wrapper .cta-btn:hover{background: #222;}

.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label .field > .label{display: none;}

.mageplaza-fbt-rows .mageplaza-fbt-option-product .desc-title{position: relative;padding-bottom: 18px;margin-bottom: 35px;}

.mageplaza-fbt-rows .mageplaza-fbt-option-product .desc-title::after{position: absolute;content: '';left: 50%;transform: translateX(-50%);height: 5px;width: 50px;border-radius: 100px;background: #000;bottom:0;}

.subscription_layout .subscription_header{border-bottom: 0;background: #009fea;color:#fff;}

.subscriptions .subscription_layout{border: 1px solid #ebebeb;}

.subscriptions .subscription_layout{width: 286px;margin: 0 20px 30px 0;}

.minicart-items .product-item-name{padding-right: 90px;}

.block-minicart dl.product.options.list dt.label{display: none;}

.block-minicart dl.product.options.list dd.values{padding: 5px 12px;background: #e7f4ff;color: #00b0ff;}

.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label .field .control .product-custom-option:focus{box-shadow: none;}

.cart.table-wrapper .product-item-name + .item-options dt{display: none;}

.cart.table-wrapper .product-item-name + .item-options dd{padding: 5px 12px;background: #e7f4ff;color: #00b0ff;}

#banner-slider-carousel .owl-theme .owl-nav { margin-top: 0;}
.certified_partners{ background:#f6f6f6; padding:50px 0; }
.certified_partners .title{ margin-bottom:20px; text-align:center; }
.certified_partners .title h2{ font-size: 36px; font-weight: 600; color: #000;}
.certified_partners .partner_item{ margin:15px 0; }
.certified_partners .partner_item img{ filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));}

.microsoft_card_1{ padding:40px 30px; margin: 15px 0; height: calc(100% - 30px); background:#fff; border-radius: 10px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
.microsoft_card_1 h4{ font-size:20px; font-weight:600; margin-bottom: 20px;}
.microsoft_card_1 p{ font-size:16px; }
.microsoft_card_2{ padding: 40px 25px; margin: 10px 0; height: calc(100% - 20px); border-radius: 50px; background: #fff; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.microsoft_card_2 .icon{ margin-bottom: 20px; }
.microsoft_card_2 .icon img{ width:80px; height:80px; }
.microsoft_card_2 h4{ font-size:20px; font-weight: 600; }
.microsoft_card_2 p{ font-size:16px; margin-top: 20px;}
.microsoft_card_3{ display: flex; background:#fff; box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.1); padding:30px 20px; border-radius: 10px; margin: 10px 0; height: calc(100% - 20px); transition: 0.4s;}
.microsoft_card_3 .icon{ flex:0 0 80px; transition: 0.4s;;}
.microsoft_card_3 .icon img{ max-width: 60px; height:60px;}
.microsoft_card_3 h4{ font-size:22px; font-weight: bold; transition: 0.4s;}
.microsoft_card_3 p{ font-size:16px; color: #666; margin-top:15px; transition: 0.4s;}
.microsoft_card_3 ul{ font-size:16px; color: #666; margin-top:15px; transition: 0.4s; list-style: disc; padding-left: 17px;}
.microsoft_card_3 ul li{ margin-bottom:5px; }
.microsoft_card_3:hover{ background: linear-gradient(0deg, rgba(0,120,212,1) 0%, rgba(58,196,242,1) 100%);}
.microsoft_card_3:hover .icon img{ filter: brightness(0) invert(1); }
.microsoft_card_3:hover h4{ color:#fff; }
.microsoft_card_3:hover p{ color:#fff; }
.microsoft_card_3:hover ul{ color:#fff; }
.blue_gradient{ background: linear-gradient(0deg, rgba(0, 120, 212, 1) 0%, rgba(58, 196, 242, 1) 100%) !important; }
.pb-40{ padding-bottom: 40px !important; }
.pt-40{ padding-top: 40px !important; }
.white_color, .white_color *{ color:#fff !important; }
.blue_color { color: #3095e1 !important;}
.ms_365_services ul li{ display: flex; flex-wrap: wrap; padding:40px 0; border-bottom:1px solid #ccc; }
.ms_365_services ul li:last-child{ border-bottom:0; padding-bottom:0; }
.ms_365_services ul li .number{ width: 25%; display: inline-block; font-size: 100px; font-weight: 300; line-height: 1em; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .5);}
.ms_365_services ul li .content{ width:75%; }
.ms_365_services ul li .content h3{ font-size:24px; font-weight: 600; margin-bottom:20px; color: #fff;}
.ms_365_services ul li .content p{ font-size:16px; color:#ccc; }

@media(max-width:991px){
.product_main_banner .banner_content{ max-width:100%; margin-top:20px; }
.product_main_banner h1{ font-size:30px; }
.product_main_banner p{ font-size:16px; }
.payment_method ul{ justify-content:center; }
.payment_method ul li{ width:33.33%; }
.layout_content{ margin-top:20px; }
.teaser_card{ height:auto; margin:15px 0; }
.overview_left{ width:100%; }
.overview_right{ width:100%; margin-top: 30px; padding-top: 30px; padding-left: 0; border-top: 1px solid #ddd; }
.overview_img{ margin-top:20px; }
.microsoft_card_3 { flex-wrap: wrap; justify-content: center;}
.microsoft_card_3 .icon { margin: 0 0 20px; text-align: center;}
.microsoft_card_3 .content { width: 100%; text-align: center;}
}
@media(max-width:767px){
.section_title h2{ font-size:27px; }
.payment_method ul{ margin:0; }
.payment_method ul li{ width:100%; padding: 15px 0;}
.cat-tab-menu ul{ flex-wrap:wrap; }
.cat-tab-menu li a{ font-size:14px; padding: 10px;}
.cat-tab-menu li{ width:100%; }
.tab-menu li a{ font-size:14px; padding: 0 5px 15px 5px;}
.tab-menu li a.active, .cat-tab-menu li a.active{ box-shadow:none; }
.accordion_toggle{ font-size:16px; padding: 15px 35px 15px 10px; }
.accordion_toggle:after{ font-size: 24px;}
.accordian_body{ font-size:14px; }
.ms_pricing_sign{ font-size:13px; }
.pricing_table tr th{ font-size:14px; min-width:90px; padding:10px; }
.pricing_table tr td{ font-size:13px; min-width:90px; padding:10px; }
.pricing_table tr td img{ height:16px; }
.pricing_table tr td img + p{ font-size:12px; }
.teaser_items ul{ margin:0; }
.teaser_items ul li{ width:100%; padding:15px 0; }
.microsoft_certificates h3{ margin-bottom:20px; font-size:18px; font-weight:500; text-align:center; }
.facility_banner{ padding:60px 0; }
.facility_banner h1{ font-size:24px; }
.facility_tab_menu ul li a{ font-size:16px; }
.overview_content h2{ font-size:24px; }
.overview_content p{ font-size:14px; }
.subscriptions .subscription_layout{ width:100%; }
.form.create.account .fieldset .field{ width:100%; }

.layout_content h2{ font-size:24px; }
.layout_content h2 br{ display:none; }
.layout_content h3{ font-size:20px; }
.layout_content h4{ font-size:18px; }
.layout_content p, .text_wrapper ul li{ font-size:14px;}
.microsoft_card_1{ padding:30px 15px; height: auto; margin: 10px 0;}
.microsoft_card_1 h4{ font-size:18px; }
.microsoft_card_1 p{ font-size:14px; }
.microsoft_card_2{ padding:30px 15px; }
.microsoft_card_2 h4{ font-size:18px; }
.microsoft_card_2 p{ margin-top:14px; }
.microsoft_card_3{ padding: 25px 15px;}
.microsoft_card_3 h4{ font-size:18px; }
.microsoft_card_3 p, .microsoft_card_3 ul{ font-size:14px; }
.ms_365_services ul li .number{ font-size:60px; }
.ms_365_services ul li .content h3{ font-size:20px; }
.ms_365_services ul li .content p{ font-size:14px; }
}
@media(max-width:575px){
.ms_365_services ul li .number{ width:100%; text-align:center; margin-bottom: 20px;}
.ms_365_services ul li .content{ width:100%; text-align:center; }
}

.magento_pricing_table table{ background: #fff; margin-bottom:0; }
.magento_pricing_table thead tr th:nth-child(1){ width:28%; border:0; vertical-align:middle;}
.magento_pricing_table thead tr th{ width: 18%; border: 1px solid #fff; text-align: center; padding: 0; position: sticky; top: 75px; z-index: 1; background: #fff;}
.magento_pricing_table thead tr th .heading{ background:#3095e1; padding:20px 5px; }
.magento_pricing_table thead tr th h4{ color:#fff; font-size:18px; font-weight:600;}
.magento_pricing_table thead tr th h5{ color:#fff; font-size:14px; font-weight:500;}
.magento_pricing_table thead tr th p{ color:#fff; font-size:14px; font-weight: normal;}
.magento_pricing_table .table>:not(:first-child){ border-top:0; }
.magento_pricing_table table tbody td{ padding:12px 10px; vertical-align:middle; border-top: 0; border-bottom: 1px solid #dee2e6; }
.magento_pricing_table table tbody td.row_heading{ color:#000; background:#def1ff; font-size: 18px; font-weight: 600; padding: 15px 10px; border: 0;}
.magento_pricing_table table tbody td h5{ font-size:16px; font-weight:500; margin-bottom:5px; color:#000; }
.magento_pricing_table table tbody td p{ font-size:14px; color:#333; font-weight:normal; }
.magento_pricing_table table tbody td p a{ text-decoration:underline; }
.magento_pricing_table table tbody td .price, .magento_pricing_table.mobile table tbody td .price{ font-size:24px; font-weight:600; }
.option_yes{ width:24px; height:24px; background:url(../images/checkmark.png) no-repeat center; background-size:16px;  }
.option_no{ width:24px; height:24px; background:url(../images/close-2.png) no-repeat center; background-size:14px; opacity: 0.7;}
.magento_pricing_table.mobile{ display:none; background:#fff;}
.magento_pricing_table.mobile .nav-tabs{ flex-wrap: nowrap; position:sticky; top:102px; background:#fff; z-index: 9; border-bottom: 0;}
.magento_pricing_table.mobile .nav-tabs li{ text-align: center; background: #f2f2f2; width: 100%; border: 0; border-right: 1px solid #ddd; border-radius: 0; margin-bottom: 0;}
.magento_pricing_table.mobile .nav-tabs li .nav-link{ color: #222; font-size: 14px; font-weight: 600; padding: 20px 5px; border: 0;}
.magento_pricing_table.mobile .nav-tabs li span{ display:block; font-size:12px; font-weight: normal; margin-top:5px; }
.magento_pricing_table.mobile .nav-tabs li span.price{ font-size:16px; font-weight:600; }
.magento_pricing_table.mobile .nav-tabs li p { font-size: 11px; font-weight: normal; margin-top: 5px;}
.magento_pricing_table.mobile .nav-tabs li p a{ text-decoration:underline; }
.magento_pricing_table.mobile .nav-tabs li.active p a{ color: #fff;}
.magento_pricing_table.mobile .nav-tabs li:last-child{ border-right:0; }
.magento_pricing_table.mobile .nav-tabs li.active{ background: url(../images/magento-pricing-tab-bg.jpg) no-repeat center; background-size: cover; border-left: 0;}
.magento_pricing_table.mobile .nav-tabs li.active .nav-link{ color: #fff; border: 0;}
.magento_pricing_table table tbody td img{ width:16px; }
.magento_pricing_table.mobile table tbody td:last-child{ min-width:80px; }

@media( max-width:991px){
.magento_pricing_table.desktop, .magento_pricing_section.desktop{ display:none; }
.magento_pricing_table.mobile{ display:block; margin: 0 -12px;}
.magento_pricing_table.mobile .nav-tabs{ top:0px; }
}