body {
  font-family: "Rubik", sans-serif;
}

.modal-container {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.browse-modal-cross {
  position: absolute;
  top: 32px;
  right: 32px;
}

.navbar {
  padding-top: 40px;
}

@media (max-width: 576px) {
  .navbar {
    padding-top: 16px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .navbar {
    padding-top: 24px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  .navbar .logo-img {
    max-width: 200px;
    max-height: 100%;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-brand img {
    max-width: 250px;
  }
}

.navbar .nav-item {
  margin-left: 20px;
}

.navbar .nav-item.active .nav-link {
  color: #2d9cdb;
  text-transform: none;
  position: relative;
}

.navbar .nav-item.active .nav-link::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 7px;
  margin: auto;
  margin-top: 10px;
  height: 7px;
  background-color: #2d9cdb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  bottom: -70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .navbar .nav-item.active .nav-link::after {
    display: none;
  }
}

.navbar .nav-item .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  color: #001837;
}

.banner {
  background: #fff;
  margin: 0;
  padding: 0;
}

.banner .custom-title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #001837;
  margin-bottom: 0;
  text-align: center;
  padding: 55px 0;
}

@media (max-width: 576px) {
  .banner .custom-title {
    padding: 24px 0;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  .banner .custom-title {
    padding: 24px 0;
  }
}

h1 {
  text-align: center;
  color: #001837;
  font-weight: 500;
  font-size: 36px;
  margin: 55px 0 0;
  margin-left: auto;
  padding: 0 10px;
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    padding: 10px;
    background: #ddeff8;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}

.search-wrapper {
  max-width: 940px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 72px;
  margin: 30px auto 24px;
  padding: 0 16px;
}

@media (max-width: 576px) {
  .search-wrapper {
    height: 48px;
    margin: 24px auto 16px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  .search-wrapper {
    height: 64px;
  }
}

.search-wrapper .input-wrapper {
  border: 1px solid rgba(45, 156, 219, 0.2);
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #667487;
  margin-right: -4px;
  padding-right: 10px;
}

.search-wrapper .input-wrapper i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 576px) {
  .search-wrapper .input-wrapper i {
    display: none !important;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .search-wrapper .input-wrapper i {
    display: none !important;
  }
}

.search-wrapper .input-wrapper input {
  border: 0;
  outline: 0;
  border: 0;
  outline: 0;
  width: 100%;
  padding-left: 60px;
  border-radius: 10px;
  height: 100%;
}

@media (max-width: 576px) {
  .search-wrapper .input-wrapper input {
    padding-left: 10px;
    font-size: 11px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .search-wrapper .input-wrapper input {
    padding-left: 20px;
    font-size: 14px;
  }
}

.search-wrapper .input-wrapper input:focus {
  outline: none !important;
}

.search-wrapper .btn-group {
  height: 100%;
}

.search-wrapper .btn-group .btn-main-browse {
  background-color: #81c4e9;
  color: #fff;
  padding: 0 54px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.search-wrapper .btn-group .btn-main-browse:hover {
  opacity: 0.9;
}

@media (max-width: 576px) {
  .search-wrapper .btn-group .btn-main-browse {
    padding: 0 16px;
    font-size: 20px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .search-wrapper .btn-group .btn-main-browse {
    padding: 0 16px;
  }
}

@media (min-width: 768.1px) and (max-width: 992px) {
  .search-wrapper .btn-group .btn-main-browse {
    padding: 0 40px;
  }
}

.search-wrapper .btn-group .btn-main-browse .browse-text {
  display: inline-block;
}

@media (max-width: 576px) {
  .search-wrapper .btn-group .btn-main-browse .browse-text {
    display: none;
  }
}

.search-wrapper .btn-group .btn-main-browse .browse-icon {
  display: none;
}

@media (max-width: 576px) {
  .search-wrapper .btn-group .btn-main-browse .browse-icon {
    display: inline-block;
  }
}

.search-wrapper .btn-group .btn-main-search {
  background-color: #2d9cdb;
  color: #fff;
  padding: 0 54px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.search-wrapper .btn-group .btn-main-search:hover {
  opacity: 0.9;
}

@media (max-width: 576px) {
  .search-wrapper .btn-group .btn-main-search {
    padding: 0 16px;
    font-size: 20px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .search-wrapper .btn-group .btn-main-search {
    padding: 0 16px;
  }
}

@media (min-width: 768.1px) and (max-width: 992px) {
  .search-wrapper .btn-group .btn-main-search {
    padding: 0 40px;
  }
}

.search-wrapper .btn-group .btn-main-search .search-text {
  display: inline-block;
}

@media (max-width: 576px) {
  .search-wrapper .btn-group .btn-main-search .search-text {
    display: none;
  }
}

.search-wrapper .btn-group .btn-main-search .search-icon {
  display: none;
}

@media (max-width: 576px) {
  .search-wrapper .btn-group .btn-main-search .search-icon {
    display: inline-block;
  }
}

.search-wraper-small {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 40px;
  margin-right: 40px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (max-width: 767px) {
  .search-wraper-small {
    margin: 16px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 767.1px) and (max-width: 992px) {
  .search-wraper-small {
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.search-wraper-small .input-wraper {
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-right: 0px;
  margin-right: -2px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
}

.search-wraper-small .input-wraper input {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #667487;
  border: 0;
  outline: 0;
  border: 0;
  outline: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 8px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}

.search-wraper-small .input-wraper input:focus {
  outline: none !important;
}

.search-wraper-small .btn-group {
  height: 100%;
}

.search-wraper-small .btn-group .btn-main-browse {
  background-color: #81c4e9;
  color: #fff;
  padding: 0 56px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  margin-right: -3px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.search-wraper-small .btn-group .btn-main-browse:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .search-wraper-small .btn-group .btn-main-browse {
    padding: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-wraper-small .btn-group .btn-main-browse {
    padding: 0;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  .search-wraper-small .btn-group .btn-main-browse {
    padding: 0 16px;
  }
}

.search-wraper-small .btn-group .btn-main-browse .browse-text {
  display: inline;
}

@media (max-width: 992px) {
  .search-wraper-small .btn-group .btn-main-browse .browse-text {
    display: none;
    padding: 8px;
    font-size: 14px;
  }
}

.search-wraper-small .btn-group .btn-main-browse .browse-icon {
  display: none;
}

@media (max-width: 992px) {
  .search-wraper-small .btn-group .btn-main-browse .browse-icon {
    display: inline;
    padding: 16px;
    font-size: 14px;
  }
}

.search-wraper-small .btn-group .btn-main-search {
  background-color: #2d9cdb;
  color: #fff;
  padding: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.search-wraper-small .btn-group .btn-main-search:hover {
  opacity: 0.9;
}

@media (max-width: 576px) {
  .search-wraper-small .btn-group .btn-main-search {
    padding: 16px;
    font-size: 20px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  .search-wraper-small .btn-group .btn-main-search {
    padding: 16px;
  }
}

.modal-dialog-custome {
  max-width: calc(100% - 60px);
}

@media (max-width: 576px) {
  .modal-dialog-custome {
    max-width: calc(100% -0px);
    margin: 24px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .modal-dialog-custome {
    max-width: calc(100% - 40px);
  }
}

.modal-dialog-custome .modal-content-custom {
  padding: 24px 40px;
  border-radius: 20px;
}

.modal-dialog-custome .modal-content-custom .browse-modal-header {
  padding: 0;
  border-bottom: none;
}

.modal-dialog-custome .modal-content-custom .browse-modal-header .modal-title {
  font-style: normal;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #001837;
  padding: 50px 0 40px;
  border-bottom: 1px solid #667487;
}

@media (max-width: 576px) {
  .modal-dialog-custome .modal-content-custom .browse-modal-header .modal-title {
    padding: 40px 0 16px;
    margin: 0 0;
    font-size: 28px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .modal-dialog-custome .modal-content-custom .browse-modal-header .modal-title {
    padding: 30px 0 24px;
    margin: 0;
  }
}

.modal-dialog-custome .modal-content-custom .modal-body-custom {
  padding: 0px;
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom {
  background-color: #fff;
  margin: 0;
  padding: 0 0 35px 0;
}

@media (max-width: 576px) {
  .modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom {
    padding: 0 0 16px 0;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  .modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom {
    padding: 0 0 16px 0;
  }
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom .breadcrumb-item-custom {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #001837;
  padding: 0 16px 0 0;
}

@media (max-width: 576px) {
  .modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom .breadcrumb-item-custom {
    font-size: 12px;
    padding: 0 8px 0 0;
  }
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom .breadcrumb-item-custom .item-link {
  text-decoration: none;
  color: #001837;
  padding: 0 0 0 30px;
}

@media (max-width: 576px) {
  .modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom .breadcrumb-item-custom .item-link {
    padding: 0 0 0 8px;
  }
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .breadcrumb-custom .breadcrumb-item-custom + .breadcrumb-item-custom::before {
  content: ">";
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .modal-container {
  padding: 0;
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .modal-container .custom-modal-list {
  margin-bottom: 24px;
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .modal-container .custom-modal-list div {
  margin-bottom: 12px;
}

.modal-dialog-custome .modal-content-custom .modal-body-custom .modal-container .custom-modal-list div a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #667487;
  margin-bottom: 8px;
}

.example-text {
  text-align: center;
  color: #667487;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 120px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .example-text {
    padding-bottom: 48px;
    font-size: 12px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  .example-text {
    padding-bottom: 48px;
    font-size: 12px;
  }
}

section {
  background-color: #f2f9fd;
  margin: 0;
  padding: 0;
}

section .weather-section {
  padding-top: 70px;
}

@media (max-width: 576px) {
  section .weather-section {
    padding-top: 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  section .weather-section {
    padding-top: 16px;
  }
}

@media (max-width: 992px) {
  section .weather-section .section-mar {
    margin-top: 24px;
  }
}

section .weather-section .link-today-wrapper {
  text-decoration: none;
}

section .weather-section .link-today-wrapper .today-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 64px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 576px) {
  section .weather-section .link-today-wrapper .today-weather {
    padding: 16px;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather {
    padding: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section .weather-section .link-today-wrapper .today-weather:hover {
  -webkit-box-shadow: 0 0 8px rgba(45, 156, 219, 0.5);
          box-shadow: 0 0 8px rgba(45, 156, 219, 0.5);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper img {
  max-width: 165px;
  max-height: 165px;
}

@media (max-width: 375px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper img {
    max-width: 75px;
    max-height: 75px;
  }
}

@media (min-width: 375px) and (max-width: 576px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper img {
    max-width: 100px;
    max-height: 100px;
  }
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 {
  padding: 0;
}

@media (max-width: 576px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 {
    padding: 0 0 0 8px;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 {
    padding: 0 0 0 40px;
  }
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .today-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #001837;
  padding-top: 15px;
  margin: 0;
  opacity: 0.7;
}

@media (max-width: 992px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .today-text {
    font-size: 14px;
  }
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .today-title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #001837;
  margin: 0;
  padding-top: 10px;
}

@media (max-width: 375px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .today-title {
    font-size: 18px;
    padding-top: 0;
    line-height: 28px;
  }
}

@media (min-width: 375px) and (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .today-title {
    font-size: 24px;
    line-height: 32px;
  }
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature {
  padding-top: 25px;
  margin: 0;
}

@media (max-width: 576px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature {
    padding-top: 0;
  }
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature .temperature-now {
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  line-height: 118px;
  color: #001837;
  margin: 0;
}

@media (max-width: 375px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature .temperature-now {
    font-size: 48px;
    line-height: 40px;
  }
}

@media (min-width: 375px) and (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature .temperature-now {
    font-size: 56px;
    line-height: 60px;
  }
}

section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature .temperature-max {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 76px;
  color: #001837;
  margin: auto 0 0 0;
}

@media (max-width: 375px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature .temperature-max {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 375px) and (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather .left-wrapper .text-wrapper1 .tempperature .temperature-max {
    font-size: 24px;
    line-height: 50px;
  }
}

section .weather-section .link-today-wrapper .today-weather .location-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #667487;
  padding-top: 25px;
  margin: 0;
  opacity: 0.7;
}

@media (max-width: 375px) {
  section .weather-section .link-today-wrapper .today-weather .location-text {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 8px 0 0 80px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 375px) and (max-width: 576px) {
  section .weather-section .link-today-wrapper .today-weather .location-text {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 8px 0 0 105px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather .location-text {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 15px 0 0 40px;
    font-size: 16px;
  }
}

section .weather-section .link-today-wrapper .today-weather .forecast-days {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #001837;
  padding-top: 75px;
  margin: 0;
}

@media (max-width: 991px) {
  section .weather-section .link-today-wrapper .today-weather .forecast-days {
    display: none;
  }
}

section .weather-section ul {
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
}

section .weather-section ul li {
  margin: 25px 0;
}

section .weather-section ul li .link-next-day-wrapper {
  text-decoration: none;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day {
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 8px;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text {
  padding: 24px 0 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 576px) {
  section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0 16px 16px;
  }
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text img {
  max-width: 55px;
  max-height: 55px;
}

@media (max-width: 576px) {
  section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text img {
    max-width: 32px;
    max-height: 32px;
    margin: 8px 0;
  }
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text .tomorow-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #667487;
  margin: 0 5px;
  opacity: 0.7;
  padding-left: 10px;
}

@media (max-width: 576px) {
  section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text .tomorow-text {
    padding-left: 0;
    margin: 0;
  }
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text .weatehr-detail {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #001837;
  padding-left: 10px;
  margin: 7px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media (max-width: 576px) {
  section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .img-text .weatehr-detail {
    padding-left: 0;
    margin: 0;
  }
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low {
  background-color: #2d9cdb;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 8px;
  }
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .hight-left-wrapper {
  padding: 0 10px;
  border-right: 1px solid;
}

@media (max-width: 576px) {
  section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .hight-left-wrapper {
    border-bottom: 1px solid;
    border-right: 0;
    padding: 12px;
  }
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .hight-left-wrapper .high-number img {
  margin: 0 5px 0 0;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .hight-left-wrapper .high-number p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .hight-left-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  margin: 8px 0 0;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .high-right-wrapper {
  padding: 0 10px;
}

@media (max-width: 576px) {
  section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .high-right-wrapper {
    padding: 12px;
  }
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .high-right-wrapper .low-number img {
  margin: 0 5px 0 0;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .high-right-wrapper .low-number p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day .next-day .high-low .high-right-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  margin: 0;
  margin: 8px 0 0;
}

section .weather-section ul li .link-next-day-wrapper .wrapper-next-day:hover {
  -webkit-box-shadow: 0 0 8px rgba(45, 156, 219, 0.5);
          box-shadow: 0 0 8px rgba(45, 156, 219, 0.5);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section .weather-section ul li:first-child {
  margin: 0 0 25px;
}

section .weather-section ul li:last-child {
  margin: 25px 0 0;
}

section .weather-section .modal .modal-dialog-custome {
  max-width: calc(100% - 60px);
}

@media (max-width: 576px) {
  section .weather-section .modal .modal-dialog-custome {
    max-width: calc(100% -0px);
    margin: 24px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  section .weather-section .modal .modal-dialog-custome {
    max-width: calc(100% - 40px);
  }
}

section .weather-section .modal .modal-dialog-custome .modal-header {
  background-color: #f2f9fd;
  border-bottom: none;
}

section .weather-section .modal .modal-dialog-custome .modal-header h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  padding: 40px 0 16px;
  margin: 0 auto;
}

section .weather-section .modal .modal-dialog-custome .modal-header button {
  margin: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom {
  background-color: #f2f9fd;
  border-radius: 10px;
  padding: 0 110px 40px;
}

@media (max-width: 576px) {
  section .weather-section .modal .modal-dialog-custome .modal-body-custom {
    padding: 16px;
  }
}

@media (min-width: 576.1px) and (max-width: 768px) {
  section .weather-section .modal .modal-dialog-custome .modal-body-custom {
    padding: 0 40px 40px;
  }
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #001837;
  margin-bottom: 32px;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2d9cdb;
  padding: 16px;
  margin: 8px;
  border-radius: 8px;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .top-round-text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  background-color: #02c2ea;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
  padding: 6px 16px;
  color: #fff;
  margin: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .date-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 12px 0 0;
  margin: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .main-img {
  margin: 16px 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section {
  background-color: #fff;
  border-radius: 10px;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low {
  color: #2d9cdb;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .hight-left-wrapper {
  padding: 0 10px;
  border-right: 1px solid;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .hight-left-wrapper .high-number img {
  margin: 0 5px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .hight-left-wrapper .high-number p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  color: #02c2ea;
  margin: 0;
  padding: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .hight-left-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  color: #02c2ea;
  margin: 8px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .high-right-wrapper {
  padding: 0 10px;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .high-right-wrapper .low-number img {
  margin: 0 5px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .high-right-wrapper .low-number p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  margin: 0;
  color: #02c2ea;
  padding: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .high-low .high-right-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  margin: 0;
  color: #02c2ea;
  margin: 8px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-blue .bottom-section .bottom-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #02c2ea;
  line-height: 17px;
  border-top: 1px solid #02c2ea;
  margin: 0 16px;
  padding: 8px 0;
  text-align: center;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 16px;
  margin: 8px;
  border-radius: 8px;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .top-round-text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  background-color: #2d9cdb;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
  padding: 6px 16px;
  color: #fff;
  margin: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .date-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #667487;
  padding: 12px 0 0;
  margin: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .date-text span {
  color: #2d9cdb;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .main-img {
  padding: 16px 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section {
  background-color: #2d9cdb;
  border-radius: 10px;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low {
  color: #2d9cdb;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .hight-left-wrapper {
  padding: 0 10px;
  border-right: 1px solid #fff;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .hight-left-wrapper .high-number img {
  margin: 0 5px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .hight-left-wrapper .high-number p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .hight-left-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  color: #fff;
  margin: 8px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .high-right-wrapper {
  padding: 0 10px;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .high-right-wrapper .low-number img {
  margin: 0 5px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .high-right-wrapper .low-number p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  margin: 0;
  color: #fff;
  padding: 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .high-low .high-right-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  margin: 0;
  color: #fff;
  margin: 8px 0 0;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row .forecast-card-white .bottom-section .bottom-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  border-top: 1px solid #fff;
  margin: 0 16px;
  padding: 8px 0;
  text-align: center;
}

section .weather-section .modal .modal-dialog-custome .modal-body-custom p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #667487;
  margin: 32px 0 0;
}

section .content-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  section .content-section {
    padding-top: 24px;
  }
}

section .content-section .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  section .content-section .content {
    padding: 8px !important;
  }
}

section .content-section .content .content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #001837;
  margin: 0;
}

section .content-section .content .content-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #667487;
  padding-top: 16px;
  margin: 0;
}

section .content-section img {
  border-radius: 6px;
}

section .blog-section {
  margin-top: 70px;
}

@media (max-width: 576px) {
  section .blog-section {
    margin-top: 40px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .blog-section {
    margin-top: 56px;
  }
}

section .blog-section .blog-title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #001837;
  text-align: center;
  margin: 0;
}

@media (max-width: 576px) {
  section .blog-section .blog-title {
    padding-bottom: 0;
  }
}

@media (min-width: 576.1px) and (max-width: 1200px) {
  section .blog-section .blog-title {
    padding-bottom: 8px;
  }
}

section .blog-section .gradient-overlay {
  position: relative;
  margin-top: 15px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 8px;
}

section .blog-section .gradient-overlay:hover {
  -webkit-box-shadow: 0 0 8px rgba(45, 156, 219, 0.5);
          box-shadow: 0 0 8px rgba(45, 156, 219, 0.5);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

section .blog-section .gradient-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(58.18%, rgba(11, 11, 11, 0.74)), to(#0b0b0b));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(11, 11, 11, 0.74) 58.18%, #0b0b0b 100%);
  border-radius: 6px;
}

section .blog-section .gradient-overlay img {
  border-radius: 6px;
  width: 100%;
}

section .blog-section .blog-title-text {
  position: absolute;
  bottom: 75px;
  left: 35px;
  right: 35px;
  color: #fff;
}

section .blog-section .admin-date {
  position: absolute;
  bottom: 25px;
  left: 35px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

section .blog-section .admin-date .admin-text {
  border-right: 1px solid #f6f6f6;
  padding: 0 20px 0 0;
  margin: 0;
}

section .blog-section .admin-date .date-text {
  padding: 0 0 0 20px;
  margin: 0;
}

section .blog-section .blog-arrow-link {
  position: absolute;
  bottom: 25px;
  right: 35px;
  color: #fff;
}

section .faqs-section {
  padding-bottom: 70px;
  padding-top: 70px;
}

@media (max-width: 576px) {
  section .faqs-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .faqs-section {
    padding-bottom: 56px;
    padding-top: 56px;
  }
}

section .faqs-section .faqs-title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #001837;
  text-align: center;
  padding-bottom: 24px;
  margin: 0;
}

@media (max-width: 576px) {
  section .faqs-section .faqs-title {
    padding-bottom: 16px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .faqs-section .faqs-title {
    padding-bottom: 16px;
  }
}

section .faqs-section .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}

section .faqs-section .panel .panel-body {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 20px 30px;
  color: #667487;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 576px) {
  section .faqs-section .panel .panel-body {
    padding: 16px;
    font-size: 12px;
  }
}

section .faqs-section .panel-group .panel-heading a {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  position: relative;
  color: #001837;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 576px) {
  section .faqs-section .panel-group .panel-heading a {
    padding: 16px;
    font-size: 14px;
  }
}

section .faqs-section .panel-group .panel-heading a:after {
  content: "-";
  float: right;
}

section .faqs-section .panel-group .panel-heading a.collapsed:after {
  content: "+";
}

.footer-custom {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-custom .footer-icon {
  position: relative;
}

.footer-custom .footer-columns {
  padding-top: 50px;
}

@media (max-width: 576px) {
  .footer-custom .footer-columns {
    padding: 16px;
  }
}

.footer-custom .footer-columns .footer-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 132.7%;
  color: #001837;
}

.footer-custom .footer-columns .footer-address {
  padding: 0;
  margin-right: 40px;
  list-style: none;
}

.footer-custom .footer-columns .footer-address li {
  margin-top: 25px;
  padding-right: 20;
}

@media screen and (max-width: 768px) {
  .footer-custom .footer-columns .footer-address li {
    margin-top: 8px;
  }
}

.footer-custom .footer-columns .footer-address li i {
  margin-right: 20px;
  color: #02c2ea;
}

.footer-custom .footer-columns .footer-address li .column-text {
  margin-left: 15px;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 132.7%;
  color: #667487;
  text-decoration: none;
}

.footer-custom .footer-columns .footer-address li .column-text i {
  color: #02c2ea;
}

.footer-custom .footer-columns .pages-link {
  padding: 0;
  margin-right: 40px;
  list-style: none;
}

.footer-custom .footer-columns .pages-link li {
  margin-top: 25px;
  padding-right: 20;
}

@media screen and (max-width: 791px) {
  .footer-custom .footer-columns .pages-link li {
    margin-top: 8px;
  }
}

.footer-custom .footer-columns .pages-link li .column-text {
  margin-left: 15px;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 132.7%;
  color: #667487;
  text-decoration: none;
}

.footer-custom .footer-columns .footer-title-contact {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 132.7%;
  color: #001837;
}

@media (max-width: 991px) {
  .footer-custom .footer-columns .footer-title-contact {
    text-align: center;
  }
}

.footer-custom .footer-columns .social-items-list {
  padding: 0;
  list-style: none;
}

.footer-custom .footer-columns .social-items-list li {
  margin-top: 24px;
  padding-right: 20;
}

@media screen and (max-width: 767px) {
  .footer-custom .footer-columns .social-items-list li {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  .footer-custom .footer-columns .social-items-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-custom .footer-columns .social-items-list li:nth-child(1) {
    margin-top: 8px;
  }
}

.footer-custom .footer-columns .social-items-list li .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 350px;
}

.footer-custom .footer-columns .social-items-list li .subscribe-form .form-input {
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #667487;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -2px;
}

@media (max-width: 576px) {
  .footer-custom .footer-columns .social-items-list li .subscribe-form .form-input {
    width: 142px;
  }
}

.footer-custom .footer-columns .social-items-list li .subscribe-form .form-btn {
  height: 40px;
  padding: 5px 20px;
  background-color: #2d9cdb;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  background-color: #2d9cdb;
  line-height: 19px;
}

.footer-custom .footer-columns .social-items-list li .subscribe-form .form-btn:hover {
  opacity: 0.85;
}

.footer-custom .footer-columns .social-items-list li .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-custom .footer-columns .social-items-list li .social-wrapper .social-items {
  margin-left: auto;
}

@media (max-width: 991px) {
  .footer-custom .footer-columns .social-items-list li .social-wrapper .social-items {
    margin-left: 24px;
  }
}

.footer-custom .footer-columns .social-items-list li .social-wrapper .social-items .social-link {
  margin-right: 20px;
  color: #02c2ea;
}

.footer-custom .footer-columns .social-items-list li .social-wrapper .social-items .social-link i {
  margin: 0;
}

.footer-custom .footer-columns .social-items-list li .social-wrapper .social-items .social-link:last-child {
  margin: 0;
}

.footer-copyright {
  width: 100%;
  background-color: #2d9cdb;
  padding: 15px 0;
}

.footer-copyright .copyright-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #f6f7fa;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .footer-copyright .copyright-text {
    font-size: 8px;
    line-height: 0;
  }
}
/*# sourceMappingURL=custom.css.map */



/* NEW CSS */
nav.navbar {
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-brand img {
  max-width: 200px;
}
a.nav-link {
  font-size: 14px !important;
  padding-top: 8px !important;
}
div#navbarSupportedContent {
  flex-grow: 0;
}
.search-wraper-small.form-inline {
  margin-left: 0;
  margin-right: 0;
}
nav form {
  width: 100%;
}
h2.custom-title {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
}
ul.breadcrumb.breadcrumb-custom {
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 20px;
  max-width: 1140px;
  margin: 0 auto;
}
section .resource-body-custom {
  padding: 0 0 70px!important;
}
.row.weather-detail-custom > .div-custom:nth-child(1) {
  padding-right: 0;
}
.footer-copyright a, .analysis-wrapper .card-text a {
  color: #fff !important;
  text-decoration: underline !important;
}
section .analysis-card {
  background-size: cover !important;
}
section .weather-section .modal .modal-dialog-custome .modal-body-custom .custom-row {
  justify-content: flex-start;
}
.footer-custom .footer-columns .pages-link li:nth-child(1) {
  margin-top: 10px !important;
}
section .faqs-section .panel-group .panel-heading a:after {
  top: 20px;
  position: absolute;
  right: 20px;
}
section .faqs-section .panel-group .panel-heading a {
  padding-right: 40px !important;
}
section .weather-section ul li .link-next-day-wrapper .wrapper-next-day:hover, section .weather-section .link-today-wrapper .today-weather:hover {
  transform: scale(1.01) !important;
} 
@media (min-width: 575.98px) and (max-width: 767px) {
  ul.breadcrumb.breadcrumb-custom {
    max-width: 540px;
    /* padding:  15px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.breadcrumb.breadcrumb-custom {
    max-width: 720px;
    /* padding: 0 15px; */
  }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  ul.breadcrumb.breadcrumb-custom {
  max-width: 960px;
}
}
@media (max-width: 991px) {
  .search-wraper-small {
    max-width: 100%;
  }
  .search-wraper-small.form-inline {
    margin: 10px auto 0;
  }
  .navbar .nav-item.active .nav-link::after {
    display: none;
  }
  .navbar-collapse {
    padding: 10px;
    background: #ddeff8;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}