body p,
body li p,
body ul li,
body ol li {
    font-size: 1.1em;
    color: #000;
}

body .sqs-block.html-block p,
body .sqs-block.html-block li p,
body .sqs-block.html-block ul li,
body .sqs-block.html-block ol li {
    font-size: 1.1em;
    color: #000;
}

body section div{
    color:#000 !important;
}

body .bg-gray {
    background-color: #f8f9fc;
}

.homepage .col {
    padding: 2em;
}

.homepage .col.education {
    /* background:  #e2ecca; */
    width: 50%;
    float: left;
    padding: 2em 0 2em 2em;
    position: relative;

}

.homepage .col.education .inner-e {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 15%;
    padding: 1em;
    
    border-radius: 5px;
    color: #fff !important;
   width: 60%;
}

.homepage .col.education .inner-e a.btn,
.homepage .col.business .inner-b a.btn {
    color: #333333;
    box-shadow: 1px 1px 10px #333;
    font-size: 1.5em;
    min-width:380px !important;
}

.homepage .col.education .inner-e a.btn{
    background: rgba(255, 255, 255, 0.6) !important;;
}

.homepage .col.business .inner-b a.btn{
    background: rgba(255, 255, 255, 0.6) !important;;
}

.homepage .col.education .inner-e a.btn:hover,
.homepage .col.business .inner-b a.btn:hover {
    background-color: #f5d218 !important;
}


.homepage .col.business {
    /* background: #c9e1f7; */
    width: 50%;
    padding: 2em 2em 2em 0;
    position: relative;

}

.homepage .col.business .inner-b {
    position: absolute;
    top: 60%;
    right: 15%;
    padding: 1em;
    
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
    width: 60%;
}

.homepage .col.business .inner-b h2,
.homepage .col.education .inner-e h2 {
    color: #fff !important;
    font-size: 1.7em;
    text-shadow: 1px 1px 5px #333;
}

body .t-shadow {
    text-shadow: 1px 1px 10px #333;
}

body .dark-blue h2,
body .dark-blue i,
body .dark-blue span {
    color: #064E6A !important;
}

body .btn-blue, body .shop_table.cart .coupon input.button {
    color: #fff;
    background-color: #4682f5;
}

.product-item:not(.no-hover) .add-btn, .product-item:not(.no-hover) .card-footer, .product-item:not(.no-hover) .product-info {
    height: 77px !important;
}

section.bg-cover {
    padding-left: 4em;
}

.cart-collaterals .h2, .cart-collaterals h2, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #353535 !important;
}

.far, .fas, .fab, .fal, .fa {
    font-size: 2em;
    /*border:1px solid red;*/
}

.icon {
    font-size: 2em;
}

body .btn-gigas {
    color: #fff;
    background-color: #064E6A;
    border-color: #064E6A;
}

.badge-purple {
    background-color: #064E6A;
}


section div .mb-1 {
    margin-bottom: 2em;
}

body .banner_custom {
    margin-top: 0em !important;
}

body .overlay-custom-blue::before {
    /*  background: rgb(119,164,13);
      background: linear-gradient(0deg, rgba(119,164,13,0.4) 32%, rgba(96,131,13,0.4) 100%);
  */
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(38, 177, 92, 0.88) 32%, rgba(38, 177, 92, 0.88) 100%);

}

.banner_title {
    margin-top: 5em !important;
}

body .mt-xl-n13 {
    margin-top: -19rem !important;
}

body div .bg-mongoose {
    background-color: #0E6687 !important;
}

body div .bg-biscay {
    background-color: #064E6A !important;
}

.flickity-page-dots-white .flickity-page-dots .dot.is-selected,
.button-same-position .flickity-button.next, .button-same-position .flickity-button.previous {
    color: #003565 !important;
}

body .space-up {
    padding-top: 17em !important;
}

body .space-d {
    padding-bottom: 3em !important;
}

body .space-d-m {
    margin-bottom: 3em !important;
}

body .m-space-up {
    margin-top: 5em !important;
}

body .container {
    padding-top: 1em;
}

body .container.tso {
    max-width: 70% !important;
}

body .container.tso .tco-results tr th,
body .container.tso .tco-results tr,
body .container.tso .tco-results,
body .container.tso .tco-results,
body .table-responsive .tco-results tr th,
body .table-responsive .tco-results tr{
    background: #E4F9B2 !important;
}

body .container.tso table.tco-results,
body .table-responsive .tco-results {
    --bs-table-accent-bg: #CEF7DD !important;
}

body .bg-blue {
    background: #064E6A !important;
    padding: 2em 0 2em 0;
}

body .bg-blue .h1,
body .bg-blue .h2,
body .bg-blue p {
    color: #fff !important;
}

.payment_method{
   width:100%; 
   position:relative;
   margin-top: 3em;
}

.payment_method div img{
    float:left;
    margin-right:5px;
    width: 23%;
}

body .text-r {
    text-align: left !important;
    float: left;
}

body .float-l {
    float: left !important;
    padding-right: 2em;
}

body .w-50 {
    width: 50% !important;
}

body .float-r {
    float: right !important;
}

body .overflow {
    overflow: hidden;
}

body .overflow-h {
    overflow: hidden;
}

body .video-container {
    width: 100% !important;
    text-align: center;
    max-height: 700px;
    overflow: hidden;
    display: block;
}

body .space-up-m {
    margin-top: 2em !important;
}

body .space-left {
    padding-left: 5em;
}

body .banner_custom .banner_title h1,
body .banner_custom .banner_title h2,
body .banner_custom .banner_title p,
body .text-w,
body ul.text-w li {
    color: #fff !important;
    z-index:1000000000;
}

body a {
    color: #0057a3;
}

body a:hover {
    color: #26b15c !important;
}

.btn:hover, .cart-collaterals .checkout-button:hover, .shop_table.cart input.button:hover, form.woocommerce-checkout .place-order .button:hover {
    color: #26b15c !important;
}


li a.active {
    color: #26b15c !important;
    font-weight: bold;
}

.btn-dodger:hover, .btn-teal:hover {
    color: white !important;
}

body .btn-gigas:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


body .overlay-primary::before {
    background-color: #042E81;
}

body ul.list-style {
    list-style: none !important;
}

body .bg-blue-dark {
    background-color: #03276c;
    padding: 3em 2em !important;
    background-image: url("/img/elements_chromebook-bg.png");
}

body .list-style {
    padding-top: 1em;
}

body .list-style li b {
    padding-left: 3em;
}

body .list-style li {
    line-height: 2em;
}

body .position-a {
    position: absolute;
    top: 18%;
    left: 10%;
    background: rgba(255, 255, 255, 0.87);
    border-radius: 5px;
    padding: 2em;
    box-shadow: 1px 1px 10px #919191;
}

body .position-r {
    position: relative;
}

body .space-l-p {
    padding-left: 2em;
}

body .text-left {
    text-align: left !important;
}

body .backgr-y {
    background-color: #ffe26a;
    padding: 2em;
}

body .bg-gray {
    padding: 3em 2em !important;
}

body .full-width {
    width: 99%;
    margin: 0 0.5em;
}

body .btn-primary,
body .cart-collaterals .checkout-button,
body form.woocommerce-checkout .place-order .button,
body .badge-purple {
    background: #064E6A !important;
}

body .btn-primary:hover {
    color: #000 !important;
}

body a.btn-footer,
body button.btn-footer {
    background: #333333 !important;
    color: #fff;
}

body .flickity-page-dots-vertical .flickity-page-dots {
    left: 2em !important;
}

body .text-white ul li,
body .text-white ol li {
    color: #fff !important;
    text-shadow: 1px 1px 8px #161616;
}

ol.space-l-p.text-left.text-white {
    padding: 3em 0 2em 10em;
}

body .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1rem;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #333333;
}

th div h6.mb-0{
    font-size:1.5em;
    font-weight:800;
    text-align:center;
}

span.text-custom-truncate{
    color:#000;
}

body div#comparePageBtn.fixed-bottom{
    z-index: 100000000 !important;
    width: 18%;
    float:right;
    left:82% !important;
}

body div#comparePageBtn.fixed-bottom a{
    background: #fff;
}

body .partners{
    width: 90%;
    overflow: hidden;
    margin:2em auto;
}

body .partners h4{
    width: 100%;
    overflow: hidden;
    font-size: 2em;
    padding: 2em 0 0 0;
    border-bottom:3px double #4682f5;
    margin-bottom:1em;
}

body .partners img{
    width:17%;
    float:left;
    margin-right:2.95%;
}


/* media queries */
@media screen and (max-width: 767px) {
    body .w-50 {
        width: 98% !important;
    }

    ol.space-l-p.text-left.text-white {
        padding: 2em 0 2em 1em;
    }

    body .list-style li b {
        padding-left: 0em;
    }

    body div .row {
        display: block;
    }

    .homepage .col.business,
    .homepage .col.education {
        width: 99%;
    }

    .homepage .col.education .inner-e {
        text-align: center;
        position: absolute;
        top: 25%;
        left: 3%;
    }


    .homepage .col.business .inner-b {
        position: absolute;
        top: 65%;
        right: 3%;
    }

    .homepage .col.business .inner-b h2,
    .homepage .col.education .inner-e h2 {
        color: #fff !important;
        font-size: 1.4em;
        text-shadow: 1px 1px 5px #333;
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        width: 99%;
    }

    body .container.tso {
        max-width: 100% !important;
    }

    body .banner_custom .banner_title h1,
    body .banner_custom .banner_title h1 span,
    body .banner_custom .banner_title h2,
    body .banner_custom .banner_title p{
        z-index:1000000000;
    }

    body .overlay-custom-blue::before {
        background: linear-gradient(0deg, rgba(38, 177, 92, 0.45) 32%, rgba(38, 177, 92, 0.22) 100%);
        z-index:1;

    }

    body .mt-xl-n13 {
        margin-top: -10rem !important;
    }
    .homepage .col.education .inner-e {
        top: 60%;
        left: 0%;
        width: 50%;
        padding:0;
    }

    .homepage .col.business .inner-b {
        top: 80%;
        right: 52%;
        width: 50%;
        padding:0;
    }

    .homepage .col.education .inner-e a.btn, 
    .homepage .col.business .inner-b a.btn {
        font-size: 1.4em;
    }
    section.bg-cover {
        padding-left: 1em;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 0 !important;
        margin-right: 0 !important;

    }

    .row>* {
        width: 96% !important;
    }

}
