/*
Theme Name: Omak Technologies
Theme URI: https://digibrush.net/
Author: Digibrush Dev Team
Author URI: hhttps://digibrush.net/
Description: OMAK Technologies Website
Version: 1.0
Text Domain: omak
*/

body {
    font-family: 'Manrope', sans-serif;
}

a, a:hover, a:focus, a:visited, a:focus-within, a:focus-visible {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.navbar {
    padding: 0;
    z-index: 11;
}

nav#main-menu {
    position: relative;
    z-index: 9;
}

a.navbar-brand {
    padding: 0;
}

.navbar-nav li:not(:last-child) {
    margin-right: 70px;
    margin-right: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: #404040;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #0263E0;
}

.navbar-light .navbar-nav .current-menu-item .nav-link,
.current-menu-ancestor .current_page_item.active a,
.navbar-light .navbar-nav .current-menu-ancestor.active a.nav-link {
    color: #0263E0;
}

/* Enable dropdown menus on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0); /* Reset the translation on hover */
}

/* Optional: Add a transition for smooth dropdown */
.navbar-nav .dropdown-menu li:not(:last-child) {
    margin-right: 0;
}

.navbar-nav .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500; 
}

.navbar-nav .dropdown-menu {
    /*display: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;*/

    display: block;
    opacity: 0;
    visibility: hidden; 
    border: none;
    padding: 1rem;
    box-shadow: 0 2px 30px 0px rgb(0 0 0 / 20%); 
    z-index: 9999; /* set the z-index to ensure the menu appears on top */
}

/* Ensure the dropdown closes on mouse leave */
.navbar-nav .dropdown:hover > .dropdown-menu {
    /*display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);*/

    opacity: 1;
    visibility: visible; 
}

/* Keep the parent link active */
.navbar-nav .dropdown:hover > a {
    color: #0263E0;
    background-color: transparent; /* Adjust color as needed */
}

/* Add caret to the dropdown menu */
.navbar-nav .dropdown-menu::before {
    /*content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1000;*/

    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " "; 
    content: none;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
}

.navbar-nav .dropdown-menu a.dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
}

.dropdown-item {
    color: #363636;
    font-size: 14px;
}

.dropdown-item.active, 
.dropdown-item:active {
    color: #fff;
    background-color: #fbae17;
}

.dropdown-item:focus, 
.dropdown-item:hover {
    color: #fff;
    background-color: #fbae17;
    border-radius: 0.25rem;
}

.dropdown-toggle::after {
    content: none;
}

p {
    color: #435867;
    line-height: 25px;
    letter-spacing: 0.5px;
}

a.see-hiw {
    position: relative;
    color: #fff;
    font-weight: 600;
    background: #0263E0;
    border-radius: 23px;
    padding: 12px 30px;
    display: inline-block;
    transition: all 0.5s;
}

a.see-hiw:hover {
    background-color: #0244e0;
    transition: all 0.5s;
}

.home-banner {
    display: flex;
    align-items: flex-end;
    height: 100vh; max-height: 710px;
    background: #E8F8FF;
    margin-bottom: 60px;
    margin-top: -80px;
    overflow: hidden;
}

.home-banner h1 {
    color: #333333;
    font-size: 40px; font-size: 52px;
    font-weight: bold;
    line-height: 52px; line-height: 64px;
    max-width: 450px; max-width: 500px;
    margin-bottom: 60px;
}

.home-banner img {
    position: relative;
    z-index: 5;
}

a.book-a-demo {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 18px 60px;
    background: #0263E0; background: #fbb325;
    border-radius: 32px;
    margin-right: 24px;
    transition: all 0.5s;
}

a.book-a-demo:hover {
    background-color: #0244e0; background-color: #fc9700;
    transition: all 0.5s;
}

a.explore-features {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 18px 60px;
    background: #FBAE17;
    border-radius: 32px;
    transition: all 0.5s;
}

a.explore-features:hover {
    background-color: #fc9700;
    transition: all 0.5s;
}

span.round-circle {
    position: absolute;
    display: block;
    right: -10%; bottom: -5%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 2px solid #D0ECFF;
    z-index: 0;
}

.customer-wrap {

}

.customer-wrap h2 {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    max-width: 750px;
    margin: 0 auto 60px;
}

.customer-wrap img {
    margin-bottom: 12px;
}

.customer-wrap p {
    color: #83929D;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.customer-wrap h2 span {
    color: #1063E0;
}

#clients {
    margin-top: 75px; margin-top: 30px;
    margin-bottom: 60px;
}

#clients.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

#clients.owl-carousel .owl-item img {
    width: auto;
}

.business-wrap h3 {
    max-width: 750px;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 50px;
}

.pos-wrap {
    position: relative;
}

.pos-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 80%; height: 100%;
    background: #F0F6FF; background: #0A63E0; background: #5988C6;
    border-radius: 9px;
    z-index: -1;
}

div.pos-wrap:nth-of-type(4)::before {
    background: #FFEFD6;
}

.business-wrap div.pos-wrap:nth-of-type(4) strong {
    color: #1064E0;
}

.business-wrap div.pos-wrap:nth-of-type(4) h4 {
    color: #333333;
}

.business-wrap div.pos-wrap:nth-of-type(4) p {
    color: #435867;
}

div.pos-wrap:nth-of-type(6)::before {
    background: #8086B9;
}

.business-wrap img {
    border-radius: 9px;
}

.business-wrap strong {
    color: #fff;
    margin-bottom: 10px;
}

.business-wrap .db-even strong {
    color: #0263E0;
}

.business-wrap h4 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

.business-wrap p {
    color: #fff;
    font-size: 18px;

    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;

    margin-bottom: 30px;
}

.business-wrap a.learn-more {
    position: relative;
    color: #0263E0;
    font-size: 20px;
    font-weight: bold;
}

.business-wrap a.learn-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px; /* Adjust the height of the underline as needed */
  background-color: #0263E0; /* Adjust the color of the underline as needed */
  transition: width 0.3s ease-in-out; /* Adjust the animation speed and easing as needed */
}

.business-wrap a.learn-more:hover::after {
  width: 100%; /* Full width of the link on hover */
}

.device-wrap {
    position: relative;
    color: #fff;
    padding: 80px 0 140px;
    overflow: hidden;
}

.device-wrap:before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    display: block;
    width: 100%; height: 80%;
    background: #1063E0;
    z-index: -1;
}

span.outer-round {
    display: block;
    position: absolute;
    bottom: -40%;
    left: -2%;
    width: 500px;
    height: 500px;
    border: 5px solid #FBAE17;
    border-radius: 50%;
}

span.colored-circle {
    display: block;
    position: absolute;
    top: 0%;
    width: 500px;
    height: 500px;
    background: #1090E0;
    border-radius: 50%;
    transform: translate(50%, -5px);
    z-index: -1;
}

.home span.colored-circle {
    transform: translate(50%, 4px);
}

span.colored-circle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(35% + 3px);
    background-color: white;
    top: 0;
    left: 0;
}

span.inner-circle {
    display: block;
    position: absolute;
    bottom: 1%;
    width: 500px;
    height: 500px;
    border: 5px solid #1790E0;
    border-radius: 50%;
    right: 25%;
    z-index: -1;
}

.device-wrap strong {
    color: #FBAE17;
    font-weight: bold;
    margin-top: 30px;
}

.device-wrap h5 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.device-wrap p {
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 675px;
    margin: 0 auto;
}

.static-wrap {
    position: relative;
    margin-top: -72px;
    margin-bottom: 80px;
}

.static-wrap .col-md-6:last-child .single-static-wrap {
    margin-top: 150px;
}

.single-static-wrap {
    display: inline-block;
    width: 100%;
    max-width: 595px;
}

.static-wrap img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.ssw-content {
    position: relative;
    padding: 40px 50px;
    border: 1px solid #E3E3E3;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.ssw-content h6 {
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    max-width: 450px;
    margin-bottom: 35px;
}

.ssw-content p {
    display: inline-block;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding: 6px 15px;
    background: #6046EA;
    border-radius: 6px;
    margin-bottom: 30px;
}

.ssw-content p strong {
    color: #FFCE00;
    font-weight: 800;
}

.ssw-content a {
    position: relative;
    display: inline-block;
    color: #0263E0;
    font-size: 20px;
    font-weight: bold;
}

.ssw-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px; /* Adjust the height of the underline as needed */
  background-color: #0263E0; /* Adjust the color of the underline as needed */
  transition: width 0.3s ease-in-out; /* Adjust the animation speed and easing as needed */
}

.ssw-content a:hover::after {
  width: 100%; /* Full width of the link on hover */
}

.features-wrap {
    margin-bottom: 80px; margin-bottom: 0;
}

.features-wrap h6 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.feature-single {
    height: 100%;
    padding: 40px;
    border: 1px solid #E3E3E3;
    background: #fff;
    border-radius: 9px;
    transition: background-color 0.3s, color 0.3s;
}

.feature-single img,
.feature-single svg {
    max-height: 48px;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.feature-single span {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.features-wrap a {
    position: relative;
    display: inline-block;
    color: #0263E0;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #707070;*/
    margin-top: 40px;
    transition: color 0.3s;
}

.features-wrap a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0263E0;
    transition: width 0.3s ease-in-out;
}

.features-wrap a:hover::after {
    width: 100%;
}

.feature-single:hover {
    background-color: #0263E0;
}

.feature-single:hover span,
.feature-single:hover p {
    color: #fff;
}

.feature-single:hover svg path {
    fill: #fff;
}

.feature-single:hover img {
    filter: brightness(0) invert(1);
}

/*.features-wrap a:hover {
    opacity: 0.85;
    transition: all 0.5s;
}*/

.book-demo {
    position: relative;
    background: #1063E0;
    padding: 50px 0 60px;
    border-radius: 9px;
    z-index: 99;
}

.book-demo h6 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.book-demo a {
    display: inline-block;
    color: #fff; color: #272727;
    font-weight: 600;
    padding: 15px 75px;
    background: #FBAE17;
    border-radius: 32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.5s;
}

.book-demo a:hover {
    background-color: #fc9700;
    /*box-shadow: 0 3px 6px #FBAE17;*/
    transition: all 0.5s;
}

.book-demo.hotline h6 {
    color: #FBAE17;
    text-transform: uppercase;
}

.book-demo.hotline a {
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transition: all 0.5s;
}

.book-demo.hotline a:hover {
    opacity: 0.85;
    transition: all 0.5s;
}

/* Breadcrumb */
.breadcrumb {
    text-transform: uppercase;
}

.breadcrumb .list-inline-item {
    font-weight: 500;
}

.breadcrumb .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.breadcrumb .list-inline-item:last-child {
    color: #2963D8;
}

/* Pricing */
.om-header.p-pricing {
    display: block;
    background: #2963D8; /*background: transparent;*/
    height: auto;
    position: relative;
    z-index: 5;

    padding-bottom: 0;
}

.om-header.p-pricing span.top-circle {
    display: block;
    position: absolute;
    bottom: 100%; left: 0;
    width: 540px;
    height: 540px;
    border: 2px solid #FBAE17;
    border-radius: 100%;
}

.om-header.p-pricing .breadcrumb {
    color: #fff;
}

.om-header.p-pricing .breadcrumb  .list-inline-item:last-child {
    color: #fff;
}

.om-header.p-pricing h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    max-width: max-content;
    margin: 0 auto 25px;
}

.om-header.p-pricing h1 span {
    color: #FBAE17;
}

.om-header.p-pricing p {
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.5px;
    max-width: 750px;
    margin: 0 auto 35px;
}

.h-integration {
    margin-bottom: 50px;
}

.h-integration p {
    color: #333333;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-right: 9px;
}

.pricing-wrap {
    position: relative;
    /*margin-top: -20%;*/
}

.pricing-wrap:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%; height: 300px;
    bottom: 0; left: 0;
    background: #fff;
    z-index: -1;
}

.page-template-page-pricing .learn-wrap {
    background: #F8F8F8;
}

.pricing-wrap span.bottom-circle {
    display: block;
    position: absolute;
    bottom: 0%; right: 0;
    width: 540px;
    height: 540px;
    border: 2px solid #D0ECFF;
    border-radius: 100%;
}

.subscription {
    display: none;
    animation: fade-in-up 0.75s ease-in-out;
}

.subscription.active {
    display: block;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.maturity {
    margin-bottom: 60px;
}

.maturity ul {
    background: #fff;
    padding: 10px;
    border-radius: 31px;
}
    
.maturity li {
    cursor: pointer;
    color: #888888;
    padding: 10px 20px;
}

.maturity li.active {
    color: #fff;
    background: #2963D8;
    border-radius: 45px;
}

.price-single {
    position: relative;
    padding: 60px 50px; padding: 60px 30px;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0px 12px rgb(13 37 54 / 7%);
}

span.most-popular {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 3px;
    width: 100%;
    text-align: center;
    background: #FBAE17;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border: 1px solid lightgrey;
    margin-bottom: 40px;
    border-radius: 30px;
    background: #fff;
}

.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

label[for="monthly"] {
    margin-right: 0.5rem;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
    color: #fff;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
    background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
    transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
    transform: translateX(100%);
}

.switch-wrapper label {
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    padding: 6px 20px;
    min-width: 100px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
    transition: all 0.5s ease;
}

.switch-wrapper label:hover {
    background: #d3d3d3;
    transition: color 0.25s ease-in-out;
    transition: all 0.5s ease;
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: #2963D8;
    transition: transform 0.25s ease-in-out;
}

.price-single h2 {
    color: #2963D8;
    font-size: 24px;
    font-weight: bold;
    min-height: 58px;

    margin-bottom: 28px;
}

.om-header .price-single p {
    color: #1A1A1A; color: #435867;
    line-height: 25px;
    letter-spacing: 0.5px;
    min-height: 125px;
    margin-bottom: 34px;
}

.s-pricing-wrap {
    margin-bottom: 30px;
}

span.pricing {
    color: #333333;
    font-size: 60px; font-size: 36px;
    font-weight: bold;
}

span.per {
    color: #333333;
    text-transform: capitalize;
}

a.start-now {
    display: inline-block;
    color: #0A63E1;
    font-weight: bold;
    padding: 12px 50px;
    border: 2px solid #0A63E1;
    border-radius: 32px;
    margin-bottom: 40px;
    transition: all 0.5s;
}

a.start-now:hover {
    color: #fff;
    background: #0A63E1;
    transition: all 0.5s;
}

a.start-now.dark-cls {
    color: #fff;
    background-color: #0A63E1;
    transition: all 0.5s;
}

a.start-now.dark-cls:hover {
    color: #0A63E1;
    background-color: #fff;
    transition: all 0.5s;
}

a.see-all-features {
    position: relative;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #707070;
    transition: width 0.3s ease-in-out;
}

a.see-all-features::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0263E0;
    transition: width 0.3s ease-in-out;
}

a.see-all-features:hover {
    color: #0A63E1;
    border-color: #0A63E1;
    transition: width 0.3s ease-in-out;
}

a.see-all-features:hover::after {
    width: 100%;
}

.pricing-features-wrap {
    margin-top: 52px;
}

.pricing-features-wrap strong {
    display: block;
    padding: 20px;
    height: 74px;
}

.pricing-features-wrap strong.title {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2963D8;
    background: #E8F8FF;
}

.pricing-features-wrap .row {
    border-bottom: 1px solid #E5E5E5;
}

.pricing-features-wrap .row:not(:first-child) {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pricing-features-wrap .row p {
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 30px;
}

.accordion-button {
    position: relative;
    color: #333333;
    font-weight: bold;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #333333;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

.accordion-button::after {
    position: absolute;
    right: 20px;
    background-image: url('assets/img/plus.svg');
    background-position: center;
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('assets/img/minus.svg');
    background-position: center;
    transform: rotate(0);
    transition: all 0.5s;
}

.faq-wrap {
    padding: 80px 0;
    margin-top: 80px;
    background: #F8F8F8;
}

#accordionFAQ {
    margin-bottom: 60px;
}

.faq-wrap h3,
.faq-wrap h4 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 45px;
}

.st-content {
    padding: 30px;
}

.st-content h5 {
    color: #333333;
    font-size: 30px; font-size: 26px;
    line-height: inherit;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.st-content img.highlight {
    border-radius: 0;
    margin-bottom: 30px;
}

.st-content p {
    color: #0263E0; /*color: #435867;*/
    font-size: 18px; font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 0;
}

.s-tool {
    position: relative;
    height: 100%;
    border-radius: 9px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #E3E3E3;
}

.s-tool a {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: block;
    z-index: 9;
}

.s-tool img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

/* Contact */
.om-header.contact {
    position: relative;
    display: block;
    background: #E8F8FF;
}

.om-header.contact:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

.form-wrap {
    position: relative;
    z-index: 5;
}

.form-wrapper {
    padding: 40px;
    background: #fff;
    box-shadow: 0 3px 16px rgb(0 0 0 / 8%);
}

.form-wrapper label {
    color: #435867;
    margin-bottom: 15px;
}

.form-wrapper .form-control {
    min-height: 60px;
    border-radius: 10px;
    border: 2px solid #2963D8;
    margin-bottom: 35px;
}

.form-wrapper textarea {
    max-height: 158px;
}

.form-wrapper input[type="submit"] {
    color: #fff;
    border: none;
    padding: 12px 50px;
    font-weight: 500;
    border-radius: 32px;
    background: #0263E0;
    transition: all 0.5s;
}

.form-wrapper input[type="submit"]:hover {
    background-color: #0244e0;
    transition: all 0.5s;
}

.contact-locations {

}

.contact-locations .container {
    max-width: 980px;
}

.contact-info {
    margin-bottom: 60px;
}

.contact-locations h3 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-locations address {
    color: #333333;
    font-size: 16px;
}

.contact-locations p {
    color: #333333; color: #435867;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.contact-locations p a {
    color: #2963D8;
    text-decoration: underline;
}

/* Page Headers */
.om-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #E8F8FF;
    padding-top: 5%;
    padding-bottom: 5%;
}

.om-header h1 {
    color: #333333;
    font-size: 60px;
    font-weight: bold;
    /*line-height: inherit;*/
    max-width: 600px;
    margin-bottom: 60px;
}

.om-header.contact h1 {
    max-width: max-content;
    margin: 0 auto 30px;
}

.om-header.contact p {
    max-width: 750px;
    margin: 0 auto 60px;
}

.om-header img {
    position: relative;
    border-radius: 9px;
    z-index: 5;
}

/* Restaurant POS */
a.h-book-demo {
    color: #fff;
    font-weight: 500;
    padding: 20px 60px;
    background: #0263E0;
    border-radius: 32px;
    margin-right: 21px;
    width: 250px;
    text-align: center;
    transition: all 0.5s;
}

a.h-book-demo:hover {
    background-color: #0244e0;
    transition: all 0.5s;
}

a.h-view-pricing {
    color: #272727;
    font-weight: 500;
    padding: 20px 60px;
    background: #FBAE17;
    border-radius: 32px;
    width: 250px;
    text-align: center;
    transition: all 0.5s;
}

a.h-view-pricing:hover {
    background-color: #fc9700;
    transition: all 0.5s;
}

.o-s-features {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

span.f-top-circle {
    display: block;
    position: absolute;
    top: -30%; left: -10%;
    width: 540px;
    height: 540px;
    border: 2px solid #1790E0;
    border-radius: 100%;
}

/*.o-s-features:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%; height: 100%;
    max-height: 500px;
    background: #2963D8;
    z-index: -1;
}*/

.o-s-features h2 {
    color: #fff; color: #333333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.o-s-features .container {
    max-width: 960px;
}

.o-s-features .col-md-6:nth-of-type(odd) {
    margin-top: 120px;
}

.o-s-features img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.o-s-s-f {
    border-radius: 9px;
    border: 1px solid #E3E3E3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.o-s-s-f h3 {
    color: #333333;
    font-size: 25px;
    line-height: 35px;
    padding: 40px 50px;
    font-weight: bold;
    height: auto;
    margin: 0;
}

.o-s-tools {
    padding: 60px 0;
}

.o-s-tools h4 {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.o-ss-tool {
    position: relative;
    height: 100%;
    padding: 50px 40px;
    border-radius: 9px;
    border: 1px solid #E3E3E3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.o-ss-tool img {
    margin-bottom: 30px;
}

.o-ss-tool h5 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.o-ss-tool p {
    color: #435867; color: #435867;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    transition: background-color 0.3s, color 0.3s;
}

.o-ss-tool:hover {
    background-color: #0263E0;
}

.o-ss-tool:hover h5,
.o-ss-tool:hover p {
    color: #fff;
}

.o-ss-tool:hover img {
    filter: brightness(0) invert(1);
}

/* Retail POS */
.simplify-wrap {
    position: relative;
    padding: 60px 0;
}

.retail-business-wrap {
    padding-top: 80px;
    background: #0263E0;
    overflow: hidden;
}

.retail-business-wrap h2 {
    color: #333333; color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.retail-business-wrap .feature-single {
    padding: 20px 10px;
    border: none;
    height: 132px;
}

.retail-business-wrap .feature-single img, 
.retail-business-wrap .feature-single svg {
    margin-bottom: 12px;
}

.retail-business-wrap .feature-single span {
    font-size: 14px;
    margin-bottom: 0;
}

.retail-business-wrap .feature-single:hover {
    box-shadow: 0 0 12px rgb(255 255 255 / 55%);
}

.rpos-circle {
    display: block;
    position: absolute;
    right: 0; top: -15%;
    width: 540px; height: 540px;
    border: 2px solid #D0ECFF;
    border-radius: 100%;

    display: none;
}

.simplify-wrap h2 {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 100px;
}

.simplify-wrap img {
    border-radius: 9px;
}

.simplify-wrap h3 {
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 35px;
}

.simplify-wrap p {
    color: #435867; color: #435867;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.thumb-wrap {
    position: relative;
}

.left .thumb-wrap:before {
    content: '';
    position: absolute;
    display: block;
    top: 60px; left: 0;
    background: #2963D8;
    width: 100%; height: 100%;
    border-bottom-right-radius: 10px;
    padding-left: 190px;
    margin-left: -190px;
    z-index: -1;
}

.right .thumb-wrap:before {
    content: '';
    position: absolute;
    display: block;
    top: 60px; right: 0;
    background: #F0F6FF; background: #5988C6;
    width: 100%; height: 100%;
    border-bottom-left-radius: 10px;
    padding-right: 190px;
    margin-right: -190px;
    z-index: -1;
}

.simplify-wrap .item-3 .thumb-wrap:before {
    background: #FFEFD6;
}

.simplify-wrap .item-4 .thumb-wrap:before {
    background: #8086B9;
}

.simplify-wrap .left, 
.simplify-wrap .right {
    margin-bottom: 180px;
}

/* Company */
.main-introduction {
    background: #F8F8F8;
}

.main-introduction,
.sub-introduction {
    padding: 80px 0;
}

.main-introduction .container,
.sub-introduction .container {
    max-width: 1200px;
}

.main-introduction .col-md-6:last-child {
    margin-top: 150px;
}

.main-introduction h2 {
    color: #0263E0;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.sub-introduction img {
    border-radius: 9px;
    margin-top: -150px;
}

.sub-content {
    max-width: 480px;
}

.sub-content h3 {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 35px;
}

.sub-content p {
    color: #435867; color: #435867;
    line-height: 25px;
    letter-spacing: 0.5px;
    line-height: inherit;
}

.device-wrap h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    max-width: 750px;
    margin: 20px auto 25px;
}

.device-wrap.company span.outer-round {
    border-color: #1790E0;
}

.device-wrap.company span.colored-circle {
    top: 6px; top: 11px;
}

.omak-news {
    padding: 60px 0;
    background: #F8F8F8;
}

.omak-news .container {
    max-width: 1200px;
}

.omak-news h5 {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.s-news-wrap {
    height: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 9px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.s-news-wrap img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.news-cont {
    padding: 40px;
}

.s-news-wrap h6 {
    color: #333333;
    font-size: 28px;
    line-height: inherit;
    font-weight: bold;
    max-width: 440px;
    margin-top: 0;
    margin-bottom: 25px;
}

.news-cont a {
    position: relative;
    color: #0263E0;
    font-weight: bold;
}

.news-cont a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0263E0;
    transition: width 0.3s ease-in-out;
}

.news-cont a:hover::after {
    width: 100%;
}

.faq-wrap.company {
    margin-top: 0;
}

/* WooCommerce */
/* Cart */
.wc-block-components-button:not(.is-link) {
    color: #fff;
    border: none;
    background: #0263e0;
    border-radius: 32px;
    transition: all 0.5s;
}

.wc-block-components-button:not(.is-link):hover {
    color: #fff;
    background: #0244e0;
    transition: all 0.5s;
}
/* Cart End */

/* Coupon */
a.wc-block-components-totals-coupon-link {
    font-weight: bold;
    text-transform: uppercase;
}

/* Custom Cart */
.db-cart,
.db-checkout {
    padding: 100px 0 80px;
    background: #E8F8FF;
}

.db-cart h2,
.db-checkout h2 {
    font-weight: bold;
    margin-bottom: 60px;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    padding: 50px;
    background: #fff;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    width: 60%;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    padding: 50px;
    background: #fff;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    width: 37%;
    margin-left: 2%;
}

.is-large.wc-block-cart .wc-block-cart-items:focus-visible {
    outline: none;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    color: #333333;
    font-size: 15px;
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding-left: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #435867;
}

.wc-block-components-formatted-money-amount {
    color: #435867;
}

.is-large.wc-block-cart .wc-block-cart-items {
    border-color: #B4BDD0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #333333!important;
    font-size: 15px!important;
}

.wc-block-components-totals-item__label {
    color: #435867;
}

/* Checkout */
.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-components-text-input input[type=email], 
.wc-block-components-text-input input[type=number], 
.wc-block-components-text-input input[type=tel], 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url] {
    border: 1px solid #B4BDD0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, 
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus, 
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, 
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus, 
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus, 
.wc-block-components-text-input input[type=email]:focus, 
.wc-block-components-text-input input[type=number]:focus, 
.wc-block-components-text-input input[type=tel]:focus, 
.wc-block-components-text-input input[type=text]:focus, 
.wc-block-components-text-input input[type=url]:focus {
    border: 1px solid #2963D8;
    box-shadow: none;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, 
.wc-block-components-form .wc-block-components-text-input.is-active label, 
.wc-block-components-text-input input:-webkit-autofill+label, 
.wc-block-components-text-input.is-active label {
    color: #2963D8;
}

 .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
 .wc-block-components-text-input.is-active input[type=text] {
    color: #435867;
 }

 .wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 50px;
    background: #fff;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    width: 60%;
 }

 .wc-block-components-sidebar {
    padding: 50px;
    background: #fff;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    width: 33%!important;
    margin-top: 0!important;
    margin-left: 2%;
 }

.wc-block-components-radio-control .wc-block-components-radio-control__input,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 2px solid #B4BDD0!important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: #2963D8!important;
}

/* Single Product */
.db-product-wrap {
    padding: 100px 0 80px;
    background: #E8F8FF;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    display: none;
}

.woocommerce div.product .product_title {
    margin-bottom: 30px;
}

.product .cpw, 
.wcopc .product-item .cpw {
    margin-bottom: 0!important;
}

.product .cpw .cpw-input, 
.wcopc .product-item .cpw .cpw-input {
    text-align: left!important;
    height: 55px;
    background-color: #fff;
}

.product .cpw .cpw-input, 
.wcopc .product-item .cpw .cpw-input {
    outline: none;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    height: 55px;
    max-width: 400px;
    background-color: #fff;
}

/* Single Post */
.db-post-content {

}

.db-post-content h1 {
    font-weight: 600;
    line-height: inherit;
}

.db-wysiwyg {

}

.db-wysiwyg h2, .db-post-content h2, 
.db-wysiwyg h3, .db-post-content h3, 
.db-wysiwyg h4, .db-post-content h4, 
.db-wysiwyg h5, .db-post-content h5, 
.db-wysiwyg h6, .db-post-content h6 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

.db-wysiwyg ol li,
.db-post-content ol li {
    margin-top: 30px;
}

/* WooCommerce Defaults */
.related.products {
    display: none;
}

/* Single Product Page */
h1.product_title.entry-title {
    font-weight: bold;
    font-size: 2rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #0A63E0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {

}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0A63E0;
    color: #fff;
    border-bottom-color: #0A63E0;
}

/* Home Updates */
.db-even.pos-wrap:before {
    content: none;
}

.business-wrap .db-even h4 {
    color: #333333;
}

.business-wrap .db-even p {
    color: #435867;
}

.business-wrap .db-even strong {

}

/* Products Page */
.page-template-page-products .om-header {
    height: auto;
    padding: 5% 0;
}

span.wpcf7-list-item-label a {
    color: #2963D8;
    text-decoration: underline;
}

/* Error 404 */
.error-404 {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 h1 {
    color: #0071bb;
    font-weight: 100;
    font-size: 36px;
    line-height: inherit;
    margin-bottom: 30px;
}

.error-404 .learnmore {
    position: relative;
    color: #fff;
    font-weight: 600;
    background: #0263E0;
    border-radius: 23px;
    padding: 12px 30px;
    display: inline-block;
    transition: all 0.5s;
}

.error-404 .learnmore:hover {
    background-color: #0244e0;
    transition: all 0.5s;
}

/* footer */
footer {
    position: relative;
    color: #fff;
    padding-top: 150px; padding-top: 100px;
    background: #4C5869;
    overflow: hidden;
}

footer .container {
    position: relative;
    z-index: 11;
}

footer p {
    color: #fff;
    font-size: 15px; font-size: 14px;
}

.home footer,
.page-template-page-pricing footer,
.page-template-page-restaurant-pos footer,
.page-template-page-retail-pos footer,
.page-template-page-company footer,
.page-template-page-products footer {
    margin-top: -80px;
}

span.outer-colored-01 {
    position: absolute;
    display: block;
    width: 500px;
    height: 500px;
    bottom: -65%;
    left: -1%;
    border: 5px solid #687689;
    border-radius: 50%;
    z-index: 9;
}

span.outer-colored-02 {
    position: absolute;
    display: block;
    width: 500px;
    height: 500px;
    top: -40%;
    right: -12%;
    border: 5px solid #687689;
    border-radius: 50%;
    z-index: 9;
}

footer strong {
    font-size: 30px; font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

footer ul svg,
footer ul svg path {
    transition: all 0.5s;
}

footer ul svg:hover,
footer ul svg:hover path {
    fill: #FBAE17;
    transition: all 0.5s;
}

footer ul {
    margin-bottom: 32px; margin-bottom: 20px;
}

footer .list-inline-item a {
    font-size: 15px; font-size: 14px;
}

footer .list-inline-item:not(:last-child) {
    margin-right: 35px; margin-right: 15px;
}

footer .list-inline-item .img-fluid {
    height: 20px;
}

footer .contact-info {
    font-size: 15px; font-size: 14px;
    margin-bottom: 20px; 

    margin-bottom: 5px;
}

footer a {
    color: #fff;
    transition: all 0.5s;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.5s;
}

footer h6 {
    font-size: 20px; font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

footer ul li a.nav-link,
footer ul li a.nav-link:focus {
    color: #fff;
    font-size: 15px; font-size: 14px;
    padding: .25rem 0;
    transition: all 0.5s;
}

footer ul li a.nav-link:hover {
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.5s;
}

.mc4wp-form-fields {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

footer input[type=email] {
    width: 367px; max-width: 100%;
    padding: 10px 20px;
    height: 48px;
    border: none;
    border-radius: 24px;

    font-size: 14px;
}

.mc4wp-form-fields input[type="submit"] {
    height: 48px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-weight: 600;
    position: absolute;
    background: #0263E0;
    border: none;
    top: 0;
    right: 0;
    border-radius: 0 23px 23px 0;

    font-size: 14px;
}

footer input[type=email]:focus {
    outline: none;
}

footer p a img {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    .navbar-light .navbar-toggler {
        border-color: transparent;
        background-color: transparent;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        
    }

    .how-it-works {
        margin-top: 12px; margin-top: 50px;
        text-align: center;

        display: none;
    }

    a.see-hiw {
        margin-bottom: 20px;
    }

    .home-banner {
        height: auto;
        text-align: center;
        padding-top: 50px;
        margin-top: 0;
    }

    .home-banner h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: inherit;
        margin-bottom: 30px;
    }

    .home-banner .d-flex {
        justify-content: center;
        margin-bottom: 30px;
    }

    a.book-a-demo {
        font-size: 14px;
        padding: 12px 20px;
        margin-right: 15px;
    }

    a.explore-features {
        font-size: 14px;
        padding: 12px 20px;
    }

    span.round-circle {
        display: none;
    }

    .device-wrap h5 {
        font-size: 32px;
        margin-top: 10px;
    }

    .customer-wrap h2 {
        font-size: 30px;
    }

    .customer-wrap h2 {
        margin-bottom: 30px;
    }

    .customer-wrap .text-center {
        margin-bottom: 30px;
    }

    .business-wrap .db-even img {
        margin-bottom: 30px;
    }

    #clients {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 12px; height: 12px;
        background: transparent;
        border: 2px solid #D6D6D6;
    }

    .business-wrap h3 {
        font-size: 36px;
    }

    .pos-wrap {
        text-align: center;
    }

    .business-wrap {
        text-align: center;
    }

    .business-wrap h4 {
        font-size: 26px;
    }

    .pos-wrap:before {
        width: 100%; height: 85%;
    }

    .business-wrap p {
        font-size: 16px;
    }

    .business-wrap a.learn-more {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .device-wrap {
        padding-top: 50px;
    }

    .pos-content-wrap {
        margin-top: 20px;
    }

    span.outer-round,
    span.colored-circle,
    span.inner-circle {
        display: none;
    }

    .static-wrap {
        margin-top: -40px;
        margin-bottom: 50px;
    }

    .ssw-content {
        padding: 30px;
    }

    .ssw-content h6 {
        font-size: 25px;
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    .ssw-content a {
        font-size: 18px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .ssw-content p {
        text-align: center;
    }

    .static-wrap .col-md-6:last-child .single-static-wrap {
        margin-top: 30px;
    }

    .features-wrap {
        margin-bottom: 50px;
    }

    .features-wrap h6 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .feature-single {
        height: auto;
        text-align: center;
        margin-bottom: 0;
    }

    .features-wrap a {
        margin-top: 10px;
    }

    .book-demo {
        padding: 40px;
    }

    .book-demo h6 {
        font-size: 28px;
        line-height: inherit;
        margin-top: 0;
    }

    span.outer-colored-01,
    span.outer-colored-02 {
        display: none;
    }

    /* Company */
    .om-header {
        height: auto;
        padding-bottom: 5%;
    }

    .breadcrumb {
        justify-content: center;
    }

    .om-header h1 {
        font-size: 24px;
        text-align: center;
    }

    .main-introduction,
    .sub-introduction {
        padding: 50px 0;
    }

    .main-introduction {
        text-align: center;
    }

    .main-introduction h2 {
        font-size: 28px;
    }

    .main-introduction .col-md-6:last-child {
        margin-top: 10px;
    }

    .sub-introduction img {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .sub-content h3 {
        font-size: 28px;
        line-height: inherit;
    }

    .sub-introduction {
        padding-bottom: 0;
    }

    .sub-content {
        text-align: center;
    }

    .device-wrap h4 {
        font-size: 18px;
    }

    .device-wrap {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .omak-news h5 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .news-cont {
        padding: 20px;
    }

    .s-news-wrap h6 {
        font-size: 20px;
        text-align: center;
    }

    .news-cont a {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .db-post-content p {
        text-align: center;
    }

    .faq-wrap h3, 
    .faq-wrap h4 {
        font-size: 24px;
    }

    .faq-wrap {
        padding: 0;
    }

    .omak-news {
        padding: 0;
    }

    .omak-news .mb-5 {
        margin-bottom: 2rem !important;
    }

    .accordion-button {
        padding-right: 50px;
    }

    .price-single h2,
    .om-header .price-single p {
        height: auto;
        min-height: auto;
    }

    /* Contact */
    .form-wrapper {
        margin-top: 0;
    }

    .contact-info {
        text-align: center;
    }

    /* Reatil POS */
    .om-header.retail-pos h1 {
        margin-bottom: 30px;
    }

    .header-content .d-flex {
        align-items: center;
        margin-bottom: 30px;
    }

    a.h-book-demo,
    a.h-view-pricing {
        padding: 12px 30px;
    }

    .col {
        flex: 1 0 50%;
    }

    .retail-business-wrap .feature-single {
        height: auto;
        min-height: 138px;
        margin-bottom: 30px;
    }

    .col.mb-md-5 {
        margin-bottom: 0 !important;
    }

    .retail-business-wrap h2 {
        font-size: 30px;
    }

    .rpos-circle {
        display: none;
    }

    .simplify-wrap {
        text-align: center;
        padding-bottom: 0;
    }

    .simplify-wrap h2 {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .simplify-wrap h3 {
        font-size: 24px;
        margin-top: 80px;
    }

    .simplify-wrap .left, 
    .simplify-wrap .right {
        margin-bottom: 60px;
    }

    /* Restaurant POS */
    .o-s-features {
        padding-bottom: 0;
    }

    .o-s-features h2 {
        font-size: 28px;
    }

    .o-s-s-f h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        line-height: inherit;
        padding: 15px 50px;
        height: 100px;
        text-align: center;
    }

    .o-s-features .col-md-6:nth-of-type(odd) {
        margin-top: 0;
    }

    .o-s-tools {
        padding-top: 0;
    }

    .o-s-tools h4 {
        font-size: 28px;
        line-height: inherit;
    }

    .o-ss-tool {
        text-align: center;
    }

    /* Pricing */
    .om-header.p-pricing {
        padding-bottom: 0;
    }

    .om-header.p-pricing h1 {
        font-size: 24px;
    }

    .price-single {
        margin-bottom: 30px;
    }

    .pricing-features-wrap strong {
        padding-left: 0;
    }

    .pricing-features-wrap strong.title {
        padding: 0;
        height: 75px;
        line-height: 12px;
        align-items: center;
        justify-content: flex-start;
        background-color: transparent;
        transform: rotate(-45deg);
        font-size: 13px;
        margin-left: -15px;
    }

    .pricing-features-wrap .row p {
        font-size: 13px;
    }

    .st-content h5 {
        font-size: 22px;
    }

    .book-demo.hotline a {
        font-size: 1.5rem;
    }

    /* Footer */
    footer {
        text-align: center;
        padding-top: 30px;
    }

    footer .col-md-4,
    footer .col-md-3 {
        margin-bottom: 30px; margin-bottom: 0;
    }

    .row.py-5.mt-4 ul {
        margin: 30px 0!important;
    }

    footer input[type=email] {
        width: 340px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media screen and (max-width: 768px) {/* Mobile Menu */
    #menu-main-menu {
        display: none;
    }

    .mobile-menu.d-block.d-md-none {
        display: block !important;
    }

    nav#main-menu .dropdown-menu {
        display: none;
        transition: all 0.5s ease;
    }

    nav#main-menu .dropdown-menu.show {
        display: block;
        box-shadow: none;
        transition: all 0.5s ease;
    }

    /*.fixed-top button.navbar-toggler {
        color: #01aabf;
    }*/

    nav#main-menu .collapse:not(.show) {
        display: block;
        box-shadow: 0 0 25px 0 rgb(255 255 255 / 5%);
    }

    div#navbarSupportedContent {
        position: fixed;
        background: #fff; background: #132338; background: #0263E0;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        right: -100vw;
        top: 0;
        padding: 30px;
        z-index: 99;
        transition: all 1s ease;
    }

    div#navbarSupportedContent.active {
        right: 0;
        transition: all 1s ease;
    }

    span.menu-close {
        color: rgba(255, 255, 255, .8);
        font-weight: 700;
        text-transform: uppercase;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    /*nav#main-menu ul li a {
        color: #01AABF; color: #fff;
    }*/

    nav#main-menu .dropdown-menu:before {
        content: none;
    }

    nav#main-menu .dropdown:hover .dropdown-menu {
        background: transparent;
    }

    nav#main-menu ul li.dropdown .dropdown-menu a {
        color: #fff;
    }

    li a.sub-menu-parent:after {
        content: '';
        position: absolute;
        font-size: 20px;
        color: #9b3030;
        right: 20px;
        bottom: 0;
        right: 0;
        display: block;
        width: 14px;
        height: 14px;
        transition: all 0.5s;
        background: url('assets/img/menu-plus.png') no-repeat center / 100%;
        margin-top: -7px;
    }

    .mobile-menu {
        padding-top: 50px;
    }

    .mobile-menu > ul li {
        margin-bottom: 20px;
    }

    .mobile-menu > ul li a {
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: bold;
    }

    ul.sub-menu {
        padding: 15px;
        background: #2a405d;
        border-radius: 5px;
        padding-top: 30px;
        margin-top: 20px;
    }

    a.sub-menu-parent {
        position: relative;
        display: block;
    }

    li a.sub-menu-parent {
        display: inline-block;
    }

    li a.sub-menu-parent:after {
        content: '';
        position: absolute;
        font-size: 20px;
        color: #9b3030;
        right: 20px;
        bottom: 5px; right: 0;
        display: block;
        width: 14px;
        height: 14px;
        transition: all 0.5s;
        background: url('assets/img/menu-plus.png') no-repeat center / 100%;
        margin-top: -7px;
    }

    li.active > a.sub-menu-parent:after {
        /*transform: rotate(180deg);*/
        background: url('assets/img/menu-minus.png') no-repeat center / 100%;
    }

    li a.sub-menu-parent:after {
        background: url('assets/img/menu-plus.png') no-repeat center / 100%;
    }

    li li a.sub-menu-parent:after {
        background: url('assets/img/menu-plus.png') no-repeat center / 100%;
    }

    li li.active > a.sub-menu-parent:after {
        /*transform: rotate(180deg);*/
        background: url('assets/img/menu-minus.png') no-repeat center / 100%;
    }

    li li li a.sub-menu-parent:after {
        display: none;
    }

    #main_menu {
        display: none;
    }
    /* Mobile Menu End */

    footer #primary {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        
    }

    .how-it-works {
        margin-top: 12px;
        text-align: center;
    }

    a.see-hiw {
        margin-bottom: 20px;
    }

    .home-banner {
        max-height: 475px;
    }

    .home-banner h1 {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    a.book-a-demo {
        font-size: 13px;
        padding: 15px 25px;
        margin-right: 10px;
    }

    a.explore-features {
        font-size: 13px;
        padding: 15px 25px;
    }

    .customer-wrap h2 {
        font-size: 32px;
    }

    .row.mt-5 .col-md-5.d-flex.align-items-center.ps-md-5 {
        width: 58.333%;
    }

    .business-wrap h3 {
        font-size: 32px;
    }

    .business-wrap h4 {
        font-size: 32px;
    }

    .business-wrap a.learn-more {
        font-size: 18px;
    }

    .device-wrap h5 {
        font-size: 32px;
    }

    .ssw-content {
        padding: 30px;
    }

    .ssw-content h6 {
        font-size: 20px;
        line-height: inherit;
    }

    .ssw-content a {
        font-size: 16px;
    }

    .features-wrap h6 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .feature-single {
        padding: 15px;
    }

    .book-demo {
        padding: 80px 40px 60px;
    }

    .book-demo h6 {
        font-size: 32px;
    }

    span.outer-round {
        z-index: -1;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-nav li:not(:last-child) {
        margin-right: 20px;
    }

    .home-banner {
        max-height: 550px;
    }

    a.book-a-demo {
        padding: 15px 40px;
        margin-right: 15px;
    }

    a.explore-features {
        padding: 15px 40px;
    }

    .book-demo {
        padding: 80px 40px 60px
    }

    span.outer-colored-01,
    span.outer-colored-02 {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .pricing-wrap {
        /*margin-top: -30%;*/
    }

    .form-wrapper {
        /*margin-top: -75%;*/
    }
}

@media (min-width: 1281px) and (max-width: 1399.98px) {
    .pricing-wrap {
        /*margin-top: -26%;*/
    }

    .form-wrapper {
        /*margin-top: -75%;*/
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .om-header {
        /*height: calc(100vh - 300px);*/
    }
}

@media (min-width: 1601px) and (max-width: 1920) {
    .om-header {
        /*min-height: 688px;
        max-height: 688px;
        padding-bottom: 5%;*/

        height: auto;
        padding: 5% 0;
    }

    .pricing-wrap {
        /*margin-top: -15%;*/
    }

    span.f-top-circle {
        top: 30%; left: 0;
    }

    .o-s-features span.f-top-circle {
        top: -30%;
        left: -10%;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .om-header {
        height: 55vh;
        padding-bottom: 5%;
    }
}

.woocommerce button,
.woocommerce input, 
.woocommerce optgroup, 
.woocommerce select,
.woocommerce textarea {
    background-color: #F6F6F6;
    padding: 15px 15px;
    border: 1px solid #e2e2e2;
    max-width: 100%;
    height: 56px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce ul.products li.product .button {
    padding: 20px 50px;
    background-color: #0263e0;
    color: #fff;
    border-radius: 32px;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce ul.products li.product .button:hover {
    background-color: #0263e0;
    background-color: rgb(2 99 224 / 85%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0;
}

.content-area ul li, 
.comment-body ul li, 
.content-area ol li, 
.comment-body ol li {
    font-size: 1.15rem;
}

.content-area h1, 
.content-area h2, 
.content-area h3, 
.content-area h4, 
.content-area h5, 
.content-area h6, 
.content-area p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
}

.woocommerce-message {
    border-top-color: #fbb732;
}

.woocommerce-message::before {
    content: "\e015";
    color: #fbb732;
}

.woocommerce-product-details__short-description {
    margin-bottom: 2em;
}

/* totam style */
#main-menu .fa.fa-bars {
	color: #2963D8;
}
nav#main-menu {
	padding: 15px 0;
}
#main_menu li:last-child{
    display: none;
}
#main_menu li .dropdown-menu li:last-child {
	display: unset;
}
a.see-hiw.lgin-btn{
    background: #ff9d00;
}
a.see-hiw.lgin-btn:hover{
    background: #f79800;
}
.features-wrap.aos-init.aos-animate {
	margin-top: 50px;
}