@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"),
    url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"),
    url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
    url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"),
    url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"),
    url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
    url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"),
    url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"),
    url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue: #443eff;
  --white: #ffffff;
  --red: #c63737;
  --color333: #333333;
  --blue-light: #dbeef3;
  --dark-grey: #575757;
  --color937: #1f2937;
  --color563: #4b5563;
  --body-bg: #eeeeff;
}
body {
  font-family: "Roboto";
}
.dashboard-body {
  background-color: var(--body-bg);
}


.btn-danger {
  background-color: var(--red);
  border-color: var(--red);
}
.btn-primary {
  background-color: var(--blue);
  border-color: var(--blue);
}
.home-navbar .nav-logo {
  max-width: 144px;
  height: 100%;
  max-height: 69px;
}

.dropdown-toggle::after {
  width: 10px;
  border: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_134_23)'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_134_23'%3E%3Crect width='10' height='6' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.home-navbar .round-btn {
  padding: 8px 32px;
  font-weight: 500;
  font-size: 16px;
}
.home-navbar .ml-18 {
  margin-left: 18px;
}
.home-navbar .nav-link {
  color: var(--color333);
  padding-left: 9px !important;
  padding-right: 9px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.home-navbar .nav-link:hover {
  color: var(--blue);
}
.home-navbar .nav-item:last-child .nav-link {
  padding-right: 13px !important;
}
.home-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.home-navbar .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
.myAccount-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.myAccount-sec .aside-bar {
  padding: 35px 25px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  position: sticky;
  top: 95px;
}
.home-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
}
.myAccount-sec .aside-h2 {
  font-size: 24px;
  color: var(--color333);
  font-weight: 600px;
  margin-bottom: 59px;
}
.myAccount-sec .menu-title {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 50px;
}
.myAccount-sec aside .navbar-nav .nav-link {
  color: var(--color333);
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
}
.myAccount-sec aside .navbar-nav .nav-link:hover {
  color: var(--blue);
}
.myAccount-sec aside .navbar-nav .nav-link svg {
  margin-right: 32px;
}
.myAccount-sec aside .navbar-nav .nav-item {
  margin-bottom: 24px;
}
.myAccount-sec aside .Complet-Profile {
  color: var(--color333);
  font-weight: 700;
  font-size: 16px;
  margin-top: 105px;
  margin-bottom: 20px;
}
.myAccount-sec aside .progress {
  height: 5px;
  border-radius: 100px;
  background-color: #eee;
  margin-bottom: 10px;
}
.myAccount-sec aside .progress-bar {
  background-color: var(--blue);
}
.myAccount-sec aside .your-profile {
  color: var(--color333);
  font-weight: 500;
  font-size: 12px;
}
.myAccount-sec aside .your-profile {
  color: var(--color333);
  font-weight: 500;
  font-size: 12px;
  display: block;
}
.myAccount-sec aside .complete-pro-now {
  font-size: 10px;
  color: var(--dark-grey);
  display: block;
}
.myAccount-sec .right-navbar {
  padding: 20px 22px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  border-radius: 8px;
}
.myAccount-sec .right-navbar .breadcrumb-item a {
  color: var(--blue);
  font-weight: 500;
  font-size: 26px;
}
.myAccount-sec .right-navbar .breadcrumb-item.active a {
  color: var(--color333);
}
.myAccount-sec .right-navbar .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_152_81)'%3E%3Cpath d='M1.6665 15.6666L8.33317 8.99996L1.6665 2.33329' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_152_81'%3E%3Crect width='16.6667' height='10' fill='white' transform='matrix(0 -1 1 0 0 17.3333)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  line-height: 48px;
  height: 31px;
}
.myAccount-sec .form-content {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  border-radius: 8px;
  margin-top: 16px;
}
.myAccount-sec .form-tab {
  padding: 20px;
  white-space: nowrap;
}
.myAccount-sec .form-tab .nav-item {
  margin-right: 10px;
}
.myAccount-sec .form-tab .nav-item:last-child {
  margin-right: 0px;
}
.myAccount-sec .form-tab .nav-link {
  background-color: var(--blue-light);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  color: var(--blue);
  width: 100%;
}
.myAccount-sec .form-tab .nav-link.active {
  background-color: var(--blue);
  color: var(--white);
}

.myAccount-sec .profile-image .filepond--drop-label {
  color: #4c4e53;
}

.myAccount-sec .profile-image .filepond--label-action {
  text-decoration-color: #babdc0;
}

.myAccount-sec .profile-image .filepond--panel-root {
  background: url("../image/profile-image.png");
  background-size: cover;
  background-position: center;
  border: 2px solid var(--white);
}

.myAccount-sec .profile-image .filepond--root {
  width: 110px;
  margin-bottom: 0px;
}
.myAccount-sec .profile-image .filepond--drop-label.filepond--drop-label label {
  font-size: 10px;
  color: var(--blue);
  font-weight: 600;
}
.myAccount-sec .profile-image {
  margin-top: -55px;
  margin-left: 20px;
  width: 110px;
  height: 110px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: relative;
  background: url("../image/profile-bg-img.jpeg");
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.myAccount-sec .cover-image {
  background-image: url("../image/cover-image.jpg");
  height: 171px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.myAccount-sec .cover-image .file-uploader {
  opacity: 0;
  /* make it take the full height and width of the parent container */
  height: 100%;
  width: 100%;
  cursor: pointer;
  /* make it absolute */
  position: absolute;
  top: 0%;
  left: 0%;
}
.myAccount-sec .profile-image .file-uploader {
  /* make it invisible */
  opacity: 0;
  /* make it take the full height and width of the parent container */
  height: 100%;
  width: 100%;
  cursor: pointer;
  /* make it absolute */
  position: absolute;
  top: 0%;
  left: 0%;
}
.myAccount-sec .cover-image .edit-ico {
  position: absolute;
  background: #575757;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  cursor: pointer;
  top: 6px;
}
.myAccount-sec .profile-image .edit-ico {
  position: absolute;
  background: #575757;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  cursor: pointer;
  top: 6px;
}
.myAccount-sec .form-main {
  padding: 20px;
}
.myAccount-sec .form-main .form-header h2 {
  color: var(--color333);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.myAccount-sec .form-main .form-header {
  margin-bottom: 20px;
}
.btn-secondary {
  background-color: var(--dark-grey);
  border-color: var(--dark-grey);
}
.myAccount-sec .form-main .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 16px;
}

.myAccount-sec .form-main .btn svg {
  margin-left: 4px;
}
.form-details {
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  /* overflow: hidden; */
  padding: 20px;
}
.agency-view-bar ol.breadcrumb.mb-0.flex-nowrap.flex-fill {
  margin-right: 30px;
}
.review_textarea_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}

.review_textarea_btn_cancel.viewReview {
  color: #c63737;
  text-decoration: none;
  margin-right: 10px;
}
.form-details .table th {
  color: #1f2937;
  font-weight: 500;
  font-size: 16px;
  padding: 0px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.form-details .table tr:first-child th {
  padding-top: 0px;
}
.form-details .table tr:first-child td {
  padding-top: 0px;
}
.form-details .table td {
  color: #4b5563;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.form-details .table tr {
  border-bottom: 1px solid #eeeeff;
}
.form-details .table {
  margin-bottom: 0px;
  white-space: nowrap;
}
.form-details .table tr:last-child {
  border: 0px !important;
}
.form-details .table tr:last-child th {
  border: 0px !important;
  padding-bottom: 0px;
}
.form-details .table tr:last-child td {
  border: 0px !important;
  padding-bottom: 0px;
}
.myAccount-sec .form-main .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.4);
  padding-left: calc(var(--bs-gutter-x) * 0.4);
}
.subheading {
  font-weight: 400;
  color: #333c;
}
.white-space {
  white-space: nowrap;
}
.myAccount-sec .about-column {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  padding: 20px;
  border-radius: 8px;
}
.myAccount-sec .about-pera {
  color: var(--color333);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.myAccount-sec .about-pera-column {
  white-space: normal !important;
}
.bottom-bar {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
.bottom-bar .nav-link {
  color: var(--color333);
  font-weight: 500;
  font-size: 12px;
  padding: 6px 6px;
  border: 1px solid #eeeeee;
}
.bottom-bar .flex-fill {
  flex: 1 1 0 !important;
}
.bottom-bar .nav-link:hover {
  background-color: var(--blue);
  color: var(--white);
}
.bottom-bar .nav-link.active {
  background-color: var(--blue);
  color: var(--white);
}
footer .logo {
  max-width: 144px;
  height: 100%;
  max-height: 100px;
}
footer {
  background-color: #f8f9fb;
}
.footer {
  padding: 60px 0px;
}
.footer .pera {
  margin-top: 20px;
  color: var(--color333);
  font-size: 16px;
}
.footer h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .contact-ul .nav-link {
  padding: 0px;
  color: var(--color333);
}
.footer .contact-ul .nav-link .shrink-0 {
  margin-right: 6px;
}
.footer .contact-ul .nav-item {
  margin-bottom: 16px;
}
.footer .contact-ul .nav-item:last-child {
  margin-bottom: 0px;
}
.footer .social-media .nav-link {
  padding: 0;
}
.footer .social-media .nav-item {
  margin-right: 6px;
}
.footer .social-media .nav-item:last-child {
  margin-right: 0px;
}
footer .footer-bar {
  border-top: 1px solid #eeeeee;
  padding: 25px 0px;
}
footer .footer-column span {
  color: #757373;
  font-size: 14px;
}
footer .footer-column .nav-link {
  color: #757373;
  font-size: 14px;
  padding: 0px 8px;
}
footer .footer-column .nav-item {
  position: relative;
}
footer .footer-column .nav-item:last-child .nav-link {
  padding-right: 0px;
}
footer .footer-column .nav-item::after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
  color: #757373;
}
footer .footer-column .nav-item:last-child:after {
  display: none;
}
.myaccount-modal .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23E5E5E5'/%3E%3Cpath d='M12 10.8891L15.8891 7L17 8.11094L13.1109 12L17 15.8891L15.8891 17L12 13.1109L8.11094 17L7 15.8891L10.8891 12L7 8.11094L8.11094 7L12 10.8891Z' fill='%234F4F4F'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  opacity: 1;
}
.myaccount-modal .modal-title {
  font-size: 18px;
  color: var(--color333);
  font-weight: 600;
}
.myaccount-modal .modal-content {
  border-radius: 16px;
  box-shadow: 0 8px 36px 0px rgb(0 0 0 / 16%);
}
.myaccount-modal .modal-header {
  padding: 16px 24px;
  border-bottom: 0px;
}
.myaccount-modal .form-control {
  min-height: 52px;
  border: 1px solid #dddddd;
  color: var(--color333);
  font-size: 16px;
  border-radius: 32px;
  padding: 13px 20px;
}
.myaccount-modal .form-select {
  border: 1px solid #dddddd;
  color: var(--color333);
  font-size: 16px;
  border-radius: 32px;
  padding: 13px 20px;
}
.myaccount-modal .input-group .form-select {
  flex: 0 0 auto;
  width: 100px;
}
.myaccount-modal .row {
  --bs-gutter-x: 10px;
}
.myaccount-modal .modal-body {
  padding: 0px 24px;
}
.myaccount-modal .modal-footer {
  border: 0px;
  padding: 16px 24px 24px;
}
.myaccount-modal .form-control::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
}
.myaccount-modal .modal-footer .flex-fill {
  flex: 1 1 0 !important ;
}
.myaccount-modal .modal-footer .btn {
  border-radius: 32px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}
.myaccount-modal .modal-footer .btn-primary {
  background-color: var(--blue);
  border-color: var(--blue);
}
.horizontal-column .flex-fill {
  flex: 0 0 auto !important;
  width: 33.33%;
}
.horizontal-column .col-4 {
  width: 40%;
}
.horizontal-column .row {
  flex-wrap: nowrap;
}
.horizontal-column .column-data {
  padding: 10px;
}
.myaccount-modal .modal-footer .btn-outline-secondary {
  /* background-color: var(--dark-grey); */
  border-color: var(--dark-grey);
}
.myaccount-modal .form-details {
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0px;
}
.myaccount-modal .are-you-sure {
  font-size: 22px;
  color: var(--color333);
  font-weight: 600;
}
.team-card {
  white-space: nowrap;
}
.team-header img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 10px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  border: 2px solid #fff;
}
.header-profileimg {
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 3px;
  border: 2px solid #fff;
}
.team-card .content h3 {
  font-size: 16px;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 2px;
}
.team-card .content span {
  font-size: 13px;
  color: #1f2937;
  font-weight: 400;
  margin-bottom: 1px;
}
.lns-checkbox {
  display: inline-flex;
  align-items: center;

  user-select: none;
}
.lns-checkbox span {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--dark-grey);
  padding: 6px 15px 6px 15px;
  background-color: var(--white);
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.lns-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.lns-checkbox input[type="checkbox"]:checked + span::after {
  background-color: var(--blue);
}
.lns-checkbox input[type="checkbox"]:checked + span {
  color: var(--white);
  background-color: var(--blue);
}
.lns-checkbox input[type="checkbox"]:focus + span::before {
  border-color: var(--blue);
}
.lns-checkbox input[type="checkbox"]:disabled {
  opacity: 0.85;
}
.lns-checkbox input[type="checkbox"]:disabled + span {
  color: #9a9a88;
}
.lns-checkbox input[type="checkbox"]:checked + span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10L9 13L15 7' stroke='%23443EFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: -3px -2px;
}
.lns-checkbox span::before {
  content: "";
  display: inline-block;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 8px;
  height: 16px;
  width: 16px;
  border: 1px solid #333;
}
.lns-checkbox span::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background-color: transparent;
  left: 3px;
  position: absolute;
}

.time-table .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 28px;
}

.time-table .switch input {
  display: none;
}

.time-table .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color333);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.time-table .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.time-table .switch input:checked + .slider {
  background-color: var(--blue);
}

.time-table .switch input:checked + .slider:before {
  -webkit-transform: translateX(61px);
  -ms-transform: translateX(61px);
  transform: translateX(61px);
}

/*------ ADDED CSS ---------*/
.time-table .switch .on {
  display: none;
}

.time-table .switch .on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 60%;
  font-size: 13px;
}
.time-table .switch .on {
  top: 50%;
  left: 30%;
}
.time-table .form-control {
  min-height: 52px;
  border: 1px solid #dddddd;
  color: var(--color333);
  font-size: 16px;
  border-radius: 32px;
  padding: 13px 20px;
}
.time-table td {
  vertical-align: middle;
  padding-right: 10px !important;
}
.time-table th {
  padding-right: 10px !important;
}
.time-table .custm-form-control {
  min-height: 42px;
  padding: 8px 20px;
  width: 200px;
}

.time-table .switch input:checked + .slider .on {
  display: block;
}

.time-table .switch input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.time-table .switch .slider.round {
  border-radius: 34px;
}

.time-table .switch .slider.round:before {
  border-radius: 50%;
}
.holiday-column .flex-fill {
  flex: 0 1 auto !important;
}
.step-column {
  border-radius: 12px;
  border: 1px solid #eeeeee;
  background: #fff;
}
.step-column .step-header {
  padding: 0px 30px;
}
.step-column .form-tab {
  padding: 20px 0px;
  white-space: nowrap;
  border-bottom: 1px solid #eeeeee;
}
.step-column .form-tab .nav-item {
  margin-right: 10px;
}
.step-column .form-tab .nav-link.active {
  background-color: var(--blue);
  color: var(--white);
}
.step-column .form-tab .nav-link {
  background-color: #eff0f6;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  color: #6f6c90;
  width: 100%;
}

.step-column .profile-image {
  width: 110px;
  height: 110px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: relative;
  background: url("../image/profile-bg-img.jpeg");
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.step-column .profile-image .file-uploader {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0%;
}
.step-column .profile-image .edit-ico {
  position: absolute;
  background: #575757;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  cursor: pointer;
  top: 6px;
}
.step-column .step-title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.step-column .form-floating > label {
  color: #575757;
  font-size: 18px;
}
.step-column .form-control {
  min-height: 52px;
  border: 1px solid #dddddd;
  color: var(--color333);
  font-size: 16px;
  border-radius: 32px;
  padding: 13px 20px;
}
.step-column .form-select {
  border: 1px solid #dddddd;
  color: var(--color333);
  font-size: 16px;
  border-radius: 32px;
  padding: -1px 20px;
  min-height: 58px;
  padding-top: 27px;
}
.step-column .form-content {
  height: 100%;
  max-height: 400px;
  overflow-y: auto;
  padding: 24px 30px;
}
.step-column .input-group .form-select {
  flex: 0 0 auto;
  width: 100px;
}
.step-column .form-footer {
  padding: 0px 30px 24px;
}
.step-column .form-footer .btn {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  max-width: 215px;
}
.step-column .sub-step-title {
  color: rgb(51, 51, 51, 0.8);
  font-weight: 600;
  font-size: 22px;
}
.step-column .qustion-h3 {
  font-size: 20px;
  font-weight: 600;
  color: rgb(51, 51, 51, 0.8);
}
.step-column .welcome-column img {
  max-width: 350px;
}
.step-column .welcome-column {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 15px;
}
.welcome-column h1 {
  color: var(--color333);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.welcome-column h2 {
  font-weight: 600;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 36px;
}
.step-column .welcome-column .btn {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  max-width: 215px;
}
.step-column .welcome-one {
  padding: 42px 26px;
}
.step-sec .step-main-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
.heading-title .add-your-title {
  color: var(--color333);
  font-size: 20px;
  font-weight: 600;
}
.addYourstream .ql-container.ql-snow {
  border: 0px;
}
.addYourstream {
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  overflow: hidden;
}
.addYourstream .ql-toolbar.ql-snow {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.addYourstream .ql-editor {
  min-height: 200px;
}
.addYourstream .preview-col {
  flex: 0 0 auto;
  padding: 0px 5px;
  width: 15%;
  margin-bottom: 10px;
}
.addYourstream .preview-col img {
  border-radius: 8px;
  height: 96px;
}
.addYourstream .preview-img {
  position: relative;
}
.addYourstream .preview-img .btn {
  position: absolute;
  right: -5px;
  top: -5px;
}
.stream-card {
  border: 1px solid #eeeeee;
  border-radius: 32px;
  margin-bottom: 26px;
  padding: 24px;
}
.stream-card .stream-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #575757;
  border-radius: 100%;
  margin-right: 12px;
}
.stream-card .stream-header h2 {
  font-size: 18px;
  font-weight: 600px;
  color: var(--color333);
  margin-bottom: 7px;
}
.stream-card .stream-header .time {
  font-size: 14px;
  color: var(--color333);
}
.stream-card .stream-header {
  padding-bottom: 24px;
}
.stream-card .stream-body p {
  color: #000;
  font-size: 16px;
}
.stream-card .stream-body img {
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  height: 100%;
  height: 350px;
}
.stream-footer .btn {
  color: var(--color333);
}
.stream-footer .btn.active {
  color: var(--blue);
}

.stream-card .grid-img {
  padding: 0px 5px;
  flex: 0 0 auto;
  width: 33.33%;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.stream-card .grid-img img {
  height: 200px;
}
.stream-card .grid-img-more {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  background: #443eff;
  color: #fff;
  padding: 6px 6px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-column .chat-left-header{
  padding: 16px 15px;
  border-bottom: 1px solid #eee;
}
.chat-column .chat-left-header .nav-link{
border-radius: 32px;
padding: 2px 14px;
font-size: 16px;
font-weight: 600;
background-color: #DBEEF3;
color: #443EFF;
}
.chat-column .chat-left-header .nav-item{
  margin-right: 6px;
}
.chat-column .chat-left-header .nav-link.active{
  background-color: var(--blue);
  color: var(--white);
  }
  .chat-column .chat-left {
    border-right: 1px solid #eee;
}

.chat-review-list img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  object-position: center;
  margin-right: 6px;
}
.chat-column .chat-review-list {
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
}
.chat-column .chat-review-list.active {
 
  background: #EEEEEE;
 
}
.chat-column .tab-content {
  overflow-y: auto;
  height: 460px;
}

.chat-column .chat-review-list .title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  display: block;
  line-height: 14px;
}
.chat-column .chat-review-list .subtitle {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 12px;
}
.chat-column .chat-review-list .time {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 12px;
}
.chat-live-sec .chat-header img {
  border: 1px solid #EEEEFF;
  width: 57px;
  height: 57px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 9px;
}

.chat-live-sec .chat-header .title {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 16px;
}

.chat-live-sec .sub-heading {
  color: rgba(51,51,51, 0.8);
  font-size: 14px;
  line-height: 14px;
}

.chat-live-sec .chat-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.chat-live-sec .chat-image img{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.chat-live-sec .chat-body{
  padding: 20px 15px;
  height: 337px;
  overflow: auto;
}
.chat-live-sec .chat-body .time {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  display: block;
  margin-right: 11px;
}
.chat-live-sec .chat-body .userName {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-right: 15px;
}
.chat-live-sec .chat-body .userDetail{
  max-width: 320px;
}
.chat-live-sec .chat-body .text-message {
  background-color: #DBEEF3;
  padding: 7px 24px;
  text-align: center;
  border-radius: 36px;
  font-size: 16px;
  color: #443EFF;
  line-height: 16px;
  margin-top: 15px;
}
.chat-live-sec .chat-body .detailtext{
  margin-top: 10px;
}
.chat-live-sec .chat-footer {
  border-top: 1px solid #eee;
  position: relative;

}
.chat-live-sec .chat-footer textarea{
  padding: 32px 130px 32px 15px;
  height: 89px;
  width: 100%;
  border: 0px;
}
.chat-live-sec .chat-footer textarea:focus{
  box-shadow: none;
  outline: 0px;
}
.chat-live-sec .chat-footer .btn {
  position: absolute;
  right: 15px;
  top: 22px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 36px;
}
.country-code .serachSelect .form-select {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 10px;
}
.hero-sec{
  background-image: url('../image/hero-img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 570px;
}
.hero-sec h1 {
  color: #fff;
  font-size: 84px;
  font-weight: 700;
  margin-bottom: 30px;
}
.hero-sec p {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.hero-sec .header-content {
  padding: 135px 0px;
}
  .visa-tab{
  padding: 0px 27px;
  margin-top: -142px;
 

}
.visa-tab .hero-form {
  background: #FFFFFF;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  height: 285px;
}
.visa-tab .hero-form .nav-tab-link{
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 13px;
  padding-bottom: 13px;
  color: var(--color333);
}
.visa-tab .hero-form  .nav-tab-link{
  border-bottom: 1px solid #DDDDDD;

}
.visa-tab .hero-form .nav-pills .nav-tab-link.active, .nav-pills .show>.nav-tab-link {
  background: transparent;
  color: #443EFF;
  border-color: #443EFF;
}
.visa-tab .visa-form-tab {
  max-width: 612px;
  margin: 36px auto;
}
.visa-tab .visa-form-tab .nav-tabs{
  border: 0px;
  gap: 20px;
  margin-bottom: 36px;
}
.visa-tab .visa-form-tab .nav-tabs .flex-fill {
  flex: 1 1 0 !important;
}
.visa-tab .visa-form-tab .form-control{
  font-size: 18px;
  color: #000;
  padding: 17px 45px 17px 26px;
  border-radius: 32px;
  border: 1px solid #DDDDDD;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_54_99)'%3E%3Cpath d='M11.625 10.5H11.0325L10.8225 10.2975C11.5575 9.4425 12 8.3325 12 7.125C12 4.4325 9.8175 2.25 7.125 2.25C4.4325 2.25 2.25 4.4325 2.25 7.125C2.25 9.8175 4.4325 12 7.125 12C8.3325 12 9.4425 11.5575 10.2975 10.8225L10.5 11.0325V11.625L14.25 15.3675L15.3675 14.25L11.625 10.5ZM7.125 10.5C5.2575 10.5 3.75 8.9925 3.75 7.125C3.75 5.2575 5.2575 3.75 7.125 3.75C8.9925 3.75 10.5 5.2575 10.5 7.125C10.5 8.9925 8.9925 10.5 7.125 10.5Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_99'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 22px center;
}
.visa-tab .visa-form-tab .form-control::placeholder{
  color: #333333;
}

.visa-tab .visa-form-tab .nav-link{
border: 1px solid #443EFF;
border-radius: 100px;
color: var(--color333);
font-size: 18px;
font-weight: 500;
padding-top: 12px;
padding-bottom: 12px;
}
.visa-tab .visa-form-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: var(--blue);
  color: #fff;
}
.visa-tab .hero-woom{
  padding: 0px 12px;
}
.news-stream-sec {
  padding: 80px 0px;
}
.header-data h2 {
  font-size: 52px;
  font-weight: 700;
  color: var(--color333);
}
.news-stream-sec .header-data h2{
  margin-bottom: 30px;
}
.news-stream-sec .header-data p{
  max-width: 653px;
  margin: 0px auto;
  color: var(--color333);
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 30px;
}
.news-stream-sec .stream-card{
  border: 0px;
  box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.15);
}
.news-stream-sec .view-more-btn{
  font-size: 20px;
  font-weight: 500;
  padding: 12px 46px;
}
.filter-column  .form-select {
  border: 1px solid #dddddd !important;
  color: var(--color333) !important;
  font-size: 16px !important;
  border-radius: 32px !important;
  padding: 13px 20px !important;
}
.select2-selection{
  border: 1px solid #dddddd !important;
  color: var(--color333) !important;
  font-size: 16px !important;
  border-radius: 32px !important;
  padding: 13px 20px !important;
  min-height: 52px !important;
}
.filter-column .btn {
  border-radius: 32px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}
.save-navbar .save-serach {
  border-radius: 32px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 23px;
}
.save-navbar .save-serach svg{
  margin-left: 10px;
}
.serach-page-content .search-page-navbar .nav-item{
  max-width: 137px;
}
.serach-page-content .search-page-navbar {
  border-bottom: 1px solid #eee;
}
 .agency-card {
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  overflow: hidden;
}
 .agency-card .bg-agency {
  background: #443EFF;
  height: 80px;
}
.agency-card .profile-image-circle img {
  border: 2px solid #eee;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}
.agency-card .profile-image-circle {
  margin-top: -57px;
}
.agency-card  .content {
  margin: 10px 0px;
  padding: 0px 10px;
}
.agency-card  .content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.agency-card  .content p{
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 6px;
}
.agency-card  .content .rating-text{
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  text-decoration: none;
}
.agency-card hr{
  border-color: #ddd;
  margin: 10px 0px;
  opacity: 1;
}
.agency-card .list-data{
  padding: 0px 10px;
}
.agency-card .list-data svg{
  margin-right: 4px;

}
.agency-card .list-data li{
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
}
.agency-card .agency-card-footer{
  padding: 10px;
  padding-top: 0px;
}
.agency-card .agency-card-footer .flex-fill {
  flex: 1 1 0 !important;
}
.agency-card .agency-card-footer .btn{
  padding: 4px 12px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 600;
}
.btn-warning{
  background-color: #ED8E00 !important;
  border-color: #ED8E00 !important;
  color: #fff !important;
}
.agency-view-btn .btn{
min-width: 114px;
}
.wt-space{
  white-space: nowrap;
}
.agency-view-bar .nav-item{
  max-width: 190px;
}
.agency-side-bar-data .profile{
width: 100px;
height: 100px;
border-radius: 100%;
object-fit: cover;
object-position: center;
}
.agency-side-bar-data .agency-title {
  font-size: 24.15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
  .address-pera{
  font-size: 21px;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 8px;
  text-decoration: none;
  word-break: break-all;
}
.agency-side-bar-data .agency-profile-btn-gp .btn{
font-size: 16px;
font-weight: 600;
padding-top: 12px;
padding-bottom: 12px;
}
.serach-page-content .agency-view-bar{
  border-bottom: 1px solid #eee;
}
 .testimonial-wrapper {
  padding: 0 10px;
}
.testimonial-wrapper .testimonial {
  color: #808080;
  position: relative;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 15px;
}
.testimonial-wrapper .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}
.testimonial-wrapper .media {
  position: relative;
  padding: 0 0 0 20px;
}
.testimonial-wrapper .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}
.testimonial-wrapper .media-body {
  -ms-flex: 1;
  flex: 1;
}
.testimonial-wrapper .overview {
  padding: 3px 0 0 15px;
}
.testimonial-wrapper .overview b {
  text-transform: uppercase;
  color: var(--blue);
}
.testimonial-wrapper .overview .details {
  padding: 0px 0 2px;
}

.text-primary{
  color: var(--blue) !important;
}
.testimonial-wrapper .list-inline {
  padding-left: 0;
  list-style: none;
}
.testimonial-wrapper .list-inline-item {
  margin: 0px;
}
.testimonial-wrapper .media {
  display: -ms-flexbox;
  display: flex
;
  -ms-flex-align: start;
  align-items: flex-start;
}
.share-drop i {
  width: 16px;
}
.stream-body .owl-dots {
  margin-top: 10px !important;
}

@media (min-width: 991px) {
  .stream-card .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 0px !important;
  }
  
  
  
  .stream-card .owl-nav button {
    position: absolute;
    background: none !important; /* अगर बैकग्राउंड हटाना हो */
    border: none;
    outline: none;
    font-size: 55px !important;
    color: inherit !important;
    line-height: 22px !important;
  }
  
  
  .stream-card .owl-prev {
    left: 0px; /* बटन को और बाईं ओर करने के लिए */
  }
  
  .stream-card .owl-next {
    right: 0px; /* बटन को और दाईं ओर करने के लिए */
  }
}

@media (min-width: 576px) {
  .myaccount-modal .modal-dialog {
    max-width: 700px;
  }
}


@media (min-width: 576px) {
  .myaccount-modal .modal-dialog {
    max-width: 700px;
  }
}

@media (max-width: 1399.98px) {
  .myAccount-sec .form-main .horizontal-column .btn {
    font-size: 14px;
    padding: 4px 6px;
  }
}
@media (max-width: 991.98px) {
  .home-navbar .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .agency-view-btn .btn {
    min-width: 96px;
}
.save-navbar .save-serach {

  padding: 8px 10px;
}
  .stream-footer .btn {
    padding: 4px 8px !important;
}
  .news-stream-sec .view-more-btn{
    font-size: 18px;
    padding: 12px 40px;
  }
  .news-stream-sec {
    padding: 40px 0px;
}
.header-data h2 {
  font-size: 28px;
 }
 .news-stream-sec .header-data h2 {
  margin-bottom: 15px;
}
.news-stream-sec .header-data p {
  font-size: 16px;
  margin-bottom: 20px;
}
  .visa-tab .hero-form .nav-tab-link {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
 }
 .visa-tab .visa-form-tab .nav-link {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.visa-tab .visa-form-tab {
  margin: 30px auto;
}
.visa-tab .visa-form-tab .nav-tabs {
 
  gap: 10px;
  margin-bottom: 20px;
}
.visa-tab .hero-form {
  height: 220px;
}
.visa-tab {
  padding: 0px 15px;
  margin-top: -110px;
}
  .hero-sec h1 {
    font-size: 36px;
    margin-bottom: 20px;
 }
 .hero-sec p {
  font-size: 18px;
}
.hero-sec {
  height: 382px;
}
.hero-sec .header-content {
  padding: 70px 0px;
}
  .chat-live-sec .chat-body {
    height: 248px;
 }
  .chat-column .tab-content {
    height: 227px;
}
  .stream-card .grid-img img {
    height: 100px;
}
  .addYourstream .preview-col {
    width: 33.33%;
  }
  .stream-card .stream-header h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .stream-card .stream-img {
    width: 50px;
    height: 50px;
    margin-right: 6px;
  }
  .addYourstream .preview-col img {
    height: 76px;
  }
  .stream-card .stream-body p {
    font-size: 15px;
  }

  .myAccount-sec .form-main {
    padding: 12px;
  }
  .stream-card {
    padding: 10px;
  }
  .stream-footer svg {
    width: 58px;
  }
  .step-sec .step-main-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .step-column .step-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .myAccount-sec .form-main .form-header {
    padding-bottom: 10px;
  }
  .myaccount-modal .modal-body {
    padding: 0px 15px;
  }
  .myaccount-modal .modal-header {
    padding: 16px 15px;
  }
  .myaccount-modal .modal-footer {
    padding: 16px 15px 24px;
  }
  .myaccount-modal .modal-footer .btn {
    font-size: 14px;
  }
  .footer {
    padding: 26px 0px;
  }
  footer .footer-bar {
    padding: 15px 0px;
  }
  .home-navbar .nav-logo {
    max-width: 100px;
  }
  .tabs-reponsive {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    background-color: var(--white);
    z-index: 3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 2px solid #eeeeee;
  }
  .myAccount-sec .form-tab .nav-link {
    font-size: 15px;
    padding: 8px 15px;
  }
  .home-header {
    position: static;
    top: 0px;
  }
  .myAccount-sec .form-tab {
    padding: 15px;
  }
  .myAccount-sec .right-navbar {
    padding: 15px 15px;
  }
  .myAccount-sec .right-navbar .breadcrumb-item a {
    font-size: 18px;
  }
  .myAccount-sec .right-navbar .breadcrumb-item + .breadcrumb-item::before {
    height: 20px;
    line-height: 41px;
  }
  .home-navbar .ml-18 {
    margin-left: 9px;
  }
  .myAccount-sec .form-main .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
  }
  .myAccount-sec .form-details {
    padding: 10px;
  }
  .myAccount-sec .profile-image {
    margin-left: 10px;
  }
  .myAccount-sec .profile-image .filepond--root {
    width: 90px;
    margin-top: -45px;
  }
  .myAccount-sec {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .myAccount-sec .about-column {
    padding: 10px;
  }
  .myAccount-sec .aside-bar {
    padding: 35px 25px;
    border-radius: 0px;
    box-shadow: none;
    position: static;
    top: inherit;
    overflow-y: auto;
  }
  .aside-columns {
    padding: 0px;
  }
  .myAccount-sec .aside-h2 {
    margin-bottom: 26px;
  }
  .myAccount-sec .menu-title {
    margin-bottom: 20px;
  }
  .myAccount-sec aside .navbar-nav .nav-item {
    margin-bottom: 18px;
  }
  .myAccount-sec .aside-columns.offcanvas.offcanvas-start {
    width: 320px;
  }
  .myAccount-sec aside .Complet-Profile {
    margin-top: 50px;
  }
  .myAccount-sec .cover-image {
    height: 110px;
  }
  .holiday-column .btn {
    font-size: 14px !important;
    padding: 4px 6px !important;
  }
  .holiday-column .flex-fill {
    flex: 1 1 auto !important;
  }
  .step-sec {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .step-sec .flex-column {
    padding: 0px 0px !important;
  }
  .step-column .form-content {
    padding: 15px 12px;
  }
  .step-column .form-footer .btn {
    padding: 8px 15px;
    font-size: 16px;
    max-width: 120px;
  }
  .step-column .step-header {
    padding: 0px 10px;
  }
  .step-column .form-tab {
    padding: 10px 0px;
  }
  .step-column .form-content {
    max-height: 457px;
  }
  .step-column .form-footer {
    padding: 0px 12px 15px;
  }
  .step-column .sub-step-title {
    font-size: 16px;
  }
  .step-column .qustion-h3 {
    font-size: 16px;
  }
  .step-column .welcome-one {
    padding: 26px 26px;
  }
  .welcome-column h1 {
    font-size: 22px;
  }
  .welcome-column h2 {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768.98px) {
  .horizontal-column .col-4 {
    width: 100%;
  }
  .agency-view-bar{
    width: 500px;
  }
}
