* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
textarea {
    resize: none;
    font-family: "poppinsregular";
}
input:-internal-autofill-selected {
    color: unset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
p {
    line-break: anywhere;
}
input[type=number] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: "baloo_2bold";
  src: url("../fonts/baloo2-bold-webfont.woff2") format("woff2"),
    url("../fonts/baloo2-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "baloo_2semibold";
  src: url("../fonts/baloo2-semibold-webfont.woff2") format("woff2"),
    url("../fonts/baloo2-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "baloo_2medium";
  src: url("../fonts/baloo2-medium-webfont.woff2") format("woff2"),
    url("../fonts/baloo2-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "baloo_2regular";
  src: url("../fonts/baloo2-regular-webfont.woff2") format("woff2"),
    url("../fonts/baloo2-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* popins-font */
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsthin";
  src: url("../fonts/poppins-thin-webfont.woff2") format("woff2"),
    url("../fonts/poppins-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1350px;
}
h1,
h2 {
  font-family: "baloo_2bold";
}
ol,
ul {
  list-style: none;
}
body {
  font-family: "poppinsregular";
}
h1 {
  font-family: "baloo_2regular";
  font-weight: 900;
}
p {
  font-family: "poppinsregular";
  line-height: 21px;
}
li::first-letter, p::first-letter, h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter, span::first-letter, small::first-letter{
    text-transform: capitalize;
}
a, button{
    cursor: pointer;
    color: #000;
}
:hover {
    transition: 0.3s;
}
.slick-dots{
    text-align: left !important;
}
.mob-on{
    display: none;
}
.empty-page{
    padding: 80px 0;
    text-align: center;
}
.empty-page img{
    border-radius: 50%;
}
.empty-page p{
    color: #999;
    margin-top: 10px;
}
/* new-update */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel]{
    position: relative;
    top: -1px;
    font-size: 15px;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    /* display: none !important; */
}
.intl-tel-input .selected-flag .iti-flag{
    top: -3px !important;
    left: 15px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel]{
    /* padding-left: 17px !important; */
    /* padding-right: 0 !important; */
}
#banner-card {
    padding: 30px 0 80px;
}

#banner-card div.wrapper {

}

#banner-card div.wrapper div.main-box {
    background-image: url(../images/banner-ap.png);
    display: flex;
    align-items: center;
    background-size: cover;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding: 15px;
}

#banner-card div.wrapper div.main-box div.left-bx {
    width: 50%;
    position: relative;
}

#banner-card div.wrapper div.main-box div.left-bx img {
    display: block;
    width: 340px;
    margin: 0 auto;
}
#banner-card div.wrapper div.main-box div.left-bx img.gif{
    position: absolute;
    top: 50%;
    width: 37px;
    right: 48%;
}

#banner-card div.wrapper div.main-box div.right-bx {
    width: 50%;
}

#banner-card div.wrapper div.main-box div.right-bx div.logo-bx {

}

#banner-card div.wrapper div.main-box div.right-bx div.logo-bx img {
    position: relative;
    left: -12px;
}

#banner-card div.wrapper div.main-box div.right-bx h3 {
    font-size: 28px;
}

#banner-card div.wrapper div.main-box div.right-bx h3 span {
    color: #2D4D9C;
}

#banner-card div.wrapper div.main-box div.right-bx p {
    font-size: 16px;
    color: #8492B8;
    margin-top: 10px;
}
header .wrapper {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .first-box .logo{
    margin-right: 15px;
}
header .wrapper .first-box{
    display: flex;
    align-items: center;
}
header .wrapper .second-box{
    display: flex;
    align-items: center;
}
.book-button a{
    background: #2d4d9c;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: block;
}
.book-button a:hover{
    background: #fff;
    border: 1px solid #2d4d9c;
    color: #2d4d9c;
}
.book-button{
    margin: 0 35px 0 0;

}
.custom-select-hide{
    display: none;
}
header .wrapper .second-box  .account img{
    width: 40px;
    display: block;
    border-radius: 50%;
}
header .wrapper .second-box .icon-box{
    display: flex;
    align-items: center;
    margin-right: 35px;
    cursor: pointer;
}
header .wrapper .second-box .icon-box small img{
    display: block;
    width: 20px;
}
header .wrapper .second-box .icon-box small:nth-child(n+2){
    margin-left: 15px;
}
header .wrapper .second-box .icon-box small{
    display: block;
    position: relative;
}
header .wrapper .second-box .icon-box small span{
    position: absolute;
    top: -15px;
    right: -12px;
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px 0px;
    font-size: 12px;
}
header .logo h1 {
  width: 150px;
}
header .logo h1 img {
  width: 100%;
  display: block;
}
header .nav-bar {
  display: flex;
}
header .nav-bar li {
    height: 110px;
    display: flex;
    align-items: center;
  margin-right: 40px;
    position: relative;

}
header .nav-bar li:last-child {
  margin-right: 0;
}
header .nav-bar li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #828282;
  text-transform: uppercase;
  transition: 0.4s ease-in;
  padding: 10px;
    border-radius: 5px;
}
header .nav-bar li a.active {
  color: #2d4d9c;
}


header .nav-bar li a:hover {
  color: #2d4d9c;
}
header .nav-bar li a.active:hover {
  opacity: 0.6;
}
header .nav-bar li a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  visibility: visible;
  background-color: #2d4d9c;
  opacity: 1;
  top: 0;
  left: 0;
}
header .nav-bar li a.active:hover::after {
  top: 0;
}
header .nav-bar li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  right: 0;
  left: 0;
  top: 0;
  background-color: #2d4d9c;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
header .nav-bar li a:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
header .login .button {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  padding: 10px 19px 7px;
  border: 1px solid #2d4d9c;
  border-radius: 8px;
  transition: 0.4s ease-in;
}
header .login .button:hover {
  background: #6f80ad;
  color: #fff;
}
header .hamburger {
    display: none;
    transition: .3s ease-in;
}
.active header .hamburger{
    opacity: 0;
}
header .mobile-menu {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 40%;
    text-align: right;
    padding: 30px 50px 10px 10px;
    background: #dfdfdf;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: .3s ease-in;

}
.active header .mobile-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
}
header .mobile-menu li {
    margin-bottom: 50px;
    transition: .3s ease-in;
}
header .mobile-menu li:hover {
    opacity: 0.6;
}
header .mobile-menu li a {
    font-size: 24px;
    text-transform: capitalize;
    color: #393939;
}
header .mobile-menu .closer {
    display: flex;
    justify-content: flex-end;
}
header .mobile-menu .close {
    color: #393939;
    font-size: 26px;
    margin-bottom: 100px;
    transition: .3s ease-in;
}
header .mobile-menu .close:hover {
    transform: rotate(315deg);
}
/* support popup */

ul.support-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#myModal4 h4{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
ul.support-box li {
    text-align: center;
}

ul.support-box li a {

}

ul.support-box li a img {
    width: 50px;
    height: 50px;
}

ul.support-box li a h5 {

}
/* notification popoup */
.modal-notify {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.modal-notify h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}
.modal-notify ul li{
    border: 1px solid #9999994a;
    border-radius: 5px;
    padding: 8px;
}
.modal-notify ul li a{
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
.modal-notify ul li:nth-child(n+2){
    margin-top: 7px;
}
.modal-notify ul li p{
    width: 100%;
    color: #393939;
    font-size: 14px;
    line-height: 21px;
}
.modal-notify ul li span{
    color: #999;
    font-size: 12px;
}
.modal-notify.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;

}

.modal-notify.is-visible .modal-overlay {
    opacity: 0;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    border-radius: 8px;
    position: absolute;
    z-index: 9999;
    top: 6em;
    right: 6%;
    width: 32em;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    padding: 25px 10px;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal-notify.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-close {
    position: absolute;
    top: -38px;
    right: -8px;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    font-size: 23px;
}

.modal-close:hover {
color: #777;
}

.modal-content > *:first-child {
margin-top: 0;
}

.modal-content > *:last-child {
margin-bottom: 0;
}
/* sticky-header */
.sticky header {
  position: fixed;
  z-index: 44;
  width: 100%;
  height: 100px;
  top: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  animation: heady 0.4s forwards;
}
@keyframes heady {
  0% {
    transform: translateY(-60px);
  }
  1100% {
    transform: translateY(0);
  }
}
/* header-end */
span.overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 33;
    display: block;
    height: 100vh;
    background: rgba(0, 0, 0, 0.651);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in;
}
.active span.overlay {
    visibility: visible;
    opacity: 1;
}
main {
  height: calc(100vh - 110px);
  background: linear-gradient( 95.62deg, #f3f3f300, rgba(3, 35, 124, 0)), url(../images/spotlight.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
main .wrapper {
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
main .main-text {
  width: 45%;
}
main .main-text h2 {
  text-transform: capitalize;
  width: 90%;
  color: #393939;
  font-size: 44px;
  line-height: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
main .main-text p {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 26px;
  letter-spacing: 1px;
  letter-spacing: 0.5px;
  color: #4242428f;
}
main .main-text .button {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  background: #2d4d9c;
  padding: 14px 30px;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in;
}
main .main-text .button:hover {
  background: #4a5f94;
}
/* main-section-end */

#about {
  padding: 10% 0;
}
#about .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .image-box {
  width: 40%;
  margin-right: 80px;
}
#about .image-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
#about .text-box {
  width: 40%;
}
#about .text-box small {
  display: inline-block;
  font-size: 18px;
  color: #c37eb4;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
#about .text-box h2 {
  font-size: 46px;
  text-transform: capitalize;
  color: #393939;
  margin-bottom: 24px;
  letter-spacing: 1px;
  line-height: 1.2em;
  white-space: initial;
}
#about .text-box h2 span {
  color: #6b5ea6;
}
#about .text-box p {
  color: #828282;
  line-height: 1.4em;
  width: 100%;
}
#about .text-box .button {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #2d4d9c;
  border: 1px solid #2d4d9c;
  border-radius: 8px;
  transition: 0.3s ease-in;
}
#about .text-box .button:hover {
  opacity: 0.4;
}
/* about-end */

#count {
  padding: 50px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2d4d9c;
}
#count .vector {
  width: 90px;
}
#count .vector img {
  width: 100%;
  display: block;
}
#count .vector img.right {
  transform: rotateY(180deg);
}
#count ul {
  display: flex;
  justify-content: center;
}
#count ul li {
  padding: 20px 66px;
  border-radius: 10px;
  background: #6b5ea6;
  cursor: pointer;
  margin-right: 24px;
  text-align: center;
  transition: 0.3s ease-in;
}
#count ul li:last-child {
  margin-right: 0;
}
#count ul li:hover {
  transform: translateY(-10px);
}
#count ul li .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
#count ul li h3 {
  font-size: 30px;
  color: #fff;
  margin-right: 3px;
}
#count ul li .top small {
    font-size: 30px;
    color: #fff;
}
#count ul li span {
    text-transform: capitalize;
  color: #fff;
}
/* count-end */

#process {
  padding: 10% 0 8% 0;
}
#process .head {
  text-align: center;
  position: relative;
}
#process .head .vector {
  width: 100px;
  position: absolute;
  left: 37%;
  top: -26%;
}
#process .head .vector img {
  width: 100%;
  display: block;
}
#process .head h2 {
  color: #000;
  font-size: 40px;
  text-transform: capitalize;
}
#process .head h2 span {
  color: #6b5ea6;
}
#process .content {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process .content .item {
    background: #fff;
  width: 27%;
  border: 1px solid #dfdfdf;
  padding: 20px 24px 20px 24px;
  box-sizing: border-box;
  border-radius: 24px;
  transition: 0.3s ease-in;
}
#process .content .item:hover {
  box-shadow: 8px 19px 42px rgba(0, 0, 0, 0.05);
  transform: scale(1.02);
  border: 1px solid transparent;
}
#process .content .arrow {
  margin: 20px;
}
#process .content .item h4 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 16px;
    line-height: 22px;
}
#process .content .item p {
  color: #828282b8;
  font-size: 13px;
  width: 100%;
  line-height: 1.5em;
  display: -webkit-box;
   overflow: hidden;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
}
#process .content .item .top {
  width: 60px;
  margin-bottom: 24px;
}
#process .content .item .top img {
  width: 100%;
  display: block;
  border-radius: 7px;
}
/* process-end */

#services {
  background: #e9e9e966;
  padding: 7% 0 7% 0;
  position: relative;
}
#services .head {
  text-align: center;
  position: relative;
}
#services .head h2 {
  text-transform: capitalize;
  color: #000;
  margin-bottom: 24px;
  font-size: 40px;
}
#services .head .vector {
  width: 100px;
  position: absolute;
  right: 20%;
  top: -20px;
}
#services .head .vector img {
  width: 100%;
  display: block;
}
#services .head h2 span {
  color: #6b5ea6;
}
#services .head p {
  color: #393939;
  width: 60%;
  margin: 0 auto;
  line-height: 1.3em;
}
#services .content-box {
  margin-top: 50px;
}
#services .content-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 65%;
  margin: 0 auto;
}
#services .content-box ul li {
  width: fit-content;
  text-align: center;
  margin: 0 10px 14px 0;
  transition: 0.3s ease-in;
}
#services .content-box ul li a {
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 500;
    background: #ffff;
    border: 2px solid transparent;
    border-radius: 10px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    color: #000;
    cursor: unset;
}
#services .content-box ul li a:hover {
  border: 2px solid #6b5ea6;
}
#services .content-box ul li:hover a {
  color: #6b5ea6;
}
/* #services .content-box ul li a.more {
  color: #6b5ea6;
} */
#services .side-vector {
  width: 200px;
  position: absolute;
  top: 25%;
}
#services .side-vector img {
  width: 100%;
  display: block;
}
#services .bottom-vector {
  width: 80px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotateX(360deg) rotateY(180deg);
}
#services .bottom-vector img {
  width: 100%;
  display: block;
}
/* service-end */

#hospitals {
  padding: 8% 0;
}
#hospitals .head {
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}
#hospitals .head h2 {
  text-transform: capitalize;
  font-size: 40px;
  color: #000;
}
#hospitals .head .vector {
  width: 120px;
  position: absolute;
  top: -30px;
  left: -70px;
}
#hospitals .head .vector img {
  width: 100%;
  display: block;
}
#hospitals .head h2 span {
  color: #6b5ea6;
}
#hospitals ul {
  /* display: flex; */
  align-items: center;
}
#hospitals ul .slides {
  cursor: pointer;
  width: 25%;
  border: 1px solid #a0a0a03b;
  padding: 16px;
  border-radius: 15px;
  transition: .3s ease-in;
  margin-right: 24px;
  flex-direction: column;
}
#hospitals ul .slides:hover {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#hospitals ul li:last-child {
  margin-right: 0;
}
#hospitals ul li .img-container img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 170px;
  object-fit: cover;
}
#hospitals ul li .img-container {
  margin-bottom: 16px;
}
#hospitals ul li .name-box {
  margin-bottom: 14px;
}
#hospitals ul li .name-box h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
  line-height: 21px;
}
#hospitals ul li .name-box p{
    font-size: 14px;
}
#hospitals ul li .name-box span {
    color: #afa5a5;
    text-transform: capitalize;
    font-size: 13px;
    display: -webkit-box;
   overflow: hidden;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   text-transform: capitalize;
}
#hospitals ul li .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: flex-start;
  height: 90px;
  overflow: hidden;
}
#hospitals ul li .tags span {
  padding: 10px 14px;
  background: #fafafa;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  color: #828282;
  transition: 0.3s ease-in;
  cursor: pointer;
  border: 1px solid transparent;
  text-transform: capitalize;
}
#hospitals ul li .tags span:hover {
  transform: scale(1.02);
  border: 1px solid #393939;
}
#hospitals ul li .tags span.more {
    background:#fff;
    font-size: 10px;
  border: 1px solid #393939;
}
#hospitals ul li .button {
  margin-top: 16px;
}
#hospitals ul li .button a {
  color: #2d4d9c;
  font-size: 16px;
  text-transform: uppercase;
}
/* hospital-end */

#doctors {
  padding: 8% 0;
  /* background: #e9e9e966; */
  background: linear-gradient(90deg, #e9e9e966 60.09%, rgba(255, 255, 255, 0) 100%);
}
#doctors .head {
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}
#doctors .head h2 {
  text-transform: capitalize;
  font-size: 40px;
  color: #000;
}
#doctors .head .vector {
  width: 120px;
  position: absolute;
  top: -30px;
  left: -70px;
}
#doctors .head .vector img {
  width: 100%;
  display: block;
}
#doctors .head h2 span {
  color: #6b5ea6;
}
#doctors ul {
  /* display: flex;
  flex-wrap: wrap; */
}
#doctors .container .items {
    cursor: pointer;
    width: 25%;
    background: #fff;
    padding: 16px;
    border-radius: 15px;
    margin-right: 20px;
    transition: .3s ease-in;
}
#doctors .container .items:hover {
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}
#doctors .container .items .image-box {
  margin-bottom: 20px;
}
#doctors .container .items img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}
#doctors .container .items h4 {
  color: #000;
  margin-bottom: 10px;
}
#doctors .container .items span {
  display: inline-block;
  color: #575757;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: capitalize;
}
#doctors .container .items p {
  color: #393939;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}
#doctors ul li .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#doctors ul li .tags span {
  padding: 10px 12px;
  background: #fafafa;
  border-radius: 30px;
  margin: 0 10px 10px 0;
  font-size: 10px;
  color: #828282;
  transition: 0.3s ease-in;
  cursor: pointer;
  border: 1px solid transparent;
}
#doctors ul li .tags span:hover {
  transform: scale(1.02);
  border: 1px solid #393939;
}
#doctors ul li .tags span.more {
    background: #fff;
  font-size: 10px;
  border: 1px solid #393939;
}
#doctors ul li .button {
  margin-top: 20px;
}
#doctors ul li .button a {
  color: #2d4d9c;
  font-size: 16px;
  text-transform: uppercase;
}
/* doctor-end */

#testimonials {
  padding: 80px 0;
}

#testimonials .wrapper {

}
#testimonials .wrapper .head{
    position: relative;
}
#testimonials .wrapper .head .vector{
    position: absolute;
    left: -136px;
    top: 153px;
}
#testimonials .wrapper h2 {
    margin-bottom: 10px;
    font-size: 40px;
}

#testimonials .wrapper h2 span {
    color: #6b5ea6;
}

#testimonials .wrapper .cards {
    /* display: flex;
    justify-content: space-around; */
}

#testimonials .wrapper .cards .card {
    border: 1px solid #99999936;
    border-radius: 4px;
    width: 32%;
    padding: 25px 15px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#testimonials .wrapper .cards .card:hover{
    box-shadow: 1px 2px 5px 2px #00000014;
    border: 1px solid inherit;
}

#testimonials .wrapper .cards .card img {
    width: 34px;
    display: block;
}

#testimonials .wrapper .cards .card p {
    margin: 20px 0;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#testimonials .wrapper .cards .card .pro-detail {
    display: flex;
    align-items: center;
}
.login-box-btn{
    display: flex;
    align-items: center;
}
#testimonials .wrapper .cards .card .pro-detail img {
    width: 55px;
    display: block;
    border-radius: 50%;
    height: 55px;
    object-fit: cover;
}

#testimonials .wrapper .cards .card .pro-detail b {
    margin-left: 10px;
    font-size: 14px;
}

#contact {
    padding: 100px 0;
    background-color: #FAFAFA;
}

#contact .wrapper {

}

#contact .wrapper .main {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#contact .wrapper .main .left-box {
    width: 40%;
}

#contact .wrapper .main .left-box .contact {

}

#contact .wrapper .main .left-box .contact .head {
    position: relative;

}

#contact .wrapper .main .left-box .contact .head h2 {
    font-size: 35px;
}

#contact .wrapper .main .left-box .contact .head h2 span {
    color: #6b5ea6;
}

#contact .wrapper .main .left-box .contact .head p {
    color: #828282;
    margin: 5px 0 20px;
}

#contact .wrapper .main .left-box .contact .head .vector {
    position: absolute;
    left: -137px;
    top: -25px;
}

#contact .wrapper .main .left-box .contact .head .vector img {

}

#contact .wrapper .main .left-box .contact ul {

}

#contact .wrapper .main .left-box .contact ul :nth-child(n+2) {
    margin-top: 10px;
}

#contact .wrapper .main .left-box .contact ul li a {
    display: flex;
    color: #828282;
    font-size: 14px;
}

#contact .wrapper .main .left-box .contact ul li a .icon {

}

#contact .wrapper .main .left-box .contact ul li a .icon img {
    margin-right: 6px;
}

#contact .wrapper .main .right-box {
    background: #fff;
    padding: 30px 20px 50px;
    border-radius: 10px;
    box-shadow: 0px 19px 42px rgba(0, 0, 0, 0.05);
}
.arrows button{
    border: 2px solid #6e81b9;
    padding: 5px 8px;
    font-size: 20px;
    color: #6e81b9;
    border-radius: 4px;
}
.arrows button:first-child{
    margin-right: 10px;
}
#contact .right-box {
    width: 45%;
}

#contact .right-box .head {
    position: relative;
}

#contact .right-box .head h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

#contact .right-box .head h2 span {
    color: #6b5ea6;
}

#contact .right-box .head p {

}

#contact .right-box .head .vector {
    position: absolute;
    left: -107px;
    top: -54px;
    width: 100px;
}

#contact .right-box .head .vector img {
    width: 100%;
    display: block;
}

#contact .right-box form {

}

#contact .right-box form p:nth-child(n+2) {
    margin-top: 20px;
}

#contact .right-box form p input, #contact .right-box form p textarea {
    width: 100%;
    border: 1px solid #d5d9e6;
    border-radius: 4px;
    padding: 15px;
    color: rgb(160, 160, 160);
    font-size: 12px;
}

#contact .right-box form p input[type=text]:focus{
    border: 1px solid #5774d5;
}
#contact .right-box form p textarea:focus{
    border: 1px solid #5774d5;
}
#contact .right-box form p textarea {
    height: 70px;
}
#contact .right-box form p input::placeholder{
    color: #7e70703d;
}
#contact .right-box form p textarea::placeholder{
    color: #7e70703d;
}

#contact .right-box form .button {
    width: 100%;
    background: #2D4D9C;
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

footer {
    position: relative;
  padding: 4% 0 1% 0;
  background: #a81364;
}
footer .wrapper .top {
  display: flex;
  justify-content: space-between;
  padding: 4% 0 4% 0 ;
}
footer .wrapper .top .logo-box h1 {
  width: 200px;
  margin-bottom: 46px;
}
footer .wrapper .top .logo-box .social {
    width: 76%;
  display: flex;
  justify-content: flex-start;
}
footer .wrapper .top .logo-box .social li {
  width: 30px;
  margin-right: 14px;
  opacity: 0.7;
  transition: 0.3s ease-in;
}
footer .wrapper .top .logo-box .social li:hover {
  opacity: 1;
  transform: scale(1.03);
}
footer .wrapper .top .logo-box .social li:last-child {
  margin-right: 0;
}
footer .wrapper .top .logo-box .social li img {
  width: 100%;
  display: block;
}
footer .wrapper .top .logo-box h1 img {
  width: 100%;
  display: block;
}
footer .wrapper .top .menu-box {
    width: 75%;
  display: flex;
  justify-content: space-between;
}
footer .wrapper .top .menu-box .items {
  margin-right: 34px;
}
footer .wrapper .top .menu-box .items h6 {
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  margin-bottom: 14px;
}
footer .wrapper .top .menu-box .items li:nth-child(n+2) {
  margin-top: 5px;
}
footer .wrapper .top .menu-box .items li a {
  line-height: 1.2em;
  color: #cfcfcf;
  font-size: 14px;
  transition: 0.3s ease-in;
}
footer .wrapper .top .menu-box .items li a:hover {
  color: #fff;
}
footer .wrapper .top .menu-box .contact li {
  width: 80%;
  display: flex;
}
footer .wrapper .top .menu-box .contact li a {
  display: flex;
  align-items: center;
}
footer .wrapper .top .menu-box .items li i {
  margin-right: 10px;
  font-size: 15px;
}
footer .bottom {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
footer .bottom p {
    line-height: 1.5em;
  color: #fff;
  font-size: 14px;
}
footer .bottom p span a {
  color: #fff;
}
footer .bottom p span a:hover {
  opacity: 0.5;
}
footer .gotop {
  position: absolute;
  right:100px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #c62d80;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 4;
}
footer .gotop a {
    font-size: 20px;
    display:block;
    transition: .3s ease-in;
}
footer .gotop:hover a{
    transform: rotate(360deg);
}
footer .gotop a {
  color: #fff;
  display: flex;
}
/* footer-end */

/* hospital list page */


.spotlight-hp {
    background-image: url(../images/bg/hospital-bg.png);
    padding: 70px 0;
    background-size: cover;
    position: relative;
    background-blend-mode: darken;
    background-color: #0000004d;
}
#slide-hospital .slick-list{
    margin: -30px 0;
}
.spotlight-hp .bg-color {
    background: linear-gradient(270deg, #6B5EA6 -2.12%, rgba(107, 94, 166, 0) 93.5%);
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.spotlight-hp .wrapper .right-box {
    width: 45%;
    margin: 0 0 0 auto;
    color: #fff;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spotlight-hp .wrapper .right-box h2 {
    font-size: 40px;
}

.spotlight-hp .wrapper .right-box h5 {
    margin: 0px 0 15px;
    font-size: 22px;
}

.spotlight-hp .wrapper .right-box ul li:nth-child(n+2) {
    margin-top: 5px;
}

.spotlight-hp .wrapper .right-box ul li {
    display: flex;
    align-items: center;
}

.spotlight-hp .wrapper .right-box ul li img {
    display: block;
    margin-right: 10px;
    margin-bottom: 4px;
    width: 17px;
}
#slide-hospital {
    margin-bottom: -53px !important;
}
/* slick dots stying */
#slide-hospital .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	list-style-type: none;
}

#slide-hospital .slick-dots li {
	margin: 0 0.25rem;
    width: 7px;
}

#slide-hospital .slick-dots button {
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background-color: #d9dde3;
	text-indent: -9999px;
}

#slide-hospital .slick-dots li.slick-active button {
	background-color: #fff;
	width: 7px;
	height: 7px;
}

#slide-hospital .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	bottom: 62px;
}

/*  end slick dots stying */

#main-list{
    background-color: #e5e5e569;
    padding: 80px 0;
}

.switch-tab {
    background-color: #fff;
    width: max-content;
    padding: 9px 10px;
    border-radius: 5px;
}
.main-top-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.switch-tab .tablinks{
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
}
.switch-tab .tablinks.active {
    background-color: #2D4D9C;
    color: #fff;
}

.switch-tab .tablinks.active a{
    color: #fff;
}

/* .search-bar */
.search-bar {
    width: 50%;
}
.main-top-list .search-single form p{
    width: 100%;
}
.search-bar form {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 5px;
}

.search-bar form p {
    display: flex;
    width: 100%;
}

.search-bar form p img {
    display: block;
    width: 20px;
    margin-right: 5px;
}

.search-bar form p input {
    width: 100%;
    padding: 15px 4px;
}
.after-btn::before{
    content: "|";
    position: absolute;
    display: block;
    top: 7px;
}
/* filter-button */
.filter-box {

}

.filter-box a {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 11px 18px;
    color: #848282;
    font-size: 14px;
    display: block;
}

.filter-box a img {
    width: 14px;
    margin-right: 10px;
}
/* end */

.tabcontent{
    display: none;
}
#hospital-tab .cards {
}
.main-card{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-gap: 15px;
    align-items: stretch;
    /* display: flex;
    justify-content: start;
    flex-wrap: wrap; */
}
.common-card{
    /* width: 24.22%; */
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    /* margin: 0 5px; */
    border: 0.776478px solid #DFDFDF;
}
#treatment-tab .common-card {
    padding: 20px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
#treatment-tab .common-card .bottom-card p{
    color: #999;
    font-size: 14px;
}
.badge-p{
    position: absolute;
    top: 0;
    right: 10px;
}
.treat-card h6{
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 1px 1px 4px 3px #99999963;
    top: 35px;
    right: 0;
    position: absolute;
    display: none;
}
.treat-card:hover h6{
    display: block;
}
#treatment-tab .main-card .common-card .middle-card {
    margin: 0 0 9px;
}
#treatment-tab .main-card .common-card .middle-card h3{
    margin: 10px 0 0
}
.treat-card img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.main-card .card:nth-child(n+9) {
    display: none;
}
#list-cards .card:nth-child(n+9) {
    display: block;
}
#treatment-tab .main-card .card-box:nth-child(n+13) {
    display: none;
}
#treatment-tab #list-cards .card-box:nth-child(n+13) {
    display: block;
}
.main-card .common-card .top-card {

}
#doctor-tab .main-card .common-card .top-card img{
    height: 270px;
}
#doctor-tab .main-card .common-card .middle-card .location img {
    width: 14px;
    margin-top: -2px;
}
.main-card .common-card .top-card img {
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 155px;
    object-fit: cover;
}

.main-card .common-card .middle-card {
    margin: 15px 0 10px;
    position: relative;
}
.main-card .common-card .middle-card b{
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 1px 1px 4px 3px #99999963;
    top: 27px;
    right: 62px;
    position: absolute;
    font-size: 11px;
    display: none
}
.main-card .common-card .middle-card:hover b{
    display: block;
}

.main-card .common-card .middle-card h4 {
    font-family: "baloo_2semibold";
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-transform: capitalize;
}
.main-card .common-card .middle-card h4::first-letter{
}

.location {
    display: flex;
    align-items: self-start;
    width: 100%;
}

.location img {
    display: block;
    width: 18px;
    margin-right: 4px;
}

.location h6 {
    font-size: 13px;
    font-family: "baloo_2regular";
}

#treatment-tab .main-card .common-card .middle-card p {
    color: #999;
    margin-bottom: 10px;
    font-size: 14px;
}
#treatment-tab .main-card .common-card .bottom-card a {
    color: #5E4998;
}

.main-card .common-card .bottom-card ul {
    display: flex;
    flex-wrap: wrap;
}

.main-card .common-card .bottom-card ul li {
    background-color: #FAFAFA;
    padding: 7px 10px;
    border-radius: 16px;
    color: #828282;
    font-size: 12px;
    margin-right: 4px;
    margin-top: 5px;
}

.category-doctor{
    font-size: 13px;
    color: #C0C0C0;
    margin: 1px 0 10px;
}
.load-more {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.load-more a {
    background: #2d4d9c;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
}
.load-more a:hover {
    background: #fff;
    color: #2d4d9c;
}
/* dropdown */

  .drop-line{
    display: flex !important;
    align-items: center;
    font-size: 13px !important;
  }
  .drop-line img{
    display: block;
    width: 30px;
    margin-right: 7px;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    top: 74px;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 10px 5px;;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {background-color: #2d4d9c2e;}

  .dropdown:hover .dropdown-content {display: block;    border-radius: 5px;}

  /* hospital single page */
  #hospital-single {
    padding: 50px 0;
    background: #fafafa;
}

#hospital-single .wrapper {

}

#hospital-single .wrapper .main-single {
    display: flex;
    justify-content: space-between;
}

#hospital-single .wrapper .main-single .left-box {
    width: 48%;
    height: 400px;
}

#hospital-single .wrapper .main-single .left-box img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

#hospital-single .wrapper .main-single .right-box {
    width: 52%;
    padding: 50px 40px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hospital-single .wrapper .main-single .right-box .top-box {

}

#hospital-single .wrapper .main-single .right-box .top-box h4 {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#hospital-single .wrapper .main-single .right-box p {
    color: #b5b5b5;
    font-size: 14px;
    margin-bottom: 5px;
}

#hospital-single .wrapper .main-single .right-box .top-box .location {
    margin-top: 3px;
}

#hospital-single .wrapper .main-single .right-box .top-box .location img {
    position: relative;
    top: 3px;
}

#hospital-single .wrapper .main-single .right-box .top-box .location h6 {
    color: #828282;
    font-size: 14px;
}

#hospital-single .wrapper .main-single .right-box .bottom-box {
    margin-top: 30px;
}

#hospital-single .wrapper .main-single .right-box .bottom-box .about-box:nth-child(n+2) {
    margin-top: 15px;
}

#hospital-single .wrapper .main-single .right-box .bottom-box .about-box h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

#hospital-single .wrapper .main-single .right-box .bottom-box .about-box p {

}
#service-tab {

}

#service-tab .cards {
    display: flex;
    flex-wrap: wrap;
}

#service-tab .cards .card {
    display: flex;
    background-color: #fff;
    margin: 0 6px;
    width: 32%;
    padding: 8px;
    border-radius: 6px;
}
#service-tab .cards .card:nth-child(n+4) {
    margin-top: 12px;
}

#service-tab .cards .card .left-img img {
    width: 130px;
    display: block;
    border-radius: 6px;
    height: 130px;
    object-fit: cover;
}

#service-tab .cards .card .right-content {
    margin-left: 10px;
}

#service-tab .cards .card .right-content h5 {
    font-size: 17px;
    margin-bottom: 10px;
}

#service-tab .cards .card .right-content p {
    color: #828282;
    font-size: 13px;
}
/* treatment single page */
#treatment-single {
    padding: 80px 0;
    background: #fcfcfc;
}

#treatment-single .wrapper {

}

#treatment-single .wrapper .single-treat {
    display: flex;
    align-items: center;
}

#treatment-single .wrapper .single-treat .left-box {
    margin-right: 30px;
}

#treatment-single .wrapper .single-treat .left-box img {

}

#treatment-single .wrapper .single-treat .right-box {

}

#treatment-single .wrapper .single-treat .right-box h3 {
    font-size: 25px;
    margin-bottom: 3px;
}

#treatment-single .wrapper .single-treat .right-box p {
    color: #828282;
    font-size: 15px;
}
.number-box{

}
.number-box h4{
    background: #E8F2F8;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* doctor single page */
#doctor-single {
    padding: 50px 0;
    background: #fbfbfb;
}

#doctor-single .wrapper {

}

#doctor-single .wrapper .single-doctor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#doctor-single .wrapper .single-doctor .left-box {
    width: 40%;
    background: #fff;
    border-radius: 10px;
}

#doctor-single .wrapper .single-doctor .left-box img {
    border-radius: 10px;
    width: 100%;
    display: block;
    height: 460px;
    object-fit: cover;
}

#doctor-single .wrapper .single-doctor .left-box h4 {
    font-size: 18px;
}

#doctor-single .wrapper .single-doctor .left-box h6 {
    color: #9d9d9d;
}

#doctor-single .wrapper .single-doctor .left-box .location {

}

#doctor-single .wrapper .single-doctor .left-box .location img {
    width: 14px;
    height: auto;
}

#doctor-single .wrapper .single-doctor .left-box h5 {
    font-size: 16px;
    color: #7777;
    margin: 2px 0;
}

#doctor-single .wrapper .single-doctor .bottom-content {
    padding: 15px;
}

#doctor-single .wrapper .single-doctor .right-box {
    width: 55%;
    background: #FAFAFA;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#doctor-single .wrapper .single-doctor .right-box .bottom-box {

}

#doctor-single .wrapper .single-doctor .right-box .bottom-box .about-box:nth-child(n+2) {
    margin-top: 30px;
}

#doctor-single .wrapper .single-doctor .right-box .bottom-box .about-box h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

#doctor-single .wrapper .single-doctor .right-box .bottom-box .about-box p {
    color: #828282;
    font-size: 14px;
}
#doctor-single .wrapper .single-doctor .right-box .bottom-box ul li{
    background: #fff;
    padding: 8px 10px;
    border-radius: 15px;
    color: #828282;
    font-size: 14px;
    margin: 0 20px 20px 0;
}
#doctor-single .wrapper .single-doctor .right-box .bottom-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}


/* select option custom */
.custom-select {
    position: relative;
    font-family: Arial;
    width: 30%;
  }

#department-type {
    width: 40%;
}

  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }

  .select-selected {
    background-color: #fff;
  }

  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #757575 transparent transparent transparent;
  }

  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #757575 transparent;
    top: 7px;
  }

  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    font-size: 14px;
    color: #848282;
    padding: 8px 16px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }

  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
/* appoinment popup */
.modal-box input[type=text], input[type=password],input[type=date], input[type=number] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
  }

  /* Set a style for all buttons */
  .modal-box button {
    background-color: #2D4D9C;
    color: white;
    padding: 14px 20px;
    margin-top: 30px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
  }

  .modal-box button:hover {
    opacity: 0.8;
  }

  /* Extra styles for the cancel button */
  .modal-box .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }

  /* Center the image and position the close button */
  .modal-box .imgcontainer {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }

  .modal-box img.avatar {
    width: 40%;
    border-radius: 50%;
  }

  .modal-box .container {

  }

  .modal-box span.psw {
    float: right;
    padding-top: 16px;
  }

  /* The Modal (background) */
  .modal-box {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 6;
  }
  .appoinment-box-pop{
        bottom: -30px;
  }
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 0 0 0 auto;
    width: 40%;
    z-index: 10;
    position: absolute;
      right: 0;

      top: 0;
  }

  /* The Close Button (x) */
  .modal-box .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  .form-box .step-half{
      width: 49% !important;
  }
  .form-box{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .modal-box .close:hover,
  .modal-box .close:focus {
    color: red;
    cursor: pointer;
  }

  /* Add Zoom Animation */
  .select2-container{
    width: 100% !important;
  }
  .modal-box .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
    padding: 16px;
  }
  .modal-box h4{
      font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
  }
  .modal-box p{
    text-align: left;
    font-size: 14px;
    color: #999;
}
.form-box .step{
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 0 15px;
    width: 100%;
    border-radius: 5px;
}
.form-box .step:nth-child(n+2){
    margin-top: 10px;
}
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
  }

  @keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }
/* input type file custom */
.step .filelabel {
    width: max-content;
    border-radius: 5px;
    display: block;
    padding: 12px 20px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: #ffff;
  transition: 200ms color;
  background-color: #B0B675;
  border-radius: 10px;

}
.step .filelabel i {
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    margin-right: 10px;
}
.step .filelabel i,
.step .filelabel .title {
  color: #ffff;
  transition: 200ms color;
  background-color: #B0B675;
  border-radius: 10px;
  font-size: 14px;
}
.step .filelabel:hover {
  /* border: 2px solid #1665c4; */
}
.step .filelabel:hover i,
.step .filelabel:hover .title {
  color: #1665c4;
}
.step #FileInput{
    display:none;
}

/* my_booking page */
    .mt30{
        margin-bottom: 20px;
    }
    #main-list.appoinment-main{
        background-color: rgb(255 255 255);
        padding-top: 0;
    }
    .step.FileInputMultipleDiv{
        padding-left: 0 !important;
    }
    #appoinment-tab {

    }

    #appoinment-tab .cards {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }

    #appoinment-tab .cards .card {
        border: 0.776478px solid #DFDFDF;;
        border-radius: 10px;
        padding: 20px;
        margin: 0 7px;
        width: 32%;
    }
    #appoinment-tab .cards .card:nth-child(n+4){
        margin-top: 14px;
    }
    #appoinment-tab .cards .card .top-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #appoinment-tab .cards .card .top-card h5 {
        font-size: 17px;
    }
    #appoinment-tab .cards .card .top-card small{
        font-size: 14px;
        padding: 4px 15px;
        border-radius: 16px;
    }
    .quatation .cards .card .right-card .top-bar span{
        font-size: 14px;
        padding: 4px 15px;
        border-radius: 16px;
    }
    small.new, span.new {
        background: rgba(16, 171, 255, 0.1);
        color: #10ABFF;
    }
    small.pending, span.pending {
        background: rgba(120, 206, 11, 0.1);
        color: #78CE0B;
    }
    small.completed, span.completed {
        background: rgba(255, 130, 15, 0.1);
        color: #FF820F;
    }

    small.cancelled, span.cancelled {
        background: rgb(255 44 0 / 10%);
        color: #f20909;
    }

    #appoinment-tab .cards .card .details {
        margin: 5px 0 20px;
    }

    #appoinment-tab .cards .card .details ul {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
    }

    #appoinment-tab .cards .card .details ul li {
        color: #828282;
        font-size: 13px;
        background-color: #f3f3f3;
        padding: 6px 14px;
        margin-right: 10px;
        margin-top: 10px;
        border-radius: 10px;
    }

    #appoinment-tab .cards .card .place-card .pin b  {
        font-size: 15px;
    }

    #appoinment-tab .cards .card .place-card .pin {
        display: flex;
        align-items: center;
    }

    #appoinment-tab .cards .card .place-card .pin img {
        display: block;
        width: 25px;
        margin-right: 6px;
        background: #a2d0ec26;
        padding: 5px 3px;
        border-radius: 5px;
    }

    #appoinment-tab .cards .card .place-card .pin:nth-child(n+2) {
        margin-top: 10px;
    }

    #appoinment-tab .cards .card .place-card .bottom-card {
        margin-top: 20px;
    }
    #appoinment-tab .cards .card .place-card .bottom-card button {
        border-radius: 6px;
        font-size: 14px;
        padding: 10px 12px;
        display: inline-block;
    }
    #appoinment-tab .cards .card .place-card .bottom-card .blank {
        border: 0.5px solid #2D4D9C;
        color: #2D4D9C;
    }

    #appoinment-tab .cards .card .place-card .bottom-card .fill {
        background-color: #2D4D9C;
        color: #fff;
    }

/* my bookimg single */
#booking-main {
    padding: 20px 0 80px;
}

#booking-main .wrapper {

}

#booking-main .wrapper .hrad-box {

}
#booking-main .wrapper .hrad-box.appointmnet {
    display: flex;
    justify-content: space-between;
}

#booking-main .wrapper .hrad-box h3 {

}

#booking-main .wrapper .content-card {
    margin-top: 20px;
    border: 1px solid #9999995e;
    padding: 30px;
    border-radius: 5px;
}

#booking-main .wrapper .content-card .top-card {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#booking-main .wrapper .content-card .top-card .zmdi {
    font-size: 20px;
    background: #99999938;
    padding: 4px 8px;
    border-radius: 50%;
    margin-right: 6px;

}

#booking-main .wrapper .content-card .top-card h4 {

}

#booking-main .wrapper .content-card .bottom-card {

}

#booking-main .wrapper .content-card .bottom-card ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#booking-main .wrapper .content-card .bottom-card ul li {
    display: flex;
    width: 50%;
    color: #828282;
    align-items: baseline;
}
#booking-main .wrapper .content-card .bottom-card ul li p:nth-child(2){
    margin-left: 10px;
    width: 100%;
}
#booking-main .wrapper .content-card .bottom-card ul li:nth-child(n+3){
    margin-top: 10px;
}
#booking-main .wrapper .content-card .bottom-card ul li p:first-child {
    width: 200px;
}
#booking-main .wrapper .content-card .bottom-card ul li p .zmdi {
    margin-right: 7px;
}

#booking-main .wrapper .content-card .bottom-card ul .file-card {
    background: rgba(45, 77, 156, 0.1);
    color: #2D4D9C;
    padding: 10px;
    width: max-content;
    border-radius: 4px;
    display: flex;
    align-items: center
}

#booking-main .wrapper .content-card .bottom-card ul .file-card .zmdi {
    margin-right: 7px;
    font-size: 20px;
}

#booking-main .wrapper .content-card .bottom-card ul .file-card b {

}
.quatation {

}

.quatation h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.quatation .cards {
    display: flex;
    justify-content: start;
}

.quatation .cards .card {
    display: flex;
    align-items: center;
    width: 49%;
    margin-right: 20px;
    border: 1px solid #9999995e;
    border-radius: 9px;
    padding: 10px;
}
.quatation .cards .card:nth-child(n+3){
    margin-top: 20px;
}
.quatation .cards .card .left-card {
    margin-right: 15px;
}

.quatation .cards .card .left-card img {
    width: 160px;
    height: 160px;
    display: block;
    object-fit: cover;
}

.quatation .cards .card .right-card {
    width: 100%;
}

.quatation .cards .card .right-card .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quatation .cards .card .right-card .top-bar small {

}

.quatation .cards .card .right-card .top-bar button {
    background-color: #2D4D9C;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 6px 10px;
}

.quatation .cards .card .right-card h4 {

}

.quatation .cards .card .right-card .location {
    margin: 6px 0;
}

.quatation .cards .card .right-card .location img {

}

.quatation .cards .card .right-card .location h6 {

}

.quatation .cards .card .right-card .package {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.quatation .cards .card .right-card .package .item-box:first-child {
    margin-right: 20px;
}

.quatation .cards .card .right-card .package .item-box h6 {
    font-size: 14px;
}

.quatation .cards .card .right-card .package .item-box p {
    font-size: 13px;
    color: #777;
}
/* user dropdown */
.User-Dropdown {
    display: none;
    position: absolute;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.78);
    list-style: none;
    padding: 0 20px;
    width: 300px;
    margin: 0;
    top: 65px;
    right: -20%;
    z-index: 99;
  }
  .User-Dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    right: 0px;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
  }
  .User-Dropdown.U-open {
    display: block;
  }
  .User-Dropdown > li {
    padding: 0px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.17);
    padding: 5px 0;
  }
  .User-Dropdown > li p{
      color: #999;
      font-size: 14px;
  }
  .User-Dropdown > li:last-child {
    border-bottom: 0px;
  }
  .User-Dropdown > li > a {
    font-size: 15px;
    padding: 15px 25px 16px 10px;
    text-decoration: none;
    color: #393939;
    transition: all 0.2s ease-out;
  }
  .User-Dropdown > li > a small{
      font-family: "poppinsregular";
      font-size: 15px;
      margin-left: 6px;
  }
  .User-Dropdown span {
    background: #16d67a;
    padding: 3px 10px;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
  }
  .User-Dropdown > li:before {
    content: "";
    width: 0px;
    height: 40px;
    position: absolute;
    background: #2D4D9C;
    margin-top: 4px;
    border-radius: 0 1px 1px 0;
    left: 0px;
    transition: all 0.2s ease;
  }
  .User-Dropdown > li:hover:before {
    width: 5px;
    border-radius: 30px;
  }
  .User-Dropdown > li a:hover {
    margin-left: 5px;
  }
  .User-Dropdown .top-menu{
      display: flex;
      justify-content: space-between;
      padding: 15px 0 0;
  }
  header .wrapper .second-box .User-Dropdown .top-menu img{
      width: 60px;
  }
  .User-Dropdown .top-menu button{
    background: rgba(16, 171, 255, 0.1);
    color: #10ABFF;
    padding: 9px 13px;
    border-radius: 15px;
  }
  .User-Dropdown .top-menu button i{
      margin-left: 5px;
  }
/* popup appoinment */
#myModal1 .modal-content1{
    width: 50%;
    background-color: #fefefe;
    margin: auto;
    padding: 60px 50px;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.2s;
    animation-name: animatetop;
    animation-duration: 0.2s;
    border-radius: 10px;
    position: relative;
}
#myModal1 .modal-content1 .close-btn{
    position: absolute;
    top: 0;
    right: 10px;
}
#myModal1 .modal-content1 {
    padding: 30px;
}
#myModal3{
    display: none;
}
#myModal2 .modal-content1{
    width: 360px;
    background-color: #fefefe;
    margin: auto;
    padding: 60px 50px;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.2s;
    animation-name: animatetop;
    animation-duration: 0.2s;
    border-radius: 10px;
    position: relative;
}
#myModal2 .modal-content1 .close-btn{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
}
#myModal2 .modal-content1 {
    padding: 30px;
}

#myModal4 .modal-content1{
    width: 600px;
    background-color: #fefefe;
    margin: auto;
    padding: 60px 50px;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.2s;
    animation-name: animatetop;
    animation-duration: 0.2s;
    border-radius: 10px;
    position: relative;
}
#myModal4 .modal-content1 .close-btn{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
}
#myModal4 .modal-content1 {
    padding: 50px 30px;
}

#myModal3 .modal-content1{
    width: 360px;
    background-color: #fefefe;
    margin: auto;
    padding: 60px 50px;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.2s;
    animation-name: animatetop;
    animation-duration: 0.2s;
    border-radius: 10px;
    position: relative;
}
#myModal3 .modal-content1 .close-btn{
    position: absolute;
    top: 0;
    right: 10px;
}
#myModal3 .modal-content1 {
    padding: 30px;
}
.modal-content1 .close-btn {

}

.modal-content1 .card {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.modal-content1 .card .left-card {
    width: 30%;
}

.modal-content1 .card .left-card img {
    width: 100%;
    display: block;
}

.modal-content1 .card .right-card {
    width: 68%;
}

.modal-content1 .card .right-card small {

}

.modal-content1 .card .right-card .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content1 .card .right-card .top-bar h4 {

}

.modal-content1 .card .right-card .top-bar a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #0338c0;
}

.modal-content1 .card .right-card .top-bar a img {
    display: block;
    margin-left: 5px;
    margin-bottom: 5px;
}

.modal-content1 .card .right-card .location {
    margin: 10px 0;
}

.modal-content1 .card .right-card .location img {

}

.modal-content1 .card .right-card .location h6 {

}

.modal-content1 .card .right-card .package {
    display: flex;
    margin-bottom: 15px;
}

.modal-content1 .card .right-card .package .item-box:first-child {
    margin-right: 30px;
}

.modal-content1 .card .right-card .package .item-box h6 {
    font-size: 14px;
    color: #999;
}

.modal-content1 .card .right-card .package .item-box p {
    color: #6B5EA6;
}

.modal-content1 .card .right-card .details-book {

}

.modal-content1 .card .right-card .details-book h6 {
    font-size: 13px;
    color: #999;
}

.modal-content1 .card .right-card .details-book .head-detail {
    display: flex;
}

.modal-content1 .card .right-card .details-book .head-detail h5 {
    font-size: 17px;
}
.modal-content1 .card .right-card .details-book .head-detail h5:first-child{
    margin-right: 30px;
}
.modal-content1 .card .right-card .details-book .head-detail h5 span {
    color: #6B5EA6;
    margin-right: 5px;
}

.modal-content1 .card .right-card .details-book .content-detail {
    margin: 10px 0;
}

.modal-content1 .card .right-card .details-book .content-detail small {
    font-size: 14px;
    color: #828282;
}

.modal-content1 .card .right-card .details-book p {

}

.modal-content1 .card .right-card .details-book p input {
    margin-right: 5px;
}

.modal-content1 .card .right-card .details-book p a {
    color: #2d4d9c;
}

.modal-content1 .card .right-card .details-book .nb {
    background-color: #F2FBE7;
    padding: 7px;
    border-radius: 5px;
    margin: 10px 0;
}

.modal-content1 .card .right-card .details-book .nb p {
    color: #999;
    font-size: 13px;
}

.modal-content1 .card .right-card .details-book .nb p span {
    color: #000;
}

.modal-content1 .card .right-card .details-book button{
    font-size: 15px;
    border-radius: 5px;
    padding: 10px;
}

.modal-content1 .card .right-card .details-book .buttons .approve {
    background-color: #2D4D9C;
    color: #fff;
}

.modal-content1 .card .right-card .details-book .buttons .deny {
    border: 1px solid #2D4D9C;
    color: #2D4D9C;
}
#myModal1{
    display: none;
}
#myModal2{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 2632;
}
#myModal4{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 2632;
}
#myModal3{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 2632;
}
#myModal2 .modal-content1 .card .right-card {
    width: 100%;
}
#myModal4 .modal-content1 .card .right-card {
    width: 100%;
}
.aproved-btn{
    display: none;
}
.approved {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.approved b {
    background: rgba(45, 77, 156, 0.1);
    color: #2d4d9c;
    display: inline-block;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 15px;
}

.approved a {
    color: #2d4d9c;
    font-size: 14px;
}

.approved a .zmdi {

}

.approved p {
    color: #00D06B;
    font-size: 14px;
    margin-top: 10px;
}

.approved p .zmdi {
    margin-right: 5px;
}

/* edit image input */
.avatar-upload {
    position: relative;
    width: max-content;
    margin: 0 auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "✎";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .update-profile {

}

.update-profile form {

}

.update-profile form .avatar-upload {

}

.update-profile form .avatar-upload .avatar-edit {

}

.update-profile form .avatar-upload .avatar-edit #imageUpload {

}

.update-profile form .avatar-upload .avatar-edit label {

}

.update-profile form .avatar-upload .avatar-preview {

}

.update-profile form .avatar-upload .avatar-preview #imagePreview {

}

.update-profile form .input-cards {
    margin-top: 30px;
}

.update-profile form .input-cards p {
    border: 1px solid #9996;
    border-radius: 5px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.update-profile form .input-cards p:hover{
    border: 1px solid #6B5EA6;
}
.update-profile form .input-cards p:hover .zmdi, .update-profile form .input-cards p:hover input::placeholder, .update-profile form .input-cards p:hover input{
    color: #6B5EA6;
}
.update-profile form .input-cards p .zmdi {
    margin-right: 7px;
    color: #999;
    font-size: 21px;
}

.update-profile form .input-cards p input {
    width: 100%;
    padding: 15px 0;
}

.update-profile form .change-password {

}

.update-profile form .change-password a {
    color: #2D4D9C;
    font-size: 15px;
}

.update-profile form .buttons-profile {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.update-profile form .buttons-profile button{
    padding: 15px 25px;
    width: 49%;
    border-radius: 8px;
    font-weight: bold;
}
.update-profile form .buttons-profile .blank-btn {
    border: 2px solid #3856a1;
    color: #3856a1;
}

.update-profile form .buttons-profile .fill-btn {
    border: 2px solid #3856a1;
    background-color: #3856a1;
    color: #fff;
}
.icon-box.icon-box-mobile{
    display: none;
}
/* media-screens */


@media all and (max-width: 1280px) {
    #banner-card div.wrapper div.main-box{
        width: 100%;
    }
    .custom-select {
        width: 40%;
    }
    .search-bar {
        width: 50%;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .dropdown-content {
        top: 50px;
        right: 0;
    }
    header .mobile-menu li:hover {
        opacity: unset;
    }
    #appoinment-tab .cards .card .details ul li:nth-child(n+3){
        margin-top: 5px;
    }
    #appoinment-tab .cards .card {
        margin: 0 7px;
    }

    #treatment-tab .main-card .common-card .bottom-card a {
        font-size: 14px;
    }
    header .nav-bar{
        display: none;
    }
    header .hamburger{
        display: block;
        font-size: 30px;
        color: #2d4d9c;
        margin-left: 50px;
        margin-top: 12px;
    }
    header .mobile-menu{
        display: block;
    }
    main .main-text {
        width: 50%;
    }
    #about .text-box p {
        width: 100%;
    }
    #count .right {
        position: relative;
        left: 80px;
    }
    #count .left {
    position: relative;
    left: -160px;
    }
}
@media all and (max-width: 1130px) {
    .quatation .cards .card:nth-child(n+2) {
        margin-top: 10px;
    }
    .quatation .cards {
        flex-direction: column;
    }
    .quatation .cards .card {
        width: 100%;
        margin: 0;
    }
    #booking-main .wrapper .content-card .bottom-card ul li:nth-child(n+2) {
        margin-top: 10px;
    }
    #booking-main .wrapper .content-card .bottom-card ul li {
        width: 100%;
    }
    #service-tab .cards .card {
        flex-direction: column;
        align-items: unset;
    }
    #service-tab .cards .card .left-img{
        margin-bottom: 10px;
    }
    #appoinment-tab .cards .card {
        margin: 0 6px;
    }
}
@media all and (max-width: 980px) {
    #banner-card div.wrapper div.main-box div.right-bx {
        width: 100%;
        text-align: center;
    }
    .custom-select {
        width: 48%;
    }
    .search-bar {
        width: 42%;
    }
    .search-bar form p {
        width: 50%;
    }
    #banner-card div.wrapper div.main-box {
        flex-direction: column;
        padding: 20px 30px 40px;
    }
    #doctors .container .items {
        width: 32%;
    }
    #doctors .container .items img {
        height: 230px;
    }
    #hospitals ul .slides {
        width: 32%;
    }
    #myModal1 .modal-content1 {
        width: 70%;
    }
    #doctor-single .wrapper .single-doctor .right-box {
        width: 100%;
    }
    #doctor-single .wrapper .single-doctor .left-box {
        width: 100%;
    }
    #doctor-single .wrapper .single-doctor {
        flex-direction: column;
    }
    #service-tab .cards .card:nth-child(n+3) {
        margin-top: 12px;
    }
    #service-tab .cards .card {
        width: 48%;
    }
    #appoinment-tab .cards .card:nth-child(n+3) {
        margin-top: 10px;
    }
    #appoinment-tab .cards .card {
        width: 48%;
    }
    #appoinment-tab .cards .card .place-card .bottom-card .blank {
        margin-bottom: 9px;
    }
    #appoinment-tab .cards .card .place-card .bottom-card button {
        width: 100%;
    }
    #hospital-single .wrapper .main-single .right-box .bottom-box {
        margin-top: 15px;
    }
    #hospital-single .wrapper .main-single .right-box .top-box h4 {
        font-size: 22px;
    }
    #hospital-single .wrapper .main-single .right-box {
        padding: 25px;
        margin-left: 10px;
        border-radius: 10px;
    }
    .modal-content {
        width: 55%;
    }
    header .wrapper {
        height: 90px;
    }
    .sticky header .wrapper {
        display: flex;
        align-items: center;
        height: 90px;
    }
    main {
        height: calc(100vh - 90px);
        background-color: #ffffff8c;
        background-blend-mode: color;
    }
    main .wrapper{
        justify-content: center;
    }
    main .main-text {
        width: 65%;
        text-align: center;
    }
    main .main-text h2{
        width: 100%;
    }
    #about .wrapper{
        flex-direction: column;
    }
    #about .image-box{
        margin: 0 0 50px 0;
    }
    #about .text-box {
        width: 100%;
        text-align: center;
    }
    #count .vector{
        display: none;
    }
    #process .content{
        flex-direction: column;
    }
    #process .content .item{
        width: 90%;
    }
    #process .content .arrow{
        transform: rotate(90deg);
    }
    #hospitals ul li .tags span {
        font-size: 8px;
        padding: 8px 6px;
        margin: 0 6px 6px 0;
    }
    footer .wrapper .top{
        flex-direction: column;
    }
    footer .wrapper .top .logo-box {
        margin-bottom: 60px;
    }
    footer .wrapper .top .menu-box {
        width: 100%;
    }

}

@media all and (max-width: 768px) {
    .main-card {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
    .filter-box {
        width: 100%;
        margin-top: 10px;
    }
    #testimonials .wrapper .cards .card {
        width: 49%;
    }
    #doctors .container .items {
        width: 49%;
    }
    #hospitals ul .slides {
        width: 49%;
    }
    #myModal1 .modal-content1 {
        width: 90%;
    }
    #doctor-single .wrapper .single-doctor .left-box img {
        height: 300px;
    }
    #service-tab .cards .card {
        width: 47%;
    }
    #service-tab .cards .card {
        margin: 0 5px;
    }
    header .wrapper .second-box .User-Dropdown .top-menu img {
        width: 45px;
        margin-left: 0;
        top: unset;
        right: unset;
    }
    .spotlight-hp .wrapper .right-box{
        width: 65%;
    }
    header .hamburger {
        position: relative;
        top: 6px;
        margin-top: 0;
    }
    header .wrapper .second-box .account img {
        margin-left: 40px;

    }
    .book-button{
        display: none;
    }
    .book-button.mobile-btn-book{
        display: block;
        margin: 0 0 0 auto;
        width: max-content;
    }
    .search-bar {
        width: 100%;
    }
    .search-bar.search-single{
        width: 100%;
    }
    .main-top-list{
        flex-wrap: wrap;
    }
    .switch-tab {
        width: 100%;
        margin-bottom: 10px;
    }
    #testimonials {
        padding: 60px 0;
    }
    #contact .right-box .head .vector {
        right: -95px;
    }
    #contact .right-box {
        width: 100%;
    }
    #contact .wrapper .main .left-box {
        width: 100%;
        margin-bottom: 40px;
    }
    #contact .wrapper .main {
        flex-direction: column;
    }
    #contact {
        padding: 60px 0;
    }
    header .mobile-menu {
        width: 60%;
    }
    main {
        /* background: linear-gradient( 95.62deg, #ffffff70, #fdfdfd71), url(../images/spotlight.png); */
        background-size: cover;
    }
    main .main-text h2 {
        font-size: 38px;
    }
    main .main-text p {
        color: #424242;
    }
    #about .text-box h2{
        font-size: 38px;
    }
    #count ul {
        flex-wrap: wrap;
    }
    #count ul li:nth-child(2n){
        margin-right: 0;
    }
    #count ul li{
        width: 45%;
        margin-bottom: 24px;
    }
    #count ul li:nth-child(3){
        margin-bottom: 0;
    }
    #count ul li:nth-child(4){
        margin-bottom: 0;
    }
    #process {
        padding: 10% 0 13% 0;
    }
    #process .content{
        margin-top: 50px;
    }
    #process .head .vector{
        left: 21%;
    }
    #services {
        padding: 9% 0 9% 0;
    }
    #services .head p{
        width: 100%;
    }
    #hospitals {
        padding: 8% 0 9% 0;
    }
    #hospitals .head {
        margin-bottom: 12px;
    }
    #doctors {
        padding: 8% 0 9% 0;
    }
    #doctors .head {
        margin-bottom: 12px;
    }
    #doctors .container .items span {
        font-size: 12px;
    }
    footer .wrapper .top .logo-box {
        margin-bottom: 40px;
    }
    footer .wrapper .top .logo-box h1 {
        width: 180px;
        margin-bottom: 20px;
    }
    footer .wrapper .top .logo-box .social li {
        width: 26px;
    }
    footer .wrapper .top .menu-box {
        flex-wrap: wrap;
    }
    footer .wrapper .top .menu-box .items {
        width: 25%;
    }
    footer .wrapper .top .menu-box .links {
        margin-bottom: 26px;
    }
    footer .wrapper .top .menu-box .contact li {
        width: 100%;
    }
}
@media all and (max-width: 640px) {
    #banner-card div.wrapper div.main-box div.left-bx img {
        width: 240px;
    }
    #banner-card div.wrapper div.main-box div.right-bx h3 {
        font-size: 22px;
    }
    #banner-card div.wrapper div.main-box div.left-bx {
        width: 100%;
    }
    .modal-wrapper {
        width: 320px !important;
    }
    #booking-main .wrapper .content-card .bottom-card ul li{
        font-size: 12px;
    }
    .quatation .cards .card .right-card .top-bar {
        margin-bottom: 5px;
    }
    #booking-main .wrapper .content-card {
        padding: 15px;
        }
    .quatation .cards .card .left-card {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .quatation .cards .card {
        flex-direction: column;
        align-items: unset;
    }
    .quatation .cards .card .right-card .package {
        margin-top: 10px;
        flex-direction: column;
    }
    #treatment-single .wrapper .single-treat .right-box h3 {
        font-size: 20px;
    }
    #treatment-single .wrapper .single-treat {
        align-items: unset;
        flex-direction: column;
    }
    #treatment-single {
        padding: 50px 0;
    }
    #doctor-single {
        padding: 40px 0;
    }
    #doctor-single .wrapper .single-doctor .right-box {
        padding: 20px 0px;
    }
    #doctor-single .wrapper .single-doctor .right-box .bottom-box ul li {
        margin: 0 5px 5px 0;
        font-size: 12px;
        padding: 8px 6px;
    }
    #appoinment-tab .cards .card:nth-child(n+2) {
        margin-top: 10px;
    }
    #appoinment-tab .cards .card {
        margin: 0;
    }
    #appoinment-tab .cards .card {
        width: 100%;
    }
    #main-list {
        padding: 40px 0 60px;
    }
    #doctor-tab .main-card .common-card .top-card img {
        height: 220px;
    }
    #hospital-single .wrapper .main-single .left-box {
        width: 100%;
        height: 300px;
    }
    #hospital-single .wrapper .main-single {
        flex-direction: column;
    }
    #hospital-single .wrapper .main-single .right-box {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .modal-content {
        width: 75%;
    }
    .main-card .common-card .bottom-card ul li:nth-child(n+2) {
        margin-top: 6px;
    }
    .spotlight-hp .wrapper .right-box h5{
        font-size: 15px;
    }
    .spotlight-hp .wrapper .right-box h2{
        font-size: 30px;
    }
    .spotlight-hp{
        padding: 70px 0;
    }
    .spotlight-hp .bg-color{
        width: 75%;
    }
    .spotlight-hp .wrapper .right-box{
        width: 100%;
    }
    .sticky header {
        height: 70px;
    }
    #testimonials .wrapper h2 {
        font-size: 30px;
    }
    #contact .wrapper .main h2 {
        font-size: 30px !important;
    }
    #contact .right-box .head .vector {
        right: -66px;
        width: 60px;
    }
    header .wrapper{
        height: 80px;
    }
    .active header .wrapper{
        height: 80px;
    }
    header .login .button {
        padding: 6px 9px;
        display: inline-block;
    }
    main {
        height: calc(100vh - 80px);
    }
    main .main-text {
        width: 90%;
    }
    main .main-text h2 {
        font-size: 36px;
    }
    main .main-text p {
        font-size: 14px;
    }
    main .main-text .button{
        font-size: 16px;
    }
    #about .text-box small{
        font-size: 16px;
    }
    #about .text-box {
        text-align: center;
    }
    #about .text-box h2 {
        font-size: 36px;
        width: 100%;
    }
    #count {
        padding: 50px 0;
    }
    #count ul li {
        width: 40%;
        padding: 20px 12px;
    }
    #count ul li:last-child {
        margin-bottom: 0;
    }
    #process .head h2 {
        font-size: 36px;
    }
    #services .head h2 {
        font-size: 36px;
    }
    #services .content-box ul li {
        margin: 0 7px 14px 0;
    }
    #services .content-box ul li a {
        font-size: 14px;
        padding: 10px 10px;
    }
    #hospitals .head h2 {
        font-size: 36px;
    }
    #doctors .head h2 {
        font-size: 36px;
    }
    footer .wrapper .top .menu-box {
        flex-wrap: wrap;
    }
    footer .wrapper .top .menu-box .items{
        width: 40%;
    }
    footer .wrapper .top .menu-box .links {
        margin-bottom: 24px;
    }
    footer .wrapper .top .logo-box h1 {
        width: 160px;
    }
    footer .gotop {
        right: 8%;
    }

}
@media all and (max-width: 540px) {
    #banner-card {
        padding: 30px 0 50px;
    }
    #banner-card div.wrapper div.main-box div.left-bx img {
        width: 270px;
    }
    #banner-card div.wrapper div.main-box div.left-bx img.gif {
        width: 32px;
        right: 47%;
    }
    .modal-content1 .card .left-card {
        margin-bottom: 10px;
    }
    .modal-content1 .card {
        flex-direction: column;
    }
    .modal-content1 .card .right-card {
        width: 100%;
    }
    #booking-main .wrapper .content-card .bottom-card ul li p:first-child {
        width: 110px;
    }
    .quatation .cards .card .left-card img {
        width: 100%;
    }
    #doctor-single .wrapper .single-doctor .left-box img {
        height: 250px;
    }
    #service-tab .cards .card:nth-child(n+2) {
        margin-top: 12px;
    }
    #service-tab .cards .card {
        width: 100%;
        margin: 0;
    }
    .common-card {
        margin: 0;
    }
    .doctor-box-c .common-card {
        margin-right: 0;
    }
    .main-top-list {
        margin-bottom: 20px;
    }
    .common-card {
        width: 100%;
    }
    /* .search-bar {
        width: 70%;
    } */
    .search-bar form p input {
        padding: 12px 4px;
    }
    .filter-box a {
        padding: 11px 18px;
    }
}
@media all and (max-width: 480px) {
    .switch-tab .tablinks {
        padding: 6px 3px;
        font-size: 12px;
    }
    .switch-tab {
        padding: 9px 3px;
    }
    header .mobile-menu li a {
        font-size: 17px;
    }
    .spotlight-hp .wrapper .right-box{
        height: unset;
    }
    footer .wrapper .top .logo-box h1 {
        width: 110px;
    }
    #testimonials .wrapper h2{
        margin-bottom: 0;
    }
    #services .content-box ul li {
        margin: 0 7px 7px 0;
    }
    #services .content-box {
        margin-top: 20px;
    }
    #contact {
        padding: 50px 0;
    }
    #services {
        padding: 50px 0;
    }
    #process .content .item {
        padding: 18px;
    }
    #process .content {
        margin-top: 30px;
    }
    #process  {
        padding: 50px 0;
    }
    #count ul li {
        width: 100%;
        margin-right: 0;
    }
    #about {
        padding: 50px 0;
    }
    #banner-card div.wrapper div.main-box {
        padding: 20px 10px 40px;
    }
    #testimonials .wrapper .cards .card {
        width: 100%;
    }
    #doctors .container .items {
        width: 100%;
    }
    #hospitals ul .slides {
        width: 100%;
    }
    #hospital-single .wrapper .main-single .right-box .top-box h4 {
        font-size: 18px;
    }
    #hospital-single .wrapper .main-single .right-box {
        padding: 15px;
    }
    .update-profile form .input-cards {
        margin-top: 15px;
    }
    #myModal2 .modal-content1 {
        width: 300px;
    }
    #myModal4 .modal-content1 {
        width: 300px;
    }
    #myModal3 .modal-content1 {
        width: 300px;
    }
    .User-Dropdown:before {
        right: 37px;
    }
    header .wrapper .second-box .User-Dropdown .top-menu img {
        position: unset;
    }
    .User-Dropdown {
        width: 280px;
        top: 37px;
        right: -46px;
    }
    .modal-content {
        width: 85%;
    }
    #slide-hospital {
        margin-bottom: -54px !important;
    }
    header .mobile-menu li {
        margin-bottom: 30px;
    }
    .icon-box.icon-box-mobile{
        display: block;
        display: flex;
        align-items: center;
        justify-content: end;
        margin-bottom: 30px;
    }
    .icon-box.icon-box-mobile small{
        display: block;
    }
    .icon-box.icon-box-mobile small:nth-child(n+2){
        margin-left: 10px;
    }
    header .wrapper .second-box .icon-box{
        position: relative;
        margin: 0 auto;
    }
    .modal-wrapper {
        top: 39px !important;
        right: -17px !important;
    }
    header .hamburger {
        margin-left: 30px;
    }
    header .logo h1 {
        width: 120px;
    }
    header .login .button{
        font-size: 13px;
        margin-right: 40px;
    }
    header .mobile-menu {
        width: 76%;
    }
    #about .text-box small{
        font-size: 14px;
    }
    main .main-text h2 {
        font-size: 28px;
    }
    #about .text-box h2 {
        font-size: 28px;
    }
    #about .text-box .button {
        font-size: 14px;
    }
    #about .image-box{
        width: 100%;
        margin: 0 0 30px 0;
    }
    #count{
        padding: 50px 0;
    }
    #count ul li h3 {
        font-size: 22px;
    }
    #count ul li .top small{
        font-size: 22px;
    }
    #services .head h2 {
        font-size: 28px;
    }
    #services .content-box ul{
        width: 90%;
    }
    #process .content .item .top {
        width: 50px;
    }
    #hospitals {
        padding: 50px 0;
    }
    #hospitals .head {
        margin-bottom: 0;
    }
    #hospitals ul .slides{
        margin-right: 0;
    }
    #hospitals ul li .name-box h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #hospitals ul li .name-box span {
        font-size: 14px;
    }
    #hospitals .head h2 {
        font-size: 28px;
    }
    #doctors{
        padding: 50px 0;
    }
    #doctors .head{
        margin-bottom: 0;
    }
    #doctors .head h2 {
        font-size: 28px;
    }
    #doctors .container .items {
        margin-right: 0;
    }
    footer {
        padding: 50px 0;
    }
    footer .wrapper .top .menu-box .contact li{
        width: 100%;
    }
    footer .wrapper .top .menu-box .items li a {
        font-size: 12px;
    }
    footer .bottom{
        padding: 16px 0 10px;
    }
    footer .bottom p {
        font-size: 13px;
    }
    footer .wrapper .top .menu-box .items{
        width: 37%;
        margin-bottom: 15px;
    }
    footer .wrapper .top .logo-box h1 {
        margin-bottom: 30px;
    }
    footer .wrapper .top .logo-box {
        margin-bottom: 20px;
    }
    .custom-select {
        width: 50%;
    }

}
@media all and (max-width: 420px) {
    #banner-card div.wrapper div.main-box div.right-bx h3 {
        font-size: 19px;
    }
    #banner-card div.wrapper div.main-box div.right-bx p {
        font-size: 14px;
    }
    .modal-content1 .card .right-card .top-bar {
        flex-direction: column;
        align-items: unset;
    }
    #hospital-single .wrapper .main-single .left-box {
        width: 100%;
        height: 250px;
    }
    /* .search-bar {
        width: 65%;
    } */
}
@media all and (max-width: 380px) {
    #banner-card div.wrapper div.main-box div.left-bx img {
        width: 240px;
    }
    .approved a {
        margin-top: 5px;
    }
    .modal-content {
        width: 95%;
    }
}
@media all and (max-width: 360px) {
    header .login .button {
        font-size: 12px;
        margin-right: 50px;
    }
    header .wrapper{
        height: 65px;
    }
    .sticky header .wrapper {
        height: 70px;
    }
    header .mobile-menu{
        width: 100%;
    }
    main {
        height: calc(100vh - 65px);
    }
    main .main-text {
        width: 100%;
    }
    main .main-text h2{
        font-size: 30px;
    }
    #about .text-box h2 {
        font-size: 26px;
    }
    #about .text-box p {
        font-size: 14px;
    }
    #count ul li h3 {
        font-size: 18px;
    }
    #count ul li .top small {
        font-size: 18px;
    }
    #count ul li span {
        font-size: 14px;
    }
    #process .head .vector {
        left: 6%;
    }
    #process .head h2{
        font-size: 26px;
    }
    #process .content {
        margin-top: 24px;
    }
    #process .content .item {
        width: 100%;
    }
    #services .head .vector{
        right: 74%;
    }
    #services .side-vector {
        width: 140px;
    }
    #services .head h2 {
        font-size: 26px;
    }
    #services .head p {
        font-size: 14px;
    }
    #services .content-box ul li a {
        font-size: 13px;
        padding: 7px 6px;
    }
    #hospitals .head h2 {
        font-size: 26px;
    }
    #hospitals .head .vector{
        width: 100px;
        left: -42px;
        top: -12px;
    }
    #hospitals ul li .button a {
        font-size: 14px;
    }
    #doctors .head h2 {
        font-size: 26px;
    }
    #doctors .head .vector{
        width: 100px;
        left: -42px;
        top: -12px;
    }
    #doctors .container .items span {
        font-size: 10px;
    }
    footer .wrapper .top .logo-box .social li {
        width: 26px;
    }
    footer .wrapper .top .menu-box .items h6 {
        font-size: 14px;
    }
    footer .wrapper .top .menu-box .items {
        width: 48%;
        margin-right: 0;
    }
    footer .wrapper .top .menu-box .items li {
        margin-bottom: 10px;
    }
    footer .gotop {
        width: 50px;
        height: 50px;
    }
    footer .gotop a {
        font-size: 18px;
    }

}
@media all and (max-width: 320px) {
    #process .content .item p{
        width: 100%;
    }
    #process .content .item .top {
        width: 50px;
    }
    #process .content .item h4 {
        width: 100%;
    }
    #hospitals ul li .tags span {
        font-size: 8px;
    }
    footer .wrapper .top .logo-box h1 {
        width: 135px;
    }
    footer .wrapper .top .menu-box .items li a {
        font-size: 10px;
    }
    footer .wrapper .top .menu-box .items li{
        margin-bottom: 6px;
    }
    footer .bottom p {
        font-size: 10px;
    }
}

