/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Outfit:wght@300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

body, h1, h2, h3, h4, h5, h6{
    font-family: 'Outfit', sans-serif !important;
}
section.main-footer {
    padding: 60px 0;
    background: linear-gradient(45deg,#fff,hsla(0,0%,89.8%,.43137254901960786));
}
section.main-footer p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}
.footer-content .list-unstyled {
    margin: 0;
}
.footer-content .list-unstyled li a {
    color: #A1B2BC !important;
    line-height: 30px;
}
section#footer {
    padding: 10px;
    background-color: #3F3F3F;
    border-top: none;
    color: #fff;
    text-align: center;
}
.banner-image img {
    width: 440px;
}
.banner-image {
    text-align: center;
}
section.main-banner {
    background: #F6F6F6;
    padding: 40px 0 130px;
}
.sub-heading {
    color: rgb(73, 71, 71);
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
}
.banner-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 500 !important;
    margin-top: 4px;
    margin-bottom: 0;
    color: rgb(207, 0, 0);
}
.banner-content h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    color: #354052;
    margin: 10px 0;
}
.banner-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.banner-content ul li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-content ul li i {
    color: #32BA7C;
    margin-right: 5px;
}
.banner-content a {
    background: #DD170C;
    border-color: #DD170C;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none;
    border: 1px solid;
    border-radius: 4px;
    font-size: 14px;
}
.banner-content a:hover{
    background: transparent;
    color: #DD170C;
}
.banner-content {
    padding: 75px 0;
}
section.choose-us {
    background: #fff;
    padding: 80px 0 0;
}
.title-head {
    margin-top: 0;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}
.desc {
    font-family: 'Outfit', sans-serif;
}
.text-primary.title-head {
    color: #DD170C;
}
.choose-content {
    padding: 200px 0;
    padding-right: 112px;
}
section.secure-data .choose-img img {
    width: 100%;
}
section.secure-data .choose-content {
    padding: 130px 0;
    padding-right: 112px;
}
section.secure-data {
    background: #fff;
}
.footer-content img {
    width: 175px;
}
.logo-c img {
    width: 100%;
}
section.main-header {
    padding: 15px 0;
    background: #f6f6f6;
}
.lmenu-c ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.lmenu-c ul li {
    margin: 3px 10px;
}
.lmenu-c ul li a {
    color: #000 !important;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
}
.lmenu-c ul li a:hover{
    color: #DA393F;
}
section.main-header .col-md-8 {
    border-left: 2px solid rgb(236, 236, 236);
}
.s-btn {
    background-color: transparent;
    color: #DD170C !important;
    display: inline-block;
    margin-right: 15px;
}
.b-btn {
    background: #DD170C;
    border-color: #DD170C;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
}
section#header, section#home-banner, .home-shortcuts{
    display: none;
}
.btns-c {
    text-align: right;
}
section.pricing-table {
    background: linear-gradient(45deg,#fff,hsla(0,0%,89.8%,.43137254901960786));
    padding: 60px 0;
}
.p-feature-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-feature-tab ul li {
    margin-bottom: 10px;
}
.p-feature-tab ul li i {
    color: red;
    margin-right: 5px;
}
.pt-container {
    padding: 40px 20px 25px;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
    background: #fff !important;
    font-family: 'Outfit', sans-serif;
}
h4.c-plan__price.mb-2 {
    font-size: 28px;
    font-weight: 600;
}
.pt-container a {
    display: block;
    background: #DD170C;
    text-align: center;
    border: 1px solid #DD170C;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    text-transform: uppercase;
}
.pt-container {
    margin-bottom: 15px;
}
.devices-sec {
    background: #fff;
    padding: 80px 0;
}
.device-list {
    margin: 20px 0;
}
.device-list i {
    margin-right: 10px;
    color: #a5a5a5;
}
.device-content-c a {
    background: #DD170C;
    border-color: #DD170C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
}
.device-content-c {
    padding: 56px 0;
}
section.faq-sec {
    background: #fff;
    padding-bottom: 90px;
}
section.faq-sec .main {
    min-height: 125px;
}
section.faq-sec .main h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
section.faq-sec .main p {
    color: #9BB1BE;
}
section.faq-sec .desc {
    margin-bottom: 40px;
}
section.faq-sec .desc a {
    text-decoration: underline;
    color: #DD170C;
    font-size: 16px;
}
section.mobile-header{
    display: none;
}
.logo-container-m img {
    width: 100%;
}
.logo-container-m .openbtn img {
    width: 45%;
}
.logo-container-m #main {
    text-align: right;
}
section.mobile-header {
    padding: 20px 0;
}
.my-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.my-sidebar a {
    font-size: 20px;
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
    transition: 0.3s;
    text-decoration: none;
}

.my-sidebar a:hover {
  color: #f1f1f1;
}

.my-sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  cursor: pointer;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
}
@media screen and (max-height: 450px) {
  .my-sidebar {padding-top: 15px;}
  .my-sidebar a {font-size: 18px;}
}
.logincontainer {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 30px;
    border-radius: 10px;
}
.logincontainer h1 {
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    color: #DD170C !important;
    font-weight: 700 !important;
}
.logincontainer h1 small {
    font-size: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #DD170C !important;
    border-color: #DD170C !important;
}
.btn-default {
    color: #DD170C !important;
    background-color: #fff !important;
    border-color: #DD170C !important;
}
.logincontainer .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.tiles .tile {
    margin: 0 10px;
    text-align: center;
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff !important;
    padding: 30px;
    width: 23%;
}
.tiles .icon {
    background: #ffeaec;
    padding: 10px;
    font-size: 20px;
}
.tile .icon i {
    font-size: 20px;
    color: #DD170C;
}
.tiles .tile .highlight, .home-kb-search, div.header-lined .breadcrumb {
    display: none !important;
}
.tile .stat {
    color: #354052;
    font-family: 'Outfit', sans-serif;
}
div.header-lined h1 {
    color: #354052 !important;
}
section#main-menu, .navbar-main {
    background-color: #354052 !important;
}
.navbar-main .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover, .navbar-main li.account {
    background-color: #DD170C !important;
}

body #order-standard_cart .products .row.row-eq-height .product {
    padding: 25px 22px 28px;
    border: 1px solid #ccc;
    height: 95%;
}
body #order-standard_cart .products#products .product {
    padding: 35px 35px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}
#order-standard_cart .products .product div.product-desc ul.list, body #order-standard_cart .products .product header {
    padding: 0;
}
body #order-standard_cart .products#products .product header {
    background: transparent;
    margin-bottom: 15px;
}
body #order-standard_cart .products .product header span {
    font-size: 20px;
    line-height: 20px;
    color: #c0392b;
    font-weight: 700;
}
body #order-standard_cart .products .product footer, body #order-standard_cart .products .product div.product-desc {
    margin: 0;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-desc, #order-standard_cart .products .row.row-eq-height .product footer {
    border: 0;
    padding: 0;
}
body #order-standard_cart .products#products .product div.product-desc {
    border-top: 1px solid #e7e7e7;
    padding: 15px 14px 8px;
}
#order-standard_cart .products .product div.product-desc p {
    margin: 0;
}
#order-standard_cart .products .row.row-eq-height .product div.product-desc p {
    font-size: 14px;
    line-height: 23px;
    color: #7c8088;
    font-weight: 600;
}
#order-standard_cart .products .row.row-eq-height .product footer {
    border: 0;
    padding: 0;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    font-size: 12px;
    color: #474747;
    font-weight: 600;
}
body #order-standard_cart .products#products .product div.product-pricing {
    align-items: center;
    margin-bottom: 25px;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    text-align: left;
}
body #order-standard_cart .products#products .product div.product-pricing span.price, body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 25px;
    line-height: 32px;
    color: #34495e;
    font-weight: 800;
    position: relative;
    top: 7px;
    margin-right: 6px;
}
body #order-standard_cart .products#products .product div.product-pricing span.price {
    width: auto;
    float: left;
}
body #order-standard_cart .products .btn-success {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #DD170C !important;
    border-color: #DD170C !important;
}
#order-standard_cart .btn-checkout {
    padding: 10px 20px !important;
    border-radius: 4px !important;
    background: #DD170C !important;
    border-color: #DD170C !important;
}
#order-standard_cart .order-summary {
    background-color: #333 !important;
    border-bottom: 3px solid #333 !important;
}
#order-standard_cart .view-cart-items-header{
    background-color: #333 !important;
}
#order-standard_cart .view-cart-items{
    border-bottom: 1px solid #333 !important;
}
#order-standard_cart .empty-cart .btn{
    background-color: #333 !important;
}
section#main-menu{
        display: none;
    }
    .b-btn {
        color: #fff !important;
    }
    .sidebar.sidebar-secondary {
        display: none;
    }
    g.a-rotate path {
    animation: rotation 3s infinite linear;
}
.a-grow path{
    animation: grow 6s infinite;

}
.download-bc p {
    color: rgb(73, 71, 71);
    font-size: 16px;
    margin: 0 !important;
}
.download-bc h2 {
    font-size: 28px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 35px;
}
.download-bc .c-btn.c-btn--danger {
    background: #DD170C;
    border-color: #DD170C;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 24px;
    border-radius: 4px;
}
.download-bc {
    padding: 180px 0;
}
section.download-banner {
    background: #f6f6f6;
}
.app-store-links span {
    display: block;
    text-align: left;
}
.btn.btn-store {
    display: block;
    color: #777777;
    width: 250px;
    padding: 12px 20px !important;
    border-color: #dddddd !important;
    margin: 0 auto;
    margin-bottom: 10px;
}
section.d-links-sec {
    padding: 50px 0 20px;
}
section.d-links-sec h4 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
}
.btn.btn-store .app-icon {
    margin-right: 15px;
    margin-top: 5px;
}
.btn.btn-store:hover{
    color: #ffffff !important;
    background-color: #DD170C;
    border-color: #A80004 !important;
}
.btn.btn-store .btn-caption {
    font-size: 24px;
    margin-top: -4px;
}
.app-store-links:after {
    content: "---or---";
    position: absolute;
    right: 0;
    top: 125px;
    font-size: 15px;
}
.app-store-links {
    padding: 50px 0;
}
.windows-btn {
    display: inline-block;
    margin: 20px 10px;
}
.windows-btn .btn.btn-store span {
    display: block !important;
    text-align: left;
}
section.download-fire {
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
section.download-os {
    padding-bottom: 40px;
}   

   
   
   
   
   
   
   
   
   
   
   
   
   
   
    
















@media(max-width:1024px){
    section.main-header .col-md-2 {
        width: 20%;
        display: inline-block;
    }
    section.main-header .col-md-7 {
        width: 50%;
        display: inline-block;
        text-align: right;
    }
    section.main-header .col-md-3 {
        width: 29%;
        display: inline-block;
    }
    .tiles .tile{
        width: 100%;
    }
    section.mobile-header .logo-container-m a img {
        padding: 18px 0;
    }
    section.mobile-header .logo-container-m .openbtn img {
        width: 20%;
        padding: 10px 0;
    }
    section.mobile-header {
        display: block;
    }
    section.main-header{
        display: none;
    }
    .logo-container-m img {
        width: 45%;
    }

}



@media(max-width:998px){
    section.mobile-header .logo-container-m a img {
        padding: 20px 0;
    }
    section.mobile-header .logo-container-m .openbtn img {
        width: 42px;
        padding: 14px 0;
    }
    section.choose-us {
        padding: 40px 60px;
    }
    .choose-img img {
        width: 50%;
        margin-bottom: 50px;
    }
    section.secure-data .choose-img img {
        width: 50%;
    }
    section.secure-data {
        padding: 10px 60px;
    }
    section.pricing-table {
        padding: 60px;
    }
    section.main-banner {
        padding: 55px 60px 30px;
    }
    .devices-sec {
        background: #fff;
        padding: 60px;
    }
    section.faq-sec {
        padding: 0 60px 60px;
    }
    .banner-content {
        padding: 0;
    }
    section.mobile-header {
        padding: 0;
        background: #fff;
    }
    .choose-img {
        text-align: center;
    }
    section.secure-data .choose-content {
        padding: 0;
        padding-right: 0;
    }
    .choose-content {
        padding: 0;
        padding-right: 0;
    }
    section.secure-data .choose-content:last-child {
        padding-top: 115px;
    }
    section.secure-data .choose-img {
        position: absolute;
        top: -300px;
    }
    .title-head{
        font-size: 20px;
    }
    section.main-footer{
        padding: 60px;
    }
    .banner-image svg {
        width: 100% !important;
    }
    .app-store-links {
        padding: 10px 0;
    }
    .windows-btn {
        margin: 10px;
    }
    .download-bc {
        padding: 60px 0 !important;
    }
}




@media(max-width:480px){
    .banner-image img {
        width: 100%;
    }
    .banner-content {
        padding: 0 0 40px;
    }
    section.main-banner {
        padding: 55px 0 70px;
    }
    .choose-img img {
        width: 100%;
    }
    .choose-content {
        padding: 40px 0 0;
        padding-right: 0;
    }
    section.secure-data .choose-content {
        padding: 0;
        padding-right: 0;
    }
    section.choose-us {
        padding: 40px 0;
    }
    section.mobile-header{
        display: block;
        padding: 0 15px;
        background: #fff;
    }
    section.main-header{
        display: none;
    }
    .tiles .tile {
        width: 47%;
        margin: 5px !important;
    }
    .logo-container-m img {
        width: 130px;
    }
    .logo-container-m .openbtn img {
        width: 30%;
    }
    .choose-img img {
        width: 70%;
    }
    .choose-img, .device-img-c {
        text-align: center;
    }
    .title-head {
        font-size: 20px;
    }
    section.secure-data .choose-content:last-child {
        padding-top: 210px;
    }
    section.secure-data .choose-img img {
        width: 70%;
    }
    section.secure-data .choose-img {
        position: absolute;
        top: -316px;
    }
    .device-img-c img {
        width: 95%;
    }
    section.secure-data {
        padding: 0;
    }
    section.choose-us .choose-content {
        padding: 0;
    }
    section.pricing-table {
        padding: 60px 0;
    }
    .devices-sec {
        padding: 60px 0;
    }
    section.faq-sec {
        padding: 0 0 60px;
    }
    section.main-footer {
        padding: 60px 0;
    }
}




@keyframes grow {
 0% {
    transform: scale( 1 );
  }
  
  50% {
    transform: scale( 1.2 );
  }
  
  100% {
    transform: scale( 1 );
  }
}
   @keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
