@media only screen and (max-width: 480px) {
    .detail-sec .secondary-btn--border {
        margin-top: 15px;
    }
    .py-5.z-index-1 .container .card.py-5.px-5.border-0 {
        padding-top: 0rem !important;
        padding-bottom: 3rem !important;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    
    }
  }

/* FONT */
@font-face {
    font-family: "Axiforma-Reg";
    font-weight: 400;
    src: url('../fonts/axiforma/Axiforma-Regular.woff') format('woff');
}
@font-face {
    font-family: "Axiforma-Med";
    font-weight: 500;
    src: url('../fonts/axiforma/Axiforma-Medium.woff') format('woff');
}
@font-face {
    font-family: "Axiforma-Semi-bold";
    font-weight: 600;
    src: url('../fonts/axiforma/Axiforma-SemiBold.woff') format('woff');
}
@font-face {
    font-family: "Axiforma-Bold";
    font-weight: 700;
    src: url('../fonts/axiforma/Axiforma-Bold.woff') format('woff');
}
@font-face {
    font-family: "Axiforma-Black";
    font-weight: 900;
    src: url('../fonts/axiforma/Axiforma-Black.woff') format('woff');
}
body {
    font-family: "Axiforma-Reg" !important;
    background-color: #fff!important;
}
h1{
    font-family: "Axiforma-Black" !important;
    font-weight: 900;
}
h2{
    font-family: "Axiforma-Bold" !important;
    font-weight: 700;
}
h2{
    font-family: "Axiforma-Semi-bold" !important;
    font-weight: 600;
}
h5{
    font-family: "Axiforma-Bold" !important;
    font-weight: 700;
}
p{
    font-family: "Axiforma-Reg" !important;
    font-weight: 400;
}
a{
    font-family: "Axiforma-Reg" !important;
    font-weight: 400;
}
/* NAVBAR */
.navbar-nav.mx-auto {
    margin-right: inherit !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #14CEA3;
}

/* EXTRA */
.text-right {
    text-align: right;
}

.card-body {
    padding: 2.5rem 1.5rem !important;
}

.slide-dots .carousel-indicators .active {
    background-color: #14CEA3;
}

.slide-dots .carousel-indicators li {
    background-color: #14CEA3 !important;
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+ xmlns=' http: //www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' id='svgviewer-output' transform='translate(1 1)'circle id='Ellipse_1' data-name='Ellipse 1' cx='29' cy='29' r='29' fill='none' stroke='#14cea3' stroke-width='2'path id='Path_1' data-name='Path 1' d='M21.25,29.373H36.075l-4.538-5.45a1.252,1.252,0,1,1,1.925-1.6l6.25,7.5a1.489,1.489,0,0,1,.112.188.158.158,0,0,0,.087.162,1.2,1.2,0,0,1,0,.9.158.158,0,0,1-.087.162,1.489,1.489,0,0,1-.112.188l-6.25,7.5a1.252,1.252,0,1,1-1.925-1.6l4.538-5.45H21.25a1.25,1.25,0,1,1,0-2.5Z' transform='translate(-1 -1.623)' fill='#14cea3'')!important;
    }

    /* BUTTONS */
    .pirmary-btn {
        color: #fff;
        background-color: #14CEA3;
        display: inline-block;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        padding: 1rem 4.3rem;
        font-size: 1rem;
        border-radius: 0.625rem;
        border: 3px solid #14CEA3;
    }

    .pirmary-btn:hover {
        text-decoration: none;
        color: #fff;
    }

    .secondary-btn {
        color: #fff;
        background-color: transparent;
        display: inline-block;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: 3px solid #fff;
        padding: 1rem 4.3rem;
        font-size: 1rem;
        border-radius: 0.625rem;
    }

    .secondary-btn:hover {
        text-decoration: none;
        color: #fff;
    }

    .secondary-btn--border {
        color: #14CEA3;
        border: 3px solid #14CEA3;
        background-color: transparent;
        display: inline-block;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        padding: 1rem 4.3rem;
        font-size: 1rem;
        border-radius: 0.625rem;
    }

    .secondary-btn--border:hover {
        text-decoration: none;
        color: #14CEA3;
    }
     
    
    /* FEATURED */
    .bg-100.feature-sec {
        background: #14CEA3 !important;
        color: #ffffff;
    }

    .bg-100.feature-sec h2 {
        color: #ffffff;
        font-family: "Axiforma-Bold"
    }

    .bg-100.feature-sec h5 {
        color: #ffffff;
    }

    .feature-sec .card {
        background: transparent;
        border: 0;
    }

    /* WHY US */
    .why-us-sec .card {
        background: transparent;
        border: 0;
    }

    .why-us-sec .card h5 {
        color: #14CEA3;
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        text-transform: uppercase;
    }

    /* DETAIL SEC */
    .detail-sec .flex-center {
        text-align: end;
    }

    .download-app-sec .flex-center {
        text-align: start;
    }

    .detail-sec  .secondary-btn--border {
        padding: 1rem 2.3rem;
    }

    .slide .carousel-inner .carousel-item.active .col-md-4 .card:hover{
        border: 2px solid #14CEA3;
    }

    .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(../img/icons/Preview.svg);
        transition: all 0.5s ease;
    }
    .carousel-control-prev .carousel-control-prev-icon:hover {
        background-image: url(../img/icons/onhover-left.svg);
    }
    .carousel-control-next  .carousel-control-next-icon {
        background-image: url(../img/icons/next.svg)!important;
        transition: all 0.5s ease;
    }
    .carousel-control-next  .carousel-control-next-icon:hover {
        background-image: url(../img/icons/onhover-right.svg)!important;
    }

    .devices-link  span img{
        width: 20px;
    }
    .bi path:hover{
        fill: #14CEA3;
    }

/*Country List*/
.flag-img {
    width: 25px;
    height: 25px;
    border-radius: 16px;
}
.flag-title {
    padding-left: 16px;
}
.countries-list a {
    display: inline-block;
    padding: 10px;
}
.countries-list h6{
    font-size: 1.12rem;
        color: #383838;
    font-family: 'Poppins',sans-serif;
        font-weight: 600;
}
.contries-list a:hover {
    box-shadow: inset 0 2px 4px rgb(0 155 119 / 10%), inset 0 4px 10px rgb(0 155 119 / 20%);
}
.contries-list a {
    color: #009b77;
}

/*FAQ*/
.faq-wrapper .accordion, .faq-wrapper .question {
  line-height: 1.25rem;
    font-size: 16px;
    color: #424e5a;
    font-weight: 700;
    padding: 22px 24px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background: transparent;
      border: 1px solid #ebebeb;
    background: transparent;
    border-bottom: none;
    position: relative;
}
.faq-wrapper .panel, .faq-wrapper .collapse {
  display: none;
font-size: 16px;
    color: #434f5b;
    font-weight: 300;
    line-height: 25px;
    padding: 25px;
    position: relative;
    letter-spacing: .4px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.faq-wrapper .panel p, .faq-wrapper .collapse p{
    margin-bottom: 0;
}
.faq-wrapper .accordion:after, .faq-wrapper .question:after{
    content: '';
    background-image: url('/assets/img/icons/toggle.png');
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 21px;
}
.faq-wrapper .accordion.active:after, .faq-wrapper .question.active:after{
    background-image: url('/assets/img/icons/toggled.png');
}
.faq-wrapper ul#cat_nav li a:before{
    content: '';
    background-image: url('/assets/img/icons/faq-list.png');
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
        left: 0;
    background-repeat: no-repeat;
    top: 20px;
}
.faq-wrapper ul#cat_nav li a.active:before, .faq-wrapper ul#cat_nav li a:hover:before{
    background-image: url('/assets/img/icons/faq-list-2.png');
}
.panel.last, .collapse.last{
    border-bottom: 1px solid #ebebeb;
    border-top: none;
}
.accordion.last, .question.last{
    border-bottom: 1px solid #ebebeb;
}
.faq-search{
        padding: 1.5rem!important;
            position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 1%), 0 4px 6px rgb(0 0 0 / 2%), 0 8px 16px rgb(0 0 0 / 7%);
}
.faq-wrapper ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.faq-wrapper ul#cat_nav li {
    border-bottom: 1px solid #ededed;
}
.faq-wrapper ul#cat_nav li a:hover, .faq-wrapper ul#cat_nav li a#active, .faq-wrapper ul#cat_nav li a.active {
    color: #009b77;
    position: relative;
    text-decoration: none;
}
.faq-wrapper ul#cat_nav li a {
    position: relative;
    color: #555;
    display: block;
    padding: 15px 10px;
    padding-left: 25px;
}
.map_two_area .contact_address a span {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
}
.map_two_area .contact_address a {
    font-size: 16px;
    font-weight: 300;
    color: #8e8f8f;
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section_title_three h2 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: normal;
    text-align: left;
    color: #009b77;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.language-selector .dropdown-menu.show .dropdown-menu{
    display: block;
}

.language-selector .dropdown-menu li{
  padding: 10px;
  }
  .language-selector .dropdown-menu li a{
        color: #009b77;
  }
  .language-selector .dropdown-menu li a:hover{
    text-decoration: none;
  }
    
/*    .language-selector .dropdown-menu{
      max-height: 280.156px !important;
  } */