@charset "utf-8";

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/aspen/fonts/montserrat/montserrat-v15-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body{
    font-size:14px;
    line-height:19px
}
a{
    text-decoration:none
}
.mainContent p a{
    position: relative;
    transition: .2s ease-in-out;
}
.mainContent p a:hover {
    color: #009ad9 !important;
}

.mainContent p a:after,
.mainContent a:before{
    content: ''; position: absolute;
    width: 100%; height: 1px;
    background: #425563;
    bottom: 0px; left: 1px;
    transition: all .4s ease-in-out;
}
.mainContent p a:after {
    transform: scaleX(0);
    transform-origin: left;
    background: #009ad9;
    transition-delay: .2s;
}
.mainContent p a:hover:after{
    transform: scaleX(1);
}
.mainContent p a:before {
    transform-origin: right;
    transform: scaleX(1);
}
.mainContent p a:hover:before{
    transform: scaleX(0);
}

a.heroLink{
    font-size:16px;
    line-height:20px
}
a.heroLink i{
    padding-left:5px
}
a.heroLink:hover{
    text-decoration:none
}
h1{
    font-size:32px;
    line-height:38px;
    font-weight:normal
}
.content h1{
    padding-bottom:10px;
    border-bottom:2px solid #dee1e6;
    margin:0px 0 20px 0
}
h2{
    font-size:28px;
    line-height:38px;
    font-weight:normal
}
h3{
    font-size:22px;
    line-height:24px;
    font-weight:normal
}
.content h3{
    margin-bottom:6px;
    margin-top:26px
}
.horizontal-line:before{
    content:"";
    display:block;
    border-top:solid 1px #d9d9d9;
    width:100%;
    height:1px;
    left:0px;
    position:absolute;
    top:50%;
    z-index:1
}
.horizontal-line span{
    background:#fff;
    padding:0 20px;
    position:relative;
    z-index:888;
    display:inline-block
}
.horizontal-line{
    text-align:center;
    line-height:normal !important
}
.search h2{
    font-size:20px
}
.search .closeResults.horizontal-line i{
    font-size:40px
}
h4{
    font:18px;
    line-height:28px;
    font-weight:normal
}
h5{
    font-size:16px;
    line-height:18px;
    font-weight:normal
}
h6{
    font-size:14px;
    line-height:20px;
    font-weight:normal
}
p{
    font-size:14px;
    line-height:19px
}
.content p{
    font-size:14px;
    line-height:19px
}
.small-font,p.small-font,.content .small-font,.content p.small-font{
    font-size:10px;
    line-height:14px
}
.content img.alignLeft{
    display:block;
    float:left;
    padding:0 3% 3% 0
}
.enhancedText{
    padding:3% 0%
}
.mainContent img{
    max-width:100%;
    height:auto!important;
}
p.intro{
    font-size:21px;
    line-height:28px
}
p.lead{
    font-size:16px;
    line-height:22px
}
em,i{
    font-style:normal
}
.content ul,.content ul.noBullets{
    margin:10px 0px 0px 0px;
    padding:0px;
    list-style:none
}
.profileContent ul{
    margin:10px 0px 0px 20px;
    padding:0px;
    list-style:disc
}
.content ul li,.content ul.noBullets li{
    margin:0px 0px 8px 0px;
    padding:0px
}
.profileContent ul li{
    margin:0px 0px 8px 0px;
    padding:0px
}
.mainContent ul{
    list-style:disc;
    padding:0px;
    margin:0px
}
.mainContent ol{
    padding:0px;
    margin:0px 0 0 5px
}
.mainContent ul li,.mainContent ol li{
    margin:0px 0px 10px 15px;
    line-height:19px
}
.mainContent .logoArea span img{
    padding-top:50px
}
.partnersList a{
    padding-left:5%
}
ul.enhancedList,ol.enhancedList{
    padding:3%;
    margin:10px 0 20px 0
}
ul.enhancedList:after,ol.enhancedList:after{
    content:"";
    clear:both;
    display:block
}
ul.enhancedList h3,ol.enhancedList h3{
    text-decoration:none;
    padding:0px;
    margin:0px 0px 15px 0px
}
ul.enhancedList li a,ol.enhancedList li a{
    text-decoration:none
}
ul.enhancedList li{
    width:50%;
    float:left
}
.circleBase{
    position:relative;
    float:left;
    -webkit-border-radius:999px;
    -moz-border-radius:999px;
    border-radius:999px
}
.type1{
    width:35px;
    height:35px;
    background:#fff;
    display:block;
    margin-right:10px !important
}
.type2{
    width:45px;
    height:45px;
    display:block;
    margin-right:10px !important;
    font-size:16px;
    border:4px solid #fff !important
}
.type2 i{
    position:absolute;
    top:11px;
    left:7px;
    color:#fff
}
.type3{
    width:45px;
    height:45px;
    display:block;
    margin-right:10px !important;
    font-size:22px;
    border:4px solid #fff !important
}
.type3 i{
    position:absolute;
    top:7px;
    left:4px;
    color:#fff
}
.ellipseBase{
    position:relative;
    float:left;
    -webkit-border-bottom-right-radius:45px;
    -webkit-border-bottom-left-radius:45px;
    -moz-border-radius-bottomright:45px;
    -moz-border-radius-bottomleft:45px;
    border-bottom-right-radius:45px;
    border-bottom-left-radius:45px;
    behavior:url(ie-css3.htc)
}
.ellipseBase.type1{
    width:45px;
    height:48px;
    display:block;
    font-size:16px;
    border:0px !important;
    -moz-box-shadow:0px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 3px 5px rgba(0,0,0,0.2);
    box-shadow:0px 3px 5px rgba(0,0,0,0.2)
}
.ellipseBase.type1 i,.ellipseBase.type2 i{
    position:absolute;
    top:12px;
    left:8px;
    color:#fff;
    font-size:21px
}
.ellipseBase.type2{
    width:45px;
    height:48px;
    display:block;
    font-size:16px;
    border:0px !important;
    -moz-box-shadow:0px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 3px 5px rgba(0,0,0,0.2);
    box-shadow:0px 3px 5px rgba(0,0,0,0.2)
}
#sidebar h2{
    line-height:30px;
    padding:0px !important;
    margin:0px 0px 10px 0px !important
}
#sidebar .box{
    width:100%;
    padding:25px 5%;
    margin:30px 0;
    clear:both
}
#sidebar .box p{
    padding-bottom:5%
}
#sidebar .box a.btn-lg{
    clear:both;
    display:block;
    text-align:center
}
#sidebar .box a.last{
    clear:both;
    display:block;
    margin-top:10px
}
.featureStyle2.box2,.featureStyle3.box2{
    float:left;
    width:100%;
    margin:0 0 15px 0;
    padding:5%
}
.featureStyle2.box2 img,.featureStyle3.box2 img{
    max-width:100%;
    text-align:center;
    margin:0 auto
}
.featureStyle2 h1{
    line-height:28px !important
}
.sidebtn{
    float:left;
    width:100%;
    margin:0 0 15px 0
}
.sidebtn a{
    float:left;
    width:100%;
    text-align:left
}
.sidebtn.center a{
    text-align:center
}
.sidebtn i{
    float:left;
    width:20%;
    margin-top:5px
}
.sidebtn div{
    float:right;
    width:80%
}
.sidebtn.center div{
    float:none;
    width:100%
}
@media (min-width: 1px) and (max-width: 991px){
    .sidebtn div{
        float:left;
        width:90%
    }
    .sidebtn i{
        float:left;
        width:5% !important;
        margin-top:5px;
        margin-right:10px
    }
}
.clinicTimes{
    margin-top:20px
}
.clinicTimes .bookingArea{
    padding-left:0px
}
#pageModules .bookingArea{
    display:block;
    position:relative;
    clear:both;
    margin:20px 0
}
.bookingArea h2{
    line-height:26px;
    padding:3% 2%;
    margin:0px;
    display:table-cell;
    vertical-align:middle;
    margin:0px !important;
    font-size:24px
}
.bookingArea .action{
    display:block;
    float:left;
    padding:12px 2% 12px 2%;
    margin:0px
}
#sidebar .bookingArea .action{
    padding-bottom:20px
}
#sidebar .bookingArea .action p{
    display:block;
    float:none !important;
    padding:5px 10px;
    margin:0px;
    line-height:25px
}
#sidebar .bookingArea .action a.btn-info{
    display:block;
    width:80%;
    float:none !important;
    text-transform:uppercase;
    text-decoration:none;
    margin:auto;
    text-align:center
}
.profileP.bookingArea .action{
    width:100%
}
.bookingArea .action p{
    display:block;
    float:left;
    font-size:20px;
    line-height:42px;
    padding:0px;
    margin:0px
}
.bookingArea .action span.aPhone{
    font-size:20px
}
.bookingArea .action span.aPhone span{
    font-size:20px
}
.bookingArea .action span{
    font-size:14px
}
.bookingArea .action a.btn-info{
    display:block;
    float:right;
    text-transform:uppercase;
    text-decoration:none
}
.bookingArea .secretary{
    display:block;
    float:left;
    padding:12px 0 12px 0;
    margin:15px 0px 0 0;
    width:100%;
    position:relative
}
.bookingArea .secretary h2{
    font-size:18px;
    text-align:center;
    width:100%;
    display:block;
    padding:0px;
    margin:0px
}
.bookingArea .secretary p{
    font-size:12px;
    line-height:19px;
    padding:0px;
    margin:0px;
    text-align:center;
    width:100%;
    display:block;
    position:relative
}
.list-of-consultants{
    display:block;
    clear:both;
    width:100%
}
.lc-container{
    background:#f5f5f5;
    display:block;
    position:relative;
    width:95%;
    padding:2.5%
}
.lc-container ul{
    list-style:none
}
.lc-container ul li{
    margin:0px
}
.lc-left{
    display:block;
    float:left;
    background:#000;
    width:15%;
    margin-right:3%;
    height:120px
}
.lc-right{
    display:block;
    float:left;
    width:82%;
    height:120px;
    background:#fff
}
.lc-about{
    display:block;
    float:left;
    width:45%;
    padding-right:5%;
    background:red
}
.lc-interests{
    display:block;
    float:right;
    width:50%;
    background:grey
}
.linksArea ul{
    display:block;
    float:left;
    width:48.5%;
    margin:0 3% 5% 0;
    padding:2.5%;
    height:95% !important;
    list-style:none !important
}
.linksArea ul.last{
    margin-right:0%
}
.linksArea ul h4{
    margin:0px;
    padding-bottom:5px
}
.linksArea ul a{
    text-decoration:none
}
.linksArea ul li{
    line-height:16px;
    position:relative;
    margin-left:20px
}
.linksArea ul li i:before{
    display:block;
    position:absolute;
    left:-20px;
    top:0px
}
#breadcrumbs{
    padding:0px;
    margin:10px 0 20px 0
}
#breadcrumbs a{
    text-decoration:none;
    position: relative;
    transition: all .2s ease;
}
#breadcrumbs a:hover {
    color: #009ad9 !important;
}
#breadcrumbs a:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    background: #009ad9;
    width: 100%; height: 1px;
    transform: scaleX(0);
    transition: all .2s ease;
    transform-origin: center;
}
#breadcrumbs a:after {
    color: #009ad9 !important;
}
#breadcrumbs a:hover:after {
    transform: scaleX(1);
}

#breadcrumbs a i:before{
    padding:0px;
    margin:0px;
    width:12px
}
.consultants.enhancedText{
    padding:3% 0% 6% 0% !important
}
.consultants.enhancedText p{
    padding:2.5% 18%;
    font-size:28px;
    line-height:30px;
    text-align:center
}
.consultants.enhancedText .cta{
    position:relative;
    width:100%;
    text-align:center;
    margin:0px auto;
    clear:both
}
.consultants.enhancedText .cta a{
    clear:both;
    text-decoration:none
}
.profile.enhancedText{
    margin-bottom:30px;
    padding-left:2%
}

@media (max-width: 992px){
    .profileP.bookingArea .action {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 480px) and (max-width: 750px){
    .profile.enhancedText .consultantPhotograph{
        width:40%;
        float:left
    }
    .profile.enhancedText .consultantDetails{
        width:50%;
        float:left
    }
}
.profile img{
    border:3px solid #fff;
    display:block;
    width:100%;
    margin:0 0 10px 0;
    max-width:300px
}
.profile h1{
    border:0px;
    padding:0px;
    margin:0px
}
.profile h2{
    font-size:22px;
    line-height:28px;
    padding:0px;
    margin:5px 0px 20px 0px;
    border-bottom:2px solid;
    display:table
}
.profile p strong{
    font-size:18px;
    padding:0px;
    margin:0px 0 4px 0;
    display:block
}
table.timetable{
    width:100%;
    min-height:220px;
    border-width:2px 0 0 2px;
    border-style:solid;
    border-collapse:separate
}
table.timetable tr{
    min-height:55px
}
table.timetable td{
    border-width:0 2px 2px 0;
    border-style:solid;
    text-align:center;
    font-size:15px;
    line-height:15px;
    vertical-align:middle;
    padding:2.5%;
    width:9%
}
table.timetable td i{
    font-size:20px;
    line-height:20px
}
.clinicTimes .bookingArea h2{
    text-align:center;
    margin-bottom:10px;
    display:block;
    width:100%;
    font-size:24px;
    line-height:26px
}
.clinicTimes .bookingArea .action p,.clinicTimes .bookingArea .action span{
    display:block;
    width:100%;
    text-align:center
}
.clinicTimes .bookingArea .action a.btn-info{
    text-align:center;
    display:block;
    width:90%;
    margin:6% 5% 4% 5%;
    float:none;
    margin-top:20px
}
.clinicTimes .col-md-8{
    padding-left:0px
}
.clinicTimes .col-md-4{
    padding-right:0px
}
.clinicTimes{
    margin-bottom:20px
}
.timetable table{
    height:600px !important
}
.not-insured .bookingArea{
    margin:0px !important;
    padding:0px !important
}
.not-insured #pageModules{
    margin:40px 0
}
.search h1{
    text-align:center;
    width:50%;
    margin:0 25%;
    border:0px
}
.searchBox p{
    font-size:24px;
    line-height:30px;
    text-align:center;
    padding:0 5%
}
.searchBox form{
    width:50%;
    margin:0 25%
}
.priceSearch.searchBox form{
    width:70%;
    margin:0 15%
}
.searchBox form{
    display:block;
    padding:8px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.21);
    box-shadow:0px 2px 2px rgba(0, 0, 0, 0.21);
    position:relative
}
.searchBox form input{
    display:block;
    float:left;
    width:100% !important;
    border:0px;
    font-size:16px !important;
    padding:5px 10px !important;
    line-height:20px !important;
    z-index:999;
    min-height:auto;
    height:auto
}
.searchBox form i:before{
    color:#ccc;
    display:block;
    position:absolute;
    line-height:33px !important;
    font-size:24px;
    width:10%;
    right:4%;
    text-align:right
}
.searchBox form input:focus{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important
}
.priceSearch.searchBox form input{
    width:80% !important
}
.searchBox form button{
    display:block;
    width:10%;
    color:#fff;
    font-size:20px;
    line-height:16px;
    border:none
}
.searchBox form button i:before{
    line-height:16px;
    font-size:20px
}
.searchBox ul.search-results{
    position:absolute;
    background:#fff;
    width:100%;
    left:0px;
    top:40px;
    z-index:998;
    border:1px solid #828282;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    padding:12px 0px;
    -moz-box-shadow:inset 0 8px 10px -11px #000;
    -webkit-box-shadow:inset 0 8px 10px -11px #000;
    box-shadow:inset 0 8px 10px -11px #000
}
.searchBox ul.search-results li{
    display:block;
    width:95%;
    margin:0 2.5%;
    border-bottom:1px solid #dddddd
}
.searchBox ul.search-results li:last-child{
    border-bottom:0px
}
.searchBox ul.search-results li a{
    display:block;
    font-size:18px;
    line-height:30px
}
.searchBox ul.search-results li a:hover{
    text-decoration:none
}
.priceSearch.searchBox form button{
    width:auto
}
.searchBox form button:hover{
    color:#000000
}
.priceSearch.searchBox form button:hover{
    background:none
}
.search .enhancedText{
    margin-bottom:60px;
    clear:both;
    display:block
}
.search .line-on-sides{
    position:relative;
    height:1px;
    border-bottom:1px solid grey;
    text-align:center;
    clear:both
}
.search .line-on-sides h2{
    position:relative;
    top:-20px;
    font-size:20px;
    margin:0px;
    padding:0px;
    text-align:center;
    background:#fff;
    display:table;
    width:50%;
    margin:0 25%;
    cursor:pointer
}
.search .line-on-sides a.closeResults{
    position:relative;
    top:-20px;
    font-size:40px;
    line-height:40px;
    margin:0px;
    padding:0px;
    text-align:center;
    background:#fff;
    display:table;
    width:10%;
    margin:0 45%;
    height:40px
}
.sHeading{
    cursor:pointer
}
.search h3{
    font-size:24px;
    line-height:28px
}
.search ol.enhancedList{
    list-style:none;
    margin-top:60px
}
@media (max-width: 586px){
    .search ol.enhancedList{
        margin-top:20px;
        padding: 25px;
    }
}
.search ol.enhancedList ul{
    margin:0px;
    list-style:none;
    padding:0px;
    font-size:15px
}
.search ol.enhancedList li{
    margin-right:5%;
    font-size:15px
}
.search ol.enhancedList li a{
    display: inline-block;
    margin:5px 0px;
    padding:2px 0px;
    cursor:pointer;
    position: relative;
}
.search ol.enhancedList li a i{
    text-indent:0px
}

.search ol.enhancedList li a:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 1px;
    transform: scaleX(0);
    background: #009ad9;
    transition: all .2s ease;
}
.search ol.enhancedList li a:hover {
    color: #009ad9;
}
.search ol.enhancedList li a:hover:after {
    transform: scaleX(1);
}

.search ol.enhancedList ul.in li > a:after {
    transform-origin: left;
    margin-left: 22px;
}

.search ol.enhancedList li ul{
    padding:5%;
    position:relative
}
.search ol.enhancedList li ul:after{
    display:block;
    position:relative;
    clear:both;
    content:""
}
.search ol.enhancedList li.active,.search ol.enhancedList li.active a{
    color:#fff
}
.search ol.enhancedList li li{
    width:100%;
    text-indent:0px
}
.search #demo:after{
    display:block;
    clear:both;
    position:relative;
    content:""
}
#filterTable{
    width:100%;
    border-bottom:1px solid #ededed;
    padding:20px 0px;
    display:block;
    clear:both
}
#filterTable:after{
    position:relative;
    content:"";
    display:block;
    clear:both
}
#filterTable h3{
    text-align:center;
    margin-bottom:30px
}
#filterTable .alphabet{
    float:left;
    width:53%;
    padding:0;
    margin:0;
    list-style:none
}
#filterTable .alphabet .letter{
    float:left;
    width:10.6%;
    margin:1%;
    padding:0 !important;
    list-style:none;
    text-decoration:none
}
@media (max-width: 769px) {
    #filterTable .alphabet .letter {
        width:13%;
        min-width: 45px;
    }
}
#filterTable .alphabet .none{
    width:100%;
    padding:15% 5% 5% 5%;
    margin:0%;
    text-align:center;
    font-size:35px;
    line-height:35px
}
#filterTable .alphabet a{
    float:left;
    width:100%;
    padding:15% 5% 5% 5%;
    text-align:center;
    font-size:35px;
    line-height:35px
}
#filterTable .alphabet div a.active{
    text-decoration:none
}
#filterTable .alphabet div a:hover{
    text-decoration:none
}
#filterTable .results{
    float:right;
    width:42%;
    margin-left:5%
}
#filterTable .results h2{
    float:left;
    width:100%;
    font-size:24px;
    border-bottom:1px solid #d7d7d7;
    padding-bottom:10px;
    margin:15px 0px
}
. #filterTable .results a{
    display:block;
    text-decoration:none;
    margin-bottom:8px;
    padding:0px;
}
.consultantsa-z.hospId6 #filterTable .services-list-section li a em {
    color:black;
}
.consultants.hospId7 #filterTable .services-list-section li a em {
    color:black;
}
#filterTable .services-list-section{
    display:none
}
#filterTable .services-list-section ol{
    list-style:none;
    padding-left:0px;
    margin-left:0px
}
#filterTable .services-list-section li{
    list-style:none;
    padding-left:0px;
    margin-left:0px
}
.close-search-results{
    width:100%;
    text-align:center
}
@media screen and (max-width: 767px){
    .searchBox form{
        width:90%;
        margin:auto;
        position:relative
    }
    .searchBox form button{
        width:10% !important;
        float:right;
        padding:2% 0%
    }
    .searchBox form button i:before{
        text-align:center !important
    }
    .search h1{
        width:70%;
        margin:auto
    }
    .search .line-on-sides h2{
        width:90%;
        margin:0px auto;
        line-height:22px
    }
    .search .line-on-sides{
        border:0px
    }
    .search .enhancedText{
        padding:35px 0;
        margin-top:20px
    }
    .bookingArea .action a.btn-info{
        margin:auto;
        width:180px;
        float:none;
        display:block;
        text-align:center;
        white-space:nowrap;
        vertical-align:middle
    }
    .bookingArea .action p{
        float:none;
        width:100%;
        text-align:center;
        font-size:16px
    }
    .bookingArea h2{
        text-align:center
    }
    .priceSearch.searchBox p{
        font-size:16px;
        line-height:22px
    }
    .priceSearch.searchBox form button{
        width:25% !important;
        font-size:14px
    }
    .priceSearch.searchBox form input{
        width:70% !important
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .bookingArea .action p{
        font-size:18px !important
    }
    .bookingArea .action span.aPhone{
        font-size:34px
    }
    .bookingArea h2{
        text-align:center;
        display:block
    }
    .bookingArea .action p{
        width:100%
    }
    .bookingArea .action span.aCall,.bookingArea .action span.aPhone{
        display:block;
        width:100%;
        text-align:center !important;
        clear:both
    }
    .bookingArea .action span.aPhone,.bookingArea .action span.aPhone a{
        display:block !important;
        width:100% !important
    }
    .bookingArea .action a.btn-lg{
        text-align:center !important;
        float:none;
        clear:both;
        width:60%;
        margin:auto;
        margin-bottom:20px
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .search h1{
        width:80%;
        margin:auto
    }
    .search .line-on-sides h2{
        margin:0px auto
    }
    .bookingArea .action p{
        font-size:16px !important
    }
    .bookingArea .action span.aPhone{
        font-size:24px
    }
}
.form{
    padding:0px;
    margin-top:20px;
    display:block;
    padding:3% 5% 0% 5%
}
form h2{
    padding:0px;
    margin:0 0 10px 0
}
form header{
    padding:0px 0px 10px 0px;
    margin:0 0 30px 0;
    border-bottom:1px solid
}
form input[type=text], input[type=email], input[type=date], form textarea{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #ababab;
    width:100%;
    padding:5px 2.5% 1px 2.5%;
    font-size:14px;
    line-height:25px;
    color:#484848;
    font-style:italic
}
.mainAreaC form input[type=text],.mainAreaC form textarea,.footerTabs form input[type=text],.footerTabs form textarea,.featureTabsHome form input[type=text],.featureTabsHome form textarea{
    min-height:35px
}
form input[type=text]:focus,form textarea:focus{
    -webkit-box-shadow:0px 0px 5px 5px e7e7e7;
    box-shadow:0px 0px 5px 2px #e7e7e7
}
form input[type=text].error,form textarea.error,.error{
    border-color:#F00 !important
}
form .row{
    padding-bottom:10px;
    margin:0px
}
form .row.three input{
    width:20%;
    margin-right:2%
}
form .submitArea{
    padding:5% 0;
    width:100%;
    margin-top:3%;
    text-align:center
}
.form .submitArea input{
    padding-left:10%;
    padding-right:10%
}
.trail ul:after{
    display:block;
    content:"";
    clear:both
}
.trail{
    text-align:justify
}
.trail ul{
    margin:0px 0 30px 0;
    display:inline-block;
    width:100%;
    padding:0px
}
.trail ul li{
    display:block;
    float:left;
    white-space:nowrap;
    line-height:20px;
    overflow:visible;
    padding:19px;
    margin:0px;
    text-align:center;
    border-right:1px solid #fff;
    border-bottom:3px solid
}
.trail ul li.active span{
    display:block
}
.trail ul li span{
    display:none
}
.trail ul li:last-child{
    border-right:0px;
    padding-right:24px
}
.trail ul li i{
    font-size:20px;
    margin-top:-2px;
    line-height:20px !important;
    display:block;
    float:left
}
.trail ul li i:before{
    padding:0px
}
.trail ul li.active{
    color:#fff
}
.trail ul li.active i{
    color:#fff
}
.trail ul li:last-child{
    border-right:0px
}
.applicationform{
    margin-top:20px;
    display:block;
    padding:0%;
    width:100%
}
.formArea{
    padding:0% 2%
}
.applicationform .row{
    padding-bottom:20px
}
legend{
    font-size:14px;
    line-height:16px;
    border:0px;
    text-align:left;
    padding:0px;
    margin:7px 0 0 0
}
.applicationform strong{
    font-size:20px;
    border-bottom:1px solid;
    padding-top:10px;
    padding-bottom:16px;
    margin-bottom:8px;
    display:block;
    font-weight:normal
}
.applicationform .left{
    text-align:left;
    margin-bottom:5px
}
.formButtons{
    display:block;
    clear:both;
    width:100%;
    padding:1.3% 0%;
    text-align:center;
    position:fixed;
    bottom:0px;
    z-index:9999
}
.formButtons a{
    padding-left:60px;
    padding-right:60px
}
.formButtons a.next{
    float:right;
    margin-right:4%
}
.formButtons a.back{
    float:left;
    padding:10px 0px 0 4%
}
.formButtons a.back i:before{
    padding-right:15px;
    display:inline-block
}
.table thead > tr > th{
    font-weight:normal;
    font-size:18px
}
.table-hover > thead > tr:hover > th{
    background-color:#ffffff
}
#breadcrumb{
    font-size:12px;
    margin-bottom:20px
}
.btn-primary{
    text-decoration:none !important;
    border:0px;
    transition: all .2s ease;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
    text-decoration:none
}
.btn-default{
    text-decoration:none !important;
    border:0px !important
}
.btn-info{
    text-decoration:none !important;
    border:0px !important
}
blockquote{
    padding:30px 100px;
    margin:0 0 20px;
    border-left:none;
    display:table;
    vertical-align:middle
}
.content blockquote{
    padding:30px 30px 15px 120px;
    margin:0px
}
blockquote p{
    font-family:Georgia, "Times New Roman", Times, serif !important;
    font-style:italic;
    font-weight:normal !important;
    font-size:26px !important;
    line-height:36px !important;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    clear:both
}
blockquote .circleBase{
    width:45px;
    height:45px;
    position:absolute;
    left:5%;
    top:35%
}
blockquote .circleBase i:before{
    color:#fff;
    font-size:20px;
    padding:0px;
    margin:12px 0px 0px 0px;
    width:100%
}
.testimonial a{
    display:block;
    text-align:center;
    clear:both !important;
    padding-bottom:30px;
    text-decoration:none
}
.testimonial a span{
    padding-left:100px
}
.content blockquote p{
    font-size:24px !important;
    line-height:36px !important
}
blockquote small{
    display:block;
    line-height:1.428571429;
    text-align:center
}
blockquote small:before{
    content:''
}
@media (max-width: 768px){
    blockquote p{
        font-size:22px !important;
        line-height:30px !important;
        margin-top:30px !important;
        display:block
    }
    blockquote .circleBase{
        left:45%;
        top:5%
    }
}
.column-left{
    display:block;
    float:left;
    width:50%
}
.column-right{
    display:block;
    float:right;
    width:50%;
    background:red
}
.youtubePopup{
    float:left;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    position:fixed;
    left:0px;
    top:0px;
    z-index:2000;
    background:url("/wp-content/themes/aspen/images/youtubePopop/popupBg.png") repeat;
    display:none
}
.youtubePopup .centralise{
    max-width:910px;
    width:100%;
    min-width:220px;
    margin:0 auto
}
.youtubePopup .centralise #inner{
    float:left;
    width:100%;
    margin:50px 0 0 0;
    padding:2%;
    background:url("/wp-content/themes/aspen/images/youtubePopop/popupBg.png") repeat
}
.youtubePopup .centralise .closeRow{
    float:left;
    width:100%;
    margin-bottom:10px
}
.youtubePopup .centralise .close{
    float:right;
    height:20px;
    font-size:20px;
    line-height:20px;
    color:#FFF;
    text-decoration:none;
    opacity:0.9
}
.youtubePopup .centralise #inner .close span{
    font-size:12px
}
.youtubePopup .centralise #inner .close:hover{
    color:#fff
}
.youtubePopup .centralise #inner p .close{
    float:none;
    height:auto;
    font-size:16px;
    line-height:16px;
    color:#FFF;
    text-decoration:underline;
    margin:0
}
.youtubePopup .centralise #inner p .close:hover{
    color:#F00
}
.youtubePopup .centralise .inner2{
    float:left;
    width:100%;
    position:relative
}
.video-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden
}
.video-container iframe,.video-container object,.video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.viewAll{
    text-align:center;
    padding:10px 0 5px 0
}
.viewAll a,.viewAll a:hover{
    color:#FFF
}
.inContentQuote{
    font-size:18px;
    line-height:26px;
    font-style:italic;
    padding:20px;
    margin:0 0 0 20px
}
.inContentQuote p{
    font-size:18px;
    line-height:26px;
    font-style:italic;
    padding:0;
    margin:0
}
.featureTabsHome .newsletterForm{
    padding:10%
}
.flex-direction-nav li{
    list-style:none
}
.borderNone,table.borderNone,.borderNone tr,.borderNone td{
    border:none !important
}
.selfPayPriceList .panel-heading a{
    display:block;
    width:100%;
    text-decoration:none;
    font-weight:normal
}
.selfPayPriceList .panel-heading span.icon-down-micro{
    height:100%;
    height:30px;
    padding-top:12px;
    text-align:center;
    font-size:24px;
    margin-right: 20px;
}
.selfPayPriceList .panel-heading .procedure{
    font-size:22px;
    line-height:28px
}
@media screen and (max-width: 767px){
    .selfPayPriceList .panel-heading .procedure{
        font-size:18px;
        line-height:20px
    }
    .selfPayPriceList .panel-heading span.icon-down-micro{
        height:20px;
        padding-top:10px;
        font-size:20px
    }
}
.selfPayPriceList .panel-heading a .price{
    font-size:14px;
    line-height:14px;
    color:#333
}
.selfPayPriceList .panel-body table thead tr th,.selfPayPriceList .panel-body table tbody tr th{
    font-weight:normal;
    font-size:14px;
    line-height:18px
}
.selfPayPriceList .panel-body table tbody tr td{
    font-weight:normal;
    font-size:12px;
    line-height:15px
}
.selfPayPriceList .panel-body table thead tr th,.selfPayPriceList .panel-body table tbody tr th,.selfPayPriceList .panel-body table tbody tr td{
    border:1px solid #CCC !important
}
.selfPayC2A{
    padding:20px;
    text-align:center;
    font-size:18px;
    line-height:23px
}
.rightCallToAction h3{
    padding:0px;
    margin:10px 0px
}
.rightCallToAction .telNumber{
    font-size:20px
}

.rightCallToAction .telNumber .ctaTelNumber {
    text-decoration: none;
}

.consultantList{
    background:#f5f5f5;
    margin-bottom:15px;
    clear:both;
    padding:10px
}
.consultantList .consultantDetails{
    padding:10px
}
.consultantList .mobileVersion.consultantDetails{
    border-bottom:5px solid #ffffff;
    margin-bottom:15px;
    padding-bottom:20px
}
.consultantList .inside{
    padding:10px
}
.consultantList .photo .photograph{
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
.consultantList .photo img{
    width:100%
}
.mobileVersion .photo .photograph{
    min-height:100px;
    max-width:100px
}
.consultantList .details{
    background:#FFF;
    text-align:left
}
.consultantList .desktopVersion col-md-6.details:after,.consultantList .desktopVersion col-md-6.details:before{
    right:100%;
    top:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.consultantList .desktopVersion col-md-6.details:after{
    border-color:rgba(255, 255, 255, 0);
    border-right-color:#ffffff;
    border-width:10px;
    margin-top:-10px
}
.consultantList .desktopVersion col-md-6.details:before{
    border-color:rgba(255, 255, 255, 0);
    border-right-color:#ffffff;
    border-width:11px;
    margin-top:-11px
}
.consultantList .details .top{
    border-bottom:1px solid #ececec;
    padding-bottom:10px
}
.consultantList .details .top .name{
    text-align:left;
    margin-top:10px;
    font-size:12px;
    line-height:15px
}
@media (max-width: 992px) {
	.consultantList .details .top .name {
		margin-left: 15px!important;
	}
}
.consultantList .details .top .name strong{
    font-size:15px
}
.consultantList .details .top .name strong a{
    text-decoration:none
}
.consultantList .details .top .name strong a:before {
    display: none;
}

.consultantList .details .top .name strong a:hover {
    color: #009ad9;
}
.consultantList .details .top .qualifications{
    margin-top:10px;
    font-size:12px;
    line-height:15px
}
.consultantList .details .top .qualifications .icon{
    float:left;
    width:36px;
    height:36px;
    background-color:#a2a2a2;
    background-image:url("/wp-content/themes/aspen/images/content/qualificationsIcons.png");
    background-position:center;
    background-repeat:no-repeat;
    border-radius:50%;
    margin-right:10px;
    max-width:30%
}
.consultantList .details .top .qualifications .qualification{
    float:left;
    width:65%
}
.consultantList .details .top .qualifications .qualification strong{
    font-size:13px;
    line-height:19px
}
.consultantList .details .bottom{
    padding-top:10px;
    font-size:12px;
    line-height:15px;
    padding-bottom:10px
}

.consultantList .timetable2 .top{
    margin-bottom:12px
}
.consultantList .inside{
    padding:0 10px
}
.consultantList .timetable2 table{
    height:auto
}
.consultantList .timetable2 table td,.consultantList .timetable table th{
    padding:0;
    margin:0
}
.consultantList .timetable2 table th{
    font-size:11px;
    color:#000;
    text-align:center;
    font-weight:normal
}
.consultantList .timetable2 table tbody th{
    text-align:left
}
.consultantList .timetable2 table td{
    border:1px solid #d7d7d7;
    text-align:center
}
.consultantList .timetable2 .bottom .btn{
    width:100%
}
.consultantList .timetable2 .bottom .btn:before {
    display: none;
}
.consultantList .mobileVersion .btn{
    margin-top:15px
}
.parksideConsultants .details .top .name strong a, .parksideConsultants.consultantList .timetable2 table td i.icon-ok, .parksideConsultants a, .parksideConsultants a:hover, .parksideConsultants .icon-right-dir{
    color:#2a5e3b;
}
.parksideConsultants {
    color:#33435b;
}
.parksideConsultants.consultantList .details .top .qualifications .icon {
    background-color:#2a5e3b;
}
.parksideConsultants .btn-primary, .parksideConsultants .btn-primary:hover {
    background:#2a5e3b;
    border-color:#2a5e3b;
    color:#ffffff;
}
.locationFacilities {
    background: #f5f5f5;
    padding: 30px 50px;
    overflow: hidden;
    margin-bottom:30px;
}
.locationFacilities .facility {
    padding-bottom: 30px;
    opacity: 1;
}
.locationFacilities .locationBackground {
    height: 200px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}
@media (max-width: 586px){
    .locationFacilities {
        padding: 30px 20px;
    }
    .locationFacilities .locationBackground {
        height: 150px;
        background-size: contain !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
    }
    .locationFacilities .locationDetails {
        height: auto !important;
    }
    .mLanguage {
        transform: translate(0px, 10px) !important;
    }
}
.mLanguage {
	float: left;
}
.locationFacilities .locationDetails {
    background: white;
    padding: 15px;
}
.header .type2 {
    transition: all .2s ease;
}
.header .type2:hover {
    background: #009ad9 !important;
}
.header .type2 .icon-search {
    transition: all .2s ease;
}

.header .type2:hover .icon-search {
    transform: scale(1.2);
}
.header .search .content button {
    transition: all .15s ease;
}
.header .search .content button:hover {
    border-color: #009ad9 !important;
}


/*Multiple line link hover */
#services-area h4 a:hover {

}



/*Links hover effect - double line*/
 .mainAreaC p a {
     transition: all .2s ease;
     display: inline-block;
     position: relative;
 }
.mainAreaC p a:after, .mainAreaC p a:before {
    display: none !important;
    content: '';
    position: absolute;
    width: 100% !important;
    height: 1px !important;
    background: #425563 !important;
    bottom: 0px !important;
    left: 1px !important;
    transition: all .4s ease-in-out !important;
}
.mainAreaC p a:after {
    transform: scaleX(0) !important;
    transform-origin: left !important;
    background: #009ad9 !important;
    transition-delay: .2s !important;
}
.mainAreaC p a:hover:after {
    transform: scaleX(1) !important;
}
.mainAreaC p a:before {
    transform-origin: right !important;
    transform: scaleX(1) !important;
}
.mainAreaC p a:hover:before {
    transform: scaleX(0) !important;
}
.mainAreaC p a:hover {
    color: #009ad9 !important;
}

.box .content a {
    padding: 10px 0;
    transition: all .2s ease;
}
.box .content a:hover {
    color: #00a0d2 !important;
}
.boxes .findOutMore:hover i {
    transform: translateX(10px);
}

.ourHospitals .content .assistance a, .clinicTimes .bookingArea .action a.btn-info {
    transition: all .2s ease;
}
.clinicTimes .bookingArea .action a.btn-info:hover {
    background: #00a0d2 !important;
}
.rightCallToAction .btn.btn-info.last:hover {
    background: #00a0d2 !important;
    color: #fff !important;
}
.rightCallToAction .btn.btn-info.last:before,
.rightCallToAction .btn.btn-info.last:after {
    display: none;
}
.dropdown-menu > .active > a {
    color: #fff !important;
}
.ourHospitals .content .assistance a.footer-email:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 17px;
    width: 15px;
    height: 15px;
    opacity: 0;
    background: url(/wp-content/themes/aspen/images/ic_email.svg) no-repeat;
    background-size: contain;
    transition: all .2s ease-in-out;
}
.ourHospitals .content .assistance a.footer-email:hover {
    padding: 13px 45px 13px 25px !important;
    background: #00a0d2 !important;
}
.ourHospitals .content .assistance a.footer-email:hover:after {
    right: 15px;
    opacity: 1;
}
.ourHospitals .content .assistance a.footer-email.his-image:hover {
    padding: 0 !important;
    background: transparent !important;
}


.services-list-section a {
    transition: all .2s ease;
    position: relative;
}
.services-list-section a:hover {
    color: #00a0d2 !important;
}
.services-list-section a:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 1px;
    transform: scaleX(0);
    background: #009ad9;
    transition: all .2s ease;
    transform-origin: left;
}
.services-list-section a:hover:after{
    transform: scaleX(1);
}
.services-list-section a .more {
    transition: all .2s ease;
}
.services-list-section a:hover .consultantListContainer {
    background: rgba(255,255,255, .8)
}
.services-list-section a:hover .more {
    color: #00a0d2 !important;
}

.accordion .accordion-title:hover {
    background-color: #00a0d2;
    color: #fff !important;
}

.sidebtn a {
    display: flex !important;
    justify-content: center;
}
.sidebtn div {
    width: auto;
}
.midlandFeatureLink a i{
    transition: all .2s ease;
}
.midlandFeatureLink a:hover  i {
    background: #00a0d2;
}

.midlandFeatureCopy h5 a {
    display: inline;
    transition: all 0.25s linear;
    background: linear-gradient(to bottom, rgba(0, 154, 217, 1) 0%, rgba(0, 154, 217, 1) 98%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}
.midlandFeatureCopy h5 a:hover {
    background-size: 100% 2px;
    text-decoration: none !important;
    color: #00a0d2;
}

/*Links hover effect - single line*/
.box2 p a {
    line-height: 20px;
}

.ourHospitals .content .assistance a.phonelink:hover {
    padding: 0 !important;
    background: #FFF !important;
}

@media (min-width: 992px) {
    .boxes .slides {
        display: flex; 
        flex-wrap: wrap;
    }
    .boxes .slides .box h4 {
        margin-bottom: 0;
        min-height: 55px;
    }
ul.topNav li a, .footerLinks a {
    position: relative;
    transition: all .2s ease;
}
.box2 p a,
.featureStyle2.box2 a, .featureStyle3.box2 a{
    display: inline-block;
    position: relative;
    transition: all .2s ease;
}

ul.topNav li a:after, .footerLinks a:after, .box2 p a:after,
.featureStyle2.box2 a:after, .featureStyle3.box2 a:after, .mainAreaC p a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background: #009ad9;
    transition: all .2s ease;
    transform-origin: center;
}

ul.topNav li a:hover, .footerLinks a:hover, .box2 p a:hover,
.featureStyle2.box2 a:hover, .featureStyle3.box2 a:hover,.mainAreaC p a:hover{
    color: #009ad9 !important;
}

ul.topNav li a:hover:after, .footerLinks a:hover:after, .box2 p a:hover:after,
.featureStyle2.box2 a:hover:after, .featureStyle3.box2 a:hover:after, .mainAreaC p a:hover:after{
    transform: scaleX(1);
}

.insurance .content a, .insurance .content .whitel, .insurance .content.yellow .whiter {
    transition: all .2s ease;
    border: 1px solid #fff;
}
.insurance .content a:hover, .insurance .content.yellow .whiter:hover {
    background: transparent !important;
    color: #fff !important;
}

@media (min-width: 992px) {
    .featureAndLinks .nav-justified {
        display: flex !important;
        justify-content: space-evenly;
    }
    ul#tabbedAreaHome li a {
        display: flex !important;
        width: 100% !important;
        justify-content: center;
    }
    ul#tabbedAreaHome li a:hover  {
        color: #fff !important;
        background: #475C6D !important;
    }
    ul#tabbedAreaHome li.active a:hover {
        color: #475C6D !important;
    }

    .sideNavigation ul > li > a:hover {
        background: rgba(0, 154, 217, .3) !important;
    }

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        transition: all .2s ease;
    }
    button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover , .btn-primary:hover{
        background: #009ad9 !important;
    }

	.consultantList .details .bottom {
		padding-left: 5px;
	}
}