/**
* Template Name: Medicio - v4.1.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Fonts  
--------------------------------------------------------------*/
@font-face {
    font-family: 'Myanmar3';
    src: url('../fonts/Myanmar3.eot');
    src: url('../fonts/Myanmar3.woff2') format('woff2'),
    url('../fonts/Myanmar3.woff') format('woff'),
    url('../fonts/Myanmar3.ttf') format('truetype'),
    url('../fonts/Myanmar3.svg#FFDINPro-Bold') format('svg'),
    url('../fonts/Myanmar3eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'MyanmarSabae';
  src: url('../fonts/MyanmarSabae.eot');
  src: url('../fonts/MyanmarSabae.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MyanmarSabae.svg#MyanmarSabae') format('svg'),
       url('../fonts/MyanmarSabae.ttf') format('truetype'),
       url('../fonts/MyanmarSabae.woff') format('woff'),
       url('../fonts/MyanmarSabae.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'pyidaungsu';
    src: local('../fonts/Pyidaungsu-2.5.3_Regular.ttf'), url('../fonts/Pyidaungsu-2.5.3_Regular.ttf') format("truetype");
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body:lang(my-MM),
html:lang(my-MM),
#lang_choice_1 [value~="my"],
body:lang(my-MM) h1, body:lang(my-MM) h1, body:lang(my-MM) h3, body:lang(my-MM) div{
    font-family: 'pyidaungsu', sans-serif !important;
}

body:lang(en-GB),
html:lang(en-GB),
/*#lang_choice_1 [value~="en"] **/
body:lang(en-GB) h1, body:lang(en-GB) h1, body:lang(en-GB) h3, body:lang(en-GB) div
{
  font-family: 'Crimson Text', serif !important;
}

body,html,p,div{
  /*font-family: "Open Sans", sans-serif;*/
  font-size: 17px !important;
  color: #444444;
}

a {
  color: #293080;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Crimson Text', 'Myanmar3', serif;*/
  font-weight: 600;
  letter-spacing: 2px;
}

h2{
  line-height: 2em;
}

#main{
  margin-top: 100px;
}

.ht_button{
  background: #293080 !important;
  color: #fff;
  border-radius: 0 !important;
  min-width: 100px;
  margin-right: 20px;
}

.ht_button:hover{
  color: #fff;
}


@media (min-width: 1200px){
  .container{
    /*max-width: 1600px;*/
  }
}

#main .qib-button:not(#qib_id):not(#qib_id){
  background: #898989;
  color: #fff;
}

 .js-accordion ol,  .js-accordion ul,  .js-accordion li{
  padding: 0;
  margin: 0;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #293080;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #293080;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /*background: #293080;*/
  background: #293080;
  color: #fff;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

.lang{
  padding: 5px 10px;
  margin: -5px 0 0 0;
}
.lang li{
  float: left;
  list-style-type: none;
  padding-right: 10px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  height: 25px !important;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.desc {
   position: absolute;
   /*padding: 8%;*/
   z-index: 9;
   top: 50%;
   left: 40%;
   transform: translate(-50%,-50%); 

  }
.desc h2{
   color: #000;
  margin-bottom: -2em;
  font-size: 1.8em;
  line-height: 2em;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);

   }

   .hero-img{
      position: relative;
   }


   .hero-img:before {
       /*background: rgba(0, 0, 0, 0.38);*/
       content: '';
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
   }

   .delay-1 {
   animation-delay: .2s;
   }
   .delay-2 {
   animation-delay: .4s;
   }    
   .delay-3 {
   animation-delay: .6s;
   }    
   .delay-4 {
   animation-delay: .8s;
   }


.owl-dots{
    margin-top: -50px;
    margin-left: -60px;
    z-index: 999;
    position: absolute;
    left: 50%;
}

.owl-theme .owl-dots .owl-dot span{
  background: url('../img/heart-black.png') no-repeat center center !important;
  width: 17px !important;
  height: 17px !important;
  margin: 5px 3px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: url('../img/heart-white.png') no-repeat center center !important;
}

   .hero_carosel .owl-nav button.owl-prev,.hero_carosel .owl-nav button.owl-next{
  
      position: absolute;
      bottom: 50%;
      right: 50%;
      color: #000;
   }

   .hero_carosel .owl-nav button.owl-prev{
      left: 0
   }

   .hero_carosel .owl-nav button.owl-next{
      right: 0
   }

  .hero_carosel i.owl-direction {
       margin: 0 13px;
       font-size: 3em;
       padding: 0;
       color: #607D8B;
   }

   .hero_carosel .owl-nav button.owl-next,.hero_carosel .owl-nav button.owl-prev{
       outline: 0;
       background: #FFF
       }
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /*padding: 20px 0;*/
  top: 40px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/*
.flex-control-nav a
{
    font-size:0;
}
.flex-control-nav a:before  { 
    font-family: FontAwesome; 
    font-size: 30px; 
    display: inline-block; 
    content: '\f137';
}
*/


.navbar {
  /*padding: 0;*/
  padding: 20px 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 50px;
  font-family: 'Crimson Text', serif;
  font-size: 1.1em;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  /*text-transform: uppercase;*/
  font-weight: 600;
}

.menu-item-43 a
{
    font-size:0;
}
.menu-item-43 a:before  { 
    font-family: FontAwesome; 
    font-size: 20px; 
    display: inline-block; 
    content: '\f004';
    color: red;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a , li.current-menu-item a{
  color: #293080 !important;
}

.navbar a:visited{
  color: #000;
}

.right-menu li a{
  padding: 10px 0 10px 20px;
}
/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #293080;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #293080;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #293080;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Form (Default / woocommerce)
--------------------------------------------------------------*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  padding: 15px;
}

.select2-container--default .select2-selection--single{
  height: 55px !important;
}


/*--------------------------------------------------------------
# Featured Hot Product
--------------------------------------------------------------*/
#main .woocommerce ul.products li.product a img{
  margin: 0;
}

#main .woopspro-product-slider .products li,
/*.woocommerce ul.products li.product, */.woocommerce-page ul.products li.product{
      padding: 0 20px !important;
      
}
#main .woopspro-product-slider .products li,
.woocommerce ul.products li.product{
  text-align: center;
}

.woocommerce-loop-product__title{
  color: #000;
}

#main .woocommerce ul.products li.product .price{
  color: #555454;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  background: #293080 !important;
  border-radius: 0 !important;
  color: #fff !important;
  min-width: 125px;
  /*padding-top: 15px !important;
  padding-bottom: 15px !important;*/
}

/*#main .woocommerce span.onsale{
  background-color: #293080;
  border-radius: 0;
}*/

.woocommerce ul.products li.product .onsale, .woocommerce span.onsale{
  display: none;
}

#main .slick-dots{
  display: none !important;
}

#main .woopspro-product-slider button.slick-arrow{
  padding: 20px 20px !important;
}

#main .woopspro-product-slider button.slick-next, .woopspro-product-slider button.slick-next:hover, .woopspro-product-slider button.slick-next:focus{
  background: url('../img/right-arrow.png') no-repeat !important;
}

#main .woopspro-product-slider button.slick-prev, .woopspro-product-slider button.slick-prev:hover, .woopspro-product-slider button.slick-prev:focus{
  background: url('../img/left-arrow.png') no-repeat !important;
}


/***SHOP Categories ***/
#main .br_lgv_product_count_block{
  display: none;
}

#main a.berocket_lgv_button, .berocket_lgv_widget a.berocket_lgv_button, a.berocket_lgv_button_test, .lgv_admin_settings .lgv_toggle_next{
  background: none;
  border: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta:before {
       background: rgba(0, 0, 0, 0.7);
       content: '';
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       /*z-index: 1;*/
   }

.cta {
  position: relative;
  background: rgba(0, 0, 0, 0.7) url('../img/cta.jpg') no-repeat center center;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
 
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: #293080;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #293080;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #293080;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*------------------------------------------------------------
 # Categories
------------------------------------------------------------*/
.accordion-header li span {
  border-bottom: 1px solid #000;
}

.accordion-header {
  padding: 0.5em;
  
  cursor: pointer;
  font-size: .7em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  position: relative;
  z-index: 5;
}

.accordion-body {
  display: none;
  padding: 0.5em 1em;
}

.accordion-body__contents ul {
  list-style-type: lower-alpha;
}

.accordion-body__contents ul li a{
  color: #000;
}

.accordion-body__contents ul li a:hover{
  color: #293080;
}

.accordion-body__contents {
  padding: .5em;
}


/*--------------------------------------------------------------
# Product Detail
--------------------------------------------------------------*/
.product header .entry-title{
  display: none;
}

.hentry header .entry-title{
  text-align: center;
  margin-top: 100px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
  padding: 10px;
}

#main .yith-wcwl-add-button a{
  background: #cc1c18 !important;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/*
1. convert field wrap bg to white
2. convert field bg to transparent
3. set labels z-index: 1;  and  field to z-index: 2; to make a click on label activate field
4. handle label transition / location change (animation addded)
*/

.wpcf7 input[type="text"].form-control, 
.wpcf7 input[type="email"].form-control , 
.wpcf7 textarea.form-control{
  padding: 1rem .75rem; 
  font-size: 16px !important; 
  background: #f5f5f5; 
  z-index: 2; 
  position: relative;
}

.wpcf7-form-control-wrap {
  background: #fff; 
  height: 100%; 
  display: block;
}

.wpcf7 label {
  transform: translateY(-100%); 
  z-index: 2; 
  margin-top: -35px; 
  font-size: 16px; 
  font-weight: normal; 
  color: #000; 
  line-height: 42px; 
  position: absolute; 
  padding: 0 17px 0 30px;
  -webkit-transition: all 0.2s ease; 
  -moz-transition: all 0.2s ease; 
  -ms-transition: all 0.2s ease; 
  -o-transition: all 0.2s ease; 
  transition: all 0.2s ease;
}

.form-group.active > label {
  transform: translateY(-125%); 
  color: #9b9b9b; font-size: 12px; 
  padding: 0 16px;
}

#main .wpcf7 .ajax-loader{
  display: block;
}

#main .form-control{
  border: 1px solid transparent;
  border-radius: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
/****PARALLAX***/
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-banner{
  height: 450px;
  max-height: 450px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Choose File';
  display: inline-block;
  background: #fff;
  /*border: 1px solid #999;*/
  border-radius: 5px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  /*text-shadow: 1px 1px #fff;*/
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

span.file {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #555454;
  padding: 0 0 15px 0;
  color: #555555;
  /*font-size: 14px;*/
}

#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #293080;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #293080;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #293080;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #293080;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #65c9cd;
}