body,html{
	background-image: url(images/bg.png);
	background-color: #fff;
	background-position: top left;
    background-repeat: repeat;
    background-attachment: scroll;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: url(images/bg.png);
    background-position: 0 0;
    background-repeat: repeat;
    text-align: left;
}


.cl, .clear {
    clear: both;
}

.login-block {
    width: 1000px;
    margin: auto;
    height: 1px;
}
@media only screen and (min-width: 1440px){ 
	.login-block {
    width: 1220px;
} 
}


.login-block .login-link {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #209fbc;
    font-weight: 700; 
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
        font-family: 'Arial';
    font-size: 13px;
    /*font-weight: 600;*/
}

.login-block .login-link:hover {
    background: #23b1d1;
}
.doctors-dashboard.login-link, .doctors-login.login-link {
    background: #20bc9f !important;
}

@media only screen and (min-width: 1440px){
	#page {
    width: 1220px !important;
}
}

#page {
    position: relative;
    overflow: hidden;
    margin: 32px auto 0;
    padding-bottom: 30px;
    width: 1000px;
    height: auto;
}

#page .container {
    padding: 0;
}

.container {
    position: relative;
    width: 100%;
}
#header {
    margin: 0 auto;
    padding: 0 33px 30px 30px;
    background: #ffffff;
}

#header > .header_inner {
    height: 182px;
}

.header_inner {
    position: relative;
    width: 100%;
}
.custom_header {
    position: absolute;
    right: 0;
    width: 50%;
    left: auto;
    top: 0;
} 


#header .header_html {
    position: absolute;
    z-index: 330;
    top: 20px;
    right: 0px;
}
#header .header_html > span {
    display: inline-block;
    margin-left: 15px;
}

.contact_widget_email{
	position: relative;
}


span.contact_widget_email:before {
        content: '\f09d';
    font-family: 'FontAwesome';
    color: #2CBFD9;
    position: absolute;
    right: -10px;
    top: 2px;
}

#header .header_html span a {
    padding-left: 8px;
    color: #5B5B5B;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    font-family: Arial;
    font-size: 13px;
}

span.contact_widget_phone {
    font-size: 13px;
    position: relative;
    font-family: 'Roboto';
}

span.contact_widget_phone:before {
    content: '\f3cd';
    font-family: 'FontAwesome';
    color: #2CBFD9;
}


#language-selector {
    float: right !important;
    margin-left: 15px;
}

#header .wrap_social_icons {
    top: 62px;
    right: -2px;
}

.wrap_social_icons {
    position: absolute;
    /*right: 0;*/
    /*top: 62px;*/
    display: block;
    min-width: 100%;
    z-index: 300;
}

.wrap_social_icons ul {
    overflow: hidden;
    padding: 0 0 5px;
    width: 100%;
    text-align: right;
}

.wrap_social_icons ul li, #footer .social_icons li {
    border: 1px solid #dddddd;
    list-style: none outside none;
    display: inline-block;
    margin: 0 0 0 -5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.wrap_social_icons ul li a {
    display: block;
}

.wrap_social_icons ul li a, #footer .social_icons li a {
    padding: 7px;
        line-height: 10px;
}

.wrap_social_icons ul li a img, #footer .social_icons li a img {
    width: 16px;
    height: 16px;
}

#header .social_icons li:nth-child(1):hover{
	    border-color: #2CA6D9;
}

#header .social_icons li:nth-child(2):hover{
	border-color: #2CBFD9;
}

#header .social_icons li:nth-child(3):hover{
	border-color: #FB7200;
}

#header .social_icons li:nth-child(4):hover{
	    border-color: #1B90DA;
}

.wrap_social_icons ul li:hover{
	z-index: 2;
    -webkit-transition: all 0.02s;
    -moz-transition: all 0.02s;
    -ms-transition: all 0.02s;
    -o-transition: all 0.02s;
    transition: all 0.02s;
}

 .social_icons li:hover{
 	z-index: 2;
    -webkit-transition: all 0.02s;
    -moz-transition: all 0.02s;
    -ms-transition: all 0.02s;
    -o-transition: all 0.02s;
    transition: all 0.02s;
 }

 .social_toggle {
    display: none;
    position: relative;
    bottom: 0;
    left: 50%;
    z-index: 2;
    margin: 5px 0 -4px -20px;
    width: 40px;
    height: 18px;
}

.social_toggle span {
    display: block;
    height: 22px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.logo {
    color: #3B3B3B;
    text-decoration: none;
    font-size: 13px;
    font-family: roboto;
    font-weight: 400;
    text-align: right;
    font-family: 'Roboto';
}

.logo span{
   font-family: 'Roboto';
}

.logo span:hover{
    color: #8A8A8A;
}

#header > .header_inner > a.logo, #header > .header_inner > a.logo > img {
    width: 340px;
    height: 46px;
}

#header > .header_inner > a.logo {
    top: 41px;
    left: 0px;
}

.logo {
    position: absolute;
   
    display: block;
}

.responsive_nav {
    display: none;
}

.responsive_nav span{
	background-color: #2CBFD9;
}


#header .wrap_nav {
    border: 1px solid #dddddd;
    width: 100%;
    position: absolute;
    top: 126px;
    left: 0;
    z-index: 20;
}

#header nav {
    position: relative;
    z-index: 0;
}

nav{
	display: block;
	margin: 0;
	padding: 0;
}

#navigation {
    display: block;
    position: relative;
    z-index: 202;
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation > li {
    border-right: 1px solid #dddddd;
    float: right;
}
#navigation li {
    display: block;
    position: relative;
    padding-left: 0;
    z-index: 203;
}

#navigation li > a{
	color: #5B5B5B;
}

#navigation > li > a {
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    min-width: 120px;
    height: 56px;
    margin: -1px;
    padding: 18px 25px;
    z-index: 205;
    text-decoration: none;
    display: block;
    position: relative;
        box-sizing: border-box;
        transition: background-color .3s ease-in-out, color .3s ease-in-out;
        font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
}

.wrap_header_search {
    border-right: 1px solid #dddddd;
    background: #ffffff;
    float: left;
    height: 54px;
    margin: -54px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wrap_header_search .search_but {
    display: block;
    float: left;
    width: 54px;
    height: 54px;
    position: relative;
        color: #2CBFD9;
}

.wrap_header_search .search_but:before, .wrap_header_search .search_but:after {
    content: '\f002';
    font-size: 17px;
    width: 1em;
    height: 1em;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
}

.wrap_header_search .search_line {
    float: left;
    width: 0;
    height: 54px;
    overflow: hidden;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.search_line {
    width: 100%;
    position: relative;
}

#navigation > li:nth-child(1):hover > a{
	color: #fff;
	background-color: #2CBFD9;
}

#navigation > li:nth-child(2):hover > a{
	    background-color: #56CCE1;
	    color: #fff;
}

#navigation > li:nth-child(3):hover > a{
	background-color: #2CA6D9;
	color: #fff;
}

#navigation > li:nth-child(4):hover > a{
	    background-color: #1B90DA;
	    color: #fff;
}

#navigation > li:nth-child(5):hover > a{
	    background-color: #3D8DD8;
	    color: #fff;
}

#navigation > li:nth-child(6):hover > a{
	    background-color: #5891DF;
	    color: #fff;
}

#navigation > li:last-child:hover > a{
	    background-color: #6095E5;
	    color: #fff;
}

/*---------------------------block-section-----------------------*/


#block-sec,#search-section {
    padding: 0 30px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: auto;
}

.one_first .widget {
    padding-bottom: 30px;
}

.widget_custom_colored_blocks_entries {
    display: table;
    /*margin-top: -40px;*/
    position: relative;
    width: 100%;
}

.widget {
    
    overflow: hidden;
}

#box_color_1 {
    background-color: #56cce1;
}

@media only screen and (min-width: 1022px){
.widget_colored_cell.four_box {
    display: table-cell;
    float: none !important;
    width: 25% !important;
}

}

@media only screen and (min-width: 765px){

.widget_colored_cell.four_box {
    float: left;
    width: 50%;
}

}

.widget_colored_cell {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    -ms-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.widget_colored_cell_inner {
    padding: 30px 20px 20px;
}

.widget_colored_cell * {
    color: #FFFFFF;
    text-align: right;
}

.widget h2.widgettitle {
    margin-left: 1px;
    margin-bottom: 0;
    padding-bottom: 35px;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Roboto';
}

.widget_colored_cell h2.widgettitle {
    padding-left: 0 !important;
}
.widget_colored_cell .widgettitle {
    word-wrap: break-word;
}

.button_widget {
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    margin: 20px 0;
    font-family: 'Arial';
    
    font-weight: 400;
}
.widget_colored_cell_inner a {
    text-decoration: none;
}

.widget_colored_cell_inner p {
    margin-bottom: 0;
    padding: 0 0 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
}

#box_color_2 {
    background-color: #2cbfd9;
}

#box_color_3 {
    background-color: #2ca6d9;
}

#box_color_4 {
    background-color: #1b90da;
}

.widget ul {
    margin-bottom: 0;
        padding-left: 0;
}


ul.timeline-list{
    padding-right: 0;
}
.widget_colored_cell * {
    color: #FFFFFF;
}
.timeline-list {
    margin-top: -21px;
}

.timeline-list li:first-child {
    margin-top: 0;
}

.timeline-list li {
    list-style: none;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
    padding-bottom: 10px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
}

.timeline-list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #49a6e1;
    height: 1px;
    width: 100%;
}

.fl {
    float: right;
}

.fr {
    float: right;
}

.widget_colored_cell:hover {
    opacity: 1;
}

/*------------------------search-section---------------------*/

.one_first_search{float: left;
    /*margin: 0 2% 20px;*/
    width: 100%;
}

.side-panel-block {
    text-align: right;
}

.title{
	
    color: #3B3B3B;
    padding-bottom: 18px;
    overflow: hidden;
    position: relative;
    margin: 0 0 18px;
    /*padding: 0;*/
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 400;
}

.title:before{
	content: '';
    background: #eeeeee;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title:after{
	width: 120px;
    height: 2px;
    background-color: #2CBFD9;
        content: '';
    /*background: #eeeeee;*/
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.five_sixth {
    float: left;
    margin: 0 2% 20px;
    display: flex;
    justify-content: space-around;
}

.five_sixth {
    width: 79.33%;
}

.cmsms_cc {
    display: flex;
    align-items: center;
}

.one_third {
    width: 29.33%;
}

#search-section input[type="text"],#search-section select{
	width: 100%;
}

.one_third h6 {
    color: #7A7A7A;
    margin: 0 0 18px;
    padding: 0;
    font-weight: 400;
}

#search-section input[type="text"] ,#search-section select{
	padding-top: 3px;
	    padding: 10px 5px;
	    overflow: hidden;
    margin: 0 0 5px;
    height: 36px;
    z-index: 1;
    border: 1px solid #dddddd;
    background-color: #fdfdfd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #8A8A8A;
    font-size: 14px;
}


#search-section select{

	padding-top: 3px;
	    padding-bottom: 9px;
	    overflow: hidden;
    margin: 0 0 5px;
    height: 36px;
    z-index: 1;
    border: 1px solid #dddddd;
    background-color: #fdfdfd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #8A8A8A;
    font-size: 13px;

}


#search-section input[type="text"]:focus ,#search-section select:focus{
	border-color: #2CBFD9 !important;
	border-width: 1px !important;
    border-style: solid;
    background-color: #ffffff;
}




#search-section input[type="text"]:focus-visible ,#search-section select:focus-visible{
	outline: none;
}

#search-section select option {
    height: 30px;
    padding: 7px 10px 5px;
    background-color: #f7f7f8;
}

#search-section input[type="submit"] {
    /*margin-bottom: 5px;*/
        background-color: #ffffff;
        color: #3B3B3B;
        border: 1px solid #dddddd;
    /*font-weight: 300;*/
    text-decoration: none;
    text-align: center;
    padding: 8px 12px;
    min-width: 87px;
    z-index: 1;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

#search-section input[type="submit"]:hover {
    background: #2CBFD9;
}

aside#text-2 {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
}

#text-2 .textwidget h1 {
    color: #1b90da;
}

#text-2 .textwidget h1 {
    color: #1b90da;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Roboto';
    margin-bottom: 0;
}

#text-2 .textwidget h4 {
    color: #898989;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
}


.wrap_header_search.open .search_but:before, .wrap_header_search.open .search_but:after {
    content: '';
    background: #8d8d8d;
    width: 1px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap_header_search.open .search_but:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wrap_header_search.open {
    background-color: #fdfdfd;
}

.wrap_header_search .search_but:after {
    content: none;
}

.wrap_header_search.open .search_line {
   width: 214px;
}

.wrap_header_search .search_line input[type="submit"] {
    visibility: hidden;
}

.wrap_header_search .search_line input[type="search"] {
    height: 56px;
    padding: 0 15px 0 0;
    border: 1px solid #dddddd;
    background-color: #fdfdfd;
    margin-top: -1px;
}

.search_line input[type="search"]{
	    float: right;
    padding-right: 35px;
    padding-left: 10px;
    width: 99%;
}

.wrap_header_search .search_line input[type="search"]:focus-visible {
    outline: none;
}

/*----------------------------service-section-----------------------------*/
#service-sec{
	 /*padding: 70px 30px;*/
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: auto;
    padding-left: 30px;
    padding-right:30px;
    padding-top: 70px;
    padding-bottom: 10px;
}

.one_fourth {
    width: 21%;
    float: right;
    margin: 0 2% 20px;
}

.tac{
	text-align: center;
      color: #8A8A8A;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.tac img {
    width: 50px;
    height: 50px;
}

.block_title {
    padding-top: 15px;
    padding-bottom: 0;
    color: #3B3B3B;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto'; 
    margin-bottom: 18px; 
}


/*------------------------------post-section----------------------*/
.post_type_shortcode {
    overflow: hidden;
}

section.post_type_shortcode {
    
    background: #ffffff;
     padding-left: 30px;
    padding-right:30px;
    padding-bottom: 30px;
}

.post_type_shortcode_inner {
    position: relative;
    width: 48%;
    text-align: right;
}

.post_type_shortcode h3 {
color: #3B3B3B;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto';
}

.post_type_shortcode h3:before{
	    content: '';
    background: #eeeeee;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post_type_shortcode h3:after{
	width: 120px;
    height: 2px;
    background-color: #2CBFD9;
    content: '';
    /* background: #eeeeee; */
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post_type_shortcode.type_post .post_type_shortcode_inner article {
    width: 99%;
    float: none;
    clear: both;
    margin: 0 0.6%;
    padding: 5px 20px 0 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post_type_shortcode article {
    overflow: hidden;
    z-index: 5;
}

.post.type-post.one_fourth .cmsms_post_type_img > img {
    width: 130px;
    height: 130px;
}

.post_type_shortcode.type_post .cmsms_post_type_img {
    float: left;
    width: auto;
    height: auto;
    margin: 0 28px 15px 0;
    padding: 0;
}

h4.entry-title{
	margin: 0 0 18px;
}

h4.entry-title a {
    color: #1B90DA;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
        
}

.post_type_shortcode.type_post .entry-header .cmsms_post_info {
    margin-top: -15px;
    color: #b2b2b2;
        padding: 0 0 18px;
        font-size: 12px;

}

.cmsms_post_info .cmsms_comments_wrap {
    margin-left: 10px;
}

.cmsms_comments {
    position: relative;
    display: inline-block;
    /*margin-left: 5px;*/
    text-align: center;
    color: #2CBFD9;
    text-decoration: none;
}

.cmsms_comments:hover{
	color: #8A8A8A;
}

section.post_type_shortcode p {
    margin: 0;
    padding: 0 0 18px;
    color: #8A8A8A;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Roboto';
    font-weight: 400;
}

a.button_view_all {
    color: #2CBFD9;
    text-decoration: none;
    font-size: 13px;
    margin-left: 10px;
    font-family: 'Roboto';
}



a.button_view_all:hover {
color: #8A8A8A;
}

.post_type_shortcode.type_post .entry-title a:hover {
    color: #8A8A8A;
}


/*---------------------------doc-section--------------------------*/

#doc-section{
	margin: 0 auto;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 60px;
    text-align: right;
}

.cmsms_our_team_wrap > div {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wrap_person {
    position: relative;
}

.img-profile-home {
    max-height: 216.417px;
}

.fullwidth {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.cmsms_our_team_wrap div.cmsms_team_rollover {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .3s ease-in-out,height 0.3s ease-in-out 0s;
    -moz-transition: background .3s ease-in-out,height 0.3s ease-in-out 0s;
    -ms-transition: background .3s ease-in-out,height 0.3s ease-in-out 0s;
    -o-transition: background .3s ease-in-out,height 0.3s ease-in-out 0s;
    transition: background .3s ease-in-out,height 0.3s ease-in-out 0s;
}

.wrap_person .cmsms_link {
    display: block;
    width: 55px;
    height: 55px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -150%;
    background-color: #ffffff;
    -webkit-transition: left 0.3s ease-in-out 0.1s;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out 0.1s;
    -o-transition: left 0.3s ease-in-out 0.1s;
    transition: left 0.3s ease-in-out;
    color: #2CBFD9;
}

.wrap_person .cmsms_link:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 22px;
    width: 16px;
    height: 2px;
        background-color: #2CBFD9;
        transition: all 0.3s ease-in-out;
}

.wrap_person .cmsms_link:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 36px;
    width: 10px;
    border-bottom: 2px dotted;
    border-color: #2CBFD9;
    transition: all 0.3s ease-in-out;
}

.wrap_person .cmsms_link > span {
    display: inline-block;
}

.wrap_person .cmsms_link > span:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 26px;
    width: 10px;
    height: 2px;
        transition: all 0.3s ease-in-out;
            background-color: #2CBFD9;
}

.wrap_person .cmsms_link > span:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 30px;
    width: 16px;
    height: 2px;
    transition: all 0.3s ease-in-out;
    background-color: #2CBFD9;
}

.cmsms_our_team .entry-header {
    display: block;
    height: 100%;
    padding: 12px 12px 20px;
    vertical-align: middle;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cmsms_our_team_wrap .person_title{
	margin-bottom: 0;
}

.cmsms_our_team_wrap .person_title a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #5a5a5a;
    text-decoration: none;
    transition: all 0.5s;
    font-family: roboto;
    font-weight: 400;
}

 .cmsms_our_team_wrap .person_title a:hover{
 	    color: #1B90DA;
 }

.cmsms_our_team_wrap .person_subtitle_h20 {
    height: 20px;
    cursor: pointer;
    color: #1B90DA;
    font-size: 15px;
    font-family: roboto;
    font-weight: 400;
    overflow: hidden;
}


.wrap_person figure {
    margin: 0;
}
.wrap_person:hover .cmsms_team_rollover, .wrap_person.cmsms_mobile_hover .cmsms_team_rollover {
    background: rgba(0,0,0,.5);
}

.wrap_person:hover .cmsms_link, .wrap_person.cmsms_mobile_hover .cmsms_team_rollover .cmsms_link {
    left: 0;
}

section#doc-section h3 {
    color: #3B3B3B;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: 400;
     font-family: 'Roboto';
}
section#doc-section h3:before {
    content: '';
    background: #eeeeee;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#doc-section h3:after {
    width: 120px;
    height: 2px;
    background-color: #2CBFD9;
    content: '';
    /* background: #eeeeee; */
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#doc-section .one_fourth:last-child {
    /*margin-right: 0;*/
}

#doc-section .one_fourth:first-child {
    /*margin-left: 0;*/
}


/*-------------------------------bottom-section-----------------------*/

#bottom {
    margin: 0 auto;
    padding: 35px 30px 5px;
    position: relative;
    overflow: hidden;
    background: #313131;
    text-align: right;
}

.bottom_inner .one_third {
        float: right;
    margin: 0 2% 20px;
}

.bottom_inner .widget_text {
    margin-top: 0;
}

#bottom h3{
	color: #fff;
	margin-bottom: 25px;
	padding-bottom: 18px;
    overflow: hidden;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto';
}


#bottom h3: before{
	content: '';
    background: transparent;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bottom h3:after{
	width: 45px;
    height: 2px;
    background-color: #2CBFD9;
    content: '';
    /* background: #eeeeee; */
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.hide-footer {
    display: none;
}

.pull-right {
    float: right;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

#bottom h5{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
        margin: 0 0 18px;
    padding: 0;
    font-family: 'Roboto';
}

ul#menu-services li {
    list-style: inside url(images/list_image.png);
    line-height: 24px;
}

ul#menu-services {
    padding-left: 0;
    padding-right: 0;
}

#bottom a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.5s;
    font-family: 'Arial';
    font-weight: 400;
}

#bottom a:hover {
    color: #2CBFD9;
}

li.padding-left-0 {
    color: #fff;
}

span.contact_widget_name {
    color: #ADADAD;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
    display: block;
    padding-right: 20px;
    font-family: 'Arial';
}

span.contact_widget_name:before {
    content: '\f3c5';
    font-family: 'FontAwesome';
    left: auto;
    position: absolute;
    top: -1px;
    color: #2CBFD9;
    font-size: 16px;
    right: -5px;
}

/*span.contact_widget_name {
    color: #ADADAD;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    display: block;
}*/

span.contact_widget_email {
        color: #ADADAD;
    font-size: 14px;
    padding-right: 12px;
    position: relative;
    display: block;
    /*margin-top: 15px;*/
}

.bottom_inner span.contact_widget_email {
    color: #ADADAD;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    display: block;
    margin-top: 15px;
    padding-right: 20px;
}

.bottom_inner span.contact_widget_email:before {
    content: '\f09d';
    font-family: 'FontAwesome';
    color: #2CBFD9;
    position: absolute;
    left: auto;
    font-size: 13px;
    right: -7px;
}


.bottom_inner span.contact_widget_phone {
    color: #ADADAD;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    display: block;
    margin-top: 15px;
    padding-right: 20px;
}

.bottom_inner span.contact_widget_phone:before {
    content: '\f3cd';
    font-family: 'FontAwesome';
    color: #2CBFD9;
    position: absolute;
    left: auto;
    font-size: 13px;
    right: -7px;
}




.widget_nav_menu li{
	list-style: none;
    padding: 0 0 11px 18px;
    position: relative;
    overflow: hidden;
    background-image: none;
        padding-right: 12px;
}


.bottom_inner .widget_nav_menu li:before{
	content: "";
    position: absolute;
    display: inline-block;
       top: 10.5px;
    left: auto;
    right: 0;
    border: 4px solid transparent;
    border-right-color: #dddddd;
}

ul#menu-doctors {
    padding-left: 0;
    padding-right: 0;
}

.bottom_inner h3:before {
    background: transparent;
}

label {
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    cursor: pointer;
        color: #ADADAD;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto';
}

.bottom_inner input[type="text"], .bottom_inner textarea, .bottom_inner select {
    overflow: hidden;
    margin: 0 0 3px;
    /* padding: 5px; */
    width: 100%;
    height: 36px;
    border: 1px solid #464646;
    background-color: #333333;
    line-height: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    color: #8A8A8A;
}


.bottom_inner input[type="text"]:focus-visible{
	border: 1px solid #fff !important;
	outline: none;
}

.bottom_inner input[type="text"]::placeholder{
	color: #8A8A8A;
	font-weight: 500;
     font-family: 'Roboto';
}


input[type="text"], .bottom_inner input[type="text"] {
    padding: 10px 5px;
}

section#bottom .row {
    margin: 0;
}


.bottom_inner .widget {
    overflow: hidden;
    padding-bottom: 20px;
    overflow: hidden;
}


.bottom_inner input[type="submit"] {
    /* margin-bottom: 5px; */
    background-color: #ffffff;
    color: #3B3B3B;
    border: 1px solid #dddddd;
    /* font-weight: 300; */
    text-decoration: none;
    text-align: center;
    padding: 8px 12px;
    min-width: 87px;
    z-index: 1;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.bottom_inner input[type="submit"]:hover {
    background-color: #2CBFD9;
    border: 1px solid #2CBFD9;
}

a.icon-rss:hover {
    color: #2CBFD9 !important;
} 

a.icon-rss:before {
    content: '\f09e';
    font-family: 'FontAwesome';
    font-size: 13px;
}
a.icon-rss {
    position: relative;
    font-size: 13px;
    transition: all 0.5s;
}

#footer {
    background-color: #2a2a2a;
    line-height: 20px;
    padding: 15px 30px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.copyright {
    float: right;
    margin-right: 20px;
    line-height: 40px;
    font-size: 13px;
}

#footer {
    color: #767676;
}

#footer a {
    color: #767676;
    font-size: 13px;
    text-decoration: none;
     font-family: 'Roboto';
     transition: all 0.5s;
}

.footer_nav {
    float: left;
    margin: 0 10px 0 0;
}

.footer_nav li:first-child {
    background: none;
    padding-left: 0;
}

.footer_nav li {
    display: inline-block;
    padding: 0 4px 0 8px;
    line-height: 40px;
}

#footer a:hover {
    color: #FFFFFF;
}

.center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 13px;
}

.footer-login-link {
    margin-left: 5px;
    margin-right: 5px;
}

.footer_nav li a {
    margin-right: 10px;
}

a.doctors-login.footer-login-link {
    float: right;
}

a.admin-login.footer-login-link {
    float: left;
}


#slide_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
    display: none;
    width: 45px;
    height: 45px;
    background: #ffffff;
    text-indent: -9999px;
    border: 1px solid #dddddd;
    -webkit-transition: opacity .2s ease-in-out 0s, display .3s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s, display .3s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out 0s, display .3s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, display .3s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, display .3s ease-in-out 0s;
    display: none;
}


#slide_top.active {
    display: inline-block;
    opacity: 0;
    animation: reveals 1s 1s forwards;
}

@keyframes reveals {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#slide_top:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    border: 5px solid transparent;
    border-bottom-color: #dddddd;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

#slide_top:hover:before{
    border-bottom-color: #2CBFD9;
}

.banner-img img {
    width: 100%;
    margin-bottom: 30px;
}


/*-------------------------------mobile-responsive-------------------------------*/

@media(max-width: 767px){

	body,html{
		/*overflow-x: hidden;*/
	}

#header {
    padding: 0 0 20px 0;
    overflow: hidden;
    min-height: 100px !important;
    height: auto !important;
        margin: 0 auto;
}


#page {
    position: relative;
    overflow: hidden;
    margin: 32px auto 0;
    padding-bottom: 30px;
    width: 94%;
    height: auto;
}

.login-block {
    width: 94%;
}

#header > .header_inner {
    /*min-height: auto !important;*/
    height: auto !important;
}

.custom_header {
    float: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 90%;
        right: 0;
    left: auto;
    top: 0;
}


.logo {
    position: relative;
    z-index: 1;
    top: auto !important;
    left: auto;
   float: none;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}

.header_html {
    display: none;
    text-align: center;
}


.wrap_social_icons {
    position: relative;
    right: auto;
    top: 0 !important;
    z-index: 300;
    width: 100%;
}

.wrap_social_icons ul {
    display: none;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0 5% 1px;
    width: 90%;
    text-align: center;
}

.social_toggle {
    display: block;
}

.social_toggle span {
    display: block;
    height: 22px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.social_toggle span:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 16px;
    border: 5px solid transparent;
    border-top-color: #8c8c8c;
}

.social_toggle.current span:before {
    border-bottom-color: #2CBFD9 !important;
}

.social_toggle.current span:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 16px;
    border: 5px solid transparent;
    border-top-color: #2CBFD9;
}

.responsive_nav {
    position: relative;
    display: block;
    float: none;
    margin: 40px auto 0;
    width: 44px;
    height: 44px;
    z-index: 99;
    box-sizing: border-box;
    border: 1px solid #dddddd;
        transition: all .3s ease-in-out;
}

.responsive_nav span {
    display: block;
    height: 2px;
    position: relative;
    width: 20px;
    top: 17px;
    right: 11px;
}


.responsive_nav span:before, .responsive_nav span:after {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
    background-color: #2CBFD9;
}


.responsive_nav.active span:after {
    background-color: #dddddd;
}

.responsive_nav.active span:before {
    background-color: #dddddd;
}
.responsive_nav.active span {
    background-color: #dddddd;
}



.responsive_nav span:after {
    top: 8px;
}


#header .header_html {
    position: relative;
    right: auto !important;
    top: auto !important;
    padding-top: 15px;
}


#header .wrap_nav {
    position: relative;
    top: 0 !important;
    z-index: 0;
    border: none;
}

#header nav {
    position: relative;
    top: auto !important;
    right: auto;
    margin: 0 0 34px 0;
    padding: 25px 0 0 0;
    background: none;
    text-align: left;
}


#navigation {
    position: relative;
    z-index: 0;
    display: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        margin: 5px 0 -33px 0;
    width: 100%;
    height: auto;
}

#navigation > li {
    float: none;
    border-right: none;
    display: block;
        /*border-bottom: 1px solid #dddddd;*/
}


#navigation li:before, #navigation li ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    content: "";
}

#navigation > li > a {
    padding: 0 25px 0 30px;
    text-align: left;
    height: 48px;
    display: flex;
    align-items: center;
}

#header .header_html span a{
	padding-left: 0;
}


#header .wrap_nav .wrap_header_search {
    top: 33px;
    float: none;
    height: 48px;
    margin: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
}

.wrap_header_search.open {
    background-color: #fdfdfd;
}

.wrap_header_search .search_but {
    display: none;
}

.wrap_header_search .search_line {
    width: 100% !important;
}

.wrap_header_search .search_line input[type="submit"] {
    visibility: visible;
}

#header .search_line input[type="submit"] {
    background-color: #dedede;
    width: 20%;
}

#header .search_line input[type="submit"] {
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 35px;
    min-width: 45px;
    position: absolute;
    left: 14px;
    top: 6px;
    /*width: 45px;*/
    z-index: 9999;
}

.wrap_header_search .search_line input[type="search"] {
    width: 70%;
    overflow: hidden;
    margin: 0 0 5px;
    /*padding: 5px;*/
    /*width: 60%;*/
    /*height: 36px;*/
    z-index: 1;
    border: 1px solid #dddddd;
    background-color: #fdfdfd;
    height: 47px;
    padding: 0 10px 0 15px;
}

.cmsms_cc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.one_third {
    width: 100%;
}

.five_sixth{
	flex-direction: column;
	width: 100%;
}

.one_fourth {
    float: none;
    width: 100%;
     margin: 0 0 20px;
}

.post_type_shortcode.type_post .post_type_shortcode_inner article{
    padding: 5px 0px 0 8px;
}


.wrap_person figure {
    margin: 0;
}


.post_type_shortcode_inner {
    width: 100%;
}

.post_type_shortcode.type_post .cmsms_post_type_img {
    float: none;
    margin: 0 0 15px 0;
}

#doc-section{
	padding-top: 0;
}

span.hide-footer {
    display: block;
}

.hide-footer {
    display: none;
}

#bottom h3 {
    margin-bottom: 10px;
}


.copyright {
    display: block;
    float: none;
    padding: 10px 0;
    text-align: right;
}
#footer {
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
        padding-bottom: 30px;
}

.footer_nav {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


@keyframes reveals {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

}


/*-------------------------------tablet-responsive-------------------------------*/

@media(min-width: 768px) and (max-width: 1023px){

	body,html{
		/*overflow-x: hidden;*/
	}

#header {
    padding: 0 0 20px 0;
    overflow: hidden;
    min-height: 100px !important;
    height: auto !important;
        margin: 0 auto;
}

#page .container {
    padding: 0;
    max-width: 100% !important;
}


#page {
    position: relative;
    overflow: hidden;
    margin: 32px auto 0;
    padding-bottom: 30px;
    width: 94%;
    height: auto;
}

.login-block {
    width: 94%;
}

#header > .header_inner {
    /*min-height: auto !important;*/
    height: auto !important;
}

.custom_header {
    float: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 90%;
        right: 0;
    left: auto;
    top: 0;
}


.logo {
    position: relative;
    z-index: 1;
    top: auto !important;
    left: auto;
    margin: 22px 0 0 30px;
    float: left;
}

.header_html {
    display: none;
    text-align: center;
}


.wrap_social_icons {
    position: relative;
    right: auto;
    top: 0 !important;
    z-index: 300;
    width: 100%;
}

.wrap_social_icons ul {
    display: none;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0 5% 1px;
    width: 90%;
    text-align: center;
}

.social_toggle {
    display: block;
}

.social_toggle span {
    display: block;
    height: 22px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.social_toggle span:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 16px;
    border: 5px solid transparent;
    border-top-color: #8c8c8c;
}

.social_toggle.current span:before {
    border-bottom-color: #2CBFD9 !important;
}

.social_toggle.current span:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 16px;
    border: 5px solid transparent;
    border-top-color: transparent;
}

.responsive_nav {
    position: relative;
    z-index: 99;
    display: block;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 29px 30px 0 0;
    width: 44px;
    height: 44px;
    border: 1px solid #dddddd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.responsive_nav span {
    display: block;
    height: 2px;
    position: relative;
    width: 20px;
    top: 17px;
    left: 0px;
    right: 11px;
}

.responsive_nav.active span:after {
    background-color: #dddddd;
}
.responsive_nav.active span:before {
    background-color: #dddddd;
}
.responsive_nav.active span {
    background-color: #dddddd;
}


.responsive_nav span:before, .responsive_nav span:after {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
    background-color: #2CBFD9;
}

.responsive_nav span:after {
    top: 8px;
}


#header .header_html {
    position: relative;
    right: auto !important;
    top: auto !important;
    padding-top: 15px;
}


#header .wrap_nav {
    position: relative;
    top: 0 !important;
    z-index: 0;
    border: none;
}

#header nav {
    position: relative;
    top: auto !important;
    right: auto;
    margin: 0 0 34px 0;
    padding: 25px 0 0 0;
    background: none;
    text-align: left;
}


#navigation {
    position: relative;
    z-index: 0;
    display: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        margin: 100px 0 -33px;;
    width: 100%;
    height: auto;
}

#navigation > li {
    float: none;
    border-right: none;
    display: block;
        /*border-bottom: 1px solid #dddddd;*/
}


#navigation li:before, #navigation li ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    content: "";
}

#navigation > li > a {
    padding: 0 0px 0 30px;
    text-align: left;
    height: 48px;
    display: flex;
    align-items: center;
}

#header .header_html span a{
	padding-left: 0;
}


#header .wrap_nav .wrap_header_search {
    top: 33px;
    float: none;
    height: 48px;
    margin: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
}

.wrap_header_search.open {
    background-color: #fdfdfd;
}

.wrap_header_search .search_but {
    display: none;
}

.wrap_header_search .search_line {
    width: 100% !important;
}

.wrap_header_search .search_line input[type="submit"] {
    visibility: visible;
}

#header .search_line input[type="submit"] {
    background-color: #dedede;
    width: 20%;
}

#header .search_line input[type="submit"] {
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 35px;
    min-width: 45px;
    position: absolute;
    left: 14px;
    top: 6px;
    /*width: 45px;*/
    z-index: 9999;
}

.wrap_header_search .search_line input[type="search"] {
       width: 70%;
    overflow: hidden;
    margin: -5px 0 5px;
    /* padding: 5px; */
    /* width: 60%; */
    /* height: 36px; */
    z-index: 1;
    border: 1px solid #dddddd;
    background-color: #fdfdfd;
    height: 52px;
    padding: 0px 10px 0 15px;
}

.cmsms_cc {
    display: flex;
    align-items: flex-start;
    /*flex-direction: column;*/
}
/*.one_third {
    width: 100%;
}

.five_sixth{
	flex-direction: column;
	width: 100%;
}

.one_fourth {
    float: none;
    width: 100%;
}*/

/*.post_type_shortcode_inner {
    width: 100%;
}

.post_type_shortcode.type_post .cmsms_post_type_img {
    float: none;
}*/

#doc-section{
	padding-top: 0;
}

span.hide-footer {
    display: block;
}

.hide-footer {
    display: none;
}

#bottom h3 {
    margin-bottom: 10px;
    font-size: 21px;
}


.post_type_shortcode_inner {
    position: relative;
    width: 50%;
    text-align: right;
}

section.post_type_shortcode p {
    margin: 0;
    padding: 0 0 18px;
    color: #8A8A8A;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    float: left;
}

.copyright {
    display: block;
    /*float: none;*/
    padding: 10px 0;
}
#footer {
    /*text-align: center;*/
    padding-top: 20px;
    font-size: 13px;
        padding-bottom: 30px;
}

.footer_nav {
    padding-left: 0;
}

@keyframes reveals {
  0% {
    opacity: 0;
  }

  50% {
    opacity:1;
  }

  100% {
    opacity: 1;
  }
}


}