/**************** General styles ********************
 *
 *  1. html, body
 *  2. Containers
 *  3. Global styles
 *
****************************************************/

/**** 1. html, body ****/

html {
    font-family: 'ibm';
    color: #5b5b5b;
}

/**** 2. Containers ****/

.uk-container {
    max-width: 1200px;
    width: 90%;
    padding: 0;
}
.uk-container-smaller {
    max-width: 1145px;
}
.uk-container-small {
    max-width: 860px;
    margin-left: auto;
    margin-right:auto;
}
.uk-container-large {
    max-width: 1440px;
    margin-left: auto;
    margin-right:auto;
}

.uk-container-xlarge {
    max-width: 1600px;
    margin-left: auto;
    margin-right:auto;
}

/**** 3. Global styles ****/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
strong {
    font-weight: 700;
}
section{
    padding: 40px 0;
}
.uk-svg, 
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: inherit;
}
.uk-height-large {
    height: 450px;
}
.width-auto {
    max-width: none !important;
}
.uk-container-xsmall {
    max-width: 750px;
}
.uk-form-danger,
.uk-form-danger:focus,
.uk-form-danger + label {
    color: #f0506e!important;
    border-color: #f0506e!important;
}
.uk-button-reverse {
    border: 2px solid #afbd21;
    color: #afbd21;
    background: #fff;
}
.uk-button-reverse:hover {
    color: #fff;
    background: #afbd21;
}
/************************/
#informus{
    cursor: pointer;
    color: #0D386F;
    font-weight: bold;
}

/****************** Typography *********************
 *
 *  1. Fonts
 *  2. Headlines, h1 - h6
 *  3. Paragraphs
 *  4. Unordered & ordered lists
 *  5. Links & anchors
 *  font-family: 'Overpass', sans-serif;
****************************************************/

/**** 1. Fonts ****/

/**** 2. Headlines, h1 - h6 ****/
@font-face {
    font-family: 'PPRightGrotesk';
    src: 
        url('../../fonts/PPRightGrotesk-CompactDark.woff2') format('woff2'),
       url('../../fonts/PPRightGrotesk-CompactDark.woff') format('woff'),
       url('../../fonts/PPRightGrotesk-CompactDark.otf') format('opentype'),
       url('../../fonts/PPRightGrotesk-CompactDark.ttf') format('truetype');    
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../fonts/poppins-regular-webfont.woff2');
  font-display: swap;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../fonts/poppins-medium-webfont.woff2');
  font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../../fonts/poppins-semibold-webfont.woff2');
  font-display: swap;
}

body{
    font-family: "Poppins-Regular";
    color: #122247;
     -webkit-font-smoothing: antialiased; /* font smoothing for MAC devices */
}

h1,.uk-h1, h2, h3 {
    font-weight: 700;
    font-family: "PPRightGrotesk";
    color: #122247;
    line-height: 1.2;
}
h4, h5, h6{
    font-family: 'Poppins-Regular';   
}
h1,.uk-h1 {
    font-size: 2.8rem;
    margin: 0 0 20px;
}
h2 {
    font-size: 40px;
    margin: 0 0 5%;
}
h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
}
h3 span {
    color: #31343F;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 10px;
}
h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

/**** 3. Paragraphs ****/

p,
.list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #122247;
    margin: 0 0 20px;
}
.list li {
    margin-bottom: 0;
}
p:only-child,
p:last-child {
    margin-bottom: 0;
}
p a {
    color: #31343F;
}

/**** 4. Unordered & ordered lists ****/
ul.list {
    list-style: outside;
}
ul:not(.list), ol {
    padding: 0;
    list-style: none;
}

/**** 5. Links & anchors ****/

a,
.uk-button,
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000;
}
a:hover {
    text-decoration: none;
}
a,a:hover,a:focus,a:active,
.uk-button,.uk-button:hover,.uk-button:focus,.uk-button:active,
.uk-button-link,.uk-button-link:hover,.uk-button-link:focus,.uk-button-link:active {
    outline: none;
    text-decoration: none;
}
/*********************** UI *************************
 *
 *  1. Buttons
 *  2. Forms
 *  3. Offcanvas
 *
****************************************************/

/**** 1. Buttons ****/

.uk-button {
    font-family: 'Poppins-Regular';
    font-weight: 700;
    color: #fff;
    margin: 0;
    border: 2px solid #ef6545;
    color: #fff;
    padding: 14px 30px;
    background: #ef6545;
    max-width: 230px;
    line-height: 1.2;
    min-height: auto;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.uk-button:hover,
.uk-button:focus {
    border: 2px solid #ef6545;
    color: #ef6545;
    background: #fff;
}
.uk-button-primary {
    background: url(../../img/green-bg.jpg)no-repeat #ef6545;
    padding: 15px 40px;
    max-width: 100%;
}
.uk-button,
.uk-button:hover,
.uk-button:focus,
.uk-button:active,
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active {
    outline: none;
    text-decoration: none;
}
.uk-button-link {
    font-family: 'Poppins-Regular';
    font-weight: 700;
    color: #151515;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    font-size: 12px;
    padding: 7px 7px 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.uk-button-link:hover,
.uk-button-link:focus {
    color: #fff;
    background: #ef6545;
}
.uk-button-default {
    font-family: 'Poppins-Regular';
    font-weight: 700;
    color: #757575;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    padding-top: 25px;
    position: relative;
    display: block;
    margin-top: 20px;
}
.uk-button-default::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 1px;
    width: 75px;
    background-color: #ef6545;
}
.uk-button-secondary {
    border: 2px solid #fff;
    color: #515155;
    padding: 14px 30px;
    background: #fff;
    width: 100%;
}


/**** 2. Forms ****/

.uk-input, 
.uk-select, 
.uk-textarea, 
.uk-select:not([multiple]):not([size]),
.file-label,
.prettydropdown > ul > li {
    border: 1px solid #f5f5f5;
    font-family: 'Poppins-Regular', sans-serif;
    background: #f5f5f5;
    box-shadow: none;
    color: #757575;
    text-align: center;
    height: auto;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 20px 12px;
    line-height: 1.4;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
}
.uk-input:focus, 
.uk-select:focus, 
.uk-textarea:focus, 
.uk-select:not([multiple]):not([size]):focus,
.prettydropdown > ul > li:focus {
    border-color: #ef6545;
    background: #fff;
    box-shadow: none;
    outline: none;
}
.uk-input:not(input), .uk-select:not(select) {
    line-height: 1.4;
}
textarea {
    height: 160px;
}
.uk-form-label {
    font-weight: 700;
    font-size: 12px;
    color: #151515;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}
.uk-checkbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.uk-checkbox:checked, 
.uk-checkbox:indeterminate,
.uk-checkbox:focus,
.uk-checkbox:checked:focus {
    background-color: #ef6545;
    border-color: #ef6545;
}
.radio-wrap input[type="checkbox"],
.radio-wrap input[type="radio"],
.bullets input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: none;
}
input[type="submit"] {
    color: #fff !important;
    background: #004FE5;
    border-radius: 50px;
    padding: 10px 2% 10px;
    font-size: 16px;
    line-height: 2;
    display: inline-block;
    min-width: 300px;
    text-align: center;
    font-weight: 700;
    border: none;
}
.submit-icon input[type="submit"] {
    padding: 16px 30px 16px 20px;
}
.submit-icon .uk-icon {
    color: #fff;
}
.mailbox-from input[type="submit"] {
    width: auto;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #fff;
    background: #004FE5; /* change the background color to the new theme color  */
}
.radio-wrap label{
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    color: #ef6545;
    border: 1px solid #ef6545;
    padding: 6px 5px 5px;
    display: block;
    line-height: 1.4;
    letter-spacing: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
}
.radio-wrap input[type="checkbox"]:checked + label,
.radio-wrap input[type="radio"]:checked + label,
.bullets input[type="radio"]:checked + label {
    background: #ef6545;
    color: #fff;
}
.radio-wrap input[type="radio"]:checked + label h4,
.radio-wrap input[type="radio"]:checked + label p,
.radio-wrap input[type="checkbox"]:checked + label h4 {
    color:#fff;
}
.radio-wrap input[type="checkbox"]:checked + label svg path,
.radio-wrap input[type="radio"]:checked + label svg path {
    fill: #fff;
}
.package input[type="radio"]:checked + label {
    background: url(../../img/overlay.png) #ef6545;
    color: #fff;
}
.file-label {
    width: 100%;
    display: block;
    cursor: pointer;
}
*::-webkit-input-placeholder {
    color: #757575;
    opacity : 0.5;
}
*:focus::-webkit-input-placeholder {
    color: #757575;
    opacity : 0.5;
}
*:-moz-placeholder {
    color: #757575;
    opacity : 0.5;
}
*:focus:-moz-placeholder {
    color: #757575;
    opacity : 0.5;
}
*::-moz-placeholder {
    color: #757575;
    opacity : 0.5;
}
*:focus::-moz-placeholder {
    color: #757575;
    opacity : 0.5;
}
*:-ms-input-placeholder {
    color: #757575 !important;
    opacity : 0.5;
}
*:focus:-ms-input-placeholder {
    color: #757575 !important;
    opacity : 0.5;
}
*::placeholder {
    color: #757575;
    opacity : 0.5;
}
*:focus::placeholder {
    color: #757575;
    opacity : 0.5;
}
/* remove focus outline from select fields */
.uk-select:not([multiple]):not([size]):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
 /* prevent <option>s from becoming transparent as well */
.uk-select option:not(:checked) {
  color: #757575;
}
/* remove default arrow for select */
.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;       
    background: url(../../img/arrow.png)no-repeat 90% center #f5f5f5;   /* add custom arrow */
}
.calendar-icon {
    background: url(../../img/calendar.png)no-repeat 90% center transparent;
    right: 20px;
}
.uk-select:not([multiple]):not([size]):focus {
    background: url(../../img/arrow.png)no-repeat 90% center transparent;   /* add custom arrow */
}
.tagify {
    --tag-bg:#ef6545;
    --tag-hover:#ef6545;
    --tag-text-color:#fff;
    --tag-pad: 0.3em 0.5em;
    align-items: center;
    border: none;
    padding: 18px 20px;
    background: #f5f5f5;
    text-align: center;
}
.tagify__tag > div {
    padding: 9px 20px 6px;
}
.prettydropdown > ul {
    border: none;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 15px;
}
.prettydropdown.arrow > ul > li.selected::after {
    border-top-color: #f5f5f5;
}
.prettydropdown > ul.active > li.nohover {
    background: inherit !important;
    color: inherit !important;
}
.prettydropdown > ul.active > li:not(.label):hover, 
.prettydropdown > ul.active > li.hover:not(.label), 
.prettydropdown > ul.active > li:first-child:hover::after {
    background:#f5f5f5;
    color: #757576;
}
.flatpickr-calendar.open {
    z-index:100000 !important;
}
#Datepickk .d-calendar {
    width: 90%;
    margin: 0 5%;
}
#Datepickk .d-header {
    background-color: #006837;
}
#Datepickk .d-week {
    background-color:#ef6545;
}
#Datepickk .d-table input + label::before {
    background-color: #f5f5f5;
}
#Datepickk .d-table input:checked + label {
    color: #333;
}
#Datepickk p {
    color: #fff;
}
#Datepickk .d-header i#d-next::after {
    border-left: 7px solid #006837;
}
#Datepickk .d-header i#d-previous::after {
    border-right: 7px solid #006837;
}

/**** 3. Offcanvas ****/
.uk-offcanvas{
    width: 100%;
    z-index: 10000;
  	display:none;
}  
.offcanvas-btn a {
    color: #fff;
    margin-left: 20px;
}
.uk-offcanvas-bar {
    background: #fff;
    width: initial;
    /* display: none; */
    padding: 20px 15px;
}
.uk-offcanvas-bar .sitelogo img{
    width: 100%;
}
.uk-offcanvas-bar .uk-nav-default>li>a:hover, .menu-active{
    font-weight: bold;
    color: #004FE5 !important;
}
.offcanvas-menu > li > a {
    color: #999;
    font-size: 18px;
    text-transform: inherit;
    font-family: 'Poppins-Regular';
    font-weight: 500;
}
.offcanvas-menu > li > a:hover {
    color: #151515;
}
.page-header {
    position: sticky;
    top: 0px;
    width: 100%;
    padding: 1px 0px;
    height: 80px;
    max-height: 100%;
    overflow: hidden;
}
.page-header .uk-dropdown {
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}
.page-header .uk-dropdown li a {
    padding: 15px;
    margin-right: 0!important;
}
.page-header .uk-dropdown li a:hover {
    background-color: #ef6545;
    color: #fff;
}
.page-header .uk-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #c7c7c7;;
}
.page-header .uk-dropdown li a:after {
    content: ""!important
}
.page-header .uk-navbar-nav > li > a {
    min-height: 40px!important;
}

/**** 1. Header ****/
.fixed-header{
    background: #EEF5FF;
    z-index: 9999;
    box-shadow: 0px 20px 40px rgb(0 11 36 / 5%);    
}
.flex-flex{
    display: flex;
}
.generalbtninv{
    display: flex;
    padding: 12px 20px 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1.5px solid #EAECF0;
    background: #FFF;
    height: 40px;
    width: 112px;
}
.headerContainer
{
    margin:16px auto;
}
.headlogomenu{
    width: 63%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-left: 0;
}
.headbuttons{
    width: 37%;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.sitelogo img{
    max-width: 140px;
    height: 48px;
}
.custommenu{
    display: flex;  
    gap: 48px;
    margin-top: 5px;
}
.custommenu li a{
    font-family: 'Poppins-Regular';
    color: #122247;
    font-size: 14px;
    display: flex;
}
.custommenu li a span, .list_discover li a span{
    border-radius: 100px;
    background: #FD7847;
    color: #fff;
    display: flex;
    width: 24px;
    height: 20px;   
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.uk-offcanvas-bar .uk-nav-default>li>a, .uk-offcanvas-bar .uk-close{
    color: #122247;
    font-weight: bold;
    text-transform: capitalize;
}
.uk-nav-header:not(:first-child){
    margin-top: 0;
}
.uk-nav-default{
    margin-top: 30%;
}
.uk-offcanvas-overlay{
    z-index: 99999;
    width: 60%;
}
.list_discover li a span{
    background: #667085;
}
.wpBtn{
    background: #004FE5;
    border-radius: 100px;
    color: #fff !important;
    width: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 0;
}
#whatsapp_header_v2_mob p {
    color: #FFF !important;
}
.cont-whats{
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.wpBtn img{
    width: 20px;
    height: 20px;
}
.wpBtn .wptext{
    color: #fff;
}
.wpBtn .wptext, .login-content{
    font-family: 'Poppins-Regular';
    font-size: 14px;
    margin-top: 2px;
    font-weight: 600;
}
.copyrighttext{
    display: flex;
    flex-direction: column; 
    gap: 12px;
}
.footerlogo{
    max-width: 140px !important;
}
.footertt{
    display: flex;  
    gap: 24px;
    color: #90A3BF;
}
footer .uk-container-large{
    background: #122247;
    padding: 72px 100px;
    border-radius: 20px;
}
footer .uk-accordion-title{
    font-family: "Poppins-Regular";
}
.footer_list_parent a {
    font-family: "Poppins-Regular";
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}
.footer_list_parent{    
    display: inline-flex;
    flex-direction: column; 
    gap: 24px;
    width: 23%;
}
.footer-first .footer_list_parent:last-child{
    gap: 8px;
    width: 30%;
} 
.footer_list_parent ul{
    display: flex;
    flex-direction: column; 
    gap: 16px;
    margin: 0;
}
.footer_list_parent h4{
    color: #FFF;
    /* Body large/Bold */
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.footer_list_parent ul li a, .footer_list_parent p{
    color: #90A3BF;
    font-size: 14px;
    font-weight: 400;
    display: flex;
}
.footer_list_parent:last-child p{
    margin-bottom: 11px;
}
.contact-info{
    gap: 12px;
}
.whatsappfooter{
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    padding: 12px 20px;
    border-radius: 100px;
    align-items: center;
}
.whatsappfooter p{
    margin: 0 0 0 4px !important;
    font-size: 14px;
    color: rgba(18, 34, 71, 1) !important;
    align-items: center;
    font-family: 'Poppins-Regular';
    font-weight: 600;
}
.callfooter{
    padding: 12px 20px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 100px;
    align-items: center;
}
.callfooter p{
    margin: 0 0 0 4px !important;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    align-items: center;
    font-family: 'Poppins-Regular';
    font-weight: 600;
}
.whatsappfooter img, .callfooter img{
    width: 20px;
    height: 20px;
}
.footer_line{
    border-top: 1px solid #fff;
    opacity: 0.1;
    margin-top: 60px !important;
}
.crcustomfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer{
    margin-bottom: 40px;
}
footer .single-subscribe{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
footer .sib-email-area input[type="email"]{
    height: 44px;
    border-radius: 6px;
    background: #fff;
    color: #122247;
    font-size: 14px;
    padding-left: 16px;
    outline: none;
    border: none;
}
footer .sib-default-btn{
    height: 44px;
    color: white;
    min-width: unset;
    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border-radius: 6px;
    border: #004FE5;
    background: #004FE5;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    -webkit-appearance: none;
    -webkit-border-radius:6px; 
    font-family: 'Poppins-Regular';
}
.language-button {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    gap: 5px;
    color: #122247;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
.language-button span{
    line-height: 1;
  }
  #english,
  #russian {
    color: #122247;
  }
  #english:hover,
  #russian:hover {
    background-color: white;
    color: #1e87f0;
  }
  .translation-row {
    display: flex;
    gap: 8px;

  }
  .translation-row span{
   line-height: 1;
  }
  .translation-row img{
    width: 20px;
    height: 15px;
    padding-bottom: 2px;
  }

  
@media only screen and (max-width: 1441px){
    .uk-container-large{
        max-width: 1400px;
    }
}
@media only screen and (min-width: 1350px) and (max-width: 1410px){
    .uk-container-large{
        max-width: 1350px;
    }
}
@media only screen and (min-width: 1250px) and (max-width: 1350px){
    .uk-container-large{
        max-width: 1200px;
    }   
}
@media only screen and (min-width: 1200px) and (max-width: 1250px){   
    .headerContainer{
        width: 95%;
    }
    .headlogomenu{
        padding-left: 40px;
    }
    .uk-container-large{
        max-width: 1250px;
    }   
    .custommenu{
        gap: 40px;
    }
}
@media only screen and (min-width: 1116px) and (max-width: 1200px){
    .uk-container-large{
        max-width: 1130px;
    }
    .custommenu{
        gap: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1116px){
    .headerContainer{
        width: 95%;
    }
    .headlogomenu{
        padding-left: 40px;
    }
    .uk-container-large{
        max-width: 1100px;
    }
    .custommenu{
        gap: 23px;
    }
}
@media only screen and (max-width: 1100px){
    .headerContainer{
        width: 95%;
    }
    .headlogomenu{
        padding-left: 30px;
    }
    .generalbtninv{
        padding: 10px;
    }
    .custommenu{
        gap: 13px;
    }
    .custommenu li a{
        font-size: 13.5px;
    }
    footer .uk-container-large{
        padding: 40px 15px;
    }
    .footer_list_parent{
        width: 50% !important;
    }    
}
@media only screen and (max-width: 960px){
    .headlogomenu{
        gap: 20px;
        width: 40%;
        padding-left: 20px;
    }
     .headbuttons{
        gap: 20px;
        width: 60%;
        padding-left: 20px;
    }
    .wpBtn img{
        width: 20px;
        height: 20px;
    }
    .shopHeadlogo .sitelogo img{
        width: 40px;
        height: 40px;
    }
    .shopwpBtn {
      width: initial;
    }
}
@media only screen and (max-width: 850px){
    .generalbtninv{
        padding: 5px;
    }
    /*.headbuttons{
        width: 45%;
    }*/
  	.uk-offcanvas{
  		width: 45%;
    	z-index: 10000;
  	}
    .uk-offcanvas-bar{
/*        display: block;*/
    }
    
    .custommenu{
        gap: 15px;
    }
    .custommenu li a, .login-content, .wpBtn .wptext{
        font-size: 14px;
    }
    .wpBtn{
/*        padding: 5px;*/
    }
    footer .uk-container-large{
        padding: 50px 30px;
    }
    .footertt{
        gap: 5px;
    }
    .footer_list_parent{
        width: 50%;
    }
    .footer_list_parent ul{
        gap: 0;
    }
    .footer_list_parent ul li a, .footer_list_parent p{
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 640px){
    .flex-flex{
        flex-wrap: wrap;
    }
    .headerContainer{
        width: 90%;
    }
    .headlogomenu{
        width: 20%;
        gap: 10px;
    }
    .headbuttons{
        width: 80%;
        gap: 2px;
    }
    .cont-whats{
/*        justify-content: center;*/
    }
    .wpBtn{
/*        width: 100%;*/
    }   
    footer .uk-container-large{
        padding: 40px 20px;
    }
    .footer-first{
        flex-direction: column;
    }
    .partners-container{
        width: 87%;
    }
    .crcustomfooter{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }    
    .footer_list_parent{
        width: 100% !important;
    }
    footer .uk-accordion-title{
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }
    .payment_div{
        text-align: center;
    }
    .paymethodsimg{
        width: 90%;
    }
    footer .uk-accordion-title:focus, .uk-accordion-title:hover, footer .uk-open .uk-accordion-title{
        color: #FD7847;
    }
    footer .uk-accordion-content a{
        color: #90A3BF;
    }
    footer .uk-accordion-title::before{
        background-image: url('../../img/home/icons/footer_right.svg');
    }
    footer .uk-open>.uk-accordion-title::before{
        background-image: url('../../img/home/icons/footer_top.svg');
    }
    footer .uk-accordion-content ul li{
        margin-bottom: 15px;
    }
    .footer_list_parent{
        gap: 8px;
    }
    .footer_list_parent ul li a, .footer_list_parent p{
        margin-bottom: 8px;
    }
    footer .sib-email-area input[type="email"]{
        width: 100%;
    }
    .hero_section_parentdiv, .products-cont, footer .uk-container-large{
        width: 95%;
    }
    footer{
        margin-bottom:8px;
    }
    .footertt{
        display: grid;
    }
}
@media only screen and (max-width: 390px){
    .footertt{
        font-size: 13px;
    }
    .language-button {
        gap: 2px;
        margin-right: -2px;
      }
    .language-button span {
        margin-right: -5px;
    }
    .headlogomenu{
        width: 30%;
    }
    .headbuttons{
        width: 70%;
    }    
    .wpBtnhead{
     margin-right: -10px;
     width: 120px;
     font-size: 12px !important;
     }  
    .wpBtnhead .wptext{
        font-size: 12px !important;
     }
     .sitelogo img{
        max-width: 120px;
    }
}
@media only screen and (max-width: 350px){  
    .footertt{
        font-size: 14px;
        display: grid;
    }    
}
