@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}

body{
    color: #4c4c4c;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #005C97;
    text-decoration: none;
}
h6{
    font-size: 18px;
}
/*AUTO SET*/
.sec-padding{
    padding-top: 70px;
    padding-bottom: 70px;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
.pt-10{
    padding-bottom: 10px !important;
}
.pt-20{
    padding-bottom: 20px !important;
}
.pt-30{
    padding-bottom: 30px !important;
}
.pt-40{
    padding-bottom: 40px !important;
}
.pt-50{
    padding-bottom: 50px !important;
}
.pt-60{
    padding-bottom: 60px !important;
}
.ml-auto{
    margin-left: auto !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.ml-60{
    margin-left: 60px !important;
}
.ml-70{
    margin-left: 70px !important;
}
.mr-auto{
    margin-right: auto !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.siteBg {
    background: #ffebd04f !important;
}
.siteBg2 {
    background: #ffebd04f !important;
}
.bg-white {
    background: #fff !important;
}
.bg-gray{
    background: #f7f4f2 !important;
}
.siteColor{
    color: #4c4c4c !important;
}
.siteColor2{
    color: #052755 !important;
}
.color-white{
    color: #fff !important;
}
.color-green{
    color: #052755 !important;
}
/*HEADER AREA*/
/*HEADER*/
header {
    transition: .3s;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    /*background: linear-gradient( 150deg ,rgb(101 120 126 / 0%),#005C9761);*/
}
header.header.another-header {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
}
header.header.another-header .menu-inner ul li a,
header.header.another-header .header-cta ul li a{
    color: #052755;
}
header.header.another-header.header-bg a.logo-white,
header.header.another-header a.logo-white {
    display: none;
}
header.header.another-header.header-bg a.logo-color,
header.header.another-header a.logo-color {
    display: block;
}
.header-bg {
    background: #fff;
        box-shadow: 0 0 10px #dadada;
}
.header-devider {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin-top: 40px;
}
header.header.another-header .header-devider {
    margin-top: 0;
}
.main-logo {
    display: flex;
}
a.logo-color {
    display: none;
}
.header-bg a.logo-color{
    display: block;
}
.header-bg a.logo-white{
    display: none;
}
.header-bg .menu-inner ul li a, .header-bg  .header-cta ul li a{
    color: #052755;
}
.container-fluid {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 45px;
}
.main-logo img {
    width: 170px;
}
.menu-open {
    overflow: hidden;
}
.menu-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.menu-inner ul {
    display: flex;
    align-items: center;
    grid-gap: 25px;
}
.menu-inner ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
    transition: .3s;
}
.menu-inner ul li a span{
    display: none;
}
.mobile-link {
    display: none;
}
li.parent-ul {
    position: relative;
}
ul.drpdown {
    position: absolute;
    top: 150%;
    width: 250px;
     display: none !important; 
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 0 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    border-radius: 5px;
    z-index: 9999;
    grid-gap: 0;
}

ul.drpdown li {
    width: 100%;
}
ul.drpdown li:first-child a {
    border-radius: 5px 5px 0 0;
}
ul.drpdown li a {
    color: #333;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    transition: .3s;
}
ul.drpdown:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 12px;
    top: -8px;
}
.menu-inner > ul > li:hover > a {
    color: #052755 !important;
}
li.parent-ul:hover ul.drpdown {
    display: flex !important;
}
ul.drpdown li + li {
    margin: 0;
    border-top: 1px solid #ececec;
    width: 100%;
}
ul.drpdown li:hover a {
    background: #052755;
    color: #fff;
}
header.header.another-header .menu-inner ul li ul.drpdown li:hover a {
    background: #052755;
    color: #fff;
}
.header-cta {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.header-cta ul {
    display: flex;
    align-items: center;
}
.header-cta ul li a {
    color: #fff;
    font-weight: 600;
    transition: .2s;
}
.header-cta ul li a:hover{
    color: #052755;
}
.header-bg .header-devider {
    margin-top: 0;
}
.header-cta ul li img {
    margin-right: 12px;
}
.header-cta .main-btn {
    margin-left: 30px;
}
.main-btn {
    display: flex;
}
.btn-6 {
    color: #93c4c5;
}
.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #ffc357;
    transition: width .4s ease-in-out,height .4s ease-in-out;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.btn-6:hover {
    color: #dfeeee;
}
.main-btn a {
    background: #005C97;
    color: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #005c9759;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
    text-align: center;
    transition: .2s;
}
.main-btn a:hover{
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
}



/* Icon 3 */

#nav-icon3 {
  width: 50px;
  height: 45px;
  z-index: 99999;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  border-radius: 6px;
  margin-right: -15px;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
}
#nav-icon3 span:nth-child(1) {
  top: 13px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 21px;
}
#nav-icon3 span:nth-child(4) {
  top: 30px;
}
#nav-icon3 span:nth-child(1) {
  top: 8px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}

/*#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}*/
#nav-icon3.open span {
  background: #052755;
}
/*#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}*/

.first-header {
    padding: 10px;
    background: #052755;
}
p.f-header-text {
    font-size: 13px;
    color: #f6f6f6;
}
.call-action {
    float: right;
    color: #f6f6f6;
    font-size: 13px;
}
.call-action i {
    margin-right: 5px;
}



div#book-calender {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}
.c-header {
    font-size: 22px;
    padding: 20px 0;
    background: #005C97;
    text-align: center;
    color: #fff;
    position: relative;
}
.book__2 .c-header {
    font-size: 30px;
    padding: 20px 0;
    background: none;
    text-align: center;
    color: #4c4c4c;
    position: relative;
    margin-bottom: 30px;
}
span.date__category {
    display: block;
    margin-bottom: 5px;
}
span.date__category__available {
    color: #052755;
    font-size: 18px;
}
span.date__category__available.no-available {
    color: #dc3545;
}
.c-header i.fas.fa-arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.c-header i.fas.fa-arrow-left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.c-table {
    width: 100%;
    text-align: center;
}
.c-table thead {
    background: #052755;
    color: #fff;
}
table.c-table {
    border: 1px solid #eee;
}
.c-table thead tr td{
    padding: 10px 0;
}
.c-table tbody tr td{
    height: 98px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #e5e5e5;
        position: relative;
    font-size: 20px;
    color: #333;
}
span.date {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: #052755;
}
span.date.active {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #052755;
    color: #fff;
}
span.date.current {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #052755;
    background: none;
    color: #052755;
}
span.date:hover{
    background: #052755;
}
span.date:hover{
    color: #fff;
}
span.date a{
    color: #052755;
}
td.disable {
    background: #f6f6f6;
    color: #fff;
}
.modal-body{
    padding-top: 0;
    padding-bottom: 0;
}
.timeslot {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}
.timeslot.out-of-avilable {
    background: #e9e9e9;
    opacity: .5;
}
.timeslot .timeslot-time i.booked-icon {
    color: #555;
}
.new-appt.button {
    background: #005C97;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 5px 15px;
    font-size: 14px;
    display: block;
        box-shadow: 0 0 0 5px #005c9759;
}
.new-appt.button:hover{
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
}
.pricing th {
    padding: 10px 30px;
}
.pricing td{
    padding: 10px 30px;
}
.second-modal-sub-title {
    line-height: 1.3;
}
.mt-30{
    margin-top: 30px;
}
.modal-header {
    padding: 20px 40px;
}
span.timeslot-title {
    display: block;
    margin-bottom: 5px;
    color: #052755;
    font-weight: 600;
}
.second-modal-btn{
    display: flex;
    align-items: center;
    grid-gap: 30px;
    margin-bottom: 40px;
}
.second-modal-btn button {
    border: none;
    padding: 5px 15px;
    border-radius: 40px;
    box-shadow: 0 0 0 5px #e6e6e6;
    transition: .2s;
}
.second-modal-btn button:hover{
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
    color: #fff;
}
.modal-body.second-modal-body {
    padding: 0 40px;
}
.second-modal-btn a {
        background: #005C97;
    color: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #005c9759;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
    transition: .2s;
}
.second-modal-btn a:hover{
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
}
.modal { overflow: auto !important; }
p.appointment-info {
    font-size: 16px;
    background: #ededed;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.second-modal-title {
    font-weight: 700;
}


tr.entryBlock {
    display: none;
}

tr.entryBlock td {
    background: #F2F2F2;
    padding: 2%;
}

.entryBlock__inner {
    background: #fff;
    border-radius: 5px;
}
.book-date-year-title {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #052755;
}
span.timeslot-time {
    text-align: left;
    font-size: 16px;
}
.entryBlock.active{
    display: contents;
}
.book__table .book__date {
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 20px;
    background: #052755;
    color: #fff;
    position: relative;
}
.book__date:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #052755;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}
.book__table .book__date span {
    display: block;
    font-size: 20px;
}
.book__table ul {
    display: grid;
    grid-gap: 20px;
}
.book__table ul li {
    text-align: center;
    font-size: 20px;
}
.book__table ul li .category__box{
    padding: 10px;
    border: 1px solid lightgrey;
}
.category__box.active{
    background: #052755;
    color: #fff;
}
.category__box.active span.date__category__available{
    color: #fff;
}
.category__box:hover{
    background: #052755;
    color: #fff;
}
.category__box:hover span.date__category__available{
    color: #fff;
}
.book__table .m-1,
.book__table .m-2,
.book__table .m-3,
.book__table .m-4{
    margin: 0 !important;
}
.mainItem {
    margin: 0 10px;
}
.book__table {
    position: relative;
}
.time__box {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid lightgrey;
    border-top: none;
    display: none;
}
.time__box.active{
    display: block;
}
.second-modal-btn a.link {
    background: none;
    border: none;
    box-shadow: none;
    color: #052755 !important;
    display: inline-block;
    padding: 5px 10px;
}
.time__box .item {
    border-bottom: 1px solid lightgrey;
    padding: 8px 0;
    font-size: 18px;
    transition: .2s;
    display: block;
    color: #052755;
}
.time__box .item:hover{
    background: #052755;
    color: #fff;
}

#book-calender .prevBtn {
    display: inline-flex;
    padding: 10px 15px;
    color: #052755;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 40px;
    left: -55px;
    font-size: 26px;
    z-index: 1;
    transition: .3s;
}

#book-calender .nextBtn {
    display: inline-flex;
    padding: 10px 15px;
    color: #052755;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    transform: translateY(-50%);
    right: -55px;
    font-size: 26px;
    z-index: 1;
    transition: .3s;
}
#book-calender .prevBtn:hover, #book-calender .nextBtn:hover {
    color: #fff;
}
#book-calender .owl-dots{
    display: none;
}
.departments-services__list {
    list-style: none;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) ;
    grid-gap: 15px 20px;
    margin: 0;
    padding: 20px 0 50px 0;

}
.departments-services__list {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) ;
}
.departments-services__list li {
    width: 100%;
}
.departments-services__list li a {
    text-decoration: none;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    padding: 9px 30px 11px 20px;
    width: 100%;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #052755;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.departments-services__list li a i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.departments-services__list li a:hover {
    color: #fff;
    border-color: #052755;
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
}
.mobile-call-btn{
    display: none;
}
.menu-inner ul li a .fas.fa-angle-right {
  float: right;
  display: none;
}
@media screen and (max-width: 1400px){
    .header-devider {
      display: flex;
      justify-content: flex-end;
      margin-top: 0;
    }
    .main-logo img{
        max-width: 150px;
    }
    .header-cta{
        min-width: 430px;
    }
    .menu-inner > ul > li:hover > a {
        color: #ffffff !important;
    }
}
@media screen and (max-width: 992px){
    .header-cta{
        display: none;
    }
    .menu-inner > ul > li:hover > a {
        color: #052755 !important;
    }
    div#book-calender{
        margin-right: 50px;
        margin-left: 50px;
    }
    .departments-services__list {
        grid-template-columns: minmax(0,1fr);
    }
    .menu-inner ul li a span{
        display: inline-block;
    }
    .mobile-link {
        display: block;
        background: #005C97;
        color: #fff !important;
        position: relative;
        display: block;
        align-items: center;
        padding: 10px 40px;
        border-radius: 50px;
        box-shadow: 0 0 0 5px #005c9759;
        font-weight: 600;
        text-transform: uppercase;
        overflow: hidden;
        position: relative;
        z-index: 9;
        text-align: center;
        transition: .2s;
        margin: 25px;
    }
    .header-bg .menu-inner ul li a, .header-bg .header-cta ul li a {
      color: #052755;
    }
    .header-bg .menu-inner .drpdown.open  li a{
        color: #052755;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
    }
    header.header.another-header{
        position: unset;
        box-shadow: 0 0 10px #dadada;
    }
    header.header.another-header.header-bg {
        position: fixed;
    }
    header.header.another-header .mobile-call-btn {
      color: #fff;
      background: #005c97;
    }
    header.header.another-header #nav-icon3 span{
        background: #052755;
    }
    .header-bg #nav-icon3 span{
        background: #052755;
    }
    .header-bg{
        background: #fff;
        box-shadow: 0 0 10px #dadada;
    }
    .container-fluid {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      padding-right: 15px;
      padding-left: 15px;
    }
    .menu-main{
        position: absolute;
    }
    .main-logo.fixd {
        position: fixed;
        top: 0;
        left: 0;
        padding: 20px;
        background: #fff;
    }
    .main-logo.fixd .logo-white {
      display: none;
    }
    .main-logo.fixd .logo-color {
      display: block;
      position: relative;
        z-index: 99999;
    }
    .logo-white{
        position: relative;
        z-index: 99999;
    }
    .main-logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      z-index: 9999;
      width: 100%;
      transition: background-color .2s ease-in;
    }
    .main-logo.fixd .mobile-call-btn, .header-bg .mobile-call-btn{
        color: #fff;
        background: #005c97;
    }
    .mobile-call-btn {
      display: block;
      background: white;
      color: #005c97;
      padding: 5px 9px;
      border-radius: 50%;
      margin-left: auto;
      margin-right: 10px;
      margin-top: -5px;
      transition: .2s;
    }
    #humbarger {
      display: block;
      font-size: 28px;
      color: #fff;
    }
    .menu-inner {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #fff;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      transition: .2s;
      display: none;
    }
    .menu-inner ul li a{
        color: #052755;
    }
    .menu-inner.open {
        display: block;
    }
    .menu-inner > ul {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 110px 0px 0px;
    }
    ul.drpdown{
        background: none;
    }
    ul.drpdown li a {
      color: #052755;
      padding-left: 30px !important;
      position: relative;
      font-size: 14px !important;
      padding: 18px 20px 18px 50px !important;
    }
    ul.drpdown li a::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 40px;
      width: 5px;
      height: 1px;
      background: #000;
    }
    .menu-inner > ul > li:first-child{
        border-top: 1px solid #f3f3f3;
    }
    .menu-inner > ul > li {
      display: block;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #f3f3f3;
    }
    .menu-inner ul li a {
      font-size: 18px;
      font-weight: 400;
      padding: 18px 20px;
      line-height: 1.2;
      display: block;
    }
    .menu-inner ul li a .fas.fa-angle-right {
      float: right;
      display: block;
    }
    .menu-inner ul li a i.fa.fa-angle-down {
      float: right;
      display: none;
    }
    .menu-inner ul{
        grid-gap: 0;
    }
    .drpdown.open{
      position: static;
      width: 100%;
      display: block;
      margin-top: 12px;
    }
    ul.drpdown {
      position: static;
      width: 100%;
      box-shadow: unset;
    }
    ul.drpdown li {
      margin: 0;
      border-top: 1px solid #f3f3f3;
    }
    ul.drpdown::before {
        display: none;
    }
    ul.drpdown li {
      margin: 0;
    }
    #nav-icon3{
        display: block;
    }

    .header-bg a.logo-white{
        display: none;
    }
    .header-bg a.logo-color{
        display: block;
    }
    .book-date-year-title{
        padding-left: 20px;
        padding-right: 20px;
    }
    .timeslot{
        padding: 20px;
    }

    .menu-inner li.parent-ul.menu-li.active .drpdown{
        display: none !important;
    }
    
    li.parent-ul:hover ul.drpdown {
        display: unset !important;
    }
    .menu-inner li.parent-ul.menu-li .drpdown{
        display: none !important;
    }



}
@media screen and (max-width: 768px){
    .book__table .book__date{
        font-size: 16px;
    }
    .book__table .book__date span, .book__table ul li{
        font-size: 14px;
    }
    span.date__category__available{
        font-size: 16px;
    }
    #book-calender .prevBtn{
        left: 0px;
        top: -40px;
        padding: 5px 10px;
    }
    #book-calender .nextBtn{
        right: 0px;
        top: -40px;
        padding: 5px 10px;
    }
    div#book-calender {
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 100px;
    }

}
/*SLIDER AREA*/

.slider-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    display: flex;
    background-color: #f3f3f3;
    align-items: center;
}
.slide1{
    background-image: url(assets/img/doctor-gp-naas.jpg);
}
.slide2{
    background-image: url(assets/img/sti.jpg);
}
.slide3{
    background-image: url(assets/img/medicalled.jpg);
}
.slide4{
    background-image: url(assets/img/walkin.jpg);
}
.slide5{
    background-image: url(assets/img/home_desktop.jpg);
}
.slide6{
    background-image: url(assets/img/prp_hair_desk.jpg);
}
.slider-item .overflow{
    background: #0000008f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.slider-item .caption{
    text-align: center;
    position: relative;
    z-index: 2;
}
.slider-item .caption h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}
.slider-item .caption .sub-title{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.slider-item .caption .main-btn {
    justify-content: center;
    margin-top: 30px;
}
.prevBtn:hover, .nextBtn:hover {
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
}
.prevBtn {
    display: inline-flex;
    padding: 10px 15px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 150px;
    font-size: 26px;
    z-index: 1;
    transition: .3s;
}
.nextBtn {
    display: inline-flex;
    padding: 10px 15px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    font-size: 26px;
    z-index: 1;
    transition: .3s;
}
.owl-dots{
    position: absolute;
    bottom: 25%;
    z-index: 999;
    left: 50%;
    display: flex;
    grid-gap: 7px;
    transform: translateX(-50%);
}
.owl-dots button.owl-dot.active {
    background: #052755 !important;
}
.owl-dots button.owl-dot{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    padding: 0 5px !important;
    background: #d6d6d6 !important;
}
@media screen and (max-width: 992px){
    .nextBtn, .prevBtn{
        display: none;
    }
    .prevBtn{
        left: 0;
    }
    .nextBtn{
        right: 0;
    }
    .slider-item .caption h1{
        font-size: 33px;
        line-height: 1.2;
    }
    .slider-item .caption .sub-title {
      font-size: 18px;
      font-weight: 400;
      margin-top: 10px;
      line-height: 1.2;
    }
    .owl-dots {
        position: absolute;
        bottom: 15%;
        z-index: 999;
        left: 50%;
        display: flex;
        transform: translateX(-50%);
    }
    .owl-dots button.owl-dot.active {
        background: #052755 !important;
    }
    .owl-dots button.owl-dot{
        width: 11px;
        height: 11px;
        border-radius: 50%;
        padding: 0 5px !important;
        margin: 0 2px;
        background: #d6d6d6 !important;
    }
    .slider-item .caption h1 span {
        display: block;
    }
    .slider-item .caption .sub-title span {
      display: block;
      font-weight: 700;
      margin-top: 20px;
      font-size: 22px;
    }
    .slide1{
    background-image: url(assets/img/mobile-slide1.jpg);
    }
    .slide2{
        background-image: url(assets/img/mobile-slide2.jpg);
    }
    .slide3{
        background-image: url(assets/img/mobile-slide3.jpg);
    }
    .slide4{
        background-image: url(assets/img/mobile-slide4.jpg);
    }
    .slide5{
        background-image: url(assets/img/home_mobile.jpg);
    }
    .slide6{
        background-image: url(assets/img/prp_hair_mob.jpg);
    }
}
/*Book an Appointment*/

.page-title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #052755;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
}
.page-title .sub-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 20px;
    color: #052755;
}
.page-title .title{
    font-size: 30px;
    font-weight: 600;
    color: #005C97;
    line-height: 1.2;
    text-align: center;
}
.page-title .title span{
    font-size: 30px;
    font-weight: 600;
    color: #005C97;
    line-height: 1.2;
    text-align: center;
    color: #005C97;
    display: block;
    margin-bottom: 10px;
}
.page-title-form {
    color: #052755;
}
.genarel-info .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #052755;
}
.genarel-info ul{
    margin-top: 30px;
}
.genarel-info ul li{
    margin: 20px 0;
}
.genarel-info ul li a {
    display: block;
    padding-left: 40px;
    position: relative;
    font-weight: 800;
    color: #052755;
}
.genarel-info ul li a i{
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    padding: 8px;
    background: #005C97;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 50%;

}
.book-an-app-map{
    margin-top: 40px;
}
@media screen and (max-width: 992px){

    .c-table tbody tr td {
      height: 60px;
    }
    span.date.current, span.date{
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .page-title h1{
        font-size: 24px;
    }
    .page-title .sub-title{
        font-size: 16px;
    }
    .page-title-form, .page-title .title span{
        font-size: 24px;
        line-height: 1.2;
    }
    .c-table thead tr td{
        font-size: 14px;
    }
}


/*CUSTOM SELECT*/
 .select {
     cursor: pointer;
     display: inline-block;
     position: relative;
     font-size: 16px;
     color: #fff;
     width: 100%;
     height: 40px;
}
 select {
     display: none;
}

 .custom-select {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border: 1px solid #ced4da;

     background-color: #fff;
     color: #555;
     padding: 8px 15px;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
}
 .custom-select:after {
     content: "";
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-color:#9E9E9E transparent transparent transparent;
     position: absolute;
     top: 16px;
     right: 10px;
     transform: rotateZ(0deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
 .custom-select:active, .custom-select.active {
     background-color: #fff;
     color: #555;
}
 .custom-select:active:after, .custom-select.active:after {
     transform: rotateZ(180deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
 .custom-select:focus{
    outline: 2px;
}
.select-options {
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid gainsboro;
    border-top: none;
}
.select-options li:hover {
    background: #f1f1f1;
}

 .select-options li {
     color: #424242;
     margin: 0;
     padding: 8px 0;
    /* text-indent: 15px;
    */
    /* border-top: 1px solid #AED581;
    */
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
     -webkit-transition: all 0.15s ease-in;
     transition: all 0.15s ease-in;
     padding-left: 15px;
}
 .select-options li:hover {
     color: #424242;
}
 .select-options li[rel="hide"] {
     display: none;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#9E9E9E;
}
@media screen and (max-width: 992px){
    
}
/*MAN INFO*/

._hr {
    width: 60%;
    height: 1px;
    background: black;
    float: left;
    margin-top: 13.5px;
}
footer a{
    color: #fff;
}
footer.page-footer p{
    margin-bottom: 0;
}
.f-social-icons {
    display: flex;    
}
.f-social-icons a {
    font-size: 36px;
    margin-right: 10px;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer.page-footer {
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
    background: #052755;
    overflow: hidden;
}
.footer-links a {
    display: block;
}
.copyright-texts {
    text-align: right;
    color: rgba(255,255,255,.6);
}

.footer-copyright {
    background: #052755;
    border-top: 1px solid #001633;
    margin-top: 30px;
}
.social i {
    color: #fff;
    padding: 8px;
    background: #005C97;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 50%;
}
.deep-colors-1 a {
    color: rgba(255,255,255,.6) !important;
    margin-right: 10px;
}
.color-one {
    background: #005C97;
}
.light-text{
    color: rgba(255,255,255,.6);
    font-size: 14px;
    text-transform: initial;
    font-weight: 400;
}
.day-title {
    width: 160px;
    margin: 0 20px 0 0;
    display: inline-block;
}
.mobile-footer{
    display: none;
    background: #052755;
    color: #fff;
}
.main-footer .item {
  padding: 40px 0 0;
  text-align: center;
}
.main-footer .item:last-child{
    padding-bottom: 40px;
}
.main-footer .title-icon {
  font-size: 30px;
  color: rgba(255,255,255,.6);
  margin-bottom: 10px;
}
.mobile-footer .title-sm{
    margin-bottom: 5px;
}
.mobile-footer .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.main-footer .discription {
  color: rgba(255,255,255,.6);
}
.main-footer .discription i{
    margin-right: 5px;
}
.main-footer .item .social-icons {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.main-footer .item .social-icons a{
    font-size: 30px;
    color: rgba(255,255,255,.6);
}
.main-footer .item .social-icons a + a{
    margin-left: 10px;
}
.lastFooter {
  background: #005c97;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}
.lastFooter .copyright-texts {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 992px){
    .light-text{
        font-size: 16px;
        text-decoration: underline;
        margin-bottom: 10px;
        margin-top: 0px !important;
    }
    .day-title{
        width: 180px;
    }
    .mb-sm-0{
        margin-bottom: 0 !important;
    }
    .web-fooer{
        display: none;
    }
    .mobile-footer{
        display: block;
    }
}
@media screen and (max-width: 765px){
    .mb-sm-0{
        margin-bottom: 0 !important;
    }
}
/*TEAM CARD */

.teamCardHead img{
    width: 100%;
    border: 5px solid gray;
    border-radius: 50%;
}

.sec-title h1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.sec-title p {
    font-size: 18px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #005C97;
    margin-bottom: 70px;
}
/*Team Section Area Start*/
.team-wrapper{
    background-color: #e7f1f8;
}

.team-wrapper .sec-title span{
    display: block;
    text-align: center;
    color: #4c4c4c;
}
.team-member button {
    margin: 20px 0;
    border: none;
    width: 100%;
    padding: 8px 0px;
    background: #005C97;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    outline: none;
    transition: .3s;
}
.team-member{
    margin-bottom: 30px;
}
.img-circle {
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: .3s;
}
.subsection-title {
    margin-top: 30px;
    font-weight: 600;
    font-size: 15px;
}
.team-member .post {
    color: #30bae7;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
}
.team-member p {
    font-weight: 300;
    font-size: 14px;
}
.social-icons {
    margin-top: 1.5em;
    padding: 0;
}
.social-icons li {
    display: inline-block;
}
.social-icons li a {
    display: block;
    text-decoration: none;
    border-radius: 50%;
    background-color: #bdd1df;
    height: 32px;
    line-height: 32px;
    margin: 0 3px;
    width: 32px;
    color: #fff;
    transition: all ease .3s;
}
.social-icons .icon-facebook:hover {
    background: #4c66a4;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.social-icons .icon-twitter:hover {
    background: #2ca8d2;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.social-icons .icon-linkedin:hover {
    background: #399bdc;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.social-icons .icon-mail-alt:hover {
    background: #738a8d;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.social-icons li a:hover {
    background-color: #acc5d7;
}
.team-member img {
    width: 100%;
}
.sec-padding {
    padding: 70px 0;
}

/*TESTIMONIALS*/
.test-main {
    position: relative;
}
.test-main:before {
    content: "";
    background: url(assets/img/test-bg.png) top center no-repeat;
    width: 50%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.test-main .row {
    display: flex;
    align-items: center;
}

.test-leftnew h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #052755;
    margin-top: 60px;
}
.test-leftnew h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #005C97;
}

.text-left {
    text-align: left!important;
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px
}

ul.slick-dots {
    padding: 20px 0 0;
    text-align: center
}

ul.slick-dots li {
    margin: 0 8px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    border: none
}

.slick-dots li button:before {
    color: var(--white);
    opacity: 1;
    font-size: 20px
}

.slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    padding: 0;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    box-sizing: border-box
}

.main-test-video .slick-dots li.slick-active button {
    background: #052755;
}

span.arrows {
    width: 36px;
    height: 36px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #dde2e6;
    color: #fff;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: unset;
}

span.arrows.next {
    right: 1%
}

.slick-initialized .slick-slide {
    outline: 0 !important
}


.main-test-video {
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 18%);
}
.main-test-video .slider-for {
    background: #005C97 url(aseets/img/tesst-bg.png) right -50px bottom -50px no-repeat;
    text-align: center;
    border-radius: 10px;
    stroke-width: 3;
    padding: 12px;
    margin-bottom: 0;
}
.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.test-item {
    max-width: 650px;
    margin: 0 auto;
}
.test-item img {
    display: table;
    margin: 0 auto 30px;
}
.test-item p.quote {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #fff;
}
.test-item h4 {
    color: #fff;
    font-weight: 600;
}
.test-item-video-img {
    padding: 40px;
}
@media screen and (max-width: 992px){
    .test-main h2, .test-main h3 {
      text-align: center;
    }
    .test-main h2, .test-main h3 {
      text-align: center;
    }
    .test-main h2 {
      font-size: 30px;
      margin-bottom: 50px;
      line-height: 1.2;
    }
    .test-leftnew {
      padding-left: 15px;
    }
    .test-main h2 br {
      display: none;
    }
    .cir-img{
        display: none;
    }
    .test-item p.quote {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 20px;
    }
    .test-leftnew h3{
        font-size: 20px;
        font-weight: 600;
        margin-top: 0;
    }
    .test-item-video-img {
      padding: 10px 0 50px;
    }
}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}
/* ------testimonial  close-------*/

/*HOME SERVICES*/
.news-for-home, .news-for-another-page {
    padding: 100px 0 60px 0;
}
.cta-col-4__wrapper {
    margin-bottom: 40px;
}
.cta__wrapper {
    text-align: center;
}
.cta__image {
    margin-bottom: 20px;
    position: relative;
}
.cta__image img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 17px rgb(0 0 0 / 14%);
        border-radius: 5px;
}
.cta__title {
    position: relative;
}


.ovf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
    opacity: 0;
    display: flex;
    transition: .2s;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}
.ovf i {
    color: #fff;
}
.cta__wrapper:hover .ovf{
    opacity: 1;
}
.cta__title h3 {
    color: #052755;
    margin: 0px 0 10px;
    font-size: 18px;
    font-weight: 600;
    transition: .2s;
}
.cta__title h3:hover{
    color: #052755;
}
@media screen and (max-width: 992px){
    .cta__title h3{
        font-size: 22px;
    }
    .cta__wrapper {
      text-align: center;
      background: #fff;
      box-shadow: 0 0 17px rgba(0, 0, 0, 0.14);
      padding-bottom: 15px;
      border-radius: 5px;
    }
    .cta__image img{
        box-shadow: unset;
        border-radius: unset;
    }
}
/*CTA2*/
.cta2{
    background: #EDF9FE;
}
.cta2__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.cta2__inner .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #005C97;
}

.cta2__inner .sub-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 30px;
    color: #052755;
}

.cta2__inner img {
    width: 100%;
    box-shadow: 0 0 17px rgb(0 0 0 / 14%);
    border-radius: 5px;
}

.cta2__inner ul {
    margin-top: 30px;
}

.cta2__inner ul li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px;
}

.cta2__inner ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #567791;
}

.cta2__inner ul li label {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #052755;
}
@media screen and (max-width: 992px){
    .cta2__inner{
        grid-template-columns: 1fr;
    }
    .cta2__inner .title{
        font-size: 30px;
        line-height: 1.2;
    }
    .cta2__inner .sub-title{
        font-size: 18px;
        line-height: 1.3;
    }
    .cta2__inner ul li label{
        font-size: 20px;
    }
}
/*Team Section Area End*/

/*PATIENT*/
.pb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    /*height: 350px;*/
    display: flex;
    align-items: center;
}
.bs__item__copy--overlay {
    /* background: none !important; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}
.pb img {
    width: 100%;
}

/*FORM*/
.contact {
    position: relative;
}

.page-wrapper {
    grid-gap: 0;
    display: grid;
    position: relative;
    grid-template-columns: 3fr minmax(0,1fr);
    grid-template-rows: 1fr;
}
.page-wrapper__main {
    background: #fff;
    overflow: hidden;
}
.contact-from {
    padding: 30px !important;
}

.from-title h2 {
    margin: 30px 0 10px;
    padding: 0;
    font-weight: 400;
    color: #22404a;
    letter-spacing: normal;
    line-height: 1.2;
    position: relative;
}
p i.fa-file-download {
    margin-right: 5px;
}
a.download, i.fa-file-download {
    color: #888888;
}
.form-heading {
    background: #f3f3f3;
    padding: 20px 20px;
    color: #052755;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.form-control {
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: unset;
    color: #555;
    padding: 8px 15px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.form-check-input:checked {
    background-color: #005C97;
    border-color: #005C97;
}
button:focus{
    outline: none;
}
.hide{
    display: none;
}
input[type=date], input[type=time] {
    color: #91979d !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.thankyou-content {
    padding: 0 30px;
    text-align: center;
}
.thankyou-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #052755;
}
.thankyou-content i{
    font-size: 86px;
    color: #10be10;
}
.thankyou-content .lg-title {
    font-size: 48px;
    font-weight: 700;
    color: #052755;
    margin-bottom: 20px;
}
.thankyou-content .dis p{
    margin-bottom: 20px;
}
.thankyou-content .dis p a{
    text-decoration: underline;
    color: #052755;
}
.thankyou-content .main-btn{
    justify-content: center;
    margin-bottom: 20px;
}
.contact-methods__left.thankyou-page-image:before {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/Congratulations-flowers.png');
    z-index: -2;
}
@media screen and (max-width: 992px){
    .contact-from {
  padding: 0px 0 30px !important;
}
    .form-heading{
        padding: 10px 20px;
    }
    .container {
        padding: 0 20px;
    }
    h6{
        font-size: 16px;
    }
    .main-btn a{
        padding: 10px 40px;
        font-size: 16px;
    }
    .form-heading{
        margin-left: 0;
        margin-right: 0;
    }
}
/*CONTACT PAGE*/
.contact-page {
    margin: 30px 0 50px;
    position: relative;
    padding: 30px 0 60px;
}
.contact-methods__left, .contact-methods__right {
    padding: 30px;
}
.from-title p {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
}
.list-block--contact-list .list-block__contact a.mybtn {
    background: #005C97;
    color: #fff;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    display: block;
    box-shadow: 0 0 0 5px #005c9759;
}
.list-block--contact-list .list-block__contact a.mybtn:hover {
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
}
.main-btn-sm {
    display: flex;
}
.main-btn-sm button, .main-btn-sm a {
    background: #005C97;
    color: #fff !important;
    position: relative;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #005c9759;
    font-weight: 600;
    /*text-transform: uppercase;*/
    overflow: hidden;
    position: relative;
    border: none;
    outline: none;
    z-index: 9;
    transition: .2s;
}
.main-btn-sm button:hover, .main-btn-sm a:hover {
    background: #052755;
    box-shadow: 0 0 0 5px #05275585;
}
.contact-methods__left:before {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background-color: #f3f3f3;
    z-index: -2;
}
.list-block__list-title{
    color: #22404a;
    display: inline-block;
    font-weight: 600;
}
.from-title h2 {
    margin: 0px 0 10px;
    padding: 0;
    font-weight: 600;
    color: #052755;
    letter-spacing: normal;
    line-height: 1.2;
    position: relative;
}
.contact__form__special__title h2 {
    font-size: 32px !important;
}
.mini-t{
    font-size: 16px;
    color: #4c4c4c;
}
.list-block--contact-list {
    padding-bottom: 30px;
}
.list-block__wrapper {
    padding: 0;
}
.list-block__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 50px;
    margin: 30px 0 0 0;
    padding: 0;
}
.list-block__list {
    list-style: none;
    display: block;
}
.list-block__list li {
    border-top: 1px solid #e8e7ea;
    padding: 10px 50px 10px 0;
    position: relative;
}
.list-block--contact-list .list-block__list li {
    padding-right: 0;
    border-top: 1px solid #fff;
}
.list-block__list li a {
    text-decoration: none;
    display: block;
}
.list-block--contact-list .list-block__list-title {
    color: #22404a;
    display: inline-block;
    font-weight: 600;
}
.list-block--contact-list .list-block__contacts {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #22404a;
}
.list-block--contact-list .list-block__contact {
    display: inline-block;
    padding-right: 8%;
    margin-bottom: 10px;
    vertical-align: middle;
}
.list-block--contact-list .list-block__contact a {
    display: inline-block;
    text-decoration: underline;
    color: #005C97;
}
.list-block--contact-list .list-block__contacts i {
    font-size: 14px;
    margin-right: 10px;
    color: #005C97;
}
label.indicat {
    padding-left: 20px;
    position: relative;
}

label.indicat input.check {
    position: absolute;
    top: 5px;
    left: 0;
}
.mobile-accordion-column{
    display: none;
}
#accordionForContact {
  margin-bottom: 30px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #052755;
}
#accordionForContact .list-block__contact{
    margin-bottom: 10px;
}
#accordionForContact .list-block__contact.spl{
    margin-right: 20px;
}
#accordionForContact .list-block__contact a {
    display: inline-block;
    text-decoration: underline;
    color: #22404a;
}
#accordionForContact .list-block__contact a i{
    margin-right: 10px;
}
#accordionForContact .list-block__contacts {
  display: flex;
  flex-wrap: wrap;
}
.accordion-button{
    text-align: left;
    padding: 20px 1.25rem;
    color: #fff;
    background-color: #052755;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgba(0,0,0,.125);
  outline: 0;
  box-shadow: unset;
}
@media screen and (max-width: 992px){
    .contact-methods__left:before{
        display: none;
    }
    .contact-methods__left, .contact-methods__right{
        padding: 0;
    }
    .contact__form__special__title h2{
        font-size: 28px !important;
    }
    .from-title p{
        font-size: 16px;
    }
    .from-title p br {
      display: none;
    }
    .desktop-only{
        display: none;
    }
    .mobile-accordion-column{
        display: block;
        margin-top: 30px;
    }
    .contact-page {
      padding-top: 40px;
      background: #f9f9f9;
      margin-top: 0;
    }
    
}
@media screen and (max-width: 765px){
    .main-btn-sm{
        justify-content: center;
    }
    .main-btn-sm button{
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*ABOUT*/

.about-img {
    background-image: url(assets/img/services-img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
}
.faqs-img {
    background-image: url(assets/img/faqs-img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
}

.about-img h1 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 10%;
}
.b-white {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: #fff;
}
.b-white2 {
    position: absolute;
    bottom: 20%;
    right: 120px;
    width: 60px;
    height: 60px;
    background: #ffffff9e;
}
.b-white3 {
    position: absolute;
    bottom: 40%;
    right: 180px;
    width: 50px;
    height: 50px;
    background: #ffffff9e;
}
.about-text h1 {
    font-size: 24px;
    margin: 30px 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #4c4c4c;
}
.about-text h1::after{
    content: '';
    width: 45px;
    height: 2px;
    background:#4c4c4c;
    position: absolute;
    top: -30px;
    left: 0; 
}
.about-text {
    padding: 20px 0;
    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
}
.about-text p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #4c4c4c;
}
.about-doctor-img {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.white-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #fff;
}
.white-box1 {
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 50px;
    height: 50px;
    background: #ffffff73;
}
section.small-news {
    margin: 100px 0;
    position: relative;
    margin-top: 300px;
}
.gray-bg {
    width: 100%;
    background: #f7f7f7;
    height: 360px;
}
section.small-news .container {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
}

/*MAP AREA STRAT*/
section.get-direction-map {
    position: relative;
    background-color: #fff;
    width: 100%;

}
section.get-direction-map .container{
    position: relative;
}
.get-direction {
    position: absolute;
    top: 0;
    right: 5%;
    color: #005C97;
}
.direction-box {
    background: #052755;
    padding: 0 10%;
    display: inline-table;
    width: 400px;
    padding-top: 40px;
}
.direction-box h4 {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    color: #fff;
}
.direction-box .content p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
.direction-box label {
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.direction-box .content {
    color: #fff;
    margin-bottom: 75px;
}
.direction-box .content p{
    font-size: 16px;
}
.direction-box .content .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.direction-box input {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 10px 10px;
    margin: 20px 0;
    outline: none;
    font-size: 14px;
}
.direction-box a{
    display: block;
}
.direction-box a button {
    font-size: 14px;
    background: #005C97;
    padding: 7px 14px;
    margin-right: 8px;
    font-weight: 600;
    border: none;
    box-shadow: 0 0 0 5px #005c9759;
    color: #fff;
    margin-bottom: 40px;
    border-radius: 50px;
    transition: .3s;
}
.direction-box a button:hover{
   background: #052755;
   box-shadow: 0 0 0 5px #05275585;
}
/*MAP AREA END */

/*SERVICES PAGE AREA STRAT*/
.page-banner {
    background-color: #005C97;
    height: 250px;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerOvf{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
    z-index: 1;
}
.bannerContents{
    position: relative;
    z-index: 2;
    text-align: center;
}
.bannerContents .title{
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.bannerContents .sub-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    color: #fff;
}
.services-page {
    text-align: center;
}
.services-page img {
    width: 100%;
}
.ser-box {
    position: relative;
}
.inner-img img, .inner-img2 img{
    display: none;
}
.inner-img:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    width: 50%;
    content: "";
    background-color: #f3f3f3;
    z-index: -2;
}
.inner-img.one:before{
    background-image: url('assets/img/gp.png');
}
.inner-img.two:before{
    background-image: url('assets/img/womens_health.png');
}
.inner-img.three:before{
    background-image: url('assets/img/health_check.png');
}
.inner-img.four:before{
    background-image: url('assets/img/minor_injury.png');
}
.inner-img.four2:before{
    background-image: url('assets/img/eye.jpeg');
}
.inner-img.five:before{
    background-image: url('assets/img/prp-600x300.jpg');
}
.inner-img.seven:before{
    background-image: url('assets/img/hemorrhoid600by300.jpg');
}

.inner-img2:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    width: 50%;
    content: "";
    background-color: #f3f3f3;
    z-index: -2;
}
.inner-img2.one:before{
    background-image: url('assets/img/mens_health.png');
}
.inner-img2.two:before{
    background-image: url('assets/img/children.png');
}
.inner-img2.three:before{
    background-image: url('assets/img/aesthetic_clinic.png');
}
.inner-img2.four:before{
    background-image: url('assets/img/immunisation.png');
}
.inner-img2.six:before{
    background-image: url('assets/img/prp_hair_600x400.jpg');
}
.inner-img2.eight:before{
    background-image: url('assets/img/lipoma600by300.jpg');
}
.services-page .row{
    align-items: center;
}
.services-page .main-title{
    font-size: 42px;
    color: #052755;
    font-weight: 600;
    line-height: 1.2;
}
.scroll-top{
    position: relative;
    top: -100px;
}
.services-page .sm-title{
    font-size: 30px;
    color: #052755;
    font-weight: 600;
    line-height: 1.2;
}
.services-page .content {
    padding: 90px 80px;
}
.services-page .content p{
    font-size: 18px;
}
.hr{
    margin: 60px 0;
}
.page-holder p strong{
    color: #22404a;
}
.page-holder p{
    line-height: 1.7;
}
/*.mobile-services-button{
    display: none;
}*/
.mobile-services-button span{
    display: block;
    color: #005C97;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
}
.mobile-services-button a{
    background: #005C97;
    color: #fff !important;
    position: relative;
    display: inline-block;
    align-items: center;
    padding: 10px 40px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #005c9759;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
    text-align: center;
    transition: .2s;
}



@media screen and (max-width: 992px){
    .bannerContents .title{
        font-size: 24px;
    }
    .services-page .content p {
        font-size: 16px;
    }
    .price-list .sub-title{

    }
    .mobile-services-button{
        display: block;
    }
    .mobile-services-button a{
        display: block;
    }
    .bannerContents .sub-title{
        font-size: 16px;
    }
    .page-banner {
      height: unset;
      background: #fff;
      margin-top: 30px;
    }   
    .prices-page .container{
        padding: 0;
    }
    .page-banner .bannerOvf{
        display: none;
    }
    .priceTable tbody tr td{
        line-height: 1.6 !important;
    }
    .priceTable tbody tr td{
        font-size: 18px;
    }
    .page-banner.n-pages{
        padding-top: 0 !important;
    }
    .n-pages{
        padding-top: 30px !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .service-title-span {
        font-size: 12px;
        display: block;
    }
    .priceTable tbody tr td:nth-child(2) span{
        font-size: 12px;
    }
    .priceTable thead tr th, .priceTable tbody tr td {
        padding: 14px 25px;
        line-height: 1.9;
    }
    .list-block--contact-list .list-block__contact{
        display: block;
    }
    .list-block--contact-list .list-block__contact a{
        display: block;
    }
    .n-pages .bannerContents{
        text-align: left;
    }
    .n-pages .bannerContents{
        text-align: center;
    }
    .bannerContents .title{
        color: #22404a;
    }
    .bannerContents .sub-title{
        color: #22404a;
    }
    .bannerContents .sub-title span{
        display: block;
    }
    .services-page .main-title{
        font-size: 24px;
    }
    .services-page .sm-title{
        font-size: 20px;
    }
    .inner-img2::before {
      display: none;
    }
    .inner-img::before {
      display: none;
    }
    .services-page .content{
        padding: 0px 5px 60px;
    }
    .inner-img img, .inner-img2 img{
        display: block;
        margin-bottom: 30px;
    }
    .row.mobile-row {
      flex-direction: column-reverse;
    }
    .inner-img.one{
        margin-top: 30px;
    }
}
@media screen and (max-width: 765px){
    
}
/*SERVICES PAGE AREA END*/
/*COOKIES SECTION*/
.cookie-policy {
    padding: 25px 20px;
    background: #052755;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.cookie-inner {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
.cookie-inner p {
    margin-bottom: 0;
    line-height: 1.7;
}
.cookie-inner p a {
    color: #fff;
    text-decoration: underline;
}
a.cookie-accept {
    background: #005C97;
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 0 0 5px #005c9759;
}
a.cookie-accept:hover{
    background: #fff;
    color: #005C97;
}
@media screen and (max-width: 762px){
    .cookie-inner{
        flex-direction: column;
    }
    a.cookie-accept{
        margin-top: 20px;
    }
    .cookie-inner p{
        text-align: center;
    }
}
/*PRICES PAGE START*/
.price-sec-titles .title {
    color: #052755;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.prices-page{
    padding-top: 30px;
    padding-bottom: 60px;
}
.priceTable thead tr th,.priceTable tbody tr td {
    padding: 20px 25px;
    line-height: 1.9;
}
.priceTable.table{
    border-color: #eeeeee;
    color: #4c4c4c;
}
.priceTable th{
    font-weight: 600;
}
.priceTable,.priceTable td,.priceTable th {
    border-color: #eeeeee !important;
}
.priceTable tbody tr{
    transition: .3s;
}

.priceTable tbody tr td{
    color: #4c4c4c;
    font-size: 16px;
}
.priceTable tbody tr:hover {
    background: #f3f3f3;
}
.priceTable tbody tr td:nth-child(2), .priceTable thead tr th:nth-child(2) {
    text-align: right;
}
.priceTable tbody tr td:nth-child(2) span{
    font-size: 14px;
}
.priceTable tbody tr td p{
    display: block;
    margin-bottom: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(0 0 0 / 1%);
    color: var(--bs-table-striped-color);
}
@media screen and (max-width: 992px){
    .price-sec-titles .title {
        font-size: 20px;
    }
    .prices-page{
        padding-top: 0;
    }
}
/*PRICES PAGE END*/

@media screen and (max-width: 1200px){
    
    .first-cap .t1 {
    font-size: 28px;
    }
    .first-cap .t2 {
    font-size: 18px;
    }
    .second-cap p {
    font-size: 13px;
    }
}
/*RESPONSIVE AREA START*/
@media screen and (max-width: 992px){
    .first-header{
        display: none;
    }
    nav{
        display: none;
    }
    .logo{
        display: none;
    }
    .cta{
        display: none;
    }
    a.ctb{
        margin-left: auto;
    }
    .h-1 {
    display: block !important;
    }
    .header-nav nav{
        display: block;
    }
    .cta-1{
        position: unset;
    }
    .cta-box {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
    }
    .single-box-2, .single-box-1, .single-box-4, .single-box-3{
        clip-path: none;
    }
    .high-pad {
    margin-top: 50px;
    }
    .high-pad1{
        margin-top: 0;
    }

    .box-content {
    padding: 50px 30px;
    }
    .main-info{
        padding-top: 0;
        margin-top: 50px;
    }
    .caption {
    padding: 5% 0px;
    padding-bottom: 0;
    }
    .sec-title p{
        width: 100%;
    }
}
@media screen and (max-width: 765px){
    .caption {
    width: 100%;
    }
    .caption {
    padding: 5% 0px;
    padding-bottom: 0;
    }
    ._hr{
        width: 50%;
    }
    .modern {
    width: 50%;
    font-size: 14px;
    }
    .img-div .moreBtn {
    visibility: visible;
    height: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    }
    .high-pad{
        margin-top: 0;
    }
    .get-direction{
        display: none;
    }
    .contactPageMap{
        display: none;
    }

}

@media screen and (max-width: 576px){
    .main-scroll-overlay{
        margin-top: 15px !important;
    }
    .box-content{
        padding: 20px;
    }
    .box-content .icon i{
        font-size: 50px;
    }
    .box-content .text h3 {
    font-size: 13px;
    font-weight: 600;
    }
    .box-content .text p{
        font-size: 11px;
    }
    .more-text-btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
    }
    ._hr{
        display: none;
    }
    .modern {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    }
    .more-text-btn a {
    font-size: 11px;
    padding: 4px 14px;
    }
    

}
@media screen and (max-width: 568px){
    
}
@media screen and (max-width: 450px){
    .cta-box {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
    }
    .first-cap .t1 {
    font-size: 20px;
    }
    .first-cap .t2 {
    font-size: 18px;
    }
    .second-cap p {
    font-size: 12px;
    }
    .to-btn {
    display: grid;
    }
    a.cta1{
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    a.ctb1{
        text-align: center;
    }
    .box-content{
        padding: 40px 20px;
    }
    .box-content .icon i {
    font-size: 35px;
    }
    .text {
    margin-top: 10px;
    }
    .info-header h1{
        font-size: 25px !important;
    }
    .info-header ._p1, .info-header p{
        font-size: 13px !important;
    }
    .info-header p{
        padding-bottom: 0;
    }
    .cta-box {
    display: grid;
    width: 100%;
    grid-template-columns: auto;
    }
    
    div#middle-div {
    margin-bottom: 10px;
    margin-top: 30px;
    overflow: hidden;
    }
    .high-pad{
        margin-top: 50px;
    }
    .high-pad1{
        margin-top: 0;
    }
}
