/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #303248; 
  border-radius: 10px;
  transitions:0.5s;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:  #df054e; 
}
.main-section .file-preview .clickable::-webkit-scrollbar-thumb{
  background: #effcfd; 
  border-radius: 10px;
  transitions:0.5s;
}
.main-section .file-preview .clickable::-webkit-scrollbar-thumb:hover {
  background:  #df054e; 
}
@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-BlackItalic.woff2') format('woff2'),
        url('../fonts/CircularStd-BlackItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Black.woff2') format('woff2'),
        url('../fonts/CircularStd-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-BookItalic.woff2') format('woff2'),
        url('../fonts/CircularStd-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

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

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

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


*{
	margin: 0;
	padding: 0;
}

p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Circular Std';
    font-weight: 300;
    font-style: normal;
    color: #717171;
}
ol,
ul,
li {
    margin: 0;
    padding: 0;
}
body {
	font-family: 'Circular Std';
	font-weight:300;
	overflow-x: hidden !important;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Circular Std';
	font-weight: bold;
}
/* New CSS */
.modal-open .model_blurred {
    filter: blur(8px);
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.home_banner .col-md-12 {
    padding: 0px !important;
}
#navbar {
    position: absolute;
    z-index: 1;
    width: 100%;
}
#navbar .navbar-header {
    float: left;
    width: 20%;
}
#navbar .nav.navbar-nav {
    margin-top: 20px;
}
#navbar .navbar-brand img {
    width: 100%;
}
#navbar .new-contain {
    padding: 0px 50px;
}
#navbar .nav.navbar-nav li {
    padding: 0px 15px;
}
#navbar ul li a {
    color: #303248 !important;
    font-family: 'Circular Std';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 10px;
}
#navbar ul li a:hover{
	background:transparent;
}
#navbar ul li a:focus {
    outline: none;
    background-color: transparent !important;
}
#navbar .login-btn a {
    background: #303248;
    color: #fff !important;
    border-radius: 15px;
    text-transform: capitalize !important;
    font-weight: 300 !important;
    padding: 15px 30px;
    transition: 0.5s;
}
#navbar .login-btn a:hover {
    background: #df054e;
}
#navbar .sign_up_btn {
    background: #df054e;
    border-radius: 15px;
	transition: 0.5s;
}
#navbar .sign_up_btn a {
    color: #fff !important;
    background: transparent !important;
    text-transform: capitalize !important;
    font-weight: 300 !important;
	transition: 0.5s;
}
#navbar .sign_up_btn:hover{
	background: #303248;
}
.home_banner {
    position: relative;
    height: 740px;
}
.home_banner .banner_home_image {
    width: 100%;
}
.home_banner .banner-caption {
    margin: 0px !important;
    position: absolute;
    top: 150px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 0px 117px 0px 190px;
}
.search_form {
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 20px 0px;
}
.search_form h1 {
    color: #303248;
    font-size: 30px;
    font-weight: bold;
}
.search_form p {
    color: #717171;
    font-size: 16px;
    padding-bottom: 30px;
}
.search_form input[type="text"] {
    width: 80%;
    height: 65px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 15px;
    border: 1px solid #717171;
    font-size: 17px;
    font-weight: 300;
    color: #717171;
	outline:none;
}
.location_fields {
    width: 80%;
    margin: 0px auto;
    position: relative;
}
.location_fields input[type="text"] {
    position: relative;
	width: 100%;
}
.location_fields a {
    position: absolute;
    right: 10px;
    top: 15px;
}
.location_btn {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 30px;
}
.location_btn button {
    width: 100%;
    border-radius: 15px;
    height: 60px;
    outline: none;
    background: #df054e;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
	border:none;
}
.banner_image {
    width: 80%;
    margin: 0px 0px 0px auto;
    display: block;
}
.term_condition_para {
    width: 90%;
    margin: 0px auto;
    font-size: 15px !important;
}
.populer-treatment_sec h2 {
    color: #303248;
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: bold;
}
.populer-treatment_sec .row {
    margin: 0px !important;
}
.icon_menus_list {
    list-style: none;
    text-align: center !important;
}
.icon_menus_list li {
    display: inline-block;
    width: 20%;
    text-align: center !important;
    padding: 0px 10px;
	margin-bottom: 20px;
}
.icon_menus_list li h3 {
    font-size: 20px;
    color: #303248;
}
.icon_menus_list li .icon_menus_list_box:hover h3 {
    color: #df054e;
}
.icon_menus_list li .icon_menus_list_box {
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    display: block;
    padding: 15px;
    transition: 0.5s;
    border: 1px solid transparent !important;
    background: #f7f7f7;
}
.icon_menus_list li .icon_menus_list_box:hover {
    box-shadow: none;
    border: 1px solid #df054e !important;
}
.icon_menus_list li .icon_menus_list_box img {
    margin: 10px auto;
}
.icon_menus_list_box:hover img {
    filter:  invert(15%) sepia(99%) saturate(4277%) hue-rotate(332deg) brightness(86%) contrast(105%);
}
.featured_dentist-sec {
    padding: 50px 100px;
    background: linear-gradient(180deg, #fff 21%, #f7f7f7 16%);
}
.banner-middle {
    position: relative;
    background: url('../images/inner-banner-1.jpg');
    min-height: 432px;
    background-size: cover;
    border-radius: 15px;
}
.dentist-list {
    position: absolute;
    top: 51%;
    left: 26%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.dentist-list h3 {
    font-size: 50px;
    color: #303248;
}
.dentist-list p {
    line-height: 31px;
    padding-bottom: 30px;
    color: #717171;
}
.dentist-list a {
    background: #df054e;
    padding: 10px 45px;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
}
.dentist-list a:hover{
	text-decoration:none;
	background:#303248;
}
.featured-sec h2 {
    padding-top: 50px;
    font-size: 50px;
    color: #303248;
    text-align: center;
}
.featured-sec p {
    margin-bottom: 50px;
    text-align: center;
}
.featured-sec .center-slide .img-slide {
    width: 100%;
    border-radius: 15px;
}
.featured-sec .center-slide {
    margin: 0px 15px;
}
.featured-sec .center-slide h4 {
    font-size: 26px;
    color: #303248;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.featured-sec .center-slide p {
    text-align: left;
    color: #717171;
    margin-bottom: 10px !important;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.featured-sec .slick-prev:before,
.featured_dentist_sliders .slick-prev:before {
    content: url('../images/left-arrow.png') !important;
}
.featured-sec .slick-prev,
.featured_dentist_sliders .slick-prev {
    left: -57px;
    width: 40px !important;
    height: 40px !important;
}
.featured-sec .slick-next,
.featured_dentist_sliders .slick-next {
    right: -57px;
	width: 40px !important;
    height: 40px !important;
}
.featured-sec .slick-next:before,
.featured_dentist_sliders .slick-next:before {
    content: url('../images/right-arrow.png') !important;
}
.featured_dentist_slide h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #303248;
}
.review-star_menu {
    list-style: none;
    padding-bottom: 15px;
    width: 100% !important;
}
.review-star_menu li {
    display: inline-block;
}
.review-star_menu li a i {
    color: #df054e;
}
.center_hover_box .review-star_menu {
    list-style: none;
    padding-bottom: 15px;
    width: 26% !important;
    float: left;
    display: inline;
}
.rating_count {
    display: inline;
    float: left;
    width: 74%;
}
.featured_dentist-sec.top-rated .rating_count {
    width: auto;
}
.featured_dentist-sec .review-star_menu {
    list-style: none;
    padding-bottom: 15px;
    width: 100% !important;
}
.featured_dentist-sec.top-rated .review-star_menu {
    list-style: none;
    padding-bottom: 15px;
    width: auto !important;
    margin-right: 10px;
}
.center_hover_box .center_menu_list {
    list-style: none;
    margin-left: -20px;
    display: block;
    width: 100%;
    float: left;
}
.center_menu_list {
    list-style: none;
    margin-left: -20px;
}
.center_menu_list li {
    display: inline-block;
}
.center_menu_list li a {
    display: inline-block;
    font-size: 12px;
    color: #303248;
    font-weight: 800;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}
.center_menu_list li a img {
    display: inline-block;
    margin-right: 6px;
}
.top-rated-sec {
    padding: 0px 100px;
    background: linear-gradient(180deg, #f7f7f7 25%, #fff 16%);
    margin-bottom: 50px;
}
.top-rated-sec .banner-middle-new {
    position: relative;
    background: url('../images/inner-banner-2.jpg');
    min-height: 432px;
    background-size: cover;
    border-radius: 15px;
}
.banner-middle-new .dentist-list {
    position: absolute;
    top: 50% !important;
    right: -17% !important;
    width: 40%;
    transform: translate(-50%, -50%);
    left: auto !important;
}
.banner-middle-new .dentist-list {
    position: absolute;
    top: 50% !important;
    right: -17% !important;
    width: 40%;
    transform: translate(-50%, -50%);
    left: auto !important;
}
.top_rated_slider h2 {
    font-size: 50px;
    text-align: center;
    color: #303248;
    padding: 20px 0px 0px 0px;
}
.top_rated_slider p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}
.top_rated_slider .featured_dentist_slide  {
    padding: 0px 15px;
}
.top_rated_slider .featured_dentist_slide .images img {
    width: 100%;
}
.top_rated_slider .featured_dentist_slide h4 {
    font-size: 26px;
    color: #303248;
}
.top_rated_slider .featured_dentist_slide p {
    text-align: left;
    color: #717171;
    /* padding-bottom: 10px; */
    margin-bottom: 10px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.media-section {
    background: #f7f7f7;
    padding: 0px 100px 50px 100px;
}
.media-section h2 {
    font-size: 50px;
    color: #303248;
    text-align: center;
    padding: 20px 0px;
}
.media-section .specialty-box {
    background: #f2f0f2;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
}
.media-section .specialty-box img {
    border-radius: 15px;
}
.media-section .specialty-box h3 {
    color: #303248;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media-section .specialty-box p {
    color: #717171;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.specialty-box a {
    background: #df054e;
    padding: 12px 40px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
	transition:0.5s;
}
.specialty-box a:hover{
  text-decoration:none;
}
.location_section {
    padding: 50px 100px;
    text-align: center;
    background: #303248;
}
.location_section h5 {
    font-size: 50px;
    color: #fff;
    padding-bottom: 30px;
}
.location_section ul {
    list-style: none;
    width: 100%;
    text-align: left;
}
.location_section ul li {
    display: inline-block;
    padding: 2px 15px;
    width: 24%;
    text-align: left;
}
.location_section ul li a {
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    text-transform: capitalize;
}
.location_section ul li a:hover {
    color: #fff;
}
.address-menu {
    text-align: right;
    list-style: none;
    margin-top: 20px;
}
.address-menu li {
    display: inline-block;
    padding: 0px 10px;
}
.address-menu li a {
    color: #717171;
    font-size: 17px;
	transition:0.5s;
}
.address-menu li a:hover {
    color: #df054e;
	text-decoration:none;
}
.address-menu li a img {
    margin-right: 4px;
    margin-top: -8px;
}
.address-menu li a:hover img{
	filter:  invert(15%) sepia(99%) saturate(4277%) hue-rotate(332deg) brightness(86%) contrast(105%);
}
.footer-social {
    list-style: none;
    text-align: right;
    margin-top: 20px;
}
.footer-social li {
    display: inline-block;
    padding: 0px 7px;
}
.footer-social li a i {
    font-size: 26px;
    color: #303248;
    transition: 0.5s;
}
.footer-social li a i:hover{
	color: #df054e;
}
.second-footer {
    background: #f2f0f2;
    padding: 30px 0px;
}
.r-u-dentist-banner {
    background: url('../images/dentist-main-banner.jpg');
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.r-u-dentist-caption {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.r-u-dentist-caption h1 {
    color: #303248;
    font-weight: bold;
}
.icon-share {
    margin: 0px  auto !important;
    text-align: center;
}
.icon-share li {
    display: inline-block;
    padding: 0px 10px;
}
.icon-share li a img {
    width: 80%;
}
.contact_sec {
    padding: 70px 70px;
}
.contact_sec h2 {
    color: #303248;
    line-height: 40px;
    font-weight: bold;
}
.contact_sec p {
    line-height: 30px;
    color: #717171;
}
.contact_sec ul {
    padding: 20px;
}
.contact_sec ul li {
    font-size: 16px;
    line-height: 34px;
    color: #303248;
    font-weight: 400;
}
.contact_form_sec {
   position:relative;
}
.contact_form_sec::before {
    position: absolute;
    background: #c9c9c9;
    content: '';
    width: 1px;
    height: 100%;
    top: 0px;
    left: 25px;
}
.contact_form_sec h2 {
    padding-bottom: 30px;
    color: #303248;
    font-weight: bold;
}
.contact_form_sec .contact-forms {
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 40px;
}
.contact-forms input[type="text"], 
.contact-forms input[type="email"], 
.contact-forms input[type="tel"], 
.contact-forms select {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
    height: 50px;
    font-weight: 300;
}
.contact-forms textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
    height: 250px;
	font-weight: 300;
}
.contact-forms .checkbox label {
    color: #303248;
    font-weight: 300;
}
.contact-forms .btn {
    margin-top: 20px;
    background: #df054e  !important;
    border: none !important;
    font-size: 19px;
    font-weight: 300;
    padding: 15px 40px;
    border-radius: 15px;
}
.dentist_list {
    padding: 50px 100px;
}
.dentist_list .banner-middle {
    background: url(../images/dentist-list-bg.jpg);
    background-size: cover;
    min-height: 380px;
}
.dentist_list .banner-middle h3 {
    margin-top: 0px;
}
.dentist_list .dentist-list {
    top: 49%;
}
.counter_sec {
    padding: 50px 100px;
}
.counter_sec h3 {
    font-size: 35px;
    color: #303248;
    font-weight: bold;
    line-height: 50px;
}
.counter_sec img {
    width: 90%;
    display: block;
    margin: 0px auto;
}
.counter_sec p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.testimonial-sec {
    margin-top: 30px;
}
.testimonial-sec h3 {
    color: #303248;
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
}
.testimonial-sec .col-md-12 {
    padding: 0px !important;
    text-align: center;
}
.testimonial-content p {
    color: #717171;
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
}
.dentist-register .col-md-12 {
    padding: 0px !important;
}
.dentist-register .col-md-12 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.dent_caption {
    position: absolute;
    bottom: 30%;
    left: 5%;
}
.dent_caption h1 {
    font-size: 36px;
    color: #303248;
    margin-bottom: 0px !important;
    font-weight: bold;
}
.dent_caption h2 {
    font-size: 36px;
    color: #303248;
    margin-top: 10px !important;
	 font-weight: bold;
}
.form_dentist {
    margin-top: 20px;
}
.form_dentist label {
    font-size: 20px;
    font-weight: 300;
    display: block;
}
.error{
	 color: red;
}
.form_dentist .error {
    padding-top: 10px;
    display: inline-block;
}
.form_dentist input[type="email"] {
    width: 65%;
    display: inline-block !IMPORTANT;
    border-radius: 0px !important;
    background: #303248;
    height: 60px;
    border: none !important;
    float: left;
    color: #fff;
}
.form_dentist .get_started {
    width: 35%;
    display: block;
    position: relative;
    float: right;
}
.form_dentist .get_started .btn-get-started {
    width: 80%;
    height: 60px;
    border-radius: 0px !important;
    background:#df054e;
    color: #fff;
    border: none;
    font-weight: 300;
    font-family: 'Circular Std' !important;
    font-style: normal;
    text-shadow: none !important;
    font-size: 16px !important;
	outline:none;
}
.get_started i {
    position: absolute;
    top: 39%;
    right: 76px;
    color: #fff;
}
.main_popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px !important;
    width: 500px;
}

.main_popup .modal-content {
    border-radius: 15px;
}
.main_popup .modal-title h3 {
    color: #303248;
    width: 90% !important;
    font-size: 30px !important;
    margin: 0px auto;
    text-align: center;
}
.main_popup .modal-title p {
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
}
.main_popup .modal-body {
    padding: 25px 20px;
}
.register_form-patient {
    width: 85%;
    margin: 0px auto;
}
.login_form-patient {
    width: 85%;
    margin: 20px auto;
}
.links-dentist {
    padding: 12px 0px 0px 0px;
}
.links-dentist a {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #303248;
    font-weight: 400;
    font-size: 17px;
}
.links-dentist a:first-child{
	border-right:1px solid #df054e;
}

.patient-head {
    padding-bottom: 30px;
}
.patient_login_head {
    padding-top: 30px;
	padding-bottom: 10px;
}
.patient-new-head {
    padding-bottom: 10px;
}
.or-head {
    font-size: 30px !important;
    color: #303248;
    font-weight: 600;
    padding: 5px 0px !important;
}
.login_form {
    width: 90%;
    margin: 15px auto;
    text-align: center;
}
.login_form-dentist {
    width: 85%;
    margin: 30px auto;
}
.dental-login,
.patient-login {
    margin: 20px 0px;
    text-align: center;
}
.dental-login a,
.patient-login a {
    font-size: 20px;
    color: #df054e;
}
.login_form-dentist .username p {
    font-size: 16px;
    color: #303248;
    font-weight: 400;
    padding: 0px 0px 5px 0px;
}
.login_form-dentist .password-pass p{
    font-size: 16px;
    color: #303248;
    font-weight: 400;
    padding: 5px 0px 5px 0px;
}
.p-0 {
    padding: 0px !important;
}
.login_form-dentist .login_form-patient_btn {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.login_form-dentist input[type="email"] ,
.login_form-dentist input[type="password"],
.login_form-dentist input{
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    position: relative;
}
.login_form-patient_btn .dentist_login_form {
    background: #303248;
    padding: 15px 10px;
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
    margin-right: 0px;
}
.login_form input[type="email"],
.login_form input[type="password"] {
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    height: 60px;
    padding-left: 10px;
    color: #717171;
    margin-bottom: 20px;
	outline:none;
}
.login_form button {
    width: 40%;
    border: 1px solid #b9b9b9;
    border-radius: 15px;
    height: 60px;
    padding-left: 10px;
    color: #fff;
    outline: none;
    background: #df054e;
    margin: 0px auto 20px auto;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Circular Std' !important;
    font-style: normal;
    text-shadow: none !important;
}
#register-btn {
    padding-left: 0px;
}
.error.email {
    text-align: left !important;
    display: block;
    margin-bottom: 20px;
}
.error.password {
    display: block;
    text-align: left;
    margin-bottom: 0px;
}
.main_popup .modal-title i {
    text-align: center;
    display: block;
    font-size: 60px;
    color: #df054e;
    padding-bottom: 30px;
}
.main_popup ul {
    width: 56%;
    margin: 20px auto;
    list-style: none;
}
.main_popup ul li {
    color: #717171;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    position: relative;
}
.main_popup ul li .check-img {
    position: absolute;
    left: -19px;
    top: 13px;
}
.popup-content a#choose-plan-btn {
    text-align: center;
    display: block;
    width: 40%;
    margin: 40px auto 0px auto;
    background: #df054e;
    border-radius: 15px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Circular Std' !important;
    font-style: normal;
    cursor: pointer;
    outline: none;
}
.popup-content a#choose-plan-btn:hover {
    text-decoration:none;
}
.monthly_plan .modal-dialog {
    width: 80%;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !IMPORTANT;
}
.monthly_plan .modal-body {
    padding: 10px 20px !important;
}
.monthly_plan .popup-content ul {
    list-style: none;
    margin: 10px 0px;
}
.monthly_plan .popup-content ul  li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.mt-3 {
    margin-top: 30px !IMPORTANT;
}
.monthly_plan .popup-content input[type="radio"][id^="myCheckbox"] {
    display: none;
}
.monthly_plan .popup-content label {
    border: 1px solid #303248;
    padding: 10px 17px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #303248;
    width: 40%;
}
.monthly_plan .popup-content label:before {
    background-color: transparent;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(1);
    opacity: 0;
}
.monthly_plan .popup-content input[type="radio"]:checked + label {
    border-color: #df054e;
    color: #fff;
    background: #df054e;
}
.monthly_plan .popup-content input[type="radio"]:checked + label:before {
    content: "✓";
    background-color: transparent;
    transform: scale(1);
    border: 2px solid #fff;
}
.monthly-plns .col-3.col-md-3 {
    padding: 0px !important;
}
.monthly_plan .popup-content .monthly-plns label {
    padding: 36px 10px;
    margin: 10px auto;
    width: 60%;
}
.plan-btn-sec {
    margin-top: 10px;
}
.plan-sidebar-menu li {
    min-height: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
}
.monthly_plan .popup-content .col-4.col-md-4 .col-12.col-md-12 {
    padding: 0px !important;
}
.monthly_plan .popup-content .col-4.col-md-4, .monthly_plan .popup-content .col-8.col-md-8 {
    padding: 0px !IMPORTANT;
}
.monthly-plns .col-12.col-md-12 {
    padding: 0px !important;
}
.monthly_plan .plan-sidebar-menu {
    margin: 20px 0px 10px 0px !important;
}
.monthly_plan .popup-content .col-4.col-md-4 .col-12.col-md-12 .plan-sidebar-menu_list {
    margin-top: 0px !important;
}
.plan-sidebar-menu .annual_month_text {
    font-weight: 400 !important;
    color: #303248;
}
.social-section {
    text-align: center;
}
.social-section .register_icons {
    width: 100% !important;
}
.social-section .register_icons li {
    display: inline-block;
    padding: 0px 10px;
}
.login_form-patient .username p,
.register_form-patient .username p {
    font-size: 16px;
    color: #303248;
    font-weight: 400;
    padding: 0px 0px 5px 0px;
}
.login_form-patient .password-pass p ,
.register_form-patient .password p,
.register_form-patient .confirm-password p {
    font-size: 16px;
    color: #303248;
    font-weight: 400;
    padding: 5px 0px 5px 0px;
}
.login_form-patient input[type="email"],
.register_form-patient input[type="text"],
.login_form-patient .password-pass input,
.login_form-patient input[type="password"],
.register_form-patient .password input,
.register_form-patient input[type="password"],
.register_form-patient .confirm-password input{
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    position: relative;
}
.password-pass, .password, .confirm-password {
    position: relative;
}
.password-pass i, 
.confirm-password i, 
.password i {
    position: absolute;
    right: 10px;
    top: 52px;
}
.social-section h3 {
    color: #303248;
    font-size: 30px;
}
.login_form-patient_btn {
    width: 100%;
    text-align: center;
    margin: 70px 0px 10px 0px;
}
.login_form-patient_btn a {
    width: 46%;
    display: inline-block;
    text-align: center;
}
.login_form-patient_btn .patient_login_register {
    background: #df054e;
    padding: 15px 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 10px;
}
.login_form-patient_btn .patient_login_form {
    background: #df054e;
    padding: 15px 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}
.login_form-patient_btn .patient_login_form:hover{
    background: #303248;
}
.login_form-patient_btn a:hover {
    text-decoration: none;
}
.login_form-patient input[type="email"] {
    margin-bottom: 20px;
}
.login_form-patient_btn a {
    width: 48%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.login_form-dentist .least_char {
    display: none;
}
.login_form-dentist input[type="email"] {
    margin-bottom: 20px;
}
.about-post-form {
    text-align: center;
}
.about-post-form span {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    color: #303248;
}
.about-post-form textarea {
    width: 100%;
    border: 1px solid #9c9c9c;
    background: transparent;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.about-post-form textarea:focus{
	box-shadow:none;
}
.register_form-patient .button-section {
    margin-top: 20px;
}
.register_form-patient .button-section a {
    width: 48%;
    display: inline-block;
    text-align: center;
	 cursor: pointer;
}
.register_form-patient .button-section a:hover{
	text-decoration:none;
}
.register_form-patient .button-section .patient_login_register {
    background: #df054e;
    padding: 15px 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 10px;
}
.register_form-patient .button-section .patient_login_form {
    background: #303248;
    padding: 15px 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}
.free_taday {
    padding: 20px 0px;
}
.free_taday .container-fluid {
    background: #2f334a;
    border-radius: 15px;
    padding: 30px 20px;
}
.free_taday h4 {
    color: #fff;
    font-size: 35px;
    line-height: 50px;
}
.free_taday .try-btn {
    background: #df054e;
    width: 70%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    border-radius: 15px;
    font-size: 15px;
    margin-top: 25px;
	cursor:pointer;
}
.free_taday .try-btn:hover{
	text-decoration:none;
}
.free_taday {
    padding: 20px 100px;
}
.featured-banner {
    background: url('../images/featured-banner.jpg');
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.featured-banner-caption {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.featured-banner-caption h1 {
    color: #303248;
    font-weight: bold;
    width: 60%;
    margin: 20px auto;
}
.featured-bottom-sec {
    padding: 20px 0px;
}
.featured-btn-list {
    text-align: center;
    list-style: none;
}
.featured-btn-list li {
    display: inline-block;
    margin: 10px 10px;
    width: 20%;
}
.featured-btn-list li a {
    background: #303248;
    color: #fff;
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    transition: 0.5s;
}
.featured-btn-list li a:hover{
	background:#df054e;
	text-decoration:none;
}
.featured_main .featuerd_box {
    padding-left: 50px;
    padding-bottom: 40px;
}
.featuerd_team_box {
    padding-top: 50px;
    padding-bottom: 10px !important;
}
.featured_main .featuerd_box h4 {
    font-size: 30px;
    color: #303248;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}
.review-star_menu li a {
    outline: none;
}
.featured_main .review-star_menu {
    list-style: none;
    padding-bottom: 8px;
    display: inline-block;
    width: auto !important;
}
.featured_main .featuerd_box span {
    margin-left: 5px;
}
.featured_main .featuerd_box .view_all_reviews a {
    color: #303248;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
	transition:0.5s;
}
.featured_main .featuerd_box .view_all_reviews a:hover {
    text-decoration: underline;
}
.featuerd_team_box .team-slide {
    margin-right: 20px;
	margin-left:5px;
}
.featured_main .featuerd_team_box h4 {
    padding-bottom: 15px;
}
.featuerd_team_box .team-slide .team-content img {
    width: 100%;
    display: block;
}
.featuerd_team_box .team-slide .team-content .team-heading {
    padding: 10px;
}
.team-heading h5 {
    font-size: 20px;
    color: #303248;
    margin-top: 0px;
    margin-bottom: 3px;
}
.team-content {
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.team-slider .slick-prev {
    right: 70px;
    width: 40px;
    height: 40px;
    bottom: auto !important;
    top: -14% !important;
    left: auto;
}
.team-slider .slick-prev:before {
    content: url('../images/review-prev.png') !important;
}
.team-slider .slick-next {
    right: 26px;
    width: 40px;
    height: 40px;
    bottom: auto !important;
    top: -14% !important;
    left: auto;
}
.team-slider .slick-next:before {
    content: url('../images/review-next.png') !important;
}
.team-heading p {
    color: #df054e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.review_btn {
    list-style: none;
}
.review_btn li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-right: 4px;
}
.review_btn li a {
    display: block;
    width: 100%;
    background: #303248;
    color: #fff;
    padding: 16px 4px;
    border-radius: 15px;
    transition: 0.5s;
    cursor: pointer;
}
.review_btn li a:focus{
	text-decoration:none;
}
.review_btn li:first-child a{
	background:#df054e;
}
.review_btn li a:hover{
	text-decoration:none;
}
.treatement_menu_list {
    list-style: none;
}
.treatement_menu_list li {
    display: inline-block;
    width: 19%;
    text-align: center;
}
.treatement_menu_list li a {
    display: block;
    text-align: center;
}
.featured-banner-btn a {
    background: #303248;
    display: inline-block;
    padding: 14px 30px;
    border: none;
    border-radius: 15px;
    color: #fff;
}
.featured-banner-btn a:hover{
    background: #df054e;
    text-decoration:none;
}
.featured-banner-btn {
    margin-top: 20px;
}
.treatement_menu_list li a:hover{
	text-decoration:none;
}
.treatement_menu_list li a img {
    display: block;
    margin: 12px auto;
}
.treatement_menu_list li a p {
    color: #6d6d6d;
    font-family: 'Circular Std Book';
    font-size: 15px;
}
.featuerd_about_box p {
    padding: 10px 0px;
    line-height: 30px;
}
.featured_main .contact_form_sec::before{
	display:none;
}
.top-rated {
    padding: 0px 100px 50px 100px;
    background: #fff;
}
.top-rated h2 {
    padding-top: 0px;
    font-size: 50px;
    color: #303248;
    text-align: center;
    font-weight: bold;
}
.featuerd_photo_box .col-4.col-md-4 {
    padding: 6px 6px;
}
.featuerd_photo_box .col-4.col-md-4 img {
    width: 100%;
    min-height: 218px;
    object-fit: cover;
}
.featuerd_photo_box h4 {
    margin-bottom: 10px !important;
}
.featuerd_review_box .review-content h6 {
    font-size: 19px;
    color: #717171;
    font-weight: 300;
}
.review-slider .slick-prev:before {
    content: url('../images/review-prev.png') !important;
}
.review-slider .slick-next:before {
    content: url('../images/review-next.png') !important;
}
.review-slider .slick-prev {
    left: -6px;
    width: 40px;
    height: 40px;
    bottom: -30% !important;
    top: auto !important;
}
.review-slider .slick-next {
    left: 45px;
    width: 40px;
    height: 40px;
    bottom: -30% !important;
    top: auto !important;
    right: auto !important;
}
.review-slider_menu {
    list-style: none;
    margin-bottom: 15px;
}
.review-slider_menu li{
	display:inline-block;
}
.review-slider_menu li a {
    outline: none;
}
.review-slider_menu li a i {
    color: #df054e;
}
.review-content p {
    line-height: 27px;
}
.featuerd_location_box h4 {
    margin-bottom: 20px !important;
}
.testimonial-slider .slick-prev:before {
    content: url('../images/testimonials-prev.png') !important;
}
.testimonial-slider .slick-next:before {
    content: url('../images/testimonials-next.png') !important;
}
.testimonial-slider .slick-next {
    right: -25px;
    width: 20px;
    height: 30px;
    z-index: 1;
}
.testimonial-slider .slick-prev {
    left: -25px;
    width: 20px;
    height: 30px;
}
.plan-content-month p {
    font-size: 14px;
    font-weight: 400;
    color: #303248;
}
.location-banner {
    background: url('../images/location-banner.jpg');
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.thankyou-banner {
    background: url('../images/thankyou-banner.jpg');
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.thankyou-content-sec {
    padding: 100px;
}
.thankyou-content-sec h2 {
    font-size: 35px;
    color: #303248;
    line-height: 45px;
    font-weight: 500;
    padding-bottom: 15px;
}
.thankyou-content-sec .fa-check-circle {
    font-size: 100px;
    color: #df054e;
    padding-bottom: 30px;
}
.thankyou-content-sec ul {
    list-style: none;
}
.thankyou-content-sec ul li {
    display: inline;
    margin-right: 15px;
}
.thankyou-content-sec ul li a {
    font-size: 19px;
    color: #303248;
    font-weight: 400;
}
.thankyou-content-sec ul li a i {
    color: #df054e !important;
}
.thankyou-content-sec ul li a .fa-phone {
    transform: rotate(90deg);
}
.thankyou-check-ability {
    background: #f2eff2;
    padding: 50px 50px;
}
.thankyou-check-ability h2 {
    color: #303248;
    font-size: 35px;
    margin-top: 0px;
}
.thankyou-check-ability p {
    font-weight: 400;
    color: #717171;
    padding-bottom: 10px;
}
.thankyou-check-ability .just-paras {
    color: #303248;
}
.thankyou-check-ability .check-ability-btn {
    margin-top: 20px;
}
.thankyou-check-ability .check-ability-btn a {
    background: #df054e;
    color: #fff;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 15px;
    transition: 0.5s;
    display: inline-block;
}
.thankyou-check-ability .check-ability-btn a:hover{
	background: #303248;
	text-decoration:none;
}
.thankyou-check-ability .check-ability-btn a:focus{
	text-decoration:none;
	outline:none;
}
.location-caption {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.location-banner h1 {
    color: #303248;
    font-size: 50px;
    text-transform: capitalize;
}
.location-form-sec {
    margin-top: -43px;
}
.location-form {
    text-align: center;
    width: 60%;
    background: #fff;
    margin: 0px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.location-form .form-group {
    width: 40%;
    margin: 0px 10px;
}
.location-form .btn {
    background: #df054e;
    border-radius: 15px;
    text-shadow: none;
}
.location-form input[type="text"] {
    height: 50px;
    border: 1px solid #717171;
    border-radius: 15px;
	color:#717171;
	font-weight:300 !important;
}
.location-form .btn {
    background: #df054e;
    border-radius: 15px;
    text-shadow: none;
    height: 50px;
    padding: 0px 15px;
    outline: none;
}
.location-form .btn i {
    color: #fff;
    font-size: 24px;
}
.location-dentist {
    padding: 50px 100px;
}
.location-dentist h2 {
    color: #303248;
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
}
.location-dentist p {
    width: 76%;
    margin: 0px auto;
    line-height: 30px;
}
.grey-background {
    background: #f5f5f5;
    padding: 65px 50px;
    border-radius: 15px;
}
.location-dentist .grey-background {
    padding: 62px 50px;
}
.location-dentist .grey-background h3 {
    font-size: 35px;
    color: #303248;
}
.location-dentist .grey-background p {
    width: 100%;
    color: #df054e;
    padding-bottom: 10px;
}
.loc_btn_sec a {
    background: #df054e;
    color: #fff;
    border-radius: 15px;
    padding: 15px 40px;
    display: inline-block;
    font-size: 19px;
	transition:0.5s;
}
.loc_btn_sec a:hover{
	text-decoration:none;
	background:#303248;
}
.row-second {
    margin-top: 50px !important;
}
.location-dentist img {
    min-height: 322px;
    height: 322px;
    object-fit: cover;
    border-radius: 15px;
}
.loc_list {
    list-style: none;
    margin-left: 0px !important;
}
.loc_list li {
    display: block;
    padding-bottom: 0px;
    line-height: 40px;
}
.loc_list li a {
    display: inline-block;
    font-size: 16px;
    color: #303248;
    font-weight: 400;
    outline: none;
    position: relative;
    padding-left: 51px;
    max-width: 266px;
}
.loc_list li a img {
    position: absolute;
    left: 0px;
}
.loc-content-box h5 {
    color: #303248;
    font-size: 19px;
    margin-top: 0px;
}
.location-box {
    padding: 0px 30px;
}
.loc-content-box {
    padding: 20px 10px;
}
.location_near_sec .loc-content-box {
    padding: 20px 10px;
    background: #f5f5f5;
    border-radius: 0px 0px 15px 15px;
}

.loc-image-box .img_box {
    height: 230px;
    overflow: hidden;
    transition: 0.5s;
}
.loc-image-box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
	transition: 0.5s;
}
.loc-image-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.5s;
    max-height: 535px;
    background: #fff;
    height: 535px;
	position: relative;
}
.loc-btn {
    position: absolute;
    width: 90%;
    left: 15px;
    bottom: 16px;
}
.loc-image-box:hover .img_box img{
	transform:scale(1.1);
}
.loc-image-box:hover .loc-btn a {
   background:#df054e;
}
.loc-image-box:hover .loc-content-box h5 {
   color:#df054e;
}

.loc-btn a {
    display: block;
    background: #303248;
    color: #fff;
    padding: 16px 20px;
    text-align: center;
    font-size: 19px;
    border-radius: 15px;
	transition:0.5s;
}
.loc-btn a:hover{
	text-decoration:none;
}
.load_more_sec{
	padding:30px 0px;
}
.load_more_sec a {
    background: #df054e;
    color: #fff;
    display: inline-block;
    padding:16px 30px;
    border-radius: 15px;
    font-size: 19px;
	transition:0.5s;
}
.load_more_sec a:hover{
	background: #303248;
	text-decoration:none !important;
}
.load_more_sec a:focus {
    text-decoration: none !important;
    outline: none;
}
.featured_dentist-location-sec {
    background: #fff;
}
.location_near_sec {
    padding: 0px 30px;
}
.location_near_sec h3 {
    font-size: 35px;
    color: #303248;
    margin: 0px;
}
.location_near_sec .all_btn {
    text-align: right;
}
.location_near_sec .all_btn a {
    background: #df054e;
    color: #fff;
    padding: 12px 60px;
    border-radius: 15px;
    font-size: 19px;
    letter-spacing: 1px;
    transition: 0.5s;
}
.location_near_sec .all_btn a:hover {
    background: #303248;
    text-decoration:none;
}
.inner-row {
    margin-top: 50px;
}
.location_near_sec .loc-image-box {
    box-shadow: none !important;
}
.location-inner-sec {
    padding: 30px 30px;
    background: linear-gradient(180deg, #fff 30%, #f7f7f7 24%);
}
.location_near_sec .loc-image-box {
    box-shadow: none !important;
    height: 430px;
    max-height: 430px;
}
.location-inner-sec .loc-img-box {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.location-inner-sec .loc-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-inner-sec .loc-img-box .loc-img-box-content {
    position: absolute;
    bottom: 6px;
    left: 20px;
}
.location-inner-sec .loc-img-box .loc-img-box-content h3 {
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
}
.treatment_location ul {
    list-style: none;
    padding-left: 30px;
}
.treatment_location ul li a {
    font-size: 18px;
    line-height: 45px;
    color: #717171;
    font-weight: 400;
	transition:0.5s;
}
.treatment_location ul li a:hover{
	color:#df054e;
}
.treatment_location_right ul li {
    display: inline-block;
    width: 49%;
}
.location-inner-sec-text p {
    font-size: 16px;
    color: #717171;
    line-height: 30px;
    padding-top: 20px;
}
.plan-choose-btn-sec {
    text-align: center;
    padding: 20px 0px;
}
.plan-choose-btn-sec a {
    border-radius: 15px;
    height: 60px;
    padding: 0px 50px;
    color: #fff;
    margin-bottom: 20px;
    outline: none;
    background: #df054e;
    margin: 0px auto 20px auto;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Circular Std' !important;
    font-style: normal;
    text-shadow: none !important;
    display: inline-block;
    line-height: 60px;
	transition:0.5s;
}
.plan-choose-btn-sec a:hover{
	background: #303248;
	text-decoration:none;
}
.payment-sec {
    text-align: center;
    padding: 30px 0px;
}
.payment-sec p {
    padding-bottom: 10px;
    font-weight: 400;
    color: #717171;
}
.payment-sec .payment-para {
    color: #303248;
}
.payment-sec .payment-btn {
    margin-top: 20px;
    position: relative;
    width: 90%;
    margin: 0px auto;
}
.payment-sec .payment-btn a img {
    display: inline-block;
    margin-top: -7px;
    width: 40%;
}
.payment-sec .payment-btn a {
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    color: #717171;
    font-weight: 400;
}
.payment-sec .payment-btn a:hover{
	 color: #303248;
	 text-decoration:none;
}
.payment-btn span {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 13px;
}
.payment-btn span i {
    color: #ffb53f;
}
.treatment-page-sec {
    background: url(../images/treatment-banner.jpg);
    background-size: cover;
    min-height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.treatment-form-sec {
    position: absolute;
    bottom: 20px;
}
.treatment-form-sec .treatment-form {
    width: 100%;
    display: block;
}
.treatment-form-sec .treatment-form {
    width: 80%;
    display: block;
    margin: 0px auto;
}
.treatment-form-sec .treatment-form form {
    width: 100%;
    background: #fff;
    float: left;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}
.treatment-form-sec .treatment-form h2 {
    text-align: center;
    color: #303248;
    font-size: 34px;
}
.treatment-form-sec .treatment-form p {
    text-align: center;
    padding-bottom: 20px;
}
.treatment-form-sec .treatment-form form input[type="text"], 
.treatment-form-sec .treatment-form select {
    height: 55px;
    border: 1px solid #717171;
    color: #717171;
    font-weight: 300;
    width: 100%;
    border-radius: 8px;
    outline: none;
    padding-left: 10px;
}
.treatment-form-sec .treatment-form form .btn-search {
    width: 100%;
    background: #df054e;
    border: none;
    border-radius: 15px;
    padding: 16px 10px;
    font-size: 19px;
    font-weight: 300;
	transition:0.5s;
	outline:none;
}
.treatment-form-sec .treatment-form form .btn-search:hover{
	  background: #303248;
}
.treatments-post-form .error {
    margin-top: -22px;
    margin-bottom: 5px;
}
.browse-treatments-sec {
    padding: 50px 100px;
}
.browse-treatments-sec h1 {
    font-size: 50px;
    color: #303248;
    margin-top: 0px;
}
.browse-treatments-sec p {
    line-height: 30px;
    padding-bottom: 20px;
}
.browse-treatments-slider .browse-treatments-slide {
    text-align: center;
}
.browse-treatments-slider .browse-treatments-slide .browse-treatments-box {
    background: #303248;
    width: 90%;
    margin: 0px auto;
    padding: 50px 10px;
    border-radius: 15px;
}
.browse-treatments-slider .browse-treatments-slide .browse-treatments-box img {
    margin: 0px auto;
}
.browse-treatments-content h4 {
    color: #fff;
    font-size: 21px;
}
.browse_dentist-sec{
	background: #fff;
}
.browse-treatments-slider .slick-prev {
    left: -57px;
    width: 40px !important;
    height: 40px !important;
}
.browse-treatments-slider .slick-next {
    right: -57px;
    width: 40px !important;
    height: 40px !important;
}
.browse-treatments-slider .slick-prev:before {
    content: url('../images/left-arrow.png') !important;
}
.browse-treatments-slider .slick-next:before {
    content: url('../images/right-arrow.png') !important;
}
.browse_dentist-sec .banner-middle {
    position: relative;
    background: url('../images/browse-next.png');
    min-height: 330px;
    background-size: cover;
    border-radius: 15px;
}
.browse_dentist-sec .dentist-list p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 26px;
    color: #717171;
}
.browse_dentist-sec .dentist-list {
    position: absolute;
    top: 47%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.browse-fetured-dentist-slide{
    padding: 0px 15px;
}
.browse-fetured-dentist {
    background: #f2eff2;
    padding: 50px 100px;
}
.browse-fetured-dentist h4 {
    font-size: 50px;
    color: #303248;
}
.browse-fetured-dentist p {
    padding-bottom: 30px;
}
.browse-fetured-dentist-slider .browse-fetured-dentist-box {
    position: relative;
    height: 286px;
    border-radius: 15px;
    overflow: hidden;
}
.browse-fetured-dentist-slider .browse-fetured-dentist-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.browse-fetured-dentist-slider .browse-fetured-dentist-box .browse-fetured-dentist-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(180deg, #fff0 13%, #30324880 43%);
}
.browse-fetured-dentist-content h5 {
    color: #fff;
    font-size: 20px;
}
.browse-fetured-dentist-content .browse-btn a {
    background: #df054e;
    color: #fff;
    padding: 11px 40px;
    display: inline-block;
    border-radius: 15px;
    font-size: 17px;
	transition:0.5s;
	outline:none;
}
.browse-fetured-dentist-content .browse-btn a:focus{
	outline:none;
	text-decoration:none;
}
.browse-fetured-dentist-content .browse-btn a:hover{
	text-decoration:none;
	background: #303248;
}
.browse-fetured-dentist-box:hover .browse-btn a {
    background: #303248;
}
.browse-fetured-dentist-slider .slick-prev {
    left: -57px;
    width: 40px !important;
    height: 40px !important;
}
.browse-fetured-dentist-slider .slick-next {
    right: -57px;
    width: 40px !important;
    height: 40px !important;
}
.browse-fetured-dentist-slider .slick-prev:before {
    content: url('../images/left-arrow.png') !important;
}
.browse-fetured-dentist-slider .slick-next:before {
    content: url('../images/right-arrow.png') !important;
}
.search-post-sec {
    background: #effcfd;
    height: 100vh;
}
.seach-banner-img {
    height: 100vh;
    position: relative;
}
.search-post-sec .seach-banner-img img {
    width: 70%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.search-post-sec .col-md-6 {
    position: relative;
    height: 100vh;
}
.search_caption {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}
.search_caption h1 {
    font-size: 36px;
    color: #303248;
    margin-bottom: 0px;
    margin-top: 0px;
}
.search_caption p {
    color: #303248;
    font-size: 22px;
    padding-bottom: 15px;
}
.search_caption .search-post-form input[type="text"] {
    width: 80%;
    margin: 0px auto 20px auto;
    height: 60px;
    border-radius: 0px;
    background: #303248;
    border: none;
    color: #fff;
}
.search_caption .search-post-form input[type="text"]::placeholder {
    color: #fff;
}
#map_postcode {
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}
#map_postcode iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.btn-post-btn {
    background: #df054e;
    border: none;
    font-family: 'Circular Std' !important;
    font-weight: 300;
    font-size: 19px;
    padding: 13px 60px;
    border-radius: 15px;
	outline:none;
	transition:0.5s;
}
.btn-post-skip {
    background: #df054e;
    border: none;
    font-family: 'Circular Std' !important;
    font-weight: 300;
    font-size: 19px;
    padding: 13px 60px;
    border-radius: 15px;
    outline: none;
    transition: 0.5s;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.btn-post-btn:hover, 
.btn-post-skip:hover, 
.btn-post-skip:focus, 
.btn-post-btn:focus {
    background: #303248 !important;
    outline: none;
	color: #fff;
	text-decoration:none;
}
.search-link {
    margin-top: 8px;
}
.search-link a {
    color: #303248;
    font-size: 16px;
    font-weight: 400;
}
.edit-post-form input[type="text"],
.edit-post-form input[type="tel"],
.edit-post-form input[type="email"] {
    width: 80%;
    margin: 0px auto 15px auto;
    height: 50px;
    border: 1px solid #717171;
    background: transparent;
    border-radius: 0px;
}
.treatments_checked_box {
    list-style: none;
}
.treatments_checked_box li {
    display: inline-block;
    width: 30%;
}
.treatments_checked_box input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
.treatments_checked_box label {
    border: 1px solid #fff;
    padding: 14px 0px;
    display: block;
    position: relative;
    margin: 4px;
    cursor: pointer;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #303248;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.treatments_checked_box label:hover img {
    transform: scale(1);
}
.treatments_checked_box label:before {
    background-color: transparent;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(1);
}
.treatments_checked_box label img {
    width: 80px;
    transition-duration: 0.5s;
    transform-origin: 50% 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.treatments_checked_box input[type="checkbox"]:checked + label {
    border-color: #df054e;
    color: #df054e;
    background: #fff;
}
.treatments_checked_box input[type="checkbox"]:checked + label:before {
    content: "✓";
    background-color: transparent;
    transform: scale(1);
    border: 1px solid #fff;
	opacity:0;
}
.treatments_checked_box input[type="checkbox"]:checked + label img {
    transform: scale(1);
    z-index: 1;
	filter: invert(15%) sepia(99%) saturate(4277%) hue-rotate(332deg) brightness(86%) contrast(105%);
}
.search-loc-form {
    margin-top: 20px;
}
.search-loc-form select {
    width: 80% !important;
    margin: 0px auto;
    margin-bottom: 20px;
    height: 50px !important;
    color: #fff !important;
    background: #303248;
    border: none !important;
    border-radius: 0px;
    box-shadow: none !important;
}
.search-loc-form select:placeholder{
    color: #fff;
}
.galleary_browse_box {
    position: relative;
    top: 17%;
}
.galleary_browse_box input[type="file"] {
    display: block;
    z-index: 1;
    position: relative;
    height: 290px;
    left: 31px;
    top: -25px;
    width: 89%;
    opacity: 0;
    cursor: pointer;
}
.search_caption h1 {
    margin-bottom: 25px;
}
.galleary_browse_sec .file-container {
    margin: 9px 0px 0px;
}
.galleary_browse_sec .file-container .file-content {
    background: #303248;
    text-align: center;
    height: 290px;
    width: 85%;
    position: absolute;
    top: 0;
    padding: 80px 0;
    left: 46px;
}
.galleary_browse_sec .file-container .file-content:before {
    content: "";
    border: 2px dashed #fff;
    position: absolute;
    height: 89%;
    width: 93%;
    top: 15px;
    left: 20px;
}
.galleary_browse_sec .file-container .file-content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
.galleary_browse_sec .file-container .file-content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
.galleary_browse_sec .btn-appear a {
    font-size: 18px;
    color: #303248;
}
.btn-appear {
    padding: 10px 0px 20px 0px;
}
.galleary_browse_sec form {
    position: relative;
    top: 17%;
}
.main-section .krajee-default.file-preview-frame {
    margin: 8px;
    border: 0px solid #ddd !important;
    padding: 0px !important;
    float: left;
    text-align: center;
    width: 30.6%;
    border-radius: 15px 15px 0px 0px !important;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.main-section .krajee-default.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.main-section .krajee-default.file-preview-frame .kv-file-content {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important;
}
.main-section .kv-file-remove {
    background: #df054e;
    text-shadow: none;
    color: #fff;
    border: none !important;
    transition: 0.5s;
    border-radius: 0px;
}
.main-section .kv-file-remove:hover {
    background: #df054e !important;
}

.main-section .file-preview-image {
    width: 100% !important;
    object-fit: cover;
    height: 100% !important;
}
.main-section .file-preview .clickable {
    cursor: pointer;
    overflow-y: auto;
    height: 230px;
    margin: 0px 0px 0px 0px !important;
}
.main-section .file-preview {
    margin-bottom: 10px;
    background: #303248;
    border: none !important;
}
.main-section .file-drop-zone.clickable:hover {
    border: 1px dashed #999;
}
.galleary_upload_sec .search_caption h1 {
    margin-bottom: 10px;
}
.galleary_upload_sec .search_caption p {
    font-size: 16px;
    padding-bottom: 0px;
}
.galleary_upload_sec form {
    position: relative;
    top: 17%;
}
.galleary_upload_sec .search_caption {
    top: 22%;
    position: relative;
}
.galleary_upload_sec .main-section .kv-file-zoom {
    display: none;
}
.galleary_upload_sec .main-section  .kv-file-upload {
    display: none;
}
.galleary_upload_sec .main-section .file-upload-indicator {
    display: none;
}
.galleary_upload_sec .main-section .krajee-default .file-footer-caption {
    margin-bottom: 0px;
}
.galleary_upload_sec .main-section .krajee-default .file-thumb-progress .progress, 
.galleary_upload_sec .main-section .krajee-default .file-thumb-progress .progress-bar {
    width: 82%;
}
.galleary_upload_sec .main-section .file-preview-success.krajee-default .file-thumb-progress .progress, 
.galleary_upload_sec .main-section .file-preview-success.krajee-default .file-thumb-progress .progress-bar {
    width: 100%;
}
.galleary_upload_sec .main-section .file-size-info {
    display: none !important;
}
.galleary_upload_sec .main-section .file-drop-zone-title {
    padding: 66px 10px;
    color: #fff;
}
.galleary_upload_sec .main-section .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 46px;
    background: #fff;
}
.galleary_upload_sec .main-section .file-drop-zone {
    min-height: 230px;
    border: 1px dashed #fff;
}
.upload_btn_sec {
    position: relative;
    bottom: 0;
}
.galleary_upload_sec .main-section .krajee-default .file-thumb-progress {
    top: 26px;
}
.galleary_upload_sec .main-section .file-preview-success .file-footer-buttons {
    display: none;
}
.galleary_upload_sec .main-section .fileinput-upload.fileinput-upload-button {
    background: #303248 !important;
    text-shadow: none;
    color: #fff;
    width: 28%;
    border: none !important;
    border-radius: 15px;
	padding: 15px 10px;
    font-size: 19px;
	outline:none;
}
.galleary_upload_sec .main-section .fileinput-upload.fileinput-upload-button:hover,
.galleary_upload_sec .main-section .btn-file:hover,
 .galleary_upload_sec .main-section .fileinput-cancel.fileinput-cancel-button:hover{
    background: #df054e !important;
}
.galleary_upload_sec .main-section .btn-file {
    overflow: hidden;
    background: #303248 !important;
    text-shadow: none;
    color: #fff;
    width: 28%;
    border: none !important;
    border-radius: 15px;
    padding: 15px 10px;
    font-size: 19px;
    outline: none;
}
.galleary_upload_sec .main-section .fileinput-cancel.fileinput-cancel-button {
	overflow: hidden;
    background: #303248 !important;
    text-shadow: none;
    color: #fff;
    width: 28%;
    border: none !important;
    border-radius: 15px;
    padding: 15px 10px;
    font-size: 19px;
	outline:none;
}
.galleary_upload_sec .main-section .hidden-xs {
    display: inline-block!important;
    font-weight: 300;
    font-family: 'Circular Std' !important;
}
.apple-pay-click-btn, .google-pay-click-btn {
    background: #000;
    margin: 30px 0px;
    color: #fff !important;
    font-weight: 300 !important;
    transition: 0.5s;
    border: none !important;
}
.apple-pay-click-btn:hover, .google-pay-click-btn:hover {
    background: #df054e;
    color: #fff !important;
}
.apple-pay-click-btn img, .google-pay-click-btn img {
    width: 20px !important;
    margin-left: 5px;
}
.btn-back {
    position: absolute;
    left: -33px;
    top: 4px;
}
.btn-back a {
    display: block;
}
.btn-back i {
    color: #df054e;
    font-size: 30px;
}
.team-member-sec .file-container {
    margin: 0px 0px 10px 0px;
}
.team-member-sec  form {
    position: relative;
    top: 17%;
}
.team-member-box {
    position: relative;
    top: 17%;
    height: 370px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.team-member-box .col-md-4 {
    padding: 0px 0px !important;
    width: 30%;
    margin: 0px 10px;
}
.team-member-sec .file-container .file-content {
    background: #303248;
    text-align: center;
    height: 150px;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 33px 0;
    left: 20px;
}
.team-member-box input[type="file"] {
    display: block;
    z-index: 1;
    position: relative;
    height: 150px;
    left: 20px;
    top: 0px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.team-member-sec .file-container .file-content:before {
    content: "";
    border: 2px dashed #fff;
    position: absolute;
    height: 89%;
    width: 93%;
    top: 9px;
    left: 7px;
}
.team-member-sec .file-container .file-content p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
}
.team-member-sec .file-container .file-content .file-icon img {
    width: 50px;
}
.team-member-sec .file-container .file-content .file-icon {
    margin: 10px 0px;
}
.team-name-sec {
    position: absolute;
    left: 20px;
    width: 100%;
    background: #fff;
    padding: 10px 10px 0px 10px;
    height: 92px;
}
.team-member-sec .file-container .file-wrapper {
    position: relative;
    min-height: 244px;
}
.team-name-sec input[type="text"] {
    margin-bottom: 10px;
    border: 1px solid #c8c8c8;
    box-shadow: none !important;
    border-radius: 3px;
    height: 30px;
}
.thankyou-sec .search_caption h1 {
    margin-bottom: 5px;
}
.thankyou-sec .search_caption h6 {
    font-size: 22px;
    font-weight: 400;
    color: #df054e;
    margin-top: 0px !important;
}
.thankyou-sec .search_caption i {
    font-size: 60px;
    padding: 20px 0px 10px 0px;
    color: #303248;
}
.thankyou-sec .search_caption p {
    color: #303248;
    font-size: 16px;
    padding-bottom: 15px;
    width: 80%;
    margin: 0px auto;
}
.sticky-header .site-logo {
    width: 9% !important;
}
.thankyou-sec .search_caption p a {
    color: #df054e;
}
.search-post-sec .error {
    text-align: left;
    width: 80%;
    margin: -10px auto 5px auto !important;
    display: block;
}
#appear-popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px !important;
    width: 70%;
}
#appear-popup .modal-body {
    padding: 26px 20px;
}
/* Step Progress Bar */
.steps-bar {
    top: 0px;
    position: absolute;
    width: 75%;
    height: 90px;
    z-index: 11;
    right: 0;
}
#steps {
    width: 100%;
    margin: 16px 0px 16px auto;
}
.step {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    border: 4px solid #303248;
    border-radius: 50%;
    color: #303248;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}
.step span {
    width: 20px;
    height: 20px;
    line-height: 17px;
    display: block;
    text-align: center;
}
.step.active span:last-child {
    line-height: 19px;
}
.step.done:first-child {
    line-height: 25px;
}
.step:first-child {
    line-height: 49px;
}
.step:nth-child(n+2) {
    margin: 0 0 0 70px;
    transform: translate(0, -4px);
}
.step.active span:nth-child(n+2) {
   line-height: 26px;
}
.step.active span:last-child {
    line-height: 19px;
}
.step:nth-child(n+2):before {
    width: 57px;
    height: 3px;
    display: block;
    background-color: #303248;
    transform: translate(-70px, 10px);
    content: "";
    border-radius: 6px;
}
.step:after {
    width: 150px;
    display: block;
    transform: translate(-55px, 3px);
    color: #303248;
    content: attr(data-desc);
    font-weight: 400;
    font-size: 13px;
}
.step:first-child:after {
  transform: translate(-55px, -1px);
}
.step.active {
    border-color: #303248;
    color: #fff;
    background: #303248;
}
.step.done:after {
    color: #df054e !important;
}
.step.active:before {
    background: #df054e;
}
.step.active:after {
    color: #303248;
    font-weight: bold;
}
.step.done {
    background-color: #df054e;
    border-color: #df054e;
    color: white;
}
.step.done:before {
    background-color: #df054e;
}
.step.done {
    line-height: 20px;
}
.step.done i {
    line-height: 18px;
}
.done i {
    width: 24px;
    height: 24px;
    line-height: 30px;
}
/* Step Progress Bar CSS */
.rate-form {
    padding: 20px 0px;
}
.rate-form .btn-search {
    border-radius: 15px;
    height: 50px;
    color: #fff;
    margin-bottom: 20px;
    outline: none;
    background: #df054e;
    margin: 0px auto 20px auto;
    font-size: 19px;
    font-weight: 300;
    font-family: 'Circular Std' !important;
    font-style: normal;
    text-shadow: none !important;
    padding: 10px 42px;
}
.dentist-register .dent_caption {
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
   
}
.dentist-register .select2-container {
    display: block !important;
    width: 80% !important;
}
.dentist-register .select2-container--default .select2-selection--single {
    background-color: #303248 !important;
    border: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 20px !important;
}
.dentist-register .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 50px !important;
    text-align: left !important;
}
.dentist-register .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}
.dentist-register .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    margin-top: -5px !important;
}
.treatment-form .select2-container {
    display: block !important;
    width: 100% !important;
}
.treatment-form .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #717171 !important;
    border-radius: 8px !important;
    color: #fff !important;
    height: 55px !important;
    line-height: 50px !important;
    margin-bottom: 0px !important;
}
.treatment-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #717171 !important;
    line-height: 50px !important;
    text-align: left !important;
}
.treatment-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}
.treatment-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #717171 transparent transparent transparent !important;
    margin-top: -1px !important;
}
.review-main .review_btn li {
    width: 40%;
}
.review-main .featuerd_box h4 {
    font-size: 30px;
    color: #303248;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 20px;
}
.review-main {
    padding-top: 20px;
}
.review-main .feedback-sec {
    padding-left: 50px;
    padding-bottom: 40px;
}
.feedback-menu {
    list-style: none;
}
.feedback-menu li {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 35px;
    width: 24%;
}
/* Hide the browser's default checkbox */
.feedback-menu li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #303248;
}
/* On mouse-over, add a grey background color */
.feedback-menu li:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #303248;
}
/* When the checkbox is checked, add a blue background */
.feedback-menu li input:checked ~ .checkmark {
    border: 1px solid #df054e;
    background-color: transparent !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.feedback-menu li input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.feedback-menu li .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #df054e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.feedback-menu li .progress {
    display: inline-block;
    width: 60%;
    margin-bottom: -5px;
    border-radius: 0px;
}
.search_form .select2-container {
    display: block;
    height: 65px;
    margin-bottom: 20px;
    width: 100% !important;
}
.search_form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #717171;
    border-radius: 15px;
    height: 65px;
    width: 100%;
}
.search_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #828482;
    line-height: 63px;
    text-align: left;
    font-size: 17px;
}
.search_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 65px;
}
.progress-count {
    padding-left: 14px;
    position: relative;
    top: -5px;
    font-weight: 400;
    color: #303248;
}
.feedback-menu li .progress-bar {
    background-image: -webkit-linear-gradient(top,#df054e 0,#df054e 100%);
    background-image: linear-gradient(to bottom,#df054e 0,#df054e 100%);
}
.feedback-menu li .progress {
    background-image: -webkit-linear-gradient(top,#303248 0,#303248 100%);
    background-image: linear-gradient(to bottom,#303248 0,#303248 100%);
}
.review-comments {
    padding-left: 50px;
    padding-bottom: 40px;
}
.review-comments-box {
    width: 100%;
    float: left;
    margin: 20px 0px;
    border-bottom: 1px solid #ccc;
}
.review-comments-box .review-comments-img {
    width: 10%;
    float: left;
}
.review-comments-box .review-comments-img img {
    width: 56px;
    border-radius: 50%;
    height: 56px;
    object-fit: cover;
}
.review-comments-box .review-comments-text {
    width: 90%;
    float: left;
}
.review-comments-box .review-comments-text h6 {
    font-size: 19px;
    color: #303248;
    margin-top: 15px;
    margin-bottom: 1px;
}
.review-comments-box .review-comments-text h6 span {
    color: #6d6d6d;
    font-weight: 300;
    font-size: 17px;
    padding-left: 10px;
}
.review-comments-box .review-comments-text p {
    color: #6d6d6d;
    font-size: 15px;
}
.review-comments-text ul {
    list-style: none;
    margin-top: 10px;
}
.review-comments-text ul li {
    display: inline;
    margin-right: 4px;
}
.review-comments-text ul li a i {
    color: #df054e;
    font-size: 17px;
}
.comment-box h2 {
    color: #303248;
    font-size: 20px;
    padding-bottom: 5px;
}
.comment-box p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
}
.comment-box a {
    color: #df054e;
    font-size: 16px;
    font-weight: 400;
}
.date-review h3 {
    font-size: 18px;
    color: #303248;
}
.date-review h3 span{
	color: #6d6d6d;
    font-weight: 300;
    font-size: 17px;
    padding-left: 5px;
}
.review-comments-box .review-comments-text {
    width: 90%;
    float: left;
    border-bottom: 1px solid #6d6d6d;
    margin-bottom: 20px;
}
.review-comment-reply .review-comments-text h6 {
    color: #6d6d6d;
    font-weight: 300;
    margin-bottom: 6px;
    margin-top: 10px;
}
.review-comment-reply .review-comments-text {
    border-bottom: none !important;
}
.review-comment-reply .review-comments-text .comment-box p {
    padding-top: 10px;
}
.action_comment {
    padding: 5px 0px 15px 0px;
}
.action_comment ul li {
    margin-right: 20px;
}
.action_comment ul li a{
	color:#000;
	font-weight: 400;
}
.review-comment-main .review-comments-text .dropdown,
.review-comment-reply .review-comments-text .dropdown {
    float: right;
}
.review-comment-main .review-comments-text .dropdown .btn, 
.review-comment-reply .review-comments-text .dropdown .btn {
    background: transparent;
    border: none;
    box-shadow: none;
}
.review-comment-main .review-comments-text .dropdown .btn i, 
.review-comment-reply .review-comments-text .dropdown .btn i{
    color: #303248;
	font-size: 26px;
}
.review-comment-main .review-comments-text .dropdown .dropdown-menu,
.review-comment-reply .review-comments-text .dropdown .dropdown-menu {
    top: 48%;
    left: auto;
    right: 0px;
}
.review-comment-main .review-comments-text .dropdown .dropdown-menu li, 
.review-comment-reply .review-comments-text .dropdown .dropdown-menu li {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
}
.review-comment-main .review-comments-text .dropdown .dropdown-menu li a, 
.review-comment-reply .review-comments-text .dropdown .dropdown-menu li a {
    padding: 6px 20px;
    text-align: center;
}
.rate-a-review-sec {
    padding: 50px 50px;
}
.rate-img-sec {
    width: 100%;
    float: left;
}
.rate-img-sec .rate-img {
    width: 30%;
    float: left;
}
.rate-img-sec .rate-text {
    width: 70%;
    float: left;
}
.rate-img-sec .rate-text h2 {
    font-size: 40px;
    color: #303248;
}
.rate-img-sec .rate-img img {
    width: 85%;
}
.rate-img-sec .rate-text h2 {
    font-size: 35px;
    color: #303248;
    margin-top: 50px;
}
.rate-feeds {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}
.rate-feeds p {
    color: #303248;
    font-weight: 400;
    font-size: 20px;
}
.rate {
    float: left;
    height: 46px;
    padding: 0px 0px;
    margin: 20px 0px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: 4px;
    opacity: 0;
}
.rate:not(:checked) > label {
    float: right;
    width: 24px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    margin-right: 8px;
}
.rate:not(:checked) > label:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    border: 1px solid #df054e;
    border-radius: 62%;
    background: #df054e;
}
.rate > input:checked ~ label {
    color: #df054e;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #df054e;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #df054e;
}
.rate-tag {
    float: left;
    margin: 20px 0px;
    padding: 0px 20px;
}
.rate-tag span {
    background: #df054e;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
	position:relative;
}
.rate-tag span:after {
    content: "";
    border-style: solid;
    border-width: 16px 17px 16px 0px;
    border-color: transparent #df054e transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: -17px;
    top: 0;
}
.rate-form-sec {
    padding: 0px 0px;
    width: 81%;
    float: left;
}
.select-tret-label {
    display: block;
    color: #303248;
    margin-bottom: 15px;
}
.rate-form-sec .form-group input {
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 45px;
    border-radius: 0px;
}
.rate-form-sec .form-group textarea {
    border: 1px solid #b9b9b9;
    box-shadow: none;
    height: 200px;
    border-radius: 0px;
}
.rate-form-sec .form-group .minimum-character-min {
    color: #6d6d6d;
    font-size: 13px;
    float: right;
    padding-top: 5px;
}
.rate-form-sec .form-group input[type="file"] {
    position: relative;
    z-index: 1;
    width: 26%;
    opacity: 0;
}
.treatment-check-label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    margin-right: 5px;
}
.btn-upload-sec {
    position: relative;
    margin-top: 0px;
    margin-bottom: 25px;
}
.btn-upload-sec label {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 40px;
}
.btn-upload-photo {
    position: absolute;
    top: 90px;
    background: #df054e;
    border: none;
    padding: 10px 33px;
    font-size: 19px;
    font-weight: 300;
    border-radius: 15px;
}
.btn-upload-photo:active{
	background: #303248;
}
.term-conditions-label {
    font-weight: 300;
}
.btn-sub {
    background: #df054e;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border-radius: 15px;
    padding: 10px 20px;
    transition: 0.5s;
}
.btn-sub:hover{
	background: #303248;
	color: #fff;
}
.btn-sub:focus {
    background: #303248;
    color: #fff !important;
	outline:none;
}
.btn-review {
    font-size: 16px;
    padding: 12px 20px;
    display: inline;
    color: #6d6d6d;
}
.btn-review:hover{
    color: #6d6d6d;
}
.recent-reviews-head {
    color: #303248;
    font-size: 25px;
    margin-bottom: 20px;
}
.recent-reviews-box {
    width: 100%;
    float: left;
}
.recent-reviews-box .recent-reviews-img {
    width: 15%;
    float: left;
}
.recent-reviews-box .recent-reviews-text {
    width: 85%;
    float: right;
    padding-left: 15px;
}
.recent-reviews-box .recent-reviews-text h4 {
    font-size: 18px;
    color: #303248;
    margin-bottom: 0px;
}
.recent-reviews-box .recent-reviews-text h4 span {
    color: #6d6d6d;
    font-weight: 300;
    font-size: 15px;
}
.recent-reviews-box .recent-reviews-text p span {
    font-size: 14px;
    color: #6d6d6d;
}
.recent-reviews-box .recent-reviews-text ul {
    display: inline;
    list-style: none;
}
.recent-reviews-box .recent-reviews-text ul li{
	display: inline;
}
/* Hide the browser's default checkbox */
.treatment-check-label  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.treatment-check-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #303248;
}
/* On mouse-over, add a grey background color */
.treatment-check-label:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #303248;
}
/* When the checkbox is checked, add a blue background */
.treatment-check-label input:checked ~ .checkmark {
    border: 1px solid #df054e;
    background-color: transparent !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.treatment-check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.treatment-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.treatment-check-label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #df054e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.recent-reviews-box .recent-reviews-text ul li a i {
    color: #df054e;
    padding-top: 5px;
}
.review-content-sec h2 {
    color: #303248;
    font-size: 18px;
}
.recent-reviews-box .recent-reviews-text p {
    width: 53%;
    float: left;
}
.review-content-sec p {
    color: #6d6d6d;
    line-height: 24px;
    font-size: 15px;
    width: 100% !important;
}
.recent-reviews-box .recent-reviews-img img {
    width: 80%;
    border-radius: 50%;
    object-fit: cover;
}
#book-appointment .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
}
.book-appointment .modal-dialog .modal-content {
    border-radius: 15px;
}
.book-appointment .popup-heading h2 {
    text-align: center;
    font-size: 40px;
    color: #303248;
}
.book-appointment .popup-heading h4 {
    text-align: center;
    color: #df054e;
    padding-bottom: 25px;
    font-size: 20px;
}
.book-appointment label {
    color: #303248;
}
.book-appointment input {
    border: 1px solid #b1b1b1 !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
    height: 45px;
}
.preferred_time-sec {
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    height: 45px;
}
.preferred_time-sec select {
    width: 49%;
    height: 43px;
    border: none;
    text-align: center;
    outline: none;
    font-weight: 300;
    font-size: 16px;
}
.preferred_time-sec select:first-child{
	border-right: 1px solid #b1b1b1;
}
.submit-appointment {
    background: #df054e;
    color: #fff;
    border-radius: 15px;
    font-weight: 300;
    font-size: 18px;
    padding: 12px 40px;
    outline: none !important;
    transition: 0.5s;
}
.submit-appointment:focus{
	color: #fff;
}
.submit-appointment:hover {
    background: #303248;
    color: #fff;
}
.preferred_days {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    height: 45px;
}
.preferred_days_box {
    list-style: none;
}
.error.dayradio {
    display: block;
}
.book-appointment .col-md-6:nth-child(7) {
    clear: both;
}
.book-appointment .error {
    margin-top: -16px;
    display: block;
    margin-bottom: 10px;
}
.book-appointment .error.time {
    margin-top: 4px;
}
.preferred_days_box li {
    display: inline-block;
    width: 15.5%;
}
.preferred_days_box input[type="radio"][id^="myradio"] {
  display: none;
}
.preferred_days_box .days-check label {
    border: 1px solid #fff;
    padding: 10px 0px;
    display: block;
    position: relative;
    margin: 0px;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #303248;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-transform: capitalize;
}
.preferred_days_box label:hover img {
    transform: scale(1);
}
.preferred_days_box label:before {
    background-color: transparent;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(1);
	opacity:0;
}
.preferred_days_box label img {
    width: 80px;
    transition-duration: 0.5s;
    transform-origin: 50% 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.preferred_days_box input[type="radio"]:checked + label {
    color: #df054e;
}
.preferred_days_box input[type="radio"]:checked + label:first-child{
	border-radius:4px;
}
.preferred_days_box input[type="radio"]:checked + label:before {
    content: "✓";
    background-color: transparent;
    transform: scale(1);
    border: 1px solid #fff;
	opacity:0;
}
.preferred_days_box input[type="radio"]:checked + label img {
    transform: scale(1);
    z-index: 1;
	filter: invert(15%) sepia(99%) saturate(4277%) hue-rotate(332deg) brightness(86%) contrast(105%);
}
.days-check label {
    height: 42px !important;
    box-shadow: none !important;
}
.preferred_days_box li:first-child .days-check label {
    border-radius: 3px;
}
.preferred_days_box li:last-child .days-check label {
    border-radius: 3px;
}
.select-treatment {
    height: 45px;
    box-shadow: none;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    outline: none;
    font-weight: 300;
    font-size: 17px;
}
.select-treatment:focus {
    box-shadow: none !important;
	 border: 1px solid #bdbdbd;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    
}
.jconfirm-content {
    text-align: center;
    color: #303248;
    font-size: 15px;
    line-height: 30px;
    padding: 0px 30px;
}
.jconfirm .jconfirm-box {
    padding: 30px 0px 0 !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
     padding-bottom: 0px !important;
    width: 100%;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
    width: 100% !important;
    background: #fff !important;
    border-top: 1px solid #303248 !important;
    padding: 15px 0px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    color: #df054e !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    text-transform: capitalize !important;
	outline:none;
}
.faq-sec {
    width: 70%;
    margin: 50px auto 30px auto;
}
.faq-sec h4 {
    font-size: 30px;
    line-height: 50px;
    color: #303248;
    margin-bottom: 0px;
}
.faq-sec p {
    font-size: 30px;
    line-height: 50px;
    color: #303248;
    font-weight: bold;
}
.faq-sec p a {
    color: #df054e;
}
.row-faq-form {
    padding: 30px 0px 0px 0px;
}
.row-faq-form h2 {
    font-size: 40px;
    color: #303248;
    padding-bottom: 20px;
}
.row-faq-form input {
    height: 50px;
    border: 1px solid #c8c8c8;
    box-shadow: none !important;
    border-radius: 5px;
	font-weight:300;
}
.row-faq-form textarea {
    height: 250px;
    border: 1px solid #c8c8c8;
    box-shadow: none !important;
    border-radius: 5px;
	font-weight:300;
}
.btn-faq-submit {
    background: #df054e;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 50px;
    border-radius: 15px;
    transition: 0.5s;
	outline:none;
}
.btn-faq-submit:hover {
    background: #303248;
}
.faq-content-sec {
    width: 70%;
    margin: 0px auto;
    margin-bottom: 50px;
}
.faq-content-sec h2 {
    color: #303248;
    font-size: 50px;
    padding-bottom: 30px;
}
.faq-content-sec .faq-content-box {
    padding-bottom: 20px;
}
.faq-content-sec .faq-content-box h4 {
    font-size: 35px;
    color: #303247;
    padding-bottom: 10px;
}
.faq-content-sec .faq-content-box  p {
    color: #717171;
    line-height: 30px;
    font-size: 16px;
}
.blog_banner{
    background: url('../images/blog_main.jpg');
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.blog-banner-caption {
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 11;
}
.blog-banner-caption .dropdown {
    position: relative;
    display: inline;
}
.blog-banner-caption button.btn.btn-primary.dropdown-toggle {
    background: #6d6d6d;
    border: none;
    padding: 6px 20px;
}
.whislist_sec {
    display: inline;
    vertical-align: middle;
}
.whislist_sec a {
    background: #dc054d;
    height: 32px;
    display: inline;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}
.blog-post-sec {
    padding: 50px 50px;
}
.blog-post-sec .blog-content h1 {
    font-size: 30px;
    color: #303248;
    line-height: 40px;
    padding-bottom: 10px;
}
.published_date {
    padding-bottom: 20px;
}
.published_date p span {
    color: #dc054d;
}
.blog-content-box p {
    font-size: 16px;
    line-height: 30px;
    color: #6d6d6d;
}
.blog-content-box h2 {
    color: #303248;
    padding: 10px 0px 15px 0px;
    font-size: 28px;
}
.share-post {
    padding: 20px 0px;
}
.share-post .dropdown .btn {
    background: #6d6d6d;
    border: none;
    padding: 6px 20px;
}
.share-post .dropdown {
    position: relative;
    display: inline;
}
.blog-contact {
    background: #f2eff2;
    padding: 50px 50px;
}
.blog-contact .index-blogs ol {
    padding-left: 20px;
    padding-bottom: 30px;
}
.blog-contact .index-blogs ol li{
	font-size:16px;
	line-height:30px;
}
.blog-contact .index-blogs ol li a {
    color: #6d6d6d;
}
.index-forms h3 {
    text-align: center;
    font-size: 30px;
    color: #303248;
    line-height: 40px;
    padding-bottom: 25px;
}
.index-forms input {
    height: 50px;
    border: 1px solid #c8c8c8;
    background: transparent;
    border-radius: 5px;
	font-weight:300;
}
.index-forms input:focus{
	box-shadow:none !important;
	border: 1px solid #c8c8c8;
}
.index-forms textarea {
    background: transparent;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    height: 200px;
    font-weight: 300;
}
.index-forms textarea:focus{
	box-shadow:none !important;
	border: 1px solid #c8c8c8;
}
.btn-blog-form {
    background: #df054e;
    font-weight: 300;
    font-size: 18px;
    border: none;
    padding: 10px 40px;
    border-radius: 15px;
    outline: none;
    margin-top: 20px;
    transition: 0.5s;
}
.btn-blog-form:hover {
    background: #303248;
}
.similar-post-sec {
    background: #f2eff2;
    padding: 50px 100px;
}
.similar-post-sec h2 {
    font-size: 50px;
    color: #303248;
}
.similar-post-sec p {
    padding-bottom: 35px;
}
.similar-post-slide .similar-post-box {
    position: relative;
    height: 286px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0px 15px;
}
.similar-post-slide .similar-post-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.similar-post-slide .similar-post-box .similar-post-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(180deg, #fff0 13%, #30324880 43%);
}
.similar-post-slide .similar-post-box .similar-post-content h5 {
    color: #fff;
    font-size: 20px;
}
.similar-post-slide .similar-post-box .similar-post-content .similar-post-btn a {
    background: #df054e;
    color: #fff;
    padding: 11px 40px;
    display: inline-block;
    border-radius: 15px;
    font-size: 17px;
    transition: 0.5s;
}
.similar-post-content .similar-post-btn a:hover {
    text-decoration: none;
    background: #303248;
}
.similar-post-slide .similar-post-box:hover .similar-post-btn a {
    background: #303248;
}
.similar-post-slide .slick-prev{
    left: -57px;
    width: 40px !important;
    height: 40px !important;
}
.similar-post-slide .slick-next {
    right: -57px;
    width: 40px !important;
    height: 40px !important;
}
.similar-post-slide .slick-prev:before{
    content: url('../images/left-arrow.png') !important;
}
.similar-post-slide .slick-next:before {
    content: url('../images/right-arrow.png') !important;
}
.blog-sec-last {
    padding: 30px 30px;
    background: linear-gradient(180deg, #fff 25%, #f7f7f7 14%);
}
.review-modals .modal-dialog {
    width: 30%;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.review-modals .modal-dialog .icon-box {
    width: 80px;
    text-align: center;
    margin: 0px auto;
    height: 80px;
    background: #df054e;
    border-radius: 50%;
    margin-top: -57px;
}
.review-modals .modal-dialog .icon-box i {
    line-height: 80px;
    font-size: 40px;
    color: #fff;
}
.review-modals .modal-dialog .modal-title {
    text-align: center;
    margin-top: 20px;
    font-size: 35px;
    color: #303248;
}
.review-modals .modal-dialog .modal-header {
    border-bottom: 0px;
}
.review-modals .modal-dialog .modal-footer {
    padding: 0px 20px 20px;
    border-top: 0px solid #ffffff;
    margin-top: 0px;
}
.review-modals .modal-dialog .modal-body p {
    width: 60%;
    margin: 0px auto;
    line-height: 30px;
}
.review-modals .modal-dialog .modal-body {
    padding-top: 0px;
}
.review-modals .modal-dialog .modal-body p a {
    color: #df054e;
}
.review-modals .modal-dialog .modal-footer .btn-block {
    width: 50%;
    margin: 0px auto;
    background: #df054e;
    border: none !important;
    padding: 15px 10px;
    border-radius: 15px;
    transition: 0.5s;
    outline: none;
}
.review-modals .modal-dialog .modal-footer .btn-block:hover {
    background: #303248;
}
.treatment-modals .modal-dialog {
    width: 70%;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.treatment-modals h2 {
    font-size: 35px;
    color: #303248;
    padding-bottom: 20px;
}
.treatment-modals .modal-dialog .modal-body {
    padding: 150px 150px;
    border-radius: 15px !important;
}
.treatment-modals .modal-dialog .modal-content {
    border-radius: 15px;
}
.treatment-modals .location-input {
    width: 69%;
}
.treatment-modals .location-input input {
    width: 100%;
    border: 1px solid #303248 !important;
    box-shadow: none !important;
    height: 60px;
    border-radius: 15px;
    font-weight: 300;
    color: #303248;
}
.treatment-modals .location-input input::placeholder{
    color: #303248;
}
.treatment-modals a {
    background: #df054e !important;
    border: none !important;
    height: 60px;
    padding: 0px 60px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;
}
.treatment-modals .location-input .select2-container {
    width: 100% !important;
    height: 60px;
}
.treatment-modals .location-input .select2-container--default .select2-selection--single {
    border: 1px solid #303248 !important;
    border-radius: 15px;
    height: 60px;
}
.treatment-modals .location-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}
.treatment-modals .location-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}
.location-dentist .grey-background p span {
    float: right;
    color: #717171;
    font-size: 14px;
}
.location-dentist .para-location {
    color: #717171 !important;
    line-height: 28px;
    padding-bottom: 20px !important;
}
.treatment_location-sec .grey-background {
    padding: 60px 50px;
}
.least_char {
    color: #717171;
    font-size: 14px;
    padding: 7px 0px;
    display: inline-block;
}
.login_form-patient .least_char {
    display: none;
}
.forget-sec {
    padding: 10px 0px;
    width: 100%;
    float: left;
}
.forget-sec .forget-box {
    width: 50%;
    float: left;
}
.forget-sec .not-registered-box {
    width: 50%;
    float: left;
    text-align: right;
}
.forget-sec a {
    color: #303248;
    font-weight: 400;
    transition: 0.5s;
}
.forget-sec a:hover {
    color: #df054e;
}
.single-treartment-banner {
    background: url('../images/treat-single-banner.jpg');
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.single-treartment-sec {
    padding: 50px 50px;
}
.single-treartment-sec h1 {
    font-size: 50px;
    color: #303248;
}
.single-treartment-sec p {
    width: 70%;
    margin: 0px auto;
    line-height: 30px;
}
.treartment-chatboard-sec .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.box-chatboard .box-inner {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    padding: 0px 30px;
}
.treartment-chatboard-sec .row .col-md-7 img {
    width: 100%;
}
.treartment-chatboard-sec .row .col-md-7 {
    width: 55%;
}
.treartment-chatboard-sec .row .col-md-5 {
    width: 45%;
}
.box-chatboard .box-inner h2 {
    font-size: 35px;
    color: #303248;
}
.single_featured_dentist-sec .banner-middle {
    position: relative;
    background: url('../images/treatments-r-u-dentiest-img.png');
    min-height: 340px;
    background-size: cover;
    border-radius: 15px;
}
.single_featured_dentist-sec .dentist-list {
    position: absolute;
    top: 51%;
    left: 31%;
    transform: translate(-50%, -55%);
    width: 40%;
}
.single_featured_dentist-sec {
    padding: 50px 100px;
    background: #fff;
}
.single_featured_dentist-sec .dentist-list h3 {
    font-weight: bold;
}
.fees-check-label {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
    color: #303248;
}
/* Hide the browser's default radio button */
.fees-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.fees-check-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #303248;
    border-radius: 50%;
    border: none;
}

/* On mouse-over, add a grey background color */
.fees-check-label:hover input ~ .checkmark {
  background-color: #303248;
}

/* When the radio button is checked, add a blue background */
.fees-check-label input:checked ~ .checkmark {
    background-color: #df054e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.fees-check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.fees-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.fees-check-label .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.add-fees-form .form-group input[type="text"] {
    width: 17%;
    float: right;
    border: 1px solid #9e9e9e;
    background: transparent;
    font-weight: 300;
    color: #9e9e9e;
    height: 25px;
    border-radius: 5px;
}
.btn-add-fees {
    text-align: center;
}
.row-fees-sec .col-md-6 {
    padding-left: 0px;
}
.row-fees-sec .col-md-6 .panel-heading {
    background: transparent;
    padding-left: 0px;
}
.row-fees-sec .col-md-6 .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #303248;
}
.row-fees-sec .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0px solid #ddd;
}
.row-fees-sec .panel-title {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.row-fees-sec .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
	content: url(../images/down-arrow.png);   /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.row-fees-sec .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: url(../images/arrow-up.png);    /* adjust as needed, taken from bootstrap.css */ 
}
.location-form-sec .select2-container {
    height: 50px;
    width: 100% !important;
}
.location-form-sec .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #717171 !important;
    border-radius: 15px !important;
    height: 50px !important;
}
.location-form-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #717171;
    line-height: 50px;
    text-align: left;
}
.location-form-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.row-fees-sec .panel-group .panel-heading+.panel-collapse .panel-body p span {
    float: right;
}
.row-fees-sec .featuerd_box h2 {
    font-size: 30px;
    color: #303248;
    line-height: 40px;
    font-weight: bold;
}
.thank-you-sec {
    text-align: center;
    padding: 50px 0px;
}
.thank-you-sec .font-icon i {
    font-size: 100px;
    padding-bottom: 20px;
    color: #df054e;
}
.thank-you-sec p {
    color: #303248;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 0px;
}
.thank-you-sec .home-btn {
    background: #df054e;
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    margin-top: 14px;
    display: inline-block;
    border-radius: 15px;
    transition: 0.5s;
}
.thank-you-sec .home-btn:hover{
    background: #303248;
    text-decoration:none;
}
/* Dashboard CSS */
#navbar-2 {
    background: #f2eff2;
    margin-bottom: 0px;
}
#navbar-2 .navbar-left {
    float: left!important;
    width: 30% !important;
}
#navbar-2 .new-contain {
    padding: 0px 50px;
}
#navbar-2 .navbar-header {
    float: left;
    width: 40%;
}
#navbar-2 .navbar-brand img {
    width: 70%;
}
#navbar-2 .dropdown img {
    width: 50px;
    height: 50px;
    border: 1px solid #df054e;
    border-radius: 50%;
    margin-top: -20px;
    position: relative;
}
#navbar-2 .dropdown .active_user {
    position: absolute;
    width: 8px;
    background: #03fe00;
    height: 8px;
    border-radius: 50%;
    left: 3px;
    bottom: 13px;
}
#navbar-2 .navbar-form.navbar-left {
    margin-top: 36px;
}
#navbar-2 .navbar-form.navbar-left .input-group {
    border: 1px solid #303248;
    border-radius: 20px;
    overflow: hidden;
}
#navbar-2 .navbar-form.navbar-left .input-group input {
    background: transparent;
    color: #303248;
    font-weight: 300;
    border: none;
}
#navbar-2 .navbar-form.navbar-left .input-group input::placeholder {
    color: #303248;
}
#navbar-2 .navbar-form.navbar-left .input-group .btn {
    background: transparent;
    border: none;
}
#navbar-2 .nav {
    margin-top: 36px;
    width: 30%;
    text-align: right;
}
#navbar-2 .nav li {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    display: inline-block;
    text-align: left;
    float: none;
}
#navbar-2 .nav li a i {
    color: #303248;
    position: relative;
    font-size: 24px;
}
#navbar-2 .nav li a i:after {
    position: absolute;
    background: #df054e;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: 2px;
    left: -1px;
}
#navbar-2 .nav .dropdown-menu li {
    height: auto;
    line-height: normal;
    display: block;
}
.main-dashboard .col-md-3 {
    padding: 0px;
}
#side-bar .nav {
    width: 100%;
    display: block;
    padding-top: 20px;
    box-shadow: none;
}
#side-bar ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0px;
}
#side-bar ul li.active {
    border-left: 3px solid #df054e;
    background: #444660;
}
#side-bar ul li.active a {
    background: transparent;
}
#side-bar ul li a img {
    margin-right: 10px;
}
#side-bar {
    background: #303248;
    border: none;
    border-radius: 0px;
    position: fixed;
    width: 25%;
    height: 100vh;
}
#side-bar .collapse.navbar-collapse {
    padding: 0px;
}
#side-bar ul li a {
    color: #fff;
    padding-left: 80px;
    text-shadow: none;
    box-shadow: none !important;
	padding-top: 5px;
    padding-bottom: 5px;
}
.main-dashboard {
    height: 100vh;
    overflow-y: auto;
}
.main-dashboard .review-comments-box .review-comments-img {
    width: 13%;
    float: left;
}
.main-dashboard .review-comments-box .review-comments-text {
    width: 87%;
    float: left;
    border-bottom: 1px solid #6d6d6d;
    margin-bottom: 20px;
}
.main-dashboard .feedback-menu li .progress {
    width: 55%;
}
.main-dashboard .container-label {
    width: 30%;
    font-size: 14px;
    padding-top: 4px;
}
.main-dashboard .review-comments {
    padding-left: 25px;
}
.main-dashboard .feedback-menu {
    margin-top: 20px;
}
.lockscreen_popup  .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    margin: 0px auto !important;
    transform: translate(-50%, -50%) !important;
}
.lockscreen_popup .modal-body {
    padding: 50px;
}
.lockscreen_popup .modal-content {
    border-radius: 15px;
}
.lockscreen_popup .popup-content i {
    font-size: 110px;
    padding-bottom: 40px;
    color: #303248;
}
.lockscreen_popup .popup-content p {
    font-size: 35px;
    color: #303248;
}
.lockscreen_popup .popup-content p span {
    color: #df054e;
    font-weight: 500;
}
.lockscreen_popup .popup-content p span a {
    color: #df054e;
	transition:0.5s;
}
.lockscreen_popup .popup-content p span a:hover {
    color: #303248;
}
.lockscreen_popup .popup-content .no-thanks {
    padding-top: 20px;
}
.lockscreen_popup .popup-content .no-thanks a {
    color: #303248;
    font-weight: 400;
    font-size: 20px;
	transition:0.5s;
}
.lockscreen_popup .popup-content .no-thanks a:hover{
    color: #df054e;
}
/* Dashboard CSS End*/

/* Media Querry for Big Screen */
@media (min-width: 320px) and (max-width: 767px) {
.home_banner .banner-caption {
    padding: 0px 0px 0px 0px;
    top: 95px;
}
.banner_image {
    display: none;
}
.second-footer .container {
    padding: 0px 0px;
}
.populer-treatment_sec h2 {
    font-size: 30px;
}
.icon_menus_list li {
    width: 50%;
}
.populer-treatment_sec .col-md-12 {
    padding: 0px !IMPORTANT;
}
.featured_dentist-sec {
    padding: 50px 10px;
}
.dentist-list {
    top: 33px;
    left: 0px;
    transform: inherit;
    width: 100%;
    text-align: center;
}
.dentist-list h3 {
    font-size: 30px;
}
.location_section {
    padding: 50px 0px;
}
.location_section h5 {
    font-size: 30px;
}
.location_section ul li {
    display: inline-block;
    padding: 5px 0px;
    width: 49%;
}
.media-section {
    padding: 0px 0px 50px 0px;
}
#navbar .new-contain {
    padding: 0px 0px;
}
#navbar .navbar-header {
    float: left;
    width: 100%;
}
#navbar .navbar-header .navbar-brand {
    padding: 5px 15px;
    width: 50%;
}
#navbar .navbar-header .navbar-toggle {
    background: #df054e;
    border-radius: 50%;
    padding: 14px 10px;
}
#navbar .navbar-header .navbar-toggle span.icon-bar {
    background: #fff;
    height: 3px;
    border-radius: 4px;
}
.icon_menus_list li h3 {
    font-size: 16px;
}
.icon_menus_list li .icon_menus_list_box {
    padding: 0px 0px;
}
.icon_menus_list li .icon_menus_list_box img {
    margin: 10px auto;
    width: 50%;
}
.search_form input[type="text"] {
    width: 90%;
    height: 50px;
    border-radius: 5px;
}
.search_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px;
}
.search_form .select2-container--default .select2-selection--single {
    border-radius: 5px;
    height: 50px;
    width: 100%;
}
.location_fields {
    width: 90%;
}
.search_form .select2-container {
    height: 50px;
}
.search_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.location_btn button {
    width: 100%;
    border-radius: 5px;
    height: 50px;
}
.location_btn {
    width: 90%;
    margin-bottom: 15px;
}
.search_form h1 {
    font-size: 30px;
    margin-top: 10px;
}
.search_form {
    padding: 10px 0px;
}
.home_banner {
    position: relative;
    height: 510px;
}
}
@media (min-width: 1250px) and (max-width: 1280px) {
.dentist-list h3 {
    font-size: 46px;
}
.review_btn li {
    display: inline-block;
    width: 28%;
    text-align: center;
    margin-right: 20px;
}
.location-dentist .grey-background h3 {
    font-size: 30px;
    padding-bottom: 8px;
}
}
@media (min-width: 1500px) and (max-width: 1600px) {
.second-footer .container {
    width: 90%;
}
.search_form {
    padding: 55px 0px;
}
.populer-treatment_sec {
    padding-top: 50px;
}
}
@media (min-width: 1600px) and (max-width: 1899px) {
	.home_banner {
    height: 850px;
}
.search_form {
    padding: 80px 0px;
}
}
@media (min-width: 1900px) and (max-width: 2000px) {
.search_form {
    padding: 140px 0px;
}
.thankyou-content-sec h2 {
    width: 69%;
    margin: 10px auto;
}
.main_popup .modal-body {
    padding: 70px 20px;
}
.links-dentist {
    padding: 20px 0px 0px 0px;
}
.plan-sidebar-menu li {
    min-height: 43px;
    line-height: 43px !important;
}
.review-main {
    width: 85%;
    margin: 0 auto;
}
.review-main .review_btn li {
    width: 26%;
}
.location-form {
    width: 45%;
}
.main-section .file-preview .clickable {
    cursor: pointer;
    overflow-y: auto;
    height: 500px;
}
.dentist-register .dent_caption {
    bottom: 30%;
}
.rate-form .select2-container {
    display: block !important;
    width: 65% !important;
}
.upload_btn_sec {
    position: relative;
}
.team-member-sec .search_caption {
    top: 18%;
    position: relative;
}
.galleary_browse_sec .search_caption {
    top: 18%;
    position: relative;
}
.team-member-box {
    height: 100%;
    overflow-y: inherit;
}
.main-section .krajee-default.file-preview-frame {
    width: 31.5%;
}
.galleary_upload_sec form {
    position: relative;
    top: 12%;
}
.galleary_upload_sec .search_caption {
    top: 16%;
    position: relative;
}
.galleary_upload_sec .search_caption p {
    font-size: 16px;
    padding-bottom: 20px;
}
.loc-btn {
    left: 22px;
}
.review_btn li {
    width: 15%;
    margin-right: 14px;
}
.browse-fetured-dentist-slider .browse-fetured-dentist-box {
    height: 435px;
}
.browse_dentist-sec .banner-middle {
    min-height: 490px;
}
.browse-treatments-slider .browse-treatments-slide .browse-treatments-box {
    padding: 75px 10px;
}
.browse_dentist-sec .dentist-list {
    top: 40%;
    left: 30%;
}
.location-inner-sec .loc-img-box {
    height: 430px;
}
.treatment-form-sec {
    left: 43px;
}
.treatment-page-sec {
    min-height: 520px;
}
.grey-background {
    background: #f5f5f5;
    padding: 132px 132px;
    border-radius: 15px;
}
.location-dentist .grey-background {
     padding: 132px 132px;
}
.location-dentist img {
    min-height: 456px;
    height: 456px;
    object-fit: cover;
}
.dentist_list .dentist-list {
    top: 44%;
    left: 31%;
}
.dentist_list .banner-middle {
    min-height: 490px;
}
.free_taday .try-btn {
    width: 50%;
}
.free_taday {
    padding: 20px 190px;
}
.counter_sec .my-auto {
    padding: 120px 15px;
}
.monthly_plan .popup-content label {
    width: 30%;
}
.monthly_plan .popup-content .monthly-plns label {
    width: 50%;
}
.ft-logo {
    width: 70%;
}
.treatment-form-sec .treatment-form form {
    width: 70%;
}
#navbar .login-btn a {
    padding: 15px 30px !important;
}
#navbar .navbar-brand img {
    width: 67%;
    margin-left: 26px;
}
#navbar .nav.navbar-nav li {
    padding: 0px 25px;
}
.search_form h1 {
    font-size: 43px;
    padding-bottom: 10px;
}
.term_condition_para {
    width: 70%;
    font-size: 20px !important;
}
.home_banner {
    height: 1150px;
}
.dentist-list {
    top: 45%;
}
.dentist-list p {
    width: 80%;
    padding-bottom: 50px;
}
.dentist-list a {
    padding: 20px 65px;
}
.banner-middle-new .dentist-list {
    top: 47% !important;
    right: -25% !important;
}
.top_rated_slider p {
    font-size: 20px;
}
.populer-treatment_sec .container {
    width: 1650px;
}
.icon_menus_list li {
    padding: 0px 30px;
    margin-bottom: 30px;
}
.banner-middle, .top-rated-sec .banner-middle-new {
    min-height: 646px;
}
.featured-sec .center-slide p {
    font-size: 20px;
    width: 89%;
}
.featured-sec .center-slide h4 {
    font-size: 35px;
    padding: 20px 0px 0px 0px;
}
.center_menu_list li a {
    font-size: 14px;
    outline: none;
}
.media-section .specialty-box h3 {
    font-size: 31px;
    padding: 10px 25px;
}
.media-section .specialty-box p {
    font-size: 20px;
    padding: 0px 24px 20px 24px;
}
.second-footer .container {
    width: 1690px;
}
.galleary_upload_sec .main-section .file-drop-zone-title {
    padding: 210px 10px;
}
#steps {
    width: 70%;
    margin: 42px 0px 16px auto;
}
.galleary_browse_sec .file-container .file-content {
    height: 415px;
    padding: 150px 0;
}
.galleary_browse_box input[type="file"] {
    height: 415px;
}
.galleary_browse_sec .file-container .file-content:before {
    height: 92%;
    width: 95%;
}
.form_dentist input[type="email"] {
    width: 60%;
}
.form_dentist .get_started {
    width: 30%;
    float: left;
}
.get_started i {
    right: 100px;
}
}