@font-face {
    font-family: 'MuseoSans-700';
    src: url('../fonts/MuseoSans-700.eot');
    src: url('../fonts/MuseoSans-700.woff') format('woff'), url('../fonts/MuseoSans-700.ttf') format('truetype'), url('../fonts/MuseoSans-700.svg#MuseoSans-700') format('svg'), url('../fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans-500';
    src: url('../fonts/MuseoSans-500.eot');
    src: url('../fonts/MuseoSans-500.woff') format('woff'), url('../fonts/MuseoSans-500.ttf') format('truetype'), url('../fonts/MuseoSans-500.svg#MuseoSans-500') format('svg'), url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans 300';
    src: url('../fonts/MuseoSans-300.woff2') format('woff2'),
        url('../fonts/MuseoSans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'), url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans-900';
    src: url('../fonts/MuseoSans-900.eot');
    src: url('../fonts/MuseoSans-900.woff') format('woff'), url('../fonts/MuseoSans-900.ttf') format('truetype'), url('../fonts/MuseoSans-900.svg#MuseoSans-900') format('svg'), url('../fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
/*** dummy ***/
.woocommerce-MyAccount-content-inner .fm_notification_bar.my-account-license {
    margin-bottom: 31px;
    background: #f44336 !important;
    border-radius: 6px;
    margin-top: 12px;
    padding: 10px;
    color: #fff;
}
.woocommerce-MyAccount-content-inner .fm_notification_bar.my-account-license img{
    margin-right:7px;

}
.activated_licenses button.activated_licenses_button {
    background-color: #e05d22 !important;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
}
.new-pop #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.new-pop{
    transition: ease 0.6s;
}
.new-pop:hover .abso{
    display:block;
    transition: ease 0.6s;
    cursor:pointer;
}
.new-pop .abso{
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000004d;
    z-index:1;
    display:none;
    cursor:pointer;
}
.new-pop .tbl{
    display:table;
    width:100%;
    height: 100%;
    cursor:pointer;
}
.new-pop .tbl-cel{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
}
.new-pop .tbl-cel label{
    font-size: 45px;
    color: #cbc9c9;
    text-align: center;
    cursor:pointer;
}
.new-pop #myImg:hover {
   opacity: 0.7;
}
/* The Modal (background) */
.new-pop .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
/* Modal Content (image) */
.new-pop .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1100px;
}
/* Caption of Modal Image */
.new-pop #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    display:none;
}
.new-pop .ms_cont{
    width:80%;
    margin:0px auto;
    padding-top:35px;
    position:relative;
}
/* Add Animation */
.new-pop .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
       -webkit-transform:scale(0)
   }
    to {
       -webkit-transform:scale(1)
   }
}
@keyframes zoom {
    from {
       transform:scale(0)
   }
    to {
       transform:scale(1)
   }
}
/* The Close Button */
.new-pop .close {
    position: absolute;
    top: 15px;
    right: 0px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 8;
}
.new-pop .close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.checkout-main .check-manager.offset-left{
    margin-left: 12.5%;
}
#zendesk_field_zen_submit {
    text-align: left;
}
#zendesk_field_zen_submit #zrf_submit {
    background: #d8981c  !important;
    color: #000000;
    width: inherit;
    border: none;
    padding: 15px 45px;
}
.zrf-form form label {
    color: #666;
    font-weight: 500;
}
.privacy-page-wrap p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    font-family: 'OpenSans-Regular';
    margin-bottom: 25px;
}
.privacy-page-wrap h4 {
    font-size: 24px;
    line-height: normal;
    font-family: 'OpenSans-Bold';
    margin: 0px;
    color: #333;
    margin-bottom: 7px;
}
.privacy-page-wrap h3 {
    font-size: 30px;
    font-family: 'OpenSans-Bold';
    color: #333;
    margin: 20px 0;
}
.privacy-page-wrap ul {
    padding-left: 0px;
    margin:0;
    margin-bottom: 30px;
}
.privacy-page-wrap ul li {
    list-style: none;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    background: url('/wp-content/themes/webdesi9_fm/images/right.png');
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 40px;
    background-position: left top 8px;
    margin-bottom: 15px;
}
.privacy-page-wrap p a {
    color: #085ea5;
}
.refund-cancellation-page-wrap p {
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    font-family: 'OpenSans-Regular';
    margin-bottom: 25px;
}
.refund-cancellation-page-wrap h4 {
    font-size: 24px;
    line-height: normal;
    font-family: 'OpenSans-Bold';
    margin: 0px;
    color: #333;
    margin-bottom: 7px;
}
.refund-cancellation-page-wrap h3 {
    font-size: 30px;
    font-family: 'OpenSans-Bold';
    color: #333;
    margin: 20px 0;
}
.refund-cancellation-page-wrap ul {
    padding-left: 0px;
    margin:0;
    margin-bottom: 30px;
}
.refund-cancellation-page-wrap ul li {
    list-style: none;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    background: url('/wp-content/themes/webdesi9_fm/images/right.png');
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 40px;
    background-position: left top 8px;
    margin-bottom: 15px;
}
.refund-cancellation-page-wrap p a {
    color: #085ea5;
}
.terms-page-wrap p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    font-family: 'OpenSans-Regular';
    margin-bottom: 25px;
}
.terms-page-wrap h4 {
    font-size: 24px;
    line-height: normal;
    font-family: 'OpenSans-Bold';
    margin: 0px;
    color: #333;
    margin-bottom: 7px;
}
.terms-page-wrap h3 {
    font-size: 30px;
    font-family: 'OpenSans-Bold';
    color: #333;
    margin: 20px 0;
}
.terms-page-wrap .eligibility ul {
    padding-left: 0px;
    margin:0;
    margin-bottom: 30px;
}
.terms-page-wrap .eligibility ul li {
    list-style: none;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    background: url('/wp-content/themes/webdesi9_fm/images/right.png');
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 40px;
    background-position: left top 8px;
    margin-bottom: 15px;
}
.terms-page-wrap p a {
    color: #085ea5;
}
.cookie-page-wrap p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    font-family: 'OpenSans-Regular';
    margin-bottom: 25px;
}
.cookie-page-wrap h4 {
    font-size: 24px;
    line-height: normal;
    font-family: 'OpenSans-Bold';
    margin: 0px;
    color: #333;
    margin-bottom: 7px;
}
.cookie-page-wrap h3 {
    font-size: 30px;
    font-family: 'OpenSans-Bold';
    color: #333;
    margin: 20px 0;
}
.cookie-page-wrap ul {
    padding-left: 0px;
    margin:0;
    margin-bottom: 30px;
}
.cookie-page-wrap ul li {
    list-style: none;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    background: url('/wp-content/themes/webdesi9_fm/images/right.png');
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 40px;
    background-position: left top 8px;
    margin-bottom: 15px;
}
.cookie-page-wrap p a {
    color: #085ea5;
}
.cookie-page-wrap .editor_table{
}
.cookie-page-wrap .editor_table table thead {
    background: #ddd;
}
.cookie-page-wrap .editor_table table thead th {
    padding: 10px;
    font-family: 'OpenSans-Bold';
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #c5c1c1;
}
.cookie-page-wrap .editor_table table td {
    padding: 10px;
    font-size: 16px;
    color: #808080;
    border: 1px solid #ddd;
}
.navbar-default .navbar-nav > li.menu-item-has-children > a {
   margin-right: 20px !important;
}

/***sale alert***/
.header_bar .navbar {
   max-width:100% !important;
   padding:15px 0;
   position:fixed;
   z-index: 999;
}
.header_bar .navbar .container-fluid {
   max-width: 1920px;
}
.header_bar .navbar .container-fluid .col-md-9{
   width: calc(100% - 270px);
}
.header_bar .navbar .container-fluid .col-md-3{
   max-width: 270px;
}
.header_bar .navbar .wordprc {
   float: right;
}
.header_bar .navbar .wordprc a {
   margin-right: 0;
}
.header_bar .nav-bg {
   position: fixed;
   top: 0;
   z-index: 9;
}
.save_alert_bar .container-fluid {
   max-width: 1920px;
}
.save_alert_bar {
   background: url('../images/top_bar_bg.jpg');
   padding: 10px 0;
}
.save_alert_bar .custom-col-5{
   width:40%;
}
.save_alert_bar .custom-col-2{
   width:20%;
}
.save_alert_bar .counter_display {
   text-align: center;
}
.save_alert_bar .counter_display li {
   display: inline-block;
   list-style: none;
   padding: 0 4px;
}
.save_alert_bar .counter_display li .count_main {
   display: block;
   background: #267ddd;
   color: #fff;
   font-size: 18px;
   font-family: 'MuseoSans-700';
   border-radius: 50%;
   width: 44px;
   height: 44px;
   line-height: 44px;
}
.save_alert_bar .counter_display li .count_txt {
   color: #185ea5;
   font-size: 9px;
   text-transform: uppercase;
   font-family: 'MuseoSans-700';
   font-weight: bold;
   display: block;
   margin-top: 5px;
}
.save_alert_bar .btn_dv {
   text-align: right;
   padding-top: 11px;
}
.save_alert_bar .btn_dv a {
   background: #d8981c;
   color: #000;
   font-size: 13px;
   font-family: 'MuseoSans-700';
   border-radius: 5px;
   padding: 12px 25px;
   text-transform: uppercase;
   text-decoration: none;
   display: inline-block;
   line-height: 16px;
}
.save_alert_bar .desc_txt .lg_txt {
   font-size: 36px;
   color: #267ddd;
   font-family: 'MuseoSans-900';
   float: left;
   display: inline-block;
   max-width: 278px;
}
.save_alert_bar .desc_txt {
   padding-top: 4px;
}
.save_alert_bar .desc_txt::after {
   content: "";
   display: table;
   clear: both;
}
.save_alert_bar .desc_txt .lg_txt .saletxt {
   text-transform: uppercase;
   font-size: 18px;
   color: #333;
   margin-right: 5px;
   top: -11px;
}
.save_alert_bar .desc_txt .lg_txt .prctxt {
   font-size: 22px;
   top: -11px;
}
.save_alert_bar .desc_txt .sm_desc {
   display: inline-block;
   float: left;
   color: #333;
   font-size: 12px;
   font-family: 'OpenSans-Regular';
   line-height: 16px;
   max-width: 205px;
   padding-left: 10px;
   padding-top: 10px;
   font-weight: 600;
}
/***  spring popup css start ***/
.fm_flash_popup_inner {
   width: 100%;
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: rgba(0,0,0,0.8);
   z-index:9999;
   display:none;
}
.fm_flash_popup_inner .fm_display_table {
   width: 100%;
   height: 100%;
   display: table;
   text-align: center;
}
.fm_flash_popup_inner .fm_display_table_cell {
   display: table-cell;
   vertical-align: middle;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner {
   width: 100%;
   max-width: 445px;
   background: #fff;
   margin: 0 auto;
   position: relative;
   text-align:center;
    background-image: url(../../assets/img/flash_box_bg.jpg);
   background-size: cover;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text {
   font-size: 54px;
   line-height: 60px;
   display: inline-block;
   font-weight: 700;
   text-transform:uppercase;
   width:100%;
   color:#333;
   font-family: 'MuseoSans-700';
}
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text img {
   height: 56px;
   display: inline-block;
   position:relative;
   top:-4px;
}
.fm_flash_popup_inner .fm_flash_body {
   width: 100%;
   display: inline-block;
   padding-top: 30px;
}
.fm_flash_discount_main_inner span.fm_flash_save_text {
   width: 100%;
   display: inline-block;
   font-size: 144px;
   line-height: 132px;
   font-weight: 700;
   color: #267ddd;
    font-family: 'MuseoSans-700';
   text-transform: uppercase;
}
.fm_flash_discount_main_inner.spring_popup span.fm_flash_save_text {
   font-size: 144px;
   line-height: 132px;
}
.fm_flash_discount_main_inner.spring_popup span.fm_flash_discount_text {
   font-size: 205px;
   line-height: 152px;
}
.fm_flash_discount_main_inner span.fm_flash_discount_text {
   width: 100%;
   color: #267ddd;
   font-size: 200px;
   display: inline-block;
   font-weight: 700;
   font-family: 'MuseoSans-700';
   line-height:148px
}
.fm_flash_discount_main_inner span.fm_flash_discount_text sup {
   font-size: 118px;
   line-height: 110px;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text span {
   display: inline-block;
}
.fm_flash_discount_main_inner span.fm_next_purchase_text {
   font-size: 24px;
   color: #333;
   width: 100%;
   display: inline-block;
   text-transform: uppercase;
   font-family: 'MuseoSans-700';
   margin: 5px 0px;
   line-height: 24px;
}
.fm_flash_discount_main_inner span.fm_next_purchase_help_text {
   font-size: 12px;
   color: #333;
   width: 100%;
   display: inline-block;
   font-family: 'OpenSans-Regular';
}
.fm_flash_discount_main_inner .fm_flash_popup_footer {
   width: 100%;
   display: inline-block;
   color: #fff;
   background: #267ddd;
   padding: 22px 0px;
   font-size: 16px;
   font-family: 'MuseoSans-500';
   margin-top:30px;
}
.fm_flash_discount_main_inner span.close_flash_popup_header {
   position: absolute;
   top: 20px;
   right: 20px;
   cursor:pointer
}
span.ms_spring_logo_container {
   position: relative;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text .ms_spring_logo_container .ms_spring_logo img{
   width: 100%;
   height: auto;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text span.ms_spring_logo {
   position: absolute;
   top: -21px;
   left: -3px;
   line-height: 24px;
   width: 23px;
   height: 23px;
}
.fm_flash_popup_inner .spring_popup .fm_flash_body {
   padding-top: 50px;
}
.woocommerce-checkout .woocommerce-message {
    width: 100%;
    max-width: 84.5%;
    margin: 0 auto 2rem !important;
}
.woocommerce-checkout .fm_checkout_coupan_form .woocommerce-message {
    max-width: 100%;
}
.woocommerce form.woocommerce-cart-form table.shop_table thead tr th {
    padding: 9px 0;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
    padding-left: 7.8%;
    padding-right: 7.8%;
    margin-bottom: 20px;
}
@media (max-width: 1600px){
   .fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text{
       font-size: 40px;
       line-height: 42px;
   }
   .fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text img{
       height:42px;
   }
   .fm_flash_discount_main_inner span.fm_flash_save_text{
       font-size: 100px;
       line-height: 100px;		
   }
   .fm_flash_discount_main_inner span.fm_flash_discount_text{
       font-size: 148px;
       line-height: 104px;
   }
   .fm_flash_discount_main_inner span.fm_flash_discount_text sup {
       font-size: 75px;
       line-height: 94px;
       top: -56px;
   }
   .fm_flash_discount_main_inner span.fm_next_purchase_text{
       font-size: 18px;
       margin: 0px 0px 7px;
       line-height: 18px;
   }
   .fm_flash_popup_inner .fm_flash_discount_main_inner{
       max-width:380px;
   }
   .fm_flash_popup_inner .fm_flash_body{
       padding-top:25px;
   }
   .fm_flash_discount_main_inner .fm_flash_popup_footer{
       margin-top: 25px;
       padding:15px 0px;
   }
   .fm_flash_discount_main_inner span.fm_next_purchase_help_text{
       max-width: 268px;
   }
   .fm_flash_popup_inner .spring_popup .fm_flash_body {
       padding-top: 40px;
   }
   .fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text span.ms_spring_logo {
       position: absolute;
       top: -18px;
       left: -2px;
       line-height: 18px;
       width: 18px;
       height: 18px;
   }
   .fm_flash_discount_main_inner.spring_popup span.fm_flash_save_text {
       font-size: 105px;
       line-height: 106px;
   }
   .fm_flash_discount_main_inner.spring_popup span.fm_flash_discount_text {
       font-size: 158px;
       line-height: 116px;
   }	
}
@media (max-width: 767px){
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text {
   font-size: 34px;
   line-height: 40px;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text img {
   height: 30px;
}
.fm_flash_discount_main_inner span.fm_flash_save_text {
   font-size: 86px;
   line-height: 72px;
}
.fm_flash_discount_main_inner span.fm_flash_discount_text sup {
   font-size: 61px;
   top: -47px;
}

.fm_flash_discount_main_inner span.fm_flash_discount_text {
   font-size: 140px;
   line-height: 103px;
   height:115px
}
.fm_flash_discount_main_inner span.fm_next_purchase_text{
   font-size: 16px;
   margin: 0px 0px 7px;
   line-height: 16px;
}
.fm_flash_discount_main_inner span.fm_next_purchase_help_text {
   max-width: 240px;
}
.fm_flash_popup_inner .fm_flash_body{
   padding-top:20px;
}
.fm_flash_discount_main_inner .fm_flash_popup_footer{
   margin-top:20px;
   padding:15px 0px;
   font-size:12px;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner{
   max-width:80%;
}
.fm_flash_discount_main_inner span.close_flash_popup_header{
   top: 15px;
   right: 15px;
   cursor:pointer
}
.fm_flash_popup_inner .spring_popup .fm_flash_body {
   padding-top: 40px;
}
.fm_flash_popup_inner .fm_flash_discount_main_inner span.fm_flash_text span.ms_spring_logo {
   top: -15px;
   left: -2px;
   line-height: 15px;
   width: 15px;
   height: 15px;
}
.fm_flash_discount_main_inner.spring_popup span.fm_flash_save_text {
   font-size: 90px;
   line-height: 78px;
}
.fm_flash_discount_main_inner.spring_popup span.fm_flash_discount_text {
   font-size: 140px;
   line-height: 103px;
}	
}
@media (max-width: 374px){
   .fm_flash_discount_main_inner .fm_flash_popup_footer{
       font-size: 11px;
   }
   .fm_flash_discount_main_inner span.fm_next_purchase_help_text{
       font-size:10px;
       line-height:12px;
   }
   .fm_flash_discount_main_inner span.close_flash_popup_header{
       top: 10px;
       right: 10px;	
   }
   .fm_flash_discount_main_inner span.close_flash_popup_header img {
       width: 14px;
   }
}
/***  spring popup css end ***/

@media screen and (max-width:767px){
    .cookie-page-wrap .editor_table table thead th {
        padding: 10px 5px;
        font-size: 14px;
   }
    .cookie-page-wrap .editor_table table td {
        padding: 10px 5px;
        font-size: 14px;
   }
   .navbar-default .navbar-nav > li.menu-item-has-children > a {
       margin-right: 0px !important;
   }
}
@media screen and (max-width:374px){
    .cookie-page-wrap .editor_table table td {
        padding: 10px 5px;
        font-size: 12px;
   }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .new-pop .modal-content {
        width: 100%;
   }
}
/*** dummy ***/
.main{
    width:100%;
    margin:0 auto;
}
.container{
    width:100%;
    max-width:1280px;
}
.top-banner{
    background-image: url("../images/bnr.jpg");
    width:100%;
    background-size:cover;
    background-position:center;
    min-height:550px;
    background-repeat:no-repeat;
}
.hdr-cart {
    width: 57px;
    height: 50px;
    float: left;
    margin-right: 0px;
    padding: 11px;
    text-align: left;
    color: #fff;
    padding-left:0px;
    padding-right: 0;
}
.hdr-cart img{
    width: 38px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 2px;
    float: left;
    margin-right: 3px;
}
.hdr-cart .header-cart-count {
    margin-top: -7px;
    background: #d8981c;
    border-radius: 50%;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    margin-left: -12px;
}
.nav-bg {
    background:rgba(19,37,79,0.9) !important;
}
.navbar-default{
    background:transparent;
    border:0px;
    border-radius:0px;
    margin-bottom:0px;
    padding:15px 35px;
}
.navbar{
    max-width:1920px !important;
}
.navbar-default .navbar-toggle {
   /* background-color: #000;
    */
   /* border-top: 0px;
    */
   /* border-color: #000 !important;
    */
    border: 1px solid #fff !important;
    background: none !important;
    margin-right: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
   /*background-color: #000 !important;
    border:1px #000 !important;
   */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background:transparent;
    color:#fff;
    font-size:18px;
    border-bottom: 3px #fff solid;
}
.navbar-nav > li:hover .sub-menu {
    display: block;
}
.sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 333;
}
.sub-menu li a {
    color: #035da6;
    text-decoration: none;
    font-size: 16px;
    font-family: 'MuseoSans-700';
    padding: 11px 15px 10px 15px;
    float: left;
    background: #f5f5f5;
    border-radius: 5px;
    margin-left: 17px;
}
.menu-item-has-children > a::after {
    content: "";
    background: url(../images/down.png) no-repeat;
    right: -22px;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 26px;
}
.search-cnt-area .page-header{
    background:transparent !important;
}
.search-cnt-area article {
    padding: 0px !important;
    padding-top: 20px !important;
}
.search-cnt-area .entry-summary{
    padding: 0px !important;
    border-bottom: 1px #ddd solid;
}
.search-cnt-area .entry-summary p {
    color: #808080;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.search-cnt-area .page-content form.search-form label input.search-field {
    border: 1px #ddd solid;
    padding: 12px;
    border-radius: 3px;
    font-weight: 500;
    font-family: 'MuseoSans-500' !important;
}
.search-cnt-area .edit-link a{
    color: #000;
    background: #d8981c;
    padding: 5px 8px;
    border-radius: 3px;
    text-decoration:none;
}
.search-cnt-area header .entry-title{
    display: block !important;
    font-size: 34px;
}
.search-cnt-area header .entry-title a:hover{
    text-decoration:none !important;
}
.search-cnt-area .edit-link a:hover{
    color: #000;
}
.search-cnt-area .wpfmPageNavi {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.search-cnt-area .wpfmPageNavi .wp-pagenavi {
    display: inline-block;
}
.search-cnt-area header.entry-header{
    padding-right:0px;
    padding-left:0px;
}
.search-cnt-area .entry-meta{
    margin-left:0px;
}
.search-cnt-area .wpfmPageNavi a.page.smaller {
    border: 2px #ea9629 solid;
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
}
.search-cnt-area .wpfmPageNavi span.current {
    color: #000;
    background: #ea9629;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 32px;
    border: 1px #ea9629 solid;
}
.search-cnt-area .wpfmPageNavi a.page.larger {
    border: 1px #ea9629 solid;
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-decoration: none;
}
.login-sec ul img { float:left;max-width:200px; margin:0 15px 0 0; }

body.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 30px !important;
}

body.woocommerce-checkout .wc_payment_methods img {
    float: none !important;
}
.search-cnt-area .wpfmPageNavi a.previouspostslink{
    color: #000;
    border: 2px #ea9629 solid;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    text-decoration: none;
}
.search-cnt-area .wpfmPageNavi a.nextpostslink {
    color: #000;
    border: 1px #ea9629 solid;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 28px;
    font-size: 20px;
    text-decoration: none;
}
.search-cnt-area .wp-pagenavi a, .search-cnt-area .wp-pagenavi span {
    margin: 0 2px;
    float: left;
}
.search-cnt-area .wpfmPageNavi span.pages {
    color: #000;
    border: 1px #ea9629 solid;
    display: inline-block;
    height: 40px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
}
.search-cnt-area .entry-summary p a{
    color: #d8981c;
   /*background: #d8981c;
   */
    padding: 5px 8px;
    border-radius: 3px;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    font-size: 16px;
    padding: 20px 0px 10px 0px;
    margin-right: 20px;
    font-family: 'MuseoSans-700';
    border-bottom: 3px transparent solid;
    margin-left: 15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color:#fff;
    border-bottom: 3px #fff solid;
}
.navbar-brand{
    margin-left:0px;
    padding:0px;
}
.navbar-brand img{
    margin-top: -10px;
    width: 300px;
    border:0px !important;
}
.navbar-default .wordprc{
    width:auto;
    float:left;
    text-align:center;
    padding: 10px 0px;
}
.navbar-default .wordprc a{
    border: 2px #fff solid;
    color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    font-family: 'MuseoSans-700';
}
.navbar-default .wordprc a{
    margin-right: 0;
}
.navbar-default .wordprc a img{
    margin-right: 6px;
    float: left;
    width: 20px;
    margin-bottom:0px !important;
    border: 0px !important;
}
.navbar-default .wordprc span.top-m {
    padding-top: 1px !important;
    float: left;
    margin-left: 5px;
}
.top-banner h2, .top-banner h1 {
    color:#fff;
    float:left;
    margin-top: 10%;
    line-height: 65px;
    font-size:48px;
    font-family: 'MuseoSans-500';
}
.top-banner h2 .block, .top-banner h1 .block{
    display:block;
    text-align:left;
}
.top-banner h2 strong, .top-banner h1 strong{
    font-family: 'MuseoSans-900';
}
.top-banner h2 a{
    color: #d8981c;
    clear: both;
    border-bottom: 4px #d8981c solid;
    text-decoration:none;
}
.top-banner .upgrade{
    width:100%;
    float:left;
    margin-top:2%;
    margin-bottom:10%;
}
.top-banner .upgrade .free{
    border: 2px #fff solid;
    color: #fff;
    padding: 13px 46px;
    border-radius: 5px;
    text-decoration: none;
    margin-right:15px;
    font-family: 'MuseoSans-700';
    float:left;
    box-shadow: 0px 5px 40px 2px #0b4c9d;
}
.top-banner .upgrade .free img{
    margin-right:10px;
    width:30px;
}
.top-banner .upgrade .topro{
    background:#d8981c;
    color:#000;
    padding: 20px 40px;
    border-radius:5px;
    text-decoration: none;
    box-shadow: 0px 5px 40px 2px #0b4c9d;
    font-family: 'MuseoSans-700';
    font-size:14px;
    float:left;
}
/*** end-banner ***/
/*** start-file-management ***/
.file-management{
    width:100%;
    float:left;
    clear:both;
    position:relative;
    padding-bottom:50px;
}
.file-management .easy-img{
    width:100%;
    float:left;
}
.file-management .easy-img img{
    position:absolute;
    top:-65px !important;
    left: 0px;
    width:100%;
}
.file-management .made-easy{
    padding: 50px 40px !important;
}
.file-management .made-easy h2{
    font-size:48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
}
.file-management .made-easy h2 .block{
    display:block;
}
.yellow-line{
    width:100%;
    float:left;
}
.yellow-line .bdr{
    width:60px;
    height:4px;
    background:#d8981c;
    margin:auto 
}
.file-management .made-easy p .block{
    display:block;
}
.file-management .made-easy .dark{
    font-size: 24px;
    color:#000;
    font-family: 'OpenSans-Regular';
}
.file-management .made-easy .light{
    font-size: 24px;
    color:#808080;
    margin-top:10px;
    font-family: 'OpenSans-Regular';
}
.file-management .made-easy .light .block{
    display:block;
}
.left{
    float:left;
}
.main-title{
    margin-bottom:65px;
}
.file-management .made-easy .light .all-star span.fa.fa-star.checked {
    color: orange;
    font-size: 20px;
    margin-left: -5px;
}
.file-management .made-easy .light .all-star span.light-mrg{
    margin-left:10px !important;
}
/*** end-file-management ***/
/*** start-feature ***/
.feature-sec h2{
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    color:#fff;
}
.feature-sec{
   /*background-image: url(../images/ftr-sec.jpg);
   */
    background: #203564;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 80px 0px;
    float: left;
}
.feature-sec .effor h4{
    color:#fff;
    font-size:24px;
    font-family: 'MuseoSans-700';
    margin-top:5px;
    margin-bottom: 8px;
}
.feature-sec .effor{
    border-bottom:1px #364b7b solid;
    width: 100%;
    float: left;
    padding: 24px 0px;
    min-height: 200px;
    height: 100%;
}
.feature-sec .effor p{
    font-size:16px;
    font-family: 'OpenSans-Regular';
    color:#aab7d4;
    margin-bottom:0px;
}
.feature-sec .icon{
    width:90px;
    float:left;
    margin-right:20px;
}
.feature-sec .icon img{
    width:100%;
}
.feature-sec .afor-txt{
    float:left;
    width:78%;
}
.bdr-btm-0{
    border-bottom:0px !important 
}
/*** end-feature ***/
/*** start-pro-section ***/
.pro-section{
    padding: 80px 0px;
    clear: both;
    float: left;
    width: 100%;
    background: #1c5ea4;
}
.pro-section .main-title h2 {
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    color: #fff;
}
.pro-section p{
    float: left;
    width: 100%;
    text-align: center;
    color:#fff;
    margin-bottom: 60px;
    font-size:22px;
    font-family: 'OpenSans-Regular';
}
.pro-section .pro-right-txt{
    text-align: right;
    margin-right: -20px;
    padding-left: 16%;
    position: relative;
    z-index: 999;
}
.pro-section ul{
    padding-left:0px;
}
.pro-section ul li{
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    position:relative;
    font-family: 'OpenSans-Regular';
}
.pro-section .pro-right-txt ul li{
    padding-right: 20px;
}
.pro-section .pro-right-txt ul li:after{
    background: url(../images/bullet.png) no-repeat;
    right: -25px;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
}
.pro-section .pro-left-txt ul li:before{
    background: url(../images/bullet.png) no-repeat;
    left: -25px;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
}
.pro-section .pro-left-txt{
    text-align:left;
    margin-left:-20px;
    padding-right: 16%;
}
.pro-section .pro-left-txt ul li{
    padding-left: 20px;
}
.pro-section .pro-left-txt ul li a{
    color: #d8981c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
/*** end-pro-section ***/
/*** start-shortcode-page ***/
.shortcode{
    background-image: url(../images/shortcode.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.short-sec h2{
    font-size: 36px;
    font-family: 'MuseoSans-700';
    margin-bottom: 15px;
    margin-top: 0px;
}
.short-sec{
    padding:70px 0px;
    clear:both;
}
.short-sec .short-file h3{
    font-family: 'MuseoSans-500';
    margin-bottom:10px;
}
.short-sec .short-file p{
    margin-bottom:15px;
    color: #999;
    font-size: 15px;
}
.short-sec .short-file .well{
    color: red;
}
.short-sec .short-file{
    margin-bottom: 40px;
}
.short-parameter{
    clear:both;
    padding-bottom:50px;
}
.short-parameter h2{
    font-size: 36px;
    font-family: 'MuseoSans-700';
    margin-bottom: 15px;
}
.short-parameter ul{
    padding-left:0px;
    margin-top: 50px;
}
.short-parameter ul li{
    list-style:none;
    float:left;
    width:100%;
    border-bottom: 1px #eee solid;
    padding: 15px 0px;
}
.short-parameter ul li:last-child{
    border-bottom:0px;
}
.short-parameter ul li span{
    background: #18336a;
    color: #fff;
    width: 40px;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: -5px;
}
.short-parameter ul li strong{
    float: left;
    width: 30%;
    color: #555;
    font-size: 16px;
}
.short-parameter ul li p{
    color: #999;
    float: left;
    width: 65%;
    margin-bottom: 15px;
    font-family: 'OpenSans-Regular' !important;
}
.operation-list-sec{
    padding-bottom:70px;
    clear:both;
}
.operation-list-sec h2{
    font-size: 36px;
    font-family: 'MuseoSans-700';
    margin-bottom: 15px;
}
.operation-list-sec .directly ul{
    padding-left:0px;
    margin-top: 50px;
}
.operation-list-sec .directly ul li{
    list-style:none;
    float:left;
    width:100%;
    border-bottom: 1px #eee solid;
    padding: 15px 0px;
}
.operation-list-sec .directly ul li:last-child{
    border-bottom:0px;
}
.operation-list-sec .directly ul li span{
    background: #18336a;
    color: #fff;
    width: 40px;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: -5px;
}
.operation-list-sec .directly ul li strong{
    float: left;
    width: 20%;
    color:red;
    font-size: 16px;
}
.operation-list-sec .directly ul li p{
    color: #999;
    float: left;
    width: 67%;
    margin-bottom: 15px;
}
.operation-list-sec .note-txt p{
    float: left;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
    font-style: italic;
}
.help-center-sec{
    padding:50px 0px;
    background:#1c5ea4;
    color:#fff;
    clear:both;
}
.help-center-sec img{
    width:110px;
    float:left;
}
.help-center-sec .help-ctr{
    float:left;
    padding-left: 30px;
}
.help-center-sec .help-ctr h3{
    font-family: 'MuseoSans-700';
    font-size: 30px;
    margin-bottom: 15px;
}
.help-center-sec .help-ctr p{
    font-size: 16px;
    font-family: 'OpenSans-Regular' !important;
}
.help-center-sec a{
    color: #fff;
    border: 2px #fff solid;
    padding: 17px 36px;
    font-size: 16px;
    margin-top: 30px;
    float: left;
    border-radius: 5px;
    text-decoration:none;
    text-transform: uppercase;
    font-family: 'OpenSans-Regular' !important;
}
.help-center-sec a:visited{
    color:#fff;
    text-decoration:none;
}
.help-center-sec a:hover{
    color:#fff;
    text-decoration:none;
}
/*** end-shortcode-page ***/
/*** start-checkout ***/
.checkout-main{
    padding:80px 0px;
    clear:both;
    float: left;
    background:#ffffff;
    width: 100%;
    border-top: 1px #efefef solid;
}
.checkout-main h2{
    font-size: 48px !important;
    font-family: 'MuseoSans-700';
    line-height: 60px;
}
.checkout-main .check-manager {
    padding: 45px 15px;
    min-height: 200px;
    position:relative;
}
.checkout-main .check-manager .block{
    display:block;
    width:100%;
}
.checkout-main .check-manager img{
    margin:auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.checkout-main .bdr-btm{
    width:100%;
}
.checkout-main .check-manager .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(62, 139, 225, 0.95);
}
.checkout-main .check-manager:hover .overlay {
    opacity:1;
}
.checkout-main .check-manager .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0px 15px;
    font-family: 'OpenSans-Regular';
}
.checkout-main .check-manager .text a.learn{
    background: #fff;
    color: #000 !important;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'MuseoSans-700';
    text-decoration: none;
    text-transform:uppercase;
}
/*** end-checkout ***/
/*** start-features-section ***/
.first-ftr-section{
    padding:70px 0px;
}
.col-md-6.col-sm-6.right-circle {
    margin-top: 30px;
}
.first-ftr-section h2 {
    font-size: 48px;
    font-family: 'MuseoSans-500';
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.first-ftr-section p{
    color: #333333;
    font-size: 20px;
    font-family: 'OpenSans-Regular';
}
.first-ftr-section .provides ul{
    padding-left:0px;
}
.first-ftr-section .provides ul li {
    color: #797979;
    list-style: none;
    margin-bottom: 10px;
    width:100%;
    clear: both;
}
.first-ftr-section .provides ul li p{
    float: left;
    font-size: 14px;
    width: 85%;
    margin-left: 15px;
    margin-bottom:10px;
}
.first-ftr-section .provides ul li .fa{
    float: left;
    background: #106dae;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.feature-rate-section{
    padding:70px 0px;
}
.feature-rate-section h2{
    font-size: 36px;
    font-family: 'MuseoSans-500';
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.feature-rate-section p{
    color: #333333;
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    margin-bottom:60px;
}
.feature-rate-section .right-circle .progress{
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    margin-left: 60px;
    float: left;
}
.feature-rate-section .right-circle .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.feature-rate-section .right-circle .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.feature-rate-section .right-circle .progress .progress-left{
    left: 0;
}
.feature-rate-section .right-circle .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.feature-rate-section .right-circle .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.feature-rate-section .right-circle .progress .progress-right{
    right: 0;
}
.feature-rate-section .right-circle .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.feature-rate-section .right-circle .progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    font-size: 32px;
    line-height: 185px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
.feature-rate-section .right-circle .progress.blue .progress-bar{
    border-color: #106dae;
}
.feature-rate-section .right-circle .progress.blue .progress-value{
    color: #000;
    font-weight:bold;
}
.feature-rate-section .right-circle .progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.feature-rate-section .right-circle .progress.yellow .progress-bar{
    border-color: #106dae;
}
.feature-rate-section .right-circle .progress.yellow .progress-value{
    color: #000;
    font-weight:bold;
}
.feature-rate-section .right-circle .progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.woocommerce-MyAccount-content-inner .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title.title .edit {
   position: absolute;
   right: 0;
   top: 1px;
   background: #1d5ea4;
   color: #fff;
   text-decoration: none;
   padding: 5px 15px;
   border-radius: 5px;
   text-transform:uppercase;
}
.woocommerce-MyAccount-content-inner .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title.title .edit::after {
   content: "\f044";
   font-family: FontAwesome;
   margin-left: 10px;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
   }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    100%{
        -webkit-transform: rotate(165deg);
        transform: rotate(165deg);
   }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
   }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
   }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
   }
}
@media only screen and (max-width: 990px){
    .feature-rate-section .right-circle .progress{
        margin-bottom: 20px;
   }
}
.feature-rate-section .left-progress h5 {
    font-family: 'MuseoSans-500';
    margin-bottom: 5px;
    margin-top:10px;
}
.feature-rate-section .left-progress .progress{
    height: 25px;
    background: transparent;
    overflow: visible;
    line-height: 15px;
    margin: 7px 0 15px 0;
    box-shadow: none !important;
}
.feature-rate-section .left-progress .progress .progress-bar{
    position: relative;
    animation: animate-positive 2s;
    background:#106dae !important;
}
.feature-rate-section .left-progress .progress .progress-value{
    position: absolute;
    top: -38px;
    right: 16px;
    font-size: 13px;
    color: #fff;
    padding: 3px 7px;
    background: #191919;
    border: 1px solid #000;
}
.feature-rate-section .left-progress .progress .progress-value:after{
    content: "";
    border-top: 10px solid #191919;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 25%;
}
@-webkit-keyframes animate-positive{
    0% {
        width: 0%;
   }
}
@keyframes animate-positive{
    0% {
        width: 0%;
   }
}
.file-stg-sec{
    padding:70px 0px;
}
.file-stg-sec h2{
    font-size: 36px;
    font-family: 'MuseoSans-500';
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.file-stg-sec p{
    color: #333333;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
}
.file-stg-sec .left-img h2{
    margin-top:43%;
}
.file-stg-sec .right-img h2{
    margin-top:22%;
}
.file-stg-sec .row{
    margin-bottom:50px;
}
.file-stg-sec .row .red-code{
    color:red;
}
.file-stg-sec .row .red-code strong{
    color: #333333;
}
.file-stg-sec .mdl-img h2{
    margin-top:10%;
}
.file-stg-sec .over-ct{
    position:relative;
}
.file-stg-sec .over-ct .image {
    display: block;
    width: 100%;
    height: auto;
}
.file-stg-sec .over-ct .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
.file-stg-sec .over-ct:hover .overlay {
    opacity: 0.8;
}
.file-stg-sec .over-ct .overlay .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background: #222;
    padding: 5px 25px;
    border-radius: 3px;
    cursor:pointer;
}
/*** end-features-section ***/
/*** start-client-say ***/
.client-say{
    width:100%;
    padding:80px 0px;
    background:#fafafb;
    clear:both;
}
.client-say h2 {
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
}
/* carousel */
.client-say #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px 0px 0px;
}
.client-say .carousel-control{
    width: 50px;
    background: #fff !important;
    height: 50px;
    color: #267ddd !important;
    text-align: center;
    line-height: 48px;
    border: 1px #eee solid;
}
.client-say .review{
    background:#ffffff;
    border-radius:3px;
    border-top:3px #267ddd solid;
    padding:35px;
    float: left;
    width: 100%;
    margin-bottom:80px;
}
.client-say .review .rev-txt{
    min-height:100px;
    margin-bottom:0px;
}
.client-say .review p{
    font-size:18px;
    color:#808080;
    font-family: 'OpenSans-Regular';
}
.client-say .review .jack{
    width:100%;
    float:left;
    margin-top:30px;
}
.client-say .review .jack img{
    float:left;
}
.client-say .review .jack .school{
    float:left;
    min-height:110px;
}
.client-say .review .jack .school h4{
    font-size:20px;
    font-family: 'OpenSans-Bold';
    margin-bottom: 5px;
    margin-top: 0px !important;
}
/* Control buttons */
.client-say #quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 13%;
}
/* Previous button */
.client-say #quote-carousel .carousel-control.left {
    left: -40px;
}
/* Next button */
.client-say #quote-carousel .carousel-control.right {
    right: -40px !important;
}
.client-say #quote-carousel .carousel-control.right .fa{
    color:#267ddd;
}
.client-say #quote-carousel .carousel-control.left .fa{
    color:#267ddd;
}
.client-say .carousel-control{
    opacity: 1;
}
/* Changes the position of the indicators */
.client-say #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
.client-say #quote-carousel .carousel-indicators li {
    background: transparent;
    border: 2px #267ddd solid;
}
.client-say #quote-carousel .carousel-indicators .active {
    background: #267ddd;
}
.client-say #quote-carousel img {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    border-radius: 50%;
}
/* End carousel */
.client-say .item blockquote {
    border-left: none;
    margin: 0;
}
.client-say .item blockquote img {
    margin-bottom: 10px;
}
.client-say .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/** MEDIA QUERIES */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .client-say #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
   }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
   /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    .client-say #quote-carousel .carousel-indicators {
        bottom: -20px !important;
   }
    .client-say #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
   }
    .client-say #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
   }
}
/*** end-client-say ***/
/*** start-support-section ***/
.suport-sec{
    background:#267ddd;
    width:100%;
    height:auto;
    padding:80px 0px;
    float:left;
}
.suport-sec h2{
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    color:#fff;
    margin-top:0px;
}
.suport-sec h3{
    font-size:36px;
    margin-bottom:20px;
    color:#fff;
    font-family: 'MuseoSans-500';
}
.suport-sec h4{
    color:#fff;
    font-size:24px;
    font-family: 'MuseoSans-700';
}
.suport-sec p{
    color:#fff;
    margin-top:30px;
    font-size:16px;
    font-family: 'OpenSans-Light';
}
.suport-sec p .block{
    display:block;
    width:100%;
}
.suport-sec .request-feature{
    margin-top:30px;
}
.suport-sec .request-feature .inner-fcr{
    padding:25px 30px;
    background: #1b6bc3;
    border-radius:5px;
    margin-top:10px;
}
.suport-sec .request-feature .inner-fcr img{
    width:90px;
}
.suport-sec .request-feature .inner-fcr h4{
    color:#fff;
    font-size:24px;
    margin-top: 24px;
    font-family: 'MuseoSans-700';
}
.suport-sec .request-feature a{
    text-decoration:none;
}
.suport-sec .request-feature a:hover{
    text-decoration:none;
}
/*** end-support-section ***/
/*contact page*/
.new-contact{
    padding-bottom:70px;
    background:#eee;
    position:relative;
}
.new-contact h2{
    font-size: 48px;
    color: #000;
    font-family: 'MuseoSans-500';
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}
.new-contact p.fel-fre {
    font-family: 'MuseoSans-500';
    margin-top: 0px;
    text-align: center;
    color: #797979;
    font-size:18px;
}
.new-contact .new-forms {
    background: #fff;
    padding: 50px;
    margin-top: -40px;
    border-radius: 5px;
    padding:50px;
    box-shadow: 0px 3px 16px 0px #999;
}
.new-contact .new-forms .login-frm .inner-logins input {
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'MuseoSans-500';
    color: #333333;
}
.new-contact .new-forms .login-frm .inner-logins textarea {
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'MuseoSans-500';
    color: #333333;
}
.new-contact .new-forms .login-frm .inner-logins p label{
    width:100%;
    text-align: left;
}
.new-contact .new-forms .login-frm .inner-logins .wpcf7-submit {
    width: 100px !important;
    background: #106dae !important;
    padding: 15px 30px;
    color: #fff !important;
    float: left;
    margin-top: 0px;
}
.new-contact .new-forms .login-frm .inner-logins .wpcf7-submit:hover{
    background: #106dae !important;
}
.new-contact .new-forms .contact-no h3{
    font-family: 'MuseoSans-500';
    font-weight: bold;
    font-size: 40px;
    color: #106dae;
    text-align:left;
}
.new-contact .new-forms .contact-no p{
    font-size: 18px;
    color: #808080;
    font-family: 'OpenSans-Regular';
    text-align:left;
}
span.file_ticket_success {
   color: #1c901c;
   font-weight: bold;
   font-size: 18px;
   text-align: left;
   margin-bottom: 30px;
}
span.file_unable_submit {
   color: #bb5149;
   font-weight: bold;
   font-size: 18px;
   text-align: left;
   margin-bottom: 30px;
}
/*** Start-get-started-section ***/
.get-started{
    width:100%;
    float:left;
    background:#ffffff;
    padding-bottom:0px;
    padding-top:80px;
}
.get-started h2 {
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    margin-top:0px;
}
.get-started h5{
    font-size: 22px;
    color: #333333;
    margin-top: 20px;
    float: left;
    text-align: center;
    width: 100%;
    font-family: 'OpenSans-Regular';
}
.client-say h5{
    font-size: 22px;
    color: #333333;
    margin-top: 0px;
    float: left;
    text-align: center;
    width: 100%;
    font-family: 'OpenSans-Regular';
}
.get-started .fst-for{
    color:#267ddd;
    border:2px #267ddd solid;
    text-decoration:none;
    padding:20px 40px;
    border-radius:5px;
    font-size:14px;
    margin-right:20px;
    font-family: 'MuseoSans-700';
}
.get-started .fst-for img{
    margin-right:10px;
    width:30px;
}
.get-started .ger-pro{
    width:100%;
    float:left;
    text-align:center;
    margin-top:45px;
    margin-bottom:20px;
}
.get-started .scd-pro{
    background:#267ddd;
    color:#fff;
    text-decoration:none;
    padding:20px 40px;
    border-radius:5px;
    font-size:14px;
    font-family: 'MuseoSans-700';
    border:2px #267ddd solid;
    box-shadow: 0px 4px 37px -6px #0B4C9E;
}
.pro-img img{
    margin: auto;
    width: 85%;
    height: auto;
    margin-top: 15px;
    clear: both;
    display: inline-block;
}
/*** End-get-started-section ***/
/*** start-footer ***/
.footer{
    width:100%;
    float:left;
    padding:60px 0px 40px 0px;
    background:#1e3467;
}
.footer .first-column img{
    width:280px;
    margin-left: -20px;
    border: 0px !important;
}
.footer .first-column p{
    color: #aab7d4;
    font-size: 14px;
    margin-top: 10px;
    float: left;
    line-height: 24px;
    font-family: 'OpenSans-Regular';
}
.footer .first-column p .block{
    display:block;
    width:100%;
}
.footer h4{
    font-size:18px;
    font-family: 'MuseoSans-700';
    margin-bottom:25px;
    color:#fff;
}
.footer .second-column ul{
    padding-left:0px;
}
.footer .second-column ul li{
    list-style:none;
    display:block;
    line-height:28px;
}
.footer .second-column ul li a{
    font-size:14px;
    color:#aab7d4;
    text-decoration:none;
    font-family: 'OpenSans-Regular';
}
.footer .pdg-lft{
    padding-left:25%;
}
.footer .second-column ul li a .fa{
    margin-right:10px;
}
.footer .forth-column input {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 0px;
    float: left;
    font-family: 'OpenSans-Regular';
}
.footer .forth-column .form-group{
    position:relative;
}
.footer .forth-column button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active{
    background:transparent !important;
    border-top:0px !important;
}
.footer .forth-column input[type="submit"] {
    width: 43px !important;
    padding: 7px !important;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 9px;
    background-image: url("../images/Homepage_Icon_subscribe.svg") !important;
    background-repeat: no-repeat !important;
    text-indent: -9999px;
    background-size: 45px !important;
    background-position: center center !important;
}
.footer .forth-column .mc4wp-form .mc4wp-alert.mc4wp-notice {
    color: #f54242;
}
.footer .forth-column .mc4wp-form .mc4wp-alert.mc4wp-success {
    color: #f8a900 !important;
}
/*** end-footer ***/
/*** start-copyright ***/
.copyright{
    background:#1e3467;
    clear: both;
}
.copyright .terms{
    width:100%;
    float:left;
    border-top: 1px #1e3467 solid;
    padding: 40px 0px;
}
.copyright .left-side p{
    color:#aab7d4;
    font-size:14px;
    margin-top: 15px;
    font-family: 'OpenSans-Regular';
}
.copyright .left-side p a{
    color:#aab7d4;
}
.copyright .right-side ul{
    padding-left:0px;
    margin-bottom:0px;
    float: right;
    margin-top:0px;
}
.copyright .right-side ul li{
    display:inline;
    list-style:none;
    padding: 0px 5px;
}
.copyright .right-side ul li a{
    color:#aab7d4;
    font-size:14px;
    text-decoration:none;
    font-family: 'OpenSans-Regular';
}
.copyright #return-to-top {
    border: 2px #2576d2 solid;
    width: 50px;
    height: 50px;
    line-height:54px;
    text-decoration:none;
    border-radius:35px;
    display:inline-block;
    text-align:center;
    margin-left:15px;
}
.copyright #return-to-top i {
    color: #fff;
    font-size: 30px;
}
/*** end-copyright ***/
/******************************** Start-Terms-of-Condition-page *********************************/
.terms-banner{
    background-image: url("../images/terms.jpg");
    width:100%;
    background-size:cover;
    background-position:center;
    min-height:400px;
    background-repeat:no-repeat;
}
.terms-banner h2{
    color: #fff;
    float: left;
    margin-top: 12%;
    font-size: 60px;
    width: 100%;
}
.terms-banner h5{
    font-size:24px;
    font-family: 'MuseoSans-500';
    color:#fff;
}
.terms-con{
    width:100%;
    background:#ffffff;
}
.terms-con p{
    font-size:16px;
    color:#808080;
    line-height:26px;
    font-family: 'OpenSans-Regular';
}
.terms-con p a{
    color:#205ea4;
    font-family: 'OpenSans-Regular';
}
.terms-con .account{
    margin-top:80px;
}
.terms-con h4{
    font-size:24px;
    font-family: 'MuseoSans-500';
    margin: 0px;
    color:#494949;
}
.terms-conn .account h4{
    font-size:24px;
    font-family: 'MuseoSans-500';
    margin: 0px;
    color:#494949;
}
.terms-con .eligibility .must{
    margin:50px 0px;
}
.terms-con .eligibility ul{
    padding-left:0px;
    margin-bottom: 50px;
}
.terms-con .eligibility ul li{
    list-style:none;
    line-height:24px;
    color:#808080;
    font-size:16px;
}
.terms-con .eligibility ul li img{
    margin-right:5px;
}
.terms-con .eligibility {
    margin-bottom:50px;
}
.terms-con .pass{
    margin-bottom:40px;
}
.privacy-pol p{
    font-size:16px;
    color:#808080;
    line-height:26px;
    font-family: 'OpenSans-Regular';
}
.privacy-pol p a{
    color:#205ea4;
    font-family: 'OpenSans-Regular';
}
.privacy-pol .personal ul{
    padding-left:0px;
    margin-bottom: 50px;
    margin-top: 36px;
}
.privacy-pol .personal ul li{
    list-style:none;
    line-height:38px;
    color:#808080;
    font-size:16px;
}
.privacy-pol .personal ul li img{
    margin-right:10px;
}
.privacy-pol .define h4{
    font-size:24px;
    font-family: 'MuseoSans-500';
    margin: 0px;
    color:#494949;
}
.privacy-pol .define {
    margin-bottom:60px;
}
.privacy-pol .definep p a{
    color:#205ea4;
    font-family: 'OpenSans-Regular';
}
.privacy-pol .define-2 h4{
    font-size:24px;
    font-family: 'MuseoSans-500';
    margin: 0px;
    color:#494949;
}
.privacy-pol .define-2 p{
    font-size:16px;
    color:#808080;
    line-height:26px;
    font-family: 'OpenSans-Regular';
}
.privacy-pol .explains ul{
    padding-left:0px;
    margin-bottom: 50px;
    margin-top: 36px;
}
.privacy-pol .explains ul li{
    list-style: none;
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    margin-bottom: 25px;
}
.privacy-pol .explains ul li img{
    margin-right:10px;
}
.privacy-pol .explains h4{
    font-size:24px;
    font-family: 'MuseoSans-500';
    margin: 0px;
    color:#494949;
}
.privacy-pol .explains p{
    font-size:16px;
    color:#808080;
    line-height:26px;
    font-family: 'OpenSans-Regular';
}
.cooki .password{
    margin-bottom:60px;
}
.cooki .password p a{
    color:#205ea4;
    font-family: 'OpenSans-Regular';
}
.cooki .password p{
    font-size:16px;
    color:#808080;
    line-height:26px;
    font-family: 'OpenSans-Regular';
}
.cooki .password h4{
    font-size:24px;
    font-family: 'MuseoSans-500';
    margin: 0px;
    color:#494949;
}
.cooki table {
    margin-bottom: 60px;
}
.cooki table .blue{
    background:#205ea4 
}
.cooki table th{
    color:#fff;
    font-family: 'MuseoSans-500';
    padding: 15px 15px 15px 40px;
}
.cooki table td{
    padding: 15px 15px 15px 40px;
    font-size:16px;
    color:#808080;
    line-height:26px;
    font-family: 'OpenSans-Regular';
}
.cooki table .sky{
    background:#e5eff9;
}
.privacy-policy-2{
    background-image: url(../images/conditions.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
/******************************** End-Terms-of-Condition-page *********************************/
/******************************** Start-Add-ons-page *********************************/
.add-ons-bnr{
    background-image: url(../images/ons-add.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.add-ons-bnr h2 {
    color: #fff;
    float: left;
    margin-top: 12%;
    font-size: 60px;
    width: 100%;
}
.add-ons-bnr h5 {
    font-size: 24px;
    font-family: 'MuseoSans-500';
    color: #fff;
}
.premium-sec{
    width:100%;
    padding:80px 0px;
}
.premium-sec h2 {
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 35px;
    text-align:center;
    margin-top:0px;
}
.premium-sec .main-title p{
    text-align:center;
    color: #808080;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
}
.premium-sec .db-mng {
    padding: 50px;
    border: 1px #ccc solid;
    float:left;
    margin-bottom:30px;
    min-height: 315px;
    width:100%;
    transition: 0.7s ease;
}
.premium-sec .db-mng .bd-img{
    float: left;
    margin-right: 10px;
    width:30%;
    margin-right:15px;
}
.premium-sec .bd-txt {
    float: left;
    width: 65%;
}
.premium-sec .bd-txt h4{
    font-size:24px;
    font-family: 'MuseoSans-700';
}
.premium-sec .bd-txt p{
    font-size:18px;
    color:#808080;
    line-height: 26px;
    font-family: 'OpenSans-Regular';
}
.premium-sec .db-mng:hover{
    background:#f3f9ff;
    cursor:pointer;
    transition: 0.7s ease;
    box-shadow: 2px 7px 32px 0px #f3f9ff;
}
.premium-sec .col-md-6 a{
    color:#000;
}
.premium-sec .col-md-6 a:hover{
    color:#000;
}
.section_articles .article_list ul li i{
    left: -35px !important;
}
/******************************** End-Add-ons-page *********************************/
/******************************** Start-support-page *********************************/
.support-bnr {
    background-image: url(../images/spot-ctr.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.support-bnr h2 {
    color: #fff;
    float: left;
    margin-top: 12%;
    font-size: 60px;
    width: 100%;
}
.support-bnr h5 {
    font-size: 24px;
    font-family: 'MuseoSans-500';
    color: #fff;
}
.find-ans{
    width:100%;
    padding:80px 0px;
}
.find-ans .ques{
    border:1px #ccc solid;
    padding:50px;
    border-radius:3px;
    min-height: 725px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.find-ans .ques:hover{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #2576d2;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.find-ans .ques h4{
    font-size:33px;
    color:#333333;
    font-family: 'MuseoSans-700';
}
.find-ans .ques h4{
    color:#333333;
}
.find-ans a:visited{
    color:#808080;
    text-decoration:none !important;
}
.find-ans a:hover{
    text-decoration:none;
}
.find-ans .ques h6{
    font-size:20px;
    color:#808080;
    font-style: italic;
    font-family: 'MuseoSans-700';
    margin-bottom:0px;
    min-height: 60px;
}
.find-ans .ques p{
    font-size: 16px;
    color: #808080;
    font-family: 'OpenSans-Regular';
    margin-bottom: 0px;
    min-height: 150px;
}
.find-ans .ques-con span{
    background: #2576d2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'MuseoSans-500';
    font-size: 16px;
}
/******************************** End-support-page *********************************/
/******************************** start-database-manager-page *********************************/
.database-bnr{
    background-image: url(../images/data.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.database-bnr h2 {
    color: #fff;
    float: left;
    margin-top: 12%;
    font-size: 60px;
    width: 100%;
}
.over-sec{
    width:100%;
}
.over-sec .first-over{
    background:#fff;
    min-height:870px;
    float:left;
    width:100%;
    padding: 8% 8% 8% 18%;
}
.over-sec .first-over h2{
    font-family: 'MuseoSans-700';
    font-size:36px;
}
.over-sec .first-over p{
    font-size:18px;
    color:#808080;
    font-family: 'OpenSans-Regular';
}
.over-sec .first-over ul{
    padding-left:0px;
}
.over-sec .first-over ul li{
    list-style:none;
    line-height: 40px;
    font-size: 18px;
    color: #808080;
    font-family: 'OpenSans-Regular';
}
.over-sec .first-over ul li img{
    margin-right:5px;
}
.over-sec .second-over{
    background:#fafafb;
    min-height:870px;
    float:left;
    width:100%;
    border-left:1px #dddddd solid;
    padding:11% 18% 8% 8%;
}
.padding-0{
    padding-left:0px !important;
    padding-right:0px !important;
}
.over-sec .second-over h2{
    font-family: 'MuseoSans-700';
    font-size:36px;
}
.over-sec .second-over p{
    font-size:18px;
    color:#808080;
    font-family: 'OpenSans-Regular';
}
.over-sec .second-over .price{
    margin-top:60px;
}
.over-sec .second-over .price ul {
    padding-left:0px;
}
.over-sec .second-over .price ul li{
    list-style:none;
    font-size:18px;
    color:#333;
    line-height:34px;
    font-family: 'MuseoSans-700';
}
.over-sec .second-over .price ul li img{
    margin-right:5px;
}
.over-sec .second-over .related h2{
    font-family: 'MuseoSans-700';
    font-size:36px;
    margin-top:30px;
}
.over-sec .second-over .related ul{
    padding-left:0px;
}
.over-sec .second-over .related ul li{
    list-style:none;
    line-height:30px;
}
.over-sec .second-over .related ul li a{
    font-family: 'MuseoSans-700';
    font-size:18px;
    color:#205ea4;
    text-decoration:none;
}
.over-sec .second-over .related ul li img{
    margin-right:5px;
}
.database-manager {
    background-image: url(../images/data.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.addons{
    background-image: url(../images/ons-add.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.support {
    background-image: url(../images/spot-ctr.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.terms-of-condition {
    background-image: url(../images/terms.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.terms-of-condition h5 {
    font-size: 24px;
    font-family: 'MuseoSans-500';
    color: #fff;
}
.support h5 {
    font-size: 24px;
    font-family: 'MuseoSans-500';
    color: #fff;
}
.add-one h5 {
    font-size: 24px;
    font-family: 'MuseoSans-500';
    color: #fff;
}
.add-one h2{
    font-family: 'MuseoSans-700';
    font-size:60px;
}
.terms-of-condition h2{
    font-family: 'MuseoSans-700';
    font-size:60px;
}
/******************************** End-database-manager-page *********************************/
/******************************** Start-my-account-page *********************************/
.login-sec{
    padding:80px 0px;
    width:100%;
    background:#ffffff !important;
}
.login-sec h2{
    font-size:48px;
    color:#000;
    font-family: 'MuseoSans-500';
    text-align:left;
    margin-bottom:40px;
    margin-top: 0px;
    text-align:center;
}
.login-sec input {
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'MuseoSans-500';
    color: #333333;
}
.login-sec textarea {
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'MuseoSans-500';
    color: #333333;
}
.login-sec .zrf-form #zrf_submit {
    background: #106dae !important;
    border-bottom: 0px !important;
    width: auto !important;
}
.login-sec .zrf-form #zrf_submit:hover{
    background: #106dae !important;
}
.woocommerce-cart-form .coupon label
{
display:none;
}
.login-sec label {
    
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: #797979;
}
.login-sec label select{
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'MuseoSans-500';
    color: #333333;
}
.login-sec label textarea{
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'MuseoSans-500';
    color: #333333;
}
.login-sec h4.fel-fre{
    font-family: 'MuseoSans-500';
    margin-top: 0px;
    text-align:center;
    color:#797979;
}
.login-sec form .wpcf7-submit {
    width: auto;
    background: #106dae;
    border-bottom: 0px;
    padding: 15px 30px;
}
.login-sec form .wpcf7-submit:hover{
    background:#106dae !important;
}
.login-sec .vc_custom_1445509827249{
    padding-bottom:0px !important;
    padding-top:0px !important;
}
.login-sec .con-no {
    width: 50%;
    float: left;
    min-height: 60px;
}
.login-sec .con-no h5.fa {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 15px;
    background: #106dae;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}
.login-sec .con-no p.dev {
    color: #a2a2a2;
    font-size: 16px;
}
.login-2 h2 {
    font-size: 30px;
    color: #333;
    font-family: 'MuseoSans-700';
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    text-transform: uppercase;
    font-family: 'MuseoSans-500' !important;
}
.login-2 .wc_user_name_dash {
    font-size: 36px;
    color: #000;
    font-family: 'MuseoSans-700';
    text-align: left;
    margin-bottom: 30px !important;
   /* margin-top: -10px;
    */
   /* float: left;
    */
    display: block;
}
.login-2 .dash_img_nav {
    float: left;
    width: calc(100% - 200px);
    margin-bottom: 0;
    padding-left: 40px;
    padding-top: 23px;
    margin-bottom: 30px;
}
.page-id-63 .woocommerce table.shop_table{
    border:0px;
}
.page-id-63 h2{
    text-transform: capitalize !important;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details {
    width: 45%;
    float: left;
}
.page-id-5402 td.product-name a {
    color: #000 !important;
}
.page-id-5402 td.product-name a:hover{
    color: #125ea5 !important;
}
.page-id-63 p.order-again a.button {
    background: #1d5ea4 !important;
    color: #fff !important;
}
.page-id-63 .woocommerce table.shop_table td{
    border-top:0px;
}
.page-id-63 .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    border-top:0px !important;
}
.page-id-63 tr.woocommerce-table__line-item.order_item {
    background: #eee;
}
.page-id-63 .woocommerce .woocommerce-customer-details address{
    border:0px !important;
}
.login-2 form{
    border:0px !important;
    padding: 0px !important;
}
.login-2 form input{
    width: 100%;
    border: 1px #dddddd solid;
    border-radius: 3px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    float:right !important;
    background: #f3f3f5;
    padding: 8% 12% 8% 3%;
    width: 40% !important;
    min-height: 1400px;
}
.woocommerce-account .woocommerce-MyAccount-content{
    float:left !important;
    width: 100% !important;
}
.woocommerce-on-dashboard h2{
    text-align:left !important;
}
.woocommerce-account .woocommerce-MyAccount-content .avatar-64 {
    width: 200px;
    float: left;
    border: 1px #dddddd solid;
    border-radius: 5px;
    padding: 30px;
    background: #fafafc;
}
.woocommerce-account .woocommerce-MyAccount-content .wc_dash_avtar {
    float: left;
}
.woocommerce-MyAccount-content-inner table tbody tr td a{
    margin-left: 0px;
    color: #267dde;
}
.woocommerce-account.logged-in .login-sec .container{
    max-width:100% !important;
}
.woocommerce-account.logged-in .login-sec{
    padding:0px !important;
}
.woocommerce-account.logged-in .login-sec .container .row{
    padding-left:0px;
    padding-right:0px;
}
.woocommerce-account.logged-in .login-sec .container .row .col-md-12{
    padding:0px;
}
.login-dashboard .woocommerce-MyAccount-content {
   /* padding: 8% !important;
    */
   /* padding-top: 4.5% !important;
    */
   /* padding-bottom: 5% !important;
    */
    max-width: 1300px;
    margin: 0 auto;
    float: none !important;
    width: 100% !important;
    padding: 60px 30px;
}
.login-dashboard .woocommerce-MyAccount-content::after {
    content: "";
    display: table;
    clear: both;
}
.page-id-63 .login-dashboard .woocommerce-MyAccount-content {
    padding-top:0px !important;
    margin-top:-30px !important;
}
.woocommerce table.my_account_orders .button{
    background:#125ea5 !important;
    color:#fff !important 
}
.woocommerce-Message .button{
    background:#125ea5 !important;
    color:#fff !important 
}
.woocommerce-account .u-column1.col-1.woocommerce-Address {
    padding: 0px !important;
    border-left: 0px;
}
.woocommerce-form-login{
    width: 40%;
    margin: 0 auto !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline{
    display: inline-block !important;
    margin-top: 5px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline .woocommerce-form__input{
    width: 5%;
    margin: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span{
float: left;
}
.woocommerce-button.button.view {
    margin-right: 8px;
}
.woocommerce table.my_account_orders .button{
    margin-right:5px;
}
.login-2 .select2-container .select2-selection--single {
    width: 100% !important;
    border: 1px #dddddd solid !important;
    border-radius: 3px !important;
    padding: 12px !important;
    font-size: 16px !important;
    height: auto !important;
    height: 50px !important;
}
.login-2 .select2-container .select2-selection__arrow {
    height: 45px !important;
}
.login-2 form .form-row{
    margin-top:15px !important;
}
.login-2 form .button{
    float: left !important;
    text-transform: uppercase;
    color: #000 !important;
    border: 0px !important;
    border-radius: 5px !important;
    padding: 15px !important;
    background: #d8981c !important;
    font-family: 'MuseoSans-700' !important;
    font-size: 14px !important;
    width: 150px !important;
    text-align: center !important;
    text-decoration:none !important;
}
.login-2 form .woocommerce-form__input-checkbox{
    width: 30px !important;
    margin-top: 8px !important;
    margin-left: 15px;
    display: inline-block;
    float: left;
}
.login-2 form .lost_password{
    color:#1d5ea4 !important;
    font-size:16px !important;
    font-family: 'MuseoSans-500' !important;
    margin-top:15px !important;
    margin-bottom: 50px;
}
.login-2 form .lost_password a{
    color:#1d5ea4 !important;
    color:#1d5ea4 !important;
}
.login-2 h3{
    font-family: 'MuseoSans-700';
    font-size:30px;
    margin-top: 0px; 
}
.subBanner h2, .subBanner h1{
    font-family: 'MuseoSans-700' !important;
    font-size: 60px !important;
    color: #fff !important;
    margin-top: 11% !important;
    margin-bottom: 0px !important;
}

.password-input .show-password-input {
    top: 27% !important;
    bottom: 27% !important;
    margin:auto;
}
.password-input .show-password-input::after{
    vertical-align: middle;
}
.contact .subBanner h2{
    font-family: 'MuseoSans-700' !important;
    font-size: 60px !important;
    color: #fff !important;
    margin-top: 8% !important;
    margin-bottom: 60px !important;
}
.subBanner{
    background-image: url(../images/my-act.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.my-account h2{
    font-size:60px !important;
    text-transform: uppercase;
}
.one-drive h2{
    font-size:60px !important;
}
.g-drive h2{
    font-size:60px !important;
}
.g-drive{
    background-image: url(../images/gl-drive.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
@keyframes positionXHome{
   0%{
       background-position:left 3244px
   }
    100%{
       background-position:left 0
   }
}
@keyframes positionXHome{
   0%{
       background-position:left 3244px
   }
    100%{
       background-position:left 0
   }
}
.positionXHome{
    background-size:100% auto;
    background-image: url(../images/join-community.jpg);
    background-repeat:repeat-y;
    animation:positionXHome 50s linear infinite;
}
.positionXHome{
    width:50%;
    margin:auto;
    clear:both;
    min-height:500px;
}
.cart h2{
    font-size:60px !important;
}
.checkout h2{
    font-size:60px !important;
}
.support h2{
    font-family: 'MuseoSans-700' !important;
    font-size:60px !important;
}
.database-manager h2{
    font-family: 'MuseoSans-700';
    font-size:60px !important;
}
.subBanner h5{
    font-family: 'MuseoSans-500';
    font-size: 24px;
    color:#fff;
    margin-top: 0px;
}
.change-log h2{
    font-size:60px !important;
}
.addons h2{
    font-size:60px !important;
}
.terms-of-condition h2{
    font-size:60px !important;
}
.terms-condition h2{
    font-size:60px !important;
}
.privacy-policy-2 h2{
    font-size:60px !important;
}
.cookies h2{
    font-size:60px !important;
}
.login-dashboard ul{
    color: #1d5ea4;
    font-size: 18px;
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    font-family: 'MuseoSans-700';
    float: left;
    width:100%;
    margin:0px;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
}
.woocommerce-MyAccount-content-inner {
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #EFEFFD;
    padding: 30px;
    border-radius: 7px;
}
.woocommerce-error::before {
    content: '\e016';
    color: #b81c23;
    top: 0 !important;
    left: 6px !important;
}
.woocommerce-error {
    border-top-color: #b81c23;
    padding-left: 20px !important;
}
.tbl-logo {
    width: 33%;
    float: left;
    padding-right: 30px;
}
.inner-data-tbl{
    width: 33%;
    float: left;
}
p.mk_order_number {
    color: #fff;
    font-size: 30px;
}
.print-btn {
    width: 20%;
    float: left;
    text-align: right;
}
.change-str {
    width: 33%;
    float: left;
    margin-bottom:50px;
}
.woocommerce .woocommerce-order-downloads .print-btn a {
    color: #125ea5 !important;
    border: 1px #125ea5 solid !important;
    padding: 7px 15px;
    float: right;
    border-radius: 3px;
    text-decoration: none !important;
}
td.woocommerce-table__product-name.product-name a{
    color:#125ea5 !important 
}
.page-id-63 .woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child{
    border-bottom:0px !important;
}
.login-dashboard ul li a{
    color: #217edb;
    font-size: 18px;
    display: inline-block;
    padding: 30px 0px;
    text-decoration: none;
    float: left;
    font-family: 'MuseoSans-700';
    text-transform: capitalize !important;
    border-bottom: 3px transparent solid;
}
/** .login-dashboard ul li.is-active a {
    border-bottom: 2px #1d5ea4 solid !important;
}
**/
.login-dashboard ul li a:first-child{
    padding-left:0px;
}
.login-dashboard .woocommerce-MyAccount-content p a{
    color: #1d5ea4;
}
.login-dashboard .woocommerce-MyAccount-content p{
    font-size:16px;
}
.login-dashboard .col-1 .title h3{
    font-family: 'MuseoSans-500' !important;
    font-size: 24px !important;
}
.login-dashboard .col-1 a{
    color:#1d5ea4;
}
.login-dashboard .col-2 .title h3{
    font-family: 'MuseoSans-500' !important;
    font-size: 24px !important;
}
.login-dashboard .col-2 a{
    color:#1d5ea4;
}
.login-dashboard .woocommerce-MyAccount-content .button{
   margin-left:20px;
}
.my_account_tickets input{
    height:auto !important;
}
.my_account_tickets textarea{
    min-height: 170px !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #d8981c !important;
    padding: 13px;
    color: #222 !important;
}
.form-row.place-order {
    padding: 0px !important;
    padding-top: 5px !important;
}
.download-product a{
    color:#125ea5 !important;
}
.woocommerce-account .addresses .title h3{
    margin-bottom:0px !important;
    width: 50% !important;
    float: left !important;
}
.woocommerce-account .addresses .title .edit {
    float: left !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left !important;
    width: 100% !important;
}
.page-id-990 .woocommerce-EditAccountForm fieldset{
    margin-bottom:0px !important;
}
.page-id-63 fieldset{
    border:0px !important;
}
/******************************** End-my-account-page *********************************/
/******************************** Start-Cart-page *********************************/
.wc-proceed-to-checkout .button{
    background:#1d5ea4 !important;
}
.cart-section{
    padding:80px 0px;
    width:100%;
}
.cart-section table{
    width:100%;
    border:0px !important 
}
.cart-section table td{
    border:0px !important;
    padding: 10px;
    font-size:18px;
    color:#808080;
    font-family: 'MuseoSans-500';
}
.cart-section table th{
    border-top:1px #dddddd solid;
    border-bottom:1px #dddddd solid;
    padding: 15px 0px;
    text-align:left;
    font-family: 'MuseoSans-700';
    font-size:18px;
    color:#333333;
}
.light-green{
    background:#fbfbfb;
}
.cart-section .coupan-code{
    margin-top:15px;
}
.cart-section .coupan-code input{
    width: 70%;
    border: 1px #dddddd solid;
    border-radius: 3px;
    padding: 15px 30px;
    font-size: 16px;
    float:left;
}
.cart-section .coupan-code a{
    float: left;
    text-transform: uppercase;
    color: #000;
    border: 0px;
    border-radius: 5px;
    padding: 15px;
    background: #d8981c;
    font-family: 'MuseoSans-700';
    font-size: 14px;
    width: 27%;
    text-align: center;
    text-decoration:none;
    margin-left:10px;
}
.cart-section .update-card{
    float: right;
    text-transform: uppercase;
    color: #000;
    border: 0px;
    border-radius: 5px;
    padding: 15px;
    background: #eac682;
    font-family: 'MuseoSans-700';
    font-size: 14px;
    text-align: center;
    text-decoration:none;
    text-align:center;
    width:150px;
    margin-top:15px;
}
.cart-section .card-total{
    border: 1px #ebebeb solid;
    padding: 20px 30px;
    border-radius: 5px;
    float: left;
    width: 100%;
    margin-top:70px;
}
.cart-section .card-total .head{
    border-bottom: 1px #ebebeb solid;
    padding: 15px 0px;
    text-align: center;
    float: left;
    width: 100%;
}
.cart-section .card-total .head p{
    color:#333;
    font-size:16px;
    font-family: 'MuseoSans-700';
    margin-bottom:0px;
}
.cart-section .card-total .sub-total{
    padding:20px 0px;
    border-bottom:1px #ebebeb solid;
    width: 100%;
    float: left;
}
.cart-section .card-total .sub-total .left-total{
    width:50%;
    float:left;
    text-transform:uppercase;
    color:#333;
    font-size:16px;
}
.cart-section .card-total .sub-total .left-total p{
    margin-bottom:0px;
    padding: 7px 0px;
    font-family: 'OpenSans-Light';
}
.cart-section .card-total .sub-total .right-total{
    width:50%;
    float:left;
    text-align:right;
    font-size:16px;
    color:#808080;
}
.cart-section .card-total .sub-total .right-total p{
    margin-bottom:0px;
    padding: 7px 0px;
}
.cart-section .card-total .checkout-adrs{
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    float: left;
}
.cart-section .card-total .checkout-adrs p{
    font-size:14px;
    color:#808080;
    margin-bottom: 0px;
    font-family: 'OpenSans-Light';
}
.cart-section .card-total a{
    background: #065da6;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 0px;
    border-radius: 5px;
    font-size:14px;
    font-family: 'MuseoSans-700';
    margin-bottom: 20px;
    text-decoration:none;
}
.quantity input[type="number"]{
    -moz-appearance: textfield !important;
}
.quantity input[type="number"]::-webkit-outer-spin-button, .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
.quantity {
    position: relative;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
}
.quantity input:focus {
    outline: 0;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    width: 35px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button.quantity-up {
    background-image: url(../images/quanty-top.png);
    position: absolute;
    height: 50%;
    top: 1px;
    background-position:right;
    background-repeat: no-repeat;
    left: -1px;
}
.quantity-button.quantity-down {
    background-image: url(../images/quanty-btn.png);
    position: absolute;
    bottom: 1px;
    height: 50%;
    background-position:right;
    background-repeat: no-repeat;
    left: -2px;
}
.shop_table td.product-thumbnail a img {
    border: 1px #dddddd solid;
    padding: 3px;
}
.shop_table td.product-thumbnail a img {
    width:40px;
}
.woocommerce table.shop_table th{
    border-bottom: 1px #ddd solid;
}
.woocommerce .shop_table .product-remove a.remove {
    line-height: 22px;
    background: #fff !important;
    color: #e3e3e3 !important;
}
.woocommerce table.shop_table{
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}
.cart_totals h2{
    font-size: 20px;
    text-align: left;
    border-bottom: 2px #ddd solid;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.woocommerce .cart_totals table.shop_table th{
   border-bottom:0px !important;
}
.woocommerce .cart_totals{
    width:30% !important;
}
.woocommerce .cart_totals table.shop_table td {
    text-align: right;
}
.cart_totals{
    margin-top:30px;
}
.cart_totals table th {
    padding: 15px 0px !important;
    text-transform:capitalize;
}
.cart_totals table td {
    padding: 15px 0px !important;
    text-transform:capitalize;
    font-family: 'OpenSans-Regular';
}
.cart_totals table td strong{
    font-weight:normal !important;
}
.shop_table .actions button{
    background: #d8981c !important;
    color: #000 !important;
    padding: 13px 20px !important;
    text-transform: uppercase;
    font-family: 'MuseoSans-500' !important;
    font-size: 12px !important;
    margin-top: 2px !important;
}
.shop_table td.actions input#coupon_code {
    padding: 11px;
    text-transform: capitalize;
    color: #000 !important;
    font-family: 'MuseoSans-500' !important;
}
.woocommerce .quantity .qty {
    text-align: left !important;
    width: 70px !important;
    padding-left: 15px;
}
.subBanner.shop{
    background-image: url(../images/shop-bnr.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.cart-2 .wcppec-checkout-buttons a{
    color:#1d5ea4 !important;
}
.cart_totals a.checkout-button.button.alt.wc-forward{
    background: #d8981c !important;
    color: #000;
    text-transform: uppercase;
    float: right;
    padding: 18px 25px;
    font-family: 'MuseoSans-500' !important;
    font-size: 16px;
}
.cart-2 .cart_totals h2{
    font-family: 'MuseoSans-700' !important;
    font-size: 16px !important;
    color: #333 !important;
    margin-top: 0px;
    text-align: center;
}
.cart-2 .cart_totals{
    width:30% !important;
    border: 1px #dddddd solid;
    border-radius: 5px;
    padding: 30px;
}
.cart-2 .cart_totals .wc-proceed-to-checkout{
    padding-bottom:0px;
}
.cart-2 .cart_totals .shop_table {
    border:0px !important;
}
.cart-2 .cart_totals .shop_table .order-total th{
    border:0px !important;
}
.cart-2 .cart_totals .shop_table .order-total td{
    border:0px !important;
}
.cart-2 .cart_totals .shop_table{
    border-top: 1px #dddddd solid !important;
    border-bottom: 1px #dddddd solid !important;
}
.cart-2 table td a{
    color:#205ea4 !important;
}
.cart-2 table td .button{
    background:#d8981c !important;
    color:#3a2907 !important;
}
.cart-2 table td{
    padding: 15px 12px !important;
}
.cart-2 table th{
    padding: 15px 12px !important;
}
.woocommerce .product-remove a.remove{
    background: #808080 !important;
    color: #fff !important;
}
.woocommerce .actions input{
    width:54% !important;
    border-color: #dddddd !important;
    border-radius: 3px;
}
.woocommerce-checkout .woocommerce-error, .woocommerce-info, .woocommerce-message{
    margin:0px !important;
}
/******************************** End-Cart-page *********************************/
.postid-71 .entry-summary h1{
    font-family: 'MuseoSans-700' !important;
    font-size:36px;
}
.postid-71 .entry-summary .button{
    background:#1d5ea4 !important;
}
.postid-71 .entry-summary .posted_in a{
    color:#1d5ea4 !important;
}
.postid-71 .twentythirteen .woocommerce-breadcrumb{
    display:none;
}
.postid-71 div#product-71 {
    margin-top: 60px;
}
.postid-71 .entry-content{
    max-width: 900px !important;
    width: 100% !important;
}
.postid-71 .woocommerce-Tabs-panel h2{
    font-family: 'MuseoSans-700' !important;
    font-size:30px;
}
.single-product .entry-content{
   /** max-width: 655px !important;
    **/
    max-width:100% !important;
    padding: 0px !important;
}
.single-product .summary.entry-summary {
    padding: 0px !important;
}
.single-product .summary.entry-summary .price{
    font-size: 24px;
    font-family: 'MuseoSans-700' !important;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
    font-family: "OpenSans-Regular" !important;
    margin-bottom:20px;
}
.single-product .summary.entry-summary div#wc-stripe-payment-request-wrapper {
    display: none !important;
}
.single-product .summary.entry-summary button.single_add_to_cart_button.button.alt {
    margin-left: 10px;
    text-transform: uppercase;
    padding: 14px;
}
.single-product .summary.entry-summary .product_meta {
    display:none;
}
.single-product .summary.entry-summary .product_meta span.sku {
    margin-left: 10px;
}
.single-product .summary.entry-summary .product_meta span.posted_in {
    margin-left: 10px;
}
.single-product .summary.entry-summary .product_meta span.posted_in a{
    color:#125ea5 !important;
}
.cart-collaterals .cross-sells {
    display: none;
}
td.product-quantity {
    position: relative;
}
.woocommerce td.product-name {
    font-family: 'OpenSans-Regular';
}
.woocommerce td.product-price {
    font-family: 'OpenSans-Regular';
}
th{
    font-family: 'MuseoSans-500';
}
.woocommerce .product-remove a.remove{
    line-height:22px;
}
/******************************** Start-checkout-page *********************************/
.checkout-2 h3{
    font-size: 24px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    width: 50%;
    float: left;
    clear: none;
    padding: 0% 15% 0% 3%;
    background: #fafafb;
    margin: 0px;
    border-bottom:1px #dddddd solid;
    padding-bottom: 10px;
    padding-top:30px;
}
.checkout-2 p input{
    width: 100%;
    border: 1px #dddddd solid;
    border-radius: 3px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}
.checkout-2 .select2-container .select2-selection--single {
    width: 100% !important;
    border: 1px #dddddd solid !important;
    border-radius: 3px !important;
    padding: 12px !important;
    font-size: 16px !important;
    height: auto !important;
    height: 50px !important;
}
.checkout-2 .select2-container .select2-selection__arrow{
    height:45px !important;
}
.checkout-2 p textarea{
    width: 100%;
    border: 1px #dddddd solid;
    border-radius: 3px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    min-height:200px;
}
.checkout-2 .woocommerce-info a{
    color:#1d5ea4 !important;
}
.checkout-2 .woocommerce form .form-row.woocommerce-invalid label{
    color: #141412 !important;
}
.checkout-2 .woocommerce-privacy-policy-text p a{
    color:#1d5ea4 !important;
}
.checkout-2 .place-order .button{
    background: #267ddd !important;
    padding: 15px !important;
}
form.woocommerce-checkout h3#order_review_heading {
    display: none;
}
.woocommerce-billing-fields label{
    width:auto !important;
}
.checkout-section{
    width:100%;
}
.woocommerce-billing-fields .select2-selection{
    min-height: 53px;
    border-color: #dddddd !important;
    padding: 13px;
    padding-left:10px;
}
.woocommerce-billing-fields .select2-selection .select2-selection__arrow{
    top: 14px !important;
}
.woocommerce-checkout-review-order input[type="radio"]{
    width:auto !important;
}
.woocommerce-checkout-review-order ul li.payment_method_paypal label{
    width:91%;
    color: #333333;
    font-weight: bold;
}
.woocommerce-checkout-payment .payment_methods input#payment_method_stripe {
    top: 17px !important;
}
.woocommerce-checkout-review-order ul li.payment_method_stripe label{
    width:96%;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0px;
}
.woocommerce-checkout-review-order ul li.payment_method_paypal label a.about_paypal {
    color: #055da6 !important;
    text-decoration: underline;
    float: none !important;
    margin-left: 15px;
}
.woocommerce-checkout-review-order ul li.payment_method_paypal label a.about_paypal:hover{
    color: #055da6 !important;
}
.woocommerce .product-remove a.remove {
    line-height: 22px;
    background: red !important;
}
#wc-stripe-cc-form div#stripe-card-element {
    min-height: 40px;
    border-radius: 3px;
    padding: 14px 10px;
}
#wc-stripe-cc-form div#stripe-exp-element{
    min-height: 40px;
    border-radius: 3px;
    padding: 14px 10px;
}
#wc-stripe-cc-form div#stripe-cvc-element{
    min-height: 40px;
    border-radius: 3px;
    padding: 14px 10px;
}
.billing-detail{
    background:#ffffff;
    padding:6% 3% 6% 10%;
    min-height:1320px;
}
.billing-detail h2{
    font-size:24px;
    font-family: 'MuseoSans-700';
    border-bottom: 1px #dddddd solid;
    padding-bottom: 25px;
}
.your-order{
    background:#fafafb;
    padding: 6% 10% 6% 3%;
    min-height:1320px;
}
.your-order h2{
    font-size:24px;
    font-family: 'MuseoSans-700';
    border-bottom: 1px #dddddd solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.billing-detail .all-fields{
    width:100%;
    float:left;
    margin-bottom:50px;
    margin-top:50px;
}
.billing-detail .all-fields label{
    font-size:16px;
    font-family: 'MuseoSans-500';
}
.billing-detail .all-fields input{
    border:1px #dddddd solid;
    border-radius:5px;
    padding:15px 20px;
    width:100%;
}
.billing-detail .all-fields textarea{
    border:1px #dddddd solid;
    border-radius:5px;
    padding:15px 20px;
    width:100%;
}
.billing-detail .all-fields select{
    border:1px #dddddd solid;
    border-radius:5px;
    padding:15px 20px;
    width:100%;
}
.billing-detail .cret-acout .form-group input{
    width: 15px;
    float: left;
    margin-right: 10px;
}
.billing-detail .cret-acout .form-group p{
    font-size:16px;
    font-family: 'MuseoSans-500';
    margin-bottom:15px;
    color:#333;
}
.billing-detail .cret-acout p{
    font-size:14px;
    color:#808080;
    margin-bottom:15px;
    font-family: 'OpenSans-Regular';
}
.billing-detail .cret-acout {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.billing-detail .order p{
    color:#333333;
    font-size:16px;
    font-family: 'MuseoSans-500';
}
.checkout-section .your-order .order-head P{
    font-size:16px;
    font-family: 'MuseoSans-700';
    padding: 0px 10px;
}
.checkout-section .your-order .combi{
    border-bottom:1px #e1e1e1 solid;
    margin-bottom:15px;
    padding:10px;
}
.checkout-section .your-order .combi p{
    margin-bottom:0px;
    font-size:16px;
    color:#888888;
    font-family: 'OpenSans-Regular';
}
.checkout-section .your-order .combi p strong{
    color:#333333;
    font-family: 'OpenSans-Regular';
}
.checkout-section .your-order .crt-act{
    margin-top:70px;
}
.checkout-section .your-order .crt-act input{
    width: 25px;
    float: left;
}
.checkout-section .your-order .crt-act p{
    margin-bottom:0px;
    font-size:16px;
    font-family: 'MuseoSans-500';
}
.checkout-section .your-order .crt-act textarea{
    border: 1px #dddddd solid;
    border-radius: 5px;
    padding: 15px 20px;
    width: 100%;
    margin-top:10px;
    margin-bottom:20px;
    background:transparent;
}
.checkout-section .your-order .crt-act .check-pay{
    margin-bottom:15px;
}
.checkout-section .crt-act .check-pay input{
    margin-right:20px;
}
.your-order .crt-act .proced-pay{
    color:#fff;
    text-transform:uppercase;
    padding:15px 20px;
    text-decoration:none;
    background:#135ea5;
    border-radius:5px;
    float: left;
    font-family: 'MuseoSans-700';
    font-size:14px;
    margin-top:20px;
}
div#customer_details {
    width: 50%;
    float: left;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left !important;
    width: 100% !important;
    padding: 0% 5% 8% 15%;
    border-left: 1px #ddd solid 
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 h3{
    float: none;
    width:100%;
    background: none;
    padding-bottom: 0%;
    padding-bottom: 10px;
}
.woocommerce .col2-set .col-1 .woocommerce-billing-fields__field-wrapper{
    margin-top:0px;
}
.woocommerce-checkout div#order_review {
    width: 50%;
    float: left;
    padding: 0% 15% 8% 3%;
    background:#fafafb;
    min-height: 1170px;
    border-left: 1px #ddd solid;
}
.woocommerce-checkout .woocommerce table.shop_table{
    margin-top:50px !important;
    border: 0px;
}
.woocommerce-checkout .container{
    width:100% !important;
}
.woocommerce-checkout .login-sec .container {
    max-width: 100% !important;
    padding: 0px !important;
}
.woocommerce-Address address{
    font-style:normal !important;
    font-family: 'OpenSans-Regular' !important;
    line-height: 24px;
    font-size: 14px;
    color: #125ea5;
    margin-bottom: 10px;
}
.woocommerce-checkout .container .row {
    margin-right: 0px;
    margin-left: 0px;
}
.woocommerce-checkout .container .row .col-md-12{
    padding:0px;
}
.woocommerce-checkout .login-sec{
    padding-bottom: 0px;
}
.woocommerce form .form-row label{
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce-checkout .woocommerce table.shop_table td {
    padding: 15px 12px 6px 12px;
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td{
    border-bottom: 1px #ddd solid;
}
.woocommerce-checkout .woocommerce table.shop_table th {
    font-weight: 700;
    padding: 15px 12px 6px 12px;
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce-checkout .woocommerce table th.product-total {
    text-align: right;
}
.woocommerce-checkout .woocommerce table td.product-total {
    text-align: right;
}
.woocommerce-checkout .woocommerce table td span.woocommerce-Price-amount.amount {
    float: right;
}
.woocommerce-checkout div#payment {
    background: transparent !important;
}
.woocommerce-checkout div#order_review .place-order .button{
    float:left !important;
}
.checkout_coupon .button{
    background: #d8981c !important;
    color: #000 !important;
    padding: 15px !important;
}
/******************************** End-checkout-page *********************************/
/******************************** Start-Account-Detail-page *********************************/
.account-detail{
    background-image: url(../images/act-dtel.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.account-detail-section{
    width:100%;
}
.account-detail-section .detail-left{
    background: #ffffff;
    padding: 6% 3% 6% 10%;
    min-height: 1220px;
}
.account-detail-section .detail-right{
    background: #fafafb;
    padding: 6% 10% 6% 3%;
    min-height: 1220px;
}
.account-detail-section .detail-left .aly{
    width:100%;
    margin-bottom:80px;
    float:left;
}
.account-detail-section .detail-left .aly img{
    float:left;
}
.account-detail-section .detail-left .aly h4{
    display: inline-block;
    margin-left: 30px;
    font-size: 36px;
    margin-top: 20px;
    font-family: 'MuseoSans-700';
}
.account-detail-section .detail-left .feld-box{
    padding:50px;
    border:1px #dddddd solid;
    border-radius:5px;
    width: 100%;
    float: left;
    margin-bottom:40px;
}
.account-detail-section .detail-left .feld-box .form-group input{
    width:100%;
    border: 1px #dddddd solid;
    padding: 15px;
    border-radius: 5px;
}
.account-detail-section .detail-left .feld-box h3{
    font-family: 'MuseoSans-500';
    font-size:36px;
    margin-top: 0px;
}
.account-detail-section .detail-right h2{
    font-family: 'MuseoSans-700';
    font-size:36px;
    margin-top:0px;
}
.account-detail-section .detail-right ul{
    padding-left:0px;
}
.account-detail-section .detail-right ul li{
    list-style:none;
    color:#205ea4;
    font-size:18px;
    font-family: 'MuseoSans-700';
    line-height:30px;
}
.account-detail-section .detail-right ul li img{
    margin-right:5px;
}
.account-detail-section .detail-left .biling{
    border: 1px #dddddd solid;
    text-decoration: none;
    background: transparent;
    border-radius: 3px;
    padding: 18px 34px;
    color: #000;
    font-family: 'MuseoSans-700';
    margin-right: 15px;
}
.account-detail-section .detail-left .changes{
    background: #d8981c;
    color: #000;
    padding: 18px 34px;
    border-radius: 5px;
    font-family: 'MuseoSans-700';
    text-decoration:none;
    margin-top:0px;
}
/******************************** End-Account-Detail-page *********************************/
/******************************** Start-my-ticket-page *********************************/
.my-ticket{
    background-image: url(../images/ticket.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.ticket-sec .left-tic{
    background: #ffffff;
    padding: 6% 3% 6% 10%;
    min-height: 1410px;
}
.ticket-sec .left-tic .no-found{
    padding:20px 0px;
    width:100%;
    margin-bottom:50px;
}
.ticket-sec .left-tic .no-found h3{
    color:#333;
    font-size:30px;
    font-family: 'MuseoSans-500';
}
.ticket-sec .left-tic .no-found p{
    font-size:16px;
    font-family: 'OpenSans-Regular';
    color:#808080;
}
.ticket-sec .right-tic{
    background: #fafafb;
    padding: 6% 10% 6% 3%;
    min-height: 1410px;
}
.ticket-sec{
    width: 100%;
}
.ticket-sec .left-tic .aly {
    width: 100%;
    margin-bottom: 80px;
    float: left;
}
.ticket-sec .left-tic .aly img {
    float: left;
}
.ticket-sec .left-tic .aly h4 {
    display: inline-block;
    margin-left: 30px;
    font-size: 36px;
    margin-top: 20px;
    font-family: 'MuseoSans-700';
}
.ticket-sec .left-tic .feld-box {
    padding: 50px;
    border: 1px #dddddd solid;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.ticket-sec .left-tic .feld-box h3 {
    font-family: 'MuseoSans-500';
    font-size: 30px;
    margin-top: 0px;
}
.ticket-sec .left-tic .feld-box .form-group label{
    font-size:16px;
    font-family: 'MuseoSans-500';
    color:#000;
}
.ticket-sec .left-tic .feld-box .form-group input{
    width: 100%;
    border: 1px #dddddd solid;
    padding: 15px;
    border-radius: 5px;
}
.ticket-sec .left-tic .feld-box .form-group textarea{
    width: 100%;
    border: 1px #dddddd solid;
    padding: 15px;
    border-radius: 5px;
}
.ticket-sec .left-tic .feld-box .form-group{
    margin-bottom:20px;
}
.ticket-sec .left-tic .feld-box .form-group p{
    font-family: 'OpenSans-Light';
    font-size:16px;
    color:#808080;
}
.ticket-sec .left-tic .feld-box .form-group h5{
    font-size:16px;
    font-family: 'MuseoSans-500';
    margin-bottom: 10px;
}
.ticket-sec .left-tic .feld-box .form-group a{
    background: #fafafb;
    color: #808080;
    text-decoration: none;
    border: 1px #dddddd solid;
    padding: 5px 15px;
    border-radius: 7px;
    float: left;
}
.ticket-sec .left-tic .feld-box .form-group a span{
    margin-right: 5px;
    color: #000;
}
.ticket-sec .left-tic .feld-box .form-group .choose{
    float: left;
    font-style: italic;
    font-size: 11px;
    color:#999999;
    margin-left: 10px;
    margin-top: 8px;
}
.ticket-sec .left-tic .feld-box .form-group .file{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ticket-sec .left-tic .feld-box .form-group .tic-sav{
    background: #d8981c;
    color: #000;
    padding: 18px 34px;
    border-radius: 5px;
    font-family: 'MuseoSans-700';
    text-decoration: none;
    margin-top: 20px;
}
.ticket-sec .right-tic h2{
    font-family: 'MuseoSans-700';
    font-size: 36px;
    margin-top: 0px;
}
.ticket-sec .right-tic ul{
    padding-left: 0px;
}
.ticket-sec .right-tic ul li{
    list-style: none;
    color: #205ea4;
    font-size: 18px;
    font-family: 'MuseoSans-700';
    line-height: 30px;
}
/******************************** End-my-ticket-page *********************************/
.documentation{
    background-image: url(../images/documen.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.documentation h2{
    font-size:60px !important;
}
.get-help{
    background-image: url(../images/checkout.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
/******************************** Start-Pricing-page *********************************/
.pricing{
    background-image: url(../images/pricing.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.pricing h2{
    font-size:60px !important;
}
.pricing-page{
    width:100%;
    padding:80px 0px;
    clear: both;
}
.pricing-page .main-title{
    margin-bottom:70px;
    width: 100%;
    float: left;
}
.pricing-page .main-title h2{
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    text-align: center;
    margin-bottom:10px;
    margin-top:0px;
}
.pricing-page .main-title p{
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-family: 'OpenSans-Regular';
}
.pricing-page .first-price{
    border:1px #f0f0f0 solid;
    border-radius:10px;
    width:29.6%;
    float:left;
    margin-bottom:20px;
}
.pricing-page .first-price .fst-year{
    width:100%;
    background:#1c5ea4;
    padding:30px 40px;
    border-radius: 10px 10px 0px 0px;
    color:#fff;
    text-align:center;
}
.pricing-page .first-price .third-year{
    width:100%;
    background:#1c5ea4;
    padding:30px 40px;
    border-radius: 10px 10px 0px 0px;
    color:#fff;
    text-align:center;
}
.pricing-page .first-price .third-year .fst-usr p{
    font-size:24px;
    font-family: 'MuseoSans-500';
    position: relative;
}
.pricing-page .first-price .fst-year p{
    font-size:24px;
    font-family: 'MuseoSans-500';
    position: relative;
}
.pricing-page .first-price .third-year .fst-usr p sup{
    top: -60px;
    font-size: 24px;
}
.pricing-page .first-price .fst-year p sup{
    top: -60px;
    font-size: 24px;
}
.pricing-page .first-price .third-year .fst-usr{
    margin:auto;
}
.pricing-page .first-price .fst-year .fst-usr{
    margin:auto;
}
.pricing-page .first-price .third-year .fst-usr h4{
    font-size: 48px;
    color: #0e6bb7;
    font-family: 'MuseoSans-900';
    margin:0px;
    margin-top: -86px;
}
.pricing-page .first-price .fst-year .fst-usr h4{
    font-size: 48px;
    color: #0e6bb7;
    font-family: 'MuseoSans-900';
    margin:0px;
    margin-top: -86px;
}
.pricing-page .first-price .third-year .fst-usr p span{
    font-size: 90px;
    font-family: 'MuseoSans-700';
}
.pricing-page .first-price .fst-year p span{
    font-size: 90px;
    font-family: 'MuseoSans-700';
}
.pricing-page .first-price .secong-year{
    width:100%;
    background:#1c5ea4;
    padding:70px 40px;
    border-radius: 10px 10px 0px 0px;
    color:#fff;
    text-align:center;
}
.pricing-page .first-price .secong-year .fst-usr{
    margin:auto;
}
.pricing-page .first-price .secong-year .fst-usr p{
    font-size:24px;
    font-family: 'MuseoSans-500';
    position: relative;
}
.pricing-page .first-price .secong-year .fst-usr p sup{
    top: 5px;
    font-size: 24px;
    float: left;
    line-height: 30px;
    text-align: right;
}
.pricing-page .first-price .secong-year .fst-usr p span{
    font-size: 90px;
    font-family: 'MuseoSans-700';
}
.pricing-page .first-price .secong-year .fst-usr h4{
    font-size: 48px;
    color: #0e6bb7;
    font-family: 'MuseoSans-900';
    margin:0px;
    margin-top: -86px;
}
.pricing-page .first-price .multi-file{
    padding:25px 20px;
    width:100%;
    float:left;
    min-height:796px;
}
.pricing-page .first-price{
    margin:10px !important;
}
.pricing-page .first-price .multi-file ul{
    padding-left:0px;
    margin-bottom:0px;
}
.pricing-page .first-price .multi-2{
    min-height:773px;
}
.pricing-page .first-price .multi-file ul li{
    list-style:none;
    margin-bottom:15px;
    font-family: 'OpenSans-Bold';
    font-size:14px;
    color:#333333;
    width: 100%;
    float: left;
}
.pricing-page .first-price .multi-file ul li .fa{
    color:#1c5ea4;
    margin-right:10px;
}
.pricing-page .first-price .multi-file ul li span{
    font-size: 14px;
    font-family: 'OpenSans-Light';
    margin-bottom: 10px !important;
    float: left;
    margin-left: 28px;
}
.pricing-page .first-price .now{
    width:100%;
    text-align:center;
    float:left;
    margin-bottom: 60px;
}
.pricing-page .first-price .now a{
    background: #d8981c;
    color: #000;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'MuseoSans-700';
    font-size: 14px;
    text-transform: uppercase;
}
.pricing-page .scd-dvlp {
    margin-top:-45px !important;
    width:36%;
}
/******************************** End-Pricing-page *********************************/
/******** Start-new-pricing ******/

.new-pro-wrap{
    display: flex;
    flex-wrap: wrap;
} 
.new-pro-price {
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    float: left;
    border: 1px #efefef solid;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.new-pro-price.new-pro-price-block2.active, 
.new-pro-price.price-col2.active,
.first-price.price-col2.active
{
    border: 2px solid #d8981c;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.new-pro-price .top-back {
    background: #1c5ea4;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position:relative;
}
.new-pro-price .top-back img{
    position:absolute;
    top:-70px;
    left:-70px;
}
.new-pro-price .top-back .pro {
    font-size: 30px;
    color: #d8981c;
    font-family: 'MuseoSans-700';
}
.new-pro-price .top-back .dolor {
    font-size: 82px;
    font-weight: bold;
    margin-top: -22px;
    font-family: 'MuseoSans-500';
}
.new-pro-price .top-back .dolor label {
    font-size: 24px;
    font-weight: normal;
    margin-left: -15px;
}
.new-pro-price .top-back .site {
    font-size: 24px;
    font-weight: normal;
    margin-top: -15px;
    background:#1c5ea4;
    color:#fff;
    border:0;
}
.new-pro-price .file-opretion {
    padding: 25px;
    min-height: 650px;
    flex-grow: 1; 
}
.new-pro-price .file-opretion ul li {
    list-style: none;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.new-pro-price .file-opretion ul{
    float: left;
    padding-left: 0px;
}
.new-pro-price .file-opretion ul li .fa {
    float: left;
    margin-right: 13px;
    color: #1c5ea4;
    font-size: 18px;
}
.new-pro-price .file-opretion .text {
    color: #333;
    font-weight: bold;
    float: left;
    width: 87%;
    font-family: 'OpenSans-Bold';
}
/** .woocommerce-ResetPassword.lost_reset_password {
    padding: 7% 25% !important;
}
**/
.new-pro-price .file-opretion .text label {
    font-weight: 500;
    color: #666;
    font-family: 'OpenSans-Regular';
}
.new-pro-price .buy {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 50px !important;
}
.new-pro-price .buy a {
    background: #d8981c;
    color: #000 !important;
    padding: 15px 50px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'MuseoSans-700';
    text-decoration:none;
}
.try-adds .container{
    border-top: 1px #efefef solid;
    padding: 60px 0px;
}
.try-adds .add-manag {
    border: 1px #efefef solid;
    border-radius: 5px;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.try-adds .new-price-title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px !important;
}
.try-adds .new-price-title h2 {
    text-align: center;
    font-size: 48px;
    font-family: 'MuseoSans-500';
    margin-bottom: 10px;
}
.try-adds .new-price-title p {
    font-size: 24px;
    margin-top: 0px;
    color: #333333;
    font-family: 'OpenSans-Regular';
}
.try-adds .new-price-title .bdr {
    width: 60px;
    height: 4px;
    background: #d8981c;
    margin: auto;
    margin-top: 27px;
}
.try-adds .add-manag .get {
    padding: 25px;
    border-bottom: 1px #efefef solid;
    min-height: 175px;
}
.try-adds .add-manag .get h4 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    font-family: 'OpenSans-Bold';
    margin: 0px;
}
.try-adds .add-manag .get p {
    font-size: 14px;
    margin-top: 10px;
    font-family: 'OpenSans-Regular';
    margin-bottom: 0px;
    color: #666;
}
.try-adds .add-manag h3 {
    color: #1c5ea4;
    font-size: 30px;
    padding: 10px 20px;
    margin: 0px;
    font-family: 'MuseoSans-500';
    font-weight: bold;
    float:left;
}
.try-adds .add-manag h3 label{
    font-weight:500;
    font-size: 16px;
    margin-left: -7px;
}
.try-adds .add-manag a.mng-by {
    float: right;
    margin: 10px 20px;
    background: #d8981c;
    color: #000 !important;
    padding: 10px 26px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'MuseoSans-700';
    text-transform: uppercase;
    text-decoration:none;
        min-width: 126px;
        text-align: center;
}
/******** End-new-pricing ******/
/******************************** Start-Documentation-page *********************************/
.documentation-sec{
    width:100%;
    padding:80px 0px;
}
.documentation-sec .main-title h2{
    font-size: 48px;
    font-family: 'MuseoSans-500';
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
}
.documentation-sec .main-title{
    margin-bottom:50px;
}
.documentation-sec .search-box {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 30px 55px 30px 40px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.documentation-sec .search-box.hovered, .search-box:hover, .search-box:active {
    border: 1px solid #aaa;
}
.documentation-sec .search-box input[type=text] {
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    background: transparent;
    font-size: 30px;
    font-family: 'OpenSans-Regular';
    font-style: italic;
}
.documentation-sec .search-box input[type=text]:hover, .search-box input[type=text]:focus, .search-box input[type=text]:active {
    box-shadow: none;
}
.documentation-sec .search-box .search-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #aaa;
    border-radius: 3px;
    font-size: 21px;
    padding: 5px 10px 1px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-top: 27px;
    margin-right: 24px;
}
.documentation-sec .search-box .search-btn .glyphicon{
    color:#205ea4;
    font-size: 26px !important;
}
.documentation-sec .search-box .search-btn:hover {
    background: transparent !important;
}
.documentation-sec button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus{
    background: transparent !important;
}
/******************************** End-Documentation-page *********************************/
/******************************** Start-Mobile-Notification-page *********************************/
.mobile-notifications{
    background-image: url(../images/mobile.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.over-sec .second-over .price .by-lie {
    width:100%;
}
.over-sec .second-over .price .by-lie a{
    background: #d8981c;
    color: #000;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'MuseoSans-700';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    float: left;
    margin-bottom: 20px;
}
.first-over .over-vdo iframe{
    border:0px;
    margin-top:15px;
    border-radius:20px;
}
/******************************** End-Mobile-Notification-page *********************************/
/******************************** Start-Change-Log-page *********************************/
.change-log{
    background-image: url(../images/change.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}
.change-log-sec{
    width:100%;
    background: #fafafb;
    padding-bottom: 100px;
    float:left;
}
.change-log-sec .left-change{
    background: #fff;
    min-height:910px;
    float: left;
    width: 100%;
    padding: 8% 8% 8% 18%;
}
.change-log-sec .right-change{
    background: #fafafb;
    min-height: 910px;
    float: left;
    width: 100%;
    border-left: 1px #dddddd solid;
    padding: 11% 18% 8% 8%;
}
.change-log-sec .left-change .changes ul{
    padding-left:0px;
}
.change-log-sec .left-change .changes ul li{
    margin-left: 20px;
    color:#808080;
    font-size:18px;
    font-family: 'OpenSans-Regular';
    list-style: inside;
}
.change-log-sec .left-change .changes ul h3{
    font-size:36px;
    color:#333333;
    font-family: 'MuseoSans-700';
    margin-bottom: 10px;
}
.change-log-sec .right-change h2{
    font-size:36px;
    font-family: 'MuseoSans-700';
    color:#333333;
}
.change-log-sec .right-change p{
    color:#808080;
    font-size:18px;
    font-family: 'OpenSans-Regular';
    margin-bottom: 10px;
}
.change-log-sec .right-change strong{
    width:100%;
    text-align:right;
    font-family: 'OpenSans-Bold';
    font-size:18px;
    float:right;
}
/******************************** End-Change-Log-page *********************************/
/******************************** Start-faq-page *********************************/
.faq{
    background-image: url(../images/faq.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.faq h2{
    font-size:60px !important 
}
.general-question{
    width:100%;
    padding:20px 0px 80px 0px;
}
.general-question h3{
    font-size:36px;
    font-family: 'MuseoSans-500';
    color:#333333;
}
.general-question #accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    border-bottom:1px #dddddd solid;
}
.general-question .panel-group{
    border:1px #dddddd solid;
}
.general-question .panel-body a {
    color: #1e3467 !important 
}
.general-question #accordion a {
    display: block;
    padding: 30px;
    text-decoration: none;
    font-family: 'MuseoSans-500';
    font-size:26px;
    color:#205ea4;
    text-align:left;
}
.general-question .panel-body p{
    font-size:16px;
    font-family: 'OpenSans-Regular';
    color:#888888;
}
.general-question .panel-body p a{
    padding: 0 !important;
    display: inline !important;
    font-size: 16px !important;
    font-family: 'OpenSans-Light' !important;
    color: #205ea4 !important;
}
.general-question .panel-body{
    padding:10px 30px;
}
.general-question #accordion a:hover{
    color:#205ea4;
}
.general-question .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{
    border-top:0px !important;
}
.general-question #accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}
/* Add Indicator fontawesome icon to the left */
.general-question #accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: right;
    color: #205ea4;
    font-weight: 300;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    border: 1px #205ea4 solid;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    line-height: 38px;
    font-size:20px;
}
.general-question #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #205ea4;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}
/******************************** End-faq-page *********************************/
/******************************** Start-file-manager-page *********************************/
.file-manager-pro{
    background-image: url(../images/bnr.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.file-manager-pro, .file-manager {
    background-image: url(../images/bnr.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.file-manager-pro h2, .file-manager-pro h1{
    font-size:60px !important;
    color: #ffffff;
}
.file-manager-box h2 {
    font-size:60px !important;
}
.file-manager-dropbox h2 {
    font-size:60px !important;
}
.paddin-left-0{
    padding-left:0px !important;
}
.paddin-right-0{
    padding-right:0px !important;
}
.file-manager-box{
    background-image: url(../images/sam-fil.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.file-manager-dropbox {
    background-image: url(../images/dropn.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.file-manager-google-drive{
    background-image: url(../images/googlr-drive-bnr.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.file-manager-git{
    background-image: url(../images/github-bnr.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.file-manager-slack{
    background-image: url(../images/slak-bnr.jpg) !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
/*** Start-powerful-function-section ***/
.powerful-function{
    width:100%;
    clear:both;
    background:#fafafb;
    text-align:center;
    float:left;
    padding:70px 0px;
}
.powerful-function h2 {
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    color: #333333;
    text-align: center;
    margin-top: 0px;
}
.powerful-function h2 .block{
    display:block;
    width:100%;
}
.powerful-function p .block{
    display:block;
    width:100%;
}
.powerful-function p{
    text-align: center;
    color: #888;
    font-size: 18px;
    font-family: 'OpenSans-Regular';
}
.powerful-function .main-title{
    margin-bottom:30px;
}
.powerful-function .tour{
    width:100%;
    text-align:center;
    margin-top:30px;
    float:left;
    margin-bottom: 20px;
}
.powerful-function .tour .view-pric{
    color:#215da3;
    border:2px #215da3 solid;
    padding:19px 40px;
    font-size:14px;
    text-transform:uppercase;
    font-family: 'MuseoSans-700';
    border-radius: 5px;
    text-decoration: none;
}
.powerful-function .tour .view-pric img{
    margin-right:5px;
}
.powerful-function .tour .take{
    background: #d8981c;
    color: #000;
    padding: 20px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'MuseoSans-700';
    font-size: 14px;
    margin-left:20px;
    text-transform:uppercase;
}
/*** End-powerful-function-section ***/
/** Start-simple-file-manage-sec **/
.over-ct{
    position:relative;
}
.over-ct .image {
    display: block;
    width: 100%;
    height: auto;
}
.over-ct .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
.over-ct:hover .overlay {
    opacity: 0.8;
}
.over-ct .overlay .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background: #222;
    padding: 5px 25px;
    border-radius: 3px;
    cursor:pointer;
}
.simple-file-manage{
    width:100%;
    float:left;
    padding-top:60px;
    background:#fff;
}
.simple-file-manage .new-management p{
    font-size:16px;
    font-family: 'OpenSans-Regular';
    color: #888;
}
.simple-file-manage .new-management p .block{
    display:block;
    width:100%;
}
.simple-file-manage .new-management h2{
    font-size: 42px;
    font-family: 'MuseoSans-700';
    color: #333333;
    margin-top: 0px;
}
.simple-file-manage .new-management .feature{
    background:transparent;
    padding:0px;
    font-size:18px;
    color:#d8981c;
    font-family: 'MuseoSans-500';
    margin-bottom: 10px;
    float: left;
}
.simple-file-manage .new-management{
    padding:14% 6% 0% 5% !important;
}
.new-management .lrn-mor{
    color: #215da3;
    border: 2px #215da3 solid;
    padding: 14px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'MuseoSans-700';
    border-radius: 5px;
    text-decoration: none;
    float: left;
    margin-top: 10px;
}
/** End-simple-file-manage-sec **/
.roll-back{
    background:#0c5fa5;
}
.roll-back h2{
    color:#fff !important;
}
.roll-back p{
    color:#fff !important 
}
.roll-back .lrn-mor{
    border-color:#fff !important;
    color:#fff;
}
.build-back{
    background:#fafafc;
}
.new-ad-one{
    background:#ffffff !important;
}
/*** Start-under-hood-section ***/
.under-hood-sec{
    width: 100%;
    float: left;
    clear: both;
    background: #fff;
    padding: 70px 0px;
    border-bottom: 1px #eee solid;
}
.under-hood-sec .bx-wrapper{
    margin-bottom:0px !important;
}
.under-hood-sec h2 {
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    margin-top: 0px;
}
.under-hood-sec .main-title p{
    font-family: 'OpenSans-Regular';
    font-size:16px;
    color:#666;
    margin-top: 26px;
    float: left;
    width: 100%;
}
.under-hood-sec .main-title p .block{
    display: block;
    width: 100%;
}
.under-hood-sec a p{
    color: #215da3;
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
    text-decoration: none;
    font-family: 'MuseoSans-500';
}
.under-hood-sec a:hover{
    text-decoration:none;
}
.under-hood-sec .bxslider{
        width: 94.5%;
    margin: auto !important;
}
.under-hood-sec .bxslider img{
    width: 98%;
}
.under-hood-sec .bx-pager-item {
    display: none;
}
.under-hood-sec a.bx-next {
    float: right;
    margin-right: -52px;
}
.under-hood-sec a.bx-prev {
    margin-left: -52px;
}
.under-hood-sec ul li{
    width:305px !important;
    height:212px !important;
    border: 1px #eee solid;
    padding: 5px;
    border-radius: 3px;
}
.under-hood-sec ul li h5{
    font-family: 'MuseoSans-700';
    color: #215da3;
    margin-top: 20px;
    font-size: 16px;
}
/*** End-under-hood-section ***/
/** Start-More-Features-section **/
.more-features{
    width:100%;
    float:left;
    clear:both;
    background:#fff;
    padding:70px 0px;
}
.more-features h2{
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    margin-top: 0px;
}
.new-all-ftr{
    width:100%;
    float:left;
}
.new-all-ftr .inr-ftr{
    width:100%;
    float:left;
    border-bottom:1px #dddddd solid;
    padding:20px 0px;
    min-height: 115px;
}
.new-all-ftr .inr-ftr .icon{
    float:left;
    margin-right:20px;
}
.new-all-ftr .inr-ftr .icon img{
    width:72px;
}
.new-all-ftr .inr-ftr p{
    float:left;
    color: #888;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'OpenSans-Regular';
    width: 82%;
    margin-top: 10px;
}
/** End-More-Features-section **/
.second-price-sec{
    width:100%;
    clear: both;
    padding:80px 0px;
    background:#fafafb;
}
.second-price-sec h2{
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    color: #333333;
    text-align: center;
    margin-top: 0px;
}
.second-price-sec .light{
    width:100%;
    float:left;
    text-align:center;
    color:#333;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'OpenSans-Regular';
}
.second-price-sec .dark{
    width:100%;
    float:left;
    text-align:center;
    color:#888;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: 'OpenSans-Regular';
}
.cContainer{
    width:100%;
    max-width:1920px;
    margin:auto;
}
.pricing-pro-wrap
{
    display:flex;
    flex-wrap:wrap;
}
.second-price-sec .first-price {
    margin-bottom: 20px !important;

}
.second-price-sec .first-price.active {
    border: 2px solid #d8981c;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.second-price-sec .fst-year {
    text-align:center;
    background:#1c5ea4;
    padding:50px 20px;
    color:#fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position:relative;
}
.second-price-sec .fst-year img {
   position: absolute;
   top: -70px;
   left: -17px;
   width: 120px;
}
.second-price-sec .fst-year h5{
    margin: 0px;
    font-size:24px;
    font-family: 'MuseoSans-500';
}
.second-price-sec .fst-year h4{
    margin: 0px;
    font-family: 'MuseoSans-700';
    font-size:30px;
    color:#d8981c;
    margin-top: -15px;
}
.second-price-sec .fst-year .fifty-dlr{
    font-family: 'MuseoSans-500';
    font-size:18px;
    margin-top: -10px;
}
.second-price-sec .fst-year .fifty-dlr span{
    font-size:80px;
    font-family: 'MuseoSans-700';
}
.second-price-sec .first-price .multi-file {
    padding: 25px;
    width: 100%;
    flex-grow: 1;
    min-height: 620px;
}
.second-price-sec .first-price .now {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.second-price-sec .first-price .multi-file ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.second-price-sec .first-price .multi-file ul li {
    list-style: none;
    margin-bottom: 15px;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    color: #333333;
    width: 100%;
    float: left;
}
.second-price-sec .first-price .multi-file ul li .fa{
    float: left;
    width: 14px;
    margin-top: 3px;
}
.second-price-sec .first-price .multi-file ul li .litxt{
    float:left;
    width:calc(100% - 24px);
}
.second-price-sec .first-price .multi-file ul li .brtext {
    font-size: 14px;
    font-family: 'OpenSans-regular';
    margin-bottom: 10px !important;
    float: left;
    margin-left: 23px;
    color:#999;
}
.second-price-sec .first-price .multi-file ul li .fa {
    color: #1c5ea4;
    margin-right: 10px;
}
.second-price-sec .first-price {
    border: 1px #f0f0f0 solid;
    border-radius: 10px;
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
    background:#fff;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.second-price-sec .first-price .now a {
    background: #d8981c;
    color: #000;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'MuseoSans-700';
    font-size: 14px;
    text-transform: uppercase;
}
.general-question h2{
    font-size: 48px;
    font-family: 'MuseoSans-700';
    line-height: 60px;
    text-align:center;
}
.general-question .main-title p{
    font-size:16px;
    color:#666;
    text-align:center;
    font-family: 'OpenSans-Regular';
}
.general-question .main-title .yellow-line{
    margin-bottom:30px;
}
.general-question .main-title p span{
    color:#333;
}
/******************************** End-file-manager-page *********************************/
.section_doc {
    margin: 80px 0px;
}
.section_doc .doc_contain .doc_inner .all_col .doc_single .single_doc_data {
    text-align: center;
    border: 1px solid #dddddd !important;
    padding: 35px 30px !important;
    border-radius:5px !important;
}
.section_doc .doc_contain .doc_inner .all_col .doc_single .single_doc_data a{
    width: 100%;
    border: 0px;
    border:0px !important;
    border-top: 1px solid #dddddd !important;
    text-decoration:none !important;
    color:#808080;
    font-size:16px;
    font-family: 'OpenSans-Regular';
    padding: 18px 0px !important;
    padding-bottom: 0px !important;
}
.section_doc .doc_contain .doc_inner .all_col .doc_single .single_doc_data h3{
    font-size:24px !important;
    color:#175ea5 !important;
    font-family: 'MuseoSans-700' !important;
}
.section_doc .ticket_btn a{
    background:#135ea5 !important;
    border-radius:5px !important;
    font-family: 'OpenSans-Regular' !important;
    text-transform:uppercase !important;
    font-size:14px !important;
    margin-right: 15px !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    width: 100% !important;
    border: 1px #dddddd solid !important;
    border-radius: 3px !important;
    padding: 12px !important;
    font-size: 16px !important;
    height: auto !important;
    height: 50px !important;
    color: #808080;
}
.woocommerce-privacy-policy-text p{
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce ul.products li.product .button {
    background: transparent;
    padding: 10px 11px !important;
    color: #257cdd;
    border: 2px #257cdd solid !important;
}
.woocommerce ul.products li.product .loading::after{
    float: right !important;
    margin-left: 5px !important;
    position:relative !important;
    top: 0px !important;
    right: 0px;
}
.woocommerce .columns-4 p{
    font-size:16px;
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce .columns-4 h2.woocommerce-loop-product__title{
    color: #1c5ea4;
    font-size:18px;
    font-family: 'MuseoSans-700' !important;
}
.woocommerce .columns-4 span.price{
    color:#000 !important;
}
.all_category_article_side{
    max-width:100% !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.status-publish header .entry-title{
    font-family: 'MuseoSans-700' !important;
    display:none;
}
.login-sec .entry-meta a.post-edit-link{
    color: #fff !important;
    background: #125ea5;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 3px;
}
.login-sec .entry-summary span.woocommerce-Price-amount{
    color:#125ea5 !important;
}
header.entry-header{
    margin-bottom:0px !important;
}
.product .entry-header, .entry-content, .entry-summary, .entry-meta{
    max-width:900px !important;
}
.woocommerce-tabs p{
    font-family: 'OpenSans-Regular' !important;
}
#comments .comment-respond {
    background-color: #fafafb;
    padding: 30px 0;
}
#comments .comment-respond .submit{
    background: #125ea5 !important;
    color:#fff !important;
}
#comments .comment-respond .comment-reply-title{
    font-family: 'MuseoSans-700' !important;
    color:#000;
    font-style: normal !important;
}
#comments .comment-respond textarea{
    border: 1px #ccc solid !important;
    border-radius: 3px !important;
}
#comments .comment-respond .logged-in-as a{
    color:#125ea5 !important;
}
.file-manager h2{
    font-size:60px !important;
}
.postid-71 div#product-71{
    margin-top: 10px !important;
}
.article_sidebar {
    float: left !important;
    width: 40% !important;
    background: #fafafb;
    padding: 5% 5% 5% 15% !important;
}
.section_articles {
    width: 60% !important;
    float: left !important;
    padding: 5% 15% 5% 5% !important;
}
.article_sidebar ul.sidebar_cat_list{
    padding-left:0px;
}
.article_sidebar .sidebar_category h3{
    font-size:20px !important;
    font-family: 'MuseoSans-700' !important;
   margin: 14px 0;
}
.article_sidebar ul.sidebar_cat_list li a{
    font-size:16px !important;
    color:#045da6 !important;
    border-bottom: 1px #e1e1e1 solid !important;
    text-decoration:none !important;
    padding: 15px 0 !important;
}
.article_sidebar ul.sidebar_cat_list li a span{
    font-family: 'MuseoSans-700' !important;
}
a.ms_cate_active.fa.fa-long-arrow-right {
    font-size:16px !important;
}
.fa-long-arrow-right::before {
    float: right;
    font-size: 16px !important;
}
.article_sidebar .category_sidebar_list .search_doc h3{
    font-family: 'MuseoSans-700' !important;
    font-size:20px !important;
}
.article_sidebar .category_sidebar_list .search_container {
    border: 1px solid #dddddd !important;
    background:#fff !important;
}
.article_sidebar .category_sidebar_list .search_container i {
    color: #438cc7 !important;
    font-size: 16px !important;
}
.article_sidebar .category_sidebar_list .search_container input::placeholder{
    color:#808080 !important;
}
.section_articles .category_heading h3{
    font-size:24px !important;
    color:#333333 !important;
    border-bottom:1px #dddddd solid;
    padding-bottom: 20px;
    font-family: 'MuseoSans-700' !important;
}
.section_doc .doc_contain .doc_inner .all_col:nth-child(3n+1) {
    padding-left: 0px;
}
.section_doc .doc_contain .doc_inner .all_col {
    padding: 0px 15px !important;
}
.section_doc .doc_contain .doc_inner .all_col:nth-child(3n+2) {
    padding: 0px;
    padding-left: 10px;
}
.section_articles .article_list ul li{
    padding-left:15px !important;
}
.section_articles .article_list ul li a{
    font-size:18px !important;
    color:#333333 !important;
    text-decoration:none !important;
}
.section_articles .article_list ul{
    margin: 30px 0 30px 25px !important;
}
.section_articles .article_list ul li i{
    color:#3074b1 !important;
    font-size: 20px !important;
}
.single_doc_loop_1{
    background-image: url("../images/usr2.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.single_doc_loop_2{
    background-image: url("../images/usr3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.single_doc_loop_3{
    background-image: url("../images/usr4.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.single_doc_loop_4{
    background-image: url("../images/usr5.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.single_doc_loop_5{
    background-image: url("../images/usr6.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.single_doc_loop_6{
    background-image: url("../images/usr7.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
/*** start-Request-feature-page ***/
.request-ftr{
    border: 1px #dddddd solid;
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 6% 18%;
}
.request-ftr form p label{
    width:100%;
}
.request-ftr form p label input{
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-weight: normal;
}
.request-ftr form p label .drp{
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-family: 'MuseoSans-500';
}
.request-ftr form p label textarea{
    width: 100%;
    padding: 15px;
    border: 1px #dddddd solid;
    border-radius: 3px;
    margin-top: 15px;
    font-weight: normal;
}
.request-ftr form p label{
    font-size:16px;
    font-family: 'MuseoSans-500';
    color:#333333;
}

.new-pro-price .top-back img {
   position: absolute;
   top: -50px;
   left: -17px;
   width: 120px;
}

.request-ftr form p .wpcf7-submit {
    background: #222 !important;
    border: 0px !important;
    font-family: 'MuseoSans-700' !important;
    font-size:14px !important;
    color:#fff !important;
    text-transform: uppercase !important;
    padding: 15px 40px;
}
.request-ftr form p .wpcf7-submit:hover{
   /* background: #d8981c !important;
   */
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.filesup {
    border: 0px;
    padding: 0px;
}
.subBanner.checkout{
    background-image: url(../images/check-bnr.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.subBanner.cart{
    background-image: url(../images/cart-bnr.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}
.subBanner.my-account{
    background-image: url(../images/my-act.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    background-repeat: no-repeat;
}


.subBanner.my-account h2{
    text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content p{
    margin-bottom:10px !important;
}
.login-dashboard .woocommerce-MyAccount-content p{
    font-size:15px !important;
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce form .form-row label{
    font-size:16px !important;
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
    font-size:14px !important;
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce-info{
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce-MyAccount-conten address{
    font-family: 'OpenSans-Regular' !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    font-family: 'OpenSans-Regular' !important;
}
.myaccount_nav_title h3 {
    font-size: 36px;
    color: #333333;
    font-family: 'MuseoSans-700' !important;
}
.my_account_my_tickets h2 {
    text-align: left;
    font-family: 'MuseoSans-500' !important;
    font-size:30px !important;
}
.my_account_new_ticket h2{
    text-align: left;
    font-family: 'MuseoSans-500' !important;
    font-size:30px !important;
}
.my_account_new_ticket .btn-default{
    background:#d8981c !important;
    width: auto !important;
    padding: 13px 20px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    color:#000 !important;
    font-family: 'MuseoSans-700' !important;
}
.my_account_new_ticket .btn-default:hover{
    background:#d8981c !important;
}
input#safile {
    border: 0px;
    padding-left: 0px;
}
.under-hood-sec p a {
    color: #215da3;
}
.fm_checkout_coupan_form {
   width: 100%;
   display: inline-block;
   padding-left: 7.8%;
   padding-right: 7.8%;
   margin-bottom:20px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
   padding-left: 7.8%;
   padding-right: 7.8%;
   margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce table.shop_table th, .woocommerce-checkout .woocommerce table.shop_table td{
       padding: 15px 12px 6px 12px!important;
}
.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe]{
   /*padding-left:20px!important;*/
 width: 90%;
 vertical-align: top;
}
.subBanner.request-feature h2, .subBanner.contact h2 {
    margin-bottom: 70px !important;
}
/*** end-Request-feature-page ***/
@media only screen and (max-width:1920px) {
    .simple-file-manage img{
        width:100%;
   }
    .simple-file-manage .new-management {
        padding: 20% 6% 0% 20% !important;
   }
    .simple-file-manage.roll-back img{
        width:100%;
   }
    .navbar-default .wordprc a img{
        width:20px !important;
   }
   .navbar-default .wordprc {
       width: 70%;
   }
    .navbar-default .wordprc a{
        width:auto !important;
   }
    .role-mng-2{
        padding: 80px 40px 80px 300px;
   }
    .checkout-main .check-manager .text {
        font-size: 17px;
        padding: 0px 25px;
   }
    .navbar-left {
        float: left !important;
        padding-left: 30px;
   }
    .file-management .easy-img img{
        top:-90px !important;
   }
    .account-detail-section .detail-right{
        min-height:1280px;
   }
    .account-detail-section .detail-left{
        min-height:1280px;
   }
    .ticket-sec .left-tic{
        background: #ffffff;
        padding: 6% 3% 6% 10%;
        min-height: 1250px;
   }
    .ticket-sec .right-tic{
        background: #fafafb;
        padding: 6% 10% 6% 3%;
        min-height: 1250px;
   }
    .feature .friendly{
        min-height:400px;
   }
    .navbar{
        max-width:100% !important;
   }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        min-height:1500px;
   }
    .simple-file-manage .new-management {
        padding: 14% 6% 0% 5%;
        float: left;
   }
    .navbar{
        max-width:100% !important;
   }
}
@media only screen and (max-width:1600px) {
    .file-management .made-easy h2 {
        font-size: 42px;
        font-family: 'MuseoSans-700';
        line-height: 50px;
   }
    .file-management .made-easy .dark {
        font-size: 21px;
   }
    .file-management .made-easy .light {
        font-size: 21px;
   }
    .file-management .made-easy {
        padding: 65px 40px;
   }
    .navbar-default .wordprc a img{
        width:20px !important;
   }
    .checkout-main .check-manager .text{
        font-size:14px;
   }
    .checkout-main .check-manager .block{
        display:inline;
   }
    .navbar-default .wordprc{
        width:auto !important;
   }
    .feature h2{
        font-size:42px;
        line-height: 50px;
   }
    .checkout-main h2{
        font-size:42px;
        line-height: 50px;
   }
    .client-say h2{
        font-size:48px;
        line-height: 50px;
   }
    .suport-sec h2{
        font-size:48px;
        line-height: 50px;
   }
    .get-started h2{
        font-size:48px;
        line-height: 50px;
   }
    .navbar-default .wordprc a {
        width: auto !important;
        padding: 10px 14px;
   }
    .simple-file-manage .new-management {
        padding: 10% 6% 0% 5% !important;
   }
   .contact.subBanner h2 {
        margin-bottom: 70px !important;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1380px) {
   .new-pro-price .top-back img {
   position: absolute;
   top: -60px;
   left: -17px;
   width: 120px;
}
.try-adds .add-manag a.mng-by {
    padding: 10px 21px;
    }
.feature-sec .effor {
    min-height: 215px;
}
   .second-price-sec .fst-year img {
       position: absolute;
       top: -70px;
       left: -17px;
       width: 120px
   }
   .navbar-default .navbar-nav > li > a {
   font-size: 16p !important;
   margin-right: 6px !important;
}

}

@media only screen and (max-width:1330px) {
    .simple-file-manage .new-management {
        padding: 10% 6% 0% 5% !important;
   }
    .copyright #return-to-top {
        display: inline-block !important;
   }
    .pricing-page .scd-dvlp {
        margin-top: -17px !important;
   }
    .client-say #quote-carousel .carousel-control.right {
        right: -15px !important;
   }
    .client-say #quote-carousel .carousel-control.left {
        left: -15px;
   }
    .pricing-page .first-price{
        width: 29.4%;
   }
    .premium-sec .db-mng{
        min-height:315px;
   }
    .navbar-default .navbar-nav > li > a{
        font-size:16px;
        margin-right: 10px;
   }
    .navbar-default .wordprc a{
        padding:10px 10px;
        font-size: 11px;
        margin-right:0px;
   }
    .over-sec .first-over{
        min-height:870px;
   }
    .over-sec .second-over{
        min-height:870px;
   }
    .find-ans .ques{
        min-height: 700px;
   }
    .main-title {
        margin-bottom: 50px;
   }
    .file-management .made-easy h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
   }
    .file-management .made-easy .dark {
        font-size: 14px;
        margin-bottom:8px;
   }
    .file-management .made-easy .light {
        font-size: 14px;
        margin-top:0px;
   }
    .navbar-default{
        padding:15px 35px;
   }
    .file-management .easy-img img {
        min-height: auto;
   }
    .file-management .made-easy {
        padding: 40px 40px;
   }
    .navbar-default .wordprc a img{
        float:left;
   }
    .navbar-default .wordprc a {
        width: 100% !important;
   }
    .login-2 .dash_img_nav{
        width:78%;
   }
    .login-dashboard ul li a{
        padding:23px;
   }
    .login-dashboard ul li a{
        padding-left:0px !important;
   }
}
@media only screen and (max-width:1280px) {
    .simple-file-manage .new-management p .block{
        display:inline;
   }
    .under-hood-sec .main-title p .block{
        display:inline;
   }
}

@media (min-width:1200px) and (max-width:1299px) {
.navbar-default .navbar-nav > li.menu-item-has-children > a {
   margin-right: 12px !important;
}
.navbar-default {
   padding: 15px 15px;
}
/***sale alert***/
.save_alert_bar .counter_display li .count_main {
   width: 40px;
   height: 40px;
   line-height: 40px;
}
.save_alert_bar .desc_txt .lg_txt .prctxt {
   font-size: 18px;
   top: -8px;
}
.save_alert_bar .desc_txt .lg_txt .saletxt {
   font-size: 15px;
   top: -8px;
}
.save_alert_bar .desc_txt .lg_txt {
   font-size: 28px;
}
.header_bar .navbar .container-fluid .col-md-9 {
   width: calc(100% - 250px);
}
.header_bar .navbar .container-fluid .col-md-3 {
   max-width: 250px;
}
}
@media (min-width:1100px) and (max-width:1199px) {
   /***sale alert***/
   .save_alert_bar .counter_display li .count_main {
       font-size: 15px;
       width: 34px;
       height: 34px;
       line-height: 34px;
   }
   .save_alert_bar .desc_txt .lg_txt .saletxt {
       font-size: 14px;
       top: -8px;
   }
   .save_alert_bar .desc_txt .lg_txt {
       font-size: 26px;
   }
   .save_alert_bar .desc_txt .lg_txt .prctxt {
       font-size: 16px;
       top: -8px;
   }
   .save_alert_bar .desc_txt .sm_desc {
       font-size: 10px;
       line-height: 14px;
       max-width: 180px;
       padding-left: 8px;
       padding-top: 5px;
   }
   .save_alert_bar .btn_dv {
       text-align: right;
       padding-top: 6px;
   }
   .save_alert_bar .desc_txt {
       padding-top: 6px;
   }
   .header_bar .navbar .container-fluid .col-md-9 {
       width: calc(100% - 220px);
   }
   .header_bar .navbar .container-fluid .col-md-3 {
       max-width: 220px;
   }
	
}
@media screen and (min-width:992px) and (max-width:1099px) {
  .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe]{
 width: 85%;
}
   /***sale alert***/
   .save_alert_bar .counter_display li .count_main {
       font-size: 14px;
       width: 33px;
       height: 33px;
       line-height: 33px;
   }
   .save_alert_bar .desc_txt .lg_txt {
       font-size: 22px;		
   }
   .save_alert_bar .desc_txt .lg_txt .saletxt {
       font-size: 12px;
       margin-right: 5px;
       top: -6px;
   }
   .save_alert_bar .desc_txt .lg_txt .prctxt {
       font-size: 14px;
       top: -6px;
   }
   .save_alert_bar .desc_txt .sm_desc {
       font-size: 10px;
       line-height: 14px;
       padding-top: 4px;
       max-width: 177px;
   }
   .save_alert_bar .desc_txt {
       padding-top: 6px;
   }
   .save_alert_bar .btn_dv {
       padding-top: 5px;
   }
   .save_alert_bar .counter_display li {
       padding: 0 1px;
   }
   .header_bar .navbar .container-fluid .col-md-9 {
       width: calc(100% - 220px);
   }
   .header_bar .navbar .container-fluid .col-md-3 {
       max-width: 220px;
   }
   .navbar-default .navbar-nav > li > a {
       font-size: 13px !important;
       padding: 7px 3px !important;
   }
}
@media (min-width:1200px) and (max-width:1280px) {
.woocommerce-checkout .woocommerce-checkout-review-order ul li.payment_method_paypal label {
   width: 88%;
   display: inline;
}
.woocommerce-checkout #payment ul.payment_methods li input{
   display:inline
}
}
@media screen and (min-width:992px) and (max-width:1199px) {
.new-pro-price .top-back img {
   position: absolute;
   top: -60px;
   left: -17px;
   width: 120px;
}
.try-adds .add-manag a.mng-by.fm-coming-soon{
  font-size: 12px;
}
.login-2 .dash_img_nav {
   padding-top: 55px;
   margin-bottom: 0;
}
.menu-item-has-children > a::after {
   top: 14px;
}
.navbar-nav > li.menu-item-has-children a {
   padding-right: 25px !important;
}
.navbar-default {
   padding: 15px 0px;
}
.checkout-main .check-manager {
   width: 25% !important;
}
.checkout-main .check-manager img {
   max-width: 80%;
}
.subBanner.request-feature h2 {
   margin-top: 13% !important;
}
.new-contact .new-forms .contact-no h3 {
   font-size: 34px;
}
.woocommerce-checkout .woocommerce-checkout-review-order ul li.payment_method_paypal label {
   width: 88%;
   display: inline;
}
.woocommerce-checkout #payment ul.payment_methods li input{
   display:inline
}
.navbar-default .navbar-nav > li.menu-item-has-children > a {
   margin-right: 0px !important;
}
.contact.subBanner h2 {
    margin-top: 9% !important;
}
.new-pro-price .top-back .pro {
    font-size: 26px;
    margin-top: 20px;
}
.second-price-sec .fst-year h4
{
        font-size: 26px;
        margin-top: 20px;
}
}

@media only screen and (max-width:1199px) {
    .woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--orders {
   display: none !important;
}
.woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--downloads {
   display: none !important;
}
.woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--payment-methods {
   display: none !important;
}
    .ques-con{
        display: inline-block;
        margin-top: 20px;
   }
    .checkout-main .check-manager .offset-left{
        margin-left: 0%;
   }
    .pro-section .pro-sec-img{
        margin-top:13%;
   }
    .navbar-default .wordprc span.top-m {
        padding-top: 4px !important;
        font-family:"MuseoSans-500";
   }
    .feature-rate-section .right-circle .progress {
        width: 165px;
        height: 165px;
        line-height: 165px;
        background: none;
        margin: 0 auto;
        margin-left: auto;
        box-shadow: none;
        position: relative;
        margin-left: 60px;
        float: left;
   }
    .feature-rate-section .right-circle .progress .progress-value{
        line-height:155px;
   }
    .try-adds .add-manag a.mng-by {
        margin: 10px 15px;
        padding: 7px 10px;
   }
    .try-adds .add-manag h3{
        font-size:24px;
        padding-left: 10px;
        padding-right: 0px;
   }
    .new-pro-price .file-opretion {
        min-height: auto;
   }
    .try-adds .add-manag .get {
        min-height: 195px;
   }
    .pricing-page .first-price .fst-year{
        padding: 30px 20px;
   }
    .pricing-page .first-price .fst-year p span {
        font-size: 60px;
   }
    .pricing-page .first-price .fst-year p {
        font-size: 20px;
   }
    .pricing-page .first-price .secong-year .fst-usr p sup {
        top: 5px;
        font-size: 20px;
   }
    .pricing-page .first-price .secong-year .fst-usr p {
        font-size: 20px;
   }
    .pricing-page .first-price .secong-year{
        padding: 50px 30px;
   }
    .pricing-page .first-price .third-year{
        padding: 30px 20px;
   }
    .pricing-page .first-price .third-year .fst-usr p span {
        font-size: 60px;
   }
    .pricing-page .first-price .third-year .fst-usr p sup {
        top: -40px;
   }
    .pricing-page .first-price .secong-year .fst-usr p span {
        font-size: 60px;
   }
    .feature-sec .effor h4{
        font-size:20px;
   }
    .feature-sec .afor-txt{
        width:73%;
   }
    .feature-sec .effor{
        min-height:235px;
   }
    .login-2 .dash_img_nav{
        width:73%;
   }
    .login-dashboard ul li a{
        padding:16px 5px;
        font-size: 14px;
   }
   .woocommerce-on-dashboard ul li{
       margin-right:20px !important;
   }
    .simple-file-manage .new-management h2 {
        font-size: 34px !important;
        margin-bottom: 0px !important;
   }
    .simple-file-manage .new-management p {
        font-size: 14px !important;
   }
    .section_doc .doc_contain .doc_inner .all_col .doc_single .single_doc_data h3 {
        font-size: 22px !important;
   }
    .pricing-page .first-price .multi-2 {
        min-height: 948px !important;
   }
    .pricing-page .first-price .multi-file{
        min-height: 965px;
   }
    .file-management .easy-img img{
        min-height:auto;
        margin-top: 44px !important;
   }
    .pricing-page .first-price{
        width:28%;
   }
    .pricing-page .scd-dvlp {
        margin-top: -45px !important;
        width: 36% !important;
   }
    .file-management .made-easy {
        padding: 10px 30px;
   }
    .file-management{
        padding-bottom:40px;
   }
    .main-title {
        margin-bottom: 50px;
   }
    .file-management .made-easy h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
   }
    .file-management .made-easy .dark {
        font-size: 14px;
        margin-bottom:8px;
   }
    .file-management .made-easy .light {
        font-size: 14px;
        margin-top:0px;
   }
    .navbar-default{
        padding:15px 15px;
   }
    .client-say #quote-carousel img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
   }
    .feature .friendly .block {
        display: inline;
   }
    .ticket-sec .right-tic{
        min-height: 1490px;
   }
    .ticket-sec .left-tic{
        min-height: 1490px;
   }
    .account-detail-section .detail-left .changes{
        width:100%;
        float:left;
        text-align:center;
   }
    .account-detail-section .detail-left .biling{
        width:100%;
        float:left;
        text-align:center;
        margin-bottom:10px;
   }
    .account-detail-section .detail-right{
        min-height: 1410px;
   }
    .account-detail-section .detail-left{
        min-height: 1410px;
   }
    .find-ans .ques{
        min-height: 750px;
   }
    .over-sec .first-over{
        min-height:891px;
   }
    .over-sec .second-over{
        min-height:891px;
   }
    .client-say #quote-carousel .carousel-control.right {
        right: -15px !important;
   }
    .client-say #quote-carousel .carousel-control.left {
        left: -15px;
   }
    .navbar-brand > img{
        width:220px;
   }
    .navbar-default .navbar-nav > li > a{
        margin-right: 0px;
   }
    .navbar-default .wordprc a{
        font-size:9px;
   }
    .navbar-default .wordprc a img{
        margin-right:0px;
        width: 15px;
   }
    .navbar-default .wordprc a{
        margin-right:0px;
        padding: 10px 6px;
   }
    .premium-sec .db-mng{
        min-height:350px;
   }
    .feature .friendly{
        min-height:450px;
   }
    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
        padding: 7px 5px;
        margin-left: 0px;
        font-weight: normal;
   }
    .navbar-right{
        margin-top:15px;
   }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
        font-size:15px;
   }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        font-size:15px;
   }
    .suport-sec .request-feature .inner-fcr{
        padding: 10px 30px;
   }
    .checkout-main .check-manager{
        width:50%;
        float:left;
   }
    .checkout-main .check-manager .text{
        font-size:16px;
   }
    .container {
        max-width: 970px;
   }
    .navbar-default .wordprc a {
        width: 100% !important;
   }
    .find-ans .ques img{
        width:100%;
   }
    .footer .second-column ul li a {
        font-size: 13px;
   }
    .section_doc .doc_contain .doc_inner .all_col:nth-child(3n+3) {
        padding-right: 20px !important;
   }
    .ticket_btn {
        padding-right: 20px !important;
   }
    .new-all-ftr .inr-ftr p{
        width:75%;
   }
    .new-all-ftr .inr-ftr{
        min-height:125px;
   }
    .navbar-brand img {
        margin-top: 0px;
   }
    .help-center-sec .help-ctr{
        width:75%;
   }
    .help-center-sec img{
        margin-top:20px;
   }
    .hdr-cart{
        margin-right: 0px;
        width: 70px;
        padding-left: 0px;
   }
    .menu-item-has-children > a::after {
        content: "";
        background: url(../images/down.png) no-repeat;
        right: 5px;
   }
    .woocommerce table.my_account_orders .button{
        margin-bottom:5px;
   }
   .under-hood-sec a.bx-prev {
       margin-left: -25px;
   }
   .under-hood-sec a.bx-next {
       margin-right: -18px;
   }
   .second-price-sec .fst-year img {
       position: absolute;
       top: -60px;
       left: -22px;
       width: 120px;
   }

}

@media only screen and (max-width:991px) {
    .section_doc .doc_contain .doc_inner .all_col .doc_single .single_doc_data{
        min-height: 190px;
       }
       .try-adds .add-manag a.mng-by.fm-coming-soon {
    font-size: 14px;
}
    .login-2 .dash_img_nav {
       width: 82%;
       padding-left: 20px;
    }
    .login-dashboard ul li a {
    padding: 10px 0px !important;
    }
    .woocommerce-on-dashboard ul li{
        margin-right:14px !important;
    }
    .login-2 .dash_img_nav{
        padding-top: 0px !important;
    }
    .login-2 .wc_user_name_dash{
        margin-bottom:20px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content .avatar-64{
        width: 120px;
        padding: 15px;
    }
    .login-2 .dash_img_nav {
    width: 83% !important;
    }
    
    .woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--orders {
   display: none !important;
}
.woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--downloads {
   display: none !important;
}
.woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--payment-methods {
   display: none !important;
}
    
    .shop_table.shop_table_responsive.my_account_orders.recent-order-tbl td{
        width:100%;
        float:left;
    }
    
   .new-pro-price .top-back img {
   position: absolute;
   top: -50px;
   left: -16px;
   width: 100px;
}

    .pro-section .pro-right-txt ul li::after {
       right: 0;
    }
    .pro-section .pro-right-txt ul li {
       padding-right: 40px;
   }
   .pro-section .pro-left-txt ul li::before {
   left: 0;
   }
   .pro-section .pro-left-txt ul li {
       padding-left: 40px;
   }
    .help-center-sec img{
        margin-top:20px;
   }
    .help-center-sec a {
        color: #fff;
        border: 2px #fff solid;
        padding: 17px 20px;
        font-size: 14px;
   }
    .pro-section .pro-sec-img{
        margin-top:0%;
   }
    .top-banner .upgrade{
        margin-bottom:30px;
   }
    .pro-section .pro-right-txt {
        text-align: right;
        margin-right: 0px;
   }
    .pro-section .pro-left-txt {
        text-align: left;
        margin-left: 0px;
   }
    .under-hood-sec a.bx-next {
        margin-right: -25px;
   }
    .under-hood-sec a.bx-prev {
        margin-left: -25px;
   }

    .new-pro-price .file-opretion .text{
        width:82%;
   }
    .new-pro-price .file-opretion ul li .fa{
        margin-right:10px;
   }
    .new-pro-price .file-opretion {
        padding: 15px;
   }
    .new-pro-price .file-opretion{
        min-height: 800px;
   }
    .pricing-page .first-price .fst-year .fst-usr h4 {
        font-size: 36px;
        margin-top: -55px;
   }
    .pricing-page .first-price .fst-year p sup {
        top: -25px;
   }
    .pricing-page .first-price .secong-year .fst-usr p span {
        font-size: 33px;
   }
    .pricing-page .first-price .secong-year {
        padding: 50px 20px;
   }
    .pricing-page .first-price .secong-year .fst-usr h4 {
        font-size: 36px;
   }
    .pricing-page .first-price .third-year .fst-usr h4 {
        font-size: 36px;
   }
    .pricing-page .first-price .third-year {
        padding: 30px 18px;
   }
    .pricing-page .first-price .third-year .fst-usr h4{
        margin-top:-70px;
   }
    .pricing-page .first-price .third-year .fst-usr p span {
        font-size: 33px;
   }
    .pricing-page .first-price .fst-year p sup {
        font-size: 20px;
   }
    .pricing-page .first-price .fst-year {
        padding: 30px 15px;
   }
    .pricing-page .first-price .secong-year {
        padding: 40px 20px;
   }
    .pricing-page .first-price .third-year .fst-usr p sup {
        top: -15px;
   }
    .pricing-page .first-price .third-year .fst-usr h4 {
        margin-top: -55px;
   }
    .pricing-page .first-price .fst-year p span {
        font-size: 33px;
   }
    .navbar-brand img {
        margin-top: -10px;
   }
    .feature-sec .effor{
        min-height:auto;
   }
    .simple-file-manage img {
        height: 500px !important;
        margin: auto;
        width:auto;
   }
    .simple-file-manage.roll-back img {
        height: 500px !important;
        margin: auto;
        width: auto !important;
   }
    .login-2 .dash_img_nav{
        width: 100%;
        margin-left:0px;
   }
    .login-dashboard ul li a{
        padding:20px;
        padding-bottom:20px;
   }
    .new-all-ftr .inr-ftr p{
        width:70%;
   }
    .new-all-ftr .inr-ftr{
        min-height:150px;
   }
    .simple-file-manage .new-management h2 {
        font-size: 48px !important;
        margin-bottom: 10px !important;
   }
    .simple-file-manage .new-management p {
        font-size: 16px !important;
   }
    .simple-file-manage .new-management {
        padding: 14% 6% 8% 5% !important;
   }
    .cart-2 .cart_totals{
        width:50% !important;
   }
    .section_doc .doc_contain .doc_inner .all_col .doc_single .single_doc_data h3 {
        font-size: 16px !important;
   }
    .section_doc .doc_contain .doc_inner .all_col .doc_single .single_doc_data a {
        font-size:14px !important;
   }
    .find-ans .ques{
        padding: 15px;
   }
    .find-ans .ques img{
        width:100%;
   }
    .nav-tabs > li > a {
        font-size: 18px !important;
   }
    .nav-tabs {
        margin-top: -58px !important;
   }
    .suport-sec p .block{
        display:inline;
   }
   .page-template-contact .contact .subBanner h2{
       margin-top:8% !important;
  }
    .addons h2{
        margin-top:25% !important;
   }
    .navbar-brand > img{
        width:190px;
   }
    .navbar-default .navbar-nav > li > a{
        font-size: 13px;
        padding: 15px 13px 15px 0px;
   }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
        font-size: 13px;
        padding: 5px 12px 10px 0px;
        margin-top: -10px;
        font-family: 'MuseoSans-500';
   }
    .sub-menu li a {
        color: #035da6;
        text-decoration: none;
        font-size: 14px;
        font-family: 'MuseoSans-500';
        padding: 5px 10px 5px 10px;
        float: left;
        background: #fff;
        border-radius: 5px;
   }
    .ticket-sec .right-tic{
        min-height: 1530px;
   }
    .ticket-sec .left-tic{
        min-height: 1530px;
   }
    .account-detail-section .detail-right{
        min-height: 1410px;
   }
    .account-detail-section .detail-left{
        min-height: 1410px;
   }
    .account-detail-section .detail-left .changes{
        width:100%;
        float:left;
        text-align:center;
   }
    .account-detail-section .detail-left .biling{
        width:100%;
        float:left;
        text-align:center;
        margin-bottom:10px;
   }
    .over-sec .first-over{
        min-height:1018px;
   }
    .over-sec .second-over{
        min-height:1018px;
   }
    .find-ans .ques{
        min-height: 750px;
   }
    .client-say #quote-carousel .carousel-control.right {
        right: -15px !important;
   }
    .client-say #quote-carousel .carousel-control.left {
        left: -15px;
   }
    .add-ons-bnr h2{
        margin-top:200px;
   }
    .navbar-default .navbar-nav > li > a{
        margin-right: 0px;
   }
    .top-banner h2, .top-banner h1{
        margin-top:30%;
        line-height:60px;
        font-size:30px;
   }
    .file-management .made-easy p .block {
        display: inline;
   }
    .file-management .made-easy .light .block {
        display: inline;
   }
    .file-management .made-easy .light{
        font-size:20px;
   }
    .file-management .made-easy .dark{
        font-size:20px;
   }
    .nav-tabs > li > a{
        font-size:23px;
   }
    .terms-banner h2{
        margin-top: 200px;
   }
    .support-bnr h2{
        margin-top:200px;
   }
    .navbar-default .wordprc a{
        width:auto !important;
        padding: 10px 16px;
        font-size:14px;
        display:none;
   }
    .navbar-default .wordprc {
        width: 100% !important;
        float: left;
        text-align: right;
        padding: 10px 0px;
        margin-top: 0px;
   }
    .hdr-cart .header-cart-count {
        margin-top: 25px;
        border-radius: 50%;
        float: right;
        margin-right: -50px;
   }
    .hdr-cart img {
        float: right;
   }
    .hdr-cart {
        width: 100%;
        float: left;
        margin-right: 10px;
        text-align: left;
   }
    .file-management .made-easy h2 {
        font-size: 32px;
        font-family: 'MuseoSans-700';
        line-height: 40px;
   }
    .checkout-main .check-manager{
        width:100%;
        float:left;
   }
    .database-manager h2{
        margin-top: 26% !important;
   }
    .client-say #quote-carousel .carousel-control.right{
        margin-top: 25%;
   }
    .client-say #quote-carousel .carousel-control.left{
        margin-top: 25%;
   }
    .support h2 {
        margin-top: 23% !important;
        margin-bottom: 0px;
   }
    .pricing-page .first-price .multi-file{
        min-height:960px;
   }
    .documentation-sec .search-box .search-btn {
        margin-top:25px;
   }
    .file-management .easy-img img{
        min-height:auto;
   }
    .file-management .easy-img img {
        position: relative;
        top: 0px !important;
        left: -15px;
        width: 100%;
        min-height: auto;
   }
    .file-management .made-easy {
        padding: 0px 40px;
        width: 100%;
        float: left;
   }
    .feature .friendly{
        width:100%;
        float:left;
        min-height:auto;
        border-bottom:1px #ccc solid;
        padding: 40px 30px 15px 30px;
   }
    .checkout-main .check-manager .text{
        font-size:16px;
   }
    .footer .second-column ul li a{
        font-size: 10px;
   }
    .footer .first-column p{
        font-size: 10px;
        margin-top: 0px;
        line-height:16px;
   }
    .container {
        max-width: 750px !important;
   }
    .feature .friendly{
        width: 47%;
        float: left;
        min-height: 430px;
        border: 1px #dddddd solid !important;
        margin: 10px 
   }
    .feature .friendly .block{
        display:inline;
   }
    .bdr-right {
        border-right:0px !important;
   }
    .bdr-btm{
        border-bottom:0px !important;
   }
    .checkout-main .check-manager {
        width: 50%;
        float: left;
   }
    .checkout-main .check-manager .text{
        font-size:14px;
   }
    .pricing-page .first-price{
        width:28% !important;
   }
    .pricing-page .scd-dvlp{
        width:36% !important;
        margin-top: -34px !important;
   }
    .pricing-page .first-price .multi-file{
        min-height: 1119px;
   }
    .pricing-page .first-price .multi-2 {
        min-height: 1102px !important;
   }
    .copyright .right-side ul li a {
        color: #58678a;
        font-size: 11px;
   }
    .copyright .right-side ul li{
        padding: 0px 3px;
   }
    .copyright .left-side p {
        font-size: 11px;
   }
    .copyright .terms{
        padding: 24px 0px;
   }
    .footer .second-column ul li a .fa {
        margin-right: 3px;
   }
    .footer .second-column ul li{
        line-height:24px;
   }
    .footer .forth-column input{
        font-size:12px;
        padding: 12px 57px 12px 12px;
   }
    .footer .forth-column img{
        padding-top: 0px !important;
        margin-top: -3px;
   }
    .woocommerce-form-login{
        width: 60%;
        margin: 0 auto !important;
   }
    .suport-sec .request-feature .inner-fcr h4 {
        font-size: 18px;
        margin-bottom: 10px;
   }
    .file-management .made-easy {
        padding: 10px 40px !important;
   }
    .effor.bdr-btm-0{
        border-bottom: 1px #364b7b solid !important;
   }
    .feature-rate-section .right-circle .progress{
        margin-top:10px;
   }
    .file-stg-sec h2{
        line-height:40px;
   }
    .file-stg-sec .mdl-img h2 {
        margin-top: 5%;
   }
    .file-stg-sec .right-img h2 {
        margin-top: 10%;
   }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 5px 6px 10px 0px;
        margin-top: -10px;
        font-family: 'MuseoSans-500';
   }
    .find-ans .ques p{
        min-height:200px;
   }
    div#customer_details {
        width: 100% !important;
        float: left;
   }
    .woocommerce-checkout div#order_review {
        width: 100% !important;
        padding-right: 10px;
   }
    .menu-item-has-children > a::after {
        content: "";
        background: url(../images/down.png) no-repeat;
        right: 5px;
        top: 40px;
   }
    .woocommerce.columns-4 ul.products.columns-4 li img{
        padding: 30px;
        margin-bottom: 0px;
        width: 150px !important;
        margin: auto;
        height: 150px !important;
   }
    .cart_totals a.checkout-button.button.alt.wc-forward{
        font-size: 13px;
   }
   .footer .forth-column input[type="submit"]{
       top:5px !important;
   }
   .footer .forth-column input[type="submit"]{
       right:5px !important;
   }
   .second-price-sec .first-price .multi-file {
    padding: 15px 20px;
   }
   .new-pro-price .file-opretion {
    padding: 15px 20px;
 }
.woocommerce-MyAccount-content-inner{
   padding-top:10px; 
}
.short-parameter ul li p{
   margin-left: 53px;
   clear: both;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
    padding-left: 2%;
    padding-right: 2%;
}
.fm_notification_img img{
    display: none;
}
.fm_notification_bar{
    flex-direction: column;
}

}
@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-default {padding: 15px 0px;}
   .navbar-nav > li.menu-item-has-children a {
       padding-right: 25px !important;
   }
   .hdr-cart {padding: 0px;}
   .menu-item-has-children > a::after {top: 11px;}
   .navbar-default .wordprc {display: none;}
   .top-banner {min-height: 450px;}
   .top-banner h2, .top-banner h1 {
       margin-top: 20%;
       line-height: 48px;
   }
   .feature-sec {padding: 50px 0px;}
   .feature-sec h2 {margin-top: 0;}
   .pro-section {padding: 50px 0px;}
   .pro-section {padding: 50px 0px;}
   .pro-section .main-title h2 {margin-top: 0;}
   .checkout-main {padding: 50px 0px;}
   .checkout-main h2 {margin-top: 0;}
   .client-say {padding: 50px 0px;}
   .client-say h2 {margin-top: 0;}
   .suport-sec {padding: 50px 0px;}
   .get-started {padding-top: 50px;}
   .file-management .made-easy {padding: 0px 40px !important;}
   .checkout-main .check-manager img {max-width: 70%;}
   .subBanner.request-feature h2 {margin-top: 18% !important;}
   .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{padding: 0% 2% 2% 2%;}
   .woocommerce-form-coupon-toggle.fm_custom_toggle .woocommerce-info{width: 100%;margin-left: 0% !important;}
   .woocommerce-checkout .woocommerce-form-coupon-toggle {padding: 0 2%;}
   .fm_checkout_coupan_form{padding: 0 2%;}
   .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
       padding: 0 2%;
   }	

   .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
       display: inline-block;
       text-align: right !important;
       width: 100%;
   }
   .woocommerce-cart .quantity{
       float:right;
   }
   .woocommerce-cart .coupon input {
       float: left !important;
       width: 45% !important;
   }
   .woocommerce-cart #apply_coupan_cart {
       height: 41px;
       width: 45%;
   }
   .woocommerce-cart .woocommerce .cart_totals{
       width: 100%;
   }
   .woocommerce .cart_totals {
   width: 100% !important;
}
   .woocommerce-cart table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
       display: inline-block!important;

   }
   .woocommerce-cart .screen-reader-text{
       left:0;
   }
   .woocommerce-checkout div#order_review{
       min-height:inherit;
   }
   .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info{
       margin-left: 0% !important;
   }
    .woocommerce-checkout .woocommerce-form-login-toggle{
           padding: 0 2%; 
    }
    .navbar-default .navbar-nav > li.menu-item-has-children > a {
       margin-right: 0px !important;
   }
   /***sale **/
   .header_bar .navbar .container-fluid .col-md-9 {
       width: calc(100% - 75px);
   }
   .header_bar .navbar .container-fluid .col-md-3 {
       max-width: 75px;
   }
   .save_alert_bar .counter_display li .count_main {
       font-size: 13px;
       width: 28px;
       height: 28px;
       line-height: 28px;
   }
   .save_alert_bar .desc_txt .lg_txt {
       font-size: 14px;
   }
   .save_alert_bar .desc_txt .lg_txt .saletxt {
       font-size: 9px;
       margin-right: 3px;
       top: -3px;
   }
   .save_alert_bar .desc_txt .lg_txt .prctxt {
       font-size: 12px;
       top: -3px;
   }
   .save_alert_bar .custom-col-2 {
       padding: 0;
   }
   .save_alert_bar .btn_dv {
       padding-top: 4px;
   }
   .save_alert_bar .desc_txt {
       padding-top: 8px;
   }
   .save_alert_bar .counter_display li {
       padding: 0 1px;
   }
   .save_alert_bar .desc_txt .sm_desc {
       font-size: 9px;
       line-height: 12px;
       max-width: 143px;
       padding-left: 5px;
       padding-top: 0px;
   }
   .navbar-default .navbar-nav > li:last-child > a {
       padding-right: 0;
   }
   .navbar-default .navbar-nav > li > a {
       font-size: 12px;
   }

   .second-price-sec .fst-year h4 {
    font-size: 24px;
    margin-top: 15px;
}
.new-pro-price .top-back .pro {
    font-size: 24px;
    margin-top: 20px;
}
.new-pro-price .top-back .dolor {
    font-size: 54px;
    margin-top: -16px;
}
.second-price-sec .fst-year .fifty-dlr span {
    font-size: 54px;
}
}
@media only screen and (max-width: 767px) {
    .footer .forth-column .form-group {
       position: relative;
       width: 60% !important;
   }	 
   .premium-sec .bd-txt {
    width: 100%;
}
.new-all-ftr .inr-ftr p {
    width: 100%;
}
    .new-pro-price{margin-bottom:50px; }
    .new-pro-price.price-col2{margin-bottom:0; }
    .try-adds .new-price-title h2 {margin-top: 10px;}
   .try-adds .new-price-title {margin-bottom: 10px !important;}
   .try-adds .add-manag .get {min-height: inherit;}
    .new-pro-price.new-pro-price-block2 {margin-bottom: 0;}
   .get-started .ger-pro {
       margin-top: 10px;
   }
   .checkout-main .check-manager {
       min-height: 150px;
   }
   .suport-sec .request-feature {
       margin-top: 10px;
   }
    .find-ans {
       width: 100%;
       padding: 40px 15px;
       padding-bottom: 15px;
   }
    .find-ans .ques p {
       min-height: auto !important;
   }
    .login-dashboard ul{
        /*border:1px #dddddd solid !important;
        padding:15px !important;*/
    }
    .woocommerce-on-dashboard ul li a{
        background: transparent;
       border-bottom: 1px #ddd solid !important;
   }
   .woocommerce-on-dashboard ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
       border-bottom: none !important;
   }
   .woocommerce-on-dashboard ul li a:hover{
       background: #217edb;
       color: #fff !important;
   }
   .woocommerce-on-dashboard ul li.is-active a{
       background: #217edb;
       color: #fff !important;
   }
   .login-dashboard .woocommerce-MyAccount-content .button {
       margin-bottom: 5px !important;
   }
         
    .login-2 .dash_img_nav {
       width: 100% !important;
       margin-left:0px !important;
   }
        .woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--orders {
       display: none !important;
   }
   .woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--downloads {
       display: none !important;
   }
   .woocommerce-on-dashboard .woocommerce-MyAccount-navigation-link--payment-methods {
       display: none !important;
   }
        .new-pro-price .top-back img {
       position: absolute;
       top: -60px;
       left: -17px;
       width: 120px;
   }
   .first-price .fst-year img {
      top: -50px;
       left: -15px;
       width: 100px;
   }
   .checkout-main .check-manager img {
       max-width: 70%;
   }
   .client-say .review {
       margin-bottom: 30px;
   }
   .client-say .review .jack .school {
       min-height: inherit;
   }
    .woocommerce-on-dashboard ul li {
        display: block !important;
        float: inherit !important;
        width: 100% !important;
       /*margin-bottom: 15px !important;*/
   }
    .woocommerce-ResetPassword.lost_reset_password {
        padding: 7% 10% !important;
   }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 7px 15px 0px;
        margin-top: 0px;
        font-family: "MuseoSans-500";
   }
    .sub-menu li a {
        color: #035DA6;
        text-decoration: none;
        font-size: 14px;
        font-family: "MuseoSans-500";
        padding: 5px 10px;
        float: left;
        background: #FFF none repeat scroll 0% 0%;
        border-radius: 5px;
        margin-top: -16px;
        margin-left: 0px;
        margin-bottom: 10px !important;
   }
    .navbar-default .navbar-nav > li > a:hover {
        font-size: 16px;
        padding: 10px 7px 15px 0px;
        margin-top: 0px;
        font-family: "MuseoSans-500";
   }
    .woocommerce.columns-4 ul.products.columns-4 li img{
        padding: 30px;
        margin-bottom: 0px;
        width: 200px !important;
        margin: auto;
        height: 200px !important;
   }
    .woocommerce .cart_totals {
        width: 70% !important;
   }
    .woocommerce-form-coupon-toggle .woocommerce-info {
        width: 87% !important;
        margin-left: 7% !important;
   }
    .woocommerce-form-login-toggle .woocommerce-info{
        width: 87% !important;
        margin-left: 7% !important;
   }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        padding: 0% 5% 8% 5%;
   }
    .woocommerce-checkout div#order_review {
        padding: 0% 3% 8% 3% !important;
   }
    .file-stg-sec .left-img h2 {
        margin-top: 5%;
   }
    .file-stg-sec .mdl-img h2 {
        margin-top: 5%;
   }
    .file-stg-sec .right-img h2 {
        margin-top: 5%;
   }
    .new-pro-price .file-opretion{
        min-height:auto 
   }
    .pro-section .pro-right-txt{
        margin-right: 0px;
        text-align:left;
   }
    .pro-section .pro-right-txt ul li::after{
        left:-25px;
   }
    .pro-section ul {
        padding-left: 15px;
   }
    .pro-section .pro-right-txt{
        padding-left:25px;
   }
    .pro-section .pro-left-txt {
        margin-left: 0px;
   }
    .try-adds .container{
        padding:30px;
        padding-bottom: 40px;
   }
   .pro-section .pro-right-txt ul li {
       padding-right: 0px !important;
   }
   .pro-section .pro-right-txt ul li {
       padding-left: 15px !important;
   }
   .pro-section .pro-left-txt{
       padding-right:0%;
   }
    .suport-sec .request-feature .inner-fcr h4 {
        font-size: 24px;
        margin-bottom: 0;
   }
   .suport-sec .request-feature .inner-fcr {
       padding: 30px 30px;
   }
    .pricing-page .first-price .fst-year p{
        font-size: 24px;
   }
    .pricing-page .first-price .fst-year p span {
        font-size: 90px;
   }
    .pricing-page .first-price .fst-year p sup {
        top: -60px;
   }
    .pricing-page .first-price .fst-year .fst-usr h4 {
        font-size: 48px;
        margin-top: -85px;
   }
    .pricing-page .first-price .secong-year .fst-usr p {
        font-size: 24px;
   }
    .pricing-page .first-price .secong-year .fst-usr p span {
        font-size: 90px;
   }
    .pricing-page .first-price .secong-year .fst-usr h4 {
        font-size: 48px;
        margin-top: -86px;
   }
    .pricing-page .first-price .secong-year .fst-usr p span {
        font-size: 90px;
   }
    .pricing-page .first-price .secong-year .fst-usr p sup {
        top: 5px;
        font-size: 24px;
        float: none;
   }
    .pricing-page .first-price .third-year .fst-usr p{
        font-size:24px;
   }
    .pricing-page .first-price .third-year .fst-usr p span {
        font-size: 90px;
   }
    .pricing-page .first-price .third-year .fst-usr h4 {
        margin-top: -78px;
   }
    .simple-file-manage img {
        height: 400px !important;
        margin: auto;
   }
    .simple-file-manage.roll-back img {
        height: 400px !important;
        margin: auto;
        width: auto !important;
   }
    .login-2 .dash_img_nav{
        margin-top:25px;
   }
    .login-dashboard ul li a{
        width:100%;
        font-size:18px;
        padding:8px !important;
   }
    .new-all-ftr .inr-ftr{
        min-height:auto;
        text-align:center;
   }
   .new-all-ftr .inr-ftr .icon {
       float: none;
       margin-right: 0;
   }
    .woocommerce-form-login{
        width: 100%;
        margin: 0 auto !important;
   }
    .woocommerce-account.logged-in .login-sec .woocommerce{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
       /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
   }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: left !important;
        width: 100% !important;
        padding: 10% !important;
        -webkit-box-ordinal-group: 1 !important;
        -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 1 !important;
        -webkit-order: 1 !important;
        order: 1 !important;
   }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left !important;
        background: #f3f3f5;
        padding: 10% !important;
        width: 100% !important;
        min-height: auto !important;
        -webkit-box-ordinal-group: 2 !important;
        -moz-box-ordinal-group: 2 !important;
        -ms-flex-order: 2 !important;
        -webkit-order: 2 !important;
        order: 2 !important;
   }
    .article_sidebar{
        width:100% !important;
        float:left !important;
        padding: 5% !important;
   }
    .section_articles {
        width: 100% !important;
        float:left !important;
        padding: 5% !important;
   }
    .section_doc .doc_contain .doc_inner .all_col {
        width: 50% !important;
        float: left !important;
        box-sizing: border-box;
   }
    .section_doc .doc_contain .doc_inner .all_col .doc_single {
        padding-bottom: 30px !important;
        margin-top: 0 !important;
   }
    .all_col {
        padding: 20px !important;
        padding-top:0px !important;
   }
    .navbar-default .wordprc{
        text-align:center;
   }
    .footer .first-column p {
        font-size: 14px;
        margin-top: 0px;
   }
    .footer .second-column ul li a {
        font-size: 14px;
   }
    .footer .second-column ul li a .fa {
        margin-right: 10px;
   }
    .footer .second-column ul li {
        line-height: 28px;
   }
    .copyright .left-side p {
        font-size: 14px;
   }
    .copyright .right-side ul li a {
        color: #58678a;
        font-size: 14px;
   }
    .file-management .easy-img img{
        top:0px !important;
   }
    .checkout-main .check-manager .text{
        font-size:16px;
   }
    .file-management .easy-img img {
        min-height: auto !important;
        left: -15px;
   }
    .navbar-default{
        padding-top:15px !important;
   }
    .navbar-default .navbar-nav > li > a{
        margin-right:0px !important;
   }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
        max-height: 400px !important;
        margin-top:20px;
   }
    .navbar-default .wordprc{
        margin-top:0px !important;
   }
    .bdr-btm{
        border-bottom:0px !important;
   }
    .feature .friendly{
        width:100%;
        float:left;
        min-height:auto;
        border-bottom:1px #ccc solid;
        padding: 40px 30px 15px 30px;
   }
    .pro-img img{
        width:100%;
        height:auto;
   }
    .file-management .easy-img img{
        min-height:auto !important;
   }
    .documentation-sec .search-box .search-btn {
        margin-top: 17px;
   }
    .over-sec .first-over {
        padding: 10%;
   }
    .pricing-page .first-price .multi-file{
        min-height:auto;
   }
    .pricing-page .first-price{
        margin-bottom:50px !important;
   }
    .cart-2 .cart_totals {
        width: 80% !important;
   }
    .documentation-sec button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus{
        background: transparent !important;
   }
   .subBanner h2, .subBanner h1{
       margin-top: 15% !important;
       font-size: 40px !important;
   }
    .support h2 {
        margin-top: 35% !important;
        margin-bottom: 0px;
   }
    .database-manager h2{
        margin-top: 33% !important;
   }
    .addons h2{
        margin-top:35% !important;
   }
    .checkout-main .check-manager{
        width:100%;
        float:left;
        padding: 25px 15px;
   }
   .checkout-main h2 {
       margin-top: 0;
   }
   .client-say h2 {
       margin-top: 0;
   }
    .ticket-sec .right-tic{
        min-height: auto;
        width:100%;
        float:left;
        padding:6%;
   }
    .ticket-sec .left-tic{
        min-height: auto;
        width:100%;
        float:left;
        padding:6%;
   }
    .account-detail-section .detail-right{
        height:auto;
   }
    .account-detail-section .detail-left{
        height:auto;
   }
    .find-ans .ques{
        height:auto;
        margin-bottom:30px;
   }
    button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active{
        padding: 10px !important;
        background:#000 !important;
   }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background: rgba(0,0,0,0.9) !important;
        padding: 0px 30px;
   }
    .navbar-default .navbar-toggle:hover{
       /*background:#000 !important;
       */
   }
    button, input[type="submit"], input[type="button"], input[type="reset"]{
        padding: 10px !important;
   }
    .over-sec .first-over{
        min-height:auto;
   }
    .over-sec .second-over{
        min-height:auto;
   }
    .tab-content table td {
        text-align: left;
        padding: 20px 0px;
   }
    .top-banner h2, .top-banner h1{
        margin-top: 30%;
        line-height: 36px;
        font-size: 40px;
   }
    .client-say #quote-carousel{
        margin: 0px 40px;
   }
    .client-say #quote-carousel .carousel-control.right{
        right: -48px !important;
        margin-top: 30%;
   }
    .client-say #quote-carousel .carousel-control.left{
        left: -48px;
        margin-top: 30%;
   }
    .top-banner h2{
        margin-top: 30%;
        line-height: 40px;
        font-size: 30px;
   }
    .navbar-default .wordprc a{
        width:220px;
   }
    .support-bnr h2{
        margin-top:180px;
   }
    .nav-tabs > li{
        width:100%;
        float:left;
   }
    .top-banner h2, .top-banner h1{
        margin-top:18%;
        line-height: 60px;
        font-size: 40px;
   }
    .file-management .easy-img img{
        position:relative;
        height: auto;
   }
    .file-management .made-easy{
        padding:0px 40px;
        padding-bottom: 0 !important;
   }
    .copyright .left-side p{
        text-align:center;
   }
    .copyright .right-side ul{
        float: none;
        margin: auto;
        text-align: center;
   }
    .add-ons-bnr h2{
        margin-top:200px;
   }
    .navbar-default .wordprc{
        margin-top:15px;
   }
    .navbar-default .navbar-toggle .icon-bar{
        background:#fff;
   }
    .my-account h2{
        margin-top:40%;
   }
    .change-log-sec .left-change{
        min-height:auto;
   }
    .change-log-sec .right-change{
        min-height: auto;
   }
    .change-log-sec .right-change{
        padding:8% 8% 8% 18% 
   }
    .navbar-default .col-md-10{
        padding-left:0px !important;
        padding-right:0px !important;
   }
    .navbar-default .col-md-12{
        padding-left:0px !important;
        padding-right:0px !important;
   }
    .pricing-page .first-price{
        width: 90% !important;
        margin-bottom: 30px !important;
        margin-left: 5% !important;
        height:auto !important;
   }
    .pricing-page .scd-dvlp{
        margin-top:-0px !important;
        height:auto !important;
   }
    .pricing-page .first-price .multi-2{
        min-height:auto !important;
   }
    .footer .pdg-lft{
        padding-left:0%;
   }
    .find-ans .ques{
        min-height:auto;
        padding-bottom:30px;
   }
    .feature .friendly {
        margin: 5%;
        width: 90%;
   }
    .section_doc .doc_contain .doc_inner .all_col:nth-child(3n+3) {
        padding-left: 20px !important;
   }
    .ticket_btn{
        width:100% !important;
        text-align:center !important;
   }
    .ticket_btn a{float:none !important;}
    .find-ans .ques img {width: auto;}
    .woocommerce .actions input{width:50% !important;}
    .feature-sec .effor{
        padding:25px;
        text-align: center;
   }
   .feature-sec .icon {
       float: none;		
       margin: 0 auto;		
   }
    .login-dashboard ul li a{padding-bottom:0px;}
    .menu-item-has-children > a::after{
        right:0 !important;
        top: 15px;
   }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
        clear:both;
   }
    .shop_table .product-quantity .quantity{
        float:right;
        margin-top: -8px;
        margin-bottom: 7px;
   }
   .pro-section {
       padding: 40px 0px;
       padding-top:40px;
   }
   .pro-section .main-title h2 {margin-top: 0;}
   .feature-sec h2 {margin-top: 0;}
   .feature-sec .effor.last-col{
       padding-bottom:0 !important;
       border-bottom:none !important;
   }
   .pro-section p {margin-bottom: 10px;}
   .pricing-page {padding: 40px 0px;}
   .pricing-page .main-title {margin-bottom: 20px;}
   .client-say {padding-bottom: 50px;}
   .get-started {padding-top: 40px;}	
   .file-management .made-easy .light {margin-bottom: 0;}
   .feature-sec {padding-bottom: 50px;}
   section .pro-right-txt ul li {padding-right: 0px;}
   /*.top-banner .upgrade {margin-bottom: 0;}*/
   .file-manager-pro, .file-manager {min-height: 280px;}
   .powerful-function {padding: 40px 0px;}
   .powerful-function .tour {
       margin-top: 10px;
       margin-bottom: 0;
   }
   .feature-sec .afor-txt {
    width: 100%;
    margin: 25px auto;
}
   .powerful-function .tour .view-pric {padding: 15px 30px;}
   .simple-file-manage {padding-top: 40px;}
   .simple-file-manage .new-management {padding: 40px 0 !important;}
   .simple-file-manage.pro-feature-2 .new-management {
       padding-top: 0 !important;
   }
   .simple-file-manage.pro-feature-5 .new-management {
       padding-top: 0 !important;
   }
   .under-hood-sec h2 {
       font-size: 36px;
       line-height: 44px;
   }
   .under-hood-sec {padding: 40px 0px;}
   .more-features {padding: 40px 0px;}
   .second-price-sec {padding: 40px 0px;}
   .second-price-sec .first-price.price-col2 {margin-bottom: 0 !important;}
   .general-question {padding: 20px 0px 20px 0px;}
   .general-question #accordion a {
       padding: 20px;
       font-size: 22px;
   }
   .pricing {min-height: 280px;}
   .premium-sec .db-mng {
       text-align: center;
       min-height: inherit;
       padding: 40px 30px !important;
   }
   .premium-sec .db-mng .bd-img {
       width: 140px;
       float: none;
       margin: 0 auto;
   }
   .premium-sec {
       padding: 40px 0px;
       padding-bottom: 10px;
   }
   .premium-sec .bd-txt p {
       margin-bottom: 0;
   }
   .subBanner.documentation h5 {
       font-size: 20px;
   }
   .subBanner.documentation h2 {
       margin-top: 20% !important;
   }
   .documentation {
       min-height: 280px;
   }
   .section_doc .doc_contain {
       margin-bottom: 0 !important;
   }
   .section_doc {
       margin: 40px 0px;
       margin-bottom: 10px;
   }
   .subBanner.shortcodes {
       min-height: 280px;
   }
   .subBanner.shortcodes h2 {
       margin-top: 20% !important;
   }
   .short-sec {
       padding: 40px 0px;
           padding-bottom: 0;
   }
   .short-sec .yellow-line {
       margin-bottom: 10px;
   }
   .short-parameter h2 {
       margin-top: 0;
   }
   .operation-list-sec h2 {
       margin-top: 0;
       font-size: 30px;
   }
   .short-parameter {
       padding-bottom: 30px;
   }
   .operation-list-sec {
       padding-bottom: 20px;
   }
   .help-center-sec {
       padding: 40px 0px;
       text-align: center;
   }
   .help-center-sec img {
       margin-top: 0;
       float: none;
   }
   .help-center-sec a{
       float: none;
       margin-top: 10px;
       display: inline-block;
   }
   .new-contact .new-forms {
       padding: 30px 20xp;
   }
   .new-contact h2 {
       font-size: 34px;	
       margin-bottom: 15px;
   }
   .new-contact .new-forms .contact-no h3 {
       font-size: 34px;
   }
   .new-contact {
       padding-bottom: 40px;
   }
   .woocommerce-account .addresses .title h3 {
       width: 80% !important;
   }
   .fm_checkout_coupan_form{padding: 0 5%;}
   .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
           padding: 0 5%;
   }	
   
   .woocommerce-cart .screen-reader-text{
       left:0;
   }
   .woocommerce-form-login-toggle .woocommerce-info{
       margin-left: 2% !important;
   }
   .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-left: 2% !important;
    width: 96% !important;
}
   /***sale alert***/
   .save_alert_bar .custom-col-5 {
       width: 100%;
   }
   .save_alert_bar .custom-col-2 {
       width: 100%;
   }
   .save_alert_bar .btn_dv {
       text-align: center;
       padding-top: 0;
   }
   .save_alert_bar .desc_txt {
       padding-top: 0;
       margin-bottom: 15px;
   }
   .save_alert_bar .counter_display {
       margin-bottom: 15px;
   }
   .save_alert_bar .desc_txt .lg_txt {
       font-size: 36px;
       float: none;
       display: block;
       max-width: 100%;
       margin: 0 auto;
       line-height: 36px;
       width: 280px;
       text-align:center;
   }
   .save_alert_bar .desc_txt .sm_desc {
       display: none;
       float: none;		
       font-size: 12px;		
       line-height: 16px;
       width: 205px;
       padding-left: 0;
       padding-top: 5px;
       margin: 0 auto;
       max-width: 100%;
   }
   .header_bar .navbar .container-fluid .col-md-9 {
       width: 100%;
   }
   .header_bar .navbar-toggle.close-toggle{
       position: fixed;
       right: 30px;
       top: 15px;
   }
   .header_bar .navbar-default .navbar-toggle{
       width: 52px;
   }
   .new-pro-wrap{
    gap:60px;
   }
   .pricing-pro-wrap
   {
    gap:60px;
   }

}
@media only screen and (max-width: 560px) {
     .footer .forth-column .form-group {
   position: relative;
   width: 100% !important;
}
    
    .login-2 .dash_img_nav{
        padding-left:0px;
    }
    .login-2 .dash_img_nav{
        padding-top:0px;
    }
    .woocommerce-MyAccount-content-inner .woocommerce-EditAccountForm fieldset{
            padding: 42px 15px !important;
    }
    .woocommerce.columns-4 ul.products.columns-4 li img{
        padding: 30px;
        margin-bottom: 0px;
        width: auto !important;
        margin: auto;
        height: auto !important;
   }
    .woocommerce.columns-4 ul.products.columns-4 li{
        width:100% !important;
   }
    .payment_method_stripe .form-row.form-row-first {
        width: 100% !important;
   }
    .payment_method_stripe .form-row.form-row-last {
        width: 100% !important;
   }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        padding: 0% 2% 8% 2%;
   }
    .help-center-sec .help-ctr{
        width:100%;
        padding-left: 0px;
   }
    .first-ftr-section h2{
        font-size:30px;
   }
    .feature-rate-section h2{
        line-height: 40px;
   }
    .first-ftr-section h2{
        line-height: 40px;
        margin-top: 20px;
   }
    .feature-sec h2{
        font-size:42px;
   }
    .feature-sec .afor-txt {
        width: 100%;
        margin-top: 20px;
   }
    .simple-file-manage img {
        height: auto !important;
        margin: auto;
   }
    .simple-file-manage.roll-back img {
        height: auto !important;
        margin: auto;
        width: auto !important;
   }
    .simple-file-manage .new-management h2 {
        font-size: 36px !important;
        margin-bottom: 10px !important;
   }
    .powerful-function h2 {
        font-size: 36px;
        font-family: 'MuseoSans-700';
        line-height: 46px;
   }
    .powerful-function h2 .block {
        display: inline;
        width: 100%;
   }
    .section_doc .doc_contain .doc_inner .all_col{
        width:100% !important;
   }
    .database-manager h2{
        font-size:40px !important;
   }
    .client-say .review p {
        font-size: 14px;
   }
    .suport-sec p .block{
        display:inline;
   }
    .client-say .review{
        padding:15px !important;
   }
    .main-title {
        margin-bottom: 40px;
   }
    .file-management .made-easy p .block{
        display:inline;
   }
    .file-management .made-easy .light .block{
        display:inline;
   }
    .pro-img img{
        height:auto;
   }
    .file-management .easy-img img{
        min-height: auto !important;
        left: -15px;
   }
   .subBanner h2, .subBanner h1{
       margin-top: 20% !important;
       margin-bottom: 50px !important;
   }
    .client-say #quote-carousel .carousel-control.right{
        margin-top: 30%;
   }
    .client-say #quote-carousel .carousel-control.left{
        margin-top: 30%;
   }
    .database-manager h2{
        margin-top: 40% !important;
   }
    .support h2{
        margin-top:35% !important;
        margin-bottom:0px;
   }
    .terms-of-condition h5{
        font-size:20px;
   }
    .over-sec .first-over{
        padding: 10%;
   }
    .over-sec .second-over{
        padding: 20px 30px;
   }
    .top-banner h2, .top-banner h1{
        margin-top: 36%;
        line-height: 40px;
        font-size: 30px;
   }
    .navbar-brand > img{
        width:220px;
   }
    .premium-sec .bd-txt{
        width:100%;
        float:left;
   }
    .top-banner .upgrade .free{
        display:block;
        text-align:center;
        margin-right:0px;
   }
    .top-banner .upgrade .topro{
        display: block;
        text-align: center;
        margin-top: 20px;
   }
    .navbar-default{
        padding: 15px 0px;
   }
    .get-started .fst-for{
        display: block;
        margin-right: 0px;
        width: 90%;
        margin-left: 5%;
        padding: 15px;
   }
    .get-started .scd-pro{
        display: block;
        margin-right: 0px;
        width: 90%;
        margin-left: 5%;
        padding: 20px;
        margin-top:20px;
   }
    .terms-banner h2 {
        font-size: 40px;
        margin-top: 160px;
   }
    .cart-section .coupan-code a{
        width:100%;
        margin-left: 0px;
        margin-top: 20px;
   }
    .cart-section .update-card{
        width:100%;
   }
    .billing-detail{
        padding: 6% 3% 6% 4%;
   }
    .top-banner .upgrade .free{
        width: 84%;
        padding: 12px 20px;
        margin-left: 8%;
   }
    .top-banner .upgrade .topro{
        width: 84%;
        padding: 18px 20px;
        margin-left: 8%;
        margin-top:20px;
   }
    .client-say .yellow-line{
        margin-bottom:30px;
   }
    .top-banner h2 .block, .top-banner h1 .block{
        display:inline;
   }
    .feature{
        padding:40px 0px;
   }
    .checkout-main{
        padding:40px 0px;
   }
    .feature .friendly .block{
        display:inline;
   }
    .footer{
        padding: 40px 15px 0px 15px;
   }
    .client-say{
        padding:40px 0px;
   }
    .suport-sec{
        padding:40px 0px;
   }     
    .feature-sec{
        padding:40px 0px;
   }
    .checkout-main h2{
        font-size:42px;
   }
    .login-sec .con-no {
        width: 100%;
   }
    #wc-stripe-cc-form .form-row.form-row-wide{
        margin-bottom:0px !important;
        padding: 0em 1em !important;
   }
    #wc-stripe-cc-form .form-row.form-row-first{
        margin-bottom:0px !important;
        padding: 0em 1em !important;
   }
    #wc-stripe-cc-form .form-row.form-row-last{
        margin-bottom:0px !important;
        padding: 0em 1em !important;
   }
   .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
       margin-left:0!important;
       width:100%!important;
   }
   .woocommerce-form-coupon-toggle.fm_custom_toggle {
       padding: 0 2%;
   }
   .fm_checkout_coupan_form {
       padding: 0 2%;
   }
   .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
           padding: 0 2%;
   }	
   .woocommerce-checkout div#order_review{
       min-height:inherit;
   }
}
@media only screen and (max-width:480px) {
    .second-price-sec .first-price .multi-file {
   padding: 25px;
}
.short-parameter ul li p {
    margin-left: 30px;
    }
    .short-parameter ul li p {
    width: 90%;
  }
    .woocommerce .cart_totals {
        width: 100% !important;
   }
    .woocommerce-checkout-review-order ul li.payment_method_paypal label {
        width: 80% !important;
   }
    .woocommerce-checkout-review-order ul li.payment_method_paypal label .about_paypal{
        float:left !important;
        line-height: 20px !important;
        margin-top: 12px !important;
        margin-right: 7px !important;
   }
    .woocommerce-checkout-review-order ul li.payment_method_stripe label {
        width: 85% !important;
   }
    .login-2 .wc_user_name_dash{
        font-size:30px;
        line-height:40px;
   }
    .login-sec h2{
        font-size:30px;
   }
    .login-sec h4.fel-fre{
        font-size:16px;
   }
    .try-adds .new-price-title h2 {
        font-size: 30px;
   }
    .change-log-sec .right-change {
        padding: 8% !important;
   }
    .change-log-sec .left-change{
        padding: 8% !important;
   }
    .footer .forth-column input{
        width:100%;
   }
    .checkout-main h2{
        font-size:30px !important;
   }
    .feature-sec h2{
        font-size:30px;
        line-height: 40px;
   }
    .pro-section .main-title h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 40px;
   }
    .new-all-ftr .inr-ftr p{
        width:100%;
   }
    .more-features h2{
        font-size:36px;
   }
    .second-price-sec h2{
        font-size:36px;
   }
    .general-question h2{
        font-size:36px;
   }
    .powerful-function .tour .view-pric {
        width: 100%;
        float: left;
        margin-bottom: 20px;
   }
    .powerful-function .tour .take {
        width: 100%;
        float: left;
        margin-left: 0px;
   }
    .premium-sec .bd-txt h4{
        margin-top:10px !important;
   }
    .top-banner{
        min-height:auto !important;
        padding-bottom:40px !important;
   }
    .copyright .right-side ul li {
        padding: 0px 2px !important;
   }
    .copyright .right-side ul li a {
        color: #58678a;
        font-size: 12px !important;
   }
    .copyright .left-side p {
        font-size: 12px !important;
   }
    .copyright #return-to-top {
        float: none !important;
        text-align: center !important;
        margin-top: 20px !important;
   }
    .file-management .made-easy {
        padding: 0 20px !important;
   }
    .checkout-main .check-manager .text{
        font-size:14px;
   }
    .pricing h2{
        margin-top:60px;
   }
    .top-banner .upgrade .free {
        width: 90%;
        padding: 10px 20px;
        margin-left: 5%;
   }
    .top-banner .upgrade .topro{
        padding: 16px 20px;
        width: 90%;
        margin-left: 5%;
   }
    .file-management .made-easy .dark{
        font-size:20px;
   }
    .documentation-sec .main-title h2{
        font-size:30px;
   }
    .documentation-sec .search-box{
        padding: 15px 55px 15px 20px;
   }
    .documentation-sec .search-box input[type="text"]{
        font-size:18px;
   }
    .documentation-sec .search-box .search-btn{
        margin-top:7px;
        padding: 5px !important;
   }
    .subBanner h2, .subBanner h1{
        margin-top:30% !important;
   }
    .database-manager h2{
        margin-top: 50% !important;
   }
    .addons h2{
        margin-top:35% !important;
        margin-bottom:0px;
   }
    .addons h5{
        margin-top:10px;
   }
    .top-banner h2, .top-banner h1 {
        margin-top: 22%;
        line-height: 36px;
        font-size: 26px;
   }
    .file-management .made-easy h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 36px;
   }
    .feature h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 36px;
   }
    .checkout-main h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 36px;
   }
    .client-say h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 36px;
   }
    .suport-sec h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 36px;
   }
    .get-started h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 36px;
   }
    .copyright #return-to-top{
        float:right;
   }
    .add-one h5{
        font-size:20px;
        margin-top: 0px;
   }
    .add-one h2{
        margin-top:60%;
        margin-bottom: 10px;
   }
    .premium-sec .main-title p {
        font-size: 18px;
   }
    .premium-sec h2 {
        font-size: 30px;
        font-family: 'MuseoSans-700';
        line-height: 36px;
        text-align: center;
   }
    .support h2{
        margin-top:40% !important;
        margin-bottom:0px;
   }
    .support h5{
        font-size:20px;
        margin-top:10px;
   }
    .login-sec .login-frm .form .form-group .member-txt .remember{
        margin-left:0px;
   }
    .login-sec .login-frm{
        padding: 3% 10%;
   }
    .account-detail-section .detail-left .changes{
        width:100%;
        float:left;
        text-align:center;
   }
    .account-detail-section .detail-left .biling{
        width:100%;
        float:left;
        text-align:center;
        margin-bottom:10px;
   }
    .account-detail-section .detail-left{
        padding:6%;
   }
    .account-detail-section .detail-right{
        padding:6%;
   }
    .cart-2 .cart_totals {
        width: 100% !important;
   }
    .subBanner h2, .subBanner h1{
        font-size:40px !important;
   }
    .file-management .made-easy{
        width:100%;
        float:left;
   }
    .pricing-page .main-title h2 {
        font-size: 30px;
        line-height: 40px;
   }
    .pricing-page .main-title p{
        font-size:20px;
   }
    .woocommerce table.my_account_orders .button {
        margin-bottom: 5px;
   }

    .license-download-tbl a.my_account_dashboard_upgrade_button{
        margin-top: 10px !important;
        display: block;
        text-align: center;
   }
   .license-download-tbl td{
   font-size:14px !important;
}
.license-download-tbl th{
   font-size:14px !important;
}
.license-download-tbl td code{
   padding: 5px 10px !important;
   font-size:12px !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
   padding: 40px 20px !important;
}
.license-download-tbl td {
   padding: 10px 5px !important;
}


}

@media only screen and (max-width:396px) {
.shop_table.shop_table_responsive.my_account_orders.recent-order-tbl td a.button.view{
   padding: 10px !important;
   font-size:12px !important;
}
.shop_table.shop_table_responsive.my_account_orders.recent-order-tbl td a.button.invoice{
   padding: 11px 7px !important;
   font-size:12px !important;
}
.login-sec h2 {
   font-size: 24px;
}

}

@media only screen and (max-width:380px) {
    
    .new-pro-price .top-back img {
       position: absolute;
       top: -50px;
       left: -8px;
       width: 100px;
   }

    .second-price-sec .fst-year .fifty-dlr span {
       font-size: 58px;
       font-family: 'MuseoSans-700';
   }
   .second-price-sec .fst-year h4{
       font-size:24px;
   }
    
    .client-say #quote-carousel{
        margin-top:10px;
   }
    .client-say #quote-carousel .carousel-control.right {
        margin-top: 40%;
   }
    .client-say #quote-carousel .carousel-control.left {
        margin-top: 40%;
   }
    .second-price-sec .first-price .multi-file {
        padding: 25px;
   }
    .pricing-page .first-price .secong-year .fst-usr p span {
        font-size: 60px;
   }
    .pricing-page .first-price .fst-year p span {
        font-size: 60px;
   }
    .pricing-page .first-price .third-year .fst-usr p span {
        font-size: 60px;
   }
    .section_doc .doc_contain .doc_inner .all_col .doc_single {
        margin: 20px;
        margin-bottom: 0px;
   }
    .section_doc .doc_contain .doc_inner .all_col:nth-child(3n+3){
        padding-left:0px !important;
   }
    .section_doc .doc_contain .doc_inner .all_col:nth-child(3n+3){
        padding-right:0px !important;
   }
    .checkout-main .check-manager .text{
        font-size:12px;
   }
    .addons h2{
        margin-top:55% !important;
        margin-bottom:0px;
   }
    .addons h5{
        margin-top:10px;
   }
    .database-manager h2{
        margin-top: 50% !important;
   }
    .checkout h2{
        margin-top:65%;
   }
    .login-sec .login-frm .form .form-group .member-txt .remember{
        margin-left:0px;
   }
    .login-sec .login-frm{
        padding: 3% 10%;
   }
    .support h2{
        margin-top:60%;
        margin-bottom:0px;
   }
    .support h5{
        font-size:20px;
        margin-top:10px;
   }
    .top-banner h2, .top-banner h1 {
        margin-top: 25%;
        line-height: 30px;
        font-size: 20px;
   }
    .navbar-brand > img{
        width:180px;
        margin-top: 0px;
   }
    .my-account h2{
        margin-top:65%;
   }
    .cart h2{
        margin-top: 65%;
   }
    .navbar-default .wordprc a{
        width:200px !important;
   }
   .find-ans .ques img {
   width: 100%;
}
}
@media screen and (max-width:374px){
.subBanner.documentation h5 {
   font-size: 18px;
}
.subBanner.documentation h2 {
   font-size: 34px !important;
}
.subBanner.documentation h2 {
   margin-top: 50% !important;
}
.subBanner.shortcodes h5 {
   font-size: 20px;
}
.woocommerce-account .addresses .title h3 {
   font-size: 22px !important;
}
.woocommerce-MyAccount-content-inner .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title.title .edit {
   padding: 3px 10px;
}
.woocommerce-MyAccount-content-inner .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title.title .edit::after {
   margin-left: 5px;
}
/***sale alert***/
.save_alert_bar .desc_txt .lg_txt {
   font-size: 30px;
}
.save_alert_bar .desc_txt .lg_txt .saletxt {
   font-size: 16px;
   top: -9px;
}
.save_alert_bar .desc_txt .lg_txt .prctxt {
   font-size: 20px;
   top: -9px;
}
.contact.subBanner h2{
    font-size: 50px !important;
}
}
/*** woocommerce ***/
.woocommerce.columns-4 ul.products.columns-4 {
    border-top: 1px #ddd solid;
    padding-top: 30px;
}
.yellow_cta {
    background: #d8981c;
    color: #000 !important;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'MuseoSans-700';
    font-size: 14px;
    text-transform: uppercase;
    border: none !important;
}
.try-adds .add-manag a.mng-by.fm-coming-soon {
    padding: 10px;
    margin-left: 0;
}
.menu-item-has-children a:hover{
   /* border:none !important;
    */
    border-color: transparent !important;
}
.return-to-shop .button.wc-backward {
    background: #d8981c !important;
    color: #000 !important;
    padding: 16px 40px 13px !important;  
    font-size: 14px !important;
    font-family: 'MuseoSans-700' !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
}
.woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop {
    text-align: center !important;
}
.woocommerce-cart .return-to-shop {
   margin-top: 24px;
}
.woocommerce.columns-4 ul.products.columns-4 li{
    border: 1px solid #ddd;
    border-radius: 3px;
}
.woocommerce.columns-4 ul.products.columns-4 li a.added_to_cart.wc-forward{
    color: #1c5ea4;
    margin-left: 15px;
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 0px;
}
.woocommerce.columns-4 ul.products.columns-4 li img{
    padding: 30px;
    margin-bottom: 0px;
    margin: auto;
}
.woocommerce.columns-4 ul.products.columns-4 li{
    width: 22.15%;
}
.woocommerce.columns-4 ul.products.columns-4 li h2.woocommerce-loop-product__title {
    padding: 15px;
    padding-top: 0px;
    border-bottom: 1px #ddd solid;
    margin-bottom:15px;
    color: #333333;
    text-align: left;
    font-size: 16px;
}
.woocommerce.columns-4 ul.products.columns-4 li span.price {
padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    width: 100px;
    font-size: 20px;
    color: #1c5ea4 !important;
    font-family: 'MuseoSans-700' !important;
    margin-top: 4px;
}
.woocommerce.columns-4 ul.products.columns-4 li .button{
    margin: 14px;
    float:right;
    margin-top:0px;
    text-transform: uppercase;
}
.woocommerce-form-login-toggle a.showlogin{
    color: #205ea4;
    font-weight: bold;
    border-bottom: 1px #205ea4 solid;
}
.woocommerce-form-login-toggle a.showlogin:hover{
    text-decoration:none;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    border-top-color: #1e85be;
    border-top: 0px;
    width: 42%;
    margin-left: 7.8% !important;
    color:#111;
    margin-bottom: 20px !important;
    padding-left: 20px;
}
.woocommerce-form-login-toggle .woocommerce-info{
    width: 42%;
    margin-left: 7.8% !important;
    margin-bottom: 20px !important;
    border-top: 0px;
    padding-left: 20px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    color: #205ea4;
    font-weight: bold;
    border-bottom: 1px #205ea4 solid;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover{
    text-decoration:none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 h3 {
    margin-top: 0px;
    font-family: 'MuseoSans-700' !important;
    margin-bottom:0px;
}
ul.wc_payment_methods.payment_methods.methods {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-bottom: 0px !important;
}
li.wc_payment_method.payment_method_paypal {
    border: 1px #ddd solid;
    padding: 10px;
    border-radius: 5px;
}
li.wc_payment_method.payment_method_stripe {
    border: 1px #ddd solid;
    margin-top: 20px !important;
    padding: 10px;
    border-radius: 5px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1) !important;
    padding: 15px 0px !important;
}
.woocommerce table.shop_table th {
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'MuseoSans-700' !important;
    color: #333;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.woocommerce-ordering select.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/shop-slt.jpg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 20px;
    padding-top:10px;
}
.payment_box.payment_method_paypal {
    margin-bottom: 0px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    content: '' !important;
}

.shop_table.subscription_details .button.suspend {
   background: #125ea5 !important;
   color: #fff !important;
}
.shop_table.subscription_details .button.cancel {
   background: #125ea5 !important;
   color: #fff !important;
}

.related.products ul.products li.product{
    border: 1px #ddd solid !important;
}
.related.products ul.products li.product h2{
    padding: 0px 15px 15px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
    color: #333;
    text-align: left;
    font-size: 16px;
}
.related.products ul.products li.product img{
    border:0px !important;
    padding:30px;
}
.related.products ul.products li.product span.price{
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    width: 100px;
    font-size: 22px;
    color: #1c5ea4 !important;
    font-family: 'MuseoSans-700' !important;
}
.related.products ul.products li.product .button{
    margin: 14px;
    float: right;
    margin-top: 0px;
    text-transform: uppercase;
}
.related.products ul.products li a.added_to_cart.wc-forward{
    color: #1c5ea4;
    margin-left: 15px;
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 0px;
}
#comments .comment-respond{
    display:none !important;
}
.post-navigation{
    display:none;
}
/** .page-id-990 .login-2.login-dashboard {
    border: 1px #ddd solid;
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
}
**/
.page-id-990 .woocommerce-ResetPassword.lost_reset_password{
    max-width: 500px;
    margin: auto !important;
    border: 1px #ddd solid !important;
    padding: 15px !important;
}
.page-id-990 .woocommerce-form.woocommerce-form-login.login{
    max-width:500px;
    margin: auto !important;
    border: 1px #ddd solid !important;
    padding: 15px !important;
    clear: both;
}
.page-id-990 .login-2.login-dashboard .woocommerce .woocommerce-notices-wrapper {
    margin-top: 0px;
}
.woocommerce-ResetPassword.lost_reset_password p{
    color: #808080;
    font-size: 16px;
}
/** .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
    padding: 0px 20px !important;
}
***/
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row .woocommerce-Button.button{
    width:auto !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    display:none;
}
.woocommerce-message {
    background: #0f5ea5 !important;
    color: #fff !important;
    border-top: 0px !important;
    padding-left: 15px !important;
    margin-bottom: 20px !important;
    font-family: 'MuseoSans-700' !important;
    height: 50px !important;
    padding-right: 15px !important;
}
.woocommerce-message a.button.wc-forward {
    background: #fff;
    color: #0f5ea5;
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 8px;  
}
.login-2.login-dashboard .woocommerce p{
   /** padding:20px !important;
    **/
    margin-bottom:0px !important;
    font-family: "OpenSans-Regular" !important;
    padding-top:0px;
    width: 100%
}
.woocommerce-account.woocommerce-edit-address .login-2.login-dashboard .woocommerce p{
    position: relative;
}
.lost_reset_password .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
    padding-top: 0px !important;
    padding-bottom:0px !important;
}
.error404 .page-wrapper {
    background-color: transparent !important;
    border-top:1px #ddd solid !important;
    text-align: center !important;
}
.error404 .page-header{
    border-bottom:0px !important;
}
.error404 .page-wrapper .page-content h2{
    font-family: 'MuseoSans-700' !important;
    margin-bottom: 10px !important;
}
.error404 .page-wrapper .page-content p{
    font-family: 'OpenSans-Regular' !important;
    font-size: 16px !important;
    color: #888 !important;
}
.error404 .page-wrapper .page-content form label input{
    border: 1px #ddd solid !important;
    padding: 10px !important;
    font-weight: normal !important;
    border-radius: 3px !important;
}
.woocommerce-MyAccount-content-inner .woocommerce-EditAccountForm fieldset {
    border-radius: 5px;
    border:none;
   /* margin-left: 2px !important;
    */
   /* margin-right: 2px !important;
    */
    margin: 0;
    margin-bottom: 30px !important;
}
/*** woocommerce ***/
/*** start-dev-site-css ***/
/*** start-video-section ***/
.video-section .more-summer .imgSpan{
    display:block;
    opacity:0;
}
.video-section .more-summer{
    background-image: url(../images/video-bg.jpg) !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-height:600px;
    overflow:hidden;
}
.video-section .more-summer .tblViewsummer .celViewsummer{
    vertical-align:middle;
    display:table-cell;
}
.video-section .more-summer .tblViewsummer{
    display:table;
    width:100%;
    height:100%;
}
.video-section .more-summer .absPosElement{
    position:absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color:#fff;
    right:0;
    top:0;
}
.ms_video_pop_inner {
    border: 5px #fff solid !important;
}
.ms_video_pop .ms_video_pop_tbl .ms_video_pop_cel .ms_video_pop_inner .ms_video_pop_close {
    right: -5px !important;
    top: -54px !important;
}
/*** end-video-section ***/
/*** common-video-fancy-box ***/
.ms_video_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
    z-index: 1;
}
.ms_video_pop .ms_video_pop_overlay {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
    z-index: 0;
}
.ms_video_pop .ms_video_pop_tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.ms_video_pop .ms_video_pop_tbl .ms_video_pop_cel {
    display: table-cell;
    vertical-align: middle;
}
.ms_video_pop .ms_video_pop_tbl .ms_video_pop_cel .ms_video_pop_inner {
    max-width: 630px;
    margin: 0 auto;
    box-sizing: border-box;
    position:relative;
    background: #fff;
}
.ms_video_pop .ms_video_pop_tbl .ms_video_pop_cel .ms_video_pop_inner .ms_video_pop_close {
    position: absolute;
    right: -18px;
    top: -18px;
}
.ms_video_pop .ms_video_pop_tbl .ms_video_pop_cel .ms_video_pop_inner .ms_video_pop_frame {
    width: 100%;
    height: 354px;
    border: none !important;
    display: block;
}
/*** common-video-fancy-box ***/


/*** error-page ***/

.error404 .subBanner {
   background-image: url(../images/error.jpg);
   width: 100%;
   background-size: cover;
   background-position: center;
   min-height: 300px;
   background-repeat: no-repeat;
}

.error404 .page-header{
   padding-bottom:0px !important;
}
.error404 .page-title{
   display:none;
}
.error404 .error-sec {
   padding: 70px 0px;
}
.error404 .error-sec h2 {
   font-family: 'OpenSans-Bold';
   margin: 0;
   margin-bottom: 10px;
   font-size: 30px;
   color: #333333;
}
.error404 .error-sec span {
   color: #808080;
   font-size: 18px;
   font-family: 'OpenSans-Regular';
   font-weight: bold;
}
.error404 .error-sec span a {
   font-family: 'OpenSans-Regular';
   color: #2064b5;
   text-decoration: none;
   font-weight: normal;
}
.error404 .error-sec span a:hover{
   color: #2064b5;
   text-decoration: none;
}
/*** end-error-page ***/

/*** changelog-page ***/

.changelog{
   background-image: url(../images/changelog.jpg);
}

.changelog-sec ul li{
   margin-bottom:25px;
   list-style:none;
   color: #808080;
   line-height: 24px;
}
.changelog-sec ul li strong {
   font-family: 'MuseoSans-700' !important;
   font-size: 24px;
   color:#333333;
   margin-bottom: 10px;
   display: inline-block;
}
.changelog-sec ul li p{
   margin-bottom:0px;
   font-family: 'OpenSans-Regular';
       font-size: 16px;
}
.changelog-sec ul li span{
   font-family: 'OpenSans-Regular';
       font-size: 16px;
}
.changelog-sec ul li span:before {
  content: '';
   width: 6px;
   height: 6px;
   background: #267ddd;
   left: 0;
   z-index: 999;
   border-radius: 50%;
   display: inline-block;
   margin-right: 15px;
}
.changelog-sec ul li p:before {
   content: '';
   width: 6px;
   height: 6px;
   background: #267ddd;
   left: 0;
   z-index: 999;
   border-radius: 50%;
   display: inline-block;
   margin-right: 15px;
}

/*** end-changelog-page ***/


/**** [ Fm Notification Bar Css start ] ****/

.fm_notification_bar{
    background:#1e3467;
     padding: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}
 .fm_notification_bar p{
     margin:0px;
     font-family: 'OpenSans-Regular';
     font-size:14px;
     color: #fff;
}
.fm_notification_bar p img{
    margin-right: 3px;
}
 .fm_notification_bar .btn-sm{
    font-family:'MuseoSans-700', sans-serif;
    border-radius: 5px;
    background-color: rgb(216, 152, 28);
    text-transform:uppercase;
    font-size:12px;
    color:#000000;
    padding: 6px 13px;
    display: inline-block;
     margin-left: 22px;
     height: 30px;
 }
.fm_notification_bar .btn-sm{font-family:'MuseoSans-700', sans-serif;border-radius: 5px;background-color: rgb(216, 152, 28);text-transform:uppercase;font-size:12px;color:#000000;padding: 6px 13px;display: inline-block;   height: 30px;
    display: inline-flex;
    align-items: center;
	padding-top: 7px;
    justify-content: center; }
.fm_notification_bar .btn-sm:hover{ background-color:#eeac25; text-decoration:inherit; }

.fm_notification_bar .btn-parent{ display: inline-block; }
.fm_notification_bar .fm-notify-close{ position:absolute; right:20px; cursor:pointer; top: 14px; }
.fm_notification_bar .fm-notify-close:hover{ opacity:0.8; }

@media (max-width:1199px){ 
.woocommerce.columns-4 ul.products.columns-4 li span.price {
    padding: 10px;
    width: 76px;
    font-size: 14px;
}
.woocommerce.columns-4 ul.products.columns-4 li .button {
    margin: 10px;font-size: 12px;
}
.woocommerce.columns-4 ul.products.columns-4 li h2.woocommerce-loop-product__title {
  font-size: 14px;
}
	.woocommerce.columns-4 ul.products.columns-4 li {
    width: 31.3%;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: none;
}
}


@media (max-width:1023px){    
	.fm_notification_bar{ text-align: center; padding:20px 20px 0;}
    .fm_notification_bar .btn-parent{ display:block; margin-top:10px;}

}
@media (max-width:991px){ 
  	.fm_notification_bar .btn-sm{ margin-left: 0; }
    .fm_notification_inner p strong {display:block;}
}


@media (max-width:560px){
	.fm_notification_inner p{ font-size: 14px; }
   
}
@media(max-width:480px){
    .fm_notification_inner p strong{ display:inline; }
	.fm_notification_bar .fm-notify-close{ right: 15px; top: 2px; }
    .fm_notification_inner p{ max-width: 340px; margin: auto;}
}
/**** [ Fm Notification Bar Css end ] ****/

/**** [ Start Shortcode page css ] ****/



.shortcode-wrap {
    background: #fff;
    clear: both;
}
            .shortcode-container {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
            .shortcode-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0px 0;
}
.shortcode-left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    position: relative;
    z-index: 1;
     padding: 60px 0;
    background: #fafafb;
    padding-right: 38px;
}
.shortcode-left-col:before {
    content: "";
    background: #fafafb;
    display: block;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100vh;
    width: 100vh;
}
        .shortcode-right-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 68%;
                flex: 0 0 68%;
    max-width: 68%;
    padding: 60px 0 60px 60px;
        }
        .shortcode-list ul {
    margin: 0;
    padding: 0;
}
.shortcode-list ul li {
    list-style: none;
}
.shortcode-list ul li a {
    color: #045da6;
    display: block;
    font-size: 16px;
    padding: 0 0;
    line-height: 60px;
    border-bottom: 1px solid #e1e1e1;
        font-weight: 700;
        font-family: 'MuseoSans-700';
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
}
.shortcode-list ul li a:hover:before {
    opacity: 1;
    right: 0;
}
.shortcode-list ul li a:before {
    content: "";
    display: block;
    background: url(../images/list-item-arrow.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 14px;
    position: absolute;
    right: 23px;
    top: 23px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.shortcode-list ul li a.active-shortcode-item:before {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     right: 0px;
     opacity: 1;
}
 .shortcode-wrap .shortcode-disc h1 {
color: #141412 !important;
    font-size: 36px !important;
    line-height: 46px !important;
    font-weight: 700 !important;
    position: relative;
      margin: 0 !important;
    padding: 10px 0 !important;
    font-family: 'MuseoSans-700';
}
 .shortcode-wrap .shortcode-disc h1:before {
    content: "";
    display: block;
    height: 4px;
    width: 50px;
    background: #d8981c;
    position: absolute;
    bottom: 0;
}
.shortcode-row .shortcode-wp-file-info h2 {
    margin: 0 !important;
    font-size: 24px !important;
    color: #141412 !important;
    font-family: 'MuseoSans-700';
    line-height: 34px !important;
}
.shortcode-wp-file-info p {
    margin: 0;
    font-size: 16px;
    color: #808080;
    line-height: 22px;
   font-family: 'Museo Sans 300';
    padding: 16px 0;
}
.shortcode-wp-file-info {
    padding: 38px 0 0;
}
.shortcode-wp-file-info .well {
   margin: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-shadow: unset;
                box-shadow: unset;
            background: #f4f4f4;
}
.shortcode-wp-file-info .well textarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87%;
            flex: 0 0 87%;
    max-width: 87%;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border-radius: 3px;
    border: 1px solid #ddd;
        resize: none;
            min-height: 44px;
}
.shortcode-wp-file-info .well .mktooltip {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.5%;
            flex: 0 0 10.5%;
    max-width: 10.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.shortcode-wp-file-info .well .mktooltip button {
    width: 100%;
    background: #2878f0;
    border: none;
    height: 44px;
    padding: 0;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'MuseoSans-500';
}
.shortcode-wp-file-info .well .mktooltip button:focus {
    background: #2878f0 !important;
}
.shortcode-wp-file-info .well .mktooltip button:hover {
    background: #0e67ec !important;
}
.shortcode-disc hr {
    background: no-repeat;
    border-bottom: 1px solid #efefef;
    padding: 0;
    margin: 12px 0 0;
    background-size: unset;
    height: unset;
}
.go-to-parameters-link a {
  color: #205ea4 !important;
font-size: 16px;
font-family: 'MuseoSans-700';
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: auto;
text-decoration: none;
width: -moz-available;
}
.go-to-parameters-link a img {
    width: 100%;
    max-width: 18px;
    margin-right: 10px;
}
.go-to-parameters-link {
    margin-top: 35px;
}
.shortcode-perametors-col h4 {
    color: #333333;
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    margin: 5px 0;
    line-height: 22px;
        position: relative;
}
.shortcode-perametors-col p {
    margin: 0;
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    padding: 2px 0;
    font-family: 'OpenSans-Regular';
}
.shortcode-perametors-row .shortcode-perametors-col {
    border-bottom: 1px solid #ddd;
    padding: 6px 0 12px 44px;
}
.shortcode-perametors-row {
    margin: 24px 0 0;
}
.shortcode-perametors-col h4 span {
    height: 21px;
    width: 21px;
    background: #18336a;
    position: absolute;
    left: -44px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-family: 'MuseoSans-700';
    font-size: 12px;
    line-height: 12px;
    top: 2px;
}
.shortcode-perametors-row .shortcode-perametors-col:last-child {
    border: none;
    padding-bottom: 0;
}
.shortcode-directly ul li {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 15px;
    border-bottom: 1px solid #efefef;
}
.shortcode-directly ul {
    margin: 0;
    padding: 0;
}
.shortcode-directly ul li span {
    height: 21px;
    width: 21px;
    background: #18336a;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-family: 'MuseoSans-700';
    font-size: 12px;
        padding-top: 1px;
      margin-right: 18px;
}
.shortcode-directly ul li strong {
   color: #fe0000;
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    width: 169px;
}
.shortcode-directly ul li p {
    margin: 0;
    font-size: 16px;
    color: #808080;
    font-family: 'OpenSans-Regular';
    line-height: 24px;
}
.shortcode-directly {
    margin-top: 30px;
}
.shortcode-wp-file-info.shortcode-wp-file-info-last {
    margin-bottom: 40px;
}

.shortcode-wp-file-info p.shortcode_strong_tag {
    padding: 20px 0 0;
    color: #141412;
    font-size: 20px;
}
.shortcode-wp-file-info ul.shortcode-new-feature-list {
    margin: 14px 0;
    padding: 0;
}
.shortcode-wp-file-info ul.shortcode-new-feature-list li {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 20px;
    margin: 0;
    font-size: 15px;
    color: #808080;
    line-height: 22px;
    font-family: 'MuseoSans-500';
     transition: all 0.3s ease-in-out;
}
.shortcode-wp-file-info ul.shortcode-new-feature-list li:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f101";
    position: absolute;
    left: 0;
    top: 8px;
    color: #d8981c;
    transition: all 0.3s ease-in-out;
}
.shortcode-wp-file-info ul.shortcode-new-feature-list li:hover {
    padding-left: 25px;
     transition: all 0.3s ease-in-out;
}
.shortcode-wp-file-info ul.shortcode-new-feature-list li:hover:before {
     left: 5px;
      transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .woocommerce-message .wc-forward {
    display: none !important;
}
body.woocommerce-cart .woocommerce-message {
    background: #02680e !important;
}
/*start Media */
 @media screen and (max-width:1400px) {
    .shortcode-list ul li a {
    font-size: 14px;
}
.shortcode-list ul li a:before {
 height: 9px;
    width: 14px;
    }
  .shortcode-wrap .shortcode-disc h1 {
    font-size: 28px !important;
}
.shortcode-row .shortcode-wp-file-info h2 {
    font-size: 20px !important;
    }
    .shortcode-wp-file-info p {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
}
.shortcode-perametors-col p {
    font-size: 14px;
    line-height: 22px;
}
.shortcode-list ul li a {
    padding-right: 24px;
}
.fm_notification_inner p{
    font-size: 14px;
}
 }

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

    .fm_notification_inner p{
        font-size: 13px;
    }
    .fm_notification_bar .btn-sm{
        font-size:10px;
        padding:5px 6px;
    }

 }
  @media screen and (max-width:1099px) {
    .shortcode-list ul li a {
    line-height: 20px;
    padding: 12px 0;
       padding-right: 24px;
}
.shortcode-list ul li a:before {
    height: 9px;
    width: 14px;
    top: 18px;
}
.shortcode-wrap .shortcode-disc h1 {
    font-size: 24px !important;
    line-height: 34px !important;
}
.shortcode-wp-file-info {
    padding: 20px 0 0;
}
.shortcode-row .shortcode-wp-file-info h2 {
    font-size: 18px !important;
    line-height: 30px !important;
}
.shortcode-wp-file-info p {
    padding: 8px 0;
}
.shortcode-wp-file-info .well .mktooltip {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
    max-width: 14%;
}
.shortcode-wp-file-info .well textarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82%;
            flex: 0 0 82%;
    max-width: 82%;
}
.shortcode-right-col {
    padding: 60px 0px 60px 20px;
}
.shortcode-wp-file-info p.shortcode_strong_tag {
    font-size: 16px;
}
 }
@media screen and (max-width:767px) {
    .shortcode-left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 15px;
    margin-top: 15px;
}
.shortcode-left-col:before{
    display: none;
 }
 .shortcode-right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
        padding: 30px 0 30px 0;
}
.shortcode-directly ul li {
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
 
    -ms-flex-align: start;
 
}
.shortcode-directly ul li strong {
    width: 100px;
}
.shortcode-directly ul li p {
    width: 100%;
    padding-left: 38px;
}
.shortcode-directly ul li strong {
    margin: 8px 0;
}
.shortcode-wp-file-info .well textarea, .shortcode-wp-file-info .well .mktooltip {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.shortcode-wp-file-info .well .mktooltip {
    margin: 8px 0 0;
}
.shortcode-list ul li a{ font-size: 13px; }
.go-to-parameters-link a{ font-size: 12px; }
}
/**** [ End Shortcode page  css ] ****/

/**[ Logos updated on Site ]**/
.footer .first-column img{width: 250px;border: 0px !important;margin-bottom: 15px;margin-top: 25px;margin-left: 0;}
.navbar-brand img{ margin-top: 10px; width: 265px; border: 0px !important; margin-left: 15px; }

.woocommerce.columns-4 ul.products.columns-4 li a.woocommerce-LoopProduct-link img{ width: 100%; max-width: 150px; }
 
@media only screen and (max-width: 1199px){
    .navbar-brand img{ margin-top: 17px; width: 190px; }
}
@media only screen and (max-width:991px){ 
    .navbar-brand img{ width: 180px; margin-top: 4px; }
}
@media only screen and (max-width:767px){
    .navbar-brand img{ margin-top: 14px; } 
    .premium-sec .db-mng .bd-img{ width: 100px; }
}
@media only screen and (max-width:560px){
    .navbar-brand img{ width: 220px; margin-top: 11px; }
}
@media only screen and (max-width:380px){
    .navbar-brand img{ width: 180px; }
}
/**[ Logos updated on Site ]**/



.woocommerce-checkout .woocommerce-form-login.login .form-row button.button:focus {
    background: #d8981c !important;
}
.woocommerce-cart .shop_table td.actions input#coupon_code{
    padding: 8.5px;
    margin-top: 2px;
}
.woocommerce-shop .woocommerce-ordering {
    width: 220px;
}
body.woocommerce-cart .woocommerce-message a {
    color: #fff;
}
.under-hood-sec .bxslider .slick-next:before{
    content: "\f105";
}
.under-hood-sec .bxslider .slick-prev:before {
    content: "\f104";
}
.under-hood-sec .bxslider .slick-prev:before,
.under-hood-sec .bxslider .slick-next:before{
    font-family: 'FontAwesome';
    font-size: 22px;
    position:absolute;
    left:50%;
    top:0px;
    transform:translateX(-50%);
}
.under-hood-sec .bxslider .slick-prev,
.under-hood-sec .bxslider .slick-next{
    font-size:0px !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:focus{
    text-decoration: inherit;
}
.frm-account-detail .frm-account-detail {
    border: none;
}
a.woocommerce-MyAccount-downloads-file.button.alt {
    background-color: #125ea5 !important;
    margin-left: 2px;
}