@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: 'Inter', sans-serif !important;
  color: #333;
  letter-spacing: -0.025em;
  background: white;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: 'Inter', sans-serif !important;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
}


a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #2b4677;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h1 em {
  font-style: normal;
  font-weight: 600;
}




/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}


/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bluewood-bg {
  background: #354b65;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}

.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-black {
  position: relative;
}

.overly-bg-black::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #0651a2 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
    background-color: #0a1033;

  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

/* 01. header css here */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 30px;
  }


}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 15px;
    padding: 5px 0px;
  }
}

.Offcanvas_menu_wrapper {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -1000px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper .follow_us {
  display: block;
}

.Offcanvas_menu_wrapper .search-containerr_cont {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}

.Offcanvas_menu_wrapper .search_box {
  border: 1px solid #e7f3fa;
  width: 100%;
}

.Offcanvas_menu_wrapper .search_box input {
  padding: 0 70px 0 15px;
  height: 35px;
}

.Offcanvas_menu_wrapper .search_box button {
  width: 52px;
  font-size: 21px;
}

.Offcanvas_menu_wrapper .search_box button:hover {
  background: #00205bd4;
  color: #333;
}

.Offcanvas_menu_wrapper .top_right {
  display: block;
  margin-bottom: 18px;
  text-align: center !important;
}

.Offcanvas_menu_wrapper .top_right>ul>li {
  padding-right: 4px;
  margin-right: 4px;
}

.Offcanvas_menu_wrapper .top_right>ul>li::before {
  display: none;
}

.Offcanvas_menu_wrapper .top_right>ul>li>a {
  font-size: 13px;
  line-height: 22px;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
  transform: rotate(180deg);
  font-size: 30px;
  margin-left: 30px;
  color: #00205bd4;
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  font-size: 30px;
  margin-left: 30px;
  color: #00205bd4;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5359591f;
}

.offcanvas_main_menu li a:hover {
  color: #00205bd4;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_follow {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.Offcanvas_follow label {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 13px;
}

.Offcanvas_follow ul li {
  display: inline-block;
  margin-left: 16px;
}

.Offcanvas_follow ul li:first-child {
  margin-left: 0;
}

.Offcanvas_follow ul li a {
  font-size: 18px;
}

.Offcanvas_follow ul li a:hover {
  color: #00205bd4;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #00205bd4;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}

.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  /* border: 1px solid #e7f3fa; */
  border-radius: 50%;
}

.canvas_close a:hover {
  color: #00205bd4;
}

.canvas_open {
  display: flex;
  justify-content: space-between;

}

.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.canvas_open a {
  font-size: 28px;
}


.header_area.header_padding {
  padding-bottom: 0;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #feffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.header_top {
  background: #00205bd4;
  color: #fff;
}









.top_right>ul>li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14.5px;

}

.top_right>ul>li:hover ul.dropdown_currency,
.top_right>ul>li:hover ul.dropdown_language,
.top_right>ul>li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right>ul>li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right>ul>li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right>ul>li:hover>a {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .top_right>ul>li {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
  }

  .harding_categories {
    font-size: 19px !important;
  }

  .imgggimggg {
    text-align: center;
  }



}

.top_right>ul>li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.top_right>ul>li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #ffffff;
  top: 50%;
  right: 0px;
  transform: translatey(-50%);
}

.top_right>ul>li:last-child::before {
  display: none;
}

.top_right>ul>li>a {
  color: #0c0b0b;
  line-height: 20px;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1.1px;
}

@media only screen and (max-width: 767px) {
  .top_right>ul>li>a {
    line-height: 22px;
    font-size: 13px;
  }
}

.top_right>ul>li>a img {
  margin-right: 2px;
}

.top_right>ul>li>a i.ion-ios-arrow-down {
  margin-left: 6px;
  font-size: 11px;
}

.top_right>ul>li>a i.ion-android-person {
  margin-right: 4px;
}

.top_right>ul>li:hover a:not([href]):not([tabindex]) {
  color: #00205bd4;
}



/*header top css end*/
/* 2.2 header middel css here */
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
    margin-bottom: 21px;
  }

}


.header_middle {
  padding: 10px 0;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .top_heder {
    display: none;
  }

}


@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 0px 0 5px;
  }

  .logo_img {
    width: 80%;
    display: none;
  }

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

  .middel_right {
    justify-content: center;


  }



}


.form-control:focus,
.form-group .btn:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: hwb(189.57deg 12.94% 60%) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header_innerph {
  display: none;
}

@media only screen and (max-width: 991px) {
  section.img_section_banner {
    display: none;
}
  .fa.fa-search.fa-2x {
    color: #fff !important;
    font-size: 23px;
  }

  .no_desktop {
    display: block !important;
  }

  .header_innerph {
    display: block;
  }

  .button_btn {
    display: none;
  }

  .about_div {
    display: none;
  }

  .header_innerr {
    display: none;
  }

  .dtails_info {
    justify-content: flex-start !important;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    justify-content: center !important;
  }

  .search_box input {
    padding: 0 16px 0 20px !important;
  }
}

.search_box {
  position: relative;
  width: 100%;
  /* background: #fff; */
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_box {
    width: 360px;
  }
}

.search_box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e;
}

.search_box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}

.search_box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e;
}

.search_box input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}

.search_box input {
  border: 1px solid #9e9e9e;
  ;
  background: none;
  width: 100%;
  height: 40px;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
}

/* .footer_widgets {
  background-color: #f6f6f6;
} */

@media only screen and (max-width: 767px) {
  .search_box input {
    height: 40px;
    padding: 0 100px 0 20px;
  }

}




@media only screen and (max-width: 767px) {
  .search_box button {
    padding: 0 20px;
    border-radius: 0 3px 3px 0;
  }

  .header_inner {
    margin: 0px 18px;
    font-size: 18px !important;
  }

  /* .header_middle{
    background: transparent;
  } */
}

.mini_cart_wrapper {
  border: 1px solid #00205bd4;
  padding: 7px 0px;
  background-color: #00205bd4;
  color: #ffff !important;
  font-weight: 500;
  font-size: 14px !important;
  width: 60%;
  border-radius: 3px;
}


.middel_right_info {
  display: flex;
  align-items: center;
  /* margin-top: 7px; */

}

.header_wishlist {
  position: relative;
  margin-right: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wishlist {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist {
    margin-right: 15px;
  }
}

.header_wishlist span.wishlist_quantity {
  position: absolute;
  left: 37px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  top: -7px;
  font-size: 11px;
}

.header_wishlist a {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
}

.header_wishlist a:hover {
  color: #fd5018;
}

.header_wishlist a span {
  font-size: 32px;
  padding-right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist a span {
    font-size: 27px;
    padding-right: 3px;
  }

}


.form-control {
  padding: 4px 39px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 13px !important;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00205bde;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 




}

.input_box {
  display: flex;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  margin-bottom: 20px;

}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.79rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  color: #00205bde;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #00205bde;
  border-radius: 0px 30px 30px 0px !important;


}

span.span_li {
  color: #ffff;
  font-size: 13px;
  margin-left: 20px;
}

.top_head {
  background-color: #00205bde;
}

.top_header {
  align-items: baseline;
  display: flex;
  justify-content: flex-end;
}

footer.footer_widgets {
  background-color: #f1f3f4;
}

.footer_border {
  text-align: center;
  background-color: #00205b;
  color: white;
  padding: 3px;
  margin-top: 23px;

}

p.footer_text_ineerr {
  font-size: 13px;
}

/*header middel css end*/
/* 2.4 main menu css here */
.header_bottom {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 5px;


}

img.logo_mob {
  width: 150px;
  padding: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
    display: none;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
  }
}

.header_position {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}

.main_menu nav>ul>li {
  display: inline-block;
  position: relative;
}

.main_menu nav>ul>li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav>ul>li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
  background-color: #00205bd4;
  color: #fff !important;

}

/* .main_menu nav>ul>li:hover>a {
  color: hsl(180, 5%, 7%);
} */

.main_menu nav>ul>li:first-child>a {
  padding-left: 0;
}

.main_menu nav>ul>li>a {
  display: block;
  padding: 5px 10px 5px 10px;
  font-size: 1.15em;
  line-height: 24px;
  /* text-transform: uppercase; */
  font-weight: 500;
  color: hsl(0, 3%, 7%);
}

button.btn.modal_btn {
  background: #0a1033;
  font-size: 14px;
}



/*main menu css end*/
/*mobaile menu css here*/
.mean-containerr_cont .mean-bar {
  background: inherit;
  position: absolute;
  z-index: 9;
  top: 43px;
  left: 0;
  width: 100%;
}

.mean-containerr_cont .mean-bar::after {
  top: -33px;
  left: 22px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mean-containerr_cont .mean-bar::after {
    left: 22px;
    font-size: 15px;
  }
}

.mean-containerr_cont .mean-nav {
  max-height: 300px;
  overflow: auto;
}

.mean-containerr_cont .mean-nav ul li a {
  font-weight: 400;
}

.mean-containerr_cont a.meanmenu-reveal {
  float: left;
  right: 17px;
  top: -34px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mean-containerr_cont a.meanmenu-reveal {
    right: 15px;
    top: -34px;
  }
}

.mean-containerr_cont a.meanmenu-reveal span {
  background: #fff;
}

.mobile-menu {
  border: 1px solid #ddd;
  height: 45px;
  top: -31px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 19px;
  }

}

.section_top {
  padding: 40px;
}

.pre_text {
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}

.dtails_info {
  justify-content: space-between;
  padding: 5px 20px;
  color: #fff;
  display: flex;

}

.mediacal1_imgg img {
  border: 1px solid #dce8ef;
}

.section_info {
  /* background: linear-gradient(to bottom, #243170 0%, #0a1033 0%, #0a1033); */
  padding: 4px;
  background-color: #24306fdb;
}

.fa.fa-comment {
  font-size: 16px;
}

.position-relative {
  position: relative !important;
}



.text-white-50 {
  color: rgb(0 1 3) !important;
}

.border-end {
  border-right: 1px solid #012734 !important;
}

.position-relative.animated.tada.infinite {
  font-size: 2.1em;
  color: #ffff;
}
div#phone-tada {
  background: #189d50;
  padding: 0px 13px;
  border-radius: 29px;

}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  0% {
    transform: scaleX(1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scaleX(1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }

  to {
    transform: scaleX(1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {

  0%,
  to {
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  0% {
    transform: none
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    transform: none
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {

  0%,
  11.1%,
  to {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  animation-name: bounceOut
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1
  }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  animation-name: hinge
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }

  50% {
    transform: rotate(-10deg)
  }

  70% {
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  animation-name: jackInTheBox
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}














/*** Img Border ***/
.img-border {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 1px solid #dee1e6;
  border-radius: 40px 0px 20px 0px;
  box-shadow: #dee1e6 0px 30px 60px -12px inset, rgb(222 225 230) 0px 18px 36px -18px inset;
}

.img-border img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
  border-radius: 30px;
}

.img-footer {
  width: 70%;
  padding: 8px;
  margin: 0px auto;
}




.bg_background {
  padding: 0px;



}


/* button.btn.btn-outline-primary-2.btn-minwidth-sm.modal_btn:hover {
  background: #0a103382;
  color: white;
}

.footer_overlay {
  background: #0a103382;
} */



.pt_100 {
  padding-top: 25px !important;

}


footer {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}



.tf__footer_content .footer_logo {
  width: 200px;
}

.tf__footer_content span {
  display: block;

  color: #262626;
  line-height: 30px;
  font-size: 15px;
}





.tf__footer_content .info {
  color: #221f1f;
  margin-top: 16px;
  display: block;
  border-bottom: 1px dashed #454f59a6;
  padding-bottom: 6px;
  margin-bottom: 7px;
  padding-left: 35px;
  position: relative;
}

.tf__footer_content .info:last-child {
  margin-bottom: 0;
}

.tf__footer_content .info i {
  font-size: 20px;
  color: #262626;
  position: absolute;
  left: 0;
  top: 3px;
}

.tf__footer_content h3 {
  color: #080808;
  text-transform: uppercase;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 12px;
  border-bottom: 1px solid #262626;
  display: inline-block;
  padding-bottom: 5px;
}

.tf__footer_content ul li a {
  color: #262626;
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 7px;
  display: block;
  position: relative;
  padding-left: 15px;
}

.tf__footer_content ul li a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #262626;
  top: 9px;
  left: 0;
  border-radius: 20px;
}

.tf__footer_content ul li a:hover {
  color: #861aff;
}

.main_menu nav>ul>li>a:hover {
  color: #861aff;
}

.tf__footer_social_link ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background: #eeeeee5e;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
  padding: 0 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tf__footer_bottom_text p {
  color: #0c0c0c;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.tf__footer_bottom_text p b {
  text-transform: capitalize;
  color: #0c0c0c;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  font-weight: 600;
}

.tf__footer_bottom {
  padding: 20px 0px;
  background: #b3c8e5;
  margin: 10px 0px;
}

.table {
  text-align: center;
}

.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #304c62;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dbox p span {
  font-weight: 600;
  color: #eaa734;
  display: block;
  margin: 10px 0px;
  font-size: 17px;
}

.dbox .icon span {
  font-size: 22px;
  color: #fff;
}

.top_sectionn {
  padding: 40px;
}

h3.mb-4.text-center {
  color: #304c62;
}

.form-controll {
  padding: 7px 13px;
  font-weight: 400;
  font-size: 13px !important;
  color: #050709;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #6c737929;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;


}

.wrapper {
  /* border: 1px solid #8e99a5; */
  padding: 40px 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: #f1f3f4cf;
}

.submit_btng {
  background-color: #304c62;
  padding: 6px 20px;
  color: white;
  font-size: 15px;
  border: none;
}

.input-box.message-box {
  background: #f0f1f8;
}

.containerr_cont {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.containerr_cont .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.containerr_cont .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
  background: #f0f1f8;
  padding: 20px;
}

.content .left-side::before {
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}

.content .left-side .details {
  margin: 14px;
  text-align: center;
}

.content .left-side .details i {
  font-size: 30px;
  color: #0a1033;
  margin-bottom: 10px;
}

.content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
  color: #040000;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 13px;
  color: #55555e;
}

.containerr_cont .content .right-side {
  width: 75%;
  margin-left: 75px;
}

.content .right-side .topic-text {
  font-size: 20px;
  font-weight: 600;

  color: #161616;
  padding: 10px 0px;
}

.right-side .input-box {
  height: 50px;
  width: 100%;
  margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
  height: 90%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}

.right-side .message-box {
  min-height: 110px;
}

.right-side .input-box textarea {
  padding-top: 6px;
}



.right-side .button input[type="button"] {
  color: #fff;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 4px 16px;
  border-radius: 0px;
    background-color: #0a1033;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button input[type="button"]:hover {
  background: green;
}

@media (max-width: 950px) {
  .containerr_cont {
    width: 100%;
    padding: 10px 10px 10px 10px;
  }

  .containerr_cont .content .right-side {
    width: 75%;
    margin-left: 55px;
  }
}

@media (max-width: 820px) {
  .containerr_cont {

    height: 100%;
  }

  .containerr_cont .content {
    flex-direction: column-reverse;
  }

  .containerr_cont .content .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .containerr_cont .content .left-side::before {
    display: none;
  }

  .containerr_cont .content .right-side {
    width: 100%;
    margin-left: 0;
  }
}


.haed_heading {
  font-size: 25px;
  color: #171718;
  padding-bottom: 20px;
  font-weight: 600;
}


.medical_equiment {
  /* border: 1px solid #bec6c5; */
  border: 1px solid #e1e0e6;
  padding: 18px;
  text-align: center;
  border-radius: 9px;
  width: 18%;
  margin: 10px 10px;
}

.equiment_img {
  width: 60%;
}

.equiment_text {
  /* background: #e8eeed; */
  /* color: #0a1033; */
  padding: 7px;
  font-size: 14px;
  position: relative;
  top: 10px;
}




.blog-text:hover {
  top: 0px !important;

}



.medical_equiment_img {
  width: 75%;
  padding: 25px;
  position: relative;
  top: -9px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background: #e8eeee;
}



.blog-item {
  position: relative;

  overflow: hidden;
  text-align: center;
  padding: 10px 0px 0px 0px;

}

.blog-item img {
  transition: .5s;
}

.blog-item:hover img {
  transform: scale(1.1);
}

.blog-item .blog-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12px;
  /* top: -200px; */
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* background: linear-gradient(to bottom, rgba(136, 205, 202, 0.42) 50%, rgb(45, 181, 176)); */
  /* background: linear-gradient(to bottom, rgba(133, 145, 144, 0.42) 50%, rgb(74, 79, 78));  */
  /* background: linear-gradient(to bottom, rgba(89, 181, 173, 0.42) 50%, rgb(74, 79, 78)); */
  background: linear-gradient(to bottom, rgba(232, 238, 238, 0.3) 50%, rgb(74, 79, 78));
}

.text_medical {
  text-align: center;
  /* padding: 14px; */
  font-size: 15px;
  font-weight: 600;
  color: #121111;
}


.blog-item .blog-text a {
  color: #FFFFFF;
  transition: .5s;
  text-align: left;
  font-size: 14px;
  position: relative;
  top: 7px;
  padding: 0px;
}

.blog-item .blog-text a:hover {
  background-color: #0a1033;
  color: #ffff;
  padding: 2px 10px;
}

.blog-item .breadcrumb-item+.breadcrumb-item::before {
  color: #FFFFFF;
}

.category-list a {
  margin-bottom: 7px;
  padding: 12px 15px;
  border-radius: 6px 30px 30px 6px;
  transition: .5s;
}

.category-list a:last-child {
  margin-bottom: 0;
}

.category-list a:hover {
  color: var(--light) !important;
  background: var(--primary) !important;
}

.category-list a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0;
  transition: .5s;
  opacity: 0;
}

.category-list a:hover::before {
  opacity: 1;
  margin-right: 10px;
}

.blog-meta a {
  color: var(--secondary);
}

.blog-meta a:hover {
  color: var(--primary);
}

.blog-tab .nav-pills .nav-item .active {
  border-bottom: 5px solid #DEE2E6;
}

.blog-tab .tab-content img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

.img_center_medical {
  text-align: center;
}

.our_product {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
}


.Medical_products {
  width: 16%;
  margin: 10px auto;
  border: 1px solid #e5e5e5;
  padding: 10px;
  background: #fff;
}

.dz-media {
  text-align: center;
}

.dz-img-box.style-5 {
  background: #fff;
  border-radius: 0px;
  padding: 10px;
  color: #110f0f;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  border: 1px solid #fff !important;
}

h4.header_our {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #171718;
}

.showcase .overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(236 239 247 / 36%);
  position: relative;
  top: 0;
  left: 0;

  padding: 30px 20px;

}

.img_ourr {
  width: 60% !important;
  padding: 3px;
}

.view_more {
  background-color: #e8eeee;
  color: #07459b;
  text-align: center;
  padding: 0px 20px;
  width: 60%;
  text-align: center;
  margin: 10px auto;
}

.our_section_inner {
  width: 25% !important;
  margin: auto;
}

.tf__footer_content {
  padding: 4px 20px;
}

.inner_items {
  text-align: left;
  margin: 0px 10px;
}

.inner_items_li {
  padding: 2px 0px;
  padding-bottom: 2px;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px dashed #b3babdd6;
}

.inner_items_lii {
  padding: 2px 0px;
  padding-bottom: 2px;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 25px;
}

.bg_card_box_pf {
  border: 1px solid #33343557;
  padding: 20px;
}


.heading_product {
  font-size: 25px !important;
  color: #080808;
  font-weight: 600;
  margin-top: -10px;
  padding: 5px;
  padding-bottom: 6px;
}

.div_flext {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cat_div {
  margin: 3px 2px;
    background-color: #0a1033;
  color: white;
  border-left: 1px solid;
  padding: 3px 17px;
}



.com_pp {
  text-align: center;

}

.compare_bttn {
  background-color: #ffff;
  width: 0px;
  color: #000;
  float: right;
  margin-top: -5px;
  margin-right: 15px;
  padding: 0;
}

.action--compare-add {
  color: #000;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  background: #2F3035;
  border-radius: 2px;
  padding: 3px 5px
}

.action--compare-add:hover {
  color: #000;

}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
  display: none;
  font-weight: 400 !important;
}

.action--compare-add input[type=checkbox]:checked~.fa-check {
  display: inherit;
  color: #ffff;

}


.fa-plus {
  font-weight: 100 !important;


  font-size: 15px;
  padding: 1px 3px;
}

.check-hidden {
  position: absolute;
  opacity: 0
}

.action {
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  color: #ffff;
  border: none;
  /* padding: 6px 10px !important; */
  text-align: center;

}



.action:focus {
  outline: none
}

.action__text {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .813em;
  vertical-align: middle;
  display: inline-block
}

.action__text--invisible {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none
}

.compare-section {
  position: fixed;
  top: 200px;
  right: 20px;
}

.btn-compare,
.btn-compare:hover {
  background-color: #1a77a9 !important;
  color: #ffffff !important;
  margin-top: 0px;
  border-radius: 0px;
}

.com_pp {
  /* float: right; */
  position: relative;
  padding: 5px 30px;

  border: none;
  border-radius: 0px;
}

.com_pp:hover {
  /* float: right; */
  position: relative;

  padding: 5px 30px;

  color: #ffff;

}

label.action.action--compare-add.m-right:hover {

  border: none;
  color: #ffff;


}

.btng_product {
  position: relative;
  padding: 3px 0px;
    background-color: #0a1033;
  color: #ffff;
  margin: 10px auto;
  text-align: center;
}

img.details_img {
  width: 42%;
}

.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

  font-weight: 500;
}

.product_d_inner {
  padding: 20px 30px 50px;
  background: #ffffff;
}



.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}

.product_d_table table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.product_d_table table tbody tr td {
  padding: 7px 17px;

  font-size: 16px;
}



.img_by_pf {
  width: 60%;

}

.pf_by_center {
  text-align: center;
  border-right: 1px solid #cdd5d4;
}

.border-bottom_pf {
  padding: 30px 0px;

  border: 1px solid #cdd5d4;
  margin: 10px;
}

.border-bottom_pfd {
  padding: 30px 0px;

}

.all_header {
  background: #c4cad5;
  font-size: 18px;
  text-align: center;
  color: #242223;
  margin: 0px;
}

.box-category:hover {
  color: #0a1033;
  margin-left: 2px;
}

.box-category {
  padding: 10px 10px 10px 10px;
  transition: all 0.2s ease-in;
  /* border-bottom: 1px solid #33343557; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-categoryy {
  padding: 10px 10px 10px 10px;
  transition: all 0.2s ease-in;

}

/* .li_boxx {
  border: 1px solid #33343557 !important;
} */

.pp_text {
  text-align: justify;
  font-size: 15px;
  padding-bottom: 30px;
}


i.fa.fa-angle-double-right.me-1 {
  padding-right: 5px;
}

li.box-category {

  display: block;
}

li.box-category a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 15px;
}

li.box-categoryy a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 15px;
}


.product-details-tab {
  text-align: center;
}

.details_haed {
  text-transform: capitalize;
  line-height: 30px;
  font-size: 25px;
  font-weight: 600;
  color: #212626;
  margin-bottom: 10px;
}

.modal_btn {
    background-color: #0a1033;
  color: #ffff;
  border-radius: 0px;
  padding: 4px 18px;
  margin-top: 10px;
  border: none;

}

.modal_btn:hover {

  color: #ffff !important;


}

img.img-fluid.mx-auto {
  background-color: #dee1e6;
  padding: 30px;
  width: 60%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.text-blue {
font-weight: 700 !important;
}

.product-item__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.table-compare-list .table td {
  padding: 0.75rem;
  text-align: center;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #dee1e6;
  border-style: solid;
  border-width: 0;
}

.Features_text_ineer {
  padding-bottom: 13px;
  font-size: 16px;
}

.product_info_button {
  border-bottom: 1px solid #e7f3fa;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

p.pre_text {
  font-size: 15px;
  text-align: justify;
  color: #3c2c2cc9;
}

.product_d_table table tbody tr td {
  padding: 7px 17px;
  border-right: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 17px;
  color: #343636;
  font-weight: 600;
  margin-right: 35px;
  line-height: 26px;
  position: relative;
  padding-bottom: 10px;
}

a.active {
  color: hsl(212.55deg 92.73% 32.35%) !important;
}

.product_d_inner {
  padding: 20px 30px 50px;
  background: #ffffff;
  box-shadow: rgb(241 243 244) 0px 4px 20px 7px;
  border: 1px solid #dee1e6;
}

#nav-tab {
  justify-content: center;
}

.get_head {
  font-size: 20px;
  color: #383f46;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}

.submit-btn {
    background-color: #0a1033;
  border: none;
  padding: 6px 40px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  margin: 30px auto;
}

.primary_img_product {
  width: 60% !important;
  margin: 0px auto;
  padding: 10px;
}

.single_product {
  border-radius: 5px;
  border: 1px solid #9ea2a663;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 10px;
}

.owl-next {
  margin-left: 10px;
}

.owl-nav {
  display: flex;
  margin-top: 15px;
  padding-bottom: 30px;
  justify-content: center;

}

.product_name h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 12px;
  color: #5e656c;
  text-align: center;
  border-top: 1px solid #d9dbdc;
  padding-top: 9px;
  height: 50px;
    overflow: auto;
    scrollbar-color: #0a1033 white;
    scrollbar-width: thin;
}

.Related_text {
  font-size: 20px;
  border-bottom: 1px solid #d9dbdc;
  font-weight: 700;
  color: #060606;
  padding-bottom: 20px;
  text-align: center;
}

.page_top {
  margin: 17px 0px;
}





/* .img_bg {
  background-image: url(../img/single_img.png);
  background-size: cover;
  max-width: 100%;
  height: 1100px;
  width: 100%;
  border-radius: 2px solid #0a1033;
  ;
  background-position: center;
  background-repeat: no-repeat;

} */


.main_section {

  border: 1px solid #cad4d9;
  justify-content: center;
  text-align: center;
  margin: 20px auto;
  padding: 0px;
  width: 80%;

}

.download_btng {
  background-color: #0a1033;

  border: none;
  color: #fff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 18px;
  margin-top: -40px;
  text-decoration: none;
  font-weight: 400;
}

.logo_single {
  width: 24%;

}

.img_product_single {
  text-align: center;

}

.img_left {
  text-align: right;
  padding: 30px;
}

.catalog_head {
  font-size: 23px !important;
  /* color: #0a1033; */
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

/* .table,
th,
td {
  border: 1px solid #eaebf4 !important;
  margin-top: 5px !important;
  font-size: 15.5px !important;
  padding: 9px;
} */


.table-responsive table thead tr th {
  text-align: center;
  padding: 15px;
}


.fa_filee {
  color: white !important;
}


.cate_cont {
  text-align: left;
  padding: 30px 30px;
  line-height: 10px;
  font-size: 15px;

}

.cate_cont {
  color: #0a1033;
  font-size: 15px;
  font-weight: 600;
}

.catalog_text {
  padding: 2px;
}

.catalog_subhead {
  color: black;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  background: #eceff7;
  /* background: linear-gradient(to bottom, #349ebf 0%, #349ebf 0%, #004f93); */
  text-align: center;

}

.download_btnn {
  background: #0a1033;;
  border: none;
  color: #fff;
  padding: 7px 30px;
  cursor: pointer;
  font-size: 15px;
  margin-top: -40px;
  text-decoration: none;
  font-weight: 400;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.text_cate_single {
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}

.catalog_footerlog.mb-2 {
  width: 25%;
}


.single_img {
  width: 23%;
}

.modal-content {
  border-radius: 0px !important;

  padding: 20px;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  font-size: 15px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 30px;
  opacity: 5;
  background-color: white !important;
}

.modal-header.catalog_modal_header {
  border-bottom: 1px solid #0a1033;
}

.modal-title {
  font-size: 20px;
  color: #0a1033;
}

.btn-close {
  border: 2px solid #0a1033;
}

.modal_setion_btng {
  text-align: center;
  background: #0a1033;
  margin: 3px 1px;
  color: #fff;
}

.btn.download_btn {
  letter-spacing: 1px;
  font-size: 14px;
  color: #f2f3f4;
  border: none;
}


.no_desktop {
  display: none;
}

.pl_list {
  border: 1px solid #045596;
  margin-bottom: 8px;
  padding: 4px;
  margin-top: 13px;
  width: 90%;
  color: #045596;
  font-size: 15px;
  margin: 4px auto;
  text-align: center;
}


.heading_index {
  font-size: 42px;
  color: #171818;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 600;
}

.sitemap ul>li>a {
  display: inline-block;
  max-width: 500px;
  padding: 5px 10px;
  border: 4px double #0a1033;
  color: #0a1033;
  font-size: 14px;
  text-decoration: none;
  border-radius: 21px 0px 21px 0px;
  text-overflow: ellipsis;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.sitemap ul>li {
  border-left: solid #0a1033 2px;
  padding-left: 15px;
}

.sitemap ul>li>a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 15px;
  background: #0a1033;

}

/* .text_name {
  border-bottom: 4px solid #0a1033;;
  width: 15%;
  padding: 20px 20px;
} */

.l1bg {
  color: white !important;
    background-color: #0a1033;
}


.about_div {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.img_product {
  margin: 0px auto;
  border: 1px solid #d9dbdc;
  border-radius: 73px;
  width: 80% !important;
  padding: 15px;
}

.Related_texttt {
  font-size: 25px;
  color: #171718;
  padding-bottom: 20px;
  font-weight: 600;
}

.top_about {
  margin: 20px 0px;
}

.product-search {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.product-search input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #acb3b2;
}

.product-search button {
  position: absolute;
  width: 35px;
  height: 33px;
  top: 1px;
  right: 1px;
  text-align: center;
  background: #ffffff;
  color: #666666;
  border: none;
}

.product-search button i {
  font-size: 16px;
}

.product-search button:hover {
  background: #0a1033;
  color: #ffffff;
}

.product-short {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: right;
}







/**********************************/
/******** Product Item CSS ********/
/**********************************/
.product-item {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 15px;
  margin: 10px 0px;
}

.product-item .product-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.product-item .product-image a {
  display: block;
  /* background: #e8eeee; */
  margin-bottom: 15px;
  transition: .3s;
  border: 1px solid #e8eeee;
}

.product-item:hover .product-image a {
  background: rgba(63, 105, 170, .5);
}

.product-item .product-image img {
  width: 64%;
  padding: 12px;
}

.product-item:hover .product-image img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.product-item .product-image .product-action {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 50%;
  text-align: center;
  transition: .5s;
  opacity: 0;
}

.product-item:hover .product-image .product-action {
  top: calc(50% - 25px);
  opacity: 1;
}

.product-item .product-image .product-action a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: -4px 0;
  margin-right: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  background: #0a1033;
}


.product-item .product-content {
  position: relative;
  width: 100%;
  text-align: center;
  background: #f7f7f7;
  padding: 10px;
  margin: -16px 0px;
}

.product-item .product-content .title,
.product-item .product-content .ratting,
.product-item .product-content .price {
  position: relative;
  width: 100%;
}

.product-item .product-content .title {
  margin-bottom: 5px;
}

.product-item .product-content .title a {
  color: #445352;
  font-size: 15px;
  font-weight: 600;
}






.product-view {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.product-view .product-search {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}







.product-detail .tab-content .form input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
  width: 100%;
  height: 80px;
  padding: 6px 15px;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
}

.product-detail .tab-content .form button {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
}



.sidebar-widget {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget .title {
  position: relative;
  color: #0a1033;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sidebar-widget .title::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  left: calc(50% - 25px);
  bottom: 0;
  background: #0a1033;
}

.sidebar-widget.brands ul,
.sidebar-widget.category ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.sidebar-widget.brands ul li,
.sidebar-widget.category ul li {
  margin-bottom: 12px;
}

.sidebar-widget.brands ul li:last-child,
.sidebar-widget.category ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.brands ul li a,
.sidebar-widget.category ul li a {
  color: #4b5151;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
  line-height: 23px;
}




.sidebar-widget.brands ul li span,
.sidebar-widget.category ul li span {
  display: inline-block;
  float: right;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-widget.image a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar-widget.image img {
  max-width: 60%;
  transition: .3s;
  margin: 0px auto;
  border: 1px solid #e8eeee;
  padding: 20px;
}

.sidebar-widget.image img:hover {
  transform: scale(1.1);
  filter: blur(3px);
  -webkit-filter: blur(3px);
}


.sidebar-widget.image {
  text-align: center;
}

.help_deatils {
  color: #fff;
}

.text-secondary a {
  color: #0a1033;
}


.fa.fa-search.fa-2x {
  color: #3b4040;
}

.P-more {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  top: 7px;
  font-size: 13px;
  margin: 0px 47px;
    background-color: #0a1033;
}

.grid-container {
  columns: 3;
  column-gap: 1.5rem;
  width: 95%;
  margin: auto;
  text-align: center;
}

.ourp_head {
  font-weight: 600;
  padding: 8px 0px;
  font-size: 15px;
  background: #298eb614;
  background: #0b609c21;
  color: #222222 !important;
}

.align_grid {
  box-shadow: rgba(145, 139, 139, 0.2) -1px -1px 0px 0px, rgb(255, 255, 255) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  margin: 0;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  background-color: #ffff;
  transition: all .25s ease-in-out;
  border: 1px solid #dfeaf2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(237, 239, 239);
  border-bottom: 6px solid #dfeaf2;
  margin-bottom: 30px;
}

.cate_textt {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #d7dadc;
  padding-bottom: 7px;
  padding-top: 2px;
  margin: 2px 15px;
}

.img_cate {
  width: 46%;
  padding: 10px;
}

.panel.panel-default {
  border: none;
  background: pink;
}


.panel-default>.panel-heading {
  background-color: #0a1033 !important;
  border-radius: 0px !important;
  color: #fff !important;
  text-align: center;
}

.info a {
  color: #0c0c0c;
}

/* .box_right {
  border: 1px solid #e8eeee;
} */



.img_text {
  display: flex;
  justify-content: space-between;
  background: #298eb614;
  padding: 8px 10px;
  align-items: baseline;
}


.ct-bg_section {
  box-shadow: rgba(145, 139, 139, 0.2) 0px 12px 28px 0px, rgb(255, 255, 255) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  margin: 10px auto;
  padding: 20px;
  width: 32%;
}

.cate_p_box.text_decoration {
  font-size: 14px;
  margin: 4px auto;
  padding: 5px 20px;
  border-bottom: 1px solid #cec4c4;
}

.titile_cf {
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #111212;
}

.img_catalogs {
  width: 70%;
  padding: 5px;


}

.textcate {
  width: 100%;
  text-align: inherit;
}

.textcateh {
  width: 50%;
  text-align: center;
}


.img_section {
  text-align: center;
}

.error_btng {
    background-color: #0a1033;
  border-radius: 20px;
  border: none;
  padding: 7px 20px;
  color: white;
  font-size: 15px;
}


.cbh-phone {
  display: block;
  position: fixed;
  right: -30px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(https://360imagem.com/google/images/wpp-icon.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-ph-img-circle1 {}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: 0.8;
  transform-origin: center;
}

.kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}

.kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}


.query {
  top: 440px;
  /* background: linear-gradient(to bottom, #0a1033 0%, #0a1033 0%, #0a1033); */

  background-color: #0a1033;
  font-size: 13px !important;
  padding: 15px 20px !important;
  left: -85px !important;
  width: 200px;
  /* height: 39px; */
  border-radius: 0px 0px 10px 10px;
  line-height: 0;
  transition: .5s;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.hub_text {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
}


.query {
  display: block;
  position: fixed;
  z-index: 999;
  color: #fff !important;
  font-weight: 500
}




.header_inner {

  font-size: 15px;
}






@media screen and (min-width:1200px) and (max-width:1200.98px) {
  .Medical_products {
    width: 19%;

  }

  .main_menu nav>ul>li>a {
    font-size: 13px;
  }

  .text-secondary {
    font-size: 11px;
  }

  .top_about {
    margin: 0px;
  }

  .main_menu nav>ul>li>a {
    font-size: 13px;
  }

  .our_section_inner {
    width: 25% !important;
  }

  .img_product {

    width: 56% !important;

  }

  .Medical_products {
    width: 24%;

  }

  .grid-container {
    columns: 4;

  }

  .titile_cf {
    font-size: 14px;
  }

}



@media screen and (min-width:992px) and (max-width:1190.98px) {
  .main_menu nav>ul>li>a {
    font-size: 12px !important;
  }

  .img_product {

    width: 56% !important;

  }


  .text-secondary {
    font-size: 11px;
  }

  .top_about {
    margin: 0px;
  }

  .our_section_inner {
    width: 25% !important;
  }

  .grid-container {
    columns: 3;

  }

  .titile_cf {

    font-size: 14px;

  }
}



@media screen and (min-width:768px) and (max-width:991.98px) {
  .header_innerph.header_inner {
    margin: 0px 37px;
}
  .img_product {

    width: 56% !important;

  }
  section.section_top .container h1 {
    font-size: 19px !important;
    font-size: 600;
     padding-bottom: 0px !important; 
}

  .view_more {
    width: 100%;
    
  }
  img.img-fluid.mx-auto {
    background-color: #dee1e6;
    padding: 10px;
    width: 100%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
  .main_menu nav>ul>li>a {
    font-size: 13px !important;
  }

  .text-secondary {
    font-size: 11px;
  }

  .titile_cf {

    font-size: 14px;

  }

  .grid-container {
    columns: 3;

  }

  .our_section_inner {
    width: 25% !important;
  }

  .Medical_products {
    width: 24%;

  }

  .section_top {
    padding: 10px;
  }

  .our_section_inner {
    width: 33% !important;
  }

  .img_by_pf {
    width: 40%;
  }

  .bg_card_box_pf {
    border: 0px solid #33343557;
    padding: 0px;
  }

  .details_haed {
    font-size: 19px;
  }


  .ct-bg_section {
    width: 50%;
  }

  .img_catalogs {
    width: 100%;
    padding: 5px;
  }

  .titile_cf {
    font-size: 14px;
  }

  .top_about {
    margin: 30px 0px;
  }


  .heading_product {
    font-size: 20px !important;

  }
}

@media screen and (min-width:576px) and (max-width:767.98px) {
  .heading_product {
    font-size: 20px !important;

  }
  img.img-fluid.mx-auto {
    background-color: #dee1e6;
    padding: 10px;
    width: 100%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
  .query {
    top: 269px;

  }
  .view_more {
 
    width: 100%;
  
}
  .section_top {
    padding: 10px;
  }

  .grid-container {
    columns: 2;

  }
  .main_section {
    width: 100%;
}

  .img_by_pf {
    width: 40%;

  }

  .our_section_inner {
    width: 50% !important;
  }

  .titile_cf {
    font-size: 14px;
  }

  .img_product {
    width: 49% !important;
  }

  .Medical_products {
    width: 32%;

  }

  .product-item .product-image img {
    width: 36%;
    padding: 12px;
  }

  .bg_card_box_pf {
    border: 0px solid #33343557;
    padding: 0px;
  }

  .details_haed {
    font-size: 19px;
    margin: 16px 0px auto auto;
  }

  img.details_img {
    width: 40%;
    padding: 20px;
  }


  .ct-bg_section {
    width: 50%;
  }

  .img_catalogs {
    width: 100%;
    padding: 5px;
  }

  .titile_cf {
    font-size: 14px;
  }

  .top_about {
    margin: 30px 0px;
  }

  .product_header_inner {
    padding: 20px 0px 0px 0px;
  }
}





@media screen and (min-width:425px) and (max-width:576.98px) {
  .heading_product {
    font-size: 20px !important;

  }  
  .view_more {
 
    width: 100%;
  
}

  .main_section {
    width: 100%;
}
  img.img-fluid.mx-auto {
    background-color: #dee1e6;
    padding: 10px;
    width: 100%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
  .modal-title {
    font-size: 15px;
    color: #0a1033;
}
  img.logo_mob {
    width: 140px;
}
  .query {
    top: 269px;

  }

  .section_top {
    padding: 10px;
  }

  .product-item .product-image img {
    width: 36%;
    padding: 12px;
  }

  .img_product {
    width: 49% !important;
  }

  .Medical_products {
    width: 32%;

  }

  .titile_cf {
    font-size: 14px;
  }

  .grid-container {
    columns: 1;

  }

  .img_cate {
    width: 45%;
    padding: 10px;
  }


  .cate_textt {
    text-align: center;

  }

  .details_haed {
    font-size: 19px;
  }

  .img_by_pf {
    width: 40%;

  }

  .cat_div {
    margin: 8px 0px;
  }

  .div_flext {
    display: block;

  }

  .our_section_inner {
    width: 50% !important;
  }

  .product-item .product-image img {
    width: 30%;
    padding: 12px;
  }

  .bg_card_box_pf {
    border: 0px solid #33343557;
    padding: 0px;
  }

  .ct-bg_section {
    width: 50%;
  }

  .img_catalogs {
    width: 100%;
    padding: 5px;
  }

  .titile_cf {
    padding: 2px;

  }

  .product_header_inner {
    padding: 20px 0px 0px 0px;
  }

  .top_about {
    margin: 30px 0px;
  }
}









@media screen and (min-width:375px) and (max-width:479.98px) {
  .heading_product {
    font-size: 20px !important;

  }

  .main_section {
    width: 100%;
}
  img.img-fluid.mx-auto {
    background-color: #dee1e6;
    padding: 10px;
    width: 100%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
  .modal-title {
    font-size: 15px !important;
    color: #0a1033;
}
  img.logo_mob {
    width: 140px;
}
  .query {
    top: 269px;

  }

  .img_by_pf {
    width: 40%;

  }

  .cate_textt {
    text-align: center;

  }

  .titile_cf {
    font-size: 14px;
  }

  .grid-container {
    columns: 1;

  }

  .details_haed {
    font-size: 19px;
  }

  .section_top {
    padding: 10px;
  }

  .Medical_products {
    width: 48%;
  }

  .img_product {
    width: 56% !important;

  }

  .cat_div {
    margin: 8px 0px;
  }

  .div_flext {
    display: block;

  }

  .our_section_inner {
    width: 100% !important;
  }

  .product-item .product-image img {
    width: 36%;
    padding: 12px;
  }

  .showcase .overlay {
    padding: 30px 0px;
  }

  .product_header_inner {
    padding: 20px 0px 0px 0px;
  }

  .img_by_pf {
    width: 45%;
    padding: 13px;
  }

  .bg_card_box_pf {
    border: 0px solid #33343557;
    padding: 0px;
  }


  .ct-bg_section {
    width: 100%;
  }

  .img_catalogs {
    width: 100%;
    padding: 5px;
  }

  .titile_cf {
    padding: 2px;

  }

  .Related_texttt {
    font-size: 21px;

  }

  .top_about {
    margin: 30px 0px;
  }
}


@media screen and (min-width:280px) and (max-width:375.98px) {
  .heading_product {
    font-size: 20px !important;

  }

  .main_section {
    width: 100%;
}
  .modal-title {
    font-size: 15px !important;
    color: #0a1033;
}
  img.logo_mob {
    width: 140px;
}
img.img-fluid.mx-auto {
  background-color: #dee1e6;
  padding: 10px;
  width: 100%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
  .query {
    top: 269px;

  }

  .img_by_pf {
    width: 60%;
    padding: 20px;
  }

  .product_header_inner {
    padding: 20px 0px 0px 0px;
  }

  .grid-container {
    columns: 1;

  }

  .cate_textt {
    text-align: center;

  }

  .titile_cf {
    font-size: 14px;
  }

  .details_haed {
    font-size: 19px;
  }

  .section_top {
    padding: 10px;
  }

  .product-item .product-image img {
    width: 36%;
    padding: 12px;
  }

  .Medical_products {
    width: 48%;
  }

  .cat_div {
    margin: 8px 0px;
  }

  .div_flext {
    display: block;

  }

  .img_product {
    width: 56% !important;
  }

  .our_section_inner {
    width: 100% !important;
  }

  .showcase .overlay {
    padding: 30px 0px;
  }

  .bg_card_box_pf {
    border: 0px solid #33343557;
    padding: 0px;
  }

  .ct-bg_section {
    width: 100%;
  }

  .img_catalogs {
    width: 100%;
    padding: 5px;
  }

  .titile_cf {
    padding: 2px;

  }

  .top_about {
    margin: 30px 0px;
  }

  .Related_texttt {
    font-size: 21px;

  }
}



@media screen and (max-width:280.98px) {
  .heading_product {
    font-size: 20px !important;

  }

  .main_section {
    width: 100%;
}


  .modal-title {
    font-size: 15px !important;
    color: #0a1033;
}
  img.logo_mob {
    width: 140px;
}img.img-fluid.mx-auto {
  background-color: #dee1e6;
  padding: 10px;
  width: 100%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

  .query {
    top: 269px;

  }

  .cat_div {
    margin: 8px 0px;
  }

  .Related_texttt {
    font-size: 21px;

  }

  .header_inner {
    margin: 0px 18px;
    font-size: 15px !important;
  }

  .grid-container {
    columns: 1;

  }

  .cate_textt {
    text-align: center;

  }

  .titile_cf {
    font-size: 14px;
  }

  .details_haed {
    font-size: 19px;
  }

  .div_flext {
    display: block;

  }

  .section_top {
    padding: 10px;
  }

  .Medical_products {
    width: 90%;
  }

  .img_product {
    width: 56% !important;
  }

  .our_section_inner {
    width: 100% !important;
  }

  .showcase .overlay {
    padding: 10px 0px;
  }

  .bg_card_box_pf {
    border: 0px solid #33343557;
    padding: 0px;
  }

  .ct-bg_section {
    width: 100%;
  }

  .img_catalogs {
    width: 100%;
    padding: 5px;
  }

  .titile_cf {
    padding: 2px;

  }

  .top_about {
    margin: 30px 0px;
  }
}


.mediacal1_imgg {
  text-align: center;
  margin: 10px 0px;
}

.img_about_center {
  text-align: center;
}


.input-group.input_boxxx {
  position: absolute;
  margin: 1px auto;
  width: 85%;
  background: #0a1033;
  padding: 8px;
  display: flex;
  justify-content: center;
  z-index: 999;
}

.request_btng {
  background: none;
  border: none;
  /* text-transform: lowercase; */
}

#offcanvasExampleLabel {
  font-size: 19px;
  color: #0a1033;
}

.get_coral {
  padding: 7px 15px;
  font-weight: 400;
  font-size: 13px !important;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.modal-dialog {
  max-width: 80% !important;
  margin-right: 0px;
  margin-left: 0px;
}



.modal.fade .modal-dialog {
  transition: transform .9s ease-out;
  margin: auto;
}




.container.border_box {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 30px;
}

.Top {
  margin: 9px 0px;
}

.text_logo {
  font-size: 31px;
  text-align: center;
  padding: 5px;
  color: #0a1033;
  position: relative;
  top: -10px;
  font-weight: 700;
}



button.Explare {
  border: none;
  margin: 8px 0px;
  background: #212d6e;
  color: #fff;
  padding: 3px 7px;
}



.mediacal1_imgg {
  position: relative;
}

.mediacal1_imgg p {
  position: absolute;
  top: 20%;
  left: 30PX;
  /* transform: translate(-50%,-50%); */
  margin: 0;
  padding: 0;
  color: #0566ae;
  font-weight: bold;
  font-size: 17PX;

}

.mediacal1_imgg small {
  position: absolute;
  top: 35%;
  width: 65%;
  left: 25px;
  /* transform: translate(-50%, -50%); */
  margin: 0;
  padding: 0;
  color: #000000ed;
  /* font-weight: bold; */
  text-align: left;
  font-size: 15px;
  text-overflow: clip;
  text-overflow: ellipsis;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding-right: 20px;

}

.mediacal1_imgg img {
  width: 100%;
  height: 200px;
}







.Medical_products:hover {
  border: 1px solid #074a9da8;
}
.query:hover{
  background: #861aff;
}

.product_name h6:hover {
  color: #0a1033;
}

.single_product {

  transition: all .3s ease-in-out;
}

.single_product:hover {
  border: 1px solid #636c99;


}
p.P-more:hover{
  background: #861aff;

}
.ourp_head:hover{
  color: #861aff !important;
}
.cate_p_box.text_decoration:hover{
  color: #861aff !important;
}
.cate_textt:hover{
  color: #861aff;

}
.titile_cf:hover{
  color: #861aff;

}
 .sidebar-widget.category ul li a:hover{
  color: #861aff;
}

.dz-media  img {

  transition: all .3s ease-in-out;
  padding: 20px;
}

.dz-media img:hover   {
  transform: scale(1.2);
}
.product-item .product-content .title a:hover{
  color: #861aff;
}
.img_catalogs{
  transition: all .3s ease-in-out;
}
.img_catalogs:hover{
  transform: scale(1.2);
}
.sidebar-widget.brands ul li :hover{
  color: #861aff;
}
.get_top {
  margin: 15px 0px;
}


h4.header_our:hover{
  color: #861aff !important; 
}

h1.mt-3.text_name {
  width: 16%;
}


.view_more:hover{
  background-color: #861aff;
  color: #ffff;
}
/* 
.inner_items_li:hover{
  color: #861aff !important; 
} */












.sub_items {
  height: 200px;
  overflow: auto;

  scrollbar-color: #0a1033 white;
  scrollbar-width: thin;
}
.right-side .button {
  display: inline-block;
  /* margin-top: 12px; */
  background: #0a1033;
  color: #ffff;
  border: none;
  padding: 3px 13px;
}

ul.catelogs_item {
  height: 160px;
  overflow: auto;
  scrollbar-color: #0a1033 white;
  scrollbar-width: thin;
}
ol.breadcrumb {
  padding: 5px 10px;
  background: #f3f3f3;
}


section.section_top .container h1 {
  font-size: 25px;
  font-size: 600;
  padding-bottom: 20px;
}

h4.product_header_inner:hover{
  color: #fb367e;
}