/* @import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700'); old font */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url(../fonts/fonts.css);

*, input, select, textarea, option, button {
    outline: none!important;
}
/*************start*************/
img {
    max-width: 100%;
    display: inline-block;
}

html {
    height: 100%;
}

body {
    /* font-family: 'century-gothic', sans-serif; old font */
    font-family: 'Poppins', sans-serif;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Oswald', sans-serif; old font */
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

/*round button*/
.btn-circle {
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.42;
    border-radius: 50%;
}

.ui-widget-header {
    border: 1px solid #27b1df;
    background: #27b1df;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #27b1df;
    background: #27b1df;
    color: #ffffff;
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-align: center;
}

/*************Header Area start*************/

.site_header {
    padding: 10px 0px;
}
.site_header .navbar{
    position: relative;
}
.site_header .navbar-brand{
    padding: 5px 15px;
}

.site_header .lang-menu{
    position: absolute;
    top: 6px;
    right: 10px;
}
.site_header .lang-menu > select {
    background-color: white;
    background: url(../images/sidebar-arrow.png) no-repeat !important;
    background-position-x: 85% !important;
    background-position-y: 50% !important;
    border: none;
    color: #777 !important;
    font-weight: 500;
    cursor: pointer;
    padding: 1rem 2rem 1rem;
    margin-right: 0;
}
.site_header .lang-menu-mobile{
    display: none;
}
.site_header .lang-menu-mobile a{
    margin-right: 7px;
    color: #777;
}
.site_header .lang-menu-mobile a.active{
    background-color: #27b1df;
    color: white;
    font-weight: 600;
    padding: 3px 6px;
}
.navbar-nav>li {
    padding: 12px 17px 0px;
}

.navbar-nav>li>a {
    font-size: 14px;
    color: #000;
    /* text-transform: uppercase; */
    padding: 0px;
    line-height: 30px;
    font-weight: 500;
}

.navbar-nav>li>.active-bg {
    background-color: #27b1df !important;
    color: #ffff;
    padding: 2px 20px;
    border-radius: 90px;
}

.navbar-nav>li>.active-bg:hover {
    background-color: #27b1df;
    color: #ffff;
    padding: 2px 20px;
    border-radius: 90px;
}

.navbar-nav>li>a.active,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #27b1df;
}

.navbar-nav>li>button {
    font-size: 14px;
    color: #fff;
    background: #27b1df;
    height: 30px;
    font-weight: 600;
    padding: 0px 22px;
    text-align: center;
    border: none;
    border-radius: 50px;
}

.navbar-nav>li>button:hover {
    transition: 0.3s;
    background: #00455b;
}

.navbar {
    margin: 0;
    background-color: white;
}

/*************Hero Area start***************/

.hero_area {
    background: url(../images/hero_2.png) top right no-repeat #fafeff;
    padding: 60px 0px 40px;
}

.hero_area_content {
    max-width: 490px;
}

.hero_area_content h4 {
    font-size: 24px;
    color: #424242;
    font-weight: 600;
    padding-bottom: 10px;
}

.hero_area_content h3 {
    font-size: 40px;
    color: #27b1df;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 10px;
}

.hero_area_content .reg-btn-link {
    /*	width: 290px;
	height: 50px;*/
    background: #27b1df;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    margin-top: 40px;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 14px 80px;
    display: inline-block;
}

.hero_area_content .reg-btn-link:hover {
    transition: 0.3s;
    background: #00455b;
}


.main_btn .reg-btn-link {
    /*  width: 290px;
    height: 50px;*/
    background: #27b1df;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    margin-top: 40px;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 15px 30px;
}

.main_btn .reg-btn-link:hover {
    transition: 0.3s;
    background: #00455b;
}


.hero_area_content p {
    font-size: 16px;
    color: #4e4e4e;
    padding-top: 60px;
}

.hero_area_content p a {
    color: #27b1df;
    text-decoration: none;
}

.hero_area_content p a:hover {
    text-decoration: underline;
}

/*************Hero Area start*************/

.join_area {
    padding-top: 60px;
}

.join_area .col-sm-6 {
    padding-top: 30px;
}

.join_img {}

.join_area_content {}

.join_area_content h4 {
    font-size: 28px;
    color: #4e4e4e;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 36px;
}

.join_area_content h4 a {
    color: #27b1df;
}

.join_area_content ul {
    margin: 0;
    padding: 0;
}

.join_area_content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 26px;
    background: url(../images/check.png) top 5px left no-repeat;
    margin-top: 20px;
}

.join_area_content h5 {
    font-size: 18px;
    color: #27b1df;
    font-weight: 600;
}

.join_area_content p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 20px;
    padding-top: 10px;
}

.join_area_content p a {
    color: #27b1df;
    transition: 0.3s;
}

.join_area_content p a:hover {
    transition: 0.3s;
    text-decoration: underline;
}

.main_btn {
    text-align: center;
    padding-top: 50px;
}

.main_btn button {
    width: 290px;
    height: 50px;
    background: #27b1df;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    text-transform: uppercase;
    transition: 0.3s;
}

.main_btn button:hover {
    transition: 0.3s;
    background: #00455b;
}

/*************Works Area start*************/

.works_area {
    padding: 60px 0px;
}

.title_area {
    text-align: center;
}

.title_area h2 {
    font-size: 40px;
    color: #27b1df;
    font-weight: 600;
    text-transform: uppercase;
}

.title_area p {
    font-size: 16px;
    color: #4e4e4e;
    padding-top: 15px;
    line-height: 26px;
}

.works_area {
    padding-top: 60px;
}

.works_area .col-xs-3 {
    padding-top: 30px;
}

.works_area .title_area {
    padding-bottom: 20px;
}

.works_item {
    text-align: center;
    padding: 0px 14px;
}

/*.works_item_img img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
}
*/

.works_item h4 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
    color: #414042;
}

.works_item p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
}

/*************Featured Area start*************/

.featured_area {
    background: #fafeff;
    padding: 30px 0px;
}

.featured_area {
    background: #fafeff;
}

.featured_area .title_area h2 {
    color: #4e4e4e;
}

.featured_area .col-sm-4 {
    padding-top: 30px;
}

.featured_item {
    position: relative;
    min-height: 320px;
    background: #e3f0f3;
}

.featured_item_img {}

.featured_item_img img {
    width: 100%;
}

.featured_item_content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.featured_item_content h5 {
    font-family: 'century-gothic', sans-serif;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 600;
    line-height: 24px;
    max-width: 270px;
}

.featured_item_content p {
    font-size: 14px;
    color: #4e4e4e;
    padding-top: 10px;
    line-height: 18px;
}

.featured_item_content p span {
    color: #ff7e51;
}

.featured_item_content p a {
    color: #54b1d3;
}

.featured_item_content p a:hover {
    text-decoration: underline;
}

.featured_item_content ul {
    margin: 0;
    padding: 0;
}

.featured_item_content ul li {
    list-style-type: none;
    display: inline-block;
    padding-top: 10px;
}

.featured_item_content ul li a {
    display: block;
    background: #fafafa;
    font-size: 14px;
    color: #4e4e4e;
    padding: 5px;
}

/*************Benefits Area start*************/

.benefits_area {
    padding: 60px 0px;
    max-width: 820px;
    margin: 0 auto;
}

.benefits_area .col-sm-5,
.benefits_area .col-sm-7 {
    padding-top: 40px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.benefits_content {}

.benefits_content h4 {
    font-size: 25px;
    color: #414042;
    font-weight: 600;
    line-height: 36px;
}

.benefits_content p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 20px;
    padding-top: 10px;
}

.benefits_img {
    text-align: center;
}

.benefits_img img {
    width: 190px;
    height: 190px;
    /*	border-radius: 50%;*/
    display: inline-block;
}


/*************Footer Area start*************/

.site_footer {
    background: #00455b;
    padding: 20px 0px 100px;
}

.site_footer .col-sm-2 {
    padding-top: 30px;
}

.footer_item h4 {
    font-family: 'century-gothic', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}

.footer_item ul {
    margin: 0px;
    padding: 0px;
}

.footer_item ul li {
    list-style-type: none;
    padding-top: 20px;
}

.footer_item ul li a {
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
}

.footer_item ul li a:hover {
    transition: 0.3s;
    color: #27b1df;
}


/*************Help Area start*************/

.help_area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100
}

.help_area a {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 108px;
    height: 46px;
    background: #fff;
    display: block;
    line-height: 46px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}

.about-banner-area {
    background: url(../images/home-slider.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 252px 0px 23px;
    background-size: cover;
}

.about-banner-cnt h2 {
    color: #27b1df;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.about-banner-cnt p {
    color: #000;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    padding-top: 18px;
}

.link-doctor {
    display: inline-block;
    padding-top: 20px;
    padding-right: 10px;
}

.link-doctor a {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

.link-doctor a:hover {
    transition: 0.3s;
    background: #00455b;
}

.link-nurse {
    display: inline-block;
    padding-top: 20px;
    padding-right: 10px;
}

.link-nurse a {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

.link-nurse a:hover {
    transition: 0.3s;
    background: #00455b;
}

.small-text-On-banner {
    padding-top: 295px;
}

.small-text-On-banner p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

.small-text-On-banner p span {
    color: #27b1df;
}

.why-clinic {
    padding-top: 35px;
    padding-bottom: 35px;
}

.why-clinic h3 {
    color: #27b1df;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}

.why-clinic p {
    color: #000;
    font-size: 16px;
    padding-top: 15px;
}

.row-section-content h2 {
    font-size: 20px;
    color: #414042;
    font-weight: 600;
    padding-top: 15px;
}

.row-section-content p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
}

.row-top-space {
    padding-top: 20px;
    padding-bottom: 20px;
}


.pc-section h4 {
    color: #414042;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}

.pc-section h3 {
    color: #27b1df;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 2px;
}

.pc-section ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

.pc-section ul li {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 25px;
    background: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #414042;
}

.pc-section a {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

.pc-section a:hover {
    transition: 0.3s;
    background: #00455b;
}

.pc-row-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

iframe {
    width: 100%;
    border: none;
}

.work-section h3 {
    color: #27b1df;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 2px;
}


.work-section p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 500;
    line-height: 20px;
}

.jobs-section img {}

.jobs-section h3 {
    color: #27b1df;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}

.jobs-section p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 500;
    line-height: 20px
}

.job-section-space {
    padding-bottom: 30px;
}

.centered-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.centered-content h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 25px;
    color: #414042;
}

.centered-content p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 500;
    line-height: 20px;
}

.dr-section h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #414042;
}

.dr-section p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
}

.dr-section .finjobs {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

.dr-section .finjobs:hover {
    transition: 0.3s;
    background: #00455b;
}

.dr-section-space {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bottom-section {}

.bottom-section h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #27b1df;
}

.bottom-section p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
}

.fileUploadStyle span {
    display: block;
    font-size: 25px;
    color: #ababac !important;
    padding-bottom: 10px;
}

.dropdrag {
    color: #ababac !important;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
}

.brosws-file {
    color: #27b1df !important;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #27b1df;
    padding: 8px 20px;
    border-radius: 90px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottom-section a {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 25px;
    text-transform: uppercase;
}

.bottom-section a:hover {
    transition: 0.3s;
    background: #00455b;
}

.bottom-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.about-page-content h1 {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
}

.about-page-content p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 15px;
    text-align: justify;
}

.aboutUs-page {
    padding-top: 30px;
    padding-bottom: 60px;
}

.employers-slider {
    background: url(../images/employe-slider.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #fafeff;
    padding-top: 80px;
    padding-bottom: 35px;
}

.employe-slider-content h1 {
    color: #27b1df;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.employe-slider-content .joinfree-btn {
    background-color: #27b1df;
    color: #fff;
    padding: 14px 80px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 40px;
    text-transform: uppercase;
}

.employe-slider-content .joinfree-btn:hover {
    transition: 0.3s;
    background: #00455b;
}

.employe-slider-content span {
    display: block;
    text-align: center;
    color: #4e4e4e;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

.employe-slider-content span .join-free-link {
    color: #27b1df;
}


.employe-section-one h2 {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.employe-section-one ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    padding-top: 25px;
}

.employe-section-one ul li {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 25px;
    background: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.section-one-space {
    padding-top: 15px;
    padding-bottom: 15px;
}

.employe-section-one {
    padding-top: 45px;
}

.employe-section-two h3 {
    color: #27b1df;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.employe-section-two p {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 16px;
}

.section-two-space {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cricle-box img {
    display: inline-block;
}

.cricle-box h3 {
    font-size: 20px;
    color: #414042;
    font-weight: 600;
    padding-top: 15px
}

.cricle-box p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
}

.section-three-space {
    padding-top: 30px;
    padding-bottom: 30px;
}

.youtube-section img {
    display: inline-block;
}

.youtube-section p {
    font-size: 20px;
    color: #4e4e4e;
}

.youtube-row-space {
    padding-top: 40px;
    padding-bottom: 40px;
}

.youtube-section .joinfree-btn {
    background-color: #27b1df;
    color: #fff;
    padding: 14px 80px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 40px;
    text-transform: uppercase;
}

.youtube-section .joinfree-btn:hover {
    transition: 0.3s;
    background: #00455b;
}

.section-five {
    padding-top: 40px;
    padding-bottom: 25px;
}

.section-five h2 {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}

.section-five p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 20px;
}

.section-sex-content h3 {
    font-size: 25px;
    color: #414042;
    font-weight: 600;
}

.section-sex-content p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
}

.section-sex-content img {
    width: 190px;
    height: 190px;
    /*    border-radius: 50%;*/
    display: inline-block;
}

.reduce-pading {
    padding-top: 15px;
    padding-bottom: 65px;
}

.benefit-top-padding {
    padding-top: 50px;
}

.benefit-btm-pading {
    padding-bottom: 10px;
}

.signin-page {
    padding-top: 10px;
    padding-bottom: 50px;
}

.signin-container h1 {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
}

.signin-container img {
    display: inline-block;
}

.signin-container h3 {
    display: block;
    font-size: 25px;
    color: #414042;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 5px;
}

.signin-container p {
    display: block;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reg-space {
    padding-top: 15px;
    ;
}


.signin-container {
    border: 1px solid #eee;
    padding: 20px 15px;
    -moz-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 7px 9px 13px -6px rgba(0, 0, 0, 0.12);
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
}

.signup-cnt .singin-link {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 50px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.signup-cnt .singin-link:hover {
    transition: 0.3s;
    background: #00455b;
}

.inner h3 {
    font-size: 22px;
    color: #4e4e4e;
    font-weight: 600;
    padding-top: 35px;
    margin-bottom: 20px;
}
#messenger .inner p{
    font-size: 15px;
}
.inner p {
    font-size: 16px;
    color: #4e4e4e;
}

.inner hr {
    margin-top: 10px;
}

.inner input {
    border-radius: 0px;
    box-shadow: none;
}


.inner select {
    border-radius: 0px;
    box-shadow: none;
}

.inner label {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: normal;
}

.actions ul {
    text-align: center;
}

.inner textarea {
    border-radius: 0px;
    box-shadow: none;
}

#profile_image_preview {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 90px;
}

.upload-prfile-pic {
    background-color: #b9e7da;
    padding: 0px;
    text-align: center;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative;
    /*    overflow: hidden;*/
}

.upload-prfile-pic h3 {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 500;
    padding-top: 0px;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 82px;
}

.upload-prfile-pic h3 span {
    display: block;
    padding-top: 8px;
}

.reg-top-space {
    padding-top: 5px;
}

.plus-sign {
    /*background-color: #27b1df;*/
    color: #fff;
    font-weight: 100;
    display: inline-block;
    padding: 0px 4px;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -4px;
}


.plus-sign button {
    background-color: transparent;
    border: none;
    outline: none;
}

.plus-sign button i {
    position: relative;
    left: -3px;
    top: 2px;
}

.minus-sign {
    color: white;
    position: absolute;
    /*padding: 0px 4px;*/
    border-radius: 50%;
    background: #27b1df;
    cursor: pointer;
    left: -4px
}

.wizardFrm-thrid-title h3 {
    padding-top: 10px;
}

.wizardFrm-thrid-title p {
    padding-top: 10px;
    font-weight: normal;
    text-align: justify;
    line-height: 20px;
}


.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox 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: #eee; */
    border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #27b1df;
}

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

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxes-btn {
    padding-top: 40px;
}

.checkboxes-btn label {
    margin-bottom: 20px;
}

.employe-video {
    padding-top: 20px;
}

.add-Photo {}

@media (min-width: 768px) {

    .benefit-btm-pading {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mob_show {
        display: none !important;
    }

    .socials-btn li a {
        padding-bottom: 10px;
        display: inline-block;
    }

    .alert {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .employe-video video {
        width: 700px !important;
    }

    .employe-video {
        width: 700px;
        margin: auto;
        padding-top: 20px;
    }

    .contactus-page {
        width: 650px;
        margin: 0px auto;
    }

    .employe-section-two {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .form-register .steps li a {
        margin-right: 250px;
    }

    .form-register .steps li a::before {
        width: 270px;
        height: 3px;
    }

    .create-account h4 {
        position: relative;
        left: -45px;
    }

    .client-team h4 {
        position: relative;
        right: 26px;
    }

    .reg-space {
        padding-left: 100px;
        padding-right: 100px;
    }

    .work-section {
        padding-top: 100px;
    }

    .video-section-space {
        padding-bottom: 20px;
    }

    .pc-picture img {
        height: 378px;
        width: 100%;
    }

    .employe-slider-content span {
        padding-top: 345px;
    }

    .login-info {
        width: 750px;
        margin: 0px auto;
    }

    .resource-panel {
        padding-left: 25px;
    }
}


@media (max-width: 767.98px) {


    .socials-icons {
        display: none;
    }


    .reduce-pading {
        padding-bottom: 15px;
    }

    .employe-section-one {
        padding-top: 15px;
    }

    .employe-section-one ul li {
        font-size: 14px;
    }

    .pc-section ul li {
        font-size: 14px;
    }

    .map-container {
        margin-bottom: 20px !important;
    }

    .footer_item h4 {
        padding-bottom: 10px;
    }

    .work-your-way {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .workway-row {
        text-align: center;
    }

    .work-your-title h1 {
        font-size: 30px !important;
        text-align: center;
    }

    .work-your-title h3 {
        font-size: 25px !important;
        text-align: center;
    }

    .view-more {
        text-align: center;
    }


    footer {
        text-align: center;
    }

    .hero_area {
        text-align: center;
    }

    .hero_area_content h3 {
        font-size: 25px;
    }

    .hero_area_content button {
        padding: 14px 50px;

    }

    .title_area h2 {
        font-size: 30px;
    }

    .form-register .steps {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .form-register .steps li a::before {
        width: 30px;
        height: 3px;
    }

    .form-register .steps li a {
        margin-right: 30px;
    }

    .section-five h2 {
        font-size: 20px;
    }

    .section-five p {
        font-size: 14px;
    }

    .cricle-box {
        padding-bottom: 15px;
    }

    .section-sex-content {
        text-align: center;
    }

    .benefit-top-padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .employe-section-one h2 {
        font-size: 16px;
    }

    .employers-slider {
        background-size: cover;
    }

    .employe-slider-content {
        text-align: center;
    }

    .employe-slider-content h1 {
        color: #27b1df;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
    }

    .employe-slider-content .joinfree-btn {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .pc-row-space {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pc-section h3 {
        font-size: 18px;
        text-align: center;
    }

    .about-page-content p {
        font-size: 14px;
    }

    .why-clinic p {
        font-size: 14px;
    }

    .row-section-content p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .pc-section h4 {
        font-size: 20px;
        text-align: center;
    }

    .work-section p {
        font-size: 14px;
    }

    .jobs-section p {
        font-size: 14px;
    }

    .centered-content p {
        font-size: 14px;
    }

    .dr-section p {
        font-size: 14px;
    }

    .bottom-section p {
        font-size: 14px;
    }

    .bottom-section {
        padding-bottom: 40px;
    }

    .join_area {
        padding-top: 0px;
    }

    .join_area_content h4 {
        font-size: 20px;
    }

    .join_area_content p {
        font-size: 14px;
    }

    .title_area p {
        font-size: 14px;
    }

    .works_item p {
        font-size: 14px;
    }

    .work-your-title p {
        font-size: 14px !important;
    }

    .benefits_content p {
        font-size: 14px;
    }

    .employe-section-two p {
        font-size: 14px;
    }

    .cricle-box p {
        font-size: 14px;
    }

    .section-sex-content p {
        font-size: 14px;
    }

    .signin-container p {
        font-size: 14px;
    }

    .pc-section a {
        display: table;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .work-section {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .job-section-space {
        text-align: center;
    }

    .jobs-section {
        padding-bottom: 15px;
    }

    .centered-content h2 {
        font-size: 20px;
    }

    .dr-section .finjobs {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .bottom-section h2 {
        font-size: 18px;
    }

    .why-clinic h3 {
        font-size: 25px;
    }

    .about-banner-cnt h2 {
        font-size: 25px;
    }

    .small-text-On-banner {
        padding-top: 15px;
    }

    .about-banner-area {
        padding: 25px 0px 25px;
        background-size: cover;
    }

    .site_header {
        padding: 10px 0 0 0;
    }

    .signin-container h1 {
        color: #27b1df;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 600;
        text-align: center;
    }
}

.page-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.wizard-v2-content {
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.wizard-v2-content .wizard-image {
    background: url('../images/wizard-v2.jpg') center center no-repeat;
    width: 66.61%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.wizard-v2-content .wizard-form {
    width: 100%;
    padding-top: 10px;
    /*    padding: 40px 73px 40px 52px;*/
}

.wizard-form .wizard-header h3 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.wizard-form .wizard-header p {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 26px;
}

.form-register .steps {
    margin-bottom: 36px;
    margin-top: 15px;
}

.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 0;
    padding-left: 33px;
    1455 margin-top: 17px;
}

.form-register .steps li,
.form-register .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

.form-register .steps li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    position: relative;
    outline: none;
    pointer-events: none;
}

.form-register .steps li a::before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 100%;
}

.form-register .steps li.last a::before {
    content: none;
}

.form-register .steps li.current a,
.form-register .steps li.current a:active,
.form-register .steps li.done a::before,
.form-register .steps li.done a,
.form-register .steps li.done a:active {
    background: #27b1df;
}

.form-register .steps li .current-info {
    display: none;
}

.form-register .steps li .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
}

.form-register .content h2 {
    display: none;
}

.inner .form-row {
    display: flex;
    margin: 0 -10px;
    position: relative;
}

.inner .form-row .form-holder {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}

.inner .form-row .form-holder.form-holder-2 {
    width: 100%;
    position: relative;
}

.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.inner .form-row .form-holder input::-webkit-input-placeholder {
    Chrome/Opera/Safari color: #666;
    font-size: 16px;
}

.inner .form-row .form-holder input::-moz-placeholder {
    Firefox 19+color: #666;
    font-size: 16px;
}

.inner .form-row .form-holder input:-ms-input-placeholder {
    IE 10+color: #666;
    font-size: 16px;
}

.inner .form-row .form-holder input:-moz-placeholder {
    Firefox 18- color: #666;
    font-size: 16px;
}

.inner .form-row .form-holder select {
    background: 0 0;
    z-index: 1;
    cursor: pointer;
    color: #666;
    position: relative;
}

.inner .form-row .form-holder .select-btn {
    z-index: 0;
    position: absolute;
    top: 27.5%;
    right: 12.5%;
    font-size: 19px;
    cursor: pointer;
    color: #666;
}

.inner .form-row .form-holder.form-holder-2 .select-btn {
    top: 27%;
    right: 6.5%;
}

.inner .form-row .form-holder .ui-datepicker-trigger {
    background: transparent;
    border: none;
    color: #666;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 10.5%;
    top: 27.5%;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

.inner .form-row.table-responsive {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 22px 26px 16px;
    margin: 0;
    margin-bottom: 35px;
}

.inner .table-responsive .table {
    width: 100%;
}

.inner .table-responsive tbody {
    text-align: left;
}

.inner .table-responsive tr.space-row>td,
.inner .table-responsive tr.space-row>th {
    padding-bottom: 18px;
}

.inner .table-responsive tbody th {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.inner .table-responsive tbody td {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.actions ul {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}

.actions ul li.disabled,
.actions ul li:first-child {
    display: none;
}

.actions ul li {
    padding: 0;
    border: none;
    border-radius: 90px;
    display: inline-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #27b1df;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/*.actions ul li:hover {
    background: #4582bf;
}*/
.actions ul li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 80px;
    font-size: 16px;
    font-weight: 700;
}

.actions ul li:hover {
    transition: 0.3s;
    background: #00455b !important;
}

.register-page h1 {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 25px;
}

video {
    width: 646px;
    height: 296px;
}

.work-your-way {}

.work-your-title h3 {
    font-size: 35px;
    color: #27b1df;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.work-your-title h1 {
    font-size: 50px;
    color: #00b4eb;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 40px;
    letter-spacing: 2px;
}

.work-your-title h1 .light-grey {
    color: #008fbc;
}


.work-your-title h1 span {
    color: #006591;
}


.work-your-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #414042;
    text-transform: capitalize;
}

.work-your-title p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
}

.workway-row {
    padding-bottom: 30px;
}

.work-your-title a {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase
}

.work-your-title a:hover {
    transition: 0.3s;
    background: #00455b;
}

.work-your-title a:focus {
    transition: 0.3s;
    background: #00455b;
}


.work-your-title {
    padding-top: 30px;
}


.work-your-way {
    padding-top: 20px;
    padding-bottom: 30px;
}

.contactus-page {
    padding-top: 20px;
}

.contactus-page h3 {
    color: #414042;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}

.contactus-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactus-form input {
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 10px;
    height: auto;
}

.contactus-form select {
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 10px;
    height: auto;
}

.contactuscheckboxes-btn {
    padding-top: 15px;
    padding-bottom: 15px;
}


.contactuscheckboxes-btn label {
    font-size: 14px;
    font-weight: 600;
}


.contactuscheckboxes-btn .checkmark {
    height: 20px;
    width: 20px;
}

.contactuscheckboxes-btn .container-checkbox {
    background-color: transparent !important;
}

.contactuscheckboxes-btn .container-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
}

.submit-btn {
    align-items: center;
    background: #27b1df;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
    border: none;
    border-radius: 90px;
    padding: 13px 60px;
    color: #fff;
    outline: none;
}

.submit-btn:hover {
    transition: 0.3s;
    background: #00455b;
}

.contactus-page p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 3px;
}

.map-container {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Responsive */
@media screen and (max-width: 1199px) {

    .site_header .container{
        width: 100%;
    }
    .site_header .navbar-brand{
        max-width: 180px;
        padding: 10px 15px;
    }
    .wizard-v2-content .wizard-form {
        padding: 40px;
    }
}

@media screen and (max-width: 991px) {
    .inner .form-row {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 0;
    }
    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }
    .inner .form-row .form-holder {
        padding: 0;
        width: 100%;
    }

    .inner .form-row .form-holder .ui-datepicker-trigger {
        right: 5%;
    }

    .inner .form-row .form-holder .select-btn {
        right: 6%;
    }
    .site_header .navbar-nav>li{
        padding: 12px 4px 0px !important;
    }
    .site_header .navbar-brand{
        max-width: 130px;
        padding: 15px 15px;
    }
    .site_header .navbar-nav>li>a{
        font-size: 12px;
    }
}
@media screen and (min-width: 991px) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

}
@media screen and (max-width:480px) {
    .main_btn button {
        width: 250px;
        font-size: 14px;
    }


}



@media screen and (max-width: 575px) {

    .youtube-section p {
        font-size: 14px;
    }

    .signin-page {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wizard-v2-content .wizard-form {
        padding: 40px 5px;
        width: auto;
    }

    .wizard-v2-content .wizard-image {
        display: none;
    }

    .inner .form-row .form-holder .ui-datepicker-trigger {
        right: 0;
    }

    .inner .form-row .form-holder .select-btn {
        right: 6.5%;
    }

    .inner .table-responsive tr.space-row,
    .inner .table-responsive tbody th {
        display: block;
    }

    .inner .table-responsive tr.space-row>th {
        padding-bottom: 10px;
    }

    .inner .table-responsive tr.space-row>td {
        padding-bottom: 30px;
    }

}

.wizard-blue-bar h4 {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 500;
}

.register-menu {
    background-color: #27b1df;
    color: #fff !important;
    padding: 1px 25px !important;
    border-radius: 90px;
    display: inline-block !important;
}

.register-menu:hover {
    transition: 0.3s;
    background: #00455b !important;
}

.register-menu:focus {
    transition: 0.3s;
    background: #00455b !important;
}

.register-menu:active {
    transition: 0.3s;
    background: #00455b !important;
}

.horizental-line {
    padding-top: 5px;
}

.body-panel-pading {
    padding: 0px;
}

.btn-success {
    background-color: #27B1E0;
    border-color: #27B1E0;
    border-radius: initial;
}

.btn-success:hover {
    background-color: #27B1E0;
    border-color: #27B1E0;
    border-radius: initial;
}

.btn-success:focus {
    background-color: #27B1E0;
    border-color: #27B1E0;
    border-radius: initial;
}

.btn-danger {
    background-color: #27B1E0;
    border-color: #27B1E0;
    border-radius: initial;
}

.btn-danger:hover {
    background-color: #27B1E0;
    border-color: #27B1E0;
    border-radius: initial;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.inner select {
    background: url(../images/dropedown-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35px;
}

.form-notification ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    position: absolute;
    top: -29px;
    left: 15px;
}

.form-notification ul li {
    background-color: #27b1df;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    font-size: 13px;
    position: relative;
    border-radius: 8px;
    text-transform: uppercase;
    margin-right: 2px;
    margin-left: 2px;
}

.form-notification ul li span {
    background-color: #eb6f6f;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -8px;
    font-size: 11px;
}

.form-notification {
    position: relative;
}


.reg-button {
    padding: 14px 60px !important;
}

.login-info h1 {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    line-height: 28px;
}

.login-info label {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: normal;
}

.login-form {
    background-color: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
}


.login-info {
    border: 1px solid #eee;
    padding: 20px 25px;
    background-color: #fff;
}

.sinin-button {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 50px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    outline: none;
}

.sinin-button:hover {
    transition: 0.3s;
    background: #00455b !important;
    color: #fff;
}

.sinin-button:focus {
    transition: 0.3s;
    background: #00455b !important;
    color: #fff;
}

.login-info input {
    border-radius: 0px;
    box-shadow: none;
}

.forgot-password a {
    display: inline-block;
    line-height: 25px;
    color: #4e4e4e;
}


.forgot-password a:hover {
    transition: 0.3s;
    color: #27b1df;
}


.forgot-password a:focus {
    transition: 0.3s;
    color: #27b1df;
}


.sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-info strong {
    color: #27b1df;
}

.coming-soon {
    text-align: center;
    padding-bottom: 25px;
    color: #27b1df;
    font-weight: 700;
}



/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav>li {
        padding: 12px 10px 0px;
    }

    .footer_item h4 {
        font-size: 16px;
    }

    .resource-panel {
        padding-left: 0px;
    }
}
@media (min-width: 460px)and (max-width: 550px) {
    .msgSendBox.mobile .col-xs-8{
        width: 71% !important;
    }
    .msgSendBox.mobile .col-xs-4{
        width: 29% !important;
    }
}
@media (min-width: 551px)and (max-width: 620px) {
    .msgSendBox.mobile .col-xs-8{
        width: 76% !important;
    }
    .msgSendBox.mobile .col-xs-4{
        width: 24% !important;
    }
}
@media (min-width: 621px)and (max-width: 699px) {
    .msgSendBox.mobile .col-xs-8{
        width: 80% !important;
    }
    .msgSendBox.mobile .col-xs-4{
        width: 20% !important;
    }
}
    /* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .pc-section h3 {
        font-size: 19px;
    }

    .pc-picture img {
        height: 100%;
    }

    .pc-section ul li {
        font-size: 14px;
        padding-bottom: 5px;
    }


    .work-section {
        padding-top: 20px;
    }

    .create-account h4 {
        left: 0px;
    }

    .client-team h4 {
        right: 0px;
        text-align: right;
    }

    .resource-panel {
        padding-left: 0px;
    }

    .footer_item h4 {
        font-size: 15px;
    }


}

.socials-btn li a i {
    background-color: grey;
    padding: 6px 8px;
    font-size: 22px;
    border-radius: 100%;
}

.socials-btn li a:hover {
    color: #fff !important;
}

.socials-btn li a:focus {
    color: #fff !important;
}


.socials-icons {
    padding-left: 15px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc;
}

.input-group-btn {
    position: initial;
}

.add-more {
    position: absolute !important;
    right: 0px;
    top: 26px;
}

.btn-success {
    padding: 5.5px 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4faff;
}


.copyright {
    padding-top: 20px;
}

.copyright p {
    color: #fff;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px
}

.copyright p:nth-of-type(2) {
    color: #adadad
}

.horizental-color {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.error-msg {
    display: none;
    color: red;
    font-size: 12px;
    padding-left: 10px;
    text-transform: capitalize;
}

.for-nurse-dr {
    padding-top: 30px;
}

.upload-plus {
    background-color: #27b1df;
    padding: 3px 5px;
    border-radius: 90%;
}

.checkbx-err-msg {
    padding-bottom: 10px;
}



.fornuser-bg {
    background: url(../images/fornurse.jpg) no-repeat #fafeff;
    padding: 60px 0px 40px;
}


/* pages css */

.cookie-content h1 {
    color: #414042;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
}


.cookie-content p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
    line-height: 25px;
}

.cookie-section-one h1 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.cookie-page {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bulets {
    font-weight: 700;
    font-size: 40px;
    line-height: 0px;
    position: relative;
    top: -3px;
    padding-right: 5px;
    color: #27b1df;
}



@media screen and (max-width: 767px) {

    .applicant-info {
        padding-bottom: 20px;
        padding-top: 0 !important;
    }

    .cookie-page {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cookie-content h1 {
        font-size: 25px;
        text-align: center;
        word-wrap: break-word;
    }

    .cookie-content p {
        font-size: 14px;
        text-align: justify;
        word-wrap: break-word;
    }

    .cookie-section-one p {
        font-size: 14px;
        text-align: justify;
        word-wrap: break-word;
    }

    .cookie-section-one td {
        font-size: 12px;
    }

}

/* clinic css */

.sidebar h3 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.sidebar select {
    border-radius: 0px;
    height: 48px;
    box-shadow: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background: url(../images/sidebar-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.sidebar label {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 0px;
}

.job-post-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.job-post-list li {
    display: inline-block;
}


.job-post-list li a {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.job-post-list li a span {
    padding-left: 8px;
    position: relative;
    top: 2px;
}


.job-post-panel ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}



/*.job-post-panel{
    background-color: #fff;
    box-shadow: 0 4px 11px 0 rgba(0,0,0,0.16), 0 2px 5px 0 rgba(0,0,0,0.12);
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 15px;
    border-left: 5px solid #27b1df;
}*/

.job-post-panel ul li span {
    padding-left: 13px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #27b1df;
}



.job-post-wrapper {
    margin-top: 25px;
    margin-left: 8px;
    margin-right: 8px;
}

.pagination-list h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.next-pre {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.next-pre li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.pagination-list {
    padding-bottom: 40px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.myfacility-header {
    background: url(../images/myfacility-header.png);
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 130px;
    margin-bottom: 25px;
}

.myfacility-header h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


.myfacility-header h1 span {
    display: block;
    font-size: 25px;
    font-weight: normal;
}

.edit-profile {
    text-align: center;
    margin: 35px 0 0 0;
}

@media only screen and (max-width: 600px) {
    .edit-profile {
        margin: 0 0 25px 0;
    }
}

.edit-profile a {
    background-color: #34a21e;
    color: #fff !important;
    padding: 10px 60px;
    border-radius: 100px;
    text-align: center;
}

.edit-profile a:hover {
    opacity: .8
}

.row-space {
    padding-bottom: 50px;
}

.keephealthy-section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27b1df;
    text-align: center;
    padding-bottom: 20px;
}

.keephealthy-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.keephealthy-section a {
    background-color: #27b1df;
    color: #fff;
    padding: 10px 60px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

.keephealthy-section a:hover {
    opacity: .8;
}

.job-state-section h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.job-state-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.job-state-col h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.job-state-col hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.job-state-col p {
    color: #54b1d3;
    margin-bottom: 20px
}

.job-state-col ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: auto;
}

.job-state-col ul li {
    list-style-type: none;
    padding-top: 10px;
}

.job-state-col ul li a {
    display: block;
    font-size: 14px;
    color: #4e4e4e;
    padding: 5px;
    padding-left: 0px;
}

.job-state-col ul li a img {
    padding-right: 5px;
}
.job-state-col ul li a abbr{
    color: #27b1df;
    font-size: 17px;
    line-height: 100%;
    margin-right: 5px;
    font-weight: 500;
}
.new-line {
    display: block !important;
}

.job-state-col {
    background-color: #fff;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}



.sections-row {
    padding-top: 50px;
}

.job-state-section {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #27b1e017;
}

.about-staten h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27b1df;
    text-align: center;
    padding-bottom: 50px;
}

.about-staten {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-staten-cnt p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.about-staten-sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.about-staten-sidebar ul li {
    font-size: 14px;
    font-weight: normal;
}

.about-staten-sidebar ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #27b1df;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    display: block;
    margin-bottom: 3px;
}

.list-spaceing {
    padding-bottom: 12px;
}

.bottom-image-space {
    padding-right: 20px;
    width: 175px;
    height: 260px;
    padding-bottom: 20px;
}

.parallel-image {
    display: inline-block;
}

.state-island h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27b1df;
    text-align: center;
    padding-bottom: 50px;
}

.google-map {
    width: 100%;
}

.about-staten-paragraph {
    /* padding-top: 50px; */
    padding-bottom: 50px;
}

.about-staten-paragraph p {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    text-align: center;
}

.postForm-details h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27b1df;
}

.postForm-details hr {
    margin-top: 15px;
}

.locum-tenns img {
    float: left;
    padding-right: 20px;
}

.locum-tenns h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 65px;
}

.locum-tenns span {
    font-size: 14px;
    font-weight: 500;
    background: url(../images/map_marker.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.job-description {
    color: #000 !important;
    font-size: 30px !important;
}

.postForm {
    padding-top: 25px;
}

.postForm label {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
}

.postForm input {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}

.postForm select {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}

.schedule {
    padding-top: 15px;
}


/* The container */
.container-checkboxes {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkboxes 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: #fff;
}

.checkbox-top-space label {
    font-size: 13px !important;
}

/* On mouse-over, add a grey background color */
.container-checkboxes:hover input~.checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkboxes input:checked~.checkmark {
    background-color: #2196F3;
}

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

/* Show the checkmark when checked */
.container-checkboxes input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkboxes .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-top-space {
    padding-top: 18px;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
}

.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

.checkcontainer:hover input~.radiobtn {
    background-color: #fff;
}

.checkcontainer input:checked~.radiobtn {
    background-color: #2196F3;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer .radiobtn:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.timing-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 15px;
}

.candiates-heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    padding-top: 40px;
}

.textare-msg {
    width: 100%;
    padding: 10px;
}

.preview-job {
    display: inline-block;
}

.post-preview-jobs .preview-job a {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 90px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-left: 20px;
}

.post-preview-jobs .post-job a {
    background-color: #27b1df;
    color: #fff;
    padding: 12px 90px;
    display: inline-block;
    font-weight: 700;
    border-radius: 90px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-left: 20px;
}

.post-preview-jobs .post-job a:hover {
    opacity: .8;
}

.post-preview-jobs .preview-job a:hover {
    opacity: .8;
}

.post-preview-jobs .post-job {
    display: inline-block;
}

.post-preview-jobs .preview-job {
    display: inline-block;
}

.post-preview-jobs {
    padding-bottom: 40px;
}

.arrow-dwn {
    background: url(../images/sidebar-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 34px;
}

.cs-drpdown .btn-primary {
    background-color: #27b1e017 !important;
    border-color: #27b1e017 !important;
    border-radius: 90px;
    color: #000;
    padding: 8px 4px;
    outline: linen;
}

.cs-drpdown .caret {
    position: relative;
    right: -20px;
}


* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

#top-nav {
    min-height: 50px;
}

#top-nav ul {
    background-color: #010101;
    list-style: none;
}

#top-nav ul li {
    display: inline-block;
}

#top-nav ul li a {
    display: block;
    color: #f9f9f9;
    padding: 10px 20px;
}

#top-nav ul li a:hover {
    background-color: #666;
}

/* Dropdown */
li.dropdown {
    position: relative;
}

ul.dropdown-menu {
    position: absolute;
    /* min-width: 120px; */
}

ul.dropdown-menu li {
    display: block !important;
    white-space: nowrap;
}

/* Sub Dropdown */
ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0;
    background-color: #f00 !important;
}

/* Display none by Default */
ul.dropdown-menu {
    display: none;
}

.cs-drpdown-menu {
    border: none;
    border-radius: 0px;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
}

.cs-drpdown-menu li a {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 10px;
}

.cs-drpdown-menu li a:hover {
    background-color: transparent;
}


.cs-cricle {
    background-color: #f1fcff !important;
    border-radius: 90%;
    padding: 5px 12px !important;
}

.arrow-dropDown .navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #27b1df;
}

.arrow-dropDown .navbar-nav>li>a:hover,
.navbar-nav>li>a:active {
    background: none;
    color: #27b1df;
}

.cs-cricle img {
    position: absolute;
    right: -11px;
    top: 16px;
}

.cs-cricle:hover {
    background-color: #27b1e017 !important;
}




@media (min-width: 768px) {

    .row-space {
        padding-bottom: 50px !important;
    }

    .navbar-right .dropdown-menu {
        /* right: -45px; */
        left: auto;
    }

    .postjob-wrapper {
        padding-top: 40px;
    }

    .postForm-details {
        padding-top: 40px;
    }

}


@media (max-width: 767px) {

    .job-post-list li {
        padding-bottom: 15px;
    }

    .job-post-list li a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .job-post-panel ul li {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 8px;
    }

    .pagination-list h4 {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 32px;
    }


    .pagination-list {
        padding-bottom: 20px !important;
    }

    .about-staten {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-staten h1 {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .about-staten-sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pading-bottom {
        padding-bottom: 20px;
    }

    .bottom-image-space {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }

    .myfacility-header {
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .myfacility-header h1 {
        font-size: 30px;
    }

    .keephealthy-section h2 {
        font-size: 30px;
    }

    .row-space {
        padding-bottom: 20px;
    }

    .state-island h1 {
        font-size: 30px;
    }

    .navbar-nav>li>a {
        display: inline-block;
    }

    .job-state-section {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #27b1e017;
    }

    .credentails-info {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }



}


/* pages css */

.cookie-content h1 {
    color: #414042;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
}


.cookie-content p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    padding-top: 10px;
    line-height: 25px;
}

.cookie-section-one h1 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.cookie-page {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bulets {
    font-weight: 700;
    font-size: 40px;
    line-height: 0px;
    position: relative;
    top: -3px;
    padding-right: 5px;
    color: #27b1df;
}



@media screen and (max-width: 767px) {

    .applicantsTiles p.head {
        font-size: 20px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
        margin-top: 15px;
    }

    .applicantsRbtns {
        text-align: center;
    }

    .applicantsRbtns a {
        margin-bottom: 15px;
    }

    .applicantsRbtns {
        margin-bottom: 25px !important;
        margin-top: 20px;
    }

    .applicantsRbtns ul li a {
        width: 265px;
    }

    .sidebar h3 {
        font-size: 35px;
    }

    .applicantsLeftTitle h2 {
        font-size: 25px;
    }

    .publicProfile-box {
        margin-top: 20px;
        float: none !important;
    }

    .upload-prfile-pic {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .cookie-page {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cookie-content h1 {
        font-size: 25px;
        text-align: center;
        word-wrap: break-word;
    }

    .cookie-content p {
        font-size: 14px;
        text-align: justify;
        word-wrap: break-word;
    }

    .cookie-section-one p {
        font-size: 14px;
        text-align: justify;
        word-wrap: break-word;
    }

    .cookie-section-one td {
        font-size: 12px;
    }

}

/* clinic css */


.ui-icon-circle-triangle-e {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    color: #fff;
    background-position: -5px -5px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state- {
    border: none;
    background-color: #27b1df !important;
}

.ui-state-hover .ui-icon {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    color: #fff;
    background-position: -5px -5px;
}

.sidebar label {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 0px;
}


.job-post-list li {
    display: inline-block;
    text-align: center;
}


.job-post-list li a span {
    padding-left: 8px;
    position: relative;
    top: 2px;
}


.job-post-panel ul {
    background-color: #fff;
    /*    box-shadow: 0 4px 11px 0 rgba(0,0,0,0.16), 0 2px 5px 0 rgba(0,0,0,0.12);*/
    width: 100%;
    margin-bottom: 15px;
    border-left: 5px solid #27b1df;
    list-style: none;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);

}

.job-post-panel ul li {
    display: inline-block;
}

.job-post-panel ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 30px;
    font-size: 14px;
}


.job-post-panel .publish {
    border: 1px solid #27b1df;
    padding: 2px 13px 2px 15px;
    border-radius: 90px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}

.job-post-wrapper {
    margin-top: 25px;
    margin-left: 8px;
    margin-right: 8px;
}

.pagination-list {
    padding-bottom: 40px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.myfacility-header {
    background: url(../images/myfacility-header.png);
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 130px;
    margin-bottom: 25px;
}

.myfacility-header h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


.myfacility-header h1 span {
    display: block;
    font-size: 25px;
    font-weight: normal;
}



.row-space {
    padding-bottom: 15px;
}

.keephealthy-section h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27b1df;
    text-align: center;
    padding-bottom: 20px;
}

.keephealthy-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}


.job-state-section h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.job-state-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.job-state-col h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.job-state-col hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.job-state-col p {
    color: #54b1d3;
}

.new-line {
    display: block !important;
}


.sections-row {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.sections-row>.col-xs-12 {
    margin-bottom: 30px
}

.job-state-section {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #f1fcff;
}

.about-staten h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27b1df;
    text-align: center;
    padding-bottom: 50px;
}

.about-staten {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-staten-cnt p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.about-staten-sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.about-staten-sidebar ul li {
    font-size: 14px;
    font-weight: normal;
}

.about-staten-sidebar ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #27b1df;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    display: block;
    margin-bottom: 3px;
}

.list-spaceing {
    padding-bottom: 12px;
}

.bottom-image-space {}

.parallel-image {
    display: inline-block;
}

.state-island h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27b1df;
    text-align: center;
    padding-bottom: 50px;
}

.google-map {
    width: 100%;
}

.about-staten-paragraph {
    /* padding-top: 50px; */
    padding-bottom: 50px;
}

.about-staten-paragraph p {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    text-align: center;
}



.postForm-details hr {
    margin-top: 15px;
}

.locum-tenns img {
    float: left;
    padding-right: 20px;
}

.locum-tenns h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 65px;
}

.locum-tenns span {
    font-size: 14px;
    font-weight: 500;
    background: url(../images/map_marker.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.job-description {
    color: #000 !important;
    font-size: 30px !important;
}

.postForm {
    padding-top: 25px;
}


.postForm input {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}


.schedule {
    padding-top: 15px;
}


/* The container */
.container-checkboxes {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkboxes 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: #fff;
}

.checkbox-top-space label {
    font-size: 13px !important;
}

/* On mouse-over, add a grey background color */
.container-checkboxes:hover input~.checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkboxes input:checked~.checkmark {
    background-color: #2196F3;
}

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

/* Show the checkmark when checked */
.container-checkboxes input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkboxes .checkmark:after {
    left: 9px;
    top: 5.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-top-space {
    padding-top: 18px;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
}

.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

.checkcontainer:hover input~.radiobtn {
    background-color: #fff;
}

.checkcontainer input:checked~.radiobtn {
    background-color: #2196F3;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer .radiobtn:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.timing-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 15px;
}

.avg-top-space h1 {
    color: #000;
    padding-top: 20px;
    font-size: 25px;
}

.candiates-heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    padding-top: 40px;
}

.textare-msg {
    width: 100%;
}

.pb-20{
    padding-bottom: 20px;
}

.pt-40 {
    padding-top: 40px
}

.pt-20 {
    padding-top: 20px
}

.applicantsLeftTitle h2 {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 1px solid #c7cacb;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.applicantsLeftTitle p {
    margin-bottom: 0;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 24px;
}

.applicantsLeftTitle {
    margin-bottom: 25px;
}

.applicantsLeftTitle h5 {
    color: #4e4e4e;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.applicants-wrapper .info-box{
    padding: 25px !important;
    text-align: left;
    height: auto !important;
}
.applicants-wrapper .info-box h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}
.applicants-wrapper .info-box ul{
    margin-top: 5px;
    margin-bottom: 15px;
}

.applicants-wrapper .info-box ul li, .applicants-wrapper .info-box p{
    font-size: 16px;
    padding-bottom: 12px;
}
.applicants-wrapper .info-box .actions a{
    border: 1px solid #27b1df;
    background-color: #27b1df;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 0px;
    border-radius: 30px;
}
.applicants-wrapper .info-box .footer-text{
    margin: 25px auto;
    margin-bottom: 15px;
    text-align: center;
    width: 70%;
    font-weight: 600;
}
#webdemo_form h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
#webdemo_form h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
}
a, a:hover {
    text-decoration: none;
}
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.applicantsLeftTitle ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0;
}

.applicantsLeftTitle ul li {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.applicantsLeftTitle ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #27b1df;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 5px;
}

.applicantsRbtns ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.applicantsRbtns ul li {
    display: inline-block;
}

.applicantsRbtns ul li a {
    background-color: #27b1df;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 5px 40px;
    font-size: 16px;
    border-radius: 30px;
    margin-left: 15px;
}

.applicantsRbtns ul li a:hover {
    opacity: .8;
}


.applicantsRbtns ul li a i {
    font-size: 14px;
    margin-right: 10px;
}

.applicantsRDetails .media-body h4 {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #c7cacb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.applicantsRDetails .media-body p {
    margin-bottom: 0;
    color: #4e4e4e;
    font-size: 16px;
    line-height: initial;
}

.applicantsRbtns {
    margin-bottom: 58px;
}

.applicantsRDetails {
    max-width: 280px;
    margin-left: auto;
}

.applicantsRDetails .media-left i {
    color: #27b1df;
    font-size: 32px;
    margin-right: 20px;
    width: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.applicantsRDetails .media-body h5 {
    color: #4e4e4e;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}

.appDivider {
    border-top: 1px solid #c7cacb;
    margin-top: 30px;
    padding-bottom: 40px;
}
.applicants-prices{
    margin: 35px 0;
}
.applicants-prices__content{
    border-top: 1px solid #c7cacb;
    padding: 20px 0;
}
.applicants-prices__content .price-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #29b1df;
    background-image: linear-gradient(135deg, rgba(8, 159, 207, 1) 0%, rgba(56, 204, 238, 1) 45%, rgba(56, 204, 238, 1) 65%, rgba(8, 159, 207, 1) 100%);
    padding: 45px 30px;
    box-shadow: 3px 5px 17px 5px rgba(50, 50, 50, 0.15);
    border-radius: 17px;
    margin-bottom: 25px;
}
.applicants-prices__content .price-box__head{
    text-align: center;
}
.applicants-prices__content .price-box__head h5{
    color: white;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0;
}
.applicants-prices__content .price-box__head span{
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;
}
.applicants-prices__content .price-box__body ul{
    margin-top: 25px;
    list-style: none;
}
.applicants-prices__content .price-box__body ul li{
    color: white;
    line-height: 180%;
    font-size: 14px;
}
.applicantsFiltes h4, .applicants-prices h4 {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.filterSection h3 {
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #c7cacb;
    padding: 15px;
}
.filterSection h5 {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #c7cacb;
    padding: 15px;
}

.filterSection h3 i {
    font-size: 14px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.filterSection ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.filterSection {
    border: 1px solid #c7cacb;
}

.filterSection ul li a {
    position: relative;
    color: #4e4e4e;
    border-left: 4px solid #fff;
    padding-left: 18px;
    display: block;
    font-weight: 500;
    margin: 8px 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
}

.filterSection ul li a:hover {
    border-left: 4px solid #27b1df;
    color: #27b1df;
}

.filterSection ul li a.active {
    border-left: 4px solid #27b1df;
    color: #27b1df;
    font-weight: 700;
}
.filterSection>div{
    padding: 0 15px 20px;
}
.filterSection p{
    line-height: 150%;
}

.applicantsTiles p.head {
    color: #7c7c7c;
    font-size: 20px;
    text-align: left;
    margin-bottom: 28px;
}

.applicantsTile {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200, 200, 200);
    background-color: rgb(250, 254, 255);
    box-shadow: 9.057px 7.873px 10px 0px rgba(200, 200, 200, 0.25);
    padding: 55px 0;
    margin-bottom: 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listNone {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.specialist li a {
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 6px;
    max-width: 200px;
    font-weight: 400;
}

.specialist {
    text-align: left;
    margin: 16px auto;
}

.specialist li a i {
    color: #27b1df;
}

.applicantsTile h2 {
    font-weight: 600;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    line-height: 125%;
}

.row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-equal>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.applicantsTile .action li a {
    background-color: #fff;
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    text-align: center;
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 0px;
    border: 1px solid #c7cacb;
    border-radius: 30px;
}
.applicantsTile.narrow-btn .action li a{
    width: 65% !important;
}
.applicantsTile .action li a.active {
    border: 1px solid #27b1df;
    background-color: #27b1df;
    color: #fff;
}

.applicantsTile .action li a.active:hover {
    opacity: .8;
}

.applicantsTile .action li a:not(.active):hover {
    background-color: #eff2f3;
}

.applicantsTile .action li:last-child a {
    margin-bottom: 0
}

.applicantsTile .like {
    position: absolute;
    right: 10px;
    top: 25px;
}

.applicantsTile .like i {
    color: #c7cacb;
    font-size: 22px;
}

.applicantsTile .like i:hover {
    color: #27b1df;
}

.applicantsTile .like .icon-tooltip:hover {
    color: crimson;
}

.showMoreBtn {
    margin: 30px 0 60px;
}

.showMoreBtn a {
    display: inline-block;
    /* max-width: 300px; */
    border-style: solid;
    border-width: 1px;
    border-color: rgb(78, 78, 78);
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 50px;
    text-transform: uppercase;
    color: #4e4e4e;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-40 {
    margin-top: 40px;
}

h1.pageHeading {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 1px solid #c7cacb;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.publicProSidebar {
    border: 1px solid #c7cacb;
    margin-bottom: 30px;
}

.publicProSidebar ul li a {
    color: #4e4e4e;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 0 6px 15px;
    display: block;
    border-left: 4px solid #fff;
    border-left: 4px solid #fff;
}

.publicProSidebar ul li a:hover,
.publicProSidebar ul li a.active {
    border-left: 4px solid #27b1df;
    background-color: #f1fcff;
}

.publicProForm h2 {
    color: #4e4e4e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.publicProForm input[type="file"] {
    display: none;
}

.publicProForm input[type="text"] {
    border-radius: 0;
    background-color: #fafeff;
    height: 40px;
}

.publicProForm textarea {
    border-radius: 0;
    background-color: #fafeff;
    height: 80px;
}

.publicProForm select {
    border-radius: 0;
    background-color: #fafeff;
    height: 40px;
}

.publicProForm label {
    color: #4e4e4e;
}

@media only screen and (max-width: 600px) {
    .publicProForm label {
        margin-bottom: 10px;
    }

}


label.fileUploadStyle {
    border: 1px solid #c7cacb;
    height: 250px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    padding: 20px 10px;
}

#image_preview img {
    width: 400px;
    height: 130px;
}

label.fileUploadStyle img {
    width: 36px;
    margin-bottom: 12px;
}

label.fileUploadStyle p {
    font-weight: 700;
    color: #4e4e4e;
}

.publicProForm .submitBtn button {
    background-color: #27b1df;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 270px;
    padding: 10px 0;
    border-radius: 30px;
    margin: 100px auto;
}

.publicProForm .submitBtn button:hover {
    opacity: .8
}



/* New Css End */


@media (min-width: 768px) {

    .publicProfile-upload-pic {
        margin-top: 740px;
    }


    .postjob-wrapper {
        padding-top: 40px;
    }

    .pricing-banner-info {
        width: 580px;
        margin: auto;
    }

    .pricing-banner-info h3 {
        text-align: left !important;
        padding-left: 45px;
    }

    .indeed-heading h1 {
        font-size: 40px !important;
    }



}

/* New Css End */

.ecurrent-mail-status {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}

.red-panel {
    background-color: #d22727;
    padding: 13px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.grey-purle-color {
    background-color: #d8a4a42e;
    padding: 13px 10px;
    font-size: 14px;
    color: #d22727;
}

.acc-setting-email-heading {
    padding-top: 20px;
    color: #27b1df !important;
}

.acc-setting-info {
    padding-bottom: 25px;
}

.credentails-info input[type="password"] {
    border-radius: 0;
    background-color: #fafeff;
    height: 40px;
}

.submitbtn-save button {
    background-color: #27b1df;
    border: none;
    color: #fff;
    padding: 13px 40px;
    border-radius: 90px;
    font-weight: 600;
    outline: none;
}

.submitbtn-save button:hover {
    opacity: .8;
}

.line-margin {
    margin-top: 35px;
}


.credentails-info {
    padding-top: 60px;
    padding-bottom: 40px;
}

.clinic-profile-setting-heading {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.profile-pageTop-setting {
    padding-top: 20px;
    padding-bottom: 50px;
}

.publicProfile-box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    max-width: 280px;
    text-align: left;
    margin-left: auto;
    padding: 10px 15px;
}

.publicProfile-box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}


.publicProfile-box hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

.publicProfile-box p {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
}

.post-job-tabs td a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;

}

.post-job-tabs tr {
    background-color: #fff;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    margin-bottom: 15px;
    border-left: 5px solid #27b1df;
    list-style: none;
    display: inline-block;
}

.post-job-tabs td {
    padding: 0px !important;
    border-top: 0px !important;

}

.post-job-tabs tr td a span {
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #27b1df;
}

.post-job-tabs th a span {
    padding-left: 10px;
}

.post-job-tabs thead tr {
    box-shadow: none;
    border-left: 0px;
}

.post-job-tabs thead tr th {
    border-bottom: none;
}

.rate-per-hourly {
    padding-left: 50px;
}

.rate-per-hourly-icon {
    position: absolute;
    bottom: 0px;
    left: 16px;
    font-size: 27px;
    background: #80808052;
    width: 42px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rate-per-hourly:focus+.rate-per-hourly-icon {
    color: #66afe9;
    background: #80808030;
    border-right: 1px solid #38a5fb;
}


.hour {
    margin-top: 25px;
}

.slash {
    padding: 0px;
    text-align: center;
    font-size: 27px;
    padding-top: 27px;
}

select {
    outline: 0px;
    scroll-behavior: smooth;
}

.speciality-icon {
    width: 192px;
    text-align: left;
}

.type-icon {
    width: 95px;
    text-align: right
}

.timeline-info {
    /*width: 110px;*/
    width: 130px;
    text-align: center;
}

.timeline-icon {
    width: 140px;
}

.type-info {
    width: 90px;
    text-align: center;
}

.facility-icon {
    width: 100px;
}

.facility-info {
    width: 100px;
    text-align: center;
}

.application-icon {
    width: 135px;
}

.application-info {
    width: 135px;
    text-align: center;
}

.age {
    width: 100px;
}

.age-info {
    width: 100px;
    text-align: center;
}

.status-icon {
    width: 110px;
    text-align: center;
}

.status-info {
    width: 110px;
    text-align: center;
}

.speciality-info {
    /*width: 238px;*/
    width: 270px;
}



.notiPubProfile {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    max-width: 280px;
    text-align: left;
    margin-left: auto;
    padding: 10px 15px;
}


.notiPubProfile p {
    font-size: 16px;
    line-height: 22px;
}


.notiPubProfile h2 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #c7cacb;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.notiEmail h2 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 20px;
}

.notiEmail p {
    font-size: 16px;
}

.notiEmail label {
    font-size: 16px;
    font-weight: normal;
}

.notificationBorder {
    border-bottom: 1px solid #c7cacb;
    border-top: 1px solid #c7cacb;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 25px;
}


.boderBottom {
    border-bottom: 0px solid #c7cacb !important;
}


.notificationBorder {
    border-bottom: 1px solid #c7cacb;
    border-top: 1px solid #c7cacb;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 25px;
}


.notiSaveBtn button {
    background-color: #27b1df;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: block;
    padding: 12px 46px;
    border-radius: 30px;
    margin: 0;
    text-transform: uppercase;
    margin-left: auto;
}

.diviver100 {
    height: 180px;
    width: 100%;
}

.myJob-section {
    background-color: #e9f2f5;
    padding: 30px 20px;
    margin-bottom: 15px;
}

.myJob-section h1 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 25px;
}

.job-filter-select {
    box-shadow: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background: url(../images/sidebar-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    border-radius: 0px;
    height: 50px;
    background-color: #ffffff;
}

.myJobLabel {
    color: #27b1df;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 0px;
}

.Myjob-List-left h4 {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.Myjob-List-left span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.59);
}

.published-link a {
    border: 1px solid #27b1df;
    padding: 4px 15px 4px 15px;
    border-radius: 90px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #27b1df;
}

.published-link {
    display: inline-block;
}

.published-link .timing {
    display: inline-block;
    margin-left: 10px;
}

.Myjob-List-right {
    background-color: #f8f8f8;
    padding: 10px 20px;
}


.Myjob-List-right h5 {
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
}

.Myjob-List-right span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.59);
}


.avatar {
    float: left;
    margin-right: 15px;
}

.Myjob-panel {
    border-left: 5px solid #27b1df;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.applied-section {
    /*padding-left: 40px;*/
    /*padding-top: 25px;*/
}

.applied-section span {
    font-size: 14px;
    font-weight: 500;
}


.applied-section h5 {
    font-size: 14px;
    font-weight: 500;
}

.post-job-mobile-view {
    display: none;
}

.error-page {
    background-color: #27b1e017;
    padding: 70px 38px;
    margin-top: 20px;
}

.error-page img {
    width: 400px;
    display: inline-block;
    padding-bottom: 30px;
}

.error-page h2 {
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 10px;
}

.error-page p {
    font-size: 15px;
    line-height: 20px;
}

.error-page a {
    background-color: #27b1df;
    color: #fff;
    padding: 10px 35px;
    margin-top: 20px;
    display: -webkit-inline-box;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border-radius: 90px;
}

.error-page a:hover {
    opacity: .8;
}

.showing-result {
    padding-top: 30px;
    padding-bottom: 30px;
}

.showing-result p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}


.applicant-job-menu {
    background-color: #27b1df !important;
    padding: 3px 8px !important;
    text-align: center;
    color: #fff !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: auto !important;
}

.applicant-job-menu i {
    margin-right: 0px !important;
    font-size: 17px !important;
}

.applicant-job-menuList {}

.applicant-job-submenuList {
    border: none;
    border-radius: 0px;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
}

.applicant-job-submenuList li a {
    padding: 7px 10px !important;
    background-color: transparent !important;
    color: #4e4e4e !important;
    margin-left: 5px !important;
    margin-right: 5px;
    font-size: 14px !important;
    font-weight: normal;
    border-bottom: 1px solid #c7cacb;
    border-radius: 0px !important;
    width: auto !important;
    margin-bottom: 0px;
}



@media screen and (max-width: 767px) {

    .modal-header {
        padding: 15px 15px !important;
    }

    .modal-title {
        font-size: 20px !important
    }

    .modal-body {
        position: relative;
        padding: 15px 15px !important;
    }

    .modal-content .dates p {
        padding-top: 20px !important;
    }

    .modal-content p.bolder {
        font-size: 14px !important;
    }

    .modal-footer {
        padding: 20px 15px 30px 15px !important;
    }

    .continueBtn {
        padding: 11px 40px !important;
        margin-right: 10px !important;
    }


    .applicant-job-submenuList {
        top: 30px;
    }

    .dr-credentails-info {
        padding-top: 15px;
        padding-bottom: 20px !important;
    }

    .error-404-page .post-job {
        display: block !important;
    }

    .filter-icon {
        padding-top: 2px;
    }

    .error-page {
        padding: 20px 25px;
        margin-top: 10px;
    }


    .error-page h2 {
        font-size: 25px;
    }

    .error-page p {
        font-size: 12px;
    }

    .postjob-wrapper {
        padding-top: 10px;
    }

    .row-margin {
        padding-bottom: 20px !important;
    }

    .dr-pricing-page {
        padding: 30px 0px !important;
    }

    .pricing-banner-info h1 {
        font-size: 28px !important;
    }

    .pricing-banner-info h3 {
        font-size: 16px !important;
    }

    .dr-pricing-blue-banner {
        padding: 1px 0px !important;
    }


}

@media screen and (max-width:400px) {
    .msgSendBox.mobile .chatSendButtons button{
        width: 45px !important;
        height: 45px !important;
    }
}

@media screen and (max-width: 480px) {

    .ff_fileupload_wrap .ff_fileupload_dropzone {
        background-size: 190px;
    }


    .Myjob-List-left h4 {
        font-size: 22px;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button {
        width: 52px;
        height: 52px;
        border: none;
        background-color: transparent;
        margin-top: 0px !important;
        bottom: 70px;
    }

    .Myjob-List-right {
        padding: 10px 10px;
    }

    .work-history h5 {
        font-size: 13px !important;
    }

    .notificationBorder {
        padding-bottom: 40px;
    }


}


@media screen and (max-width: 320px) {
    .Myjob-List-right h5 {
        font-size: 12px;
    }

    .avatar {
        margin-right: 8px;
    }

    .Myjob-List-left h4 {
        font-size: 12px;
    }

    .filter-icon {
        padding-top: 14px;
    }


}

/* New Css dr-dashboard */

.modal {
    z-index: 999999;
}

.modal-title {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 1px;
}

.modal-page i {
    color: #27b1df;
    font-size: 36px;
    margin-right: 12px;
}

.modal-page i span {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    bottom: 2px;
    font-family: sans-serif;
}

.modal-content {
    border-radius: 20px;
}

.modal-content .dates p {
    padding-top: 12px;
}

.modal-content p.bolder {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.modal-content .agb {
    font-size: 15px;
    font-weight: 600;
    margin-top: 18px;
}

.modal-header {
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-content .dztm {
    font-size: 15px;
    font-weight: 600;
}
ul.ui-autocomplete {
    z-index: 99999;
}
.backBtn {
    color: #333;
    font-size: 16px;
    padding-top: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.continueBtn, .submitBtn, .chooseBtn, button[type=submit] {
    background-color: #27b1df;
    color: #fff;
    padding: 11px 40px;
    font-size: 16px;
    border: none;
    font-weight: 600;
    border-radius: 90px;
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all linear .500s;
}
.chooseBtn{ /*for multiple actions buttons in modal*/
    padding: 10px 30px;
    margin-right: 15px;
}
.chooseBtn:hover{
    color: #fff !important;
    background-color: #47cbf8;
}
.continueBtn:hover, .submitBtn:hover, button[type=submit]:hover,
.continueBtn:focus, .submitBtn:focus, button[type=submit]:focus{
    background-color: #0ac5ff;
    color: #fff;
}

.continueBtn:active, .submitBtn:active, button[type=submit]:active {
    background-color: #27b1df !important;
    color: #fff !important;
}

.modal-footer {
    text-align: left;
    padding: 20px 25px 40px 30px;
}

.modal-body {
    position: relative;
    padding: 20px 30px;
}
.modal-body .clinic-info-box{
    display: flex;
    margin-top: 10px;
}
.modal-body .clinic-info-box img{
    margin-right: 10px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.modal-body .clinic-info-box div{
    line-height: 22px;
    padding-top: 5px;
    color: #777;
    font-size: 15px;
}
.workstream-chatbox h1 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 5px;
}

.workstream-chatbox h5 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 25px;
}

.chat-settings {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.chat-settings li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.chat-settings li a i {
    font-size: 20px;
}

.message-chat-panel {
    border: 1px solid #eee;
    background-color: #fff;
}

.message-chat-panel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.message-chat-panel ul li {
    display: inline-block;
    padding-right: 20px;
    k;
}

.message-chat-panel ul li a span {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
}

.message-chat-panel ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
    display: inline-block;
}

.message-chat-panel ul li a i {
    font-size: 17px;
    color: #333;
}

.check-msgBox {
    padding-top: 20px;
}

.check-msgBox label {
    font-size: 13px;
}

.attach-file {
    border-radius: 90px;
    background-color: #27b1df;
    border: none;
    padding: 16px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 250px;
    text-transform: uppercase;

}

.sendMessage {
    text-transform: uppercase;
    border-radius: 90px;
    background-color: #27b1df;
    border: none;
    padding: 16px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 250px;

}

.messenger-checkmark:after {
    top: 3px !important;
    left: 7px !important;
}




.message-area {
    background-color: #f7fdff;
    padding: 10px 15px;
    margin: 10px 15px;
}

.textMessageBox {
    border-radius: 0px;
    box-shadow: none;
}

.top-grey {
    background-color: #f1f1f1;
    padding: 10px 10px;
}

.top-grey p {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

.message-info {
    background-color: #daf6ff;
    float: left;
    width: 450px;
    padding: 20px 20px 20px 40px;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
}

.user-message {
    float: left;
    width: 90px;
    margin-right: 20px;
    margin-left: 20px;
}

.reply-message {
    margin-left: 215px;
    background-color: #f1f1f1;
}

.user-message img {
    padding-top: 30px;
}

.message-info h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}

.message-info small {
    float: right;
}

.inline-time {
    float: right;
    padding-top: 8px;
}

.message-info p {
    line-height: 20px;
    font-size: 14px;
}

.chat-padding {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}










.freetext {
    border-radius: 0px;
}

.select-profession {
    border-radius: 0px;
    background: url(../images/dropedown-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35px;
}

.SaveBtn {
    padding: 12px 40px !important;
}

.backend-history-page input {
    border-radius: 0px;
}

.active-inactive-btns {
    display: inline-flex;
}

.active-inactive-btns .activeBtn {
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    border-right: 0px;
    width: 100px;
}

.active-inactive-btns .inactiveBtn {
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    border-left: 0px;
    width: 100px;
}

.active-inactive-btns .active {
    background-color: #27b1df;
    color: #fff;
}

.active-inactive-btns {
    padding-top: 30px;
    padding-left: 30px;
}

.start-date {
    background: url(../images/sidebar-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.end-date {
    background: url(../images/sidebar-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.select-experince {
    border-radius: 0px;
    background: url(../images/sidebar-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.work-history h2 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 10px;
}

.addmore {
    padding-bottom: 20px;
    position: relative;
}

.addmore input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    border-bottom-color: #ccc;
}

.addmore i {
    background-color: #27b1df;
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: -6px;
    cursor: pointer;
}

.addmore input:hover {
    box-shadow: none;
}

.addmore input:focus {
    box-shadow: none !important;
}

.right-info-area a .fa-ellipsis-h {
    position: relative;
    color: #fff;
    font-size: 20px;
    top: 3px;
}

.right-info-area {
    float: right;
    background-color: #27b1df;
    padding: 6px 10px;
    border-radius: 90px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 40px;
}

.left-info-area {
    float: left;
    padding-top: 12px;
}

.dropdownMenuButns {
    top: initial;
    left: initial;
    right: 18px;
    border-radius: 0px;
    margin-top: 6px;
    border: none;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
}

.dropdownMenuButns li {
    border-bottom: 1px solid #c7cacb;
}

.dropdownMenuButns li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropdownMenuButns li a:hover {
    background-color: #27b1df;
    color: #ffff;
}

.dropdownMenuButns li a:focus {
    background-color: #27b1df;
    color: #ffff;
}

.work-history p {
    padding-top: 15px;
    line-height: 20px;
}

.horizent-line {
    margin-bottom: 10px;
    margin-top: 10px;
}

.work-history h5 {
    text-transform: capitalize;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 700;
}

.dr-edit-profile {
    display: inline-block;
    padding-bottom: 30px;
}

.dr-edit-profile a {
    background-color: #27b1df;
    color: #fff;
    padding: 11px 65px;
    font-weight: 700;
    border-radius: 90px;
    text-transform: uppercase;
    font-size: 15px;
}

.doctor-setting-page .ecurrent-mail-status {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}

.doctor-setting-page .red-panel {
    background-color: #27b1df;
    padding: 13px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.doctor-setting-page .white-color {
    background-color: #fff;
    padding: 13px 10px;
    font-size: 14px;
    color: #4e4e4e;
}

.reffer-area h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    color: #27b1df;
}

.reffer-area p {
    font-size: 14px;
}
.profile-text-area{
    margin: 25px 0;
}
.profile-text-area h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #27b1df;
}
.profile-text-area p{
    font-size: 14px;
}
.dr-form {
    padding-top: 25px;
}

.dr-form label {
    color: #4e4e4e;
}

.dr-form input {
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
}
.blue-thin-text{
    color: #27b1df;
    font-size: 14px;
    font-weight: 500;
}
.ml-1{
    margin-left: 1em;
}
.badge-warning{
    color: white;
    background-color: #ffda00;
}
.inviteFriends i {
    color: #27b1df;
    font-size: 25px;
    position: relative;
    top: 3px;
    padding-right: 4px;
}

.send-invitation {
    background-color: #27b1df;
    border: none;
    border-radius: 90px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    margin-bottom: 10px;
    color: #fff;
}

.send-invitation:hover {
    opacity: .8;
}

.refferal-link h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #27b1df;
}

.refferal-link p {
    font-size: 15px;
    color: #4e4e4e;
}

.drCopyright p {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    color: #4e4e4e;
    padding-top: 40px;
}

.drCopyright input {
    background-color: #f1fcff;
    margin-top: 15px;
    margin-bottom: 10px;
}

.your-refferal-link h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #27b1df;
}

.your-refferal-link p {
    font-size: 15px;
    color: #4e4e4e;
}

.col-p p {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    height: 60px;
}

.col-p span {
    margin: 10px auto;

}

.col-p {
    padding-bottom: 10px;
}

.your-refferal-link {
    padding-bottom: 30px;
}

.row-margin {
    padding-bottom: 50px;
}

.dr-credentails-info {
    padding-top: 15px;
    padding-bottom: 60px;
}

.dr-credentails-info input {
    border-radius: 0;
    background-color: #fafeff;
    height: 40px;
}

.EmailNotification h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #27b1df;
}

.Notification-top-space {
    padding-top: 40px;
}

.dr-pricing-page {
    background: url(../images/dr-pricing-banner.png);
    background-repeat: no-repeat;
    padding: 100px 0px;
    background-position: bottom;
    background-size: cover;
}

.pricing-banner-info h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 2px;
}

.pricing-banner-info h3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}


.dr-pricing-boxes {
    border: 1px solid #c7c9cb;
    padding: 60px 10px;
    box-shadow: 4.663px 3.776px 7px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.dr-pricing-boxes h2 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4e4e4e;
    padding-bottom: 20px;
}

.boxRow-marigin {
    padding-top: 50px;
    padding-bottom: 40px;
}

.pricingList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.pricingList span i {
    color: #27b1df;
    padding-right: 7px;
    font-size: 16px;
    font-weight: 700;
}

.pricingList span {
    display: inline-block;
}

.pricingList li {
    font-size: 15px;
    padding-bottom: 12px;
    font-weight: normal;
    padding-left: 50px;
    padding-right: 30px;
    overflow-wrap: break-word;
    color: #4e4e4e;
    white-space: pre-wrap;
    line-height: 22px;
}

.block-text {
    display: block !important;
    padding-left: 10px;
}

.post-job-btn {
    background-color: #27b1df;
    color: #fff;
    padding: 7px 50px;
    border-radius: 90px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.post-job-btn:hover {
    color: #fff;
    opacity: .8;
}

.indeed-heading h1 {
    color: #27b1df;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.cricle-boxes img {
    display: inline-block;
}

.cricle-boxes p {
    color: #4e4e4e;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    font-weight: 500;
}

.indeed-heading {
    padding-top: 30px;
    padding-bottom: 40px;
}

.dr-pricing-blue-banner {
    background: url(../images/banner-2.png) #27b1df center;
    background-repeat: no-repeat;
    padding: 85px 0px;
    background-size: cover;
}

.dr-pricing-blue-banner p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.indeedRow-space {
    padding-top: 20px;
    padding-bottom: 30px;
}

.cricle-boxes h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
}

.cricle-panel-two p {
    padding-top: 15px;
}

.question-section {
    background-color: #eefbff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.question-heading img {
    display: inline-block;
}

.question-heading h3 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.question-heading a {
    background-color: #27b1df;
    color: #fff;
    padding: 7px 50px;
    border-radius: 90px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.question-heading a:hover {
    opacity: .8;
}


/* New ali CSS dr-dashboard */

#image_preview {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

#image_preview h3 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    max-width: 184px;
    background-color: #27b1df;
    left: 14px;
}

.submitBtn-spacing button {
    display: inline-block !important;
    width: 150px !important;
}

.ff_fileupload_wrap {
    padding-top: 20px;
}

.ff_fileupload_wrap .ff_fileupload_dropzone:hover {
    border-color: #ccc;
}

.relativeDiv {
    position: relative;
}

.ff_fileupload_summary {
    display: none;
}

.submitBtn-spacing {
    padding-bottom: 50px;
}

.ff_fileupload_start_upload {
    display: none !important;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image {
    width: 200px;
    height: 150px;
    border-radius: 0px;
    display: inline-block;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview {
    display: inline-block;
}

.ff_fileupload_remove_file {
    position: absolute;
    margin-top: 60px !important;
    margin-left: 85px;
}

.ff_fileupload_queued {
    display: inline-flex;
    width: 206px;
}

.publicProfile-upload-pic {
    border-radius: 0px;
}

.publicProfile-upload-pic img {
    border-radius: 0px !important;
}

.publicProfile-upload-pic h3 {
    padding-top: 55px;
}

.showIn-header {
    position: absolute;
    bottom: -8px;
    background-color: #27b1df;
    width: 199px;
    /*    left: 0px;*/
    display: -webkit-inline-box;
    padding: 2px 10px;
}

.showIn-header input {
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:hover {
    background-color: transparent;
}

.showIn-header label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.publicProfile-upload-pic .add-Photo {
    line-height: 27px;
    font-weight: normal;
}

.publicProfile-upload-pic .plus-sign {
    right: 10px;
    bottom: 15px;
}

.publicProfile-upload-pic .minus-sign {
    left: 10px;
    bottom: 18.5px;
}

.applicant-info {
    font-size: 14px;
    font-weight: normal;
    padding-top: 15px;
    line-height: 16px;
    text-align: center;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.dashboardBoxShadow {
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.docDashboard {
    background-color: #fafeff;
    padding-bottom: 80px;
}

.dashboardBoxBorder {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
}

.profileUpdate {
    margin: 10px 0;
    padding: 15px 20px;
    font-size: 16px;
}

.profileUpdate i {
    color: #27b1df;
    margin-right: 5px;
}

.p-4 {
    padding: 40px 40px;
}

.recommendation-box h2 {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
    padding-top: 5px;
    line-height: 120%;
}

.recommendation-box p {
    line-height: normal;
    font-size: 14px;
    padding: 0 0 10px 0;
}

.recommendation-box a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    background-color: #27b1df;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 15px;
}

.mt-3 {
    margin-top: 25px;
}

.dashboardFindAJob .jIcon {
    background-color: #27b1df;
    color: #fff;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.dashboardFindAJob .jIcon i {
    font-size: 24px;
    margin-bottom: 8px;
}

.p-0 {
    padding: 0 !important;
}

.docDashboardSideBar .recommendation-box {
    text-align: center;
    padding: 45px;
}

i.fa.fa-bell-o.iconNoti {
    font-size: 20px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.notiInnerBox {
    padding: 15px 10px 8px 15px;
    position: relative;
}

.notiInnerBox p {
    margin-bottom: 25px;
}

.notiInnerBox p.text-right {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.notiInnerBoxBlue {
    border-left: 8px solid #27b1df;
}

.notiInnerBoxGray {
    border-left: 8px solid #9e9e9e;
}

.DasnotificationsBox .mt-3 {
    margin-top: 17px !important;
}

.campaign-box {
    position: relative;
    margin-top: 17px !important;
    border-radius: 6px;
    border: 1px solid rgb(199, 202, 203);
    border-left: 8px solid #9e9e9e;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}
.campaign-box h2{
    font-weight: 700;
    line-height: 1.3;
    font-size: 17px;
    width: 110%;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}
.campaign-box h2 b{
    color: #29b1df;
}
.campaign-box .info-box {
    padding: 25px 0 25px 20px;
    width: 46%;
}
.campaign-box .info-box p{
    font-size: 13px;
    width: 90%;
}
.campaign-box .info-box .info-link{
    display: inline-block;
    font-weight: 400;
    background-image: linear-gradient(to right, #ed403d, #eb433b, #e94639, #e64938, #e44c36, #e24f34, #e05133, #de5431, #dc572f, #da5a2e, #d75c2c, #d55f2b);
    color: #ffffff;
    padding: 7px 12px;
    border-radius: 7px;
    font-size: 13px;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 26px 5px rgba(0,0,0,0.22);
    box-shadow: 1px 1px 26px 5px rgba(0,0,0,0.22);
}
.campaign-box .info-box .info-link:hover{
    background-image: linear-gradient(to right, #ed3f3e, #ed3f3e, #ed3f3e);
}
.campaign-box .image-bg {
    background-image: url("../images/employee-campaign-1.png");
    background-repeat: no-repeat;
    width: 55%;
    min-height: 240px;
    background-size: contain;
    background-position: bottom;
    margin-top: 10px;
}
@media only screen and (min-width:992px) and (max-width: 1199px){
    .campaign-box .info-box {
        width: 60%;
    }
    .campaign-box .image-bg {
        width: 40%;
    }
}
@media only screen and (max-width:480px) {
    .campaign-box {
        flex-direction: column-reverse;
    }
    .campaign-box .image-bg {
        width: 100%;
        min-height: 140px;
        margin-top: 10px;
    }
    .campaign-box .info-box {
        padding: 15px 0 25px 20px;
        width: 90%;
    }
    .campaign-box h2 {
        width: 100%;
    }
}

.mb-0 {
    margin-bottom: 10px !important;
}

.calendar {
    border: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font: 15px/1em inherit;
    color: #545A5C;
}

.calendar a {
    text-decoration: none;
    color: inherit;
}

.calendar header .btn {
    display: none;
}

.calendar header .month {
    padding: 0;
    margin: 0;
    background-color: #27b1df;
    color: #fff;
    font-size: 22px;
    padding: 12px 0;
}

.calendar table {
    width: 100%;
    margin: 10px 0;
    border-spacing: 0px;
}

.calendar thead {
    font-size: 1.2em;
    font-weight: 600;
}

.calendar td {
    padding: 4px 0;
    font-size: 12px;
}

.calendar .day {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 1.6em;
    border-radius: 50%;
    border: 2px solid transparent;
}

.calendar .day:hover {
    border: 2px solid #6691CC;
}

.calendar .day.today {
    background: #6691CC;
    color: white;
}

.calendar .day.event {
    color: rgb(26, 26, 26);
    border: 2px solid #f77721;
}

.calendar .day.event:hover {
    color: rgb(22, 23, 24);
    border: 2px solid #ffab2e;
}

.calendar .day.wrong-month {
    color: #CBD1D2;
}

.calendar .day.wrong-month:hover {
    border: 2px solid transparent;
}

.calendar .event-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: #545A5C;
}

.calendar .filler {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #545A5C;
    transform: translate(-50%, -50%);
}

.event-container>p {
    margin-top: 35%;
    font-size: 1.2rem;
}

.event-container>.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.event-container>.close:hover {
    opacity: 1;
}

.event-container>.close:before,
.event-container>.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: rgb(235, 235, 235);
}

.event-container>.close:before {
    transform: rotate(45deg);
}

.event-container>.close:after {
    transform: rotate(-45deg);
}

.date {
    margin-bottom: 8px;
    display: inline-block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 8px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b4b4b4;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #6f6f6f;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: -2px;
    bottom: -5px;
    background-color: #6f6f6f;
    -webkit-transition: .4s;
    transition: .4s;
}

#styling-after-slider {
    margin-top: 3em;
}

#styling-after-slider .ui-slider-pip {
    top: -12px;
}

#styling-after-slider .ui-slider-pip .ui-slider-label {
    top: -18px;
}

input:checked+.slider {
    background-color: #5bd6ff;
    border: 1px solid #269bc3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #269bc3;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggleBtn {
    margin: 30px 0 0
}

.toggleBtn b {
    position: relative;
    top: -4px;
    left: 15px;
}

.toggleBtn>div {
    margin-bottom: 8px;
}

label.Price {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 16px;
}

.priceRange {
    margin-bottom: 20px;
}

.shortFilter {
    position: relative;
}

.sorFilter select {
    background-color: #27b1df;
    color: #fff;
    padding: 2px 12px;
    border: 0;
}

.sorFilter {
    position: absolute;
    right: 0;
    top: 18px;
}

.fResBox img {
    max-width: 115px;
}

.fResBox h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    /*padding-left: 10px;*/
}

.fResBox p {
    line-height: normal;
    /*padding-left: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fResBox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fResBox ul li a {
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 700;
    color: #2b2b2b;
    font-size: 13px;
}

.fResBox ul li a:last-child {
    margin-bottom: 0;
}

.fResBox ul li a i {
    color: #27b1df;
    font-size: 16px;
    width: 20px;
    text-align: center;
    margin-right: 3px;
}

.fResBox {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.192px 4.494px 10px 0px rgba(123, 123, 123, 0.25);
    margin-bottom: 20px;
}

.fResBox .fRstar {
    position: absolute;
    right: 8px;
    top: 8px;
}

.fResBox .fRstar i {
    color: #27b1df;
    font-size: 16px;
}

.showMore a {
    background-color: #27b1df;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 200px;
    padding: 10px 0;
    border-radius: 30px;
    margin: 60px auto 0;
    text-align: center;
}

.showMore a:hover {
    opacity: .8;
}

.applicantsLeftTitle.pt-20.borderZero h2 {
    border-bottom: 0 !important;
}

.featuredJobs {
    border-top: 1px solid #c7cacb;
    padding-top: 30px;
    margin-top: 60px;
}

.pl-tile {
    padding-left: 40px !important;
}

.pl-tile p {
    padding-right: 15px !important;
}

.publicProSidebar ul li a {
    padding: 10px 0 10px 15px;
}

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

img.dateArrow {
    padding-top: 7px;
}

.locaMap {
    position: relative;
}

.locaMap input {
    position: absolute;
    top: 20px;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.locationSlider {
    margin: 20px 0;
    position: relative;
}

.locationSlider p {
    font-size: 16px;
    margin-bottom: 18px;
}

.locationSlider .kmrange {
    background-color: #27b1df;
    border: 0 !important;
    height: 5px;
}

.locationSlider .kmrange .ui-slider-handle {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #27b1df;
    border: 3px solid #93d8ef;
}

.locationSlider .kmrange .ui-slider-handle:focus {
    outline: none;
}

.locationSlider .Lleft {
    position: absolute;
    left: 0;
    top: 50px;
}

.locationSlider .Rleft {
    position: absolute;
    right: 0;
    top: 50px;
}

.jobDisH {
    border-bottom: 1px solid #c7cacb;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1.jobDisTitle {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 20px;
}

.jobDisH a {
    margin-left: 15px;
}

.jobDisH a img {
    width: 25px;
    padding-top: 18px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.jobDisSlider .arrow {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.mySlider span.ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 30px;
    background-color: #27b1df;
    border-color: #27b1df;
    top: -5px;
    width: 12px;
    height: 12px;
    border: 2px solid #93d8ef;
}

.mySlider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all.ui-slider-pips.ui-slider-float {
    height: 2px;
}

.jobDisSlider .arrow a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    font-size: 22px;
    line-height: 36px;
    margin-right: 10px;
}

.mtb-50 {
    margin-top: 40px;
    margin-bottom: 50px;
}

.jobDisleftContent h2 {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 28px;
}

.jobDisleftContent {
    margin: 30px 0;
}

.jobDisleftContent p {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
}

.mt-30P {
    margin-top: 30px;
}

.jobDisAccordion #accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin: 0 !important
}

.jobDisAccordion #accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

.jobDisAccordion #accordion .panel-title a {
    display: block;
    padding: 18px 15px 18px 15px;
    border-top: 1px solid #c7cacb;
    border-bottom: 1px solid #c7cacb;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #4e4e4e;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
    text-transform: uppercase;
    background-color: #fff;
}

.jobDisAccordion #accordion .panel-title a:before {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: transparent;
    font-size: 12px;
    color: #4e4e4e;
    text-align: center;
    /* box-shadow: inset 0 0 10px rgba(0,0,0,0.5); */
    text-shadow: none;
    position: absolute;
    top: 13px;
    right: 15px;
    border: 1px solid #4e4e4e;
}

.jobDisAccordion #accordion .panel-title a.collapsed:before {
    content: "\f067";
}

.jobDisAccordion #accordion .panel-body {
    padding: 10px 40px 6px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}

.jobDisAccordion #accordion .panel-body p {
    margin-bottom: 0;
}

.jobDisAccordion {
    border: 1px solid #c7cacb;
}

.jobDisAccordion .panel-group {
    margin-bottom: 0px;
}

.jobDisAccordion table {
    text-transform: uppercase;
}

.jobDisAccordion tbody tr td {
    padding: 0 0 5px 0;
    color: #4e4e4e;
}

.dblock {
    font-size: 16px;
}

.d-block {
    display: block
}

.d-flex {
    display: flex;
}

.flex-1 {
    flex: 1
}

.mb-0 {
    margin-bottom: 4px !important;
}

h4.panel-title {
    position: relative;
}


.jobDisASidebarMobile {
    display: none;
}

.jobDisASidebarDesktop {
    display: block;
}

@media only screen and (max-width: 445px) {
    .jobDisASidebarMobile {
        display: none;
    }

    .jobDisASidebarDesktop {
        display: block
    }

    .applicants-wrapper>.container,
    .mtb-50 {
        margin-top: 0;
    }
}

.jobDisASidebar {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    background-color: rgb(250, 254, 255);
    box-shadow: 3.709px 5.936px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 40px;
}

.jobDisASidebar .applicantsRDetails {
    max-width: 100%;
    margin-left: 0;
}

.jobDisASidebar .applicantsRDetails .media-left i {
    color: #27b1df;
    font-size: 36px;
    margin-right: 20px;
    text-align: center;
}

.borderBottomMedia {
    border-bottom: 1px solid #c7cacb;
    padding-bottom: 25px;
}


.locationSlider.jobDesApp .kmrange {
    background-color: #ffffff;
    border: 1px solid #c7cacb !important;
    height: 5px;
}

.locationSlider.jobDesApp .kmrange .ui-slider-handle {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    /* background-color: #27b1df; */
    border: 2px solid #c7cacb;
}

.locationSlider.jobDesApp .kmrange {
    position: relative;
}

.locationSlider.jobDesApp .kmrange .dot {
    position: absolute;
    height: 13px;
    width: 13px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #c7cacb;
    top: -5px;
}

.locationSlider.jobDesApp .kmrange .dot1 {
    left: 30%;
}

.locationSlider.jobDesApp .kmrange .dot2 {
    left: 65%;
}

.locationSlider.jobDesApp .kmrange .dot3 {
    left: 100%;
}

.locationSlider.jobDesApp p {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
}

.jobDesAppList {
    padding: 10px 0;
}

.jobDesAppList p {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    PADDING-LEFT: 18px;
}

.jobDesAppList ul {}

.jobDesAppList ul li {
    list-style-type: none;
}

.jobDesAppList ul li a {
    color: #4e4e4e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.jobDesAppList ul li a i {
    color: #27b1df;
    margin-right: 5px;
}

.applicantsTile.jobDesAppBtns {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(250, 254, 255);
    box-shadow: none;
    padding: 16px 0 0;
    margin-bottom: 0;
    position: relative;
}

.applicantsTile.jobDesAppBtns .action li a {
    width: 70%;
    padding: 10px 0px;
}

.jobDisASidebar.mt-5 {
    margin-top: 20px;
}

.jobDisAccordion .accordionRightContent {
    position: absolute;
    right: 55px;
    top: 18px;
    font-size: 18px;
    font-weight: 500;
}

.jobDisMeCen {
    border-top: 1px solid #c7cacb;
    padding-top: 30px;
}

.mtt-30 {
    margin-top: 30px;
}

.jobDisMeCenList ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.jobDisMeCenList ul li {
    display: inline-block;
    color: #4e4e4e;
    font-weight: 600;
    margin-right: 30px;
}

.jobDisMeCenList ul li i {
    color: #27b1df;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.jobDisMeCenList {
    margin: 25px 0;
}

.jobDisMeCenList p {
    color: #4e4e4e;
    font-size: 16px;
    margin: 20px 0;
    line-height: 24px;
}

.jobDisMeCenList a {
    background-color: #27b1df;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 30px;
}

.jobDisMeCenList a i {
    font-size: 12px;
    margin-left: 10px;
}

.jobDisMeCenBottomText {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #c7cacb;
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.jobDisMeCenBottomText h1 {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 28px;
}

.jobDisMeCenBottomText p {
    color: #4e4e4e;
    font-size: 17px;
    line-height: 28px;
}

.bglGreen {
    background-color: #f7fdff;
    padding-bottom: 50px;
}

.docWorkFilter,
.docMsgDasRightSec {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.docWorkFilter ul {
    list-style-type: none;
}

.docWorkFilter h4 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}

.docWorkFilter h5 {
    color: #4e4e4e;
    margin: 12px 0;
    font-weight: 700;
    font-size: 16px;
    position: relative;
}

.docWorkFilter ul li a {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
    display: inline-block;
}

.docWorkFilter ul li a i {
    color: #27b1df;
    margin-right: 5px;
}

.docWorkFilter ul li a i.iconGray {
    color: #939598 !important;
}

.docWorkFilter h5 span {
    background-color: #4e4e4e;
    color: #fff;
    font-weight: 300;
    width: 26px;
    display: inline-block;
    height: 26px;
    position: absolute;
    right: 0;
    top: -3px;
    border-radius: 100%;
    text-align: center;
    padding-top: 4px;
    font-size: 12px;
}

.docWorkFilter .srchPeople {
    position: relative;
}

.docWorkFilter .srchPeople input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    background-color: #f4f4f4;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-style: italic;
}

.docWorkFilter .srchPeople button {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 12px;
    right: 15px;
}

button:focus {
    outline: none !important
}

.docMsgDasRightSec h1 {
    color: #27b1df;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 20px;
}

.docMsgDasRightSec h2 {
    color: #4e4e4e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.workstreamSearchBox {
    background-color: #f7fdff;
    padding: 25px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.workstreamSearchBox input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    background-color: #fff;
    height: 35px;
    width: 100%;
    border-radius: 30px;
    padding-left: 18px;
    font-style: italic;
}

.workstreamSearchBox button {
    background-color: #27b1df;
    border: 0;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 13px;
}

.wSSltem .wSSltemCheck {
    position: relative;
    text-align: center;
    top: -4px;
}

.wSSltem .wSSltemCheck a {
    position: absolute;
    display: inline-block;
    top: -2px;
    right: 0;
    font-size: 18px;
}

.wSSltem .wSSltemCheck .checkmark {
    border: 1px solid #9c9c9c;
}

.wSSltem {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    background-color: #fff;
    margin-bottom: 12px;
    padding: 10px 15px 10px 35px;
}

.wSSltemAvatar {
    position: relative;
}

.wSSltemAvatar img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.wSSltemAvatar span {
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}

.wSSltemPara p {
    white-space: nowrap;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.wSSltemClock p {
    color: #77787b;
    padding-right: 10px;
}

.wSSltem .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wSSltem.boLeftBlue {
    border-left: 6px solid #27b1df;
}

.wSSltem.boLeftGray {
    border-left: 6px solid #77787b;
}




/*@start messenger*/

#messenger {
    margin: 10px 20px;
}

#messenger_left_panel>div:first-child {
    height: calc(100vh - 290px);
    overflow-y: auto
}

.messenger_left_panel_list>div {
    display: flex
}
#messenger_content{
    padding: 0;
    height: calc(100vh - 210px);
}
#messenger_content .applicants-wrapper{
    height: 100%;
}
#messenger_content .applicants-wrapper .inner{
    position: relative;
    height: 100%;
    padding: 0 !important;
}
/*status icons*/
.messages_list>div {
    position: relative;
}

.status_icon_left_panel {
    width: 16px;
    height: 16px;
    background: #b9b9b9;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -1px;
    border: 2px solid white;
}

.status_icon_messages_view {
    width: 16px;
    height: 16px;
    background: #b9b9b9;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 45px;
    bottom: 1px;
    border: 2px solid white;
}

.status_online {
    background: #10b105 !important
}

.status_away {
    background: #ffbc00 !important;
}


.messenger_left_panel_list>.messages_list {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid lightgrey;
    position: relative;
}

.messenger_left_panel_list:first-of-type>.messages_list {
    border-top: 1px solid lightgrey
}

.messenger_left_panel_list_texts>button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: auto;
    padding: 3px;
    display: none;
}

.messenger_left_panel_list>.messages_list:hover .messenger_left_panel_list_texts>button {
    display: block
}

.messenger_left_panel_list>.messages_list:hover {
    background: #efefef;
}


.messenger_left_panel_list_texts {
    margin-left: 8px;
    width: 100%;
    min-width: 0;
    /*fix ccs trunacate*/
}


.messenger_left_panel_list_name {
    font-weight: bold;
    margin-bottom: 7px;
    color: #28b0df;
    font-size: 1.05em
}

.messenger_left_panel_list_title {
    margin-bottom: 2px;
}

.messenger_left_panel_list_active {
    background: #eaf6ff;
    border-right: 5px solid #27b1e0;
}

.messenger_left_panel_list_title,
.messenger_left_panel_list_name,
.messenger_left_panel_list_message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

#messenger_right_panel {
    padding: 0 0 0 10px;
}

#messenger_right_panel>.messenger_right_panel_list_item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 10px 0;
}

.messenger_right_panel_list_name {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

#messenger_create_new_room_modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #00000070;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

#messenger_create_new_room_modal>div {
    position: fixed;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: white;
    height: fit-content;
    width: 70%;
    padding: 35px;

}

#messenger_create_new_room_modal>div>h3 {
    font-size: 30px;
    color: #28b0df;
    padding-bottom: 20px;
}

#messenger_create_new_room_modal>div>h3>button {
    background: #eee;
    /*color: black;*/
    line-height: 1;
    border-radius: 50%;
    height: 34px;

}

.messenger_deleted_message>em {
    background: #d3d3d34d;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid grey;
    display: inline-block;
}

.message_being_edited {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    resize: none
}

.message_being_edited_save,
.message_being_edited_cancel {
    font-weight: bold;
}

.message_being_edited_save {
    color: #02ca02;
    margin-left: 2px;
}

.message_being_edited_cancel {
    color: grey;
    margin-left: 10px;
}


#messenger_enter_key_send {
    margin-top: 12px;
    color: grey;
    outline: none
}

#messenger_enter_key_send>span {
    height: 20px;
    width: 20px;
}

#messenger_enter_key_send>input:checked~span {
    background: #28b0df
}



.bl_grey {
    border-left: 1px solid lightgrey;
}

.br_grey {
    border-right: 1px solid lightgrey;
}

.bb_grey {
    border-bottom: 1px solid lightgrey;
}

.bt_grey {
    border-top: 1px solid lightgrey;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #28b0df;
    border-color: #28b0df;
}

.pagination>li>a,
.pagination>li>span {
    color: #28b0df;
}

.msg_settings_btn {
    position: absolute !important;
    right: 0 !important;
    top: 6px !important;
}

.msg_settings_btn>button {
    background: transparent;
    border-radius: 50%;
    transition: .3s all ease-in-out
}

.msg_settings_btn>button:active {
    box-shadow: none;
}

.msg_settings_btn>button:hover {
    color: #28b0df;
}

.msg_settings_btn~em {
    position: absolute;
    right: 16px;
    color: grey;
    font-size: 12px;
    margin-top: 4px;

}

.right_panel_dropdown {
    position: absolute;
    right: 0;
    top: 6px;
}

.right_panel_dropdown>ul>li>a {
    padding: 10px 15px;
}


#right_panel_files_container {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden
}

.right_panel_files {
    margin-bottom: 20px;
}

.right_panel_files>p {
    margin-top: 25px;
    font-size: 13px;
    font-weight: bold;
}

.right_panel_files:first-of-type>p:first-of-type {
    margin-top: 20px
}


.right_panel_file {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 8px
}

.right_panel_file:first-of-type {
    border-top: 1px solid lightgrey;
    padding-top: 10px;
    margin-top: 12px;
}

.right_panel_file:hover {
    color: #28b0df;
    cursor: pointer;
}

.right_panel_file>div>i {
    font-size: 30px
}



.tippy-message-settings-edit,
.tippy-message-settings-delete {
    display: block;
    border: none;
    background: transparent;
    width: 80px;
    margin: 10px;
    font-size: 12px;
}

.tippy-message-settings-edit {
    color: grey;
}

.tippy-message-settings-edit:hover {
    color: #5fd65fc9;
}

.tippy-message-settings-delete {
    border-top: 1px solid lightgrey;
    padding-top: 10px;
}

.tippy-message-settings-delete:hover {
    color: #ff0030b5;
}



/*fade transition @ vue*/
.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s ease-in-out;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

/*slide-fade transition @ vue*/
.slide-fade-enter-active {
    transition: all .7s ease;
}

.slide-fade-leave-active {
    transition: all .7s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateX(30px);
    opacity: 0;
    display: none
        /*remove this to enable animation - bug found thus disabled (WIP)*/
}

/*fade-slow trasition @ vue*/
.fade-slow-enter-active {
    transition: all .5s ease-in-out;
}

.fade-slow-leave-active {
    transition: all .8s ease-in-out;
}

.fade-slow-enter,
.fade-slow-leave-to {
    opacity: 0;
}

.messageChatHead-mobile{
    background-color: #29b1df;
    background-image: linear-gradient(100deg, rgba(56, 204, 238, 1) 0%, rgba(28, 180, 238, 1) 30%, rgba(8, 159, 207, 1) 100%);
    color: white !important;
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.messageChatHead-mobile .go-back-btn{
    background-image: url("../images/chat_icons/back-arrow.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    display: inline-block;
    background-size: contain;
}
.messageChatHead-mobile .search-btn{
    background-image: url("../images/chat_icons/search.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    margin-right: 8px;
}
.messageChatHead-mobile .search-btn-active{
    background-image: url("../images/chat_icons/search-active.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 10;
}

.messageChatHead-mobile .dots-v-btn{
    background-image: url("../images/chat_icons/v-dots.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 30px;
    display: inline-block;
    background-size: contain;
}
.messageChatHead-mobile .right-action-box{
    min-width: 55px;
    text-align: right;
}
.messageChatHead-mobile .title-box{
    padding: 0 6px 0 16px;
    color: white !important;
    position: relative;
}
.messageChatHead-mobile .title-box h1{
    font-size: 1.5em;
    margin-bottom: 7px;
    font-weight: 500;
}
.messageChatHead-mobile .title-box a{
    color: white !important;
    font-size: 0.95em;
    margin-left: 6px;
    display: inherit;
}
.messageChatHead-mobile #messenger_live_time{
    font-size: 0.95em;
    font-weight: 600;
    position: initial;
    display: inline-block;
    width: 55px;
}

.messageChatHead-mobile .title-box p{
    margin-bottom: 7px;
    font-size: 1em;
    font-weight: 500;
}

.messageChatHead-mobile #chat_header_toggle_search_mobile{
    position: absolute;
    top: 15px;
    left: 8px;
    width: 100%;
}
.messageChatHead-mobile #message_search_value{
    height: 45px;
    border-radius: 22px;
    border: none;
    padding-right:46px;
}
.messageChatHead-mobile #chat_header_toggle_search_mobile > div.input-group{
    width: 96% !important;
    position: relative;
}

.messageChatBox.mobile{
    border:none !important;
    margin-bottom: 0 !important;
    position: relative;
    padding: 0 10px;
    padding-bottom: 330px;
}
.messageChatBox.mobile .messageSingRight .chatBox{
background-color: #f8f8f8;
}
.messageChatBox.mobile .messageSingRight .chatBox::before{
color: #f8f8f8;
}
.messageChatBox.mobile .messageSingle .chatBox{
box-shadow: none !important;
padding-top: 25px;
}
.messageChatBox.mobile .messageSingleLeft{
grid-template-columns: 23% 77%;
}
.messageChatBox.mobile .messageSingRight{
grid-template-columns: 77% 23%;
}
.messageChatBox.mobile .messageSingRight > .chatAvatar > a{
width: 100px!important;
}
.search-highlight{
background-color: lightyellow !important;
}
.messageChatBox .messageSingleLeft .chatBox.search-highlight::before{
color: lightyellow !important;
}
.tippy_message_settings button{
white-space: nowrap;
}
.messageChatHead-mobile .time-links-section{
display: table;
}
.messageChatHead-mobile .time-links-section>div{
display: table-cell;
}

.messageChatHead-mobile input::-webkit-calendar-picker-indicator {
display: none;
}

.messageChatHead {
padding: 0 20px;
}

.messageChatHead h1 {
color: #27b1df;
margin-top: 0;
font-size: 28px;
margin-bottom: 5px;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
}

.messageChatHead h3 {
color: #27b1df;
font-weight: 700;
text-transform: uppercase;
margin-top: 0;
font-size: 22px;
margin-bottom: 20px;
}

.messageChatHeadAction ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.messageChatHeadAction ul li {
display: inline-block;
margin: 0 2px;
}

.messageChatHeadAction ul li a {
background-color: #27b1df;
width: 30px;
height: 30px;
display: flex;
text-align: center;
border: 1px solid #27b1df;
border-radius: 100%;
color: #fff;
font-size: 20px;
justify-content: center;
align-items: center;
}

.messageChatHeadAction ul li a.white {
background-color: #fff !important;
color: #27b1df !important;
}

.borderBottom {
border-bottom: 1px solid rgb(199, 202, 203);
margin-bottom: 20px;
}

.messageChatBox {
position: absolute;
top: 0;
left: 0;
height: calc(100% - 70px);
background-color: #fff;
overflow-y: scroll;
overflow-x: hidden;
margin-bottom: 20px;
width: 100%;
}
.msgSendBox{
position: absolute;
width: 100%;
bottom: 0;
right: 0;
min-height: 70px;
background-color: #f7fdff;
margin: 0;
}
.messageChatBox .showMessage {
background-color: rgb(241, 241, 241);
display: block;
text-align: center;
color: #414042;
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
padding: 4px 0;
}
.showFullNameAlert {
background-color: white;
text-align: left;
color: #707070;
font-size: 13px;
padding: 4px;
border: 1px solid #27b1df;
display: flex;
align-items: center;
}
.showFullNameAlert a{
background-color: #27b1df !important;
color: #ffff;
padding: 3px 12px;
border-radius: 30px;
margin: 0 10px;
text-align: center;
}
.showFullNameAlert div.bell{
padding: 0 8px 0 5px;
}
.showFullNameAlert div.msg{
border-left: 1px solid #707070;
padding-left: 7px;
}
.showFullNameAlert div.bell img{
min-width: 15px;
}
.messageChatBox .messageSingleLeft {
display: grid;
grid-template-columns: 25% 75%;
justify-content: center;
align-items: center;
margin: 10px 0 20px;
}

.messageChatBox .messageSingRight {
display: grid;
grid-template-columns: 75% 25%;
justify-content: center;
align-items: center;
margin: 10px 0 20px;
}

.messageChatBox .messageSingle .chatAvatar a {
display: block;
text-align: center;
position: relative;
width: 150px;
}

.messageChatBox .messageSingle .chatAvatar img {
width: 60px;
margin: 0 auto;
height: 60px;
border-radius: 100%;
object-fit: cover;
}

.messageChatBox .messageSingle .chatBox {
background-color: rgb(218, 246, 255);
box-shadow: 3.774px 3.28px 10px 0px rgba(0, 0, 0, 0.12);
padding: 8px 20px;
position: relative;
color: #231f20;
border-radius: 4px;
}

.messageChatBox .messageSingle .chatBox h2 {
font-size: 20px;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 85%;
line-height: normal;
}

.messageChatBox .messageSingle .chatBox span {
position: absolute;
top: 15px;
right: 34px;
font-size: 12px;
font-weight: 600;
}

.messageChatBox .messageSingle .chatBox p {
margin-top: 15px;
padding-bottom: 10px;
line-height: 20px;
overflow-wrap: break-word;
}

.messageChatBox .messageSingleLeft .chatBox::before {
position: absolute;
content: "\f0d9";
font: normal normal normal 14px/1 FontAwesome;
color: rgb(218, 246, 255);
z-index: 1;
top: 50%;
left: -8px;
transform: translate(-50%, -50%);
font-size: 50px;
}

.messageChatBox .messageSingRight .chatBox {
background-color: #f1f1f1;
}

.messageChatBox .messageSingRight .chatBox::before {
position: absolute;
content: "\f0da";
font: normal normal normal 14px/1 FontAwesome;
color: #f1f1f1;
z-index: 1;
top: 50%;
right: -27px;
transform: translate(-50%, -50%);
font-size: 54px;
}
.msgSendBox.mobile{
background-color: #f1f1f1;
padding: 20px 0;
}
.msgSendBox.mobile .messenger_uploader {
padding: 10px 5px !important;
}
.msgSendBox.mobile textarea{
height: 50px;
min-height: 50px;
padding: 15px 10px;
}
.msgSendBox.mobile .chatSendButtons button{
position: initial !important;
width: 50px;
height: 50px;
display: inline-block !important;
background-size: contain !important;
margin-bottom: 0 !important;
background-repeat: no-repeat !important;
border: none !important;
}
.msgSendBox.mobile #attach_button{
background-image: url(../images/chat_icons/attach.png);
margin-right: 5px;
}
.msgSendBox.mobile #send_button{
background-image: url(../images/chat_icons/send.png);
}
.msgSendBox.mobile #send_button[disabled]{
background-image: url(../images/chat_icons/send-grey.png);
background-color: transparent !important;
}
.msgSendBox .nav.nav-tabs {
border-bottom: 0px solid #ddd;
background-color: #f7fdff;
}

.msgSendBox .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
border-top: 3px solid #27b1df;
border-left: 0;
border-right: 0;
border-bottom: 0;
background-color: #fff;
color: #27b1df;
font-weight: 700;
}

.msgSendBox .nav-tabs>li>a {
border-radius: 0;
background-color: #f1f2f2;
color: #4e4e4e;
text-transform: uppercase;
padding: 12px 20px;
}

.msgSendBox .nav-tabs>li>a i {
margin-right: 6px;
}

.msgSendBox .tab-content {
background-color: #f7fdff;
padding: 15px;
}

.msgSendBox textarea {
border-style: solid;
border-width: 1px;
border-color: rgb(199, 202, 203);
width: 95%;
height: 40px;
min-height: 40px;
max-height: 180px;
padding: 10px 10px;
color: #000;
resize: none;
float: right;
overflow: hidden;
}

.container-checkboxes {
color: #4e4e4e;
font-weight: 100;
font-size: 14px;
margin-top: 6px;
}

.msgSendBox .checkmark {
border: 1px solid #b9b9b9;
}


.chatSendButtons>div {
display: flex;
justify-content: center;
align-items: center;
}


/*send button*/
.chatSendButtons>div>button:nth-child(1) {
    background-color: #27b1df;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    width: 100px;
    height: 40px;
    padding: 4px;
    border-radius: 5px;
    transition: .5s all ease-out;
}

.chatSendButtons>div>button:disabled,
.chatSendButtons>div>button[disabled] {
    background-color: #cccccc;
    transition: .5s all ease-out
}

/*settings button*/
#message_send_settings_button {
    position: absolute;
    right: 0;
    background: transparent;
    font-size: 22px;
    top: -8px;
    right: -8px;
    transition: .3s all ease-in-out
}

#message_send_settings_button:active {
    box-shadow: none
}

.message_settings_btn_hover {
    color: #27b1df !important;
    transform: rotate(-90deg);
    display: inline-block;
    transition: .3s all ease-in-out
}

#attach_button {
    background: transparent;
    font-size: 27px;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    left: 1%
}

#attach_button>i {
    transform: rotate(43deg);
}

#attach_button:active {
    box-shadow: none
}


.msgSendBox button div>i {
    margin-right: 10px;
}


#tippy_message_send_settings {
    padding: 20px 10px;
    text-align: left;
    cursor: default;
}

#tippy_message_send_settings>h4 {
    margin-bottom: 30px;
    color: #565656
}

#tippy_message_send_settings>.checkcontainer {
    font-size: 15px;
    line-height: 1.5
}



.messageChatSideBar {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(199, 202, 203);
    background-color: rgb(250, 254, 255);
    box-shadow: 9.057px 7.873px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: 15px;
    padding: 40px 0;
}

.messageChatSideBar a {
    display: inline-block;
}

.messageChatSideBar img {
    width: 70px;
    margin: 0 auto;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
}

.messageChatSideBar h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.messageChatSideBar p {
    margin-top: 10px;
    padding-bottom: 0;
    line-height: 0;
}

.messageChatSideBar p i {
    color: #27b1df;
}

.chat-read-icon{
    position: absolute;
    bottom: 15px;
    right: 34px;
    height: 15px;
}
@media screen and (max-width: 991px) {
    .messageChatBox .messageSingle {
        padding: 0 15px;
    }

    .messageChatSideBar {
        margin-left: 0;
    }

}


/*@end messenger*/





@media screen and (max-width: 1200px) {
    .fResBox img {
        /*max-width: 100%;*/
        object-fit: cover;
        height: 100%;
    }

    .fResBox .col-xs-7,
    .fResBox .col-xs-6 {
        padding: 15px 20px !important;
    }

    .fResBox p {
        line-height: normal;
        padding-right: 15px;
        padding-left: 15px;
    }

    .fResBox h2 {
        padding-left: 15px;
    }

    .fResBox ul {
        margin-left: 15px;
    }

    .post-job-mobile-view {
        display: block;
    }

    .post-job-mobile-view>.container>.myJob-section>.row,
    .post-job-mobile-view>.container>.myJob-section>.row>.col-xs-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15px
    }

    .post-job {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .pl-tile {
        padding-left: 0px !important;
    }

    .profileUpdate .col-sm-4 {
        text-align: center;
        margin-bottom: 15px;
    }

    .fResBox {
        display: block;
        padding: 0px;
        padding-right: 0
    }

    .fResBox h2 {
        margin: 28px 0 20px 0;
    }

    .fResBox ul {
        margin: 20px 0 20px 20px;
        margin-left: 15px
    }

    .fResBox ul li {
        display: block;
        margin-right: 5px;
    }

    .imagesJobDis img {
        width: 100%;
        margin: 10px 0;
    }

    .mtt-30 {
        margin-top: 0;
    }

    .workstreamSearchList {
        width: 100%;
        overflow-x: scroll;
    }

    .wSSltem {
        width: 690px;
    }
    .site_header .navbar-brand{
        max-width: 180px;
        padding: 5px 15px;
    }
}

@media screen and (max-width: 450px) {
    .chatSendButtons button {
        width: 100%;
        margin-bottom: 20px;
    }

    .messageChatBox .messageSingle .chatAvatar img {
        width: 50px;
        height: 50px;
    }

    .fResBox ul {
        margin-left: 0;
    }

    .fResBox ul li {
        display: inline-block;
    }
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.pa-0 {
    padding: 0 !important
}



/*Tippy.js tooltip customization*/
.tippy-tooltip.tomato-theme {
    font-weight: bold;
    font-size: 12px;
}

.tippy-tooltip.tomato-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.tomato-theme .tippy-backdrop {
    /*background-color: white;*/
}

/*danger theme - tippy*/
.tippy-tooltip.danger-theme {
    background-color: crimson;
    color: white;
    padding: 8px;
    font-weight: bold;
    font-size: 1.05em;
}

.tippy-tooltip.danger-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.danger-theme .tippy-backdrop {
    background-color: crimson;
}

/*orange theme - tippy*/
.tippy-tooltip.orange-theme {
    background-color: orange;
    color: white;
    padding: 8px;
    font-weight: bold;
    font-size: 1.05em;
}

.tippy-tooltip.orange-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.orange-theme .tippy-backdrop {
    background-color: orange;
}


/*light theme - tippy (only left sided arrows - for other sides change position)*/
.tippy-tooltip.light-theme {
    background-color: white;
    color: grey;
    padding: 8px;
    font-weight: bold;
    font-size: 1.05em;
    cursor: pointer;
    border: 1px solid lightgrey;
}

.tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.light-theme .tippy-backdrop {
    background-color: white;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: white;
}

.tippy-tooltip.light-theme .tippy-roundarrow::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 7px;
    transform: translateZ(-1px);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid lightgrey;
    border-right: 8px solid transparent;
    z-index: -20
}





@media only screen and (max-width: 600px) {
    .badge-1 {
        width: 100% !important;
    }
}

.badge-1 {
    min-width: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    width: fit-content;
    padding: 5px 10px !important;
    margin: 0 auto 10px auto !important;
}

.badge-1:first-of-type {
    margin-top: 5px !important
}

.badge-success {
    background: #09bf45;
    display: block;
}

.badge-danger {
    background: #dc3545;
    display: block;
}


.badge-success,
.badge-danger {
    display: block;
    margin: 0
}

/* Slider - clinic-myfacility.php */
.swiper-container {
    width: 100%;
    height: 450px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: white
}

@media only screen and (max-width: 600px) {
    .swiper-container {
        height: 350px;
    }
}


/* Post a job popup - clinic-post-jobs.php */
#post-a-job-popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#post-a-job-popup>div>div h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    color: #27b1df;
    margin-bottom: 0;
}

#post-a-job-popup>div {
    background: white;
    width: 60%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 50px;
}

#post-a-job-popup>div>div>div>.checkcontainer {
    color: #525252;
    font-size: 15px;
}

#post-a-job-popup>div>div>div>h4 {
    font-family: sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 30px
}

#post-a-job-popup>div>div>div>div>div>a {
    margin-left: 0;
    padding: 12px 60px !important
}

@media only screen and (max-width: 600px) {
    #post-a-job-popup>div {
        width: 100%;
        height: 100%;
        padding: 18% 20px;
    }

    #post-a-job-popup>div>div h3 {
        margin-bottom: 0
    }

    #post-a-job-popup>div>div>div>div>div>a {
        padding: 8px 40px !important
    }

}



/*Dropzone image size*/
.dropzone .dz-preview .dz-image {
    height: 120px !important;
}


/* Close account - clinic-setting-account.php */
#close-account-container {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-bottom: 50px
}

#close-account-container>p {
    font-weight: bold;
    color: #4e4e4e;
}

#close-account-container>button {
    background-color: #fff;
    display: block;
    margin: 0 0 0 auto;
    margin-bottom: 12px;
    text-align: center;
    color: #4e4e4e;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #c7cacb;
    border-radius: 30px;
}

#close-account-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#close-account-popup>div {
    width: 50%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white
}

#close-account-popup>div>div {
    padding: 30px 50px;
}

#close-account-popup>div>div:first-child {
    border-bottom: 1px solid #757575;
}

#close-account-popup>div>div:nth-child(2) {
    border-bottom: 1px solid #80808052;
}

#close-account-popup>div>div>h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #27b1df;
    margin-bottom: 0;
}

#close-account-popup>div>div>h4 {
    font-family: monospace;
    font-weight: bold;
    color: #4e4e4e;
    padding: 20px 0 50px 0;
}

#close-account-popup-delete {
    background-color: #27b1df;
    border: none;
    color: #fff;
    padding: 12px 60px;
    text-transform: uppercase;
    border-radius: 90px;
    font-weight: 600;
    outline: none;
}

#close-account-popup-cancel {
    background-color: #fff;
    margin-bottom: 12px;
    margin-left: 5px;
    text-align: center;
    color: #4e4e4e;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 60px;
    text-transform: uppercase;
    border: 1px solid #c7cacb;
    border-radius: 30px;
}


@media screen and (max-width: 1024px) {
    #close-account-popup>div {
        width: 80%
    }
}

@media screen and (max-width: 768px) {
    #close-account-popup>div {
        width: 80%
    }

    #close-account-popup>div>div {
        padding: 40px 25px;
    }

    #close-account-popup-delete {
        padding: 8px 30px;
    }

    #close-account-popup-cancel {
        padding: 8px 30px;
    }
}

@media only screen and (max-width: 320px) {
    #close-account-popup>div {
        width: 90%;
    }

    #close-account-popup>div>div {
        padding: 40px 25px;
    }

    #close-account-popup-delete {
        padding: 8px 30px;
    }

    #close-account-popup-cancel {
        padding: 8px 30px;
    }
}


/*Notification Menu*/
.top-text-block {
    display: block;
    padding: 14px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.top-text-block:hover:before {
    content: '';
    width: 4px;
    background: #27b1df;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.top-text-block.unread {
    background: #ffc;
}

.top-text-block .top-text-light {
    color: #999;
    font-size: 0.8em;
}

.top-head-dropdown .dropdown-menu {
    width: 650px;
    height: 350px;
    overflow: auto;
    /* max-width: 700px; */
}

.top-text-heading {
    white-space: normal;
}

.top-head-dropdown li:last-child .top-text-block {
    border-bottom: 0;
}

.topbar-align-center {
    text-align: center;
}

.loader-topbar {
    margin: 5px auto;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #666;
    width: 22px;
    height: 22px;
    -webkit-animation: spin-topbar 1s linear infinite;
    animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#notification-menu {
    float: left;
    border: none;
    box-shadow: none;
    margin-bottom: 0px !important;
}

#notification-menu>.panel-body {
    padding-top: 11px;
    padding-bottom: 0;
}

.btn-notification {
    border: none;
    pointer-events: all;
    z-index: 1
}

.notification-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    visibility: hidden;
}

.top-text-block:hover .notification-close {
    visibility: visible;
    background: #f5f5f5;
}

.notification-close:hover {
    color: #27b1df;
}

@media only screen and (max-width: 768px) {
    .notification-close {
        visibility: visible;
    }

    #notification-menu {
        width: 100%;
        margin-bottom: 0;
    }

    #notification-menu>.panel-body {
        float: left;
    }

    .top-head-dropdown .dropdown-menu {
        width: 100% !important;
    }

    ul.dropdown-menu li {
        white-space: normal;
    }

    .navbar-nav>li {
        /*overflow: scroll;*/
    }

    .loader-topbar-li {
        /*padding-bottom: 200px;*/
    }

    .arrow-dropDown-mobile {
        display: block !important;
    }

    .arrow-dropDown-desktop {
        display: none !important;
    }

    .site_header {
        overflow: overlay;
        /*height: 100%;*/
    }
}

/*FAQ page: faq.php*/

.faq_main_titles {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    color: #27b1df;
}

.faq_section_titles {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #464646e8;
    margin-bottom: 15px;
}

.faq_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq_li {
    padding-left: 1em;
    text-indent: -.7em;
    cursor: pointer;
    margin-bottom: 7px;
}

.faq_li:last-of-type {
    margin-bottom: 20px;
}

.faq_li::before {
    content: "•";
    color: #27b1df;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    font-size: 24px;
    margin-right: 4px;
}

.faq_view_all_btn {
    border: 1px solid #28b0df;
    padding: 2px 20px;
    border-radius: 20px;
    background: transparent;
    color: #28b0df;
    margin-bottom: 50px;
    margin-top: auto;
    /*margin-left: auto;*/
    margin-right: auto;
    font-weight: 700;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.flex-col {
    display: flex;
    flex-direction: column;
}
.h-100p{

}

#faq_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#faq_popup>div {
    background: white;
    width: 90%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    /*min-height:90%;*/
}

#faq_popup_question_title {
    opacity: 0;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-top: 20px;
    color: #27b1df;
}

#faq_popup_question_answer {
    opacity: 0;
    line-height: 1.7;
    font-size: 16px;
}

#faq_popup_question_author {
    opacity: 0;
}

#faq_popup_related_questions_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    color: #27b1df;
}

#faq_popup_related_questions>p {
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 1em;
    text-indent: -.7em;
    line-height: 1.4
}

#faq_popup_question_date {
    opacity: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    color: grey;
}

#faq_popup_related_questions>p::before {
    content: "•";
    color: grey;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    font-size: 24px;
    margin-right: 4px;
}

#faq_popup_related_questions>p.related_faq_selected::before {
    content: "•";
    color: #27b1df;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    font-size: 24px;
    margin-right: 4px;
}

#faq_popup_related_questions>p.related_faq_selected {
    color: black;
}

#faq_popup_rate_container {
    border: 1px solid #808080d9;
    margin-top: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#faq_popup_rate_container>p {
    display: inline;
}

#faq_popup_rate_buttons>button {
    padding-top: 2px;
    padding-bottom: 2px;
}

#faq_popup_breadcrumb {
    color: #3c3c3c;
}

#faq_popup_breadcrumb>span {
    font-weight: 700;
}

#faq_popup_breadcrumb>span {
    cursor: pointer;
}

#faq_popup_breadcrumb>span:last-of-type {
    cursor: default;
}

#faq_popup_breadcrumb>span>a {
    color: #3c3c3c;
}

#faq_popup_close_button {
    border: 1px solid grey;
    /*padding: 2px 20px;*/
    /*border-radius: 20px;*/
    background: transparent;
    color: grey;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 15px;
}

#faq_header_background {
    height: 100%;
}

#faq_header_background>div {
    background: url(../images/FAQs-COVER-IMGS_2.jpg);
    height: 80%;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#faq_search_box {
    position: absolute;
    top: 35%;
    left: 15%;
    width: 700px;
}

#faq_search_box>h2 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: monospace;
}

.input-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    box-shadow: 3px 3px 14px #4c4c4c94;
}

.input-icon-wrap>button {
    background: #1f88c7;
    color: white;
    font-weight: 700;
    border: none;
    padding: 0 30px;
}

.input-icon {
    background: white;
}

.input-with-icon {
    border: none;
    flex: 1;
}

.input-icon,
.input-with-icon {
    padding: 10px;
    outline: none;
}

#faq_icon_boxes {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
}

#faq_icon_boxes>div {
    cursor: pointer;
    margin: 20px;
    height: 200px;
    width: 200px;

}

#faq_icon_boxes>div:nth-child(1) {
    /*background: url(../images/Group-6.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#faq_icon_boxes>div:nth-child(2) {
    /*background: url(../images/Group-7.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#faq_icon_boxes>div:nth-child(3) {
    /*background: url(../images/Group-8.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 1024px) {
    #faq_header_background {
        height: 60%;
    }

    #faq_header_background>div {
        background-position: right;
    }
}

@media only screen and (max-width: 768px) {
    #faq_search_box {
        left: 20px;
    }
}

@media only screen and (max-width: 405px) {
    .msgSendBox.mobile textarea{
        height: 45px;
        min-height: 45px;
        padding: 3px 7px;
    }
}
@media only screen and (max-width: 415px) {

    #faq_popup>div {
        overflow: scroll;
        height: 100%;
        padding: 50px 20px;
        width: 100%;
    }

    #faq_popup_related_questions_title {
        margin-top: 50px;
    }

    #faq_search_box {
        left: 0;
        width: auto;
        padding: 10px
    }

    #faq_icon_boxes {
        bottom: -60px;
        justify-content: space-around;
    }

    #faq_icon_boxes>div {
        margin: 0;
        width: 100px;
        height: 100px;
    }

    .faq_main_titles_0 {
        padding-top: 0
    }

    .input-icon-wrap {
        width: 100%;
    }

    .input-icon-wrap>button {
        padding: 0 16px;
    }

    #faq_header_background {
        height: 80%;
    }


}


/*Header Alert*/
#header_alert, .header-alert {
    width: 70%;
    box-shadow: 2.192px 4.494px 10px 0px rgba(114, 114, 114, 0.25);
    position: relative;
    margin: 15px auto;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: white;
}

#header_alert_content>h3, .header-alert>h3 {
    color: #28b0df;
    display: inline;
    padding-right: 5px;
    font-size: 22px;
}

#header_alert_content>p, .header-alert>p {
    display: inline;
    vertical-align: text-top;
}

#header_alert_icon>i {
    color: #28b0df;
    font-size: 24px;
    padding-right: 12px;
    padding-left: 12px;
}

#header_alert_content>button {
    border: none;
    background: transparent;
    color: #939393;
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0
}

#header_alert_icon,
#header_alert_content {
    display: inline-block;
    padding: 10px 0;
}

#header_alert_content {
    padding-right: 20px;
    padding-left: 30px;
    border-left: 1px solid lightgrey;
}

#header_alert_icon {
    /* border-right: 1px solid #eaeaea; */
}
.menu-signal{
    border-radius: 6px;
    position: absolute;
    background-color: #27b1df;
    width: 10px;
    height: 10px;
    top: 1px;
    right: -11px;
}
@media only screen and (max-width: 700px) {
    #header_alert, .header-alert {
        display: flex;
        width: 94%;
    }

    #header_alert_content>p,
    #header_alert_content>h3 {
        display: block;
        padding-left: 15px;
        padding-right: 25px;
    }

    #header_alert_content>p {
        margin-top: 10px;
        line-height: 1.2
    }

    #header_alert_icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #messenger{
        height: 100%;
    }

}



/*Form Validation ~ page : clinic-setting-account.php */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: gray solid 1px;
}

.input-field-error {
    width: 100%;
    padding: 10px;
    outline: none;
    border: crimson solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 8, 8, 0.42);
}

.input-field-error:focus {
    outline: none;
    border: crimson solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 8, 8, 0.42);
}

.input-field-success {
    width: 100%;
    padding: 10px;
    outline: none;
    border: #80ff80 solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(118, 236, 126, 0.57);
}

.input-field-success:focus {
    outline: none;
    border: #80ff80 solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(118, 236, 126, 0.57);
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

#currentEmailError,
#newEmailError,
#passwordErrorNew,
#passwordErrorConfirm,
.label-error {
    color: crimson;
    display: block;
    margin-top: 10px;
}


/*Forgot password : password-reset.php*/
#password_reset_box {
    width: 65%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 35px;
    box-shadow: 2.192px 4.494px 10px 0px rgba(114, 114, 114, 0.25);
}

#password_reset_box>h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 65px;
    text-transform: uppercase;
    color: #27b1df;
}

#password_reset_box>input,
#password_reset_box label {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
}

#password_reset_box>button {
    background-color: #27b1df;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    outline: none;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

#password_reset_email_sent_box {
    display: none;
    width: 65%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 35px;
    box-shadow: 2.192px 4.494px 10px 0px rgba(114, 114, 114, 0.25);
}

#password_reset_email_sent_box>h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 65px;
    color: #27b1df;
    text-align: center;
}

#password_reset_email_sent_box>p {
    padding: 0 90px;
    line-height: 1.4;
    color: #282828;
}

#password_reset_email_sent_box>button {
    background-color: #27b1df;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    outline: none;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

#password_reset_update_password_box {
    display: none;
    width: 65%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 35px;
    margin-bottom: 50px;
    box-shadow: 2.192px 4.494px 10px 0px rgba(114, 114, 114, 0.25);
}

#password_reset_update_password_box>h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 65px;
    color: #27b1df;
    text-align: center;
}

#password_reset_update_password_box>p {
    line-height: 1.4;
    color: #282828;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600
}

#password_reset_update_password_box>ol {
    width: 60%;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

#password_reset_update_password_box>input,
#password_reset_update_password_box>label {
    width: 60%;
    margin: 0 auto;
    display: block
}

#password_reset_update_password_box>input:first-of-type {
    margin-bottom: 15px
}

#password_reset_update_password_box>button {
    background-color: #27b1df;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    outline: none;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

@media only screen and (max-width: 440px) {

    #password_reset_box,
    #password_reset_email_sent_box,
    #password_reset_update_password_box {
        width: 90%;
        padding: 20px;
    }

    #password_reset_box>h3 {
        margin-bottom: 50px;
    }

    #password_reset_email_sent_box>h3 {
        margin-bottom: 50px;
    }

    #password_reset_email_sent_box>p {
        padding: 0 20px;
    }

    #password_reset_box>input,
    #password_reset_box label {
        width: 80%
    }

    #password_reset_update_password_box>ol {
        width: 80%;
    }

    #password_reset_update_password_box>input,
    #password_reset_update_password_box>label {
        width: 80%;
    }
}


/*#nav_bar_messages:after {
    content: '<i class="fa fa-comment"></i>';
    background:
}*/

#nav_bar_new_message_icon {
    height: 24px;
}

#nav_bar_new_message_icon~span {
    position: absolute;
    right: 10px;
    top: 0;
    color: white;
    font-size: 10px;
    font-weight: bold;
}
#nav_bar_new_message_icon~span.double{
    right:6px;
}

/*file uploader on messenger*/
.messenger_uploader>div>img {
    height: 65px;
    object-fit: cover;
    max-width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.messenger_uploader>div>p {
    color: #265369;
}

.messenger_uploader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 5px;
    background: #f3f3f3;
    border-bottom: .7px solid #969696
}

.messenger_uploader:hover {
    background: #e8e8e8;
}

.messenger_uploader:hover .file_upload_close_btn {
    color: crimson;
}

.file_upload_close_btn {
    background: transparent;
    padding-bottom: 0
}

.file_upload_close_btn:active {
    box-shadow: none
}


/*Start End Contract - end-contract.php*/

#end-contract-container {
    color: #3e3e3e
}

#end-contract-container * h3,
h4,
h5 {
    margin-bottom: 15px;
}

#end-contract-container * h3 {
    color: #27b1df
}

#end-contract-container * p {
    margin-bottom: 20px;
}

#end-contract-container * strong {
    font-size: 16px;
    color: #272727
}

.end-contract-box-shadow {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}

.end-contract-title {
    color: #27b1df;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 1px solid #c7cacb;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

#end-contract-radio {
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.radio-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin-top: 15px;
    margin-bottom: 10px
}

#end-contract-radio>.checkcontainer {
    display: inline-block;
    height: 50px;
}

#end-contract-radio>.checkcontainer>.number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#end-contract-radio>.checkcontainer>.radiobtn {
    border-color: #9c9c9c;
    right: 0;
    margin: auto;
    height: 18px;
    width: 18px
}

#end-contract-radio>.checkcontainer>.radiobtn:after {
    top: 5px;
    left: 5px;
    height: 7px;
    width: 7px
}


#end-contract-select-strengths>.container-checkboxes>.checkmark {
    border-color: #9c9c9c
}

#end-contract-select-strengths>textarea {
    width: 50%;
    border-radius: 5px;
    min-height: 100px;
    padding: 10px;
}

#feedback-textarea {
    width: 80%;
    border-radius: 5px;
    min-height: 100px;
    padding: 10px;
    display: block;
    margin-bottom: 10px
}

#example-feedback {
    position: fixed;
    top: 0;
    right: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none
}

#example-feedback>div {
    background: white;
    width: 50%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px 20px 50px
}

#example-feedback>div>p {
    line-height: 1.4;
    margin-bottom: 20px
}

#example-feedback>div>h3 {
    margin-bottom: 40px;
}

#rating_stars>div>i {
    font-size: 28px;
    margin-right: 12px;
    cursor: pointer;
    color: #424242bd;
}

#rating_stars>div {
    margin-bottom: 15px
}

.rating_star_selected {
    color: #27b1df !important;
}

#total-score {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: dimgrey;
    font-weight: 600;
}

@media only screen and (max-width: 440px) {
    #end-contract-container {
        margin: 10px;
    }

    .end-contract-box-shadow {
        padding: 20px 0
    }

    #end-contract-radio {
        width: 100%;
    }

    #end-contract-radio>.checkcontainer {
        padding: 15px
    }

    .radio-description {
        width: 100%
    }

    #end-contract-select-strengths>textarea {
        width: 100%
    }

    #feedback-textarea {
        width: 100%
    }

    #rating_stars>div>i {
        font-size: 26px;
        margin-right: 5px;
    }

    #rating_stars>div>span {
        font-size: 12px;
    }

    #example-feedback>div {
        width: 90%;
        padding: 20px
    }
}

/*tablets*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1050px) {
    #example-feedback>div {
        width: 65%
    }
}

/*End of End Contract - end-contract.php*/



/*Start of Get Started - get-started.php*/

#get_started_container {
    height: auto;
    max-height: 500px;
    margin-top: 25px;
    margin-bottom: 50px
}

#get_started_container>.header>h2 {
    color: #28b0df;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

#get_started_container>.header>h4 {
    color: #868686;
    text-align: center;
}

#steps_header {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

#steps_header>.step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: lightgrey;
    height: 80px;
    cursor: default;
    border-right: 4px solid white;
    position: relative;
    padding-left: 45px;
}

#steps_header>.step>p {
    font-weight: bold;
}

#steps_header>.step:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid white;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    z-index: 999
}

#steps_header>.step:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid lightgrey;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    z-index: 9999
}

#steps_header>.completed:before {
    border-left-color: #3abb3a;
}

#steps_header>.active:before {
    border-left-color: #27b1df;
}

#steps_header>.completed {
    background: #3abb3a;
    color: white;
    /*cursor: pointer;*/
}

#steps_header>.active {
    background: #27b1df;
    color: white;
    font-weight: bold
}


#steps_content {
    margin-top: 50px
}

#steps_content>.step {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    transform: translateX(-700px);
    transition: .3s ease-in-out opacity;
}

#steps_content>.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    height: initial;
    width: initial;
    transition: .5s linear all;
}

#verify_email {
    text-align: center;
    margin: 0 auto;
}

#verify_email>input {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}

.get_started_btn {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 10px 40px;
    border-radius: 30px;
    background: #27b1df;
    font-weight: bold;
    color: white;
    transition: .3s linear
}

.get_started_btn:hover {
    color: white;
    transition: .3s linear;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.37)
}

.get_started_btn:focus {
    color: white
}

#verify_email>h4 {
    font-size: 22px;
    margin-bottom: 40px;
    color: #585858;
}

#complete_profile>h4 {
    font-size: 22px;
    margin-bottom: 40px;
    color: #585858;
    text-align: center;
}

#complete_profile>.row>div>label {
    width: 300px;
    margin: 0 auto;
    display: block;
}

#under_review>h2 {
    text-align: center;
    color: #FF9800;
    margin-bottom: 20px;
}

#under_review>h4 {
    text-align: center;
    color: #585858;
    font-size: 22px;
    margin-bottom: 50px
}

#publish_job>h2 {
    text-align: center;
    color: #585858;
    margin-bottom: 80px;
}

#invite_applicants>h2 {
    text-align: center;
    color: #585858;
    margin-bottom: 80px;
}

#steps_header>.step>span {
    display: none
}

/* dismiassble bluebox */
#dismissable-bluebox {
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #27b1df;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#1881b8), to(#27b1df));
    background: -o-linear-gradient(left, #1881b8, #27b1df);
    background: linear-gradient(to right, #1881b8, #27b1df);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#dismissable-bluebox button {
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
}

#dismissable-bluebox p {
    font-size: 20px;
    color: white;
    line-height: 1.4;
    padding: 0 170px;
}

/* mobile */
@media only screen and (max-width: 440px) {
    #dismissable-bluebox {
        height: auto
    }

    #dismissable-bluebox p {
        padding: 25px;
        font-size: 15px;
    }

    #dismissable-bluebox button {
        right: 10px;
        top: 5px
    }
}

/* tablet - iPad*/
@media only screen and (max-width: 991px) and (min-width: 768px) {
    #dismissable-bluebox p {
        padding: 40px;
    }
}

/* ipad pro */
@media only screen and (min-device-width : 1023px) and (max-device-width : 1050px) {
    #dismissable-bluebox p {
        padding: 100px
    }
}

/*mobiles*/
@media only screen and (max-width: 440px) {
    #get_started_container {
        margin-top: 50px;
        margin-bottom: 100px;
        max-height: 550px;

    }

    #steps_header>.step {
        height: 55px;
        width: 70px
    }

    #steps_header>.step>p {
        display: none;
    }

    #steps_header>.step>span {
        display: block;
        margin-left: 0;
        margin-right: 10px;
    }

    #steps_header>.step:before {
        right: -27px;
        border-left: 28px solid lightgrey;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
    }

    #steps_header>.step:after {
        left: -1px;
        border-left: 28px solid white;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
    }

    #steps_header>.completed:before {
        border-left-color: #3abb3a;
    }

    #steps_header>.active:before {
        border-left-color: #27b1df;
    }

    #complete_profile>.row>div>.birthday {
        margin-top: 20px
    }
}

/*tablets*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1050px) {
    #get_started_container {
        margin-top: 200px;
        margin-bottom: 300px;
        max-height: 500px;
    }

    #steps_header>.step {
        width: 138px
    }

    #steps_header>.step:before {
        right: -39px;
    }

    #steps_header>.step:after {
        left: -1px
    }

    #steps_header>.step>span {
        display: none
    }

    #steps_header>.step>p {
        text-align: center;
    }
}


/*End of Get Started - get-started.php*/



/*Start Job templates window - clinic-post-jobs.php*/

#open_job_templates_btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #27b1df;
    color: white;
    font-weight: 100;
    font-family: sans-serif;
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;
    transition: .5s all ease;
}

#open_job_templates_btn:hover {
    background: transparent;
    color: #28b0df;
    border: 1px solid #28b0df;
    transition: .5s all ease;
}

#job_templates_window {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #f3f3f3;
    z-index: 999999;
}

#back_btn_row {
    margin-bottom: 20px;
    background: white;
    padding: 20px;
}

#back_btn_row>div>button {
    background: transparent;
    color: #28b0df;
    border: 1px solid #bfbfbf;
    transition: .5s all ease;
}

#back_btn_row>div>button:hover {
    background: #28b0df;
    color: white;
    border: 1px solid #28b0df;
    transition: .5s all ease;
}

#templates_row {
    padding: 20px 50px;
}

#templates_row>div>h2 {
    color: #27b1df;
}

#templates_row>div>h4 {
    color: #444444;
}

#templates_content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.templates_box {
    margin-bottom: 30px
}

.templates_box>div {
    box-shadow: 5px 4px 18px rgba(111, 111, 111, 0.67);
    border: 1px solid #80808052;
    background: white;
    padding: 50px 20px 30px 20px;
    text-align: center;
}

.templates_box>div>p {
    margin-bottom: 50px;
    color: #313131;
    font-size: 18px;
    font-weight: 700
}

.templates_box>div>button {
    width: 100%;
    background: #27b1df;
    color: white;
    transition: .5s all ease;
}

.templates_box>div>button:focus {
    color: white;
}

.templates_box>div>button:hover {
    background: white;
    color: #27b1df;
    border: 1px solid #27b1df;
    transition: .5s all ease;
}


#agreement_row {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000ab;
}

#agreement_row>div {
    background: white;
    width: 50%;
    height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    text-align: center;
    color: #3c3c3c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#agreement_row>div>div>h3 {
    margin-bottom: 40px;
}

#agreement_row>div>div>p {
    margin-bottom: 40px;
    padding: 0 80px;
    line-height: 1.4
}

#agreement_row>div>div>button {
    width: 150px;
    margin-bottom: 5px;
}

#agreement_continue_btn {
    background: #27b1df;
    color: white;
    transition: .5s all ease;
}

#agreement_continue_btn:hover {
    border: 1px solid #27b1df;
    color: #27b1df;
    background: transparent;
    transition: .5s all ease;
}

#agreement_cancel_btn {
    background: transparent;
    transition: .5s all ease;
}

#agreement_cancel_btn:hover {
    border: 1px solid lightgrey;
    background: transparent;
    transition: .5s all ease;
}


/*mobiles*/
@media only screen and (max-width: 440px) {
    #templates_row {
        overflow-y: scroll;
        height: 100%;
        padding-bottom: 100px
    }

    #templates_row>div {
        padding: 0
    }

    #agreement_row>div {
        width: 100%;
        height: 100%;
        padding: 15px;
    }

    #agreement_row>div>div>p {
        padding: 0
    }
}


/*tablets*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1050px) {
    #agreement_row>div {
        width: 80%;
        height: 45%;
    }

    #agreement_row>div>div>p {
        padding: 0 45px;
    }
}

@media only screen and (max-width: 1280px){
    .site_header .container{
        padding-right: 75px;
    }
}
/* new edit */

#min-max-salary {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#min-max-salary input {
    width: 175px;
    height: 40px;
}

#min-salary {
    border-radius: 5px 0 0 5px;
}

#max-salary {
    border-radius: 0
}

#min-max-salary span {
    width: 75px;
    background: #80808014;
    padding: 9px;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#min-max-salary select {
    border-radius: 0 5px 5px 0;
    height: 40px;
    max-width: 175px;
}

#max-salary-warning {
    color: crimson;
    display: none;
}

#add_max_salary {
    display: inline-block;
}

.post-jobs-subheading {
    font-size: 16px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 20px;
}

.job_type_checkboxes .checkmark,
#other_benifits>div .checkmark {
    height: 22px;
    width: 22px;
    border-color: #ccc;
}

.job_type_checkboxes .checkmark:after,
#other_benifits>div .checkmark:after {
    left: 7.5px;
    top: 3.5px;
}


/*mobiles*/
@media only screen and (max-width: 440px) {
    #min-max-salary {
        flex-direction: column;
        align-items: flex-start
    }

    #min-max-salary span,
    #min-max-salary input,
    #min-max-salary select {
        max-width: 90%;
        width: 90%
    }

    #min-max-salary span {
        border-bottom: none;
        border-top: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

/* new edit */


/*End Job templates window - clinic-post-jobs.php*/



/*@start pricing section on - clinic-setting-profile.php*/

#membership {
    display: none
}

#pricing-header>div,
#third_sub_tab>div {
    border-left: 8px solid #29b0df;
    padding: 20px;
    box-shadow: 0 0 7px 1px #d0d0d0;
    border-radius: 7px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #313131;
    margin-top: 30px;
}

#pricing-header>div>i,
#third_sub_tab>div>i {
    font-size: 30px;
    margin-right: 20px;
    color: #29b0df;
}

#change_pricing_plan_popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#change_pricing_plan_popup>div {
    background: white;
    width: 85%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 50px;
}

#change_pricing_plan_popup p {
    line-height: 1.3;
}

#change_pricing_plan_popup #membership_section>div:nth-child(2) {
    border-left: 1px solid grey;
}


#sub_tabs a:hover,
#sub_tabs a:focus {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    cursor: pointer;
    border-bottom: 1px solid transparent !important
}

#sub_tabs li.active a {
    color: #27b1df !important;
    font-weight: bold;
}

#sub_tabs li a {
    color: grey
}

#sub_tabs {
    display: none
}
.title-underlined{
    border-bottom: 1px solid grey;
    height: 37px;font-size: 22px;
    color: #29b1df;
    font-weight: 100;
}
.form-hint-block{
    position: relative;
}
.form-hint-block > .info-tooltip{
    position: absolute;
    right: -20px;
    top: 30px;
}
#second_sub_tab,
#third_sub_tab {
    display: none
}


/*mobiles*/
@media only screen and (max-width: 440px) {
    div#pricing_container>.col-xs-12 {
        padding: 0;
    }

    #pricing-header>div {
        padding: 10px;
        margin-top: 20px;
    }

    #change_pricing_plan_popup>div {
        width: 100%;
        height: 100%;
        padding: 25px
    }

    #change_pricing_plan_popup #membership_section>div:nth-child(2) {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
        padding-right: 0
    }

    #sub_tabs li a {
        padding: 15px 8px;
    }

    #sub_tabs {
        margin-top: 25px;
    }
}

/* ipad */
@media only screen and (max-width: 991px) and (min-width: 768px) {
    #pricing-header>div {
        margin-top: 20px;
    }
}

/* ipad pro */
@media only screen and (min-device-width : 1023px) and (max-device-width : 1050px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 20px !important
    }
}



/*@end pricing section on - clinic-setting-profile.php*/

/*@start Questions popup - doctor-job-description_new.php*/

#questions_modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

#questions_modal>div {
    background: white;
    width: 60%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 50px;
}

#questions_modal>div>h1 {
    color: #27b1df;
    font-weight: 700;
    font-size: 40px;
}

#questions_modal>div>h3 {
    margin-bottom: 25px;
    margin-top: 25px;
    color: #505050
}

#questions_modal p {
    line-height: 1.8;
    color: #333
}

#questions_modal>div>p>span {
    background: #29b1df;
    color: white;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: bold;
}

#questions_modal>div button {
    background: #29b1df;
    color: white;
    font-weight: bold;
    padding: 9px 25px;
    border-radius: 50px;
    margin-right: 20px;
}

#questions_modal>div a {
    font-weight: bold;
    color: grey
}

#questions_modal>div textarea {
    margin-bottom: 30px;
}

/*mobiles*/
@media only screen and (max-width: 440px) {
    #questions_modal>div {
        width: 100%;
        padding: 20px 30px;
        height: 100%;
        overflow: scroll;
    }
}

/* ipad */
@media only screen and (max-width: 991px) and (min-width: 768px) {
    #questions_modal>div {
        width: 80%;
    }
}

/* ipad pro */
@media only screen and (min-device-width : 1023px) and (max-device-width : 1050px) {
    #questions_modal>div {
        width: 80%;
    }
}

/*@end Questions popup - doctor-job-description_new.php*/

/* @start doctor-personal-info.php */

/* switch */
#approbation_switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#approbation_switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#approbation_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#approbation_switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#approbation_switch input:checked+.slider {
    background-color: #27b1df;
}

#approbation_switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

#approbation_switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: white;
}

/* Rounded sliders */
#approbation_switch .slider.round {
    border-radius: 34px;
    border: none
}

#approbation_switch .slider.round:before {
    border-radius: 50%;
}


#approbation_switch {
    font-size: 16px;
    padding: 15px 0;
    display: none
}

#approbation_switch>.switch {
    line-height: 2;
    float: right
}

@media only screen and (max-width: 440px) {

    #approbation_switch>.switch {
        line-height: 1;
        float: none;
        display: block;
        margin-top: 15px
    }
}

/* @end doctor-personal-info.php */


/*Vue.js [hide none rendered content*/
[v-cloak] {
    display: none;
}

/*************end*************/
