ul{margin: 0px;padding: 0px;list-style: none;}
img{object-fit: cover;}
:focus, a:focus, input:focus, .btn.focus, .btn:focus, button:focus{outline: 0 !important;outline-offset: 0 !important;box-shadow: none !important;}
a, a:hover{text-decoration: none !important;}
section{float: left;width: 100%;}
body{font-family: 'Lato' !important;}
.title {float: left;width: 100%;}
.title h3 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 40px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    font-weight: 600;
}
.title span {
    float: left;
    width: 100%;
    border-top: 2px solid #b5b1b1;
    margin-top: 15px;position: relative;
}
.title span:before {
    content: '';
    position: absolute;
    background: #048de2;
    width: 150px;
    height: 15px;
    top: -11px;
    left: 43%;
}
p {
    float: left;
    width: 100%;
    color: #4b4747;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
/*start-header*/
li.active.has-sub ul.sub-menu a {color: #91c82a !important;border-bottom: 0px !important;}
header#header {
    float: left;
    width: 100%;
    /* background: #fff; */
    /* box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.25); */
    padding-top: 15px;
}
.header-bottom {
    border-top: 2px solid #b5b1b1;
    padding-top: 17px;
    margin-top: 14px;
    float: left;
    width: 100%;
}
.deskmenu {
    z-index: 9;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}
.header-middale {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* background: #f8f8f8; */
    /* padding: 10px 20px; */
}
        .left ul {
    float: left;
    width: 100%;
    display: flex;
}
.left ul h3 {
    color: #048de2;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500;
}
        .header-middale a {
            text-decoration: none;
            color: #000;
            font-weight: bold;
        }
  .header-middale .left, .header-middale .right {
    display: flex;
    align-items: center;
    margin-left: 23px;
}
.header-bottom-detils {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
     .header-middale .icon {
    margin-right: 12px;
    font-size: 33px;
    color: #337ab7;
}
        .header-middale .cart-text {
            color: gray;
            font-size: 14px;
            margin-left: 5px;
        }
.main_menu .menu li a {
    font-size: 19px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    /* font-family: robotomedium; */
    text-transform: capitalize;
    font-weight: 600;
    /* letter-spacing: 2px; */
}
ul.sub-menu a {font-size: 17px !important;}
.main_menu .menu li.active a {color: #048de2;}
.main_menu .menu li a:hover {
    color: #048de2;
}
.main_menu .menu > li {margin-top: 0px;}
.main_menu li:not(:last-child) {margin-right: 35px;}
.main_menu li:not(:first-child) {margin-right: 35px;}
.main_menu li:not(:first-child) {margin-right: 35px;}
.icon-submenu {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%);
    margin-top: -7px;
}
.icon-submenu::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: bold;
    top: 47%;
    color: #fff;
    line-height: 1;
}
.menubar {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
   
}
.main_logo a {
    display: flex;
    align-items: center;
    justify-content: start;
}
.main_log a span {display: none;}
.main_logo a img {
    width: 185px;
    /* margin-bottom: -55px; */
}
header#header .lern-btn {width: unset;float: unset;margin: 0px;margin-left: 20px;margin-right: 20px;}
.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 23px;
}
.main_logo {
    float: left;
    /* width: 100%; */
}

.menu-icon {/* position: fixed; */top: 20px;left: 20px;cursor: pointer;}
/* Header Search Box Styling */
.search-box {
    display: flex;
    align-items: center;
    /* border-bottom: 2px solid #000; */
    width: 274px;
    padding: 5px;
    background: hsl(204.66deg 100% 14.31%);
}

.search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    font-style: italic;
    flex: 1;
    background: transparent;
    color: #fff;
    width: 214px;
}
.search-box input::placeholder{color: #fff}
.search-box button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fffcfc99;
}
.menu-icon span {
    background: #048de2;
    color: #fff;
    padding: 10px;
    width: 191px;
    font-size: 20px;
    text-transform: capitalize;
    float: left;
}
.menu-icon span i.fa.fa-bars {
    margin-right: 10px;
}
.search-box button:hover {
    color: #555; /* Slight color change on hover */
}
.cart-btn a {
    color: #232020;
}
.main_menu {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.serch {
    margin-left: 20px;
}
.header-top {
    /* background: #f8f8f8; */
    /* padding: 10px 20px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #333;
    float: left;
    width: 100%;
    font-weight: 600;
}   .header-top a {
            text-decoration: none;
            color: #333;
            margin-left: 10px;
        }
        .header-top a:hover {
            color: #003e67;
        }
        .left-section {
            display: flex;
            align-items: center;
        }
        .right-section {
            display: flex;
            align-items: center;
        }
        .icon {
            margin-right: 5px;
        }
        .header-top span {
    margin-left: 4px;
}
.header-top a{color: #232020}



.close-icon {font-size: 30px;color: white;position: absolute;top: 10px;right: 20px;cursor: pointer;}
.sidebar-item {text-align: center;/* border-bottom: 1px solid #666; */}
.sidebar-item li {padding: 15px;border-bottom: 1px solid #fff;}
.sidebar-item a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    /* font-family: 'myriad_proregular'; */
    text-transform: uppercase;
}
.sidebar li {margin-right: 0px !important;}
#sidebar {background-color: #333;position: fixed;top: 0;right: -400px;width: 400px;height: 100%;color: white;width: 340px;transition: right 0.3s ease;z-index: 1000;background-color: #027bbf;}
.sidebar_sub_menus > a::after {
    content: '\25BC';
    font-size: 21px;
    color: white;
    margin-left: 10px;
    transition: transform 0.3s ease;
}
.sidebar_sub_menus .sub-menu a:hover {background: unset !important;}
.sidebar_sub_menus.active > a::after {transform: rotate(180deg); /* Rotate the icon when active */}
.sidebar_sub_menus .sub-menu a {
    padding: 0px !important;
    text-align: center !important;
    border-bottom: unset !important;
    width: 100% !important;
    justify-content: center !important;
    text-transform: uppercase !important;
}
.servi-submenu {display: none;}
.servi-submenu.open {display: block;}
#sidebar.open {right: 0;}
.sidebar_sub_menus .sub-menu {
    display: none;
    background-color: #000;
    position: absolute;
    top: 186px;
    left: 0;
    z-index: 9;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    /* bottom: 0; */
}
.sidebar_sub_menus.active .sub-menu {display: block; /* Show submenu when parent is active */}
.sidebar_sub_menus .sub-menu > li:first-child {display: block;}
.sidebar_sub_menus.active .sub-menu .servi-submenu {display: block;}
.menubar {
    background: #003e67;
    margin-top: 20px;
}
/*end-header*/

.latest-product {
    margin-top: 100px;
}

.cards {
    float: left;
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.cards img {
    float: left;
    width: 100%;
    height: 500px;
    object-position: top;
}
.card-dwtils {
    float: left;
    width: 100%;
    /* position: absolute; */
    z-index: 1;
    color: #fff;
    padding: 20px;
    margin-top: -193px;
}
.card-dwtils h2 {
    font-weight: 600;
    font-size: 25px;margin-bottom: 0;
}
.lern-btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.lern-btn a {
    float: left;
    background: #289de6;
    color: #fff;
    padding: 16px 33px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.product-detils {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.product-box {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.product-box img {
    float: left;
    width: 100%;
}
.product-box h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}
.product-box span {
    float: left;
    width: 100%;
    text-align: center;
    color: #595555;
    margin-top: 8px;
    font-size: 20px;
}
.product-detils .lern-btn a {
   
    background: #012d4b;
    width: 100%;
    text-align: center;margin-top: 20px;
}
.Compatible {
    margin-top: 100px;
}
.varation-box {
    float: left;
    width: 100%;
    background: #289de6;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 74px;
}
.varation-box h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
}
.varation-box .lern-btn a {
    border: 1px solid;
}
.bnner-img {
    float: left;
    width: 100%;
    position: relative;
}
.bnner-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bnner-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 30px;
}
.bnner-detils {
    float: left;
    width: 100%;
    text-align: left;
}
.bnner-content h1 {
    float: left;
    width: 48%;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
}
.articles {
    margin-top: 100px;
}
.articl-box {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.articl-box img{
    float: left;
    width: 100%;
}
.articl-box date {
    float: left;
    width: 100%;
    color: #a69898;
    font-weight: 600;
    margin-top: 19px;
    font-size: 18px;
}
.articl-box a {
    float: left;
    width: 100%;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    margin-top: 10px;
}
.articles .lern-btn a {
    background: #012d4b;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
 footer {
    float: left;
    width: 100%;
    margin-top: 75px;
    background: #eeebeb;
    padding-top: 90px;
    padding-bottom: 20px;
}
.product-box a {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}
.footer-logo {
    float: left;
    width: 100%;
}
.footer-logo a {
    float: left;
    /* width: 100%; */
}
.footer-logo img {
    float: left;
    width: 212px;
    margin-bottom: 20px;
}
.footer-social {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.footer-social ul {
    float: left;
    width: 100%;
    display: flex;
}
.footer-social ul a {
    margin-right: 10px;
    background: #048de2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 22px;
    border-radius: 14px;
}
.footer-menu {
    float: left;
    width: 100%;
}
.footer-menu h3 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}
.footer-menu a {
    float: left;
    width: 100%;
    text-transform: capitalize;
    color: #4b4747;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 9px;
}
.footer-menu a:hover{color: #048de2}
.footer-menu  span {
    color: #003e67;
    font-size: 24px;
    margin-right: 10px;
}
.middle-ul {
    float: left;
    width: 100%;
}
.middle-ul li {
    float: left;
    width: 100%;
    display: flex;
}
.mail {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 50px;
}
.mail a {
    float: left;
    width: 100%;
    position: relative;
}
.mail a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%;
    left: 0;
    top: 42px;
}
.mail img {
    height: 80px;
    width: 80px;
    position: relative;
}
.copy {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 31px;
}
.copy p span {
    color: #048de2;
}

.search-result-data,#inner-page {
    margin-top: 100px;
}
.search-result-data h1.page-title, .search-result-data h2, .Not_found.text-center h2 {
    float: left;
    width: 100%;
    color: #000000 !important;
    font-size: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.search-result-count.default-max-width, p.grey-text, .service-txt p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    word-spacing: normal;
    color: #000000;
}
section.search-result-data ul li a {
    color: #000000;
    font-size: 19px;
    margin-bottom: 0px;
    /* font-family: robotomedium; */
    margin-top: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #999;
    padding: 20px;
    margin-top: 15px;
}
.defult_pages_content span.alignleft, .service-img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
.defult_pages_content span.alignleft img, .service-img img {
    width: 100%;
}
.about_us_main p, .service-txt p {
    width: unset;
    float: unset;
    font-size: 20px;
    margin-bottom: 20px;
}
.page-not-link.grey-text a.btn {
    font-size: 20px;
    background: #048de2;
    color: #fff;
}
.page-not-link.grey-text {
    color: #000000;
}
.alert.alert-info {
    float: left;
    width: 100%;
}
.defult_pages_content {
    margin-top: 100px;
}
.breadcrumb {
    font-size: 20px;
    color: #888;
    float: left;
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 10px;align-items: center;
}
.breadcrumb a {
  text-decoration: none;
  font-weight: 500;
  color: #888;
}

.breadcrumb small {
  margin: 0 5px;
  color: #888;font-weight: 500;
}

.inner-about{margin-top: 100px}
.about-detils {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.about-detils span.alignleft {
    width: 45%;
    float: right;
    margin-left: 20px;
}
.about-detils .title {
    float: unset;
    width: unset;
    margin-bottom: 17px;
}
.about-detils .title h3{
    float: unset;
    width: unset;
}
.about-detils span.alignleft img{float: left;width: 100%;}
.contact-detils {
    float: left;
    width: 100%;
    margin-top: 85px;
}
.contact-form,.contact-form form {
    float: left;
    width: 100%;
}
.contact-form form input,.contact-form form textarea {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px !important;
    color: #b8a2a2;
    font-size: 18px;
    font-weight: 500;
}
.contact-form form input[type="submit"] {
    background: #107bc3;
    color: #fff;
    text-transform: capitalize;
    border: transparent;
    margin-top: 20px;
    padding: 15px !important;
}
.contact-content {
    float: left;
    width: 100%;
}
.contact-content p{
 margin-top: 10px;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    /* border: 1px solid #d4d4d4; */
}
.contact-inner{float: left;width: 100%;margin-top: 80px}
.contact-box {
    text-align: center;
    flex: 1;
    padding: 20px;
    border-left: 1px solid #d4d4d4;
}

.contact-box:first-child {
    border-left: none;
}

.contact-inner .icon {
    font-size: 30px;
    color: #007bff;
}

.contact-inner h3 {
    margin: 13px 0;
    font-size: 21px;
}

.contact-inner p {
    color: gray;
    font-size: 18px;
}

.contact-inner a {
    color: gray;
    text-decoration: none;
}

.contact-inner a:hover {
    color: #007bff;
}
.cart-btn a {
    display: flex;
    background: #048de2;
    height: 26px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding-right: 20px;
    font-size: 14px;
}
.cart-btn i.fa.fa-shopping-bag {
    margin-top: 37px;
    background: transparent;
    height: unset;
    width: unset;
    font-size: 20px;
    color: #000;
}
p.woocommerce-result-count,form.woocommerce-ordering {
    display: none;
}
.shop-page {
    margin-top: 100px;
}
.shop-page h2.woocommerce-loop-product__title {
    float: left;
    width: 100%;
    /* text-align: center; */
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}
.shop-page span.woocommerce-Price-amount.amount {
    float: left;
    width: 100%;
    /* text-align: center; */
    color: #595555;
    margin-top: 8px;
    font-size: 20px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    float: left;
    background: #289de6;
    color: #fff;
    padding: 16px 22px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
nav.woocommerce-breadcrumb {
    display: none;
}

.single-products {
    margin-top: 100px;
}
h1.product_title.entry-title {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 40px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    font-weight: 600;
}
span.woocommerce-Price-amount.amount {
    float: left;
    width: 100%;
    /* text-align: center; */
    color: #595555;
    margin-top: 8px;
    font-size: 20px;
}
button.single_add_to_cart_button.button.alt {
    float: left;
    background: #289de6 !important;
    color: #fff;
    padding: 16px 33px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    /* width: 100%; */
    margin-top: 20px;
}
.quantity {
    width: 100%;
    /* margin-bottom: 20px !important; */
}
.woocommerce .quantity .qty {
  
    margin-top: 10px;
}
.woocommerce div.product form.cart {
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
       background: #289de6 !important;
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    color: #515151 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
   color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
     color: #515151 !important
}
.woocommerce-Tabs-panel h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 36px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    font-weight: 600;
    margin-bottom: 10px;
}
div#tab-description p {
    font-size: 18px;
}
div#review_form_wrapper {
    box-shadow: 0 0 5px;
    padding: 25px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
div#review_form_wrapper label {
    color: gray;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    color: #918e8d !important;
}
textarea#comment {
    padding: 5px 12px;
}
div#review_form input#author {
    width: 100%;
    padding: 5px 12px;
}
div#review_form input#email {
    width: 100%;
    padding: 5px 12px;
}
p.form-submit input#submit {
          background: #289de6 !important;
    color: #fff !important;
}
.related.products {
    margin-top: 50px;
}
.related.products h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
}
.related.products ul h2.woocommerce-loop-product__title {
    float: left;
    width: 100%;
    /* text-align: center; */
    margin-top: 0;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
    font-size: 23px !important;
}
.woocommerce-account h2,.tinv-header h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
}
form.woocommerce-form.woocommerce-form-login.login {
    float: left;
    width: 100%;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #289de6 !important;
    color: #fff !important;
}
nav.woocommerce-MyAccount-navigation li.is-active {
    background: #048de2;
}
nav.woocommerce-MyAccount-navigation li:not(:last-child) {
    margin-bottom: 15px;
}
nav.woocommerce-MyAccount-navigation li {
    box-shadow: 0 0 5px;
    padding: 10px;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address {
    box-shadow: 0 0 5px;
    padding: 20px; margin-top: 20px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses h2 {
    font-size: 30px;
}
.u-column2.col-2.woocommerce-Address {
    box-shadow: 0 0 5px;
    padding: 20px;
    margin-top: 20px;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background: #289de6 !important;
    color: #fff !important;
}
.woocommerce fieldset {
    float: left;
    width: 100%;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #048de2 !important;
    color: #fff !important;
}
p.wc-block-components-totals-shipping-address-summary {
    font-size: 17px;
}
form.wc-block-components-shipping-calculator-address {
    float: left;
    width: 100%;
}
.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 0 !important;
}
form.wc-block-components-form.wc-block-checkout__form {
    float: left;
    width: 100%;
}
.wc-block-components-address-form {
    float: left;
    width: 100%;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #289de6 !important;
    color: #fff !important;
}

div#gform_confirmation_message_1 {
    color: green;
}
.wc-block-components-checkout-step__container {
    padding-bottom: 10px;
}
.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
    margin-top: 19px;
    float: left;
    width: 100%;
}
.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after{display:none;}
.tinv-wishlist .product-action {
    width: 190px !important;
    text-align: center;
}
button.button.alt {
    background-color: #048de2 !important;
    color: #fff !important;
}
button.button {
    background-color: #048de2 !important;
    color: #fff !important;
}
table.tinvwl-table-manage-list {
    margin-top: 20px;
    float: left;
    width: 100%;
}
span.page-numbers.current {
    background: #289de6 !important;
    color: #fff !important;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #002447;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    width: 363px;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}



.popup-content input {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: none;
    /* border-radius: 4px; */
}
.popup-content button {
    width: 100%;
    padding: 10px;
    background: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
}

.popup-content a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.hidden {
    display: none;
}
.popup-content p {
    color: #fff;
}

.gjs-row {
    float: left;
    width: 100%;
}

.gjs-row input[type="submit"] {
    background: #048de2;
    color: #fff;
}




.featured-pro {
    margin-top: 100px;
}
.custome-testimonial {
    margin-top: 100px;
    background: #003e67;
    padding: 80px 0px;
}
.custome-testimonial .title h3 {
    color: #fff;
}
.tesstimonials-box {
    float: left;
    width: 100%;
    border: 2px solid #fff;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
}
.tesstimonials-box p{color: #fff}
.tesstimonials-box ul {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.tesstimonials-box ul li{margin-right: 10px}
.tesstimonials-box ul li h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
}
.tesstimonials-box ul li span {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}


.Testimonials-slider.slick-initialized.slick-slider {float: left;width: 100%;position: relative;}

.Testimonials-slider.slick-initialized.slick-slider .slick-list.draggable {float: left;width: 100%;overflow: hidden;}
.Testimonials-slider.slick-initialized.slick-slider .slick-slide {
    padding: 10px;
}

.Testimonials-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {display: flex;}

.Testimonials-slider.slick-initialized.slick-slider ul.slick-dots {display: flex;justify-content: center;margin-top:55px;align-items: center;float: left;width: 100%;}

.Testimonials-slider.slick-initialized.slick-slider ul.slick-dots li{margin: 0px 10px;}

.Testimonials-slider.slick-initialized.slick-slider ul.slick-dots li button {
    font-size: 0;
    border: 1px solid #fff;
    background-color: transparent;
    width: 12px;
    height: 14px;
    cursor: pointer;
    float: left;
    border-radius: 50px;
}
.unlock {
    margin-top: 100px;
}
.unlock .product-box {
    border: 1px solid #80808040;
    padding: 10px;
}
.featured-pro .product-box {
    border: 1px solid #80808040;
    padding: 10px;
    height: 420px;
}
.unlock .product-box img {
    /* height: 335px; */
}
.about-pos {
    margin-top: 50px;
}
.about-post-detil {
    float: left;
    width: 100%;
}
.about-post-detil h3 {
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.about-post-detil p {
    margin-top: 11px;
}
.about-post-detil .lern-btn a {
    
    background: transparent;
    color: #289de6;
    border: 1px solid;
}
.featured-pro .lern-btn a {
    
    background: transparent;
    color: #289de6;
    border: 1px solid;
}
.featured-pro .lern-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.event {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    float: left;
    width: 100%;
}
.date {
    text-align: center;
    margin-right: 20px;
}

.day {
    font-size: 40px;
    font-weight: bold;
    color: #0E2A4E;
    display: block;
}

.month {
    font-size: 16px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}

.content a {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.content h3 span {
    font-weight: bold;
}

.content p {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.footer-sliderr.slick-initialized.slick-slider {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.footer-sliderr.slick-initialized.slick-slider .slick-list.draggable {float: left;width: 100%;overflow: hidden;}
.footer-sliderr.slick-initialized.slick-slider .slick-slide {
    padding: 10px;
}

.footer-sliderr.slick-initialized.slick-slider .slick-list.draggable .slick-track {display: flex;align-items: center;}
.footer-box img {
    width: 256px;
}
p.cart-empty.woocommerce-info {
    float: left;
    width: 100%;
}
.left a span {
    background: #048de2;
    color: #fff;
    height: 21px;
    width: 21px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
    margin-left: -21px;
    margin-top: -17px;
}
.program-box {
    float: left;
    width: 100%;
}
.blog {
    margin-top: 115px;
}
.program-box h5 a {
    float: left;
    width: 100%;
    margin: 15px 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    text-decoration: unset !important;
}
.program-box img {
    float: left;
    width: 100%;
    height: 300px;
    object-position: top;
}
.blog .program-box date {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #010101;
    font-size: 18px;
}
.program-box a {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-decoration: underline !important;
    color: #010101;
    font-size: 17px;
    font-weight: 600;
}
.wpf_item label {
    font-size: 17px;
}
.wpf_item_count {
    background: #289de6 !important;
    color: #fff !important;
}
input.ui-autocomplete-input {
    width: 100% !important;
    border: 1px solid #8080802e !important;
    padding: 5px 9px !important;
}
.wpf_item {
    padding: 0.6em 0;
}