@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,600,600i,700,700i&display=swap);
body {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    color: #2e2e2e;
    font-size: 16px;
    font-display: swap;
}
h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-display: swap;
}
.li, .p, li, p {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-display: swap;
    font-weight: 300;
}
.py-6{
    padding-bottom: 4rem!important;
    padding-top: 4rem!important;
}
strong{
    font-weight: 600;
}
.gray-bg {
    background-color: #f1f6fc;
}
.dropdown-item{
    padding:.25rem 2rem;
}
.main-heading{
    font-size: 30px!important;
    line-height: 40px!important;
    font-weight: 700;
    color: #0d4e8f;
    position: relative;
    margin-top: 23px;
}
.heading-tagline{
    font-size: 18px!important;
    font-weight: 300;
    color: #2e2e2e;
    margin-bottom: 0.5rem;
}
.bg-drk-blue{
    background-color: #0d4e8f;
}
a{
    color: #2e2e2e;
}
.a-hover-none:hover{
    text-decoration: none;
}
.heading {
    font-size: 30px!important;
    line-height: 40px!important;
    font-weight: 300;
    color: #2e2e2e;
    position: relative;
    padding-bottom: 1rem 
}
.heading:after {
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0d4e8f;
    right: 0;
    margin: auto 
}
.small-heading {
    font-size: 20px!important;
    font-weight: 300;
    color: #2e2e2e;
    margin-bottom: .5rem 
}
.bg-drk-blue {
    background-color: #0d4e8f 
}
.btn-d{
    background: #0d4e8f;
    color: #fff;
    margin: 0 0.5rem;
    border-radius: 30px;
    border: 2px solid #f1f6fd;
    padding: 0.4rem 1.2rem;
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
    text-decoration: none;
    transition: ease 0.5s;
    display: inline-block;
}
.btn-d:hover{
    background: #d2e3ff;
    color: #0d4e8f;
    border-radius: 30px;
    border: 2px solid #0d4e8f;
    margin: 0 0.5rem;
    padding: 0.4rem 1.2rem;
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
    text-decoration: none;
}
.btn-p{
    background: #d2e3ff;
    color: #0d4e8f;
    border-radius: 30px;
    border: 2px solid #0d4e8f;
    margin: 0 0.5rem;
    padding: 0.4rem 1.6rem;
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
    text-decoration: none;
    transition: ease 0.5s;
    display: inline-block;
    margin-top: 10px !important;
}
.btn-p:hover{
    background: #0d4e8f;
    color: #fff;
    margin: 0 0.5rem;
    border-radius: 30px;
    border: 2px solid #f1f6fd;
    padding: 0.4rem 1.6rem;
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
    text-decoration: none;
}
.breadcrumb-main{
    box-shadow: 0px 3px 10px 0px rgb(38 59 94 / 10%);
    background: #0d4e8f;
    border-bottom: 1px solid #dddddd36;
}
.breadcrumb-main .breadcrumb{
    padding: 0.3rem 0;
    margin: 0;
    background-color: #0d4e8f;
}
.breadcrumb-main .breadcrumb .breadcrumb-item a{
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
.demo-tagline{
    font-size: 13px;
}
.live-chat {
    display:none;
    position: fixed;
    z-index: 9999;
    top: 190px;
    right: 0;
    background-color: #0d4e8f;
    color: #fff;
    padding: 3px 10px 7px 10px;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    border: 1px solid #fff;
    text-align: center 
}
.live-chat a {
    color: #fff 
}
.live-chat a:hover {
    text-decoration: none 
}
.live-chat a span {
    color: #fff;
    font-size: 17px 
}
.w3-container.city.row{
    display: block;
}
.w3-container.city{
    display: none;
}
.navbar {
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 10%);
    background: #fff;
    padding: 0 1rem;
    font-size: 15px 
}
.form-control2 {
    margin-right: 0!important;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    font-size: 14px;
    height: calc(1em + .75rem + 2px) 
}
.form-control2:focus {
    box-shadow: none;
    outline: 0;
    border-color: #ced4da 
}
.btn-search {
    color: #0d4e8f;
    border-color: #ced4da;
    padding: 0 10px;
    font-size: 14px;
    height: calc(1em + .75rem + 2px);
    border-radius: 0 5px 5px 0 
}
.btn-search:hover {
    background-color: #fff;
    border-color: #ced4da 
}
.btn-search:focus {
    box-shadow: none;
    outline: 0;
    border-color: #ced4da 
}
.nav-link {
    font-size: 16px;
    padding: 1.5rem .8rem!important 
}
.navbar-light .navbar-nav .nav-link {
    color: #2e2e2e 
}
.dropdown-mega {
    position: relative;
    display: contents 
}
.dropdown-mega .mega-menu {
    margin: 0;
    width: 100%;
    padding: 0;
    font-size: 15px;
    z-index: 99999;
}
.dropdown-mega .mega-menu .row {
    margin: 0 
}
.dropdown-mega .side-tab {
    background: #fff;
    padding: 1rem 2rem 
}
.dropdown-mega .side-tab .menu-head {
    border-bottom: 2px solid #0d4e8f;
    margin-bottom: .5rem;
    padding: .5rem 0 
}
.dropdown-mega .side-tab .menu-head span {
    font-size: 20px 
}
.dropdown-mega .side-tab .w3-sidebar {
    list-style: none;
    padding: 0 
}
.dropdown-mega .side-tab .w3-sidebar .w3-bar-item {
    float: left;
    min-width: 100%;
    background: #f1f9ff;
    color: #0d4e8f;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    position: relative 
}
.dropdown-mega .side-tab .w3-sidebar .w3-bar-item.w3-red {
    background: #0d4e8f;
    color: #fff 
}
.dropdown-mega .side-tab .w3-sidebar .w3-bar-item.w3-red:after {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 0 0 0 100%;
    background-color: #0d4e8f;
    position: absolute;
    transform: rotate(45deg);
    right: -5px 
}
.dropdown-mega .side-tab .view-all-btn a {
    background: #0d4e8f;
    float: left;
    color: #fff;
    border: 2px solid #ddd;
    padding: 10px 20px;
    border-radius: 2rem;
    margin-top: 1rem;
    text-decoration: none;
    transition: ease .5s 
}
.dropdown-mega .side-tab .view-all-btn a:hover {
    box-shadow: 5px 5px 10px #0d4e8f5e 
}
.dropdown-mega .side-content {
    background: #f1f9ff;
    padding: 2rem 
}
.dropdown-mega .side-content .product-item {
    width: 50%;
    float: left;
    list-style: none;
    padding-right: 2rem;
    max-height: 36rem;
    overflow-y: auto
}
.dropdown-mega .side-content .product-item li {
    min-width: 100%;
    float: left 
}
.dropdown-mega .side-content .product-item li a {
    color: #0d4e8f;
    line-height: 30px;
    text-decoration: none 
}
.dropdown-mega .side-content .product-item li a:before {
    font-family: fontawesome;
    content: "\f105";
    margin-right: 5px;
    margin-left: -20px;
    color: #0d4e8f;
    transition: ease .5s 
}
.dropdown-mega .side-content .product-item li:hover a:before {
    font-family: fontawesome;
    content: "\f105";
    margin-right: 10px;
    margin-left: -20px;
    color: #0d4e8f;
    transition: ease .5s 
}
.dropdown-mega .side-content .product-item .catagery {
    min-width: 100%;
    text-align: center;
    border-bottom: 1px solid #0d4e8f;
    padding-bottom: .5rem;
    margin-bottom: .5rem 
}
.dropdown-mega .side-content .product-item .catagery a {
    font-size: 20px;
    line-height: 10px 
}
.dropdown-mega .side-content .product-item .catagery a:before {
    display: none 
}
.dropdown-mega .side-content .product-item .mac:before, .windows:before {
    display: none 
}
.dropdown-mega .side-content .product-item .windows {
    display: none;
    font-size: 14px;
    border: 1px solid #0d4e8f;
    background: #0d4e8f;
    color: #ffff!important;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 0;
    transition: ease .5s 
}
.dropdown-mega .side-content .product-item .mac {
    display: none;
    font-size: 14px;
    border: 1px solid #0d4e8f;
    background: #0d4e8f;
    color: #ffff!important;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 0;
    transition: ease .5s 
}
.dropdown-mega .side-content .product-item li:hover .windows {
    display: inline-block 
}
.dropdown-mega .side-content .product-item li:hover .mac {
    display: inline-block 
}
.dropdown-mega .side-content .product-details {
    width: 50%;
    background: #0d4e8f;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2rem;
    overflow: hidden 
}
.dropdown-mega .side-content .product-details .most-product-item {
    list-style: none;
    padding: 0 
}
.dropdown-mega .side-content .product-details img {
    padding: 10px;
}
.dropdown-mega .side-content .product-details .head {
    font-size: 20px;
    margin-bottom: 5px 
}
.dropdown-mega .side-content .product-details .read-more {
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    color: #0d4e8f;
    text-decoration: none;
    margin-bottom: 1rem 
}
.dropdown-mega .side-content .product-details .read-more:after {
    font-family: fontawesome;
    content: "\f105";
    margin-left: 5px;
    color: #0d4e8f;
    transition: ease .5s 
}
.dropdown-mega .side-content .product-details .read-more:hover:after {
    font-family: fontawesome;
    content: "\f105";
    margin-left: 15px;
    color: #0d4e8f;
    transition: ease .5s;
}
.dropdown-mega .side-content .product-details .most-product-item li a {
    color: #fff;
    text-decoration: none;
    width: auto;
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 6px;
    border-radius: 10px 
}
.dropdown-mega .side-content .product-details .most-product-item li a:hover {
    color: #0d4e8f;
    background: #fff 
}
.dropdown-menu {
    padding: 0;
    margin: 0 
}
.dropdown-menu .dropdown-item:before {
    font-family: fontawesome;
    content: "\f105";
    margin-right: 5px;
    margin-left: -20px;
    color: #0d4e8f;
    transition: ease .5s 
}
.dropdown-menu .dropdown-item:hover:before {
    margin-right: 10px 
}
.dropdown-item:active, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0d4e8f 
}
.dropright .dropdown-toggle::after {
    margin-left: 1vw 
}
.dropdown-menu .dropright .dropdown-item:before {
    content: "" 
}
.dropdown-menu .dropright .dropdown-menu .dropdown-item:before {
    font-family: fontawesome;
    content: "\f105";
    margin-right: 5px;
    margin-left: -20px;
    color: #0d4e8f;
    transition: ease .5s 
}
.dropdown-menu .dropright .dropdown-menu .dropdown-item:hover:before {
    margin-right: 10px 
}
.dropdown-mega .side-content .product-details p:nth-child(4) {
    font-size: 14px 
}
.support-icon {
    padding: 10px 0;
    border-top: 1px solid #ddd 
}
.support-head {
    font-size: 18px;
    font-weight: 600;
    margin: 0 
}
.footer {
    background-color: #1e4478;
    position: relative 
}
.footer .f-logo-text {
    color: #ffffffb3;
    padding-bottom: 10px;
    font-size: 14px;
    line-height:1.5;
}
.footer-heading {
    color: #ffffffb3;
    padding-bottom: 10px 
}
.footer a, .footer a:focus, .footer a:hover {
    color: #ffffffb3;
    margin-right: 10px;
    text-decoration: none 
}
.footer a:hover {
    color: #fff 
}
.footer .page-footer-nav li {
    padding: 5px 0 
}
.footer .page-footer-nav li a {
    position: relative;
    font-size:14px;
}
.footer .page-footer-nav li a:hover:after {
    width: 100%;
    left: 0;
    right: auto 
}
.footer .page-footer-nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 0;
    height: 1px;
    -moz-transition: ease all .35s;
    -o-transition: ease all .35s;
    -webkit-transition: ease all .35s;
    transition: ease all .35s;
    background: currentColor 
}
.footer-social {
    padding-right: 10px;
    padding-bottom: 10px;
    height: 30px 
}
.footer .statement {
    background-color: #1e4478;
    color: #ffffffb3;
    text-align: center;
    padding: 15px 
}
.footer .wide-screen {
    text-align: center;
    border-top: 1px solid #dddddd26;
    border-bottom: 1px solid #dddddd26;
    padding: 10px 
}
.wide-screen a i {
    height: 40px;
    width: 40px;
    padding: 12px;
    border-radius: 50%;
    transition: ease .5s 
}
.scroll-top {
    background: #0d4e8f;
    border: 0;
    border-radius: 50%;
    bottom: 10px;
    cursor: pointer;
    height: 50px;
    margin: 15px;
    opacity: .75;
    position: fixed;
    right: -70px;
    transition: right .2s ease-in-out;
    width: 50px;
    z-index: 99 
}
.scroll-top:hover {
    opacity: 1;
}
.scroll-top.visible {
    right: 80px 
}
.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    margin-top: 5px;
    padding: 4px 
}
.arrow.up {
    transform: rotate(-135deg) 
}
.scroll-top:focus {
    outline: 0 
}
@media (min-width:1201px) and (max-width:1920px) {
    /* .navbar-light .navbar-nav .nav-link a:hover>.dropdown-menu {
        display: block 
    }
    li.dropdown:hover>.dropdown-menu {
        display: block 
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp .4s;
        animation: fadeInUp .4s 
    } */
    .menu-mac2, li.dropdown:hover>.dropdown-menu .menu-mac1 {
        display: none!important 
    }
    li.dropdown .dropdown-menu .dropright:hover .menu-mac1 {
        display: block!important 
    }
    li.dropdown .dropdown-menu .dropright:hover .menu-mac2 {
        display: block!important 
    }
}
@media (min-width:992px) and (max-width:1230px) {
    .nav-link {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
        font-size: 15px 
    }
    .form-inline {
        display: none 
    }
}
@media (min-width:1025px) and (max-width:1200px) {
    /* .navbar-light .navbar-nav .nav-link a:hover>.dropdown-menu {
        display: block 
    }
    li.dropdown:hover>.dropdown-menu {
        display: block 
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp .4s;
        animation: fadeInUp .4s 
    } */
    .menu-mac2, li.dropdown:hover>.dropdown-menu .menu-mac1 {
        display: none!important 
    }
    li.dropdown .dropdown-menu .dropright:hover .menu-mac1 {
        display: block!important 
    }
    li.dropdown .dropdown-menu .dropright:hover .menu-mac2 {
        display: block!important 
    }
}
@media (min-width:992px) and (max-width:1024px) {
    /* .navbar-light .navbar-nav .nav-link a:hover>.dropdown-menu {
        display: block 
    }
    li.dropdown:hover>.dropdown-menu {
        display: block 
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp .4s;
        animation: fadeInUp .4s 
    } */
    .menu-mac2, li.dropdown:hover>.dropdown-menu .menu-mac1 {
        display: none!important 
    }
    li.dropdown .dropdown-menu .dropright:hover .menu-mac1 {
        display: block!important 
    }
    li.dropdown .dropdown-menu .dropright:hover .menu-mac2 {
        display: block!important 
    }
}
@media (min-width:768px) and (max-width:991px) {
    .mega-menu .col-md-3 {
        max-width: 50%;
        flex: 0 0 50% 
    }
    .mega-menu .col-md-6 {
        flex: 0 0 100%;
        max-width: 100% 
    }
    .mega-menu .col-md-6 .col-md-6 {
        flex: 0 0 50%;
        max-width: 50% 
    }
    .mega-menu {
        min-width: 45rem 
    }
    .nav-link {
        padding: .5rem 1rem!important 
    }
}
@media (min-width:641px) and (max-width:767px) {
    .mega-menu {
        min-width: 38rem 
    }
    .mega-menu .col-md-6 .dropdown-item.text-center {
        text-align: left!important 
    }
    .nav-link {
        padding: .5rem 1rem!important 
    }
}
@media (min-width:320px) and (max-width:640px) {
    header .form-inline {
        flex-flow: unset 
    }
    .navbar-brand {
        margin-right: 0 
    }
    .mega-menu {
        min-width: 16rem 
    }
    .mega-menu .col-md-6 .dropdown-item.text-center {
        text-align: left!important 
    }
    .nav-link {
        padding: .5rem 1rem!important 
    }
    .live-chat {
        position: fixed;
        z-index: 9999;
        top: 190px;
        right: 0;
        background-color: #0d4e8f;
        color: #fff;
        padding: 3px 10px 7px 10px;
        border-radius: 5px 0 0 5px;
        font-size: 20px;
        border: 1px solid #fff;
        text-align: center 
    }
    .live-chat a span {
        display: none 
    }
}
@media (min-width:320px) and (max-width:575px) {
    .support-icon {
        text-align: center 
    }
    .footer {
        text-align: center 
    }
    .footer .col-sm-12 p {
        padding-right: 0!important 
    }
}
@media (min-width:320px) and (max-width:991px) {
    .dropdown-mega .side-tab {
        display: none 
    }
    .dropdown-mega .side-content {
        max-width: 100%;
        flex: 0 0 100% 
    }
    .dropdown-mega .side-content .product-details {
        display: none 
    }
    .dropdown-mega .side-content .city {
        display: block!important 
    }
    .dropdown-mega .side-content .product-item {
        width: 100% 
    }
    .dropdown-mega .side-content .product-item .catagery {
        text-align: left 
    }
    .menu-mac2, li.dropdown .dropdown-menu .dropright .menu-mac1 {
        display: block!important;
        background-color: #f1f9ff 
    }
    .main-banner:after {
        display: none 
    }
    .blog-news .free-detail .free-link {
        display: inline-block 
    }
    .main-banner .banner-product .banner-p-btn {
        display: inline-block;
        margin: 1rem .5rem!important 
    }
    .form-control2{
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
#back-to-top.back-to-top{
    display: none;
}
#cookie-bar {
    display: block;
    direction: ltr;
    color: #fff;
    min-height: 30px;
    z-index: 99999;
    padding: 6px 20px 4px;
    background: #0d4e8f;
    border-top: 1px solid #ffffff52;
    bottom: 0;
    font-size: 13px;
}
#cookie-bar, .modal {
    position: fixed;
    left: 0;
    width: 100% 
}
#cookie-bar, .badge, .modal-footer {
    text-align: center 
}
button#Cookie {
    margin: 0 20px;
    line-height: 20px;
    background: #fff;
    border: none;
    color: #003864;
    padding: 4px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}
.icon {
    border: 2px solid white;
    border-radius: 50%;
    text-align: center;
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    z-index: 10;
    -webkit-box-shadow: 4px 0px 20px rgba(68, 68, 68, 0.4);
    box-shadow: 4px 0px 20px rgba(68, 68, 68, 0.4);
    cursor: pointer;
}
.facebook .background_circle {
    display: none;
    width: 52px;
    height: 54px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    background-color: #3B5998;
}
.twitter .background_circle {
    display: none;
    width: 52px;
    height: 54px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    background-color: #55acee;
}
.linkedin .background_circle {
    display: none;
    width: 52px;
    height: 54px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    background-color: #007bb5;
}
.youtube .background_circle {
    display: none;
    width: 52px;
    height: 54px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    background-color: #bb0000;
}
.facebook:hover, .facebook:active {
    background-color: #3B5998;
}
.twitter:hover, .twitter:active {
    background-color: #55acee;
}
.linkedin:hover, .linkedin:active {
    background-color: #007bb5;
}
.youtube:hover, .youtube:active {
    background-color: #bb0000;
}
.fa {
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.instagram .background_circle{
    display: none;
    width: 52px;
    height: 54px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 1;
    z-index: -1;
    background-color: #55acee;
}
.instagram:hover,.instagram:active{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.bellme {
    color:#fbbc05;
    animation-name: ring;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    transform-origin: 10px 0 0;
}
@-webkit-keyframes ring {
    0% {
         -webkit-transform: rotateZ(0);
    }
    1% {
         -webkit-transform: rotateZ(30deg);
    }
    3% {
         -webkit-transform: rotateZ(-28deg);
    }
    5% {
         -webkit-transform: rotateZ(34deg);
    }
    7% {
         -webkit-transform: rotateZ(-32deg);
    }
    9% {
         -webkit-transform: rotateZ(30deg);
    }
    11% {
         -webkit-transform: rotateZ(-28deg);
    }
    13% {
         -webkit-transform: rotateZ(26deg);
    }
    15% {
         -webkit-transform: rotateZ(-24deg);
    }
    17% {
         -webkit-transform: rotateZ(22deg);
    }
    19% {
         -webkit-transform: rotateZ(-20deg);
    }
    21% {
         -webkit-transform: rotateZ(18deg);
    }
    23% {
         -webkit-transform: rotateZ(-16deg);
    }
    25% {
         -webkit-transform: rotateZ(14deg);
    }
    27% {
         -webkit-transform: rotateZ(-12deg);
    }
    29% {
         -webkit-transform: rotateZ(10deg);
    }
    31% {
         -webkit-transform: rotateZ(-8deg);
    }
    33% {
         -webkit-transform: rotateZ(6deg);
    }
    35% {
         -webkit-transform: rotateZ(-4deg);
    }
    37% {
         -webkit-transform: rotateZ(2deg);
    }
    39% {
         -webkit-transform: rotateZ(-1deg);
    }
    41% {
         -webkit-transform: rotateZ(1deg);
    }
    43% {
         -webkit-transform: rotateZ(0);
    }
    100% {
         -webkit-transform: rotateZ(0);
    }
}
.blink{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    font-size: 10px;
    padding:2px 6px
}
 @keyframes blinker {
     0% {
         opacity: 1.0;
    }
     100% {
         opacity: 0;
    }
}
/*#scIk96 {
    display: inline !important;
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 99;
}
*/
/* footer */
 .footer {
    background: #0d4e8f;
}
 .footer .link1 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px
}
 .icon {
    border-radius: 50%;
    border: 0px
}
 .footer .statement {
    background-color: transparent
}
/* navbar */
 .form-control2 {
    border-radius: 2px 0 0 2px;
}
 .btn-search {
    background-color: #0d4e8f;
    border-color: #0d4e8f;
    color: #fff;
    border-radius: 0 2px 2px 0;
}
 .dropdown-toggle::after {
    display: none
}
 .nav-link {
    font-weight: 500
}
 .top_bar {
    background-color: #0d4e8f;
    position: sticky;
    top: 0;
    z-index: 8
}
 .top_bar img {
    height: 14px
}
 .top_bar i {
    color: #fff
}
 .top_bar a,.txt {
    font-size: 14px;
    color: #fff
}
 .dropdown-mega .side-tab .w3-sidebar .w3-bar-item {
    border-radius: 0px
}
 @media (max-width:1300px) {
    .top_bar {
        display: none
    }
}
 .dropdown-mega .side-content .product-details .head1 {
     line-height: 1.5;
}
 .dropdown-mega .side-content .product-details .most-product-item li {
    border-top: 1px solid #4c6987;
}
 .dropdown-mega .side-content .product-details .most-product-item li .read-mor{
    font-weight:500;
    margin-left:5rem;
}
 .dropdown-mega .side-content .product-details .most-product-item li .read-mor:hover{
    color:#0d4e8f !important;
    background-color:#f1f9ff;
    transition:.5s ease;
}
 .dropdown-mega .side-content .product-details .most-product-item .pro_name img{
    width:50px;
     height:50px
}
 .dropdown-mega .side-content .product-details .most-product-item .download-nav{
     min-width:38px !important;
    text-align:center;
}
 .pro_name {
    width: 230px !important;
}
 .psmtc_Ik96{
     top: auto !important;
     bottom: 20px !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1163b6;
}
/* Popup Review */
@media screen and (max-width:991px){
    .drs-popup-test{
        display:none !important;
    }
}
@media (min-width:992px) {
    .drs-popup-test {
        position: fixed;
        bottom: 5px;
        left: 5px;
        z-index: 9999999;
    }
    .drs-popup-not {
        text-align: left;
        z-index: 99999;
        font-weight: 400;
        border-radius: 6px;
        background-color: #ffebc6;
        position: relative;
        padding: 0 10px;
        border: 1px solid #06478073;
        box-shadow: 0 0 5px #91caff;
    }
    
    .drs-popup-not-container {
        width: 350px;
    }
    
    .drs-popup-not-content-wrapper {
        padding: 10px;
    }
    
    .drs-popup-not-content {
        font-size: 13px;
        line-height: 18px
    }
    
    .drs-popup-not-content #usr_review {
        color: #181818;
        border-top: 1px solid #134b8357;
        border-bottom: 1px solid #134b8357;
        margin: 8px 0;
        padding: 8px 0;
    }
    
    .drs-popup-not-content #product {
        color: #064780;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        display: block;
    }
    
    .custom-close {
        position: absolute;
        top: 8px;
        right: 8px;
        height: 12px;
        width: 12px;
        cursor: pointer;
        transition: .2s ease-in-out;
        transform: rotate(45deg);
        opacity: 0.8
    }
    
    .drs-popup-test .drs-popup-not .custom-close::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: rgb(216, 0, 0);
        position: absolute;
        left: 0;
        top: 5px
    }
    
    .drs-popup-test .drs-popup-not .custom-close::after {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: rgb(216, 0, 0);
        position: absolute;
        left: 5px;
        top: 0
    }
    
    .drs-popup-test .drs-popup-not:hover .custom-close {
        opacity: 1
    }
    #usr_name{
        font-weight: 600;
        color: #0d4e8f;
    }
    #usr_name img{
        width: 23px;
    }
    #rat_icon{
        color: #0d4e8f;
    }
    .drs-popup-not::before {
        font-family: fontawesome;
        content: "\f10d";
        position: absolute;
        top: 1px;
        left: 5px;
        color: #0d4e8f;
        font-size: 25px;
    }
}
.wide-screen .twitter-x img {
  margin: 12px;
}
/*Scrolling text*/
.css-scrolling-text {
     height: 27px;
     overflow: hidden;
     position: relative;
     margin-bottom:1px;
}
 .css-scrolling-text p {
     position: absolute;
     width: max-content;
     background-color:#f1f6fc;
     margin-top:2px;
     font-size:15px;
     padding:0 10px;
     transform:translateX(100%);
     animation: css-scrolling-text 30s linear 3;
}
 @keyframes css-scrolling-text {
     0% {
         transform: translateX(50%);
    }
     100% {
         transform: translateX(-100%);
    }
}
 .css-scrolling-text p:hover{
     animation-play-state: paused;
}