.banner-tab {
  position: relative;
  z-index: 1;
  transform: matrix(1, 0, 0, 1, 0, -67);
  border-radius: 75px 75px 15px 15px;
  border: 1px solid #D0D1D2;
  border-top: 0;
}
@media (max-width: 575.98px) {
  .banner-tab {
    transform: matrix(1, 0, 0, 1, 0, 0);
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-tab .container {
    padding: 0;
  }
}
.banner-tab .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.banner-tab .nav-tabs::-webkit-scrollbar {
  height: 0;
}
.banner-tab .nav {
  background: #fff;
  border-bottom: 1px solid #D0D1D2;
  border-radius: 15px 15px 0px 0px;

}

.banner-tab .nav a {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  transition: 0.3s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  border: 0;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .banner-tab .nav a {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .nav a {
    position: relative;
  }
  .banner-tab .nav a:before {
    position: absolute;
    content: "";
    background: #158825;
    width: 0%;
    left: 50%;
    bottom: 0;
    height: 2px;
    transform: translatex(-50%);
    transition: 0.3s ease-in-out;
  }
}
.banner-tab .nav a.active {
  color: #fff;
  background: #158825;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .banner-tab .nav a.active:hover {
    color: #fff;
    background: #158825;
  }
  .banner-tab .nav a:hover {
    /* color: #fff; */
    background: #EDEFF0;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .nav a.active {
    color: #158825;
    background: #fff;
  }
  .banner-tab .nav a.active:before {
    width: 90%;
  }
}
.banner-tab .nav a + a {
  position: relative;
}
.banner-tab .nav a + a:after {
  position: absolute;
  content: "";
  top: 15%;
  left: 0;
  height: 70%;
  width: 1px;
  background: #EDEFF0;
}

.banner-tab .nav a + a.active:after {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .banner-tab .nav #tabs-3-tab,
.banner-tab .nav #tabs-1-tab {
    display: none;
  }
  .banner-tab .nav a + a:after{
    display: none;
  }
}
.banner-tab .tab-content {
  background: #EFEFEF;
  border-radius: 0px 0px 15px 15px;
}
.banner-tab .tab-content .tab-contbox-ban {
  padding: 25px 50px 40px;
  min-height: 190px;
}
@media (max-width: 1599.98px) {
  .banner-tab .tab-content .tab-contbox-ban {
    padding: 50px;
    min-height: 220px;
  }
}
@media (max-width: 991.98px) {
  .banner-tab .tab-content .tab-contbox-ban {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban {
    padding: 30px 20px;
    min-height: auto;
    overflow: hidden;
  }
}
.banner-tab .tab-content .tab-contbox-ban .find-specia-doctor .select2 {
  width: 330px !important;
  height: 50px;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
@media (max-width: 1599.98px) {
  .banner-tab .tab-content .tab-contbox-ban .find-specia-doctor .select2 {
    width: 250px !important;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban .find-specia-doctor .select2 {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban .find-specia-doctor > div {
    width: 100%;
  }
}
.banner-tab .tab-content .tab-contbox-ban h3 {
  color: #158825;
  margin-bottom: 25px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban h3 {
    color: #0D1834;
    font-size: 15px;
  }
}
.banner-tab .tab-content .tab-contbox-ban input {
  height: 55px;
  font-size: 14px;
  font-family: "Oxygen", sans-serif;
  border: 1px solid #D8D8D8;
  padding: 15px;
  width: calc(100% - 250px);
  background: #fff;
}
.banner-tab .tab-content .tab-contbox-ban input[type="submit"] {
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 991.98px) {
  .banner-tab .tab-content .tab-contbox-ban input {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-tab .tab-content .tab-contbox-ban input {
    width: 100%;
  }
  .banner-tab .tab-content {
    border-radius: 0px ;
    background: #F7F9FA;
  }
}
.banner-tab .tab-content .tab-contbox-ban input:focus {
  border-color: #158825;
}
.banner-tab .tab-content .tab-contbox-ban input::placeholder {
  color: #0D1834;
}
.banner-tab .tab-content .tab-contbox-ban .date {
  width: 220px;
  position: relative;
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban .date {
    width: 380px;
  }
}
@media (max-width: 575.98px) {
  .banner-tab .tab-content .tab-contbox-ban .date {
    width: 100%;
  }
}
.banner-tab .tab-content .tab-contbox-ban .date .date-icon {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .banner-tab .tab-content .tab-contbox-ban .date .date-icon {
    top: 8px;
    left: 15px;
    max-width: 20px;
  }
}
.banner-tab .tab-content .tab-contbox-ban .date input {
  padding-left: 65px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .banner-tab .tab-content .tab-contbox-ban .date input {
    padding-left: 50px;
  }
}
.banner-tab .tab-content .tab-contbox-ban .bookapp-input input {
  width: 480px;
}
@media (max-width: 1199.98px) {
  .banner-tab .tab-content .tab-contbox-ban .bookapp-input input {
    width: 380px;
  }
}
@media (max-width: 575.98px) {
  .banner-tab .tab-content .tab-contbox-ban .bookapp-input input {
    width: 100%;
  }
  .banner-tab .nav {
    border-radius:  0px;
    border-bottom: 1px solid #dee2e6;
  }
}
.banner-tab .tab-content .tab-contbox-ban .fdos-search {
  display: flex;
}
@media (max-width: 991.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search {
    flex-wrap: wrap;
  }
}
.banner-tab .tab-content .tab-contbox-ban .fdos-search .btn {
  height: 55px;
  min-width: 200px;
  padding: 18px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search .btn {
    height: 45px;
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search .btn {
    min-width: 150px;
    width: 100%;
  }
}
.banner-tab .tab-content .tab-contbox-ban .fdos-search .btn:hover {
  background: #085c14 !important;
  border-color: #085c14;
}

.banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry {
  flex-wrap: wrap;
}
.banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry .caht-col {
  flex: 0 0 310px;
  max-width: 310px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry .caht-col:nth-last-child(1) {
  padding-right: 0;
}
@media (max-width: 1599.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry .caht-col {
    flex: 0 0 255px;
    max-width: 255px;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry .caht-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry .caht-btn {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry .caht-btn .btn {
    width: 240px;
  }
}
.banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry input {
  width: 100%;
}
@media (max-width: 575.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search.caht-enquiry > div {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search.consult-doc-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search.consult-doc-wrap > div {
    width: 100%;
  }
}
.banner-tab .tab-content .select2 {
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  width: 100% !important;
}
.banner-tab .tab-content .round-green-link span {
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .banner-tab .tab-content .round-green-link span {
    text-decoration: underline;
  }
}
	.select2-container--default .select2-selection--single {	
  border: 1px solid #D8D8D8;	
  border-radius: 0;	
  height: 55px;	
}	
@media (max-width: 991.98px) {	
  .select2-container--default .select2-selection--single {	
    height: 50px;	
  }	
}	
.select2-container--default .select2-selection--single .select2-selection__rendered {	
  line-height: 55px;
	  padding: 0 60px 0px 20px;	
}	
@media (max-width: 991.98px) {	
  .select2-container--default .select2-selection--single .select2-selection__rendered {	
    line-height: 50px;	
  }	
}	
.select2-container--default .select2-selection--single .select2-selection__arrow {	
  height: 54px;	
  width: 55px;	
  border-left: 1px solid #D8D8D8;	
}	
@media (max-width: 991.98px) {	
  .select2-container--default .select2-selection--single .select2-selection__arrow {	
    height: 49px;	
  }	
}	
.select2-container--default .select2-selection--single .select2-selection__arrow b {	
  width: 10px;	
  height: 10px;	
  border-width: 0;	
  border-bottom: 2px solid #626262;	
  border-left: 2px solid #626262;	
  transform: rotate(-45deg);	
  top: calc(50% - 5px);	
  transition: 0.3s ease-in-out;	
}	
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {	
  top: 50%;	
  transform: rotate(135deg);	
}	
.select2-results__option {	
  font-size: 14px;	
  margin-bottom: 4px;	
}	
.select2-container--default.select2-container--open .select2-selection--single {	
  border: 1px solid #00A217;	
}	
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,	
.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered,	
.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {	
  font-weight: 700;	
}

.select2-container--default .select2-selection--single .select2-selection__arrow:hover b{
    border-color: #000;
}


@media (max-width: 1199.98px) {
  .banner-tab .tab-content .tab-contbox-ban .fdos-search .btn:hover{
      background: #158825 !important;
      border: 1px solid #158825 ;
  }
}