﻿.tooltip {
    width: auto;
    height: auto;
    z-index: 0;
    border-radius: 0px;
    border: 0px solid #fff;
    position: absolute;
    background: none;
}

.software_page_description .text-center.mb-4 {
    margin-bottom: 15px !important;
    margin-top: 10px;
}
.sticky {
    left: 0;
    margin: auto;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 99;
    -webkit-animation: .3s ease-in-out fadeInDown;
    animation: .3s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
}
#tbnavtab.sticky {
    left: 0;
    margin: auto;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 99;
    -webkit-animation: .3s ease-in-out fadeInDown;
    animation: .3s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    background: #fff;
}


@media (min-width:1200px) {
    .sticky {
        top: 88px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .sticky {
        top: 81px;
        background: #fff;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sticky {
        top: 45px;
        background: #fff;
    }

    span.price-now {
        min-height: 55px;
        display: block;
    }
}

 

@media (min-width:1200px) {
    .mysticky {
        width: 1100px !important;
        margin: auto;
        left: 0px;
        right: 0px;
    }

    #tbnavtab.sticky {
        width: 1100px !important;
        margin: auto;
        left: 0px;
        right: 0px;
    }
}

@media (max-width:1024px) {
    .img-wrap iframe {
        height: 400px;
    }
}

@media (max-width:768px) {
    .img-wrap iframe {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .cs-brand_content .sub-title--two {
        right: 165px;
    }
    .sticky {
        position: fixed !important;
    }
    .sticky {
        position: relative !important;
    }

    .comparison th {
        font-size: 10px;
    }
}

@media (max-width:480px) {
    .service-area.mt-5 {
        margin-top: 1rem !important;
    }
    .img-wrap iframe {
        height: 200px;
    }
    .box-wid {
        display: flex;
    }
    .area-pg-content .tab > label {
        margin-top: 15px;
        height: 40px;
    }
    .page-content .tab > label {
        padding: 12px 5px;
        line-height: 12px;
        font-size: 9px !important; 
    }
    #tbnavtab.sticky {
        width: 92% !important;
        margin-left: 1rem !important;
    }
    #tbnavtab.sticky {
        top: 50px;
    }
}


.software_page_description .text-center.mb-4 {
    margin-bottom: 0px !important;
}


