* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

@font-face{
    src:url(../../font/GHEAGrapalat/gheagrapalat.otf);
    font-family: gheagrapalat;
    font-weight: normal;
    font-display: swap;
}

body {
     font-family: gheagrapalat;
     line-height: 1.5
}

main {
     min-height: calc(100vh - 573px);
}

header {
     transition: .5s ease;
     position: fixed;
     z-index: 50;
     inset: 0 0 auto 0;
     /* padding: 13px 0 4px; */
     background: rgba(0, 0, 0, 0.15);
     backdrop-filter: blur(7.5px);
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     -ms-transition: .5s ease;
     -o-transition: .5s ease;
}

header.sticky {
     /* padding: 9px 0; */
     background: #fff;
     box-shadow: 0px 4px 17px 0px rgba(100, 100, 100, 0.25);
     color: red;
}


header.sticky .header-menu__link {
     color: #1F212D;
     border-right: 1px solid #F4F4F4;
}

header.sticky .header-logo {
     filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(16deg) brightness(95%) contrast(102%);
}

header.sticky .language-group__btn {
     color: #000;
}

header.sticky .choose-house a {
     color: #fff !important;
     border: none;

}

header.sticky .choose-house:hover {
     color: #fff
}

header>.container {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.header-info{
     display: flex;
     align-items: center;
}
/* .sub-menu-parent {
     position: relative;
} */

.sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}



nav a {
     color: rgba(31, 33, 45, 1);
     display: block;
     padding: 15px 0;
     text-decoration: none;
}

nav ul,
nav ul li {
     list-style-type: none;
     padding: 0;
     margin: 0;
}

nav > ul {
     background: #EEE;
     text-align: center;
}
nav > ul > li {
     display: inline-block;
     border-left:
     solid 1px #aaa;
}
nav > ul > li:first-child {
     border-left: none;
}

.sub-menu li a{
    border-bottom: 1px solid rgba(31, 33, 45, 0.1);
}

.sub-menu li a:not(:last-child){
    border-bottom: 1px solid rgba(31, 33, 45, 0.1);
}

.sub-menu {
width: 50%;
padding: 0 17px;
background: #fff;
border: 1px solid rgba(152, 152, 152, 0.11);
border-radius: 2px 0px 0px 0px;
opacity: 0;

}
/*.sub-menu li a{*/
/*     border-bottom: 1px solid rgba(31, 33, 45, 0.1)*/
/*     ;*/
/*}*/

.choose-house a:hover {
     color: #fff
}

.choose-house a {
     border: none;
}
.choose-home-block .choose-housing{
     display: none;
}

.header-contact {
     background: #266867;
     padding: 10px;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}

.logo-tel {
     display: flex;
     padding: 10px 0;
}

.container {
     max-width: 1440px;
     margin: auto;
}

.header-logo {
     width: 210px;
     display: block;
}

.img {
     width: 100%;
}

a {
     text-decoration: none;
}

button {
     outline: none;
     border: none;
     cursor: pointer;
     background: transparent;
}


.header-contact {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     /* margin-bottom: 23px; */
}

.header-contact__link {
     display: flex;
     align-items: center;
     padding: 0 9px;
}

.header-contact-tel,
.header-contact-location {
     margin-left: 8px;
     color: #FFF;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
}

.language-group {
     position: relative;
}

.language-group__btn {
     display: flex;
     align-items: center;
     /* margin-left: 20px; */
     padding: 5px 13px;
     border-radius: 3px;
     color: #FFF;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;

}

.language-selcet {
    z-index: 5;
    display: none;
    margin-top: 12px;
    position: absolute;
    inset: auto 0 auto -60px;
    color: #266867;
    background: #fff;
    padding: 5px;
    width: fit-content;
    box-shadow: 0px 4px 17px 0px rgba(100, 100, 100, 0.25);
}


.language-selcet__link {
     display: flex;
     margin: 8px 10px;
    color: #266867;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;

}

.choose-house {
     background: #266867;
     padding: 14px 27px !important;
     margin-left: 14px;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}

.menu-burger,
.menu-burger-close {
     display: none;
}

.navigation {
     max-width: 1000px;
}

.language-group svg {
     display: none;
}

.header-menu-position {
     position: relative;
     display: flex;
     align-items: center;
}

.header-menu {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     list-style-type: none;
     overflow: hidden;
}

.header-menu__item {
     /* padding: 0 14px; */
     list-style-type: none;
}

.header-menu__link {
     white-space: nowrap;
     color: #FFF;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 0 14px;
     border-right: 1px solid #fff;
}

.dropdown-content {
     padding: 10px 0;
     max-height: 280px;
     overflow-y: auto;
     display: none;
     position: absolute;
     inset: 45px 0 auto auto;
     background-color: #1A2C3A;
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
     z-index: 5;
}

.dropdown-content::-webkit-scrollbar {
     width: 4px;
}

.dropdown-content::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
}

.dropdown-content::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px #37BEEB;
}

.dropdown-content .header-menu__link {
     padding: 12px 16px;
     font-size: 13px;
     display: block;
}

.dropdown-btn {
     display: none;
     color: #fff;
     padding: 0 0 0 17px;
     font-size: 16px;
     cursor: pointer;
}

.medical-category-click {
     cursor: pointer;
}

.medical-category-menu {
     display: none;
     overflow-y: auto;
     margin-top: 24px;
     position: absolute;
     inset: auto 0;
     background: #1A2C3A;
     height: calc(100vh - 69px);
}

.medical-category-menu::-webkit-scrollbar {
     width: 5px;
}

.medical-category-menu::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
}

.medical-category-menu::-webkit-scrollbar-thumb {
     background: #37BEEB;
}



footer {
     /* margin-top: 120px;
     padding: 64px 0 17px 0; */
     background: #266867;
}

.footer-row {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -12px;
     padding: 64px 0 93px;
     border-bottom: 1px solid #fff;
}

.footer-row__item {
     width: 25%;

     padding: 0 12px;
}

.footer-menu__item {
     list-style-type: none;
}

.footer-menu__link {
     color: #FFF;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 32px;
}

.footer-info {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     padding: 32px 0 24px;
}

.footer-info__text {
     color: #FFF;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
}

/* .footer-contact {
     margin-top: -150px;
     max-width: 340px;
     padding: 24px 29px;
     border-radius: 10px;
     background: #FFF;
     box-shadow: 0px 4px 17px 0px rgba(100, 100, 100, 0.25);
} */

.footer-contact-tel-link {
     padding: 0 0 29px 0;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     /* border-bottom: 1px solid #D1D1D1; */
}

.footer-contact-tel {
     margin-left: 24px;
     display: flex;
     flex-direction: column;
}

.footer-contact-tel__title,
.footer-contact-tel__number {
     color: #fff;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
}

.footer-contact-tel__number {
     font-size: 16px;
}

.footer-logo {
     display: block;
     max-width: 250px;
     margin: 29px 0 33px;
}

.footer-social-icons {
     display: flex;
     flex-wrap: wrap;

}

.footer-social-icons__link {
     /* border: 1px solid #143B66; */
     border-radius: 5px;
     padding: 8px;
     /* width: 40px; */
     height: 40px;
     margin: 0 5px 5px 0;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.footer-contact-address-link,
.footer-contact-email-link {
     display: flex;
     align-items: center;
     margin-bottom: 18px;
     justify-content: flex-end;
}

.footer-contact-address,
.footer-contact-tel {
     margin-left: 0;
     display: flex;
     flex-direction: column;
}

.footer-contact-address__title,
.footer-contact-email__title,
.footer-contact-address__address,
.footer-contact-email__email {
     color: #fff;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     text-transform: capitalize;
}

.footer-contact-address__address,
.footer-contact-email__email {
     font-size: 16px;
}

.show {
     display: block !important;
}

.hide {
     display: none !important;
}

.overflow-hidden {
     overflow-y: hidden !important;
}

.editor ul,
ol {
     padding: revert;
}
/* .footer-menu__link:hover,
.footer-info__text:last-child:hover */
.active,
.header-menu__link:hover,
.language-selcet__link:hover
 {
     color: #033f3e;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.scale-hover {
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.scale-hover:hover {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
}

.footer-social-icons__link:hover {
     border-color: #37BEEB;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.footer-social-icons__link:hover img {
     filter: brightness(0) saturate(100%) invert(77%) sepia(21%) saturate(5812%) hue-rotate(161deg) brightness(96%) contrast(92%);
     -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(21%) saturate(5812%) hue-rotate(161deg) brightness(96%) contrast(92%);
}



.light-blue-svg:hover svg>path {
     fill: #fff;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}


.for-mobile {
     display: none;
}

.footer-logo-soc-icon {
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom: 1px solid #fff;
}















/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
     .container {
          max-width: 100%;
          padding: 0 30px;
     }


}

@media all and (max-width: 1400px) {
     .header-logo {
          width: 200px;
     }

     .header-menu__link {
          padding: 0 8px;
     }
}
@media all and (max-width: 1300px) {
     .header-logo {
          width: 170px;
     }
     .header-contact-tel {
          font-size: 12px;
     }
}





@media all and (max-width: 1280px) {
     .navigation {
          max-width: 700px;
     }

     .medical-category-menu__item {
          width: 33.333%;
     }
}

@media all and (max-width: 1200px) {
     /* header {
          padding: 9px 0;
     } */
     .header-contact{
          padding: 0 10px;
     }
     .header-logo {
          max-width: 175px;
     }

     .header-contact {
          margin: -7px 35px 0 0;
     }

     .header-contact-tel,
     .header-contact-location,
     .language-group__btn>p {
          display: none;
     }

     .header-contact__link {
          padding: 0 12px;

     }
     .sub-menu{
          width: 100%;
          position: relative;
          opacity: 1;
          visibility: visible;
          transform: translateY(0em);
          padding: 19px 0;
          border: none;
     }
     .choose-home-block .choose-housing{
          display: flex !important;
     }
     .choose-home-block{
          background: #266867;
          padding:8px 10px;
     }
     .choose-home-block .choose-housing .header-menu__link{
          color: #fff;
          border-right: none;
     }
     .choose-house{
          display: none;
     }
     .header-contact {
          background: transparent;
     }

     .language-group__btn {
          border: none;
          margin: 0;
          padding: 0 14px 0 12px;
     }

     .language-group svg {
          display: flex;
     }

     .language-group__btn:hover {
          border: none;
     }

    

     .header-menu__link {
          color: #000;

     }
     .language-group {
     /* background: red; */
     z-index: 55555555555555555;
     position: absolute;
     top: 28px;
     right: 15px;
     }

     .for-mobile {
          display: flex !important;
     }

     .menu-burger {
          display: block;
     }

     header.sticky .header-contact {
          display: flex;
     }
     header.sticky .header-contact__link,
     header.sticky .menu-burger,
     header.sticky .menu-burger-close,
     header.sticky .language-group__btn {
          filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(16deg) brightness(95%) contrast(102%);
          -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(16deg) brightness(95%) contrast(102%);
}

     .navigation {
          padding: 23px 30px;
          position: fixed;
          overflow-y: auto;
          inset: 90px 0 auto;
          max-width: 100%;
          height: 100vh;
          background: #FFF;
          height: calc(100vh - 58px);
          transform: translateX(0);
          -webkit-transform: translateX(100%);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transition: .4s ease;
          -webkit-transition: .4s ease;
          -moz-transition: .4s ease;
          -ms-transition: .4s ease;
          -o-transition: .4s ease;
          z-index: 6;
     }

     .navigation.open {
          transform: translateX(0%);
          -webkit-transform: translateX(0%);
          -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
     }

     .navigation::-webkit-scrollbar {
          width: 5px;
     }

     .navigation::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
     }

     .navigation::-webkit-scrollbar-thumb {
          background: #37BEEB;
     }

     .header-menu {
          flex-direction: column;
          align-items: flex-end;
     }

     header>.container {
          display: block;
     }

     .header-menu__item {
          padding: 10px 0;
          text-align: end;
     }

     header.sticky .header-menu__link {
          border-right: none;
     }

     .header-menu-position {
          justify-content: flex-end;
     }

     .logo-tel {
          justify-content: space-between;
     }


     .footer-row__item {
          width: 33.333%;
          margin-bottom: 50px;
     }
     .footer-contact-address-link, .footer-contact-email-link {
          justify-content: flex-start;
      }
      .footer-contact-tel-link {
          justify-content: flex-start;
      }
}

@media all and (max-width: 767px) {
     /* .footer-row__item:first-child {
          width: 100%;
     } */
     .footer-row__item {
          width: 50%;
          margin-bottom: 50px;
     }
     .logo-tel{
          padding: 0;
     }
     .language-group{
          top: 22px !important;
     }
     .home-slider-text{

     }
}

@media all and (max-width: 575px) {

     header,
     header.sticky {
          padding: 6px 0;
     }
     .language-group {
          position: absolute;
          top: 35px;
          right: 5px;
      }
      .header-logo {
          max-width: 75px;
      }
      .choose-home-block {
          background: #266867;
          padding: 6px 2px;
      }
      .choose-home-block .choose-housing .header-menu__link {
          color: #fff;
          border-right: none;
          font-size: 11px;
      }
     .navigation, .medical-category-menu {
          inset: 100px 0 auto;
      }

     .container {
          padding: 0 15px;
     }


     .header-contact__link {
          padding: 0 8px;
     }

     .language-group__btn {
          border: none;
          margin: 0;
          padding: 0 8px 0 8px;
     }

     .menu-burger>svg,
     .menu-burger-close>svg {
          width: 17px;
     }


     .header-menu__item {
          padding: 6px 0;
     }


     .footer-contact {
          max-width: 300px;
     }

     .footer-contact-tel__number {
          font-size: 21px;
     }

     .footer-row__item {
          width: 100%;
          margin-bottom: 40px;
     }

     footer {
          margin-top: 50px;
     }

     .medical-category-menu::-webkit-scrollbar,
     .navigation::-webkit-scrollbar {
          width: 3px;
     }
     .footer-row__item {
          width: 100%;
     }
     .footer-row {
          padding: 24px 0 0;
     }
     .footer-logo-soc-icon {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          border-bottom: 1px solid #fff;
          flex-direction: column;
      }
      .footer-info {
          flex-direction: column;
      }
      .footer-contact-address, .footer-contact-tel {
          margin-left: 0;
      }
}
