/******************************************
    File Name: custom.css
/****************************************** */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500&display=swap');

* {
    box-sizing: border-box;
}

/** ADD YOUR AWESOME CODES HERE **/
::-webkit-input-placeholder { /* Chrome */
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #333;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #333;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #333;
    opacity: 1;
}

* {
    font-family: "Roboto Condensed", sans-serif
}

a{
    color:#000560; !important;
}

p {
    font-size: 16px;
    font-weight: 400;
}

.header_style_01 .navbar-brand {
    padding: 0;
}

.navbar-brand img {
    /*width: 220px;*/
    height: 60px;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #39b49a;
    z-index: 11000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-bottom {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 5;
    background: #fff;
    box-shadow: 0 20px 40px -40px #000;
    top: 0;
}

#home.first-section {
    position: relative;
    min-height: 650px;
    margin-top: 145px;
}

.header-bottom nav.main-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    float: left;
}

.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    font-size: 15px;
    padding: 3px 5px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
}

.header-bottom nav.main-menu ul.nav.navbar-nav > li:hover, .header-bottom nav.main-menu ul.nav.navbar-nav .cate_child > li:hover,
.header-bottom nav.main-menu ul.nav.navbar-nav > li a:focus, .header-bottom nav.main-menu ul.nav.navbar-nav > li a.active {
    background: #eb9d49;
    /*box-shadow: 5px 5px 0 0 #fff;*/
}

.header-bottom nav.main-menu ul.nav.navbar-nav > li a{
    background: transparent;
}

.header-top {
    display: none;
    float: left;
    width: 100%;
    padding: 0;
}

.header-top .navbar-brand {
    float: left;
    height: auto;
}

.right-header {
    float: right;
    margin: 0;
    /*margin:11px 0;*/
}

.header-info {
    float: left;
    width: 100%;
}

.info-inner {
    float: left;
}

.info-inner span.icontop {
    float: left;
    background: #157fda;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: normal;
    padding: 10px 12px;
    margin-right: 15px;
    color: #fff;
    font-size: 18px;
    transition: ease all 1s;
}

.iconcont {
    float: left;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 4px 0;
}

.info-inner {
    float: left;
    margin-left: 50px;
}

.info-inner span.icontop img {
    width: 100%;
}

.serch-bar {
    float: right;
    width: 250px;
}

/** search bar **/
#custom-search-input {
    padding: 0;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    margin: 10px 0;
}

#custom-search-input .form-control.input-lg {
    border-radius: 50px;
    overflow: hidden;
    border: yellow;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 25px 0 25px;
    color: #222;
    width: 200px;
    height: 40px;
}

#custom-search-input button {
    margin: 0;
    background: none;
    box-shadow: none;
    color: #222;
    padding: 0;
}

#custom-search-input button i {
    font-size: 18px;
    color: #333;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 15px 0 15px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

.big-tagline {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 7);
    padding: 0;
    margin: 0;
}

.appointment-form {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 425px;
    box-shadow: 0 0 50px -22px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.appointment-form h3 {
    float: left;
    margin: 0;
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
    width: 100%;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
}

#home.first-section {
    position: relative;
    min-height: 650px;
}

#home.first-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.text-contant {
    float: left;
    width: 80%;
    margin: 5px 10% 0;
    padding: 40px 0 40px;
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.text-contant h2 a, .text-contant h2 a:hover, .text-contant h2 a:focus {
    color: #222;
    opacity: 1;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.icon {
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid #39b49b 3px;
}

.icon img {
    width: 50px;
    margin-top: 2px;
}

.text-contant .center {
    float: left;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.info-inner span.icontop i.fa-clock-o {
    font-size: 25px;
}

.info-inner:hover span.icontop, .info-inner:focus span.icontop {
    border-radius: 100%;
    background: #39b49b;
}

.typewrite {
    font-size: 43px;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
    text-shadow: 4px 3px 0 rgba(0, 0, 0, 0.0);
    letter-spacing: -1px;
    font-weight: 400;
}

body.clinic_version .first-section h2 {
    color: #1f1f1f;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 0;
}

.padding-section {
    padding: 75px 0;
}

.service-time {
    width: 100%;
    min-height: 240px;
    margin-top: -8%;
    padding: 50px;
    color: #fff;
    /*position: relative;float: left;*/
}

.info-icon {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 75px;
    line-height: normal;
    margin-bottom: 20px;
}

.service-time h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: -5px 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

.service-time p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
}

.service-time ul {
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
}

.service-time ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    border-bottom: dashed 1px #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul.navbar-nav{
    display: flex;
}

ul.navbar-nav li{
    flex-shrink: 0;
    height: 45px;
    margin-top: 10px;
}

.service-time.middle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    z-index: 0;
    border-bottom: solid transparent 65px;
    border-right: solid #a0cff7 70px;
    left: -70px;

}

.service-time.middle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    z-index: 0;
    border-bottom: solid transparent 65px;
    border-left: solid #a0cff7 70px;
    right: -70px;
}

.service-time.one {
    position: relative;
    z-index: 1;
}

.heading {
    text-align: center;
    width: 100%;
    margin: 40px 0 50px;
}

.heading h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    color: #430e77;
    margin: 5px 0;
    padding: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.footer_hue h2 {
    font-family: 'Roboto', sans-serif;
    color: #f0f0f0;
}
.icon-logo img {
    width: 60px;
}
@media (max-width: 1000px) {
    .logo{
        text-align: left !important;
        padding-top: 10px !important;
    }
    ul.navbar-nav{
        display: block;
    }
}

@media (max-width: 299px) {
    .navbar-header{
        right: 35px;
    }
}

body.clinic_version .first-section {
    padding: 1em 0;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    color: #999;
    padding-bottom: 0;
    font-weight: 400;
}

body.clinic_version .section {
    width: 100%;
}

.message-box p {
    margin-bottom: 15px;
}

.service-widget h3 {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0 12px;
    margin: 0;
    background: #157fda;
    text-align: center;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f0f0f0;
}

.services {
    width: 100%;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    padding: 75px 0;
}

.services {
    width: 100%;
    padding: 75px 0;
    background-size: cover;
    background: url('../images/service-bg.png') no-repeat fixed;
    float: left;
}

.serv {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 25px 0px;
}

.heading h2.white {
    color: #fff;
}

.serv h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 0;
    float: left;
    width: 100%;
}

.serv p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 5px;
}

a.navbar-brand {
    padding: 5px 15px !important;
}

.icon-service {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.icon-service img {
    width: 60px;
}

.inner-services {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.appointment-form .form {
    float: left;
    width: 100%;
}

.appointment-form .form form {
    float: left;
    width: 100%;
    margin: 0;
}

.appointment-form .form form fieldset {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
}

.form-group input, .form-group select {
    width: 100%;
    border-radius: 4px;
    border: solid #ccc 1px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    box-shadow: none;
    color: #333;
}

.form-group textarea {
    float: left;
    width: 100%;
    border-radius: 0;
    border: solid #ccc 1px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 12px 0 0;
    box-shadow: none;
    color: #333;
    height: 90px;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    box-shadow: none;
}

.select-section div.form-group:nth-child(1) {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.select-section div.form-group:nth-child(2) {
    float: left;
    width: 49%;
}

.center {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
}

.form-group button {
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    border: none;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    transition: ease all 1s;
    font-weight: 600;
}

.form-group button:hover, .form-group button:focus {
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
}

body.clinic_version .dev-list .widget h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 15px 20px;
    position: relative;
    top: -25px;
}

body.clinic_version .dev-list .widget small {
    display: block;
    margin: -15px 0 -5px;
    font-size: 16px;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #0071d1;
}

#price.section {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

body.clinic_version .tab-pane p {
    margin-bottom: 0;
    padding-top: 0;
}

.pricing-table-header h3 {
    font-size: 15px;
}

.pricing-table strong {
    font-weight: 400;
}

.pricing-table.pricing-table-highlighted {
    margin-top: -15px;
    border: solid #fff 5px;
    transition: ease all 1s;
}

.pricing-table {
    margin: 50px -10px 0;
    background: #fff;
    box-shadow: 0 10px 25px -20px #000;
}

.footer {
    padding: 0 0 80px !important;
}

.contact-info {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 25px;
    position: relative;
    margin-bottom: 25px;
}

.inform {
    float: left;
    width: 100%;
    padding: 17px 0 0 70px;
    min-height: 135px;
    color: #fff;
    position: relative;
}

.inform span.icon-f {
    float: left;
    width: 70px;
    position: absolute;
    height: 60px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    left: 0;
}

.footer-info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.inform span.icon-f img {
    width: 30px;
}

.footer-info address {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.footer-info .phone-no {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.contact-info::before {
    content: "";
    display: block;
    width: 58px;
    height: 102px;
    position: absolute;
    background: #a0cff7;
    top: 27px;
    transform: rotate(-45deg);
    left: -45px;
    z-index: 0;
}

.contact-info::after {
    content: "";
    display: block;
    width: 58px;
    height: 102px;
    position: absolute;
    background: #a0cff7;
    top: 27px;
    transform: rotate(45deg);
    right: -45px;
    z-index: 0;
}

.contact-info .col-lg-12 {
    position: relative;
    z-index: 1;
}

body.clinic_version .footer {
    background-color: #15191c;
}

.footer .widget-title img {
    width: 245px;
}

.footer .widget-title small {
    padding: 0;
}

body.clinic_version .footer .widget-title h3 {
    color: #fff;
}

.contact-section {
    float: left;
    width: 100%;
    min-height: 450px;
    background: yellow;
}

.contact-section {
    position: relative;
}

.form-contant {
    float: left;
    position: absolute;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
    padding: 60px;
}

.form-contant input, .form-contant textarea {
    background: transparent;
    padding: 0;
    border: none;
    border-bottom: solid #fff 2px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}

.form-contant input:focus, .form-contant textarea:focus {
    color: #fff;
    border-color: #fff;
}

.actions {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#submitButton {
    padding: 15px 30px;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    transition: ease all 1s;
}

#submitButton:hover, #submitButton:focus {
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
}

.footer-area {
    background: #fff;
    padding: 30px 0px;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
    border-top: solid 2px #00B4BC;
}

.logo{
    text-align: right;
    padding-top: 5px;
}

.logo img {
    height: 70px;
    padding-left: 3px;
    padding-bottom: 2px;
}

.footer-area p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.footer-info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.footer-info h3, .subcriber-info h3 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    border-left: solid #157fda 5px;
    padding: 0 0 0 15px;
    margin-bottom: 24px;
}

.testimonial small, .testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 15px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 400;
}

.copyright-area {
    color: #fff;
    width: 100%;
    text-shadow: 1px 1px #272d42;
    margin-top: 50px;
}

.footer_hue {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 10px 30px 20px 50px;
    text-align: center;
}

.footer_hue a{
    color: #FFFFFF !important;
    line-height: 30px;
    font-size: 17px;
    padding-left: 0;
}

.footer-text p {
    margin: 0;
}

.footer-text p {
    margin: 0;
    color: #fff;
}

.box_map {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.tieude {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 28px 0 20px 0;
    text-align: center;
}

.tieude h2{
    font-size: 30px;
    color: #f9f7f3;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    margin-bottom: 20px;
    text-shadow: 1px 2px #211a1a;
}
.taitro{
    background: linear-gradient(
        to right,
        #2c77a0,
        #191050,
        #975c84
    );
    padding-top: 25px;
}
.taitro-group{
    margin: 0 auto;
}
.taitro-group .group-content {
    text-align: center;
    padding-bottom: 25px;
}

.taitro-group .group-content img {
    height: 70px;
    margin: 10px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 5px 10px;
}

.taitro-group .taitro_5 img {
    height: 50px;
    margin: 10px;
}
.taitro-group .taitro_1 img {
    height: 85px;
    margin: 10px;
    padding-right: 16px;
}

.taitro-group .taitro_2 img {
    height: 75px;
    margin: 10px;
}
.taitro-group .taitro_3 img {
    height: 65px;
    margin: 10px;
}
.taitro-group .taitro_4 img {
    height: 55px;
    margin: 10px;
}

.taitro-group .group-header span {
    padding: 10px 20px 8px 0;
    background: linear-gradient(to bottom, #fff2a3, #c0923b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    margin: 0;
    border-radius: 23px 23px 0 0;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

}

.taitro-group .group-header {
    margin: 15px 0;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}

.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}

.footer-info i {
    position: absolute;
    left: 0;
    font-size: 25px;
    width: 30px;
    text-align: center;
    color: #157fda;
}

.preloader {
    width: 350px;
}

.footer-info p {
    padding-left: 40px;
    margin-bottom: 15px;
}

.social-links {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
}

.social-links {
    float: left;
}

.social-links li {
    float: right;
    margin: 0;
}

.footer-info p {
    padding-left: 40px;
}

.newsletter-form input {
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 20px;
    background: #eee;
    float: left;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}

.newsletter-form .mc-submit:hover, .newsletter-form .mc-submit:focus {
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
}

#testimonials {
    background-image: url('../images/bg-testimonial.png');
    background-position: bottom;
    background-attachment: fixed;
}

#about {
    margin-top: 82px;
    min-height: 650px;
}

.tabs-information {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tabs-information .nav.nav-tabs {
    list-style: none;
    float: left;
    width: 100%;
    border: none;
}

.tabs-information .nav.nav-tabs li {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    text-align: center;
    border: none;
    border-radius: 0;
}

.tabs-information .nav.nav-tabs li a, .tabs-information .nav.nav-tabs li a:hover, .tabs-information .nav.nav-tabs li a:focus {
    border: solid #ddd 1px;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.tabs-information .nav.nav-tabs li:hover a, .tabs-information .nav.nav-tabs li:focus a, .tabs-information .nav.nav-tabs li.active a {
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    border-color: transparent;
    color: #fff;
}

.tab-content {
    width: 98%;
    margin-top: 20px;
}

.tab-content ul {
    list-style: none;
    width: 100%;
}

.tab-content ul li {
    width: 100%;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-left: 30px;
    line-height: 50px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-weight: bold;
}

.tab-content ul li i {
    font-size: 18px;
    color: #39b49b;
}

.banner-inner {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 75px 0 0;
    background-image: url(../images/inner-side-banner.png);
    min-height: 240px;
    text-align: center;
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    border-bottom: solid #157fda 2px;
}

.banner-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
}

.banner-inner div.row {
    position: relative;
    z-index: 1;
}

.banner-inner h4 {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative;
}

.banner-inner h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #39b49b;
    margin: 8px auto 5px;
}

.breadcrum {
    float: left;
    width: 100%;
}

.breadcrum ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrum ul li {
    font-size: 16px;
    color: #222;
    margin-top: 5px;
}

.breadcrum ul li a {
    color: #39b49b;
}

.box {
    float: left;
    background: #fff;
    padding: 25px 40px;
    margin-top: 118px;
    box-shadow: 0 0 40px -20px rgba(0, 0, 0, .4);
    margin-bottom: -62px;
    border: solid #157fda 2px;
}

.about2 {
    float: left;
    width: 100%;
}

.girl-with-lap {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    margin-bottom: 75px;
    margin-top: -20px;
    color: #fff;
}

.aboutus-cont {
    text-align: center;
}

.aboutus-cont {
    margin-top: 0;
    float: left;
    background: #f8f8f8;
    margin-right: -15px;
    display: flex;
    min-width: 100%;
    min-height: 503px;
    padding: 160px 50px;
    color: #333;
}

.aboutus-cont p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.iconcont a {
    font-family: 'Arvo', serif;
}

.services-paert {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff;
    position: relative;
}

.services-paert .icon-ser {
    position: absolute;
}

.cont-ser {
    padding-left: 85px;
}

.services-paert img {
    width: 65px;
}

.services-paert .icon-ser {
    float: left;
    margin-right: 25px;
}

#price {
    color: #666;
}

nav.main-menu .navbar-toggle {
    position: relative;
    float: right;
    padding: 2px 10px 0;
    margin-bottom: 0;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    border: none;
    font-size: 22px;
    line-height: normal;
    color: #fff;
    border-radius: 5px;
}

.navbar-header {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    width: auto;
    height: auto;
}

.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Tahoma', sans-serif;
    text-align: center;
    line-height: 15px;
    align-items: center;
    display: flex;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 0;
    margin: 12px 5px 5px;
}

.header-bottom nav.main-menu ul.nav.navbar-nav > li a br {
    display: contents;
}
.cate_child > li a{
    text-align: left !important;
    height: 45px !important;
    border-right: 0 !important;
}

/** mobile **/
@media (min-width:1000px) {
    .navbar-collapse.collapse{
        display: block !important;
    }
}
@media (max-width: 1000px) {
    .header-bottom nav.main-menu ul.nav.navbar-nav > li a{
        text-align: left;
        height: auto;
        line-height: 20px;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav > li a br{
        display: contents;
    }

    .navbar-collapse.collapse{
        display: none;
    }
    .navbar-toggle {
        display: block !important;
    }
    nav.main-menu .navbar-toggle{
        right: 5px;
        top: 10px;
        margin-top: 0;
        margin-right: 0;
    }
    .container_news{
        display: flex;
    }
    .container_news, .navbar-header{
        width: 100% !important;
    }
    .header-bottom nav.main-menu #navbar{
        margin-top: 100px !important;
        margin-left: -30% !important;
    }
    .logo{
        display: flex;
    }
    .navbar-nav > li{
        float: none !important;
    }

    .taitro-group .group-header{
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none;
    }
}
@media (max-width: 767px) {
    .logo img{
        height: 55px;
    }
    .footer_hue{
        padding: 20px 15px 20px 15px;
    }
    nav.main-menu .navbar-toggle{
        right: -25px;
        top: -10px;
    }
    .taitro-group .taitro_1 img{
        height: 80px !important;
    }
    .taitro-group .taitro_2 img{
        height: 70px !important;
    }
    .taitro-group .taitro_3 img{
        height: 60px !important;
    }
    .taitro-group .taitro_4 img{
        height: 55px !important;
    }
    .taitro-group .group-content img{
        height: 58px;
    }
    #clockdiv > div{
        border-radius:20px;
    }
    header {
        float: left;
        width: 100%;
        position: fixed;
        background: #fff;
        box-shadow: 0 20px 40px -40px #000;
        top: 0;
        z-index: 999;
    }

    #home.first-section {
        margin-top: 0;
    }

    .navbar-brand img {
        width: 165px;
        position: relative;
        right: 10px;
    }

    .right-header {
        display: none;
    }

    .navbar-header {
        float: right;
        position: absolute;
        top: 25px;
        right: 38px;
        background: transparent;
        width: 40px;
        height: 40px;
    }

    .navbar-brand {
        padding: 5px 15px;
    }

    .header-bottom nav.main-menu {
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        float: left;
        width: 100%;
    }

    .header-bottom nav.main-menu #navbar {
        margin: 0;
    }

    .header-bottom nav.main-menu #navbar .nav.navbar-nav {
        margin-top: 0;
    }

    .navbar-collapse .cate_child {
        /*display: block;*/
        z-index: 9999;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav > li a {
        font-size: 15px;
        padding: 12px 0;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 700;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav > li a:hover,
    .header-bottom nav.main-menu ul.nav.navbar-nav > li a:focus,
    .header-bottom nav.main-menu ul.nav.navbar-nav > li a.active {
        background: transparent;
        box-shadow: none;
    }

    .service-time {
        float: left;
        width: 100%;
        min-height: auto;
        margin-top: 25px;
        padding: 35px 20px;
        color: #fff;
        position: relative;
    }

    #home.first-section {
        position: relative;
        min-height: auto;
    }

    .service-time.middle::before {
        display: none;
    }

    .service-time.middle::after {
        display: none;
    }

    .typewrite {
        font-size: 28px;
    }

    .appointment-form {
        padding: 15px;
    }

    .heading h2 {
        font-size: 28px;
        margin: 10px 0;
    }

    .pricing-table-features {
        padding: 0 10px 15px 30px;
    }

    .pricing-table-header h2 {
        font-size: 23px;
        font-weight: 400;
    }

    body.clinic_version .desc {
        position: relative;
        background: #fff;
        border: 1px solid #ededed;
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .form-contant {
        float: left;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 1;
        padding: 20px 40px;
    }

    .contact-section {
        float: left;
        width: 100%;
        min-height: 540px;
        /* background: yellow; */
    }

    .contact-section #googleMap {
        height: 450px !important;
    }

    .footer-info h3, .subcriber-info h3 {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    #home.first-section {
        margin-top: 135px !important;
    }

    .text-contant {
        width: 90%;
        margin: 0 5% 0;
        padding: 0;
    }

    .typewrite {
        font-size: 24px;
        font-weight: 500;
        margin-top: 0;
    }

    .service-time {
        padding: 25px 20px 35px;
    }

    .footer-info h3, .subcriber-info h3 {
        float: left;
        width: 100%;
    }

    .footer-info p {
        float: left;
        width: 100%;
    }

    .serch-bar {
        float: right;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px)
{
    nav.main-menu .navbar-header {
        float: left;
        position: relative;
        top: 8px;
        right: 0;
        background: transparent;
        width: auto;
        height: auto;
    }

    .right-header {
        float: right;
        margin: 11px 0;
        display: none;
    }

    nav.main-menu .navbar-toggle {
        border: solid #fff 2px;
    }

    .header-top div.container {
        display: flex;
        justify-content: center;
    }

    #navbar.navbar-collapse {
        float: left;
        width: 100%;
        padding: 0;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav > li a {
        font-size: 16px;
        padding: 15px 15px;
        text-transform: none;
        letter-spacing: 0;
        margin-right: 5px;
    }

    .typewrite {
        font-size: 45px;
    }

    .service-time.middle::before, .service-time.middle::after {
        display: none;
    }

    .service-time {
        margin-top: 0;
    }

    .service-time.one {
        margin-top: -340px;
    }

    .serv p {
        display: none;
    }

    .inner-services {
        margin: 0 0;
    }

    .form-contant {
        float: left;
        position: absolute;
        width: 40%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 1;
        padding: 15px 30px;
    }

    #googleMap {
        height: 540px !important;
    }

    .footer-info h3, .subcriber-info h3 {
        float: left;
        width: 100%;
    }

    .footer-info p {
        float: left;
        width: 100%;
    }

}

@media (min-width: 992px) and (max-width: 1000px)
{
    nav.main-menu .navbar-header {
        float: left;
        position: relative;
        top: 8px;
        right: 0;
        background: transparent;
        width: auto;
        height: auto;
    }

    .right-header {
        float: right;
        margin: 11px 0;
        display: none;
    }

    nav.main-menu .navbar-toggle {
        border: solid #fff 2px;
    }

    .header-top div.container {
        display: flex;
        justify-content: center;
    }

    #navbar.navbar-collapse {
        float: left;
        width: 100%;
        padding: 0;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav > li a {
        color: #fff;
        font-size: 16px;
        padding: 15px 15px;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
        margin-right: 5px;
    }

    .typewrite {
        font-size: 45px;
    }

    .service-time.middle::before, .service-time.middle::after {
        display: none;
    }

    .serv p {
        display: none;
    }

    .inner-services {
        margin: 0 0;
    }

    .form-contant {
        float: left;
        position: absolute;
        width: 40%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 1;
        padding: 15px 30px;
    }

    .footer-info h3, .subcriber-info h3 {
        float: left;
        width: 100%;
    }

    .footer-info p {
        float: left;
        width: 100%;
    }

    .service-time {
        padding: 50px 25px;
    }

    .pricing-table-header h2 {
        font-size: 25px;
    }

    .pricing-table-features {
        padding: 0 10px 15px 0;
    }
}

@media (min-width: 1001px) and (max-width: 1199px) {
    .info-inner {
        float: left;
        margin-left: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1240px)
{
    .info-inner {
        float: left;
        margin-left: 30px;
    }
}

.cate_pr {
    position: relative;
}

.cate_child {
    display: none;
}

.cate_pr:hover .cate_child {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
    position: absolute;
    width: 250px;
    list-style: none;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .15);
}

.cate_child li a {
    color: #000 !important;
    padding: 10px !important;
    line-height: 22px;
    text-transform: full-size-kana !important;
    font-size: 13px !important;
    width: 95% !important;
    display: block;
    margin-right: 20px !important;
}

li.cate_pr_2 {
    position: relative;
}

.cate_child_2 {
    display: none;
    list-style: none;

}

.cate_pr_2:hover .cate_child_2 {
    display: block;
    position: absolute;
    /* left: 100px; */
    top: 0;
    left: 100%;
    width: 500px;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .15);
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.cate_child_2 {
    position: absolute;
    /* left: 100px; */
    top: 0;
    list-style: none;
}

.nav-header__right-item:last-child {
    border-right: none;
    padding-right: 0;
}

.nav-header__right-item {
    border-right: 1px solid #ededed;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1200px) {
    .container_news {
        display: flex;
        justify-content: space-around;
        margin-left: 60px;
        margin-right: 60px;
    }
}

.site .splide--grid .splide__slide.is-active .splide__slide--col:after,
.site .splide__slide--has-container .splide__slide__container:after,
.site .splide__slide.is-active:after {
    background:#b4e900;
    background:linear-gradient(0deg,#87de1d,#b4e900)
}
.site .splide--rtl .splide__arrow--prev {
    left:auto;
    right:-2.5rem;
    transform:scaleX(1) translateY(-50%)
}
@media screen and (max-width:640px) {
    .site .splide--rtl .splide__arrow--prev {
        right:-1.7rem
    }
}
.site .splide--rtl .splide__arrow--next {
    left:-2.5rem;
    right:auto;
    transform:scaleX(-1) translateY(-50%)
}
@media screen and (max-width:640px) {
    .site .splide--rtl .splide__arrow--next {
        left:-1.7rem
    }
}
.site .splide .splide__arrows--ttb .splide__arrow {
    left:50%;
    transform:translate(-50%)
}
.site .splide .splide__arrows--ttb .splide__arrow--prev {
    top:-2.5rem
}
@media screen and (max-width:640px) {
    .site .splide .splide__arrows--ttb .splide__arrow--prev {
        top:-1.7rem
    }
}
.site .splide .splide__arrows--ttb .splide__arrow--prev svg {
    transform:rotate(-90deg)
}
.site .splide .splide__arrows--ttb .splide__arrow--next {
    bottom:-2.5rem;
    top:auto
}
@media screen and (max-width:640px) {
    .site .splide .splide__arrows--ttb .splide__arrow--next {
        bottom:-1.7rem
    }
}
.site .splide .splide__arrows--ttb .splide__arrow--next svg {
    transform:rotate(90deg)
}
.site .splide--nav .splide__slide {
    cursor:pointer;
    opacity:.6
}
.site .splide--nav .splide__slide.is-active {
    opacity:1
}
.site .splide--grid .splide__slide {
    background:#0000
}
.site .splide--grid .splide__slide--col {
    background:#4b5659
}
.site .splide--grid .splide__slide:after {
    visibility:hidden
}
.site .splide--grid .splide__slide.is-active .splide__slide--col:after {
    opacity:1;
    visibility:visible
}
.site .splide--focusable .splide__arrow:focus,
.site .splide--focusable .splide__pagination__page:focus {
    outline:2px solid #2abac4!important
}
.site .splide--focusable .splide__slide {
    border:2px solid #192123
}
.site .splide--focusable .splide__slide:focus {
    border:2px solid #2abac4;
    outline:0
}
.site .splide--reduced .splide__slide:after {
    transition:none
}
.site .splide--autoplay-toggle .splide__pause,
.site .splide--autoplay-toggle .splide__play {
    display:none;
    width:5rem
}
.site .splide--autoplay-toggle .splide__pause:first-child,
.site .splide--autoplay-toggle .splide__play:first-child {
    margin-right:0
}
.site .splide--autoplay-toggle .splide__pause.is-active,
.site .splide--autoplay-toggle .splide__play.is-active {
    display:inline-block
}
.site .splide.is-inactive .splide__list {
    justify-content:center
}
.site .splide.is-inactive .splide__slide:last-child {
    margin:0!important
}
.site .splide__slide {
    background:#4b5659;
    overflow:hidden;
    position:relative;
    z-index:0
}
.site .splide__slide:after {
    content:"";
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    transition:opacity .1s ease-out;
    width:100%;
    z-index:1
}
.site .splide__slide.is-active:after {
    opacity:1
}
.site .splide__slide--image {
    background:#0000
}
.site .splide__slide--image:after {
    display:none
}
.site .splide__slide--image img {
    height:auto;
    width:100%
}
.site .splide__slide--nested {
    align-items:center;
    background:#0000;
    border:2px solid #363e40;
    display:flex;
    justify-content:center
}
.site .splide__slide--nested:after {
    display:none
}
.site .splide__slide--nested>.splide-wrapper {
    width:80%
}
.site .splide__slide--has-video:after {
    display:none
}
.site .splide__slide--has-container {
    background:#0000
}
.site .splide__slide--has-container:after {
    display:none
}
.site .splide__slide--has-container .splide__slide__container {
    background:#4b5659;
    overflow:hidden;
    position:relative
}
.site .splide__slide--has-container .splide__slide__container:after {
    content:"";
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    transition:opacity .1s ease-out,box-shadow .2s ease;
    width:100%
}
.site .splide__slide--has-container.is-active .splide__slide__container:after {
    opacity:1
}
.site .splide__number {
    bottom:-.8rem;
    color:#192123;
    font-family:Splide Heading,sans-serif;
    font-size:4.5rem;
    left:1.1rem;
    line-height:1;
    position:absolute;
    transform:translateZ(1px);
    -webkit-user-select:none;
    user-select:none;
    z-index:2
}
@media screen and (max-width:900px) {
    .site .splide__number {
        bottom:-.6rem;
        font-size:4rem
    }
}
@media screen and (max-width:640px) {
    .site .splide__number {
        bottom:-.3rem;
        font-size:2.2rem;
        left:.5rem
    }
}
.site .splide__pagination {
    bottom:-2rem;
    left:50%;
    position:absolute;
    transform:translateX(-50%);
    width:100%
}
.site .splide__pagination__page {
    background:#95a5a6;
    border:0;
    border-radius:50%;
    display:inline-block;
    height:10px;
    margin:0 .1rem;
    padding:0;
    position:relative;
    transition:background-color .2s ease,color .2s ease;
    width:10px
}
.site .splide__pagination__page:not(.is-active):hover {
    background:#c4d5d7
}
.site .splide__pagination__page:focus:not(:focus-visible) {
    outline:0
}
.site .splide__pagination__page:focus-visible {
    outline:3px solid #b4e900;
    outline-offset:3px;
    z-index:1
}
.site .splide__pagination__page.is-active {
    background:#b4e900
}
.site .splide__pagination--ttb {
    bottom:0;
    display:flex;
    flex-direction:column;
    left:auto;
    padding:0;
    right:-1.5rem;
    top:0;
    transform:none;
    width:auto
}
.site .splide__pagination--custom {
    bottom:-3rem
}
.site .splide__pagination--custom .splide__pagination__page {
    align-items:center;
    background:#363e40;
    border-radius:4px;
    color:#c4d5d7;
    display:inline-flex;
    font-family:Splide Heading,sans-serif;
    font-size:1.1rem;
    height:2.2rem;
    justify-content:center;
    line-height:1;
    margin-left:.5rem;
    width:2.2rem
}
.site .splide__pagination--custom .splide__pagination__page:not(.is-active):hover {
    color:#192123
}
.site .splide__pagination--custom .splide__pagination__page.is-active {
    background:#b4e900;
    color:#192123
}
.site .splide__progress {
    background:#293133;
    margin-top:1rem
}
.site .splide__progress__bar {
    background:#b4e900;
    height:2px;
    transform:translateZ(0);
    will-change:width
}
.site .splide__progress__slide {
    background:#b4e900;
    height:2px;
    transition:width .4s ease;
    width:0
}
.site .splide__add-remove,
.site .splide__autoplay {
    margin-top:1rem;
    text-align:center
}
.site .splide__add-remove button:first-child,
.site .splide__autoplay button:first-child {
    margin-right:1rem
}
.site .splide__controls {
    align-items:center;
    display:flex;
    justify-content:center;
    margin-top:1rem
}
.site .splide__controls .splide__pagination {
    bottom:auto;
    left:auto;
    position:relative;
    transform:none;
    width:auto
}
.site .splide__toggle {
    align-items:center;
    background:#737e80;
    border-radius:50%;
    display:inline-flex;
    height:1.8rem;
    justify-content:center;
    margin-right:.5rem;
    transition:background-color .2s ease;
    width:1.8rem
}
.site .splide__toggle__play {
    margin-left:2px
}
.site .splide__toggle svg {
    fill:#e5eeee;
    height:46%;
    transition:fill .2s ease;
    width:46%
}
.site .splide__toggle:hover {
    background:#b4e900
}
.site .splide__toggle:hover svg {
    fill:#0c1012
}
.site .splide__video__play {
    background:#737e80;
    border-radius:50%;
    box-shadow:0 0 10px 4px #0c1012;
    opacity:1;
    transition:background-color .2s ease
}
.site .splide__video__play:after {
    border-left-color:#e5eeee;
    border-width:7px 0 7px 14px;
    margin-left:2px;
    transition:border-left-color .2s ease
}
.site .splide__video:hover .splide__video__play {
    background:#b4e900
}
.site .splide__video:hover .splide__video__play:after {
    border-left-color:#192123
}
.site .splide__spinner {
    border:2px solid #b4e900;
    border-left-color:#0000
}
.home .splide__arrow,
.site .splide__arrow {
    background:#0000;
    border:0;
    color:#e5eeee;
    cursor:pointer;
    position:absolute;
    top:50%
}
.home .splide__arrow:focus,
.site .splide__arrow:focus {
    outline:0
}
.home .splide__arrow:focus-visible,
.site .splide__arrow:focus-visible {
    outline:3px solid #b4e900;
    outline-offset:3px;
    z-index:1
}
.home .splide__arrow svg,
.site .splide__arrow svg {
    fill:none;
    stroke:currentColor;
    stroke-linecap:square;
    stroke-width:8px;
    height:2.2rem;
    vertical-align:middle;
    width:2.2rem;
    color: #fff;
}
@media screen and (max-width:640px) {
    .home .splide__arrow svg,
    .site .splide__arrow svg {
        height:1.5rem;
        width:1.5rem
    }
}
.home .splide__arrow:disabled,
.site .splide__arrow:disabled {
    opacity:.3
}
.home .splide__arrow--prev,
.site .splide__arrow--prev {
    left:-2.5rem;
}
@media screen and (max-width:640px) {
    .home .splide__arrow--prev,
    .site .splide__arrow--prev {
        left:-1.7rem
    }
}
.home .splide__arrow--next,
.site .splide__arrow--next {
    right:-2.5rem;
    transform:translateY(-50%)
}
@media screen and (max-width:640px) {
    .home .splide__arrow--next,
    .site .splide__arrow--next {
        right:-1.7rem
    }
}
.site .splide.is-focus-in .splide__slide:focus {
    outline:3px solid #b4e900;
    outline-offset:-3px
}
.home .splide__arrow:focus-visible {
    outline:3px solid #0c1012
}
#overflow-fixed-size-center:not(.is-overflow) .splide__list {
    justify-content:center
}
#overflow-fixed-size-center:not(.is-overflow) .splide__slide:last-child {
    margin:0!important
}
.rl__body {
    display:flex;
    overflow:auto
}
.rl__body--wrap {
    white-space:pre-wrap
}
.rl__button {
    border:0;
    font-family:inherit
}
.rl__button:hover {
    cursor:pointer
}
.rl__button__label--active {
    display:none
}
.rl__button.is-active .rl__button__label--active {
    display:inline
}
.rl__button.is-active .rl__button__label--inactive {
    display:none
}
.splide__slide__container, .splide__slide__content{
    margin-right: 25px;
    margin-left: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    background: #fff;
}
.splide__slide__content{
    margin-top: 10px;
    padding: 8px;
    border-radius: 5px;
}
.row-list{
    margin-top: 40px;
}
.box_map1, .box_info{
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border-radius: 10px;
    color: rgb(39, 49, 102);
    line-height: 53px;
    font-size: 16px;
    padding: 25px 20px;
    min-height: 300px;
    margin-bottom: 35px;
}
.box_info h2{
    color: #e39a4d;
    font-weight: bold;
    padding-left: 17px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.box_info div a{
    color: rgb(39, 49, 102);
    font-size: 16px;
    padding-left: 10px;
}
.box_info div{
    padding-left: 20px;
}

.f-list-column-2 .f-list-text a {
    font-size:.8rem
}

.session-container table{
    font-size: 15px;
    width: 100%;
}
.session-heading {
    text-align: center;
    margin-top: 5.5rem;
    color: #1D669B;
    font-weight: bold;
    line-height: 1.3;
    font-size: 3rem;
    margin-bottom: 4rem;
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
    border: 0 solid #eaeaea;
    margin-top: 50px;
}

body .session-container th {
    background: #015289;
    color: #fff;
    font-weight: bold;
    vertical-align: middle !important;
}

.session-container td {
    border-bottom: 1px solid #f7ae3f;
}

.session-container tr:last-child td {
    /*border-bottom: 0 none !important;*/
}

.session-container .session-details {
    vertical-align: top !important;
    position: relative;
    border-right: 1px solid #dadada;
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #dadada;
}

.session-container .session-details:last-child {
    border-right: 0 none;
}

.session-container td.session-details[colspan="2"] {
    text-align: center;
}

td.session-time,
th.session-time {
    padding: 1rem;
    text-align: center;
}

td.session-time {
    border-right: 1px solid #f7ae3f;
    width: 120px;
    vertical-align: middle !important;
}

.session-time .session-time-start,
.session-time .session-time-end {
    display: inline-block;
    opacity: 1;
}

.session-time .session-time-start:after {
    display: inline-block;
    content: " - ";
    padding-left: 5px;
}

.session-time .session-time-zone {
    font-size: 0.9rem;
    color: #999;
}

.session-time .session-time-date {
    display: none;
}

.session-time .session-time-date.is-different {
    color: #fff;
    display: inline-block;
    background: #aaa;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.25rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.session-container ul li {
    margin: .5em 0 .5em 20px !important;
    list-style: square;
}

.session-sub {
    padding-left: 0;
    list-style: square;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.session-sub-title {
    font-weight: 600;
}

.session-sub .session-people {
    padding-top: 0;
    margin-top: 0;
}

.session-title.session-sub-title {
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.75;
    display: inline;
}

.session-venue {
    background: url('https://img.icons8.com/android/16/000000/marker.png') no-repeat right center;
    position: absolute;
    bottom: 1rem;
    border-radius: 1rem;
    padding: 0.25rem 1rem;
    background: rgba(254, 229, 0, 0.85);
    background: #666;
    color: #fff;
}

.session-venue a {
    font-size: 0.8rem;
}

.session-venue a {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 1rem;
}

.session-venue a:before {
    display: block;
    content: "";
    height: 1.1rem;
    width: 1.1rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 6px;
    line-height: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
    background-size: 1rem;
    font-size: 0.8rem;
    opacity: 0.75;
}

span.live {
    color: #cc0000 !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    background-color: #cc0000;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
}

.session-status-3>.session-title:before,
.session-status-2>.session-title:before {
    position: relative;
    content: "LIVE";
    color: #cc0000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
    display: none
}

.no-user .session-status-3>.session-title:before {
    display: none
}

.session-status-2 .session-venue,
.session-status-2>.session-title:before {
    display: none;
}

.session-mine.session-status-2>.session-title:before,
.session-mine.session-status-2.session-full:before {
    content: "PRESENTER TO JOIN SESSION";
    color: #FFA500;
    display: block;
    margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
    display: inline-block;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media(max-width: 992px) {
    .over_view {
        display: none;
    }
    .tab-content ul{
        margin-left: 0;
        padding-left: 0;
    }
    .session-container th select {
        font-size: 1rem;
    }
    tr.session-row {
        border: 1px solid #b3aeae;
        margin-top: 0;
    }
    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }
    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }
    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }
    .session-time-zone::before {
        content: "(";
    }
    .session-time-zone::after {
        content: ")";
    }
    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    tr.session-row td {
        border: 0 none;
    }
    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .session-time .session-time-date.is-different {
        margin-left: 0;
    }
    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: #333;
        color: #fff;
    }
    .session-container th:last-child {
        display: block;
        text-align: left;
        padding-left: 10px;
    }
}

a.btn{
    color:#FFFFFF !important;
}

tr.session-row-level-0{
    background: #C0E8EA;
}

tr.session-row-level-1{
    background: #EBDFEB;
}

tr.session-row-level-2{
    background: #FFF4E0;
}

tr.session-row-level-3{
    background: #C7D798;
}
@media (max-width: 1000px) {
    .container_news {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .container_news {
        display: flex;
        justify-content: space-around;
    }
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.w-1140 {
    max-width: 1170px;
    margin: 0 auto;
}
.nav-header__left {
    margin: 0.5rem 0;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.fs-14 {
    font-size: 0.875rem;
}
#navbar{
    margin-top: 3px;
}
.container_news{
    display: flex;
}
.form-check-label{
    font-weight: normal;
}
#back-top {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #246cb6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    user-select: none;
}
.text-white {
    color: #fff;
}
