button:focus {
  outline: none;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
}

input {
  outline: none;
  border: 0;
}

.loadingstatus {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.loadingstatus .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loadingstatus .loader img {
  width: 50px;
  height: 50px;
}

.img-placeholder {
  position: relative;
  width: 100%;
  display: block;
}
.img-placeholder::after {
  content: "";
  padding-top: 50%;
  display: block;
}
.img-placeholder img:not(.p_loading) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 98%;
}

.main-action-btn {
  padding: 0.2rem 1rem;
  background: #22B3E6;
  border: 1px solid #22B3E6;
  color: #FFF;
  font-size: 1rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

@media (max-width: 768px) {
  section:after {
    content: " ";
    padding: 40px;
  }
}
a {
  color: #7a7a7a;
  text-decoration: none;
}
a:hover, a:focus {
  color: #22b3e6;
  text-decoration: none;
}

body {
  font-family: "Outfit, sans-serif;";
  min-height: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.h4, h4 {
  font-size: 18px;
}

html {
  font-size: 20px;
}

input[type=button], button {
  background-color: transparent;
}

#homeContainer, #some {
  min-height: 500px;
}

.icon-whole {
  background: url("../images/icon.png") no-repeat;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

.btn.btn-info {
  background: #22b3e6;
  outline: none;
}
.btn.btn-info:hover {
  background: #129ccd;
}

#top {
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 70px;
}
.navbar .container-fluid, .navbar .container-fluid > div, .navbar ul, .navbar li {
  height: 100%;
}

.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  margin-right: 20px;
  height: 50px;
  width: auto;
}

#navbarNav .nav-link {
  font-size: 0.9rem;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
#navbarNav .nav-link:hover {
  color: #18426d;
}
#navbarNav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  background-color: #18426d;
  height: 3px;
  width: 0;
  transition: width 0.3s ease-out, left 0.3s ease-out;
}
#navbarNav .nav-link:hover::after {
  width: 80%;
  left: 10%;
}

.full-width-dropdown {
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  background-color: #FFF;
  padding: 20px 50px;
  box-sizing: border-box;
  z-index: 999;
  display: none;
  min-height: 250px;
  max-width: 100%;
}

.nav-item.dropdown:hover .full-width-dropdown {
  display: block;
}

.dropdown-header {
  font-size: 0.9rem;
  padding-bottom: 10px;
  color: #555;
}

.dropdown-item {
  padding: 0.25rem;
}
.dropdown-item span {
  font-size: 0.8rem;
  position: relative;
  text-decoration: none;
}
.dropdown-item span:hover {
  color: #18426d;
}
.dropdown-item span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #18426d;
  height: 2px;
  width: 0;
  transition: width 0.3s ease-out, left 0.3s ease-out;
}
.dropdown-item span:hover::after {
  width: 100%;
}

.dropdown-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.dropdown-inner .col-md-3 {
  padding: 1rem;
}
.dropdown-inner .image-links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.dropdown-inner .image-links a {
  display: block;
  flex: 1;
  min-width: 100px;
  text-decoration: none;
}
.dropdown-inner .image-links img {
  max-width: 100%;
  height: auto;
  display: block;
}
.dropdown-inner .image-links img:hover {
  opacity: 0.7;
}

.form-control {
  font-size: 0.8rem;
  padding: 5px;
}

.form-select {
  font-size: 0.8rem;
  padding: 5px;
}

.navbar-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-btn {
  font-size: 1.25rem;
  color: #333;
  text-decoration: none;
}

.search-box {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.search-box input {
  border: none;
  outline: none;
  width: 120px;
  padding: 0 5px;
}

@media (max-width: 991.98px) {
  .navbar-icons {
    display: none;
  }
  .full-width-dropdown {
    display: none !important;
  }
}
.offcanvas-body .nav-link {
  border-bottom: 1px solid #eee;
}

.offcanvas-body .dropdown-item {
  padding: 8px 0;
  color: #555;
}

#soma {
  width: 100%;
  overflow: hidden;
}

#footer .subscribe-widget {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  text-align: center;
}
#footer .subscribe-widget form .subscribe-input {
  flex-grow: 1;
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
  max-width: 300px;
}
#footer .subscribe-widget form .subscribe-input:focus {
  border-color: #22b3e6;
}
#footer .subscribe-widget form .subscribe-input::placeholder {
  color: #aaa;
}
#footer .subscribe-widget form .subscribe-button {
  background-color: #22b3e6;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
}
#footer .subscribe-widget form .subscribe-button:hover {
  background-color: #0056b3;
}
#footer .subscribe-widget form .subscribe-button:active {
  background-color: #004085;
}
#footer .subscribe-widget form .subscribe-msg {
  margin-top: 10px;
  font-size: 14px;
}
#footer .subscribe-widget form .subscribe-msg.error {
  color: #ff0000;
}
#footer .subscribe-widget form .subscribe-msg.success {
  color: #333;
}
#footer .subscribe-widget form .t1 {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 25px;
}
#footer .subscribe-widget p {
  color: #666;
  font-size: 12px;
}

@media (max-width: 768px) {
  #footer .subscribe-widget {
    border-radius: 0;
    margin: 0;
  }
}
#footer .footer-right {
  text-align: center;
  font-family: arial;
  font-size: 12px;
  padding: 30px 0;
}

#footer .footer-test a {
  display: block;
  line-height: 32px;
}

@media (max-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
    padding: 0;
  }
  #footer {
    margin-top: 60px;
    width: 100%;
  }
  #homeContainer, #some {
    min-height: 25rem;
  }
  body {
    padding-bottom: 1.8rem;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  #top {
    height: auto;
  }
  #top .navbar-header {
    position: relative;
  }
  #top .navbar-header .navbar-brand {
    width: 9rem;
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 1.25rem;
    height: 4.4rem;
    position: absolute;
    left: 50%;
    margin-left: -5rem;
  }
  #top .navbar-header .navbar-brand img {
    width: 100%;
    height: auto;
  }
  #top .navbar {
    min-height: 4.4rem;
  }
  #top .navbar .container-fluid {
    height: 4.4rem;
  }
  #top .dropdown-menu {
    position: relative;
    padding: 0 0.5rem;
    width: 100%;
    border: 0;
    box-shadow: 0 0 0 0;
    background-color: #eee;
    height: 3rem;
    margin-top: 0;
    border-radius: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  #top .dropdown-menu li {
    padding: 0 0.8rem;
    text-align: center;
    font-size: 1rem;
  }
  #top .dropdown-menu li a {
    line-height: 3rem;
    padding: 0;
  }
  #top .dropdown-menu li a:hover {
    background-color: transparent;
  }
  #top .dropdown-menu li .search-btn-m {
    font-size: 1.5rem;
    padding: 0rem;
  }
  #top .dropdown-menu li .close-btn-m {
    padding: 0 0.5rem;
    font-size: 2rem;
    float: right;
  }
  #top .dropdown-menu li .search-form {
    line-height: 3rem;
  }
  #top .dropdown-menu li .input-search {
    line-height: 2rem;
    height: 2rem;
  }
  #top .dropdown-menu li.searchbox {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #top .dropdown-menu:before {
    content: " ";
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 1rem solid #eee;
    height: 0;
    position: absolute;
    left: 1rem;
    top: -0.75rem;
  }
  #top .icon-whole {
    background-size: 60rem 20rem;
  }
  #top .icon-menu {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 1.5rem;
    margin-left: 1.25rem;
    background-position: -2.3rem -2.8rem;
  }
  #top .icon-user {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    margin: 1.5rem 1.25rem 0 0;
    background-position: -2.3rem 0px;
  }
  #top .sign-up {
    height: 1.8rem;
    display: block;
    margin: 1.5rem 1.25rem 0 0;
    font-size: 1.2rem;
  }
  #footer {
    background-color: #484848;
    color: #eeeeee;
    padding-top: 0px;
    margin-top: 0;
  }
  #footer .footer-right {
    padding: 0.5rem;
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  #top .navbar-header {
    position: relative;
  }
  #top .navbar-header .navbar-brand {
    width: 8rem;
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 1.5rem;
    height: 4.4rem;
    position: absolute;
    left: 50%;
    margin-left: -5rem;
  }
  #top .navbar-header .navbar-brand img {
    width: 100%;
    height: auto;
  }
  #top .navbar-header .navbar {
    min-height: 4.4rem;
  }
  #top .navbar-header .navbar .container-fluid {
    height: 4.4rem;
  }
}

/*# sourceMappingURL=common.css.map */
