/*----------------------------------------
[Master Stylesheet]

Project:	BeHealthy – Coronavirus Medical Prevention, Online Pharmacy Template
Version:	1.0
Primary use:	BeHealthy – Coronavirus Medical Prevention, Online Pharmacy Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Fonts
2. Common styles
3. Header
4. Home
5. Section
6. Product
7. Checkout
8. Contacts
9. Form
10. Cart
11. Footer
12. Notification
----------------------------------------*/
/*==============================
	Fonts
==============================*/

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");

  font-style: normal;
}

@font-face {
  font-family: "Montserrat-bold";
  src: url("../Montserrat-Bold.ttf");

}



body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: Montserrat;
}
/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,500|Open+Sans:400,600"); */
/*==============================
	Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  /* font-family: 'Open Sans', sans-serif;
  font-weight: 400; */
  /*background-color: #edf6fb;*/
  -webkit-font-smoothing: antialiased;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.6s;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.font700{
  font-weight: 700;
}

a {
  transition: 0.6s;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #fff;
  color: #444;
  text-shadow: none;
}
::selection {
  background: #fff;
  color: #444;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #848c9f;
  opacity: 1;
}
::-moz-placeholder {
  color: #848c9f;
  opacity: 1;
}
:-moz-placeholder {
  color: #848c9f;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #848c9f;
  opacity: 1;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1130px;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.row--grid {
  overflow: hidden;
  position: relative;
}
.row--grid .col-12 {
  transition: 0.6s;
}
.fadex-enter {
  opacity: 0;
}
.fadex-enter-active {
  transition: opacity 0.6s;
  position: relative;
  z-index: 1;
}
.fadex-enter-to {
  opacity: 1;
}
.fadex-leave {
  opacity: 1;
}
.fadex-leave-active {
  transition: opacity 0.6s;
  position: absolute;
  z-index: -1;
}
.fadex-leave-to {
  opacity: 0;
}
.fadez-enter-active,
.fadez-leave-active {
  transition: opacity 0.6s;
}
.fadez-enter,
.fadez-leave-to {
  opacity: 0;
}
/*==============================
	Header
==============================*/
/*.header {*/
/*  position: relative;*/
/*  margin-top: 50px;*/
/*}*/


.header {
  position: fixed;
  padding-top: 50px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 999;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}



div[class*="content-"] {
  display:none;
}

div.active {
  display:block;
}
.header__content {
  /*background-color: #fff;*/
  /* box-shadow: 0 0 24px 0 rgba(47,170,247,0.04); */
  border-radius: 20px;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  /*background-color: #333333;*/
  background-image: url("../img/home/topbar.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.header__logo {
  position: relative;
  left: -50px;
  top: -3px;
  background: white;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.header__logo img {
  /*height: 100%;*/
  /*width: auto;*/
  max-width: 120px;
}
#about{
  background-image: url("../img/home/dotsp.png");
  padding-bottom: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#product{
  background-image: url("../img/home/dotsp.png");
  padding-bottom: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.imgZoom{
  transition: all 0.5s ease-in-out;
}
.imgZoom:hover{
  transform: scale(1.05);
}
.read_bt{
  border: 1px solid #444;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 16px;
  color: #052962;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif !important;
}
.read_btsend{
  border: 2px solid #444;
  padding: 10px 40px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 14px;
}

.header__nav {
  display: none;
}
.header__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 90px;
}
.flex{
  display: flex;
}
.border{
  border-radius: 20px;
  width: 215px;
  cursor: pointer;
    background-color: #fff;
    box-shadow: rgba(47, 170, 247, 0.04) 0px 0px 24px 0px;
    padding: 50px;

    display: flex;
    flex-direction: column;
    align-items: center;


}
.border_clients {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(47, 170, 247, 0.04) 0px 0px 24px 0px;
  padding: 38px;
}
.text-justify{
  text-align: justify;
}
.clicklink{
  cursor: pointer;
}
.clicklink:hover{
  color: #1da1f2 !important;
  text-decoration: underline !important;
}

.img_border{
  padding: 21px;
    border-radius: 50px;
    background: #E5E5E5;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 83px;
}


.header__phone {
  display: none;
}
.header__cart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #2faaf7;
  border-radius: 8px;
}
.header__cart svg {
  stroke: #fff;
  width: 24px;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .header__nav a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-right: 55px;
  }
  .header__nav a:last-child {
    margin-right: 0;
  }
  .header__nav a:hover {
    color: #2faaf7;
  }
}
@media (min-width: 992px) {
  .header__content {
    padding: 0 40px;
  }
  .header__phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-right: 40px;
  }
  .header__phone a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #444;
    font-size: 18px;
  }
  .header__phone a:hover {
    color: #2faaf7;
  }
  .header__phone span {
    font-size: 12px;
    color: #848c9f;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .header__nav a {
    margin-right: 60px;
  }
  .header__nav a:last-child {
    margin-right: 0;
  }
}
/*==============================
	Home
==============================*/
.home {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(47,170,247,0.04);
  background: url("../img/home/aboutbanner.png") no-repeat center left/cover #fff;
}
.home__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  width: 100%;
  padding: 20px;
}
.home__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:  black;
  font-size: 28px;
  margin-bottom: 0;
}
.bgmap{
  background: url(../img/home/map.png);
  background-size: contain;
}
.home__title b {
  font-weight: normal;
  color: #2faaf7;
}
.home__text {
  font-size: 16px;
  color:   #444444;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 20px;
}
.home__text b {
  font-weight: 600;
}
.home__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 150px;
  border-radius: 9px;
  background-color: #2faaf7;
  /* box-shadow: 0 10px 50px 0 rgba(47,170,247,0.35); */
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  transition: 0.6s;
  /* margin-top: 40px; */
}
.mailhover :hover{
  color: #1da1f2;
}
.home__btn:hover {
  color: #fff;
  /*box-shadow: 0 10px 50px 0 rgba(47,170,247,0.5);*/
}
@media (min-width: 576px) {
  .home__title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .home__title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .home__content {
    padding: 40px;
  }
}
/*==============================
	Section
==============================*/
.section {
  padding: 70px 0 0;
}
.section__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 0;
}
.section__title b {
  font-weight: normal;
  color: #2faaf7;
}
.section__text {
  font-size: 16px;
  color: #848c9f;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 25px;
}
.section__text b {
  font-weight: 600;
}
.section__sort {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
.section__sort button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #848c9f;
  margin-top: 15px;
  margin-right: 30px;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 15px;
  background-color: rgba(132,140,159,0.06);
}
.section__sort button.active {
  color: #2faaf7;
  background-color: rgba(47,170,247,0.1);
  cursor: default;
}
.section__sort button.active:hover {
  color: #2faaf7;
}
.section__sort button:hover {
  color: #444;
}
.section--home {
  padding: 50px 0 0;
}
@media (min-width: 576px) {
  .section {
    padding: 80px 0 0;
  }
  .section__title {
    font-size: 30px;
  }
  .section--home {
    padding: 50px 0 0;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 30px 0 0;
  }
  .section__title {
    font-size: 32px;
  }
  .section--home {
    padding: 170px 0 0;
  }
}
/*==============================
	Product
==============================*/
.product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(47,170,247,0.04);
  padding: 20px;
}
.product__img {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.product__img img {
  width: 100%;
  height: auto;
}
.product__title {
  color: #444;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  padding-right: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
}
.product__price {
  display: block;
  color: #848c9f;
  line-height: 100%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.product__add {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: #edf6fb;
}
.product__add svg {
  display: block;
  stroke: #2faaf7;
  width: 26px;
  height: auto;
  position: relative;
  z-index: 2;
  transition: 0.6s;
  opacity: 1;
}
.product__add:hover svg {
  stroke: #2cb9a9;
}
/*==============================
	Checkout
==============================*/
.checkout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(47,170,247,0.04);
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .checkout {
    padding: 40px;
  }
}
/*==============================
	Contacts
==============================*/
.contacts {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  /*border: 2px dashed rgba(132,140,159,0.2);*/
  border-radius: 20px;
}
.contacts__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 26px;
}
.contacts__title a {
  color: #444;
}
.contacts__title a:hover {
  color: #2faaf7;
}
.contacts__title--phone {
  font-size: 24px;
}
.contacts__text {
  font-size: 14px;
  line-height: 21px;
  color: #848c9f;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contacts {
    padding: 0px 30px 0;
    height: 168px;
    display: flex;
    justify-content: center;
}

}
/*==============================
	Form
==============================*/
.form__group {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.form__group input {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  /*background-color: #edf6fb;*/
  border: none;
  padding: 0 30px;
  font-size: 16px;
  color: #444;
  position: relative;
  transition: 0.6s;
}
.form__group select {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 30px;
  background-color: #edf6fb;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  color: #444;
  position: relative;
  transition: 0.6s;
  cursor: pointer;
}
.form__group textarea {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  /*background-color: #edf6fb;*/
  border: none;
  padding: 20px 30px;
  font-size: 16px;
  color: #444;
  position: relative;
  transition: 0.6s;
  resize: none;
}
.form__group--select:before {
  content: '';
  position: absolute;
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 30px;
  color: #2faaf7;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  pointer-events: none;
}
.form__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 200px;
  border-radius: 32px;
  background-color: #2faaf7;
  box-shadow: 0 10px 50px 0 rgba(47,170,247,0.35);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  transition: 0.6s;
}
.form__btn:hover {
  color: #fff;
  box-shadow: 0 10px 50px 0 rgba(47,170,247,0.5);
}
@media (min-width: 992px) {
  .form__group {
    margin-bottom: 30px;
  }
}
/*==============================
	Cart
==============================*/
.cart {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(47,170,247,0.04);
  padding: 20px;
}
.cart__table {
  width: 100%;
  min-width: 600px;
  margin-bottom: 30px;
  position: relative;
}
.cart__table th {
  font-size: 16px;
  font-weight: 400;
  color: #848c9f;
  line-height: 100%;
  padding: 0 20px 15px 0;
}
.cart__table th:last-child {
  width: 24px;
  padding: 0 0 15px 0;
}
.cart__table td {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  padding: 10px 20px 10px 0;
}
.cart__table td:first-child {
  width: 200px;
}
.cart__table td:last-child {
  width: 24px;
  padding: 10px 0;
}
.cart__img {
  width: 160px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}
.cart__img img {
  width: 160px;
  height: auto;
}
.cart__delete {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.cart__delete svg {
  stroke: #848c9f;
  width: 24px;
  height: auto;
  transition: 0.6s;
}
.cart__delete:hover svg {
  stroke: #2faaf7;
}
.cart__price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #848c9f;
}
.cart__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
.cart__total {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cart__total p {
  font-size: 14px;
  color: #848c9f;
  margin-bottom: 10px;
}
.cart__total span {
  font-size: 26px;
  color: #444;
  line-height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.cart__systems {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: rgba(132,140,159,0.8);
  width: 100%;
  margin-top: 20px;
}
.cart__systems i {
  margin-right: 15px;
}
.cart__systems i:last-child {
  margin-right: 0;
}
.cart__quantity {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cart__quantity button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 34px;
  color: #2faaf7;
  font-size: 20px;
  background-color: #edf6fb;
}
.cart__quantity button:first-child {
  border-radius: 6px 0 0 6px;
}
.cart__quantity button:last-child {
  border-radius: 0 6px 6px 0;
}
.cart__quantity button:hover {
  color: #2cb9a9;
}
.cart__quantity input {
  height: 34px;
  width: 34px;
  text-align: center;
  font-size: 14px;
  color: #444;
  border: none;
  border-top: 1px solid #edf6fb;
  border-bottom: 1px solid #edf6fb;
  pointer-events: none;
  cursor: default;
}
.cart__empty {
  position: relative;
  background-color: #edf6fb;
  margin-bottom: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  border: 2px dashed rgba(132,140,159,0.2);
  font-size: 14px;
  color: #848c9f;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cart__systems {
    margin-top: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .cart {
    padding: 40px;

  }
}
/*==============================
	Footer
==============================*/
.footer {
  padding: 60px 0 50px;
}
.footer__copyright {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 13px;
  color: #848c9f;
  font-weight: 400;
  margin-bottom: 0;
}
.footer__copyright a {
  color: #848c9f;
}
.footer__copyright a:hover {
  color: #2faaf7;
}
.footer__copyright span {
  margin-left: 30px;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.footer__social a {
  margin-right: 20px;
  font-size: 22px;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a.facebook {
  color: #3b5999;
}
.footer__social a.instagram {
  color: #2faaf7;
}
.footer__social a.instagram i:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2faaf7;
}
.footer__social a.twitter {
  color: #1da1f2;
}
.footer__social a.vk {
  color: #45668e;
}
@media (min-width: 576px) {
  .footer {
    padding: 80px 0 50px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 100px 0 50px;
  }
  .footer__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__social {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer__copyright span {
    margin-left: 40px;
  }
}
/*==============================
	Notification
==============================*/
.notices {
  padding: 5px 15px;
}
.notices .toast {
  border-radius: 10px;
  box-shadow: none;
  opacity: 1;
  margin: 10px 0;
}
.notices .toast .toast-text {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
.notices .toast-success {
  background-color: #2cb9a9;
}
@media (min-width: 992px) {
  .notices {
    padding: 30px 40px;
  }
}
.footer-bs {
  background-color: #efefef;
  /*background-image: url("../img/home/neb1.png");*/
  background-image: url("../img/home/footerBg.png");
  background-size: cover;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: center;
padding: 70px 40px;
color: rgba(255,255,255,1.00);

border-bottom-right-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}
.text-white{
  color: #fff !important;
}
.text-center{
  text-align: center;
}
.float_right{
  float: right;
}
.nopadding{
  padding: 0;
}
.text-left{
  text-align:left;
}
.margintop30{
  margin-top: 30px  ;
}
.width-100{
  width: 100% !important;
}
.padding-bt10{
  padding-bottom: 10px;
}

.carousel-control  {
  position: absolute;
  top: 178px;
  bottom: 0;
  left: -24px;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
}
p{
  font-size: 16px;
}
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 0;
  width: 60%;
  padding-left: 0;
  margin-left: -50%;
  text-align: center;
  list-style: none;
}
.carousel-control.right {
  right: 350px;
  top: 220px;
  left: auto;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.left {
  left: 300px;
  top: 220px;
  left: auto;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  left: 0;
  height: 250px;
}

.auto{
  height: auto !important;
}
.carousel-control2.right {
  right: -50px;
  top: 114px;

  left: auto;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control2.left {
  left: -50px;
  top: 114px;
  margin-left: -45px;
  left: auto;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control2  {
  position: absolute;
  top: 500px;
  bottom: 0;
  left: 10px;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.height320{
  height: 320px;
}



/*.push_button {*/
/*  position: relative;*/
/*  height:40px;*/
/*  text-align:center;*/
/*  color:#FFF;*/
/*  text-decoration:none;*/
/*  !*line-height:43px;*!*/
/*  !*display: block;*!*/
/*  !*margin: 30px;*!*/
/*}*/
/*!*.push_button:before {*!*/
/*!*  background:#f0f0f0;*!*/
/*!*  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));*!*/

/*!*  -webkit-border-radius:5px;*!*/
/*!*  -moz-border-radius:5px;*!*/
/*!*  border-radius:5px;*!*/

/*!*  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;*!*/
/*!*  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;*!*/
/*!*  box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;*!*/

/*!*  position: absolute;*!*/
/*!*  content: "";*!*/
/*!*  left: -6px; right: -6px;*!*/
/*!*  top: -6px; bottom: -10px;*!*/
/*!*  z-index: -1;*!*/
/*!*}*!*/

/*.push_button:active {*/
/*  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;*/
/*  top:5px;*/
/*}*/
/*.push_button:active:before{*/
/*  top: -11px;*/
/*  bottom: -5px;*/
/*  content: "";*/
/*}*/

/*.red {*/
/*  text-shadow:-1px -1px 0 black;*/
/*  background: #4e68ff ;*/
/*  border:1px solid #4e68ff ;*/
/*  background-image:-webkit-linear-gradient(top, #1239c6 , #4e68ff );*/
/*  background-image:-moz-linear-gradient(top, #1239c6 , #4e68ff );*/
/*  background-image:-ms-linear-gradient(top, #1239c6 , #4e68ff );*/
/*  background-image:-o-linear-gradient(top, #1239c6 , #4e68ff );*/
/*  background-image:linear-gradient(to bottom, #1239c6 , #4e68ff );*/
/*  -webkit-border-radius:5px;*/
/*  -moz-border-radius:5px;*/
/*  border-radius:5px;*/
/*  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #1239c6 , 0 4px 2px rgba(0, 0, 0, .5);*/
/*  -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #1239c6 , 0 4px 2px rgba(0, 0, 0, .5);*/
/*  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #1239c6 , 0 4px 2px rgba(0, 0, 0, .5);*/
/*}*/

/*.red:hover {*/
/*  background: #1239c6 ;*/
/*  background-image:-webkit-linear-gradient(top, #4e68ff , #1239c6 );*/
/*  background-image:-moz-linear-gradient(top, #4e68ff , #1239c6 );*/
/*  background-image:-ms-linear-gradient(top, #4e68ff , #1239c6 );*/
/*  background-image:-o-linear-gradient(top, #4e68ff , #1239c6 );*/
/*  background-image:linear-gradient(top, #4e68ff , #1239c6 );*/
/*}*/

/*.contactred {*/
/*  text-shadow:-1px -1px 0 black;*/
/*  background: #0d980e;*/
/*  border:1px solid #0d980e;*/
/*  background-image:-webkit-linear-gradient(top, #0a760a, #0d980e);*/
/*  background-image:-moz-linear-gradient(top, #0a760a, #0d980e);*/
/*  background-image:-ms-linear-gradient(top, #0a760a, #0d980e);*/
/*  background-image:-o-linear-gradient(top, #0a760a, #0d980e);*/
/*  background-image:linear-gradient(to bottom, #0a760a, #0d980e);*/
/*  -webkit-border-radius:5px;*/
/*  -moz-border-radius:5px;*/
/*  border-radius:5px;*/
/*  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #0a760a, 0 4px 2px rgba(0, 0, 0, .5);*/
/*  -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #0a760a, 0 4px 2px rgba(0, 0, 0, .5);*/
/*  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #0a760a, 0 4px 2px rgba(0, 0, 0, .5);*/
/*}*/

/*.contactred:hover {*/
/*  background: #0a760a;*/
/*  background-image:-webkit-linear-gradient(top, #0d980e, #0a760a);*/
/*  background-image:-moz-linear-gradient(top, #0d980e, #0a760a);*/
/*  background-image:-ms-linear-gradient(top, #0d980e, #0a760a);*/
/*  background-image:-o-linear-gradient(top, #0d980e, #0a760a);*/
/*  background-image:linear-gradient(top, #0d980e, #0a760a);*/
/*}*/

/*.blue {*/
/*  text-shadow:-1px -1px 0 #2C7982;*/
/*  background: #3EACBA;*/
/*  border:1px solid #379AA4;*/
/*  background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);*/
/*  background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);*/
/*  background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);*/
/*  background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);*/
/*  background-image:linear-gradient(top, #48C6D4, #3EACBA);*/

/*  -webkit-border-radius:5px;*/
/*  -moz-border-radius:5px;*/
/*  border-radius:5px;*/

/*  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);*/
/*  -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);*/
/*  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);*/
/*}*/

/*.blue:hover {*/
/*  background: #48C6D4;*/
/*  background-image:-webkit-linear-gradient(top, #3EACBA, #48C6D4);*/
/*  background-image:-moz-linear-gradient(top, #3EACBA, #48C6D4);*/
/*  background-image:-ms-linear-gradient(top, #3EACBA, #48C6D4);*/
/*  background-image:-o-linear-gradient(top, #3EACBA, #48C6D4);*/
/*  background-image:linear-gradient(top, #3EACBA, #48C6D4);*/
/*}*/

.footerSocial{
  width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; background: rgba(255,255,255,1); margin-right: 20px;
}
.footerSocial:hover{
  background: rgba(255,255,255,0.8)
}
.header {
  position: fixed;
  padding-top: 20px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 999;
  /* background: white; */
  background: white;
}
.section--home {
  padding: 125px 0 0;
}
.header__content {
  /* background-color: #fff; */
  /* box-shadow: 0 0 24px 0 rgba(47,170,247,0.04); */
  border-radius: 8px;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: white;
  /*background-image: url(./img/home/topbar.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header__logo img {
  /* height: 100%; */
  /* width: auto; */
  max-width: 85px;
}
.header__logo {
  position: relative;
  left: -20px;
  top: -3px;
  background: white;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.header__nav a{
  color: #052962;
}
.header__nav a{
  margin: 0;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 2px solid #052962;
}
.header__nav a:nth-last-child(1){
  margin: 0;
  padding-right: 00px;
  padding-left: 30px;
  border-right: none;
  margin-right: -15px;
}
.webOnly{
  display: block;
}
.mobOnly{
  display: none;
}
@media (max-width: 767px) {
  .webOnly{
    display: none;
  }
  .mobOnly{
    display: block;
  }
  #app{
    overflow-x: hidden;
  }
  .mdfcr{
    display: flex;
    flex-direction: column-reverse;
  }
  .mmt30{
    margin-top: 30px;
  }
  .mnp{
    padding: 0;
  }
  .mtextLeft{
    text-align: left;
  }
  .mflexLeft{
    justify-content: flex-start !important;
  }
  .mobileleft{
    text-align: left !important;
    margin-left: 15px !important;
  }
  .section--home {
    padding: 0 !important;
  }
  .navLink{
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    text-align: center;
    color: #052962 !important;
  }
  .navLink a{
    color: #052962 !important;
  }
  .home__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 150px;
    width: 100%;
    padding: 20px;
  }
  .mpt30{
    padding-top: 30px;
  }
  .webIcon.left {
    margin-left: -10px;
  }
  .webIcon.right {
    right: -10px;
  }
  .webIcon.left img {
    width: 20px !important;
  }
  .webIcon.right img {
    width: 20px !important;
  }


  .footer-bs {
    background-color: #efefef;
    background-image: url("../img/home/mobFooter.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 40px;
    color: rgba(255,255,255,1.00);
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
  }
}