/***********----------Common css start----------***********/
*,
html,
body {
  font-family: "Roboto", sans-serif;
}
body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul {
        margin: 0;
        padding: 0;
    }
ul {
  padding-left: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
.required {
  color: red;
}
section {
  padding: 100px 0;
}

/***********----------Font css end----------***********/
input:focus-visible {
  outline: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.input-group {
   flex-direction: column; 
  /*align-items: center;*/
}
.form-check-input:checked {
    background-color: #004650;
    border-color: #004650;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
.form-switch .form-check-input {
    border-radius: 10px;
}
.form-control:disabled {
    background: #f9f9f9;
}
h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.custom-btn {
  background-color: #004650;
  color: #fff;
  min-width: 110px;
  min-height: 45px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  text-align: center;
  display: inline-block;
  border: none;
}
.registration h6 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.registration p {
  color: #767676;
  margin-bottom: 30px;
}
.input-group .form-control {
  width: 100%;
  border-radius: 0;
  height: 50px;
  border-color: #e6e6e6;
}
.form-control::placeholder {
  color: #cecece;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
  border: 2px solid #004650;
}
.input-group label {
  margin-bottom: 15px;
  font-weight:600;
}
.input-group .d-flex .countryCode {
  width: 140px;
}
/*.input-group .d-flex input {
  margin-left: 20px;
}*/
.select2-container .select2-selection--single {
  height: 50px;
  color: #cecece;
  font-size: 14px;
  display: flex;
  align-items: center;
  background-color: #fff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 0px !important;
  padding-left: 4px;
}
/*.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #cecece;
}*/
/*.select2-container--open .select2-selection--single {
  border: 1px solid transparent !important;
}*/
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #004650;
  color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  width: 38%;
  max-width: 40px;
  top: 0;
  right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  content: "\f107";
  position: absolute;
  right: 12px;
  color: #a0a0a0;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
}
.select2-container--open .select2-selection__arrow:after {
  content: "\f106" !important;
}

.btn_1 {
    background-color: #043D46;
    border: 1px solid #043D46;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 16px;
}

.btn_2 {
    background-color: #043D46;
    border: 1px solid #043D46;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0px;
}

.btn_3 {
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 0 5px 5px 0;
}

.btn_4 {
    background-color: #46ABCE;
    border: 1px solid #46ABCE;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}
.swal2-confirm {
    background-color: #043D46;
    border: 1px solid #043D46;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 16px;
    min-width:120px;
    border-radius:0;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #043d46 !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid rgb(4 61 70) !important;
}
a.btn_1:hover, a.btn_3:hover, a.btn_4:hover {
    color: #fff;
}

a.btn_2:hover {
    color: #000;
}

.error-msg {
    color: #e23c39;
    font-size: 14px;
    margin-top: .25rem;
}

.login-div .error-msg {
    margin-top: 4px;
}
/*car-details page css*/

.title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #004650;
  margin-bottom: 50px;
  color: #004650;
}
.upload_box {
  border: 1px solid #e6e6e6;
  padding: 30px 0;
  text-align: center;
}
    .upload_box .progress {
        width: 80%;
        margin: 10px auto;
        height: 10px;
    }
        .upload_box .progress .progress-bar{
            height:10px;
        }
         .input-group {
            margin-bottom: 20px;
        }
@media (max-width:767px){
    .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .location .input-group label {
        margin: 15px 0;
    }
}
.car_details h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*vehicle description page css*/
.vehicle_description .input-group span {
  color: #cecece;
}
.vehicle_description .vehicle_para {
  font-size: 14px;
  margin-top: 30px;
  padding-left: 50px;
  position: relative;
}
.vehicle_description .vehicle_para::before {
  content: "";
  position: absolute;
  border-bottom: 5px solid #ff0101;
  width: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.vehicle_description h6 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.vehicle_description .summernote_para {
  color: #767676;
  margin-bottom: 30px;
}
.note-editor.note-frame {
  border: 1px solid #e6e6e6;
}
.note-editor .note-toolbar {
    border-bottom: 1px solid rgb(230, 230, 230);
    background-color: rgb(247, 247, 247);
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dropdown-toggle::after {
  display: none;
}
.btn-group > .btn {
  background-color: #fff;
  border-color: #b5b5b5;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  display: none;
}
.note-editor.note-frame .note-statusbar {
  border-top: none;
}
.note-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) !important;
}
.note-modal .modal-content {
    height: auto;
    align-items: normal;
    padding:15px 30px;
}
/*packages page css*/
.nav-pills {
    margin-bottom: 50px;
}
.nav-pills .nav-item:not(:last-of-type) {
  margin-right: 30px;
}
.nav-pills .nav-link {
  border-radius: 0;
  background-color: #004650;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 35px 90px;
  min-width: 340px;
}

.nav-pills .nav-link.active {
  background-color: #00252b;
}
.packages h4 {
  color: #004650;
  margin-bottom: 50px;
}
.packages h5 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.packages ul.list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.packages ul.list {
  padding-left: 40px;
}
.packages ul.list li {
  font-size: 22px;
  position: relative;
}

.packages ul.list li::after {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  background-color: #004650;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  left: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  font-size: 12px;
}
/*Manage Listing page css*/

/* .manage_listing .filter-sec .input-group {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
} */
.manage_listing .filter-sec .input-group label {
  margin-bottom: 0;
  margin-right: 24px;
  min-width: 75px;
  /* max-width: 38px; */
}
.manage_listing .select2-container {
  flex: 1;
}
.manage_listing .select2-container .select2-selection--single {
  background-color: #efefef !important;
}
.manage_listing
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #9b9b9b;
}
.manage_listing .filter_para {
  color: #e13131;
  font-size: 20px;
}

.manage_listing .filter-sec .selectBox {
  border-right: 1px solid #e3e3e3;
  padding-right: 35px;
}
.manage_listing .filter-sec {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.selectBox {
  flex: 1;
  min-width: 300px;
}
.filter-sec .selectBox:not(:last-of-type) {
  margin-right: 30px;
}
.manage_listing table {
  border: 1px solid #e3e3e3;
}
.manage_listing th {
  border: 1px solid #e3e3e3;
  background-color: #004650 !important;
  color: #fff !important;
  text-align: center;
  padding: 15px 30px;
}
.manage_listing tr {
  border: none;
}
.manage_listing td {
  border: 0;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  vertical-align: middle;
  text-align: center;
}
.manage_listing .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #fff;
}
.manage_listing .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #f6f6f6;
}

.manage_listing .custom-btn.sold_out {
  background-color: #45c32a;
}
.manage_listing .custom-btn.incomplete {
  background-color: #e13131;
}
.manage_listing .custom-btn.draft {
  background-color: #ff0000;
}
.manage_listing .icon:not(:last-of-type) {
  margin-right: 10px;
  color: #aaaaaa;
}
.manage_listing .icon:last-of-type {
  color: #e13131;
}
.pagination {
  display: flex;
  justify-content: end;
  flex-wrap:wrap;
}
@media(max-width:991px){
    .pagination {
        justify-content: start;
        flex-wrap: wrap;
        margin: 25px 0;
    }
}
    .pagination li{
        margin-bottom:40px;
    }
    .pagination a {
        color: #9b9b9b;
        padding: 15px 20px;
        text-decoration: none;
        background-color: #efefef;
        margin: 0 7px;
    }
.pagination .active a {
    color: #fff;
    background-color: #004650;
}
.pagination li:last-of-type a {
  margin-right: 0;
}
.modal-body {
  flex: 0;
  padding: 10px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  width: 525px;
  height: 400px;
  justify-content: center;
  align-items: center;
}
.modal-header {
  border-bottom: 0;
  color: #ff0000;
  padding: 10px;
}
.modal-header .modal-title {
  font-size: 28px;
  font-weight: bold;
}
.modal-footer {
  border-top: 0;
  padding: 10px;
}
.modal .custom-btn {
  min-width: 140px;
}
.manage_listing .card {
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2),
    0 2px 12px -3px rgba(0, 0, 0, 0.19);
}
.manage_listing .card table,
.manage_listing .card td,
.manage_listing .card tr {
  border: 0;
  text-align: left;
}
.manage_listing .card thead tr td:last-of-type {
  position: relative;
}
.manage_listing .card thead tr td:last-of-type::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #004650;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
}
.manage_listing .card thead tr td.listed:last-of-type::before {
  background-color: #45c32a;
}
.manage_listing .card thead tr td.incomplete:last-of-type::before {
  background-color: #e13131;
}
.manage_listing .card thead tr td.draft:last-of-type::before {
  background-color: #ff0000;
}
.manage_listing .card .card-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.manage_listing .card td {
  padding: 7px;
}
.manage_listing .card thead tr td:last-of-type,
.manage_listing .card tbody tr td:last-of-type {
  font-weight: bold;
}
.manage_listing .card thead tr td:first-of-type,
.manage_listing .card tbody tr td:first-of-type {
  padding-left: 0;
}
.manage_listing .car_details.row {
  row-gap: 30px;
}
.manage_listing table tbody td:nth-child(2) .custom-btn {
  min-width: 150px;
}
/***********----------Common css end----------***********/

/***********----------header css start----------***********/
.container-fluid {
  max-width: 100%;
  padding: 0px 15px;
}

header .navbar {
  position: relative;
}

.navbar-light .navbar-brand {
  padding-left: 0px;
  max-width: 330px;
}

header .navbar-light .navbar-nav .nav-link {
  color: #000000;
  padding: 20px 1rem 20px 30px;
  width: 100%;
}

.dropdown .nav-link {
  padding-right: 0px;
  border-left: 2px solid #ccc;
}
.nav-item a p {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .container-fluid,
  .container-custom {
    padding: 0px 100px !important;
  }
}

.navbar-brand img {
  height: 68px;
}

header {
  background: #f8f9fa;
}

.navbar-nav {
  padding-right: 0 !important;
}

.rotate {
  padding-right: 0 !important;
  padding-left: 55px;
  width: 161.5px;
  text-align: right;
}

.rotate svg,
.rotate svg {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 10px;
  transform: translateY(2px);
}

.rotate svg.down,
.rotate i.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 15px;
  clear: both;
  font-weight: 500;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 0;
  font-size: 13.5px !important;
}

.dropdown-menu .dropdown-item:not(:nth-last-child(1)) {
  border-bottom: 1px solid #ccc;
}

.dropdown-menu.dropdown-menu-right.p-0.show {
  position: absolute;
  right: 0;
  top: 60px;
  width: auto;
  left: auto;
  border: none !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
}

.dropdown-item:hover,
.dropdown-item:active {
  background: #ee001330;
  border-right: 4px solid #ee0013;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #000;
}
.navbar-toggler {
  padding: 0;
  line-height: 1;
  color: #004650;
  border: none;
  border-radius: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link.active{
    font-weight:600;
}
.dropdown {
    padding-left: 40px;
    display: flex;
    align-items: center;
}

/*****user dropdown css start*****/
.user-dropdown-box {
  position: relative;
}

.user-dropdown-box:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #ccc;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

.user-dropdown {
  padding: 15px 0px;
  font-size: 16px;
  cursor: pointer;
}

.user-dropdown .fa-chevron-down {
  transition: transform 0.3s ease; /* Add a transition for smooth effect */
}

.icon-rotate {
  transform: rotate(180deg); /* Rotate the icon 180 degrees */
}
.user-dropdown > span {
  cursor: pointer;
  margin-left: 8px;
}

.user-dropdown-box ul {
  display: none;
  margin-top: -1px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  position: absolute;
  width: fit-content;
  background-color: #fff;
  right: 0;
  min-width: 160px;
  z-index: 9;
  padding-left: 0;
}

.user-dropdown-box li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user-dropdown-box a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-right: 4px solid #fff;
  font-size: 14px;
}

.user-dropdown-box li a:hover {
  background: #ee001333;
  border-right: 4px solid #ee0013;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.user-dropdown > span {
  cursor: pointer;
  margin-left: 8px;
}
/***********----------header css end----------***********/

/***********----------Footer css start----------***********/
footer {
    background-color: #f7f7f7;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
}
/***********----------Footer css end----------***********/
/**************add photos********************/

.div img {
  max-width: 100%;
  max-height: 200px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

@supports (object-fit: cover) {
  .div img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.upload-box {
    padding: 90px;
    text-align: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='lightgray ' stroke-width='3' stroke-dasharray='20%2c30' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
    margin-bottom: 20px;
}
.upload-box h6 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.upload-box p {
  color: #aaaaaa;
  margin-bottom: 30px;
  font-size: 16px;
}
.upload-box label,
.upload-box button {
  min-width: 230px;
}
.upload-box button:first-of-type {
  margin-bottom: 20px;
}
/**************Feature********************/
.feature-section .accordion-button:focus {
  box-shadow: none;
}
.feature-section .accordion-item {
  margin-bottom: 15px;
  border: none;
}
    .feature-section .accordion-item .accordion-button {
        background: #efefef;
        border-radius: 0 !important;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        padding-left: 30px;
    }
.feature-section .accordion-body {
    padding-left: 35px;
}

/**************Preview********************/
.preview-section label {
    font-weight: bold;
}
.preview-box {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.single-preview {
  padding: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-right: 10px;
  min-width: 150px;
  margin-bottom: 10px;
}
    .single-preview img {
        width: 170px;
        height: 140px;
        object-fit: contain;
    }
textarea.form-control {
  min-height: 150px;
  text-align: left;
}

.payment-sec {
  background: linear-gradient(to right, #004650 50%, #fff 50% 50%);
}
/**************Payment********************/

.payment-sec {
  background: linear-gradient(to right, #004650 50%, #fff 50% 50%);
}
.payment-sec .logo {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.payment-sec .logo svg {
  color: #fff !important;
}
.left-area {
  color: #fff;
  max-width: 400px;
  margin: auto;
}
.left-area .form-control {
  height: 50px;
  border: 2px solid #fff;
  background-color: #ccdadc;
  border-radius: 0;
  padding-left: 30px;
}
.left-area .form-control::placeholder {
  color: #000;
}
.right-area {
  margin: auto;
  max-width: 400px;
}
.form-label {
    font-weight: bold;
    margin-bottom: 16px;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-control {
    border-radius: 0;
    height: 50px;
    padding: 15px 20px;
    border: 1px solid #D9D9D9;
}
/***************************Date picker css start*************************************/
#datepicker {
    display: none;
    position: absolute;
    bottom: 60px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
}

    #datepicker button {
        outline: 0;
        border: 0;
        background: #fff;
        color: black;
        border-radius: 4px;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

        #datepicker button.active,
        #datepicker button.ui-state-hover {
            background: #08994b;
            border: 1px solid#08994b;
            color: white;
        }

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: "\f104";
}

.ui-datepicker-next:before {
    content: "\f105";
}

#datepicker button:disabled {
    background: #ebebeb;
}

.timeslot {
    padding: 10px;
    max-height: 95px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

    .timeslot::-webkit-scrollbar {
        width: 2px;
    }

    .timeslot::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .timeslot::-webkit-scrollbar-thumb {
        background-color: #08994b;
        outline: 1px solid#08994b;
    }

    .timeslot .row .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    border: 0;
    background: white;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-weight: 400;
    color: #757575;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #454545;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid #004650;
        background: #004650;
        font-weight: normal;
        color: #fff;
        border-radius: 4px;
    }
input[type="radio"] {
    display: none;
}
.radio-group label {
    cursor: pointer;
    position: relative;
    padding-left:25px;
}

    .radio-group label::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 1.5px solid #ccc;
        border-radius: 50%;
        top: 12px;
        left: -10px;
        transform: translateY(-50%);
    }

.radio-group input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #004650;
    border-radius: 50%;
    left: -6px;
    top: 6px;
}
input[type="radio"]:checked + label::before {
    border-color: #004650;
}
.registration .input-group {
    margin-bottom: 20px;
}
.registration .d-flex .select2-container:first-of-type {
    margin-right: 10px;
}

.error-page .custom-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #043D46;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
}

section.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
    background: #00454f;
}

.error-page .img-fluid {
    max-width: 700px;
    margin-bottom: 20px;
    width: 100%;
}

.error-page h2 {
    font-size: 75px;
    color: #fff;
}

.error-page h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

    .error-page h4 span {
        font-size: 45px;
        font-weight: 600;
    }
@media (min-width:1800px) {
    .container {
            max-width: 1600px;
        }
        
    }
@media (max-width: 991px) {
    .navbar {
        padding: 20px 0px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .user-dropdown-box:before {
        display: none;
    }

    .dropdown {
        padding-left: 30px;
    }
    .nav-item .dropdown {
        padding-left: 15px;
    }
    section {
        padding: 50px 0;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .input-group {
        margin-bottom: 5px;
    }
    
    .registration h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .navbar-light .navbar-brand {
        max-width: 200px;
    }

    .user-dropdown-box ul {
        box-shadow: none;
        background-color: #f8f9fa;
        position: relative;
    }

    .user-dropdown-box li {
        border-bottom: none;
    }
    .user-dropdown-box a {
        
        border-right: none;
    }
    .upload-box {
        padding: 20px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 15px;
    }
    header .nav-item:not(:last-of-type) {
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .single-preview {
        width: 100%;
        margin-right:0;
    }
        .single-preview img {
            width: 100%;
            height: auto;
        }
    .preview-section .custom-btn{
        width:100%;
    }
    .preview-section .title {
        margin-bottom: 0px;
    }
    
}
@media (max-width: 525px) {
    .location .input-group .d-flex{
        flex-direction:column;
    }
    .location .input-group .d-flex .select2{
        margin-bottom:15px;
    }
    .location .input-group .d-flex input{
        margin:0;
    }
}
