html,
body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #272b41;
	font-weight: 500;
}
button:focus {
	outline: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #006fe6;
    border-color: #006fe6;
}
.btn.focus, .btn:focus {
	box-shadow: inherit;
}
#main {
    min-height: 100%;
}

/*-----------------
	Booking Wizard
---------------------*/

.service-card {
    background: #fff;
    margin: auto;
}

.service-card #header {
    overflow: auto;
    height: auto;
    padding: 10px;
    background: #0085ff;
    border-radius: 10px;
}
.service-card #company-name {
    float: none;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
    margin: 0px 0;
}
.service-card #steps {
    float: none;
    display: block;
    overflow: auto;
    margin: 0px auto;
    width: 190px;
}
.service-card #book-appointment-form #book-appointment-submit {
    width: 100%;
    margin-right: 0;
}
.service-card #form-message {
    text-align: center;
    margin-bottom: 30px;
}
.service-card .wizard-frame {
    height: auto;
    padding: 15px;
}
.service-card .frame-container .frame-title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: #5B2fff;
    font-size: 20px;
}
.service-card .frame-container .frame-content {
    float: none;
}
.service-card .wizard-frame .command-buttons {
    float: none;
    margin: 15px auto 0;
    text-align: center;
}
.service-card .wizard-frame .command-buttons .btn {
    min-width: 120px;
    margin-right: 10px;
}
.service-card .wizard-frame .command-buttons .btn:last-child {
    margin-right: 0;
}
.service-card .wizard-frame #select-date {
    max-width: 288px;
}
.service-card .wizard-frame #select-date > .ui-datepicker {
    margin: auto;
}
.service-card .book-step:last-child {
    margin-right: 0;
}
.service-card .book-step strong {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #5B2fff;
    transition: all .3s linear;
    cursor: default;
}
.service-card .active-step strong {
    color: #5B2fff;
    font-size: 21px;
}
.service-card #frame-footer {
    padding: 15px 15px 0;
    text-align: center;
    border-top: 1px solid #ebeef1;
}
.service-card #available-hours {
    overflow: auto;
    width: auto;
    max-height: 255px;
}
.service-card #available-hours div {
    margin-right: 30px;
}
.service-card .span3 {
    min-width: 270px;
}
.service-card #select-timezone {
    margin-bottom: 15px;
}
.service-card #appointment-details p,
.service-card #customer-details p {
    font-size: 16px;
    line-height: 28px;
}
.service-card #wizard-frame-1 select {
    margin-bottom: 25px;
}
.service-card .captcha-title {
    float: left;
    margin: 7px 0 10px 0;
}
.service-card .captcha-title .fa-sync-alt {
    cursor: pointer;
    transition: all 0.3s linear;
}
.service-card .captcha-title .fa-sync-alt:hover {
    color: #1A865F;
}
.service-card .captcha-image {
    float: left;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.service-card .captcha-text {
    width: 100%;
    margin-bottom: 20px;
}
.service-card #select-language,
.service-card .backend-link {
    display: block;
    min-width: 120px;
    margin: 15px auto;
    padding: 5px;
}
.popover .popover-title {
    text-align: center;
}
.popover .popover-content #language-list .language {
    margin: 15px 0;
}

/*-----------------
	All services 
---------------------*/

.page-header {
	padding: 57px 15px;
	background: #e3f2ff;
}
.page-header .breadcrumb {
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: transparent;
    padding: 0;
}
.page-header .breadcrumb-item {
	font-weight: 600;
	font-size: 18px;
	color: #1a1a1a;
}
.page-header .breadcrumb-item a {
	color: #1a1a1a;
}
.page-header h2 {
	font-weight: 700;
	font-size: 36px;
	color: #1a1a1a;
	margin-bottom: 0;
}
.all-services {
	padding: 0;
}
.all-services-wrap {
	margin-top: 57px;
}
.all-services-wrapper {
	margin-top: 24px;
}
.service-box {
	flex-direction: column;
}
.sub-services-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 300px;
}
.pagination li a {
	color: #575757;
	width: 50px;
	height: 50px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #fff;
	border: 1px solid #ABABAB;
	border-radius: 6px;
	margin-left: 15px;
}
.pagination li:first-child {
	margin-left: 0px;
}
.pagination {
	margin-top: 50px;
}
.pagination li.active a {
	color: #fff;
	background: #0085ff;
	border: 1px solid #0085ff;
	border-radius: 6px;
}
.pagination li a:hover {
	color: #fff;
	background: #0085ff;
	border-color: #0085ff;
}
.success-providers {
	margin-top: 24px;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 15px;
}
.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 15px;
}
#message-frame,
#success-frame {
    background: #fff;
    border: 1px solid #DDDADA;
    padding: 70px;
}
#message-frame #message-icon,
#success-frame #success-icon {
    margin-top: 20px;
    margin-right: 20px;
}
#message-frame .alert,
#success-frame .alert {
    margin-top: 20px;
}
#message-frame,
#success-frame {
    text-align: center;
    height: auto;
    border: none;
    padding: 35px;
}
.success-card {
	color: #1A1A1A;
	margin: auto;
	text-align: center;
	font-size: 16px;
}
.success-card h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    max-width: 460px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .wrapper {
        min-height: 100vh;
    }
    .service-card {
        border-radius: 10px;
        overflow: hidden;
    }
    .service-card #company-name {
        display: inline-block;
        float: left;
        margin: 0px auto;
    }
    .service-card #steps {
        display: inline-block;
        float: right;
        margin: 5px auto;
    }
    .service-card .wizard-frame {
        padding: 10px 20px;
    }
    .service-card .wizard-frame .command-buttons {
        display: flex;
        justify-content: flex-start;
    }
    .service-card .captcha-title {
        margin-right: 20px;
        margin-top: 7px;
    }
    .service-card .captcha-image {
        float: right;
    }
    .service-card #select-language {
        width: 100px;
        padding: 5px;
        margin: 5px auto;
    }
    .service-card #frame-footer small {
        display: flex;
    }
    .service-card .footer-powered-by,
    .service-card .footer-options {
        width: 50%;
    }
    .service-card .footer-powered-by {
        text-align: left;
        padding: 5px 5px 5px 0;
    }
    .service-card .footer-options {
        text-align: right;
    }
    .service-card #select-language {
        display: inline-block;
        margin-right: 15px;
    }
    .service-card .backend-link {
        display: inline-block;
        min-width: 120px;
        padding: 5px;
        margin: 5px auto;
    }
    #message-frame,
    #success-frame {
        height: 100%;
    }
}

/*-----------------
	Cancel Appointment
---------------------*/

.booking-header-bar {
    padding: 15px 0;
    margin: 0;
    background: #f3f2e7;
    border-bottom: 1px solid #e4e1c9;
    text-align: center;
}
.ui-dialog .ui-dialog-title {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .booking-header-bar {
        padding: 15px 0;
        margin: 0;
        background: #f3f2e7;
        border-bottom: 1px solid #e4e1c9;
        text-align: left;
    }
}
.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}
.service-card label {
    color: #180071;
    font-size: 16px;
    font-weight: 500;
}
.service-card .form-group {
    margin-bottom: 1.25rem;
}
.service-card .command-buttons .btn {
    color: #fff;
    border-radius: 5px;
    padding: 11px 40px;
    font-size: 17px;
    display: flex;
    align-items: center;
    float: right;
    font-weight: 500;
	border-color: #0085ff;
	background-color: #0085ff;
    border-radius: 50px;
}
.service-card .command-buttons .btn.button-back {
	border-color: #BFBFBF;
	background-color: #BFBFBF;
}
#appointment-details > div > h4 {
    color: #0085FF;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
#customer-details > div > h4 {
    color: #0085FF;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
.goto-btn {
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.text-danger label {
	color: #dc3545 !important;
}
@-moz-document url-prefix() {
    body .checkbox input[type="checkbox"] {
        float: left;
    }
}
body .ui-widget {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1em;
}
body .ui-widget-overlay {
    background: #000 50% 50% repeat-x;
    opacity: .5;
    filter: Alpha(Opacity=50);
}
body .ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
body .ui-draggable .ui-dialog-titlebar {
    background: #0085ff;
    color: #fff;
    font-size: 16px;
	font-weight: normal;
    padding: 12px 10px;
    border: none;
    border-radius: 0;
}
body .ui-dialog {
    padding: 0;
    z-index: 2000;
    border: none !important;
    box-shadow: 0 0 10px #333;
}
body .ui-dialog .ui-dialog-buttonpane {
    padding: .3em 1em .3em .4em;
    border: none;
}
body .ui-dialog .ui-dialog-buttonpane .btn {
    min-width: 120px;
}
body .ui-button .ui-icon,
body .ui-button:hover .ui-icon {
    background-image: url('../ext/jquery-ui/images/ui-icons_222222_256x240.png');
}
body .ui-dialog #error-technical {
    max-width: 500px;
}
body .ui-widget.ui-widget-content {
	border: 1px solid #E0E0E0;
	padding: 0;
	border-radius: 6px;
}
body #ui-datepicker-div {
    margin-top: 5px;
    z-index: 1100 !important;
}
body .ui-datepicker {
    width: auto;
    max-width: 288px;
}
body .ui-datepicker .ui-widget-header {
    border: none;
    background: transparent;
    border-radius: 0;
}
body .ui-datepicker .ui-widget-header .ui-icon {
	background-image: url(../img/right-arrow.svg);
	background-position: center;
}
body .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
	background-image: url(../img/left-arrow.svg);
}
body .ui-datepicker .ui-datepicker-title {
	color: #2D3748;
	padding: 8px 11px;
	text-align: left;
	margin: 0;
}
body .ui-datepicker th {
	background: transparent;
	color: #718096;
	font-weight: normal;
}
body .ui-datepicker tbody tr:first-child td {
    margin-top: 5px;
}
body .ui-datepicker td a,
body .ui-datepicker td span {
	border: none!important;
	background: 0 0!important;
	color: #2D3748 !important;
	text-align: center!important;
	width: 32px;
	height: 32px;
	line-height: 2
}
html body .ui-datepicker td a.ui-state-active {
	color: #2D3748!important;
	background: #EDF2F7!important;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	line-height: 1.2;
	margin: 4px
}
body .ui-datepicker td a.ui-state-highlight {
	background: #EDF2F7!important;
	border-radius: 67px;
	color: #fff!important;
	width: 24px;
	height: 24px;
	line-height: 1.2;
	margin: 4px
}
body .ui-datepicker .ui-datepicker-prev-hover {
	top: 12px!important;
	right: 30px!important;
	background: transparent;
	border-color: transparent;
	border-radius: 0;
	cursor: pointer;
	border: 0;
}
body .ui-datepicker .ui-datepicker-next-hover {
	top: 12px!important;
	right: 2px!important;
	background: transparent;
	border-color: transparent;
	border-radius: 0;
	cursor: pointer;
	border-radius: 50px;
	border: 0;
}
body .ui-datepicker .ui-slider-handle {
    border-radius: 0;
    border-color: #0085ff;
    background-color: #0085ff;
}
body .ui-priority-primary,
body .ui-widget-content .ui-priority-primary,
body .ui-widget-header .ui-priority-primary {
	font-weight: 400
}
body .ui-widget input, .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
}
body .ui-datepicker .ui-datepicker-buttonpane button {
    padding: 6px 16px;
}
.breaks tr:hover td {
    background: #fffFC2 !important;
}
.working-plan td {
    vertical-align: middle;
}
.breaks td {
    vertical-align: middle;
}
li.language {
    cursor: pointer;
}
li.language:hover {
    color: #005580;
}
#select-language {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}
#language-list {
    list-style: none;
    padding-left: 0;
    max-height: 500px;
    overflow-y: auto;
}

/*-----------------
	Jquery UI Datetime Picker
---------------------*/

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%;
}
.ui-timepicker-div dl dd.ui_tpicker_time {
    margin-bottom: 4px;
}
.ui-timepicker-div dl dd.ui_tpicker_hour,
.ui-timepicker-div dl dd.ui_tpicker_minute {
    padding-top: 8px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0
}
.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	background: 0 0;
	color: inherit;
	border: none;
	outline: 0;
	width: 95%
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
    direction: rtl;
}
.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
    display: inline-block;
    margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ':';
    display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
    content: '.';
    display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none;
}

/*-----------------
	Loading Spinner
---------------------*/

.is-loading {
    position: relative;
}
.is-loading:before,
.is-loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}
.animation:after {
    width: 60px;
    height: 60px;
    margin: -25px 0 0 -25px;

    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50px;
}
.animation:after {
    border-bottom-color: transparent;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes spin-reverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.any-element {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 50vw;
    top: 50vh;
    margin-left: -30px;
    margin-bottom: -30px;
}
#message-box pre,
#message-box .card {
    max-height: 250px;
    max-width: 500px;
}
body .popover {
    max-width: 400px;
}

body .popover-body strong {
    min-width: 90px;
    display: inline-block;
}
body .popover-body button {
    font-size: 1em;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
}
body .popover-body a {
    margin-right: 5px;
}
.has-error .control-label,
.has-error label {
    color: #dc3545;
}
.has-error .form-control {
    border-color: #dc3545;
}
body .clearfix {
    clear: both;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: 12px;
}
.ui-datepicker .ui-datepicker-prev {
	right: 30px;
	left: inherit;
}
html,body {
	font-family: 'Nunito', sans-serif;
	width: 100%;	
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #6a747b;
	background-color: #fff;
}
a {
	text-decoration: none;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}
a:hover {
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style-type: none;
}
.main-nav li {
    padding: 10px;
}
html {
	scroll-behavior: smooth;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 1.875rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-weight: 600;
}
a:hover {
	color: #0085ff;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
button:focus {
	outline: 0;
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*-----------------
	Bootstrap Class
------------------------*/

.btn.focus, .btn:focus {
	box-shadow: inherit;
}
.form-control {
    border-color: #dcdcdc;
    color: #333;
	font-size: 15px;
    min-height: 46px;
}
.table .form-control {
	font-size: 14px;
	min-height: 38px;
}
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.form-control::-webkit-input-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control::-moz-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control:-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control::-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control::placeholder {
	color: #858585;
	font-size: 14px;
}
.list-group-item {
	border: 1px solid #f0f0f0;
}
.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0 none;
}
.form-group {
	margin-bottom: 1.25rem;
}
.btn {
	outline: 0;
}
.btn:focus {
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}

/*-----------------
	Header
------------------------*/

.header {
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.header.nav-fixed {
	box-shadow:  0px 1px 7px #e3f2ff;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.main-menu-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-nav {
	display: flex;
	display: -webkit-flex;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
}
.main-nav li a {
	display: flex;
	display: -webkit-flex;
	font-weight: 600;
	line-height: 25px;
	color: #1a1a1a;
}
.main-nav li a:hover {
	color: #0085ff;
}
.has-submenu {
	margin-right: 40px;
}
.has-submenu:last-child {
	margin-right: 0;
}
.sub-menu-header {
	display: flex;
}
.login-link {
	margin-left: 25px;
	padding: 0;
}
.login-link > a {
	font-weight: 700;
	color: #0085ff;
	padding: 8px 15px;
	border: 2px solid #0085ff;
	border-radius: 50px;
	min-width: 120px;
}
.login-link > a:hover {
	color: #fff;
	background-color: #0085ff;
}
.sub-login-link {
	font-weight: 700;
	color: #0085ff;
	padding: 8px 15px;
	border: 2px solid #0085ff;
	border-radius: 50px;
	min-width: 100px;
}
.sub-login-link:hover {
	opacity: 0.7;
	color: #0085ff;
}
.header .navbar {
	padding-left: 0;
	padding-right: 0;
}
.navbar-header {
	display: none;
}
#mobile_btn {
    display: none;
    margin-right: 30px;
}
.bar-icon span {
    background-color: #0085ff;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.sidebar-overlay.opened {
	display: block;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 66px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.menu-close i {
    font-size: 18px;
	color: #2E3842;
	border: none;
    background: none;
}
.section-header {
    margin-bottom: 40px;
}
.sub-heading {
    font-size: 20px;
    font-weight: bold;
}
.section-header h2 {
    color: #1a1a1a;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-header p {
	color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.service-box .ser-img img {
	border-radius: 15px 15px 0px 0px;
	width: 100%;
}
.service-box .service-content {
	padding: 20px;
	border: 1px solid #CBD9FF;
	border-radius: 0 0 15px 15px;
}
.service-box .service-content h3 a {
	max-width: 250px;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #1a1a1a;
	margin-bottom: 0px;
}
.service-box .service-content h3 a:hover {
	color: #02A0EE;
}
.service-box .service-content p {
	color: #787878;
	font-size: 14px;
	font-weight: 500;
}
.service-box .service-content .available-info {
	margin-bottom: 10px;    
	padding: 0;
    list-style: none;
}
.service-box .service-content .available-info li i {
	color: #EEBA00;
    width: 15px;
    font-size: 16px;
}
.service-box .service-content .available-info li {
	color: #9E9E9E;
	font-size: 14px;
	font-weight: 500;
}
.service-box .service-content h2 {
	color: #02A0EE;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-box .service-content .booking-btn {
	background-color: #02A0EE;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 10px;
	border-radius: 30px;
}
.enq-form .form-group:last-child {
	margin-bottom: 0;
}
.enq-form textarea {
	width: 100%;
	padding: 15px;
	border-radius: .25rem;
	border: none;
	min-height: 150px;
	border: 1px solid #ced4da;
}
.enq-form textarea:focus {
	border-color: #bbb;
	outline: none;
}
.modal-content.service-form {
	box-shadow: 0px 4px 6px rgba(240, 240, 240, 0.25);
	border-radius: 10px;
	padding: 0;
}
.modal-content.service-form .modal-header {
	color: #fff;
	background: #5B2fff;
	border-radius: 10px;
	padding: 20px;
}
.modal-content.service-form .modal-header h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.modal-content.service-form .modal-header .close {
	padding: 0;
	margin: 0;
	color: #fff;
	opacity: 1;
}
.multistep-form-page fieldset {
    display: none;
    width: 100%;
    padding: 20px 0 10px;
}
.multistep-form-page #first {
    display: block;
}
.form-right label {
	color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
}
.form-right .form-group {
    margin-bottom: 1.25rem;
}
.service-card .wizard-frame {
	padding: 0;
}
.service-card .frame-container .frame-title {
	color: #1a1a1a;
	font-weight: 700;
}
.service-card .book-step {
	display: none;
}
.service-card .active-step {
	display: flex;
	display: -webkit-flex;
}
.service-card .active-step strong {
	font-size: 17px;
}
.multistep-form-page select {
	width: 100%;
}
.select2-container .select2-selection--single {
	height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #5B2fff transparent transparent transparent;
}
.select2-container--default .select2-selection--single {
    background-color: #FAFAFF;
    border: 2px solid #9A93F1;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9a93f1;
}
.multistep-form-page .time-slot {
    padding: 0;
    margin: 0 -5px;
    max-height: 150px;
    overflow: auto;
	list-style: none;
}
.multistep-form-page .time-slot li {
    padding: 0 10px;
}
.multistep-form-page .time-slot .times {
    padding: 8px 6px;
    background-color: #FAFAFF;
    border: 2px solid #9A93F1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.multistep-form-page .time-slot li a {
    color: #9A93F1;
}
textarea.form-control {
    resize: vertical;
}
.multistep-form-page ::-webkit-scrollbar {
	width: 5px;
}
.multistep-form-page ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(231, 231, 231); 
	border-radius: 10px;
}
.multistep-form-page ::-webkit-scrollbar-thumb {
	background: #5B2fff; 
	border-radius: 10px;
}
.multistep-form-page ::-webkit-scrollbar-thumb:hover {
	background: #4a20e4; 
}
.select2-container {
	z-index: 1090;
}
.cont-modal li {
	list-style: inherit;
}

/*-----------------
	Employment
---------------------*/

.banner-img2 {
	position: relative;
}
.para-content {
	max-width: 507px;
	font-weight: 700;
	text-align: right;
	color: #1a1a1a;
	position: relative;
	margin: 0 0 0 auto;
}
.para-content span {
	color: #0085ff;
}
.sub-para-content {
	position: relative;
	width: 100%;
}
.sub-para-content:before {
	content: "";
	position: absolute;
	right: -97px;
    top: -57px;
	background-image: url('../img/banner-btn-img.png');
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	width: 183px;
	height: 183px;
}
.banner-img {
	position: relative;
	padding: 80px 0 0;
	background: linear-gradient(260deg, #e3f2ff 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(260deg, #e3f2ff 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-img:before {
	content: "";
	position: absolute;
	right: 0;
    bottom: 0;
	background-image: url('../img/banner-img2.png');
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	width: 294px;
	height: 106px;
}
.left-banner-img {
	max-width: 430px;
}
.contact-link {
	margin: 23px 0 0;
	text-align: right;
	width: 100%;
}
.contact-link-wrapper {
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 9px 15px;
	background: #0085ff;
	border-radius: 50px;
	min-width: 188px;
}
.contact-link-wrapper:hover {
	opacity: 0.7;
	color: #fff;
}
.sub-banner-right {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.banner-btn-img {
	margin-top: 100px;
}

/*-----------------
	Management
---------------------*/

.why-choose-col {
	padding: 80px 0;
}
.why-choose-right {
	text-align: right;
	margin-right: -50px;
}
.management-para {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
}
.management-line {
	width: 47px;
	height: 2px;
	background: #0085ff;
	margin-top: 10px;
}
.management-heading {
	font-weight: 700;
	font-size: 36px;
	color: #2d343e;
	margin-top: 17px;
}
.management-para1 {
	max-width: 473px;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin-top: 17px;
}
.add-box {
	width: 100%;
	background: #f6faff;
	border-radius: 15px;
	padding: 26px;
	margin-top: 13px;
}
.add-box img {
	background: #0085ff;
	border-radius: 5px;
	padding: 15px;
}
.add-box h2 {
	font-weight: 700;
	line-height: normal;
	font-size: 22px;
	color: #0085ff;
	margin-top: 16px;
}
.add-box p {
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	color: #000;
}
.add-box p:last-child {
	margin-bottom: 0;
}

/*-----------------
	Solution
---------------------*/

.solution {
	background: #f2f9ff;
	position: relative;
	padding: 70px 0 40px;
}
.solution-box-row {
	margin: 0 -35px;
}
.solution-box-row .solution-box-col {
	padding: 0 35px;
}
.add-box1 {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
}
.sub-box1 {
	background: #fff7e4;
	padding: 29px;
	border-radius: 20px;
	position: relative;
}
.sub-box2 {
	background: #ffe5e4;
	padding: 29px;
	border-radius: 20px;
	position: relative;
}
.sub-box3 {
	padding: 29px;
	background: #e3f2ff;
	border-radius: 20px;
	position: relative;
}
.sub-box4 {
	padding: 29px;
	background: #E1FFED;
	border-radius: 20px;
	position: relative;
}
.settings {
	background: #FFB400;
	padding: 22px 9px;
	border-radius: 10px;
}
.box1 {
	background: #FFB300;
	opacity: 0.21;
	border-radius: 10px;
	width: 35px;
	height: 60px;
}
.sub-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-box1 .first {
	margin-right: 8px;
}
.sub-box1 .second {
	margin-left: 8px;
}
.sub-box1 h6 {
	margin-top: 30px;
	font-weight: 700;
	line-height: 25px;
	color: #000;
}
.sub-box2  h6 {
	margin-top: 23px;
	font-weight: 700;
	line-height: 25px;
	color: #000;
}
.sub-box3  h6 {
	margin-top: 21px;
	font-weight: 700;
	line-height: 25px;
	color: #000;
}
.sub-box4  h6 {
	margin-top: 30px;
	font-weight: 700;
	line-height: 25px;
	color: #000;
}
.add-box1 p {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000;
	margin-top: 4px;
	margin-bottom: 0;
}
.add-box1 .count {
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	position: absolute;
    top: 36px;
    left: -7px;
}
.sub-box1:before {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
    left: -20px;
	background: #FFB400;
	border-radius: 20px;
}
.sub-box1:after {
	content: "";
	width: 31px;
	height: 31px;
	position: absolute;
    top: 40%;
	right: -13px;
	border: 5px solid #FFC432;
	border-radius: 20px;
}
.headphones {
	margin-left: 15px;
	background: #ff3c30;
	border-radius: 31px;
	padding: 18px;
}
.sub-box2:before {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
    left: -20px;
	background: #ff3c30;
	border-radius: 20px;
}
.sub-box2:after {
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
    top: 20%;
	right: -13px;
	border: 5px solid #ff3c30;
	border-radius: 20px;
}
.second-sub-box .dot-circle {
	background: #FFCDCA;
	width: 21px;
	height: 21px;
	border-radius: 20px;
	margin-left: 9px;
}
.second-sub-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 15px;
}
.shield {
	background: #0085ff;
	margin-left: 10px;
	padding: 13px;
    border-radius: 15px;
}
.second-sub-box .square {
	background: #0085ff;
	opacity: 0.1;
	width: 13px;
	height: 13px;
	margin-left: 14px;
}
.sub-box3:before {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
    left: -20px;
	background: #0085ff;
	border-radius: 20px;
}
.sub-box3:after {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
    bottom: 35%;
	right: -9px;
	border: 5px solid #0085ff;
	border-radius: 20px;
}
.target {
	background: #3CD278;
	padding: 22px 9px;
	border-radius: 10px;
}
.box2 {
	background: #3CD278;
	opacity: 0.21;
	border-radius: 10px;
	width: 35px;
	height: 60px;
}
.sub-box4 .first {
	margin-right: 8px;
}
.sub-box4 .second {
	margin-left: 8px;
}
.sub-box4:before {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
    left: -20px;
	background: #3CD278;
	border-radius: 20px;
}
.sub-box4:after {
	content: "";
	width: 31px;
	height: 31px;
	position: absolute;
    top: 39%;
	right: -10px;
	border: 5px solid #3CD278;
	border-radius: 20px;
}
.solution:before {
	content: "";
	position: absolute;
	right: 0;
    bottom: 0;
	background-image: url('../img/section3-dot.png');
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	width: 174px;
	height: 165px;
}

/*-----------------
	Services
---------------------*/

.services {
	padding: 70px 0 0;
}
.services .swiper-wrapper {
	padding-bottom: 80px;
}
.services h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #1a1a1a;
	text-align: center;
}
.service-wrap {
    background: #F6FBFF;
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    margin-bottom: 30px;
}
.service-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 57px;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.service-wrap:hover {
	background: #fff;
	box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
	border-radius: 6px;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.service-box h6 {
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	color: #1a1a1a;
	margin-bottom: 0px;
}
.book-link {
	width: 100%;
	text-align: center;
}
.book-link a {
    font-weight: 700;
    border: 2px solid #0085ff;
    color: #0085ff;
    padding: 8px 15px;
    border-radius: 30px;
    min-width: 180px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}
.book-link a:hover {
	color: #fff;
	background: #0085ff;
}
.service-wrap:hover .book-link a {
	background: #0085ff;
	color: #fff;
}
.service-box {
	padding: 20px;
	text-align: center;
}
.service-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
	display: block;
}
.service-img img {
	border-radius: 6px 6px 0 0;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.service-wrap:hover .service-img img,
.service-wrap1:hover .service-img img {
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.amount {
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #0085ff;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.swiper-pagination {
    position: static;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
	display: flex;
    align-items: center;
    margin-top: -20px;
    justify-content: center;
    -webkit-justify-content: center;
}
.swiper-pagination-bullet {
	transition: 0.2s background-color ease-in-out 0s;
	border: none;
	padding: 6px;
	color: transparent;
	margin-right: 10px;
	border-radius: 50%; 
	width: 9px;
	height: 9px;
	background: #0085ff;
	opacity: 0.3;
	margin: 0 auto;
}
.swiper-pagination-bullet-active {
    border: 3px solid #0085ff;
	width: 24px;
	height: 24px;
	background: none;
	margin-top: 10px;
	opacity: 1;
}
.swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 7px;
}

/*-----------------
	Inspires Smiles
---------------------*/

.inspires-smiles {
	text-align: center;
	padding-top: 80px;
}
.inspire {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
}
.book-wrapper {
	padding: 23px;
	text-align: center;
}
.success {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #1a1a1a;
	margin: 29px 0 57px;
}
.inspire-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #1a1a1a;
}
.inspire-number {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	padding-top: 8px;
}
.inspire-mail {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	padding-top: 1px;
}
.directior {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #3CD278;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
}
.service-wrap1 {
	position: relative;
	background: #F6FBFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 6px;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	margin-bottom: 30px;
}
.service-wrap1:hover {
	background: #fff;
	box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
	border-radius: 6px;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
} 
.service-wrap1:hover .book-link a {
	background-color: #0085ff;
	color: #fff;
}

/*-----------------
	Enquire
---------------------*/

.business-main-wrapper {
	position: relative;
	margin: 80px 0 40px;
}
.business-main-wrapper-content {
	position: relative;
}
.business-main-wrapper-content:before {
	content: "";
	position: absolute;
	top: -50px;
	right: 10px;
	background-image: url('../img/dot3.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 116px;
	height: 117px;
}
.business-main-wrapper-content:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 7px;
	background-image: url('../img/dot3.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 116px;
	height: 117px;
}
.business-wrapper:before {
	content: "";
	position: absolute;
	bottom: 34px;
	right: 0;
	background-image: url('../img/dot1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 153px;
	height: 79px;
}
.business-wrapper:after {
	content: "";
	position: absolute;
	top: 37px;
	left: 26px;
	background-image: url('../img/dot2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 54px;
	height: 79px;
}
.business {
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.business-wrapper {
	background: #0085ff;
	border-radius: 16px;
	text-align: center;
	padding: 52px;
	position: relative;
	z-index: 1;
}
.keep-in-touch-btn {
	background: #fff;
	border-radius: 6px;
	margin-top: 20px;
	padding: 14px 20px;
    min-width: 210px;
    color: #0085ff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.keep-in-touch-btn:hover {
	opacity: 0.7;
}
.keep-in-touch-btn a {
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #0085ff;
}

/*-----------------
	Enquire
---------------------*/

.management-para2 {
	font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
}
.management .banner-image {
	margin-top: 74px;
}
.form-details {
	background: #fff;
	box-shadow: 0px 4px 50px rgba(153, 182, 216, 0.32);
	padding: 40px;
	width: 100%;
	border-radius: 6px;
}
.enquire-section {
	position: relative;
	z-index: 1;
	padding-top: 40px;
}
.enquire-section:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
	background-image: url('../img/dot-image.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 502px;
	height: 183px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.form-details .form-label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	margin-bottom: 2px;
}
.form-details .form-control {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
	margin-top: 5px;
	height: 54px;
	border-color: #D6D6D6;
	border-radius: 5px;
}
.form-details .form-control:focus {
	border-color: #0085ff;
}
.form-details .form-control::-webkit-input-placeholder {
  	color: #757575;
  	opacity: 1;
}
.form-details .form-control::-moz-placeholder {
  	color: #757575;
  	opacity: 1;
}
.form-details .form-control:-ms-input-placeholder {
  	color: #757575;
  	opacity: 1;
}
.form-details .form-control:-moz-placeholder {
  	color: #757575;
  	opacity: 1;
}
.form-details .form-control:focus::-webkit-input-placeholder {
  	color: #1a1a1a;
}
.form-details .form-control:focus::-moz-placeholder {
  	color: #1a1a1a;
}
.form-details .form-control:focus:-ms-input-placeholder {
  	color: #1a1a1a;
}
.form-details .form-control:focus:-moz-placeholder {
  	color: #1a1a1a;
}
.form-details textarea.form-control {
	resize: none;
	height: 120px;
}
.form-wrapper {
	margin-bottom: 15px;
}
.submit-btn {
	background: #0085ff;
	border-radius: 5px;
	color: #fff;
	padding: 10px 25px;
	font-weight: 700;
	min-width: 156px;
}
.submit-btn:hover {
	opacity: 0.5;
	color: #fff;
}

/*-----------------
	Contact
---------------------*/

.content-wrapper {
	background: #fff;
	box-shadow: 0px -4px 50px rgba(153, 182, 216, 0.32);
	padding: 40px 0;
}
.contact-details {
	display: flex;
	margin-top: 41px;
}
.contact-details div {
	font-weight: 700;
	line-height: 27px;
	color: #1a1a1a;
}
.contact-details div:last-child {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.sub-contact-details {
	display: flex;
	flex-direction: column;
	margin-left: 29px;
}
.sub-contact-details span {
	color: #0085ff;
}
.sub-contact-details span:first-child {
	text-decoration: underline;
	text-decoration-color: #99CEFF;
}
.social-media {
	display: flex;
	text-align: center;
	justify-content: end;
	align-items: center;
	margin-top: 70px;
}
.social-media div {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.sub-header-menu {
	display: flex;
	justify-content: end;
}
.sub-header-menu ul li {
	margin-right: 40px;
}
.sub-header-menu ul li:last-child {
	margin-right: 0;
}
.sub-social-media {
	display: flex;
	display: -webkit-flex;
}
.sub-social-media a {
	color: #fff;
    border: 1px solid #0085ff;
    background: #0085ff;
    border-radius: 3px;
    margin-left: 20px;
	font-size: 1em;
	width: 35px;
	height: 35px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.sub-social-media a:hover {
	opacity: 0.8;
}
.sub-header-menu-wrapper {
	display: flex;
	justify-content: end;
}
.main-nav {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
}
.main-nav-wrapper li a {
	display: flex;
	font-weight: 600;
	line-height: 25px;
	color: #1a1a1a;
}
.main-nav-wrapper li a:hover {
	color: #0085ff;
}
.main-nav-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
}
.mail-content {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #1a1a1a;
}

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

.footer {
	margin-top: 80px;
}
.sub-foot-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub-foot-wrapper div {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.sub-foot-wrapper a {
	color: #fff;
}
.sub-foot-wrapper a:hover {
	opacity: 0.8;
}
.footer-wrapper {
	padding: 18px;
	background: #0085ff;
}
.terms {
	display: flex;
}
.terms div:last-child {
	margin-left: 22px;
}

/*-----------------
	Model Box
---------------------*/

.modal-box-header {
	display: flex;
}
.modal-box-header .modal-title {
	width: calc(100% - 90px);
}
.counting-circle {
	border: 7px solid #ddd;
	width: 78px;
	height: 78px;
	border-radius: 40px;
	margin-top: 16px;
	position: relative;
}
.counting-circle:before {
	content: "";
	position: absolute;
	left: -5px;
    top: 35px;
	width: 39px;
	height: 39px;
	background: #3CD278;
	border-radius: 40px;
}
.modal-title {
	padding-left: 24px;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #1a1a1a;
}
.close-icon {
	width: 12px;
	height: 12px;
	color: #ff3c30;
	margin-left: auto;
	background: none;    
}
.btn-close {
	opacity: 1;
}
.btn-close:hover {
	color: #ff3c30;
}
.count-number {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #1a1a1a;
}
.count-number span {
	color: #3CD278;
}
.sub-form-box {
	display: flex;
	background: #fff;
	border: 1px solid #e3f2ff;
	box-sizing: border-box;
	box-shadow: 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
	border-radius: 6px;
	padding: 14px;
}
.sub-form-box img {
	border-radius: 5px;
}
.model-hour {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #1a1a1a;
}
.price-det {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #0085ff;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.price {
	margin-top: 19px;
}
.price a:hover {
	opacity: 0.7;
	color: #fff;
}
.model-Duration {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	margin-top: 5px;
}
.main-modal-wrapper {
	margin-left: 20px;
}
.modal-dialog {
    max-width: 800px;
}
.Service,
.Provider {
	margin-top: 33px;
}
.modal-box-next a,
.modal-box-next .btn,
.modal-box-back .button-next {
	font-weight: 700;
	font-size: 17px;
	border-radius: 30px;
	padding: 12px 30px;
	margin-top: 20px;
	border-width: 2px;
	min-width: 140px;
}
#privacy-policy-modal, #terms-and-conditions-modal, #cookie-notice-modal {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1040 !important;
}
.counting-circle2 {
	border: 7px solid #ddd;
	width: 78px;
	height: 78px;
	border-radius: 40px;
	margin-top: 16px;
	position: relative;
}
.modal-box-back {
	display: flex;
}
.modal-box-back .btn {
	font-weight: 700;
	font-size: 17px;
	border-width: 2px;
	border-radius: 30px;
	padding: 12px 30px;
	margin-top: 20px;
	min-width: 140px;
}
.modal-box-back .button-back {
	margin-right: 10px;
}
.link-button {
	display: flex;
	align-items: center;
	justify-content: start;
}
.next-wrap {
	margin-left: 15px;
}
.Service span {
	color: #ff3c30;
}
.form-check-input[type=checkbox] {
	border-radius: 0.1px;
}
.form-check-input:checked {
	background: #0085ff;
	border: none;
}
.form-checkbox {
	margin-top: 21px;
}
.form-check-input:focus {
	box-shadow: none;
}
.cookie{
	font-size: 14px;
	line-height: 24px;
	color: #0085ff;
	margin-left: 12px;
}
.sub-count-number {
	color: #3CD278;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #3CD278;
}
.sub-counting-circle {
	border: 5px solid #3CD278;
    width: 78px;
    height: 78px;
    border-radius: 40px;
    margin-top: 15px;
    position: relative;
}
.appointment {
	font-weight: 700;
	font-size: 30px;
	line-height: 24px;
	color: #0085ff;
	margin-top: 31px;
}
.model-Start {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
	margin-top: 8px; 
}
.model-Start span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: rgb(118, 118, 118);
	margin-top: 8px; 
}
.sub-price { 
	margin-top: 8px;
}
.sub-form-box-wrap {
	margin-top: 26px;
	background: #fff;
	border: 1px solid #e3f2ff;
	box-sizing: border-box;
	box-shadow: 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
	border-radius: 6px;
	padding: 15px;
}
.robot-box {
	background: #FAFAFA;
	border: 1px solid #D6D6D6;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	max-width: 302px;
	margin-top: 25px;
}
.empty-box {
	background: #fff;
	border: 2px solid #C1C1C1;
	border-radius: 1px;
	width: 24px;
	height: 24px;
}
.robot {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-left: 14px;
}
.robot-wrapper {
	padding: 25px 12px;
	display: flex;
	align-items: center;
}
.privacy-terms-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.privacy-Terms {
	font-weight: 500;
	font-size: 8px;
	line-height: 20px;
	text-align: center;
	color: #A6A6A6;
}
.sub-robot-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-title-head {
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	text-align: center;
	color: #1a1a1a;
	max-width: 458px;
	margin-top: 31px;
}
.registeration {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modal-box-register-page-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pana {
	margin-top: 33px;
}
.appointment-details {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
	margin-top: 59px;
}
.spam-folder {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
	margin-top: 13px;
}
.modal-box-body textarea {
	height: 120px !important;
	resize: none;
}
.custom-modal .modal-body {
	padding: 30px;
}
.custom-modal .close-icon{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 9;
}
.progress {
  	width: 80px;
  	height: 80px;
  	background: none;
  	position: relative;
}
.progress::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 8px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
}
.progress > span {
  	width: 50%;
  	height: 100%;
  	overflow: hidden;
  	position: absolute;
  	top: 0;
  	z-index: 1;
}
.progress .progress-left {
  	left: 0;
}
.progress .progress-bar {
  	width: 100%;
  	height: 100%;
  	background: none;
  	border-width: 8px;
  	border-style: solid;
  	position: absolute;
 	top: 0;
 	border-color: #3CD278;
}
.progress .progress-left .progress-bar {
  	left: 100%;
  	border-top-right-radius: 80px;
  	border-bottom-right-radius: 80px;
  	border-left: 0;
  	-webkit-transform-origin: center left;
  	transform-origin: center left;
}
.progress .progress-right {
  	right: 0;
}
.progress .progress-right .progress-bar {
  	left: -100%;
  	border-top-left-radius: 80px;
  	border-bottom-left-radius: 80px;
  	border-right: 0;
  	-webkit-transform-origin: center right;
  	transform-origin: center right;
}
.progress .progress-value {
	font-weight: 700;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
.progress .progress-value span {
	color: #3CD278;
}
.bootstrap-datetimepicker-widget {
	font-size: 15px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #0085ff;
	text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before{
	border-bottom-color: #0085ff;
}
.select2-results__option {
	padding: 6px 15px;
}
.select2-container .select2-selection--single {
	border: 1px solid #dcdcdc;
	height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #dcdcdc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #dcdcdc;
	border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #272b41;
	font-size: 15px;
	font-weight: normal;
	line-height: 44px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #20c0f3;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #dcdcdc;
	min-height: 46px;
}
.select2-dropdown {
	border-color: #dcdcdc;
}
.main-service-wrap1 {
	width: 100%;
}
.select-appointment .btn-block + .btn-block {
	margin: 0;
}
.service-card .select-appointment .btn {
	background-color: #EDF2F7;
	border-radius: 5px;
	border: 0;
	padding: 9px 15px;
	width: 30%;
    font-size: 16px;
    color: #757575;
    margin: 5px;
}
.select-appointment .btn.selected-hour {
	background-color: #0085ff;
	color: #fff;
}
.service-card .select-appointment {
	margin: 0 -5px;
}
.cc-color-override-1176082590.cc-window {
    color: rgb(102, 102, 102);
    background-color: #fff !important;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
}

/*-----------------
	Login Page
---------------------*/

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 15px; 
}
.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
	margin: auto;
	width: 100%;
}
.error-right-wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 40px 0;
	height: 100vh;
}
.main-login-wrap:before {
	content: "";
	position: absolute;
	top: 50%;
    left: 50%;
	background-image: url('../img/login-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 787px;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.forgot-link {
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #0085ff;
}
.forgot-link-wrapper {
	text-align: center;
}
.signin-btn {
    border-radius: 50px;
    padding: .5rem 1rem;
    font-weight: 700;
}
.signin-btn a {
	color: #fff;
}
.back-to-login-page {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #0085ff;
	margin-top: 20px;
}
.main-login-wrap {
	position: relative;
}
.login-head {
	font-weight: 700;
	font-size: 25px;
	line-height: 34px;
	color: #1a1a1a;
	padding-top: 15px;
	margin-bottom: 0;
}
.login-para {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #575757;
	padding-top: 15px;
	max-width: 320px;
}
.language-line {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
.login-right {
	padding: 30px;
    max-width: 420px;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(67, 97, 196, 0.22);
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
}
.login-right-wrap a img {
	text-align: center;
	max-width: 100%;
}
.login-right-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.login-right-wrap form {
	width: 100%;
}
#select-language {
	font-weight: 700;
	font-size: 13px;
	line-height: 22px;
	color: #343A40;
	margin: 10px 0;
	text-align: center;
	cursor: pointer;
}
#select-language .fa-chevron-down {
	margin-left: 17px;
}
.login-right label {
	margin-top: 15px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	text-align: left;
	width: 100%;
}
.login-right ::placeholder {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #C1C1C1;
}
.pass-group {
	position: relative;
}
.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #0085ff;
    cursor: pointer;
}
.toggle-password.fa-eye {
    margin-right: 1px;
}
.error-right-wrap .signin-btn {
	max-width: 328px;
}
.main-login-wrap .form-control {
	border-color: #D6D6D6;
	border-radius: 5px;
	height: 50px;
}
.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.pagination {
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.pagination > ul li {
	float: none;
	display: inline-block;
	margin: 0 1px;
}
.pagination > ul li a {
	float: left;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #e8ecec;
	line-height: 40px;
	color: #8d8d8d;
}
.pagination > ul li.active a {
	background: #02A0EE;
	border-color: #02A0EE;	
	color: #fff;
}
.fas {
	line-height: inherit;
}
.view-all a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 40px;
    border: 1px solid #0085ff;
    background-color: #0085ff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
}

/*-----------------
	Responsive
---------------------*/

@media (max-width: 1199px) {
	html, body {
		font-size: 16px;
	}
	.header-nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	.para-content {
		font-size: 36px;
	}
	.management-heading {
		font-size: 30px;
	}
	.sub-service-wrap1 {
		margin-top: 50px;
	}
	.business {
		font-size: 36px;
	}
	.has-submenu {
		margin-right: 41px;
	}
	.service-box h6 {
		font-size: 24px;
	}
	.why-choose-right {
		display: none;
	}
	.sub-para-content:before {
		right: -15px;
	}
}

@media (max-width: 991.98px) {
	.header {
		position: static;
	}
	.banner-img {
		padding: 80px 0;
		margin-top: 0px;
	}
	.navbar-brand {
		text-align: center;
		margin-right: 0;
		padding: 0;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	#mobile_btn {
		display: inline-block;
		top: 5px;
    	position: relative;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: #fff;
		flex-wrap: wrap;
	}
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.navbar-header {
		display: block;
	}
	.main-nav > li > a {
		padding: 15px 20px;
		font-size: 14px;
		border-bottom: 1px solid #f0f0f0;
	}
	.main-service-wrap1:last-child {
		margin-top: 50px;
	}
	.sub-menu-header {
		flex-direction: column;
		width: 100%;
	}
	.login-link > a {
		display: block;
	}
	.banner-img:before {
		display: none;
	}
	.login-link {
		margin-left: 0;
    	padding: 15px;
	}
	.sub-banner-right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items:center;
	}
	.contact-link {
		margin: 23px 0 0;
	}
	.header .navbar {
		justify-content: normal;
	}
	.para-content {
		max-width: 1000px;
	}
	.services h2,
	.success {
		font-size: 30px;
	}
	.management-para {
		margin-top: 0px;
	}
	.management {
		text-align: center;
		margin-bottom: 40px;
	}
	.management-line {
		margin: 10px auto 0;
	}
	.management-para1 {
		max-width: 700px;
		margin: 17px auto 0; 
	}
	.form-details {
		margin: 0 auto;
	}
	.menu-header-wrapper {
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.sub-header-menu {
		justify-content: center;
		margin-top: 50px;
	}
	.social-media {
		justify-content: center;
	}
	.sub-para-content:before {
		right: -21px;
	}
	.para-content {
		text-align: center;
		line-height: normal;
	}
	.contact-link {
		text-align: center;
	}
	.add-box {
		margin-top: 30px;
	}
	.sub-para-content:before {
		width: 150px;
		height: 150px;
	}
	.has-submenu {
		margin-right: 0;
		width: 100%;
	}
	.main-menu-wrapper {
		display: block;
	}
	.main-login-wrap:before {
		width: 687px;
    	height: 687px;
	}
    .main-nav li {
        width: 100%;
    }
}
@media (max-width:767.98px) {
	.para-content {
		font-size: 30px;
	}
	.sub-box1 {
		margin: 0 auto;
	}
	.sub-box2 {
		margin: 0 auto;
	}
	.sub-box3 {
		margin: 0 auto;
	}
	.sub-box4 {
		margin: 0 auto;
	}
	.sub-service-wrap2 {
		margin-top: 50px;
	}
	.main-service-wrap1 {
		margin: 0 auto;
	}
	.business {
		font-size: 27px;
	}
	.sub-para-content:before {
		display: none;
	}
	.sub-foot-wrapper {
		flex-direction: column;
		justify-content: center;
	}
	.terms {
		margin-top: 10px;
	}
	.has-submenu {
		margin-right: 18px;
	}
	.has-submenu:last-child {
		margin-right: 0;
	}
	.main-nav-wrapper li a { 
		font-size: 14px;
	}
	.contact-details div:last-child {
		font-size: 14px;
	}
	.social-media {
		flex-direction: column;
	}
	.sub-social-media {
		margin-top: 30px;
	}
	.contact-details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.sub-foot-wrapper div {
		font-size: 16px;
	}
	.header-nav {
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.banner-img {
		padding: 70px 0;
	}
	.management-heading, 
	.business,
	.services h2, 
	.success {
		font-size: 26px;
	}
	.solution-box-row {
		margin: 0 -10px;
	}
	.solution-box-row .solution-box-col {
		padding: 0 30px;
	}
	.services,
	.solution {
		padding: 40px 0;
	}
	.service-wrapper {
		margin-top: 30px;
	}
	.success {
		line-height: normal;
		margin: 19px 0 0;
	}
	.services .swiper-wrapper {
		padding-bottom: 30px;
	}
	.swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 6px;
	}
	.main-service-wrap1:last-child {
		margin-top: 30px;
	}
	.business-wrapper:before,
	.business-wrapper:after {
		display: none;
	}
	.management .banner-image {
		display: none;
	}
	.form-details {
		padding: 25px;
	}
	.footer {
		margin-top: 30px;
	}
	.content-wrapper {
		padding: 40px 0;
	}
	.sub-contact-details {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	.has-submenu {
		margin-right: 13px;
	}
	.sub-header-menu {
		margin-top: 30px;
	}
	.social-media,
	.sub-social-media {
		margin-top: 20px;
	}
	.social-media div,
	.sub-foot-wrapper div,
	.keep-in-touch-btn {
		font-size: 15px;
	}
	.sub-social-media a:first-child {
		margin-left: 0;
	} 
	.modal-title {
		font-size: 26px;
		line-height: normal;
	}
	.modal-content {
		padding: 20px;
	}
	.progress {
		width: 70px;
		height: 70px;
	}
	.form-select {
		height: 54px;
	}
	.model-hour {
		font-size: 20px;
	}
	.modal-box-back a,
	.modal-box-next a,
	.modal-box-next .btn,
	.modal-box-back .btn,
	.modal-box-back .button-next {
		padding: 10px 20px;
		min-width: 110px;
		text-align: center;
		font-size: 15px;
	}
	.custom-modal .close-icon {
		right: 10px;
		top: 7px;
	}
	.appointment {
		font-size: 24px;
	}
	.modal-title {
		padding-left: 15px;
	}
	.modal-title-head {
		font-size: 24px;
		line-height: normal;
	}
	.sub-header-menu ul li {
		margin-right: 10px;
	}
	.custom-modal .modal-body {
			padding: 15px;
	}
	.why-choose-col {
		padding: 20px 0;
	}
	.inspires-smiles {
		padding-top: 40px;
	}
	.select-appointment-col {
		margin-top: 20px;
	}
    .service-card .select-appointment .btn {
    	width: 46%;
    }
    .main-login-wrap:before {
		display: none;
	}
	.main-login-wrap1:before {
		display: none;
	}
	.login-head {
		font-size: 20px;
	}
	.login-right {
		padding: 20px;
	}
}