html, body, p, h1, h2, h3, h4, ul {
  margin: 0;
  padding: 0;
}

input, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

button:hover {
  outline: none;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

button:active, button:focus {
  outline: none !important;
}

li {
  padding: 0;
  list-style-type: none;
}
.home-header {
  background: #00B1FF;
  height: 80px;
  padding: 0 280px;
}
.header-left-logo {
  color: #FFFFFF !important;
  font-size: 45px;
  font-family: "Sarabun-Bold";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-left ul {
  display: flex;
}
.header-right {
  justify-content: flex-end;
}
.menu-left ul li {
  margin-left: 32px;
}
.menu-left ul li a {
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: "Sarabun-Regular";
  transition: 0.3s ease-in-out;
}
.menu-left ul li a.active,
.menu-left ul li a:hover {
  color: #102B9C !important;
}
.header-block {
  margin-left: 16px;
  color: white;
  font-size: 24px;
  font-family: "Sarabun-Bold";
}
.header-block i {
  margin-right: 10px;
}
.looking-center {
  background: #EEFCFD;
  padding: 0 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-1 {
  width: 150px;
  height: 7px;
  background: #035945;
}
.text-2 {
  color: #3A3A3A;
  font-size: 56px;
  font-family: "Sarabun-Bold";
  margin-bottom: 25px;
}
.text-3 {
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Regular";
  margin-bottom: 32px;
  width: 540px;
}
.apply-now {
  width: 150px;
  height: 53px;
  background: #035945 0% 0% no-repeat padding-box;
  border-radius: 30px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  font-size: 16px;
  font-family: "Sarabun-Bold";
}
.our-service {
  padding: 0 280px;
  padding-bottom: 75px !important;
}
.service-text-1 {
  margin-top: 100px;
  color: #035945;
  font-family: "Sarabun-Bold";
  text-align: center;
  font-size: 40px;
  margin-bottom: 24px;
}
.service-text-2 {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Regular";
}
.service-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.service-block-item {
  text-align: center;
  margin-top: 44px;
  width: 31%;
}
.service-text-3 {
  color: #6D6D6D;
  font-size: 24px;
  font-family: "Prompt-Medium";
  margin: 24px auto 16px;
  width: 430px;
}
.service-text-4 {
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Prompt-Light";
  width: 430px;
  margin: 24px auto 0;
}
.service-block-item img {
  height: 140px;
  object-fit: cover;
}
.service-text-5 {
  color: #6D6D6D;
  font-size: 24px;
  font-family: "Sarabun-Medium";
  text-align: center;
  margin-top: 32px;
  margin-bottom: 70px;
}
.request-block {
  padding: 0 280px;
  background: #EEFCFD;
}
.request-text-1 {
  color: #008D6C;
  font-size: 40px;
  font-family: "Sarabun-Bold";
  padding-top: 56px;
  text-align: center;
  margin-bottom: 25px;
}
.request-text-2 {
  margin-bottom: 18px;
  color: #6D6D6D;
  font-size: 16px;
  text-align: center;
}
.medical-service {
  padding: 0 280px;
}
.request-block .service-text-4 {
  margin: 20px 0 50px;
}
.medical-request-block {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 60px auto 110px;
}
.medical-request-item {
  width: 316px;
  height: 670px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 17px #102B9C29;
  padding: 25px 50px;
  text-align: center;
}
.medical-text {
  color: #6D6D6D;
  margin-top: 30px;
  font-size: 24px;
  font-family: "Prompt-Medium";
  margin-bottom: 32px;
}
.medical-list {
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Regular";
}
.medical-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.medical-list img {
  margin-right: 8px;
}
.medical-form {
  padding:  0 280px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.medical-form > div {
  width: 48%;
}
.form-title {
  font-size: 48px;
  color: #035945;
  font-family: "Sarabun-ExtraBold";
  margin-bottom: 16px;
}
.form-text-1 {
  color:#6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Light";
  width: 430px;
  margin-bottom: 100px;
}
.form-input-1 {
  width: 100%;
  height: 51px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  margin-bottom: 16px;
  outline: none;
  padding-left: 20px;
  border: 0;
}
.form-text-2 {
  color:#6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Light";
  margin-bottom: 12px;
}
.form-input-2 {
  display: flex;
  justify-content: space-between;
}
.form-input-2 > div {
  width: 48%;
}
.form-input-3 {
  width: 100%;
  height: 51px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  margin-bottom: 16px;
  outline: none;
  padding-left: 20px;
  border: 0;
  height: 182px;
}
.form-block-img {
  width: 100%;
}
footer {
  height: 260px;
  background: #484848;
  padding: 60px 280px;
  display: flex;
  justify-content: space-between;
}
footer > div {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.footer-title {
  color: #FFFFFF;
  font-size: 10px;
  font-family: "Sarabun-Bold";
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer-text {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Sarabun-Regular";
}
.footer-block-btn {
  width: 322px;
  height: 40px;
  border: 1px solid #00B1FF;
  border-radius: 23px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
.footer-block-btn input {
  color: #00B1FF !important;
  background: transparent;
}
.footer-block-btn input::placeholder {
  color: #00B1FF !important;
  color: #00B1FF !important;
}
.footer-btn {
  width: 120px;
  height: 40px;
  background: #00B1FF 0% 0% no-repeat padding-box;
  border-radius: 36px;
  background: #00B1FF;
  display: flex;
  color: white !important;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.additional-benefits {
  padding: 0 280px;
  margin: 100px 0;
}
.additional-title {
  color: #008D6C;
  font-size: 40px;
  font-family: "Sarabun-Bold";
  margin-bottom: 12px;
}
.additional-text {
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Prompt-Regular";
  width: 660px;
  margin-bottom: 30px;
}
.additional-block {
  display: flex;
  align-items: center;
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Prompt-Regular";
 }
.additional-block li {
  margin-bottom: 16px;
  max-width: 700px;
  font-size: 16px;
  font-family: "Prompt-Regular";
}
.about-block {
  display: flex;
  justify-content: space-between;
}
.about-block-item {
  text-align: center;
  width: 32%;
  margin-top: 15px;
}
.about-title {
  color: #008D6C;
  font-size: 24px;
  font-family: "Sarabun-Bold";
  margin-bottom: 16px;
  margin-top: 24px;
}
.about-text {
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Light";
}
.about-block-item img {
  width: 250px;
}
.service-tabs {
  margin: 0 auto 44px;
  width: 155px;
}
.service-tabs-block .nav-link.active,
.service-tabs-block .nav-link:hover {
  background: linear-gradient(90deg, rgba(16,43,156,1) 0%, rgba(9,98,197,1) 35%, rgba(1,163,244,1) 100%) !important;
  color: white !important;
}
.service-tabs-block .nav-item .nav-link {
  display: flex;
  color: #008D6C;
  align-items: center;
}
.service-tabs-block .nav-item {
  width: 16.6%;
  height: 80px;
  display: flex;
  color: white;
  font-family: "Sarabun-Bold";
  align-items: center;
}
.service-tabs-block .nav-item span {
  width: 150px;
  display: flex;
  margin-left: 15px;
  font-size: 16px;
}
.service-tabs-block .nav-item a {
  width: 100%;
  height: 80px;
  padding: 16px;
}
.nav-white-img {
  display: none;
}
.service-tabs-block .nav-link:hover .nav-white-img {
  display: block;
}
.service-tabs-block .nav-link:hover .nav-blue-img {
  display: none;
}
.service-tabs-block .nav-link.active:hover .nav-white-img {
  display: none;
}
.service-tabs-block .nav-link.active:hover .nav-blue-img {
  display: block;
}
.service-tabs-block .nav-link.active .nav-white-img {
  display: block;
}
.service-tabs-block .nav-link.active .nav-blue-img {
  display: none;
}
.medical-text {
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Prompt-Regular";
  margin-bottom: 15px;
  margin-top: 0;
}
.service-tabs-block {
  margin-bottom: 30px;
}
.medical-tab-content ul {
  margin-left: 16px;
  margin-right: 140px;
}
.medical-tab-content li {
  margin-bottom: 8px;
}
.medical-tab-content li::before {
  content: "\2022";
  color: #00B1FF;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.medical-list {
  margin-bottom: 12px;
}
.credentials-text {
  color: #6D6D6D;
  font-size: 20px;
  font-family: "Sarabun-Bold";
  margin-top: 40px;
}
.medical-list li {
  text-align: left;
}
.medical-expenses-text {
  color: #6D6D6D;
  font-size: 20px;
  font-family: "Sarabun-Bold";
  margin-bottom: 16px;
}
.medical-funding {
  width: 300px;
  margin: 100px auto 40px;
}
.medical-funding img {
  width: 87px;
}
.medical-about {
  background: url("../img/about-us.png");
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  justify-content: center;
}
.medical-info {
  width: 896px;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Sarabun-Regular";
}
.medical-info .apply-now {
  margin: 40px auto 0;
}
.heart-block {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.heart-text {
  color: #008D6C;
  font-family: "Sarabun-Bold";
  font-size: 24px;
  margin-bottom: 24px;
}
.heart-right {
  margin-left: 32px;
}
.heart-text-2 {
  color: #6D6D6D;
  font-family: "Sarabun-Regular";
  font-size: 16px;
  margin-bottom: 24px;
  max-width: 660px;
}
.heart-list {
  display: flex;
  margin-bottom: 65px;
}
.heart-list-text {
  color: #008D6C;
  font-size: 24px;
  font-family: "Sarabun-Regular";
  margin-bottom: 13px;
}
.heart-list-item {
  width: 600px;
  margin-right: 50px;
}
.heart-list li::before {
  content: "\2022";
  color: #00B1FF;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.heart-list li {
  font-size: 16px;
  color: #6D6D6D;
  font-family: "Sarabun-Regular";
  margin-bottom: 8px;
}
.heart-list-item ul {
  margin-left: 20px;
}
.apply-now-center {
  margin: 0 auto;
}
.funding-text {
  color: #6D6D6D;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Sarabun-Bold";
}
.funding-content {
  display: flex;
  justify-content: space-between;
}
.funding-item {
  width: 48%;
}
.funding-input-1 {
  width: 100%;
  height: 51px;
  box-shadow: 0px 0px 6px #00000012;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Light";
  margin-bottom: 24px;
}
.funding-input-1::placeholder {
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Light";
}
.funding-input-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.funding-input-3 {
  width: 48%;
  height: 51px;
  box-shadow: 0px 0px 6px #00000029;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Light";
  margin-bottom: 24px;
  outline: 0;
  border: 0;
}
.funding-input-4 {
  width: 100%;
  height: 120px;
  box-shadow: 0px 0px 6px #00000012;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Sarabun-Light";
  margin-bottom: 24px;
  outline: 0;
  border: 0;
}

#form .btn{
  background: #008D6C ;
  margin-top: 16px;
}
.empty-line {
  margin-top: 180px;
}
.funding-img {
  margin-top: 55px;
  margin-bottom: 40px;
}
.funding-title {
  color: #008D6C;
  font-size: 40px;
  font-family: "Sarabun-Bold";
  margin-bottom: 12px;
  width: 540px;
}
.email-block {
  display: flex;
  align-items: center;
}
.email-block img {
  margin-right: 16px;
}
.email-block p {
  color: #3A3A3A;
  font-size: 24px;
  font-family: "Sarabun-Bold";
}
.login-content {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.login-img {
  margin: 140px auto 58px;
  width: 275px;
}
.login-title {
  margin: 0 auto;
}
.login-input input {
  margin-bottom: 32px;
}
.login-input {
  width: 430px;
  margin: 30px auto 100px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.login-input button {
  margin: 50px auto 0;
}
.dashboard-logo {
  height: 120px;
  padding: 0 280px;
  display: flex;
  align-items: center;
}
.dashboard-date {
  height: 80px;
  background: #00B1FF;
  padding: 0 280px;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Sarabun-SemiBold";
}
.dashboard-date label {
  margin-bottom: 0 !important;
}
.dashboard-date input {
  background: transparent;
  color: white;
  margin-left: 20px;
}
.dash-input {
  position: relative;
}
.dashboard-date input::-webkit-calendar-picker-indicator{
  margin-left: 0px;
  color: white;
}
.dash-content {
  padding: 0 280px;
  display: flex;
}
.dash-content .nav-tabs {
  display: flex;
  flex-direction: column;
  width: 65px;
  background: #00B1FF;
}
.nav-tabs .nav-link.active {
  background: transparent;
}

.dash-content .nav-tabs .nav-link {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
 height: 32px;
 background-position: center;
 background-repeat: no-repeat;
}

.dash-content .nav-tabs .nav-link.active,
.dash-content .nav-tabs .nav-link:hover {
  filter: invert(5%) sepia(24%) saturate(6129%) hue-rotate(227deg) brightness(35%) contrast(48%);

}



.dash-content .nav-tabs .nav-item{
  margin-top: 32px;
}
.nav-tabs .nav-link.active i {
  color: #102B9C;
}
.nav-tabs .nav-link i {
  font-size: 27px;
  color: white;
}
.dash-content .tab-content {
  padding: 32px;
  width: 100%;
}
.dash-item {
  width: 100%;
  height: 83px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 6px #00000029;
  margin-bottom: 25px;
}
.dash-item-1 {
  width: 20%;
  height: 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dash-item-2 {
  background: #F8F8F8;
  height: 83px;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 54px;
}
.dash-item-3 {
  width: 40%;
}
.dash-item-4 {
  display: flex;
  width: 18%;
  align-items: center;
}
.dash-text-1 {
  color: #3A3A3A;
  font-size: 16px;
  font-family: "Sarabun-SemiBold";
  margin-bottom: 4px;
}
.dash-text-2 {
  color: #BCBCBC;
  font-size: 16px;
  font-family: "Sarabun-Regular";
}
.dash-text-3 {
  color: #3A3A3A;
  font-size: 16px;
  font-family: "Sarabun-Regular";
  display: flex;
  align-items: center;
  height: 40px;
}
.dash-text-3 i {
  font-size: 18px;
  margin-right: 6px;
}
.conf-btn {
  background: #008D6C;
  width: 122px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  font-size: 16px;
  font-family: "Sarabun-SemiBold";
}
.process-btn {
  background: #00B1FF;
  width: 122px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  font-size: 16px;
  font-family: "Sarabun-SemiBold";
}
.dash-item-4 i {
  margin-left: 20px;
  width: 18px;
}
.dash-item-4 .fa-pen {
  color: #6D6D6D;
}
.dash-item-4 .fa-trash {
  color: #D50000;
}
.dash-item-4 .fa-eye {
  color: #3A3A3A;
}

.medical-service.TypesOfCases{
  padding-top: 100px;
}

.TypesOfCases .request-text-1{
  padding: 0;
  text-align: left;
}
.menu-left{
  display: flex;
  align-items: center;
}

.btn.register{
  margin-left: 32px;
  background: #008D6C;
  border-radius: 20px;
  padding: 8px 16px;
  color: #FFFFFF;
  font-size: 16px;
}



.inner-wrap {
  position: relative;
  max-width: 1320px;
  width: calc( 100% - 32px);
  margin: 0 auto;
}



.contact-wrap{
  display: flex;
  padding: 100px 0;
}

.title-line{
  margin-bottom: 56px;
  color: #008D6C;
  font-size: 40px;
  font-family: "Sarabun-Bold";
}

.title-line::before{
  content: "";
  display: block;
  width: 92px;
  height: 7px;
  background: #035945;
  margin-bottom: 4px;
}

.title-line.center{
  display: inline-block;
}

.contact-wrap img{
  width: 100%;
}

.contact-wrap .left{
  flex: 0.8;
}


.contact-wrap .right{
  padding: 0 160px 0 76px;
  flex: 1;
}

.contact-wrap .right .btn{
  background: #035945;
  border-radius: 30px;
  padding: 16px 56px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 32px;
}

.information-wrap{
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}

.information-wrap .left{
  flex: 1;
  margin-right: 32px;
}

.information-wrap .left iframe{
width: 100%;
}

.information-wrap .right{
  flex: 1;
}

.information-wrap .right h1{
  color: #008D6C;
  font-size: 24px;
  margin-bottom: 8px;
}

.information-wrap .right p{
  color: #6D6D6D;
  font-size: 24px;
  margin-bottom: 20px;
}

.information-wrap .right p i{
  width: 20px;
  color: #008D6C;
  font-size: 20px;
  margin-right: 10px;
}


.information-wrap .right p.social a{
  display: flex;
  margin-right: 16px;
}
.information-wrap .right p.social a i{
  width: auto;
  margin: 0;
  font-size: 28px;
}

.information-wrap .right p i.facebook{
  color: #1B3897;
}
.information-wrap .right p i.twitter{
  color: #00B1FF;
}
.information-wrap .right p img{
  width: 24.5px;
}
.information-wrap .right p i.linkedin{
  color: #008BC8;
}

#pagination {
  margin-top: 40px;
 }

  #pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #pagination ul li {
      margin: 0 10px;
  }

  #pagination ul li.next a ,#pagination ul li.previous a,
  #pagination ul li.next a:hover ,#pagination ul li.previous a:hover {
    background: #00B1FF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 11px;
  }
  #pagination ul li:hover a,
  #pagination ul li.active a {
    color: #00B1FF;
  }

  #pagination ul li a {
    font-weight: 500;
    font-size: 20px;
    color: #3A3A3A;
    cursor: pointer;
  }







@media (max-width: 1700px) {
  .dash-content {
    padding: 0 100px;
  }
  .dashboard-date {
    padding: 0 100px;
  }
  .dashboard-logo {
    padding: 0 100px;
  }
  .home-header {
    padding: 0 100px;
  }
  .additional-benefits {
    padding: 0 100px;
  }
  .service-tabs-block .nav-item span {
    font-size: 15px;
  }
  footer {
    padding: 60px 100px;
  }
  .medical-form {
    padding:  0 100px;
  }
  .medical-service {
    padding: 0 100px;
  }
  .request-block {
    padding: 0 100px;
  }
  .looking-center {
    padding: 0 100px;
  }
  .our-service {
    padding: 0 100px;
  }
}
@media (max-width: 1400px) {
  .dash-item-2 {
    margin-right: 10px;
  }
  .dash-item-3 {
    width: 25%;
  }
  .dash-item-4 {
    width: 28%;
  }
  .service-tabs-block .nav-item .nav-link img {
    width: 40px;
  }
  .service-tabs-block .nav-item span {
    width: 100%;
    font-size: 14px;
  }
  .request-block {
    padding: 0 80px;
  }
  .additional-benefits {
    padding: 0 80px;
  }
  footer {
    padding: 60px 80px;
  }
  .medical-form {
    padding:  0 80px;
  }
  .medical-service {
    padding: 0 80px;
  }
  .home-header {
    padding: 0 80px;
  }
  .our-service {
    padding: 0 20px;
  }
  .looking-center {
    padding: 0 80px;
  }
  .looking-center {
    min-height: 600px;
  }
  .looking-center-right img {
    width: 450px;
  }
  .service-block {
    justify-content: center;
  }
  .service-block-item {
    width: 380px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }
  .service-text-3 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .dash-content {
    padding: 0 40px;
  }
  .dashboard-date {
    padding: 0 40px;
  }
  .dashboard-logo {
    padding: 0 40px;
  }
  .dash-content .tab-content {
    padding: 20px;
  }
  .dash-text-3 {
    font-size: 13px;
  }
  .funding-title {
    font-size: 32px;
    width: 100%;
  }
  .funding-img {
    width: 100%;
  }
  .service-tabs-block .nav-item {
    width: 225px;
    text-align: left;
  }
  .service-tabs-block .nav-item a {
    padding: 11px;
  }
  .service-tabs-block {
    justify-content: space-around;
  }
  .additional-block {
    flex-direction: column;
    align-items: center;
  }
  .additional-benefits {
    text-align: center;
  }
  .additional-text {
    margin: 0 auto 30px;
  }
  footer {
    flex-wrap: wrap;
    height: auto;
    justify-content: space-around;
  }
  .additional-benefits {
    padding: 0 30px;
  }
  footer > div {
    width: auto;
    margin-bottom: 15px;
  }
  .medical-form {
    flex-direction: column;
    align-items: center;
  }
  footer {
    padding: 60px 30px;
  }
  .medical-form > div {
    width: 80%;
  }
  .form-apply-text {
    margin: 0 auto;
  }
  .medical-form-left {
    text-align: center;
  }
  .form-text-1 {
    margin: 0 auto 100px;
  }
  .form-title {
    font-size: 35px;
  }
  .form-block-img {
    width: 400px;
    margin-bottom: 100px;
  }
  .form-title {
    text-align: center;
  }
  .medical-request-item {
    width: 285px;
    padding: 25px 30px;
  }
  .medical-form {
    padding:  0 30px;
  }
  .medical-request-item > img {
    width: 110px;
  }
  .medical-request-block {
    width: 100%;
  }
  .request-text-1 {
    font-size: 30px;
  }
  .medical-service {
    padding: 0 30px;
  }
  .service-text-2 {
    width: 100%;
  }
  .request-block {
    padding: 0 30px;
  }
  .home-header {
    padding: 0 30px;
  }
  .our-service {
    padding: 0 30px;
  }
  .looking-center {
    padding: 0 30px;
  }


  .menu-left ul li {
    margin-left: 22px;
  }
  .header-left-logo {
    font-size: 30px;
  }
  .header-block {
    font-size: 16px;
  }
  .text-2 {
    font-size: 40px;
  }
  .text-3 {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .dash-content {
    flex-direction: column;
    padding: 0;
  }
  .dash-item {
    padding: 0 14px;
  }
  .funding-item {
    width: 440px;
  }
  .dash-content .nav-tabs {
    flex-direction: row;
    width: 100%;
    padding: 0 20px;
    height: 70px;
    border-top: 1px solid silver;
  }
  .dash-content .nav-tabs .nav-link {
    margin-top: 9px;
  }
  .funding-title {
    font-size: 27px;
    width: 100%;
  }
  .funding-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .heart-list {
    flex-direction: column;
    align-items: center;
  }
  .heart-list-item {
    width: 600px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .medical-info {
    width: 80%;
    font-size: 20px;
  }
  .medical-text {
    font-size: 13px;
  }
  .medical-tab-content ul {
    font-size: 14px;
  }
  .medical-tab-content ul {
    margin-right: 26px;
  }
  .medical-list {
    justify-content: space-around;
  }
  .about-block-item img {
    width: 200px;
  }
  .about-title {
    font-size: 20px;
  }
  .about-text {
    font-size: 14px;
  }
  .medical-request-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .medical-request-item {
    margin-top: 30px;
  }
  .looking-center {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .text-3 {
    width: 400px;
    margin: 0 auto;
  }
  .apply-now {
    margin: 60px auto;
  }
  .text-2 {
    font-size: 35px;
    margin-top: 25px;
    width: 600px;
  }
  .text-1 {
    margin: 20px auto 0;
  }
  .header-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .home-header {
    height: auto;
  }
  .home-header {
    padding: 10px 30px;
  }
  .menu-left ul {
    display: flex;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-block {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
  .navbar-light .navbar-toggler {
    border-color: white;
  }
  .navbar-toggler i {
    color: white;
  }
}
@media (max-width: 767px) {
  .dash-item {
    padding: 25px 14px;
    flex-direction: column;
    height: auto;
  }
  .dash-item-2 {
    margin-right: 0;
    width: 100%;
  }
  .dash-item-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  .dash-content .nav-tabs {
    justify-content: center;
  }
  .dashboard-date {
    padding: 0 40px;
    justify-content: center;
  }
  .dash-item-4 {
    width: 100%;
    justify-content: center;
  }
  .dash-item-1 {
    width: 100%;
    align-items: center;
  }
  .dash-item-3 {
  }
  .funding-item {
    width: 440px;
  }
  .heart-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .heart-block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .heart-right {
    margin-left: 0;
    margin-top: 30px;
  }
  .medical-list {
    flex-direction: column;
  }
  .service-tabs-block .nav-item {
    width: 50%;
  }
  .about-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .about-block-item {
    width: 49%;
    margin-bottom: 20px;
  }
  .additional-title {
    font-size: 35px;
  }
  .additional-img {
    width: 100%;
  }
  .additional-block li {
    max-width: 100%;
  }
  .additional-text {
    width: 100%;
  }
  .form-text-1 {
    width: 100%;
  }
  .form-block-img {
    width: 100%;
  }
  .text-2 {
    width: 100%;
  }
  .text-3 {
    width: 100%;
  }
  .looking-center-right img {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .dashboard-date {
    justify-content: center;
    flex-direction: column;
  }
  .dashboard-date input {
    margin-left: 0;
  }
  .login-input {
    width: 80%;
  }
  .login-img {
    margin: 129px auto 14px;
    width: 200px;
  }
  .funding-item {
    width: 100%;
  }
  .funding-input-2 {
    flex-direction: column;
    align-items: center;
  }
  .funding-input-3 {
    width: 100%;
  }
  .email-block p {
    font-size: 16px;
  }
  .email-block {
    flex-direction: column;
  }
  .funding-title {
    font-size: 20px;
    width: 100%;
  }
  .empty-line {
    margin-top: 50px;
  }
  .email-block img {
    margin-right: 0;
  }
  .heart-list-text {
    font-size: 20px;
  }
  .heart-text {
    font-size: 20px;
  }
  .heart-block img {
    width: 100px;
  }
  .medical-funding {
    text-align: center;
  }
  .medical-about {
    height: 425px;
  }
  .service-tabs-block .nav-item {
    width: 100%;
  }
  .medical-tab-content ul {
    text-align: left;
  }
  .about-block-item {
    width: 100%;
  }
  .additional-title {
    font-size: 24px;
  }
  .additional-text,
  .additional-block li {
    font-size: 12px;
  }
  .additional-benefits {
    margin: 50px 0;
  }
  footer {
    flex-direction: column;
    justify-content: center;
  }
  .footer-block-btn {
    width: 100%;
  }
  .footer-block-btn input {
    width: 120px;
  }
  .form-title {
    font-size: 25px;
  }
  .form-input-2 {
    flex-direction: column;
  }
  .form-input-2 > div {
    width: 100%;
  }
  .medical-form {
    padding: 0;
  }
  .medical-request-item {
    padding: 25px 22px;
  }
  .request-text-1 {
    font-size: 24px;
  }
  .service-text-1 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 34px;
  }
  .service-text-2 {
    font-size: 14px;
  }
  .service-block-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .service-text-4 {
    font-size: 16px;
    width: 100%;
  }
  .service-text-3 {
    font-size: 20px;
  }
  .service-text-5 {
    font-size: 16px;
    margin-top: 17px;
  }
  .text-2 {
    font-size: 24px;
  }
  .menu-left ul li {
    margin-left: 0;
  }
  .menu-left ul {
    flex-direction: column;
    align-items: center;
  }
  .apply-now {
    margin: 33px auto;
    height: 45px;
    font-size: 14px;
  }
}

.client-information .funding-text i{
    font-size: 18px;
    margin-left: 20px;
}

.client-information .btn{
  min-width: 125px;
  padding: 12px 32px;
  margin-right: 28px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 0;
  outline: none;
}

.client-information .btn-wrap{
  margin-top: 32px;
}
.client-information .btn.save{
  background: #102B9C;
}
.client-information .btn.confirm{
  background: #008D6C;
}
