@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

@font-face {
  font-family: 'styrene_a_lcregular';
  src: url('../fonts/styrenealc-regular-webfont.woff2') format('woff2'),
       url('../fonts/styrenealc-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'utopiaregular';
  src: url('utopia-regular-webfont.woff2') format('woff2'),
       url('utopia-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --blue-color: #0067ce;
  --border-color: #d1d1d1;
  --ease: all 350ms ease-in-out;  
}

body{
  /* font-family: times-new-roman !important; */
  font-family: 'styrene_a_lcregular';
  font-size: 16px;
}

h1,h2,h3,h4,h5{
  font-family: 'utopiaregular';
}

ul{
  padding: 0;
}

a{
  text-decoration: none;
}

.btn-style{
  transition: var(--ease);
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  text-transform: capitalize;
  font-weight: bold;
  width: 100%;
}

.navbar-brand img {
  max-width: 260px;
}

.navbar {
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0,0,0,.031);
  padding: 0;
} 

.ftr-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ftr-top a {
  color: var(--black-color);
}

.ftr-top p {
  text-align: right;
  margin: 0;
}

.ftr-top {
  padding: 40px 0;
  border-top: 1px solid var(--border-color);
}

/* HOME SCREEN */
.home-screen {
  text-align: center;
}

.home-screen {
  padding: 100px 0;
}

.home-screen h2 {
  margin: 0 0 60px;
}

.two-col .h-box {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 60px;
}

.two-col .h-box strong {
  font-size: 22px;
  font-weight: normal;
  margin: 15px 0 10px;
  display: inline-block;
}

.blue-btn {
  background-color: var(--blue-color);
  color: var(--white-color);
}

.blue-btn:hover {
  background-color: var(--black-color);
}

.two-col .btn-style {
  display: block;
}

.form-container{
  padding: 100px 0;
}

.cen-head {
  text-align: center;
}

.sec-head {
  margin: 0 0 60px;
}

.form-control {
  padding: .75rem .75rem;
}

.form-area i {
  color: var(--blue-color);
  margin: 0 3px 0 0;
}

.form-area .form-text {
  font-size: 16px;
}

.form-select {
  padding: .75rem 2.25rem .75rem .75rem;
}

input[type=date] {
  text-transform: uppercase;
}

.check-holder .form-check {
  padding: 0;
}

.check-holder {
  position: relative;
  overflow: hidden;
  margin-top: 7px;
}

.check-holder input {position: absolute;left: 0;}

.check-holder label {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 1.5rem 1rem;
  min-height: 175px;
  cursor: pointer;
}

.check-holder p {
  margin: 0;
  color: #8b8b8b;
  line-height: 18px;
}

.check-holder span {
  font-size: 16px;
  display: block;
  margin: 15px 0 6px;
}

.check-holder input:checked + label {
  border-color: var(--blue-color);
}

.ins-selection .form-label {
  margin: 0;
}

.already-acc {
  text-align: center;
  margin: 10px 0 0;
}

.already-acc a {
  color: var(--blue-color);
  font-weight: bold;
}

.more-ob {
  display: none;
}

.matches-info * {
  display: inline-block;
  margin: 0;
  font-size: 20px;
}

.matches-info select {
  width: auto;
  border: none;
  box-shadow: none !important;
  outline: none;
  color: var(--blue-color);
}

.search-update h6 {
  margin: 0;
}

.list-box .img-box img {
  width: 100%;
  border-radius: 5px;
}

.m-info .m-designation {
  color: var(--blue-color);
  text-transform: uppercase;
  font-size: 12px;
}

.m-info h3 {
  font-size: 24px;
}

.m-info p {
  margin: 60px 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.m-appoint button {
  border-radius: 3px;
  padding: 9px 10px;
}

.m-appoint button i {
  margin-right: 4px;
}

.m-details {
  text-align: right;
}

.m-details p {
  margin: 0 0 3px;
  color: #acacac;
}

.full-profile-link {
  text-align: right;
}

.full-profile-link a {
  font-weight: bold;
}

.full-profile-link i {
  margin: 4px 0px 0 6px;
  float: right;
}

.list-box {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid var(--border-color);
}

.info-bar {
  background-color: #f7f7f7;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  margin: 30px 0;
}

.info-bar p {
  margin: 0;
}

.info-bar i {
  color: var(--blue-color);
  margin: 0 5px 0 0;
  font-size: 19px;
}

.p-banner {
  background-color: var(--blue-color);
  padding: 30px 0 0;
  height: 177px;
  margin: 0 0 120px;
}

.p-banner svg {
  margin-right: 5px;
}

.p-banner a {
  color: var(--white-color);
}

.profile-img {
  width: 167px;
  height: 167px;
  border-radius: 50%;
  overflow: hidden;
  margin: 34px 0 0;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd-name h3 {
  font-size: 36px;
}

.pd-name {
  border-bottom: 3px solid #5fa49a;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.pd-name h3 {font-size: 36px;}

.pd-name {
    border-bottom: 3px solid #5fa49a;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.pd-services li {
    position: relative;
    padding-left: 40px;
    margin: 0 0 20px;
}

.pd-services li svg {
    position: absolute;
    left: 0;
    top: 2px;
}

.pd-services {
  list-style: none;
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 35px;
  padding: 0 0 20px; 
}

.s-tag {
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 4px 20px;
    display: inline-block;
    color: var(--black-color);
    margin: 0 5px 0 0px;
}

.pd-desc h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}

.pd-desc ul {
  list-style: none;
  margin: 30px 0 0;
}

.pd-desc {
  margin: 0 0 40px;
}

.pd-focus h4 {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 30px;
}


.check-list {
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 5px;
}

.check-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  color: #5fa49a;
}

.pd-focus .check-list li {
  float: left;
  width: 50%;
}

.pd-focus .check-list {
  display: inline-block;
  width: 100%;
  margin: 20px 0 15px;
}

.pd-focus .nav-link {
  color: #acacac;
  border: none;
  padding: 10px 15px 10px 0;
}

.pd-focus .nav-link.active {
  color: var(--blue-color);
  font-weight: bold;
  border-bottom: 2px solid;
}

.pd-finance h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}

.pd-acc-ins {
  position: relative;
  padding: 0 0 0 60px;
}

.pd-acc-ins svg {
  position: absolute;
  left: 0;
}

.pd-acc-ins ul {
  list-style: none;
}

.pd-acc-ins strong {
  margin: 0 0 14px;
  display: inline-block;
}

.pd-h4-hading {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}

.pd-acc-ins p {
  max-width: 510px;
}

.pd-loc-box {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 25px;
}

.pd-loc-box svg {
  position: absolute;
  left: 0;
}


.pd-loc-box strong {
  margin: 0 0 14px;
  display: inline-block;
}

.get-loc {
  font-weight: bold;
}

.get-loc i {
  transform: rotate(-45deg);
}

.pd-loc-box p {
  max-width: 550px;
}

.pd-faq .accordion-button {
  font-family: 'styrene_a_lcregular';
  font-weight: bold;
  background: none;
  box-shadow: none;
  padding-left: 0;
}

.pd-faq .accordion-item {
  border-width: 0 0 1px 0 !important;
  border-color: var(--border-color);
}

.pd-faq .accordion-body {
  padding-left: 0;
}

.pdr-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

.pdr-box {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 25px;
}

.already-appoint .row {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0;
}

.already-appoint .row:last-child {
  border: none;
}

.already-appoint a {
  display: block;
  text-align: right;
  font-weight: bold;
}

.have-ques {
  padding: 25px;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.have-ques a {
  display: block;
  text-align: right;
  color: #000;
  font-weight: bold;
}

.check-filter .form-check-label {
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 7px 20px 7px 40px;
  background-image: url(../images/unchecked.png);
  background-repeat: no-repeat;
  font-size: 13px;
  background-size: 24px;
  background-position: 10px 4px;
  cursor: pointer;
}

.check-filter input:checked + .form-check-label{
  background-image: url(../images/checked.png);
  border-color: var(--blue-color);
  background-color: #0067ce0a;
}

.check-filter .form-check {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.check-filter .form-check input {
  position: absolute;
  left: -100%;
}

/* .search-filters {
  display: flex;
} */

.check-filter {
  display: inline-flex;
  gap: 10px;
}

.filters-sty button {
  border: 1px solid var(--border-color);
  border-radius: 25px;
  font-size: 13px;
}

.filters-sty button:after {
  content: none;
}

.filters-sty button i {
  font-size: 12px;
  margin-left: 5px;
}

.filters-sty button.show i {
  transform: rotate(180deg);
}

.filters-sty button.show {
  border-color: var(--blue-color);
}

.filters-sty .dropdown-menu {
  width: 500px;
  padding: 20px;
}

.dm-list-heading {
  margin: 10px 0 10px;
  display: block;
}

.filters-sty .form-check input {
  margin-right: 15px;
}

.filters-sty .form-check label {
  font-size: 15px;
}
.filters-sty .form-check {
  margin-bottom: 10px;
}

.drop-filter {
  margin: 0 0 0 10px;
  border-left: 1px solid var(--border-color);
  padding: 0 0 0 10px;
}

.flist-items {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.clear-ob {
  border-top: 1px solid var(--border-color);
  margin-top: 15px;
  padding-top: 15px;
  text-align: right;
}

.clear-ob button {
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.filters-sty button:hover {
  border-color: var(--blue-color);
}

.drop-filter {
  display: inline-flex;
  gap: 10px;
}

.order-sort .form-select {
  border-radius: 25px;
  padding: 4px 15px 4px 15px;
}

.order-sort {
  float: right;
}

.ca-header {
  border: none;
}

.ca-body h4 {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 24px;
  margin: 0 0 40px;
}

.ca-body {
  padding-top: 0;
}


.ca-img img {
  object-fit: cover;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.ca-person {
  display: flex;
  align-items: center;
  gap: 20px;
}

.time-info {
  position: relative;
  padding: 0 0 0 45px;
}

.time-info svg {
  position: absolute;
  left: 0;
  top: 0;
}

.time-info p {
  margin: 0;
  font-size: 15px;
}

.visit-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ca-body {
  padding: 0 60px 40px;
}

.ca-body .btn-style {
  border: none;
  margin: 30px 0 0;
  text-align: center;
}

.ca-body hr {
  margin: 25px 0;
}

.step-progress .progress-bar {
  background-color: var(--blue-color);
}

.step-progress {
  height: 5px;
}

.step-header ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0;
}

.step-header .step-num {
  border: 2px solid var(--border-color);
  text-align: center;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 21px;
  color: #d1d1d1;
}

.active-step .step-num {
  color: var(--blue-color);
  border-color: var(--blue-color);
}

.step-header .active-step .step-name {
  color: var(--blue-color);
}

.step-header .step-name {
  font-size: 14px;
  color: #d1d1d1;
}

.step-header {
  background-color: #0064c90a;
  padding: 15px 0;
}

.step-header .done-step .step-num {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color: var(--white-color);
}

.step-header .done-step .step-name {
  color: var(--blue-color);
}

.sf-heading {
  text-align: center;
  margin: 0 0 45px;
}

.sf-heading h4 {
  font-size: 28px;
  margin: 0 0 20px;
}

.blue-txt-box {
  padding: 25px;
  background-color: #0064c90a;
  border-radius: 10px;
  margin: 0 0 40px;
}

.blue-txt-box p {
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}

.imp-note {
  font-size: 14px;
  color: rgb(139, 139, 139);
}

.imp-note strong {
  display: block;
  margin: 0 0 5px;
}

.sf-cont {
  margin: 60px 0 40px;
}

.sf-cont .btn-style {
  padding: 13px 0;
  text-align: center;
  font-size: 15px;
}

.appoi-for .form-check {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.appoi-for input {
  position: absolute;
  left: -100%;
}

.appoi-for .form-check-label {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px;
  margin: 10px 10px 20px;
  cursor: pointer;
}

.appoi-for .form-check-label i {
  color: var(--blue-color);
}

.appoi-for input:checked + .form-check-label {
  background: #0064c90a;
}

.bfss {
  background-color: rgb(240, 249, 255);
  padding: 25px 25px 25px 50px;
  border-radius: 10px;
  position: relative;
}

.bfss i {
  position: absolute;
  left: 20px;
  top: 29px;
  color: var(--blue-color);
  font-size: 20px;
}

.bfss p {
  margin: 0;
}

.bfss a {
  color: var(--black-color);
  font-weight: bold;
}

.acc-form .form-label {
  font-weight: bold;
  font-size: 14px;
}

.note-drop .dropdown-toggle {
  background-color: #f2f2f2;
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding: 13px 25px;
  margin: 20px 0 0;
  position: relative;
  border: none;
}

.note-drop .dropdown-toggle:after {
  content: none;
}

.note-drop i {
  float: right;
  margin: 5px 0 0;
  color: var(--blue-color);
}

.note-drop .dropdown-menu {
  top: -8px !important;
  border: none;
  background-color: #f2f2f2;
  padding: 15px 25px;
  position: relative !important;
  transform: translate(0, 0) !important;
}

.note-drop .dropdown-menu ul {
  padding-left: 20px;
}

.note-drop .dropdown-menu li {
  margin: 0 0 5px;
}

.note-drop .dropdown-menu strong a {
  display: block;
  color: var(--black-color);
}

.note-drop .show i {
  transform: rotate(180deg);
}

.sf-cont.ve-link {
  margin-bottom: 0;
}

.verified-email {
  text-align: center;
  padding: 100px 0;
  background-color: var(--blue-color);
  color: var(--white-color);
}

.white-btn {
  background-color: var(--white-color);
  color: var(--black-color);
}

.ver-icon {
  background-color: var(--white-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  margin: 0 auto 20px;
}

.ver-icon img {
  width: 50px;
}

.navbar .navbar-collapse {
  justify-content: end;
}

.head-drop .dropdown-toggle {
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 15px;
}

.head-drop .dropdown-toggle:after {
  content: none;
}

.head-drop .dropdown-toggle i {
  margin-right: 5px;
}

.head-drop .dropdown-menu {
  width: 340px;
  left: auto;
  right: 0;
  border: none;
  box-shadow: 0 0 5px #0000002e;
}

.head-drop .ca-body {
  padding: 10px 20px;
}

.sf-area .drop-filter {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.sf-area .drop-filter .dropdown-toggle {
  width: 100%;
  text-align: left;
  border-radius: 5px;
  border-color: var(--border-color);
  font-size: 15px;
  padding: 13px 15px;
}

.sf-area .drop-filter .dropdown-toggle i {
  float: right;
  margin-top: 5px;
}

.sf-area .filters-sty .dropdown-menu {
  width: 100%;
}

.drop-styling {
  border: 1px dashed #acacac;
  border-radius: 5px;
  background-color: #fbfbfb;
  min-height: auto;
}

.drop-styling .dz-message {
  margin: 0;
  text-align: left;
  position: relative;
  padding: 0 0 0 45px;
  font-size: 14px;
}

.drop-styling .dz-message svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.drop-styling strong {
  margin-bottom: 7px;
  display: block;
}

.drop-styling .dz-message p {
  margin: 0;
}

.drop-styling .dz-preview {
  border: 1px solid var(--blue-color) !important;
}

.drop-styling .dz-preview .dz-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-styling .dz-remove {
  background-color: var(--blue-color);
  color: #fff;
}

.review-btn {
  text-align: right;
  display: block;
  font-weight: bold;
}

.reviewmodal .modal-header {
  display: block;
  text-align: center;
  position: relative;
}

.reviewmodal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 18px;
  box-shadow: 0 0 4px #000;
  border-radius: 50%;
}

.reviewmodal .modal-header p {
  margin: 0;
}

.reviewmodal .modal-footer {
  justify-content: center;
}

.reviewmodal .modal-footer button {
  padding: 12px 30px;
}


#signature {
  font-family: 'Damion', cursive;
  text-align: center;
  font-size: 28px;
  font-style: italic;
}

.disabled-link {
  pointer-events: none;
  color: #afafaf;
}

.sig-area {
  display: none;
}

.sf-cont p {
  text-align: center;
  font-size: 13px;
  color: #8b8b8b;
  margin: 20px 0 0;
}

.blue-btn:disabled {
  color: #acacac;
  background-color: var(--border-color);
  border: none;
}

.sf-cont button {
  border: none;
}

.load-pdf {
  min-height: 500px;
}

.booked-area {
  padding: 50px 0;
}

.booked-icn {
  text-align: center;
  margin: 0 0 30px;
}

.booked-area .ca-body {
  padding: 0;
}

.d-get-email button {
  background-color: rgb(247, 247, 247);
  width: 100%;
  text-align: left;
  padding: 13px 20px;
  margin: 30px 0 0;
  font-weight: bold;
}

.d-get-email button i {
  float: right;
  margin: 5px 0 0;
  color: var(--blue-color);
}

.view-link {
  position: absolute;
  right: 0;
  top: 2px;
  color: rgb(172, 172, 172);
  font-weight: bold;
  font-size: 15px;
}

.booked-area .ca-person {
  padding-right: 105px;
}

.dg-email .modal-header {
  display: block;
  position: relative;
  padding: 40px 25px 40px;
}

.dg-email .modal-header button {
  position: absolute;
  right: 20px;
  top: 20px;
}

.dg-email .modal-header p {
  margin: 0;
}

.dg-email .blue-btn {
  width: 100%;
  padding: 13px 0;
  font-weight: bold;
  margin: 30px 0 0;
}

.dg-email .modal-body {
  padding: 40px 25px;
}

.cancel-form .form-check {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px;
}

.cancel-form .form-check-label {
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 13px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.cancel-form .form-check-input {
  position: absolute;
  left: -100%;
}

.cancel-form .form-check-input:checked + .form-check-label {
  background-color: #0067ce14;
}

.booked-icn img {
  max-width: 95px;
}

.sf-cont .white-btn {
  border: 1px solid var(--border-color);
}

.cancel-area a {
  font-weight: bold;
  color: var(--black-color);
}

/* RESPONSIVE */

@media only screen and (max-width : 1399px){}
@media only screen and (max-width : 1199px){}
@media only screen and (max-width : 991px){}
@media only screen and (max-width : 767px){}
@media only screen and (max-width : 578px){}