@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800';
body {
    overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
img {
    vertical-align: middle;
    text-decoration: none;
    max-width: 100%;
    border: none;
}
a {
    border: none;
    outline: none;
    text-decoration: none;
}
.certificate {
    text-align: center;
}
.certificate li{
    display: inline-block;
    width: 45%;
    border: 1px solid #ccc;
    vertical-align: top;
    margin: 5px;
    background: none;
}
.clear {
    clear: both;
}
/** COMMON STYLES **/
header,
.menu,
.banner,
.online_surgeon_login,
.int_health_prof,
.resrc_for_pat,
footer,
.inner_banner,
.content,
#Corona-Contianer {
    float: left;
    width: 100%;
}
.header_sec,
nav,
.online_surgeon_login_sec,
.int_health_prof_sec,
.resrc_for_pat_sec,
.cont_sec,
#Corona-Intra {
    margin: 0px auto;
    max-width: 1140px;
}
#Corona-Contianer {
    background: #EE220C;
    position: relative;
    z-index: 99;
}
#Corona-Intra {
    text-align: center;
}
#Corona-Intra a {
    display: inline-block;
    padding: 10px 0;
    font: 600 20px/25px 'Lato', sans-serif;
    text-align: center;
    color: #fff;
}
/** HEADER **/
header {
    border-bottom: 1px solid #d2edff;
    background: #fff;
    text-align: right;
}
.logo {
    padding: 20px 0;
    float: left;
    width: 26%;
    transition: 0.4s all linear;
}
.search {
    -moz-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}
.user-name {
    float: none;
    /* margin: 10px 0; */
    /* text-align: right; */
    /* width: 72%; */
}
.search_bar {
    border: 1px solid #e4e4e4;
    width: 150px;
    height: 27px;
    padding: 0 0 0 10px;
    color: #b6b6b7;
    vertical-align: top;
}
.submit_but {
    background: url(/site-images/header-search-icon.jpg) 0px 0px no-repeat;
    width: 33px;
    height: 29px;
    border: none;
    cursor: pointer;
    margin-left: -35px;
}
.header_smo_reg {
    /* margin: 40px 0 0 14px; */
    -moz-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}
.head_smo {
    float: none;
    clear: both;
}
.head_smo ul li {
    display: inline;
}
.head_smo ul li a {
    width: 27px;
    height: 26px;
    text-indent: -999999px;
    /* float: left; */
    margin: 0 4px 0 0;
    display: inline-block;
    vertical-align: top;
}
.smo_hme a {
    background: url(/site-images/smo-icons.png) -2px -3px no-repeat;
}
.smo_fb a {
    background: url(/site-images/smo-icons.png) -40px -3px no-repeat;
}
.smo_tweet a {
    background: url(/site-images/smo-icons.png) -79px -3px no-repeat;
}
.smo_yt a {
    background: url(/site-images/smo-icons.png) -124px -3px no-repeat;
}
.smo_call a {
    background: url(/site-images/smo-icons.png) -166px -2px no-repeat;
}
.nat_reg a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #959595;
    border: 1px solid #e4e4e4;
    padding: 4px 35px 5px;
}
.ifs {
    -moz-transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
    width: 13%;
}
.right-content>div {
    margin: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
.user-name a {
    text-transform: capitalize;
    color: #666;
}
.user-name img.member-photo-xs {
    border-radius: 50%;
    margin: 0 10px;
}
/** STICKY MENU **/
.head_nav {
    position: fixed;
    top: 0px;
    z-index: 999999;
    float: left;
    width: 100%;
    transition: 0.4s all linear;
}
.stickyMenu header {
    background: #fff;
}
.stickyMenu .ifs {
    transition: 0.4s all linear;
}
.stickyMenu .header_smo_reg {
    transition: 0.4s all linear;
}
.stickyMenu .search {
    transition: 0.4s all linear;
}
.stickyMenu .menu {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #d2edff;
    transition: 0.4s all linear;
}
/** NAV **/
.menu {
    background: #fff;
    z-index: 999999;
}
.menu nav ul li {
    position: relative;
    float: left;
}
.menu nav ul li a {
    display: block;
    padding: 15px 22px;
    font-size: 14px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
}
.menu nav ul li a:hover {
    border-bottom: 4px solid #f68121;
    color: #f68121;
}
.last {
    background: none !important;
}
.slicknav_menu {
    display: none;
}
/** DD Menu Styles **/
.menu ul li ul {
    z-index: 100;
    display: none;
    width: 245px;
    position: absolute;
    left: 0px;
    top: 48px;
    padding: 3px 0 0 0;
}
.menu ul li ul li {
    float: none;
    font-size: 11px;
    text-align: left;
}
.menu ul li ul li a {
    font-size: 13px;
    line-height: 15px;
    padding: 13px 0 13px 35px;
    color: #434343;
    border-bottom: 1px solid #317375;
    background: #fff url(/site-images/menu-arrow.png) 6% 17px no-repeat !important;
    text-align: left;
    font-weight: 400;
}
.menu ul li ul li a:hover {
    background: #f68121 url(/site-images/menu-arrow-hover.png) 6% 17px no-repeat !important;
    color: #fff;
    border-bottom: 1px solid #317375;
}
.menu ul li:hover>ul {
    display: block;
    position: absolute;
    left: 0px;
    padding: 3px 0 0 0;
    margin: 0;
}
.menu ul li li:hover>ul {
    display: block;
    position: absolute;
    left: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
}
.menu ul li ul li:hover {
    background-image: none !important;
}
/** BANNER **/
.banner_sec {
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    min-height: 490px;
}
.banner {
    position: relative;
    margin: 193px 0 0 0;
}
.banner_sec .rslides {
    position: absolute;
    z-index: 1;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.banner_sec .rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 490px;
    z-index: 999;
}
.banner_sec .rslides>li:first-child {
    position: absolute;
    display: block;
    float: left;
}
.banner_sec .rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.banner_one {
    background: url(/site-images/home-banner-1.jpg) center 0px no-repeat;
}
.banner_two {
    background: url(/site-images/home-banner-2.jpg) center 0px no-repeat;
}
.banner_three {
    background: url(/site-images/home-banner-3.jpg) center 0px no-repeat;
}
.banner_four {
    background: url(/site-images/home-banner-4.jpg) center 0px no-repeat;
}
.banner_five {
    background: url(/site-images/home-banner-5.jpg) center 0px no-repeat;
}
.banner_six {
    background: url(/site-images/home-banner-6.jpg) center 0px no-repeat;
}
.banner_eight {
    background: url(/site-images/ifso2020-new.jpg) center 0px no-repeat;
}
.banner_nine {
    background: url(/site-images/fmbs-2020-21-new.jpg) center 0px no-repeat;
}
.banner_txt {
    position: absolute;
    width: 36%;
    right: 2%;
    top: 40%;
    text-transform: uppercase;
}
.banner_txt1 {
    position: absolute;
    width: 28%;
    right: 7%;
    top: 40%;
    text-transform: uppercase;
}
.banner_txt h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
}
.banner_txt h2 {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 600;
}
.banner_txt h4 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    text-align: right;
    font-weight: 600;
}
.banner_txt1 h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
}
.banner_txt1 h2 {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 600;
}
.banner_txt1 h4 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    text-align: right;
    font-weight: 600;
}
.banner_one,
.banner_two,
.banner_five {
    color: #fff;
}
.banner_three h2,
.banner_four h2 {
    color: #004abd;
}
.banner_three h3,
.banner_four h3,
.banner_three h4,
.banner_four h4 {
    color: #303030
}
.bullet1 {
    position: absolute;
    z-index: 99999;
    right: 10%;
    bottom: 6%;
}
.bullet1 li {
    float: left;
    list-style-type: none;
}
.bullet1 li a {
    display: block;
    background: url(/site-images/banner-bullets.png) -28px 0 no-repeat;
    height: 20px;
    width: 20px;
}
.bullet1 li a:hover,
.bullet1 .rslides_here a {
    background: url(/site-images/banner-bullets.png) 4px 0px no-repeat;
}
/** ONLINE SURGEON LOGIN **/
.online_surgeon_login {
    margin: 35px 0 55px;
}
.join_online {
    float: left;
    border: 1px solid #e8e9ea;
    background: #f3f6f7;
    padding: 40px 23px;
    width: 27%;
    margin: 0 19px 0 0;
    min-height: 203px;
}
.join_online h2 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #1257c3;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 30px 0;
}
.join_online h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #414141;
    padding: 0 0 24px 0;
    text-align: center;
}
.join_online p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #737373;
    text-align: center;
    padding: 0 0 22px 0;
}
.link_one a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    margin: 0 4px 0 0;
    padding: 10px 17px 11px;
}
.link_two a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    padding: 10px 11px 11px;
}
.find_surgeon {
    float: left;
    background: url(/site-images/find-surgeon-bg.jpg) 0px 0px no-repeat;
    padding: 41px 23px 43px;
    width: 31%;
    margin: 0 19px 0 0;
}
.find_surgeon h2 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #1257c3;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 141px;
}
.sel_reg a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    margin: 0 4px 0 0;
    padding: 10px 12px 11px;
}
/*.surg_name{border:none; width: 150px; float: left; padding: 0 0 0 10px; color: #fff; background: #3581f8; margin: 0 1px 0 0;font-family: 'Lato', sans-serif; font-size: 13px; text-transform: uppercase;}*/
.surg_but {
    background: url(/site-images/find-surgeon-search-button.jpg) 0px 0px no-repeat;
    width: 37px;
    padding: 6px 0 12px 0;
    border: none;
    float: left;
    cursor: pointer;
}
.member_login {
    float: left;
    border: 1px solid #e8e9ea;
    background: #f3f6f7;
    padding: 29px 23px;
    width: 26%;
    min-height: 203px;
}
.member_login h2 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #1257c3;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 15px 0
}
.log_name {
    border: none;
    width: 244px;
    height: 37px;
    float: left;
    padding: 0 0 0 40px;
    color: #000;
    background: #ebebeb;
    margin: 0 0 7px 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
.log_link_one a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    margin: 12px 4px 0 0;
    padding: 10px 30px 11px;
}
.log_link_two a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    padding: 10px 25px 11px;
    margin: 12px 0 0 0;
}
/** INTEGRATED HEALTHCARE PROFESSIONALS **/
.int_health_prof {
    background: url(/site-images/intergrated-health-professional-bg.jpg) center 0px no-repeat;
    padding: 88px 0 70px;
}
.int_health_prof_sec {
    position: relative;
}
.prof_sym {
    position: absolute;
    text-align: center;
    top: -128px;
    width: 100%;
}
.int_health_prof_sec h2 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 19px 0;
}
.coe_index h2 {
    color: #004abd;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 19px 0;
}
.coe_index h2 a {
    color: #004abd;
}
.int_health_prof_sec p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 0 8% 64px;
    line-height: 26px;
}
.upcomin_event {
    float: left;
    background: url(/site-images/upcoming-events-bg.png) 0px 0px no-repeat;
    width: 22%;
    margin: 0 42px 0 0;
    padding: 49px 50px 8px 42px;
    position: relative;
    min-height: 387px;
}
.upcomin_event ul li {
    margin: 0 0 24px 0;
}
.int_health_prof_sec h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #242423;
    text-transform: uppercase;
    padding: 0 0 51px 0;
    background: url(/site-images/upcoming-events-heading.png) center 47px no-repeat;
}
.event_media_img {
    float: left;
    margin: 0 18px 0 0;
    min-height: 110px;
}
.event_media_txt h4 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #7b7b7b;
    padding: 0 0 10px 0;
}
.event_media_txt h5 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #7b7b7b;
    padding: 0 0 10px 0;
    font-style: italic;
    font-weight: normal;
}
.event_media_txt a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #1659c0;
}
.event_readmore {
    position: absolute;
    bottom: 8px;
    left: 30%;
}
.event_readmore a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #5a5a5a;
    padding: 18px 0 17px 0;
    width: 134px;
    float: none;
    margin: 0px auto;
    display: block;
    text-align: center;
}
.news_media {
    float: left;
    background: url(/site-images/news-media-bg.png) 0px 0px no-repeat;
    width: 22%;
    margin: 0 42px 0 0;
    padding: 49px 50px 8px 42px;
    position: relative;
    min-height: 387px;
}
.news_media ul li {
    margin: 0 0 24px 0;
    min-height: 100px;
}
.news_media h3 {
    color: #004abd;
}
.news_readmore {
    position: absolute;
    bottom: 8px;
    left: 30%;
}
.news_readmore a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #004abd;
    padding: 18px 0 17px 0;
    width: 134px;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.lastest_blog {
    float: left;
    background: url(/site-images/upcoming-events-bg.png) 0px 0px no-repeat;
    width: 22%;
    padding: 49px 50px 8px 42px;
    position: relative;
    min-height: 387px;
}
.lastest_blog p {
    color: #606060;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 23px;
    margin: 0 6% 20px;
}
.blg_img {
    float: left;
    margin: 0 20px 0 0;
}
.blg_txt {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #004abd;
    font-weight: normal;
}
.blg_readmore {
    position: absolute;
    bottom: 8px;
    left: 30%;
}
.blg_readmore a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #5a5a5a;
    padding: 18px 0 17px 0;
    width: 134px;
    float: none;
    margin: 0px auto;
    display: block;
    text-align: center;
}
/** resource for patients **/
.resrc_for_pat {
    background: url(/site-images/resources-for-patients-bg.jpg) center 0px no-repeat;
    padding: 45px 0;
}
.resrc_img {
    float: left;
    margin: 0 77px 0 0;
    width: 40%;
}
.resrc_txt {
    float: left;
    width: 53%;
}
.resrc_txt h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 500;
    padding: 28px 0 25px 0;
    background: url(/site-images/pat-rsc-heading-border.jpg) 0px bottom no-repeat;
    text-transform: uppercase;
    color: #004abd;
}
.resrc_txt h2 a {
    color: #004abd;
}
.resrc_txt h3 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #004abd;
    margin: 25px 0 18px;
    padding: 0 0 0 38px;
    background: url(/site-images/patient-source-bullet.png) 8px 9px no-repeat;
}
.resrc_txt h3 a {
    color: #004abd;
}
.resrc_txt p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #216692;
    padding: 0 0 0 38px;
    line-height: 23px;
}
/** FOOTER **/
footer {
    padding: 20px 0 50px;
    border-top: 1px solid #e1e1e1;
}
.foot_sec {
    margin: 0px auto;
    max-width: 640px;
}
.foot_smo {
    width: 115px;
    margin: 0px auto;
    float: none;
}
.foot_smo ul li {
    display: inline;
}
.foot_smo ul li a {
    width: 27px;
    height: 26px;
    text-indent: -999999px;
    float: left;
    margin: 0 12px 0 0;
}
.foot_fb a {
    background: url(/site-images/footer-smo.png) 0px -1px no-repeat;
}
.foot_tweet a {
    background: url(/site-images/footer-smo.png) -41px -1px no-repeat;
}
.foot_yt a {
    background: url(/site-images/footer-smo.png) -84px -1px no-repeat;
    margin: 0 !important;
}
.foot_menu {
    width: 100%;
    float: left;
    border-bottom: 1px solid #7f7f7f;
    border-top: 1px solid #7f7f7f;
    padding: 11px 0 14px;
    margin: 22px 0 16px 0;
}
.foot_menu ul li a {
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #7f7f7f;
    display: inline-block;
    background: url(/site-images/foot-menu-sep.png) 12px 9px no-repeat;
    padding: 0 0 0 30px;
}
.foot_menu ul li.last a {
    padding: 0px !important;
    background: none !important;
}
.copy {
    text-align: center;
    clear: both;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #7f7f7f;
}
.ypo {
    width: 105px;
    margin: 20px auto 0;
    float: none;
}
/** INNER BANNER **/
.inner_banner_sec {
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    min-height: 300px;
}
.inner_banner {
    position: relative;
    margin: 153px 0 0 0;
}
.inner_banner_sec .rslides {
    position: absolute;
    z-index: 1;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.inner_banner_sec .rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 300px;
    z-index: 999;
}
.inner_banner_sec .rslides>li:first-child {
    position: absolute;
    display: block;
    float: left;
}
.inner_banner_sec .rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.inner_banner_one {
    background: url(/site-images/inner-banner-1.jpg) center 0px no-repeat;
}
.inner_banner_two {
    background: url(/site-images/inner-banner-2.jpg) center 0px no-repeat;
}
.inner_banner_three {
    background: url(/site-images/inner-banner-3.jpg) center 0px no-repeat;
}
.inner_banner_four {
    background: url(/site-images/inner-banner-4.jpg) center 0px no-repeat;
}
.inner_banner_five {
    background: url(/site-images/inner-banner-5.jpg) center 0px no-repeat;
}
.inner_banner_six {
    background: url(/site-images/inner-banner-6-new1.jpg) center 0px no-repeat;
}
.inner_banner_seven {
    background: url(/site-images/ossicon-banner-2021.jpg) center 0px no-repeat;
}
.inner_banner_eight {
    background: url(/site-images/ifso2020-new.jpg) center 0px no-repeat;
}
.inner_banner_nine {
    background: url(/site-images/fmbs-2020-21-new.jpg) center 0px no-repeat;
}
.inner_banner_ten {
    background: url(/site-images/inner_banner_ten.jpg) center 0px no-repeat;
}
.inner_banner_eleven {
    background: url(/site-images/inner_banner_eleven-new.jpg) center 0px no-repeat;
}
.inner_banner_twelve {
    background: url(/site-images/inner_banner_twelve-new.jpg) center 0px no-repeat;
}
.inner_banner_thirteen {
    /* background: linear-gradient(45deg, #0055a7, #0059a5) */
	background: url(/site-images/inner_banner_thirteen.jpg) center 0px no-repeat;
}
/* .inner_banner_fourteen {
    background: url(/site-images/young_banner_fourteen.jpg) center 0px no-repeat;
} */
.inner_banner_fourteen {
    background: url(/site-images/ssi-webinar-banner.jpg) center 0px no-repeat;
}
.inner_banner_fourteen a, .inner_banner_thirteen a, .inner_banner_eleven a {
    display: block;
    height: 100%;
    width: 100%
}
.inner_banner_sixteen {
    background: url(/site-images/registry-banner-new.jpg) center 0px no-repeat;
}
.inner_banner_sixteen a {
    display: block;
    height: 100%;
    width: 100%
}
.inner_banner_fifteen {
    background: url(/site-images/ossi-health-webinar.jpg) center 0px no-repeat;
}
.inner_banner_fifteen a {
    display: block;
    height: 100%;
    width: 100%
}
.inner_banner_txt {
    position: absolute;
    width: 36%;
    right: 2%;
    top: 40%;
    text-transform: uppercase;
}
.banner_content {
    max-width: 600px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font: 600 25px/32px 'Lato', sans-serif;
}
.banner_content span {
    display: block;
    font: 400 20px/25px 'Lato', sans-serif;
    padding: 20px 0 0 0;
}
.banner_content strong {
    font: 700 30px/35px 'Lato', sans-serif;
}
.banner_content span a {
    display: inline-block;
    padding: 10px 15px;
    color: #0059a5;
    font: 600 20px/25px 'Lato', sans-serif;
    background: #fff;
    border-radius: 30px;
}
.inner_banner_txt h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.inner_banner_txt h2 {
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: 600;
}
.inner_banner_txt h4 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    text-align: right;
    font-weight: 600;
}
.inner_banner_txt1 {
    position: absolute;
    width: 24%;
    right: 10%;
    top: 40%;
    text-transform: uppercase;
}
.inner_banner_txt1 h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.inner_banner_txt1 h2 {
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: 600;
}
.inner_banner_txt1 h4 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    text-align: right;
    font-weight: 600;
}
.inner_banner_one,
.inner_banner_two,
.inner_banner_five {
    color: #fff;
}
.inner_banner_ten h2,
.inner_banner_three h2,
.inner_banner_four h2 {
    color: #004abd;
}
.inner_banner_three h3,
.inner_banner_four h3,
.inner_banner_three h4,
.banner_four h4 {
    color: #303030
}
.ban-tabs {
    position: absolute;
    z-index: 99999;
    left: 10%;
    bottom: 6%;
}
.button a {
    background: #EE220C;
    color: #ffffff;
    padding: 5px 10px;
    margin: 2px 5px;
    border-radius: 5px;
    display: inline-block;
}
.button a:hover {
    background: #f68121;
}
.bullet2 {
    position: absolute;
    z-index: 99999;
    right: 10%;
    bottom: 6%;
}
.bullet2 li {
    float: left;
    list-style-type: none;
}
.bullet2 li a {
    display: block;
    background: url(/site-images/banner-bullets.png) -28px 0 no-repeat;
    height: 20px;
    width: 20px;
}
.bullet2 li a:hover,
.bullet2 .rslides_here a {
    background: url(/site-images/banner-bullets.png) 4px 0px no-repeat;
}
/** CONTENT **/
.content {
    margin: 50px 0 30px;
}
article {
    width: 60%;
    float: left;
}
.bread {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #737373;
    margin: 0 0 25px 0;
}
.bread a {
    color: #004abd;
}
article h1 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    padding: 0 0 10px 0;
    color: #004abd;
    font-weight: 300;
}
article h2 {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    padding: 7px 0;
    font-weight: normal;
}
article h3 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    padding: 7px 0;
    color: #004abd;
    font-weight: normal;
}
article a {
    color: #41A5A7;
}
article p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding: 5px 0;
    line-height: 23px;
    color: #606060;
}
article ul {
    padding: 5px 0 5px 20px
}
article ol {
    padding: 5px 0 5px 20px
}
article ul li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    list-style: disc;
    padding: 2px 0;
    line-height: 22px;
    color: #606060;
}
article ol li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    list-style-type: decimal;
    padding: 2px 0;
    line-height: 22px;
    color: #606060;
}
aside {
    width: 350px;
    float: right;
}
/**
.side_serv{background: url(/site-images/sidebar-serv-bg.jpg) 0px 0px no-repeat; padding: 20px 0 0 0; margin: 0 0 25px 0; }
.side_serv ul li {background: url(/site-images/side-bar-div.png) 0px bottom no-repeat;}
.side_serv ul li a{font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-size: 15px; color: #fff; padding: 35px 0 35px 96px; display: block;   font-weight: 600;}
.serv_pre_op a{background: url(/site-images/sidebar-serv-icons.png) 8px -9px no-repeat;}
.serv_adj_gast a{background: url(/site-images/sidebar-serv-icons.png) 8px -98px no-repeat;}
.serv_slv_gast a{background: url(/site-images/sidebar-serv-icons.png) 8px -188px no-repeat;}
.serv_roux_en a{background: url(/site-images/sidebar-serv-icons.png) 8px -280px no-repeat;}
.serv_min_gast a{background: url(/site-images/sidebar-serv-icons.png) 8px -372px no-repeat;}
.serv_nov_proc a{background: url(/site-images/sidebar-serv-icons.png) 8px -463px no-repeat;}
.serv_metab_surg a{background: url(/site-images/sidebar-serv-icons.png) 8px -555px no-repeat;}
.serv_rev_bariat a{background: url(/site-images/sidebar-serv-icons.png) 8px -647px no-repeat;}
.serv_rob_surg a{background: url(/site-images/sidebar-serv-icons.png) 8px -737px no-repeat;}
.serv_red_port a{background: url(/site-images/sidebar-serv-icons.png) 8px -830px no-repeat;}
.serv_bariat_nut a{background: url(/site-images/sidebar-serv-icons.png) 8px -921px no-repeat;}
.serv_comp_mgmt a{background: url(/site-images/sidebar-serv-icons.png) 8px -1008px no-repeat;}
**/
.side_res_pat {
    background: url(/site-images/side-resource-for-pat-bg.jpg) 0px 0px no-repeat;
    padding: 40px 22px 35px;
    clear: both;
}
.side_res_pat h2 {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    padding: 0 0 18px 0;
    text-transform: uppercase;
    text-align: center;
    color: #004abd;
    border-bottom: 1px solid #8cc6eb;
}
.side_res_pat h2 a {
    color: #004abd;
}
.side_res_pat img {
    padding: 30px 0 0;
}
.side_res_pat h3 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    padding: 0 0 0 30px;
    margin: 30px 0 0 0;
    background: url(/site-images/patient-source-bullet.png) 6px 5px no-repeat;
}
.side_res_pat h3 a {
    color: #004abd;
}
.side_res_pat p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #216692;
    padding: 0 0 0 30px;
    line-height: 23px;
}
.side_join_online {
    float: left;
    border: 1px solid #e8e9ea;
    background: #f3f6f7;
    padding: 20px 12px;
    width: 324px;
    margin: 0 0 10px 0;
}
.side_join_online h2 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #1257c3;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 10px 0;
}
.side_join_online h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #414141;
    padding: 0 0 12px 0;
    text-align: center;
}
.side_join_online p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #737373;
    text-align: center;
    padding: 0 0 15px 0;
}
.side_link_one a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    margin: 0 4px 0 0;
    padding: 10px 26px 11px;
}
.side_link_two a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    padding: 10px 11px 11px;
}
.side_find_surgeon {
    float: left;
    background: url(/site-images/find-surgeon-bg.jpg) center 0px no-repeat;
    padding: 41px 12px 40px;
    width: 324px;
    margin: 0 0 10px 0;
    border-left: 1px solid #e8e9ea;
    border-right: 1px solid #e8e9ea;
}
.side_find_surgeon h2 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #1257c3;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 141px;
}
.side_sel_reg a {
    background: #3581f8 url("/images/new_arrow1.png") repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    margin: 0 4px 0 0;
    padding: 10px 13px 5px;
    text-transform: uppercase;
}
.side_surg_name {
    border: none;
    width: 150px;
    height: 37px;
    float: left;
    padding: 0 0 0 10px;
    color: #fff;
    background: #3581f8;
    margin: 0 1px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.side_surg_but {
    background: url(/site-images/find-surgeon-search-button.jpg) 0px 0px no-repeat;
    width: 40px;
    height: 37px;
    border: none;
    float: left;
    cursor: pointer;
}
.side_member_login {
    float: left;
    border: 1px solid #e8e9ea;
    background: #f3f6f7;
    padding: 15px 12px;
    width: 324px;
    margin: 0 0 10px 0;
}
.side_member_login h2 {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #1257c3;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0 0 15px;
}
.side_log_name {
    border: none;
    width: 280px;
    height: 37px;
    float: left;
    padding: 0 0 0 40px;
    color: #000;
    background: #ebebeb;
    margin: 0 0 7px 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
.side_log_name::-webkit-input-placeholder {
    color: #666;
}
.side_log_name::-moz-input-placeholder {
    color: #666
}
.side_log_link_one a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    margin: 12px 4px 0 0;
    padding: 10px 48px 11px;
}
.side_log_link_one input {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    margin: 12px 4px 0 0;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.side_log_link_two a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    float: left;
    padding: 10px 25px 11px;
    margin: 12px 0 0 0;
}
.full_temp {
    width: 100% !important;
}
.full_temp ul {}
.full_temp ul li {
    list-style: none;
    width: 256px;
    border-bottom: 1px solid #f68121;
    border-left: 6px solid #f68121;
    margin: 0 28px 20px 0;
    float: left;
    background: #f1f1f1;
    position: relative;
    padding: 30px 36px 0 36px;
    min-height: 250px;
}
.full_temp ul li h2 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    background: url(/site-images/serv-pg-head-border.jpg) right bottom no-repeat;
    line-height: 25px;
}
.full_temp ul li h2 a {
    color: #3581f8;
    padding: 0 0 10px 75px;
    display: block;
}
.full_temp ul li>p {
    padding: 30px 0;
}
.serv_symb {
    position: absolute;
    right: 0;
    bottom: 0px;
}
.serv_pg_pre_op h2 a {
    background: url(/site-images/serv-pre-op-care.jpg) 0px 0px no-repeat;
}
.serv_pg_adj_gast h2 a {
    background: url(/site-images/serv-adjst-gast.jpg) 0px 0px no-repeat;
}
.serv_pg_slv_gast h2 a {
    background: url(/site-images/serv-slv-gast.jpg) 0px 0px no-repeat;
}
.serv_pg_roux_en h2 a {
    background: url(/site-images/serv-roux-en.jpg) 0px 0px no-repeat;
}
.serv_pg_min_gast h2 a {
    background: url(/site-images/serv-mini-gast-bypass.jpg) 0px 0px no-repeat;
}
.serv_pg_nov_proc h2 a {
    background: url(/site-images/serv-othr-nov-proc.jpg) 0px 0px no-repeat;
}
.serv_pg_metab_surg h2 a {
    background: url(/site-images/serv-met-surg.jpg) 0px 0px no-repeat;
}
.serv_pg_rev_bariat h2 a {
    background: url(/site-images/serv-rev-bariat-surg.jpg) 0px 0px no-repeat;
}
.serv_pg_rob_surg h2 a {
    background: url(/site-images/serv-rob-surg.jpg) 0px 0px no-repeat;
}
.serv_pg_red_port h2 a {
    background: url(/site-images/serv-red-prt-surg.jpg) 0px 0px no-repeat;
}
.serv_pg_bariat_nut h2 a {
    background: url(/site-images/serv-bariat-nutr.jpg) 0px 0px no-repeat;
}
.serv_pg_comp_mgmt h2 a {
    background: url(/site-images/serv-comp-mgmt.jpg) 0px 0px no-repeat;
}
.doc_blk {
    border: 1px solid #004abd;
    float: left;
    margin: 0px 5px 10px 5px;
    width: 216px;
    text-align: center;
    min-height: 275px;
}
.doc_blk_pic {
    margin: 10px 0;
    min-height: 145px;
}
.doc_blk_txt {}
.doc_blk_txt>h2 {
    font-size: 17px;
    padding: 0;
}
.doc_blk_txt>h2 a {
    color: #000;
}
.doc_blk_txt>h3 {
    font-size: 15px;
    padding: 0;
}
.exc_prof {
    width: 100px;
    margin: 10px auto;
    float: none;
}
.exc_prof a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #3581f8;
    display: block;
    padding: 5px 0 6px;
    width: 100px;
}
.doc_pg_pic {
    float: left;
    margin: 0 10px 0 0;
    width: 20%;
}
.doc_pg_txt {
    float: left;
    width: 78%;
}
.doc_pg_txt>h2 {
    font-size: 23px;
    padding: 0;
}
.doc_pg_txt>h3 {
    font-size: 20px;
    padding: 0;
}
.formHead {
    background: #FF8D11;
    color: #ffffff;
    padding: 5px 10px;
}
.news_pg ul {
    padding: 0px;
}
.news_pg ul li {
    float: left;
    list-style: none;
    border-bottom: 1px dashed #004ABD;
    padding: 0 0 10px;
    width: 100%;
}
.news_pg h3 {
    font-size: 23px;
    line-height: 25px;
}
.news_pg .read-more a {
    background: #ff9916;
    border-radius: 4px;
    color: #000000;
    float: right;
    font-size: 13px;
    padding: 2px 9px;
}
.iframe-youtube {
    width: 70%;
    height: 350px;
}
.one_fourth {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0px;
    padding: 0 0 10px 0px;
}
.one_fourth h3 {
    font-size: 20px;
    color: #F68121;
}
.one_fourth p {
    float: left;
    width: 100%;
}
.img_rght {
    float: right;
    margin: 0 0 10px 10px;
}
.img_lft {
    float: left;
    margin: 0 10px 10px 0;
}
/* added by baskar */
#memberLoginError {
    color: red;
    text-align: center;
    padding-bottom: 16px;
    float: left;
    width: 100%;
    text-align: center;
}
.sel_reg a {
    background: #3581f8 url(/images/new_arrow1.png);
    color: #ffffff;
    float: right;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    margin: 0 4px 0 0;
    padding: 10px 13px 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.custom-combobox-input {
    color: #000000 !important;
    padding: 10px;
    width: 67% !important;
}
.custom-combobox {
    display: inline-block;
}
.find_surgeon .surg_search {
    width: auto;
    display: inline-block;
}
.surg_search {
    width: 400px;
}
.find_surgeon .surg_name {
    background: #3581f8 none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 100%);
    /* float: left; */
    font-family: "Lato", sans-serif;
    font-size: 13px;
    padding: 8px 10px;
    width: 81px;
    margin-right: 6px;
    display: inline-block;
    margin-left: -11px;
}
.surg_name {
    background: #3581f8 none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 100%);
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    padding: 9px 10px;
    width: 138px;
    margin-right: 6px;
}
.surgeon-name {
    display: inline-block;
    width: 220px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
    color: #000;
}
.surgeon-name::-webkit-input-placeholder {
    color: #000;
}
.surgeon-name::-moz-input-placeholder {
    color: #000;
}
.custom-combobox-input::-webkit-input-placeholder {
    color: #000 !important;
}
.custom-combobox-input::-moz-input-placeholder {
    color: #000 !important;
}
.side_sel_reg {
    width: 41%;
    display: inline-block;
}
.side_sel_reg .custom-combobox input {
    width: 90px !important;
    float: none !important;
    padding: 9px 4px !important;
}
.side_find_surgeon .side_sel_reg a {
    float: none !important;
    padding: 12px 0px !important;
    margin-top: -3px !important;
}
.side_find_surgeon .surg_search .surg_name {
    width: 120px !important;
    display: inline-block;
    float: none;
}
.side_find_surgeon .surg_search {
    width: auto;
    display: inline-block;
}
.side_find_surgeon .surg_but {
    float: none;
    display: inline-block;
}
.profile-right {
    display: inline-block;
    vertical-align: top;
    width: 72%;
    padding-left: 15px;
}
.profile-img {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    width: 25%;
    /* border: 1px solid #ccc; */
    padding: 0 0 1em 0;
    text-align: center;
}
/* Add by Amit  */
.filters {
    margin: 10px 0;
    width: auto;
}
.filters a {
    margin: 0 6px;
}
.filters a:first-child {
    margin-left: 0;
}
.side_find_surgeon .surg_search .surg_name {
    width: 107px !important;
    font-size: 12px !important;
}
.no-records {
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    width: 79.8%;
}
.col4-list .ListAltRow1:last {
    clear: both;
}
/* added by baskar */
#dateofbirth {
    background: url(/images/datepicker/calendar.gif) 97% center no-repeat;
}
.search_submit {
    background: #3581F8;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    padding: 6px 27px;
    cursor: pointer;
    font-weight: bold;
}
input.search_submit[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* date picker image by satya */
.ref-list-heading li {
    color: #fff;
}
.join_online_button a {
    margin: 0 0 0 4px;
    border-radius: 5px;
    background: #3581f8;
    color: #ffffff;
    padding: 4px 13px;
}
.services-resources>a {
    background: #f68121 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin: 1em 0 0.5em;
    padding: 5px 10px;
}
.block {
    margin: 1em 0;
}
.app-form-guidelines>a {
    background: #f68121 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 1em;
    padding: 0.5em 0;
    text-align: center;
    width: 200px;
}
.personal>div {
    /* display: inline-block; */
    width: 100%;
    float: left;
}
.field {
    /* display: inline-block; */
    width: 45%;
    float: left;
}
.field div {
    display: inline-block;
    vertical-align: top;
}
.field label {
    width: 215px;
    /* display: inline-block; */
    vertical-align: top;
    font-weight: bold;
    float: left;
}
.field textarea {
    float: none;
    width: auto;
}
.academics label {
    color: #606060;
    font-weight: normal;
    float: none;
    display: block;
}
.academics .field {
    width: 20%;
}
.more-academics {
    clear: both;
}
.bariatric-db h4 {
    clear: both;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.field li {
    float: left;
    list-style: none;
    font-size: 13px;
    line-height: 14px;
    margin: 5px;
}
.field li label {
    line-height: 18px;
}
.field ul {
    float: left;
    padding-left: 0;
    margin-bottom: 10px;
}
.major label {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.bariatric-db input[type="radio"] {
    float: none;
    vertical-align: top;
    display: inline-block;
    clear: both;
    margin-top: 10px;
}
.field.li {
    width: 100%;
}
.lengthy label {
    width: 380px;
}
.faculty .field div {
    float: left;
    margin-right: 45px;
}
.faculty .field {
    width: 100%;
}
/*.faculty label {
	line-height: 20px;
	margin-left: 20px;
	margin-right: 10px;
}*/
.faculty label {
    float: none;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin-bottom: 15px;
}
.infra .field {
    width: 100%;
    float: none;
}
.infra div {
    float: left;
    margin-right: 45px;
}
.infra label {
    float: none;
    width: 375px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin-bottom: 15px;
}
.documents div,
.picture div {
    display: block;
}
/*.fields {
	margin: 2px 0;
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
.fields label {
	display: inline-block;
	min-width: 110px;
	line-height: 18px;
}
.fields input[type="text"] {
	display: inline-block;
	min-width: 200px;
	border: 1px solid #ccc;
	padding: 0.5em;
	vertical-align: top;
}
.fields select {
	width: 215px;
}
.fields textarea {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.bariatric-db .fields {
	width: 100%;
}
.bariatric-db .fields label {
	min-width: 360px;
}
.bariatric-db li ul {
	padding-left: 0;
	margin-bottom: 20px;
}
.bariatric-db ul {
	padding: 0;
}
.bariatric-db li ul li label {
	position: relative;
	 left: 15px; 
}
.membership .fields {
	width: 49%;
}
.bariatric-db li, .bariatric-db li ul li {
	list-style: none;
}
.bariatric-db li ul li .fields {
	margin: 0;
}
.bariatric-db .fields.agewise label {
	min-width: 50px;
}
.infra-details .fields label {
	width: 200px;
	line-height: 18px;
	vertical-align: top;
}
.pref-title {
	display: inline-block;
}
.academy h4 {
	display: inline-block;
}
.academy label {
	min-width: 157px;
}
.membership label {
	min-width: 215px;
}*/
/** MEDIA QUERIES **/
.info-container {
    background: #F1F6F7;
    padding: 1em;
    margin-bottom: 15px;
}
.main-container {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.main-container h2 a {
    font-size: 20px;
}
.info-container h2 {
    line-height: 25px;
}
.venue {
    font-size: 13px;
    line-height: 16px;
    padding: 2px 0;
}
.right-header {
    display: inline-block;
    width: 74%;
}
.right-content {
    float: right;
    width: 90%;
    padding: 1em 0;
}
.table-dash {
    margin-bottom: 1em;
}
.dash-bord-box p.title-dash {
    background: rgb(53, 129, 248) none repeat scroll 0px 0px;
    color: #fff;
    padding-left: 5px;
    float: left;
    width: 19%;
    text-align: center;
}
.dash-bord-box p.table-dash-content {
    padding-left: 5px;
    float: left;
    width: 19%;
    text-align: center;
}
.table-dash .no-records-new {
    text-align: center;
    display: block;
    width: 100%;
    float: none;
    clear: both;
}
.sub-info {
    margin-left: 10px;
}
.join_online_button.new {
    margin-top: 10px;
    display: block;
}
.coe-h1 {
    float: left;
}
.join_online_button.new.top {
    float: right;
}
.join_online_button.new a {
    display: block;
    width: 188px;
    padding: 6px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.gallery-search-list ul li {
    float: left;
    margin: 0px 0;
    padding: 8px 0 8px 5px;
    text-align: left;
    list-style: none;
    color: #000;
}
.gallery-search-list-heading ul li {
    text-align: left;
    border: 1px solid #DCE0E6;
}
.gallery-search-list-heading {
    background: #E7EDF1;
    width: 100%;
    float: left;
}
.gallery-content-list:nth-child(2n) {
    background: #fff;
    width: 100%;
    float: left;
}
.gallery-content-list:nth-child(2n+1) {
    background: #E7EDF1;
    width: 100%;
    float: left;
}
.gallery-search-article ul {
    padding: 0px 0 5px 0;
}
.gallery-search-list .gallery-title {
    width: 40%;
}
.gallery-search-list .gallery-author {
    width: 23%;
}
.gallery-search-list .gallery-publish {
    width: 14%;
}
.gallery-search-list .gallery-duration {
    width: 8%;
}
.gallery-search-list .gallery-likes {
    width: 6.8%;
}
.gallery-search-article .search_options select {
    width: 32%;
}
.gallery-search-article .search_options input {
    width: 31%;
}
.gallery-search-article .search_options input[type="submit"] {
    width: 14%;
}
.gallery-search-article .search_options {
    margin-bottom: 10px;
}
.gallery-search-article {
    width: 78%;
}
.gallery-search-article a {
    color: #497eba;
}
.gallery-status {
    width: 10%;
}
.gallery-action {
    width: 16.3%;
}
.gallery-detail-form h2 {
    margin-bottom: 10px;
    display: inline;
    color: #497eba !important;
    width: auto !important;
}
.cont_sec1-lft .gallery-det-article {
    width: 100%;
}
.gallery-vid-duration {
    padding: 5px;
}
.gallery-vid-duration label {
    line-height: 29px;
    width: 140px;
    color: #000;
}
.gallery-vid-duration p {
    line-height: 24px;
    color: #497eba !important;
}
.gallery-des-vid,
.gallery-detail-comments,
.file_upload .gallery-det-pdf {
    background: #f2f6f8;
    border: 1px solid #c3c3c3;
    padding: 10px 10px !important;
    width: 97% !important;
    margin-top: 10px;
}
.gallery-detail-form .file_upload {
    width: 100% !important;
    margin-bottom: 10px;
}
.file_upload a {
    color: #497eba;
}
.gallery-detail-comments label {
    color: #000;
}
.gallery-detail-comments textarea {
    width: 95% !important;
}
#gallery_frm .gallery-detail-comments input[type="submit"] {
    background: #327bb7;
    padding: 5px 5px;
    color: #fff;
    border: 1px solid #327bb7;
    border-radius: 15px;
    padding: 6px 14px;
}
.gallery-search-article .add-video {
    float: right;
    font-size: 15px;
    margin-bottom: 5px;
}
.gallery-detail-comments p {
    text-align: right;
    margin-right: 12px;
}
.gallery-search-list .gal-search-likes {
    width: 10.8% !important;
}
.homepage-login {
    margin: 0 auto;
    width: 100px;
}
.join-forgot-pw {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.join-forgot-pw a {
    text-decoration: underline;
    color: #434343;
    font-size: 16px;
}
.login-join-pw {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #000;
}
.login-join-pw a {
    float: none !important;
    width: auto !important;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9);
        opacity: 0.1;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.1;
    }
}
#voting-circle {
    width: 10px;
    height: 10px;
    background-color: #e1261c;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}
.voting-div {
    display: block !important;
    width: 100%;
    text-align: left;
}
.voting-div a {
    color: #d02630;
    font-size: 16px;
    font-weight: bold;
}
.coe_index {
    background: #f3f6f7;
}
.coe-main {
    max-width: 1140px;
    margin: 0 auto;
}
.coe-main div {
    text-align: center;
    padding: 40px 0;
    width: 640px;
    margin: 0 auto;
}
.coe-main div p {
    text-align: justify;
    margin: 15px 0;
}
.coe-main div p.read-more {
    text-align: center;
}
.coe-main div p.read-more a {
    background: #004abd;
    color: #fff;
    display: inline-block;
    padding: 10px 18px;
}
table {
    border-collapse: collapse;
}
td,
th {
    border: 1px solid #606060;
    text-align: center;
}
.accordion {
    background-color: #3581f8;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}
.confirm_icon1 {
    padding-top: 0px !important;
}
#member_frm_msg_suc {
    color: green !important;
    /* align-content: center; */
    /* width: 100%; */
    /* border: 1px solid green; */
    /* margin: 0px 0px 38px 0px; */
    font-weight: bold;
    /*
	background: green;
	color: #fff;
	padding: 2px;
	margin: 1px 0px 1px 0px;
	*/
}
.ajax-file-upload-error {
    color: #f00;
}
.active,
.accordion:hover {
    background-color: #f68121;
}
.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    border: 1px solid #ccc;
}
.list-style-disc li {
    list-style: disc;
}
.join-online-obesity-surgery {
    float: right;
    margin-left: 5px;
}
.join-online-obesity-surgery-float-none {
    float: none;
}
.join-online-obesity-surgery a,
.join-online-obesity-surgery-float-none a {
    display: inline-block;
    background: #3581f8;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
}
.pdf-logo a {
    background: url(../site-images/pdf-icon.png) no-repeat left center;
    display: inline-block;
    padding-left: 25px;
}
.scrolling_left_right {
    max-width: 1300px;
    margin: auto;
    text-align: right;
    padding: 30px 0;
    clear: both;
    width: 95%;
}
.scrolling_left_right span {
    display: inline-block;
    font: 400 20px/25px'Lato', sans-serif;
    letter-spacing: 1px;
    
} .marquee {
    
    white-space: nowrap;
    -webkit-animation: rightThenLeft 7s linear;
}

.scrolling_left_right a {
    color: #f68121;
    font-weight: 700;
}
#vid-container{
padding-bottom:56.25%; 
position:relative; 
display:block; 
width: 100%
}
#vid-frame{
position:absolute;
top:0; 
left: 0;
width:90%;
height:90%;
border:2px solid #006997;
}
.img-right{
	float:right;
	margin-left:5px;
}
.ctr_blk{
	float: none;
	margin: 0 auto;
	clear: both;
}
.doc_blk_main{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.dtable{
	display:table;
	width:100%
}
.dtable-cell{
	display:table-cell;
}
@media screen and (max-width:1140px) {
    .menu nav ul li a {
        padding: 15px 19px;
    }
    .banner_txt {
        width: 42%;
    }
    .banner_txt h2 {
        font-size: 40px;
    }
    .join_online {
        padding: 40px 5px;
        margin: 0 5px 0 0;
        width: 31%;
        min-height: 209px;
    }
    .find_surgeon {
        padding: 41px 5px 40px;
        margin: 0 5px 0 0;
        width: 32%;
        background-position: center top;
    }
    .member_login {
        padding: 40px 5px;
        width: 31%;
        min-height: 209px;
    }
    .log_name {
        width: 210px;
    }
    .log_link_one a {
        padding: 10px 15px 11px;
    }
    .upcomin_event {
        margin: 0 3px 0 0;
        background-size: 100%;
        width: 23%;
        padding: 20px 50px 8px 42px;
    }
    .news_media {
        margin: 0 3px 0 0;
        background-size: 100%;
        width: 23%;
        padding: 20px 50px 8px 42px;
    }
    .lastest_blog {
        background-size: 100%;
        width: 23%;
        padding: 20px 50px 8px 42px;
    }
    .int_health_prof_sec h3 {
        font-size: 22px;
        background-position: center 26px;
        padding: 0 0 20px;
    }
    .blg_txt {
        font-size: 16px;
    }
    .resrc_txt {
        width: 50%;
    }
    .inner_banner_txt h2,
    .inner_banner_txt1 h2 {
        font-size: 24px;
    }
    .inner_banner_txt h3,
    .inner_banner_txt1 h3 {
        font-size: 13px;
    }
    .inner_banner_txt h4,
    .inner_banner_txt1 h4 {
        font-size: 18px;
    }
    .find_surgeon form {
        float: none;
        margin: 0 auto;
        width: 200px;
    }
    .surg_search {
        width: 205px;
        float: left;
    }
    .custom-combobox {
        margin: 0 0 5px;
        width: 215px;
        float: left;
    }
    .surg_name {
        height: 16px;
    }
    .side_log_link_one.sidebar-login {
        clear: left;
    }
    .gallery-search-list .gallery-title {
        width: 39%;
    }
    .gallery-action {
        width: 17.3%;
    }
    .gallery-search-list .gallery-publish {
        width: 13%;
    }
    .cont_sec1-lft .gallery-det-article {
        width: 90%;
    }
    .gallery-search-article .search_options select {
        width: 31%;
    }
}
@media screen and (max-width:958px) {
    .inner_banner_seven {
        background-position: -350px 0 !important;
    }
    .right-header {
        width: 70%;
        text-align: left;
    }
    .right-content {
        float: none;
        width: auto;
    }
    .logo {
        margin: 0 1% 0 0;
        width: 29%;
    }
    .search {
        margin: 36px 5px 0 0;
    }
    .header_smo_reg {
        margin: 30px 0 0;
    }
    .menu nav ul li a {
        padding: 15px 6px;
    }
    .inner_banner {
        margin: 137px 0 0;
    }
    .banner_sec {
        min-height: 364px;
    }
    .banner_sec .rslides>li {
        background-size: 205% auto;
        height: 364px;
    }
    .banner_txt h3 {
        font-size: 16px;
    }
    .banner_txt h2 {
        font-size: 25px;
    }
    .banner_txt h4 {
        font-size: 18px;
    }
    .join_online {
        width: 30%;
    }
    .find_surgeon {
        background-position: center 0px;
    }
    .log_name {
        width: 169px;
    }
    .side_find_surgeon h2 {
        padding: 0 0 96px;
    }
    .link_one a {
        text-align: center;
        margin: 0 auto;
    }
    .sel_reg a {
        width: 30px;
        margin: 0 0 5px;
    }
    .log_link_two a {
        margin: 5px 0 0;
    }
    .log_link_one a {
        text-align: center;
        width: 147px;
        margin: 25px 4px 0 0;
    }
    .join_online h3 {
        padding: 0 0 10px;
    }
    .join_online {
        padding: 40px 5px 12px;
    }
    .member_login h2 {
        padding: 0 0 10px;
    }
    .member_login {
        padding: 40px 5px 15px;
    }
    .find_surgeon h2 {
        padding: 0 0 82px;
    }
    .upcomin_event,
    .news_media,
    .lastest_blog {
        background: #dfdfdc;
        border: 6px solid #ffffff;
        padding: 20px 10px 8px;
        width: 216px;
    }
    .blg_img {
        margin: 0 10px 0 0;
    }
    .resrc_img {
        margin: 60px 15px 0 0;
        width: 40%;
    }
    .resrc_txt {
        width: 57%;
    }
    .surg_name {
        height: 16px;
    }
    article {
        margin: 0 0 0 8px;
        width: 52%;
    }
    .side_log_name {
        width: 184px !important;
    }
    .side_log_link_one input {
        padding: 10px;
    }
    .side_log_link_two a {
        padding: 10px 16px 11px;
    }
    .find_surgeon {
        border-bottom: 1px solid #e8e9ea;
    }
    .find_surgeon h2 {
        padding: 0 0 77px;
    }
    .join_online {
        min-height: 211px;
    }
}
@media screen and (max-width:870px) {
    .right-header {
        display: inline-block;
        width: 70%;
        text-align: center;
    }
    .certificate li{
        width:auto;
    }
}
@media screen and (max-width:766px) {
    .coe-main div {
        width: 95%;
    }
    .logo {
        margin: 0;
        width: auto;
        float: none;
        text-align: center;
    }
    .right-header {
        display: block;
        width: auto;
    }
    .right-content>div {
        margin: 0 10px;
    }
    .search_bar {
        width: 129px;
    }
    .ifs {
        margin: 48px 0 0;
        width: 14%;
    }
    .menu nav ul li a {
        font-size: 12px;
        padding: 15px 5px;
    }
    .banner_txt {
        top: 20%;
    }
    .banner_sec {
        min-height: 300px;
    }
    .banner_sec .rslides>li {
        height: 300px;
    }
    .online_surgeon_login {
        margin: 36px 0 55px;
    }
    .join_online {
        width: 300px;
        float: none;
        margin: 0px auto 10px;
        min-height: 247px;
        padding: 25px 5px;
    }
    .link_one,
    .link_two {
        margin: 0 auto;
        width: 208px;
    }
    .find_surgeon {
        width: 300px;
        float: none;
        margin: 0px auto 10px;
        min-height: 241px;
        padding: 25px 5px;
        border-right: 1px solid #E9EAEC;
        border-left: 1px solid #E9EAEC;
    }
    .sel_reg,
    .surg_search {
        margin: 0 auto;
        width: 208px;
    }
    .member_login {
        width: 300px;
        float: none;
        margin: 0px auto 10px;
        min-height: 247px;
        padding: 25px 5px;
    }
    .log_link_one,
    .log_link_two {
        margin: 0 auto;
        width: 208px;
    }
    .log_name {
        width: 83%;
    }
    .prof_sym {
        top: -87px;
    }
    .int_health_prof {
        background-size: 100% 100%;
        padding: 64px 0 49px;
    }
    .upcomin_event,
    .news_media,
    .lastest_blog {
        width: 275px;
        min-height: 331px;
        float: none;
        margin: 0px auto 10px;
    }
    .event_media_img {
        min-height: 103px;
    }
    .int_health_prof_sec p {
        margin: 0 3% 30px;
    }
    .resrc_img {
        float: none;
        margin: 10px auto;
        width: 250px;
    }
    .resrc_for_pat {
        background-size: 100% 100%;
        padding: 5px 0;
    }
    .resrc_txt {
        float: none;
        margin: 0 auto;
        width: 95%;
    }
    .resrc_txt h2 {
        padding: 11px 0;
    }
    article {
        margin: 0 auto;
        width: 97%;
        float: none;
    }
    aside {
        clear: both;
        float: none;
        margin: 10px auto;
    }
    .voting-div {
        text-align: center;
    }
    .banner_content {
        top: 10px;
        transform: none;
        font: 600 4vw/5vw 'Lato', sans-serif;
    }
    .banner_content span {
        font: 400 4vw/5vw 'Lato', sans-serif;
    }
}
@media screen and (max-width:705px) {
.ctr_blk {
	float: left;
	margin: 0 auto;
	clear: none;
}
}
@media screen and (max-width:639px) {
    .coe-h1,
    .join_online_button.new.top {
        float: none;
    }
    .right-content>div {
        margin: 10px;
    }
    .fields label {
        display: block;
        min-width: auto;
    }
    .infra-details .fields label {
        width: auto;
    }
    .fields input[type="text"] {
        display: block;
        min-width: auto;
        width: 80%;
    }
    .menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer;
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        float: left;
        padding: 0 1px;
    }
    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }
    .slicknav_menu .slicknav_no-text {
        margin: 0
    }
    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }
    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: 0.188em
    }
    .slicknav_nav {
        clear: both
    }
    .slicknav_nav ul,
    .slicknav_nav li {
        display: block
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }
    .slicknav_nav .slicknav_item {
        display: block;
        cursor: pointer;
    }
    .slicknav_nav a {
        display: block
    }
    .slicknav_nav .slicknav_item a {
        display: inline
    }
    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table;
    }
    .slicknav_menu:after {
        clear: both
    }
    .slicknav_menu {
        *zoom: 1
    }
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        width: 80px;
        height: 14px;
        float: none;
        margin: 10px auto 9px;
    }
    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #000;
        font-weight: 600;
    }
    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #000;
        ;
    }
    .slicknav_menu {
        padding: 2px 0 0 0;
        clear: both;
        background: #F98100;
    }
    .slicknav_nav {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 0.875em;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        background: #fff;
    }
    .slicknav_nav ul {
        padding: 0;
    }
    .slicknav_nav .slicknav_item {
        padding: 5px 10px;
        margin: 2px 5px;
    }
    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #000;
    }
    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0;
    }
    .slicknav_nav .slicknav_item:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #F68121;
        color: #fff;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 2px;
        background: #F68121;
        color: #fff;
    }
    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }
    .slicknav_nav li {
        border-bottom: 1px solid #000;
    }
    .logo {
        float: none;
        margin: 0px auto;
        width: 291px;
        padding: 10px 0;
    }
    .search {
        float: none;
        margin: 0 auto 50px;
        width: 193px;
    }
    .header_smo_reg {
        float: none;
        margin: 10px auto;
        width: 195px;
    }
    .ifs {
        float: none;
        margin: 21px auto;
        width: 140px;
    }
    .banner_txt h3 {
        font-size: 13px;
    }
    .banner_txt h2 {
        font-size: 18px;
    }
    .banner_txt h4 {
        font-size: 14px;
    }
    .banner_sec .rslides>li {
        height: 227px;
    }
    .banner_sec {
        min-height: 210px;
    }
    .inner_banner_txt,
    .inner_banner_txt1 {
        display: none;
    }
    .inner_banner_sec {
        min-height: 172px;
    }
    .inner_banner_sec .rslides>li {
        background-size: 282% auto;
        height: 220px;
    }
    .full_temp ul li {
        width: 205px;
    }
    .full_temp ul li h2 {
        font-size: 17px;
    }
    /** STICKY MENU **/
    .head_nav {
        position: relative;
        top: auto;
    }
    .stickyMenu .logo {
        width: auto;
    }
    .stickyMenu .ifs {
        margin: 10px auto;
        ;
    }
    .stickyMenu .header_smo_reg {
        margin: 10px auto;
    }
    .stickyMenu .search {
        margin: 10px auto;
    }
    .stickyMenu .menu {
        padding: auto;
        background: #fff;
        border-bottom: 1px solid #d2edff;
    }
    .inner_banner,
    .banner {
        margin: 0px;
    }
    header {
        border-bottom: 1px solid #d2edff;
        padding: 0 0 15px;
    }
    .iframe-youtube {
        width: 98%;
        height: 250px;
    }
    .inner_banner_seven {
        background-position: -176px 0 !important;
    }
	.img-right{
	float:none;
	margin:0px;
	text-align:center;
}
.dtable-cell{
	display:block;
}
}
@media screen and (max-width:478px) {
    .banner_sec {
        min-height: 140px;
    }
    .banner_sec .rslides>li {
        height: 150px;
    }
    .banner_txt {
        display: none;
    }
    .resrc_txt h2 {
        font-size: 22px;
    }
    .int_health_prof_sec h2 {
        font-size: 21px;
    }
    .resrc_txt h3 {
        font-size: 19px;
    }
    .inner_banner_sec {
        min-height: 150px;
    }
    .inner_banner_sec .rslides>li {
        height: 200px;
    }
    aside {
        width: 308px;
    }
    .side_serv ul li a {
        font-size: 13px;
    }
    .side_join_online {
        width: 283px;
    }
    aside {
        width: 310px;
    }
    .side_find_surgeon {
        width: 284px;
    }
    .ban-tabs {
        left: 2%;
        bottom: -14%;
    }
}