*{

    padding: 0;

    margin: 0;

}



body{

    overflow-x: hidden;

}

a{

    text-decoration: none;

    color: unset;

}

.topbar-logoconatin{

    display: flex;

    align-items: center;

}

.topbar-logoconatin p{

    font-family: 'Open Sans', sans-serif;

    color: #1f709e;

    font-size: 25px;

    font-weight: 700;

    margin: 0;

    margin-left: 4%;

}

.navbar-light .navbar-nav .nav-link {

    color: #48494b;

    font-family: 'Open Sans', sans-serif;

    text-transform: uppercase;

    font-weight: 600;

    padding: 14px 30px;

    font-size: 16px;

}

.top-mail-button{

    width: 269px;

    background: #cc5a5a;

    color: #fff;

    padding: 15px 10px;

    border-radius: 4px;

    text-align: center;

    margin-left: auto;

    margin-top: 3%;

    border: 1px solid #cc5a5a;

    transition: 0.3s;

}

.top-mail-button:hover{

    background-color: #fff;

    color: #cc5a5a;

}





/*----- Navbar -----*/

.navbar{

    position: sticky;

    top: 0;

    box-shadow: -1px 3px 3px 1px #00000008;

    background: #fff;

    z-index: 9;

}









/*----- Medical urgency banner section ------*/

.medical-urgency-banner{

    background: linear-gradient(90deg, rgba(64,134,173,1) 0%, rgba(143,194,216,1) 100%);

    padding: 3em 0;

    width: 100%;

    border-radius: 20px;

    margin-top: 6%;

    position: relative;

}

.medical-urgency-banner-section .medical-urgency-banner h1{

    font-size: 80px;

    font-family: 'Open Sans', sans-serif;

    color: #fff;

    line-height: 68px;

    font-weight: 700;

    padding: 0 52px;

}

.medical-urgency-banner-section .medical-urgency-banner p{

    font-family: 'Open Sans', sans-serif;

    color: #cc5a5a;

    font-size: 56px;

    margin-top: 25px;

    padding: 0 50px;

    font-weight: 600;

    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

}

.medical-urgency-banner img{

    position: absolute;

    top: -2.9em;

}







/*------ Banner Next Section ------*/

.banner-next-section{

    background: #d1e3eb;

    margin-top: -4em;

    padding:6em 0em .7em 0;

}

.banner-next-section{

    font-family: 'Open Sans', sans-serif;

    color: #000;

    font-weight: 600;

    font-size: 40px;

}

.banner-next-section h2{

    font-family: 'Open Sans', sans-serif;

    color: #000;

    font-weight: 600;

    font-size: 40px;

    text-align: center;

}

.banner-next-section .row{

    align-items: center;

}

.banner-next-button{

    background-color: #cc5a5a;

    color: #fff;

    padding: .8% 2.8%;

    font-size: 16px;

    font-family: 'Open Sans', sans-serif;

    text-transform: uppercase;

    border-radius: 6px;

    display: flex;

    align-items: center;

    border: 1px solid #cc5a5a;

    margin-left: auto;

    margin-right: 1%;

    transition: 0.3s;

}

.banner-next-button:hover{

    background-color: #fff;

    color: #cc5a5a;

}

.banner-next-button i{

    font-size: 28px;

    padding-right: 12px;

}









/*---- Service Section -----*/

.service-section{

    margin: 5em 0;

}

.service-section h3{

    font-family: 'Open Sans', sans-serif;

    font-size: 44px;

    font-weight: 600;

    text-align: center;

    margin-bottom: 2.5%;

}



.service-section  .service-box-section{

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 409px;

}

.service-section  .service-box-section .servic-text-section{

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 8%;

    padding-top: 15em;

}



.service-section  .service-box-section .servic-text-section p{

    /*margin: 0;

    font-family: 'Open Sans', sans-serif;

    color: #fff;

    font-size: 34px;

    font-weight: 600;

    padding-right: 16%;

    line-height: 45px;*/

    margin: 0;

    font-family: 'Open Sans', sans-serif;

    color: #fff;

    font-size: 28px;

    font-weight: 600;

    padding-right: 16%;

    line-height: 36px;

}

.service-section  .servic-text-section img, svg{

    width: 13%;

}
.service-section .servic-text-section .indi-section img {
    width: 58%;
    margin: 0 auto;
    display: block;
  }

.wh-icon2{

    width: 13% !important;

}

.service-section  .mt-service{

    padding: 8px;

}

/*---- Service Section -----*/







/*----- Specialised Section ------*/

.specialised-box {

    background-color: #194980;

    height: 100%;

    display: flex;

    align-items: center;

}

.specialised-box .specialised-img{

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    width: 100%;

    height: 343px;

    transition: 0.3s;

}

.specialised-box .specialised-img:hover{

    opacity: 0.7;

}

.specialised-box .specialised-img p{

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    font-size: 24px;

    padding: 0 30px;

    line-height: 25px;

    padding-top: 10em;

}

.specialised-box h3{

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    font-size: 44px;

    font-weight: 600;

    padding: 29px;

}

.p-specialised{

    padding: 2px;

}

/*----- Specialised Section ------*/











/*---- Provider Section ---*/

.service-provider-section{

    margin: 5em 0;

}

.provider-box .provider-top-section{

    background-color: #194980;

    border-top-left-radius: 20px;

    border-top-right-radius: 20px;

    padding: 5em 2em 0 5em;

}

.provider-box .provider-top-section h3{

    font-size: 46px;

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    font-weight: 700;

    line-height: 64px;

    margin-bottom: 5%;

}

.provider-box .provider-top-section p{

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

    margin: 0;

    padding-right: 38%;

    text-align: center;

}

.provider-box .provider-bottom-section{

    background-color: #d1e3eb;

    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;

    padding: 3em 2em 3em 5em;

}

.provider-box .provider-bottom-section h3{

    font-family: 'Open Sans', sans-serif;

    size: 20px;

    font-weight: 600;

    margin-bottom: 3%;

}

.provider-box .provider-bottom-section .select-radio{

    display: flex;

}

.provider-box .provider-bottom-section .select-radio .form-check{

    margin-right: 18px;

    font-size: 16px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

}

.provider-box .provider-bottom-section form{

    margin-top: 2%;

}

.provider-box .provider-bottom-section form .form-control{

    padding: 21px;

}

.provider-box .provider-bottom-section form .form-text {

    font-size: .875em;

    color: #000;

    margin-top: 4%;

    font-size: 13px;

    font-family: 'Open Sans', sans-serif;

    text-align: center;

}

.provider-box .provider-bottom-section .btn-submit{

    width: 100%;

    background: #cc5a5a;

    border: 1px solid #cc5a5a;

    padding: 21px;

    text-transform: uppercase;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    color: #fff;

    transition: 0.3s;

}

.provider-box .provider-bottom-section .btn-submit:hover{

    background: #fff;

    border: 1px solid #cc5a5a;

    color: #cc5a5a;

}

/*---- Provider Section ---*/







/*---- App Section ----*/

.m-app-section{

    margin-top: 6em;

}

.m-app-section h3{

    font-size: 34px;

    font-weight: 600;

    font-family: 'Open Sans', sans-serif;

    padding-left: 17%;

    padding-right: 25%;

    color: #000;

}

.m-app-section p{

    font-family: 'Open Sans', sans-serif;

    color: #272f3f;

    font-size: 16px;

    padding-left: 17%;

    padding-right: 17%;

    margin: 4% 0;

}

.m-app-section .row{

    align-items: center;

}

.m-app-section .app-btn{

    padding-left: 17%;

    width: 41%;

}

/*---- App Section ----*/







/*----- Types of Specialist -----*/

.typesof-specialist-section ul{

    padding: 32px 26px;

}

.typesof-specialist-section ul, li{

    list-style: none;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    margin-bottom: 15px;

    font-size: 15px;

}

.typesof-specialist-section{

    margin: 6em 0;

}

.typesof-specialist-section h3{

    font-family: 'Open Sans', sans-serif;

    font-size: 44px;

    font-weight: 600;

    text-align: center;

    margin-bottom: 2.5%;

}

.specialist-box{

    background: #f5fafc;

    border: 1px solid #979797;

    border-radius: 8px;

}

.border-right{

    border-right: 1px solid #979797;

}

/*----- Types of Specialist -----*/









/*----- Footer Section -----*/

.footer-section{

    background: #081b30;

    padding: 2em 0;

    padding-top: 3em;

}

.footer-section .footer-logo{

    margin: 0 auto;

    display: block;

}

.footer-section h4{

    color: #1f709e;

    font-family: 'Open Sans', sans-serif;

    font-size: 20px;

    text-align: center;

    margin-top: 2%;

    font-weight: 700;

    margin-bottom: 7%;

}

.footer-section h3{

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    margin-bottom: 18px;

}

.footer-section .f-para{

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    padding-right: 5%;

}

.footer-section .line-col{

    border-left: 1px solid #474747;

    padding-left: 44px;

}

.footer-connect-button{

    background: #cc5a5a;

    color: #fff;

    border: 1px solid #cc5a5a;

    padding: 18px 19px;

    border-radius: 4px;

    font-family: 'Open Sans', sans-serif;

    transition: 0.3s;

}

.footer-connect-button:hover{

    background: #fff;

    color: #cc5a5a;

}

.footer-section .connect-btn-section{

    display: flex;

    justify-content: space-between;

    margin-bottom: 28px;

}

.footer-section .connect-img{

    width: 78%;

    height: auto;

}

.footer-section h5{

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    font-size: 22px;

    font-weight: 400;

    display: flex;

    align-items: center;

}

.footer-section h5 i{

    font-size: 36px;

    margin-right: 15px;

    font-weight: 600;

}

.copyright-text{

    text-align: center;

    color: #aeaeae;

    margin-top: 7%;

    font-family: 'Open Sans', sans-serif;

    font-size: 13px;

}

/*----- Footer Section -----*/





/* CSS Multiple Whatsapp Chat */
#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
  }
  
  a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    background-color: #cc5a5a;
    color: #fff;
    padding: .8% 2.8%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #cc5a5a;
    margin-left: auto;
    margin-right: 1%;
    transition: 0.3s;
  }
  
  a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
  }
  
  .whatsapp-chat-header {
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
  }
  .whatsapp-chat-header h3 {
    margin: 0 0 10px;
  }
  .whatsapp-chat-header p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
  }
  .whatsapp-chat-header .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
  
  .whatsapp-chat-avatar {
    position: relative;
  }
  .whatsapp-chat-avatar::after {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 20px;
  }
  .whatsapp-chat-avatar img {
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
  }
  
  .info-chat span {
    display: block;
  }
  
  #get-label,
  span.chat-label {
    font-size: 12px;
    color: #888;
  }
  
  #get-nama,
  span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
  
  #get-label,
  #get-nama {
    color: #fff;
  }
  
  span.my-number {
    display: none;
  }
  
  /* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
  } */
  textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: auto;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
  }
  
  a#send-it {
    width: 48px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 0;
  }
  a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
  }
  
  .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
  }
  .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
  
  .start-chat .blanter-msg {
    display: flex;
  }
  
  #get-number {
    display: none;
  }
  
  a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
  }
  
  @keyframes ZpjSY {
    0% {
      background-color: #b6b5ba;
    }
    15% {
      background-color: #111111;
    }
    25% {
      background-color: #b6b5ba;
    }
  }
  @keyframes hPhMsj {
    15% {
      background-color: #b6b5ba;
    }
    25% {
      background-color: #111111;
    }
    35% {
      background-color: #b6b5ba;
    }
  }
  @keyframes iUMejp {
    25% {
      background-color: #b6b5ba;
    }
    35% {
      background-color: #111111;
    }
    45% {
      background-color: #b6b5ba;
    }
  }
  @keyframes showhide {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
  }
  @keyframes showchat {
    from {
      transform: scale(0);
      opacity: 0;
    }
  }
  @media screen and (max-width: 480px) {
    #whatsapp-chat {
      width: auto;
      left: 5%;
      right: 5%;
      font-size: 80%;
    }
  }
  .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  
  .show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  
  .whatsapp-message-container {
    display: flex;
    z-index: 1;
  }
  
  .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  
  .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
  }
  .whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
  }
  
  .dAbFpq {
    display: flex;
    z-index: 1;
  }
  
  .eJJEeC {
    background-color: white;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  }
  
  .hFENyl {
    position: relative;
    display: flex;
  }
  
  .ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
  }
  
  .dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
  }
  
  .kAZgZq {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  .kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
  
  .bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
  }
  
  .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
  }
  
  .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
  }
  
  .cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
  }

span.error{
color:red;
font-weight:600;
}

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


















