@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
@font-face {
    font-family: 'bickley_script_letregular';
    src: url('bickley_script_let-webfont.eot');
    src: url('bickley_script_let-webfont.eot?#iefix') format('embedded-opentype'),
         url('bickley_script_let-webfont.woff') format('woff'),
         url('bickley_script_let-webfont.ttf') format('truetype'),
         url('bickley_script_let-webfont.svg#bickley_script_letregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*************** common variables ***************/
body{
    min-height: 1830px;
    font-family: arial;
    font-size: 14px;
    color: #333;
}
.nomargin{
    margin: 0 !important;
}
.noborder li{
    border: none !important;
}
strong{
    font-weight: bold;
}
.footer-blog-posts h3,
.footer-logos h3,
.bucket_menu ul li a,
.right-column h2,
 a.btn-right label,
.column h3{
    font-size: 18px !important;
}
.para ul li span,
span.copyright,
.poweredby,
.footer ul li a{
    font-size: 12px !important;
}
.top-nav ul li a,
.bucket_menu ul li a,
a.btn-right label,
.para ul li,
.para ul li span a,
a.read-more-btn,
.footer-blog-posts ul li{
    color: #293785 !important;
}

.follow-us span,
.phone-number,
.address-header,
.top-nav ul li ul li a,
a.read-more-btn.blue,
 span.copyright,
.poweredby,
.footer ul li a,
.top-nav ul li:hover > a,.top-nav ul li.active > a,.top-nav ul li.last.active > a{
    color: #fff !important;
}
.address-header a,
.top-nav ul li ul li a:hover,.top-nav ul li ul li a.active,
span.copyright a,
.footer label,
.footer ul li a.active,
.footer ul li a:hover{
    color: #a892d5 !important;
}
.center-column h1,
.right-column h2,
.welcome-note h1,
.para h2,
.column h3,
.footer-blog-posts h3,
.footer-logos h3{
    color: #756695 !important;
}
.right{
    float: right;
}
.left{
    float: left;
}
a img{
    border: none;
}

/*********** to hide iframe scroll adding from google plus script *********/
 iframe[id^="oauth2relay"]{
    display: none !important;
}
    .wrapper{
        width: 100%;
        height: auto;
        float: left;
        background: url(../images/bg-repeat.png) top repeat-x;
    }
    .wrapper.inner{
        background: none;
    }
        .header{
            width: 100%;
            height: 603px;
            float: left;
        }
        .header.inner{
            height: 188px !important;
        }
            .top-header-wrapper{
                width: 100%;
                height: 143px;
                background: #2A3785;
            }
            .top-header{
                width: 960px;
                height: 141px;
                margin-left: auto;
                margin-right: auto;
            }
                .top-header a.logo{
                    display: block;
                    width: 354px;
                    height: 143px;
                    float: left;
                }
                    .top-header  a.logo img{
                        border: none;
                    }
                .header-right-col{
                    width: 480px;
                    height: 143px;
                    float: right;
                }
                    .follow-us{
                        width: 172px;
                        height: 23px;
                        float: right;
                        margin-right: 22px;
                        margin-top: 21px;
                    }
                        .follow-us a{
                            display: block;
                            width: 23px;
                            height: 23px;
                            float: right;
                        }
                            a.followus-icons{
                                margin-right: 5px;
                            }
                        .follow-us span{
                            display: block;
                            height: 23px;
                            float: right;
                            line-height: 23px;
                            margin-right: 7px;
                        }
                    .social-btns{
                        width: 160px;
                        height: 23px;
                        margin-top: 21px;
                        float: right;
                    }
                        .facebook-like{
                            float: left;
                        }
                        .google-button{
                            float: left;
                            width: 60px;
                            margin-left: 10px;
                        }
                .phone-number{
                    width: 460px;
                    height: auto;
                    float: right;
                    text-align: right;
                    font-size: 24px;
                    padding-right: 20px;
                    margin-top: 22px;
                }
                .address-header{
                    width: 460px;
                    height: auto;
                    float: right;
                    text-align: right;
                    padding-right: 20px;
                    margin-top: 2px;
                }
                    .address-header a{
                        text-decoration: none;
                    }
                    
            .top-nav-wrapper{
                width: 100%;
                height: 45px;
                position: absolute;
                top: 0;
                background: url(../images/top-nav-bg.png) repeat-x;
                z-index: 10000;
            }
            .top-nav-wrapper.inner{
                top: 143px;
            }
                .top-nav{
                    width: 960px;
                    height: 45px;
                    margin-left: auto;
                    margin-right: auto;
                }
                    .top-nav ul{
                        list-style: none;
                    }
                        .top-nav ul li{
                            float: left;
                            position: relative;
                            display: block;
                            width: 160px;
                            height: 45px;
                            background: url(../images/menu-seperator.png) right center no-repeat;
                        }
                            .top-nav ul li ul{
                                width: 350px;
                                display: block;
                                height:auto;
                                list-style: none;
                                position: absolute;
                                top: 45px;
                                left: 0;
                                padding-bottom: 15px;
                                display: none;
                                z-index: 2000;
                            }
                                .top-nav ul li:hover > ul{
                                    display: block;
                                }
                                    .top-nav ul li ul li{
                                        position: relative;
                                        background: #4F5BAD;
                                    }
                                    .top-nav ul li ul li.first-item{
                                        padding-top: 13px;
                                    }
                                    .top-nav ul li ul li.last-item{
                                        padding-bottom: 15px;
                                    }
                                    .top-nav ul li ul li.align{
                                        top: -12px;
                                    }
                                    .top-nav ul li ul.align{
                                        top: -12px;
                                    }
                                        .top-nav ul li ul li ul{
                                            position: absolute;
                                            top: 0;
                                            left: 350px;
                                            width: 280px;
                                        }
                                            .top-nav ul li ul li ul li{
                                                padding-right: 15px !important;
                                            }
                                                .top-nav ul li ul li ul li a{
                                                    width: auto !important;
                                                }
                                                .top-nav ul li ul li ul li a{
                                                    min-height: 28 !important;
                                                }
                                    
                                    .top-nav ul li ul li a{
                                        font-size: 14px;/****** to override 16px font size of .top-nav ul li a */
                                        width: 290px;
                                        height: 28px;
                                        line-height: 28px;
                                        display: block;
                                        text-align: left;
                                        background: none;
                                        margin-left: 20px;
                                        border-bottom: 1px dotted #7A85C2;
                                        font-weight: bold;
                                        background: url(../images/arrow-submenu.png) left center no-repeat;
                                        padding-left: 20px;
                                        position: relative;
                                        z-index: 30000;
                                       
                                    }
                                        .top-nav ul li ul li a:hover,.top-nav ul li ul li a.active{
                                            background: none;
                                            background: url(../images/arrow-submenu-hover.png) left center  no-repeat;
                                        }
                                        .top-nav ul li ul li a.last-nav{
                                            
                                            border-bottom: none;
                                        }
                            .top-nav ul li a{
                                display: block;
                                width: 160px;
                                height: 45px;
                                font-size: 16px;
                                font-weight: bold;
                                text-decoration: none;
                                line-height: 45px;
                                text-align: center;
                                
                            }
                            .top-nav ul li.last{
                                background: none;
                            }
                            .top-nav ul li:hover,.top-nav ul li.active,.top-nav ul li.last:hover,.top-nav ul li.last.active{
                                background: url(../images/top-nav-selected.png) repeat-x;
                            }
                            .top-nav ul li ul li{
                                     float: none !important;
                                     height: 28px;
                                     width: auto;
                                     /*background: none;*/
                                    /*border-bottom: 1px dotted #fff;*/
                                }
                                    .top-nav ul li ul li:hover{
                                        background: #4F5BAD !important;
                                    }
            .slider-wrapper{
                width: 100%;
                height: 460px;
                position: relative;
                background: url(../images/slider-bg.jpg) top center no-repeat;
            }
                .headerimg {
                    background-position: center top;
                    background-repeat: no-repeat;
                    width: 100%; height: 601px;
                    position: absolute;
                }
            .middle{
                width: 960px;
                min-height: 968px;
                margin-top: -64px;
                left: 50%;
                margin-left: -480px;
                position: relative;
                float: left;
            }
            .middle.inner{
                margin-top: 0;
            }
                .bucket_menu{
                    width: 960px;
                    height: 160px;
                    float: left;
                    z-index: 1000;
                    position: relative;
                }
                    .bucket_menu ul{
                        list-style: none;
                    }
                        .bucket_menu li{
                            float: left;
                        }
                            .bucket_menu ul li a{
                                display: block;
                                width: 240px;
                                height: 25px;
                                text-decoration: none;
                                text-align: center;
                                font-weight: bold;
                                text-transform: uppercase;
                                padding-top: 135px;
                            }
                                .bucket_menu ul li a.bucket_one{
                                    background: url(../images/sprites.png) 0 -165px no-repeat;
                                }
                                .bucket_menu ul li a.bucket_two{
                                    background: url(../images/sprites.png) 0 -495px no-repeat;
                                }
                                .bucket_menu ul li a.bucket_three{
                                    background: url(../images/sprites.png) 0 -330px no-repeat;
                                }
                                .bucket_menu ul li a.bucket_four{
                                    background: url(../images/sprites.png) 0 0 no-repeat;
                                }
                                    
                .center-column{
                    width: 720px;
                    height: auto;
                    float: left;

                }
                    .inner > .center-column{
                        background:  url(../images/verticle-shadow.png)  right 57px  no-repeat;
                        min-height: 1862px;
                    }
                    .inner > .adword{
                        background: url(../images/verticle-shadow.png) left 57px no-repeat !important;
                        width: 710px;
                        padding-left: 10px;
                    }
                    .center-column h1{
                        font-size: 30px;
                        margin-left: 20px;
                        margin-top: 32px;
                        margin-bottom: 25px;
                    }
                .right-column{
                    float: left;
                    width: 240px;
                    height: auto;
                }
                    .right-column h2{
                        width: 100%;
                        height: auto;
                        float: left;
                        text-align: center;
                        font-weight: bold;
                        margin-top: 30px;
                    }
                    .app-request{
                        width: 200px;
                        min-height: 310px;
                        float: left;
                        margin-left: 20px;
                        margin-top: 10px;
                    }
                    .locations{
                        width: 200px;
                        margin-left: 20px;
                        min-height: 100px;
                        float: left;
                        margin-top: 10px;
                    }
                        .locations h2{
                            border-bottom: 1px solid #eeeeee;
                            padding-bottom: 5px;
                            margin-bottom: 16px;
                            
                        }
                        .locations span{
                            display: block;
                            width: 100%;
                            float: left;
                            height: auto;
                            text-align: center;
                            margin-bottom: 5px;
                        }
                    .locations.second{
                        margin-bottom: 35px;
                    }
                        .locations.second h2{
                            margin-top: 20px;
                        }
                    a.btn-right{
                        margin-left: 20px;
                        width: 200px;
                        height: 136px;
                        float: left;
                        display: block;
                        margin-bottom: 15px;
                    }
                        a.sub{
                            text-align: center;
                            color: #333;
                            display: block;
                            width: 100%;
                            font-weight: bold;
                        }
                    .btn-testimonial{
                        background: url(../images/testimonial-btn.png) top center no-repeat;
                    }
                    .btn-doctors{
                        background: url(../images/btn-doctors.png) top center no-repeat;
                    }
                    .btn-office{
                        background: url(../images/btn-office.png) top center no-repeat;
                    }
                    .btn-pe{
                        background: url(../images/patient-education.png) top center no-repeat;
                    }
                        .btn-add-office{
                            width: 450px !important; 
                            height: 240px !important;
                            background: url(../images/office-btn-ad.jpg) top center no-repeat;
                        }
                        .btn-add-doctors{
                            width: 450px !important; 
                            height: 306px !important;
                            background: url(../images/doctors-btn-ad.jpg) top center no-repeat;
                        }
                        a.btn-right label{
                            display: block;
                            width: 100%;
                            height: auto;
                            text-align: center;
                            float: left;
                            text-transform: uppercase;
                            font-weight: bold;
                            margin-top: 112px;
                        }
                        a.btn-add-office label{
                            margin-top: 230px !important;
                        }
                        a.btn-add-doctors label{
                            margin-top: 320px !important;
                        }
                    
                .welcome-note{
                    width: 720px;
                    min-height: 389px;
                    float: left;
                }
                    .welcome-note h1{
                        display: block;
                        float: left;
                        margin-left: 17px;
                        margin-top: 30px;
                        font-family: 'bickley_script_letregular';
                        font-size: 60px;
                        height: 60px;
                        line-height: 60px;
                    }
                    .para{
                        width: 680px;
                        height: auto;
                        float: left;
                        margin-left: 20px;
                        line-height: 20px;
                        margin-bottom: 20px;
                    }
                        .para.border{
                            width: 578px;
                            border: 1px solid #756695;
                            text-align: center;
                            padding: 10px 100px 20px 0;
                            background: url(../images/arrow_lp.png) center right no-repeat;
                        }
                        .double-column-list{
                            width: 50%;
                            height: auto;
                            float: left;
                        }
                            .para.testimonial{
                                padding-left: 50px;
                                padding-right: 50px;
                                width: 580px;
                                font-style: italic;
                            }
                                .testimonial img.leftq{
                                    margin-right: 15px;
                                }
                                .testimonial img.rightq{
                                    margin-top: 15px;
                                }
                                .testimonial span.by{
                                    display: block;
                                    float: left;
                                    width: 100%;
                                    color: #4F5BAD;
                                    font-weight: bold;
                                }
                                .testimonial label{
                                    display: block;
                                    width: 100%;
                                    text-align: center;
                                    float: left;
                                }
                            .double-column-list span{
                                display: block;
                                width: 100%;
                                margin-bottom: 15px;
                            }
                            .para table tr td{
                                padding-bottom: 10px;
                            }
                        .para h3{
                            margin-top: 5px;
                            font-style: italic;
                            font-weight: bold;
                        }
                        .para h2{
                            font-size: 22px;
                            font-weight: bold;
                            word-spacing: 3px;
                            margin-bottom: 18px;
                            line-height: 25px;
                        }
                        .para a{
                            color: #293785;
                        }
                        .para h2.mt{
                            margin-top: 12px;
                        }
                        .para ul{
                            list-style-image: url(../images/arrow.png);
                            margin-top: 15px;
                            padding-left: 10px;
                        }
                            .para ul li{
                                font-weight: bold;
                                line-height: normal !important;
                                border-bottom: 1px solid #eeeeee;
                                padding-bottom: 5px;
                                margin-bottom: 9px;
                            }
                                .para ul.home-list li{
                                    border-bottom: none;
                                }
                                .double-column-list ul li{
                                    width: 90%;
                                    /*display: block;*/
                                
                                }
                                .para ul li span{
                                    display: block;
                                    float: right;
                                }
                                    .para ul li span a{
                                        display: block;
                                        padding-right: 20px;
                                        background: url(../images/list-read-more.png) center right no-repeat;
                                        text-decoration: none;
                                        font-weight: normal;
                                    }
                                .para ul li label{
                                    display: block;
                                    width: 100%;
                                    font-size: 14px;
                                    font-family: arial;
                                    color: #333;
                                    margin-top: 5px;
                                    line-height: 20px;
                                }
                                .para ul li label.toggle-text span{
                                    outline: 1px solid red;
                                    float: none;
                                    padding:2%;
                                    margin-top: 20px;
                                    margin-bottom: 20px;
                                    background: #F6F5FB;
                                    outline: 1px solid #EAE2FF;
                                }
                                    .para ul li label ul{
                                        margin-left: 20px !important;
                                        list-style: disc;
                                    }
                                        .para ul li label ul li{
                                            border-bottom: none;
                                            font-weight: normal;
                                        }
                            .para ol{
                                margin-left: 10px;
                                margin-top: 15px;
                            }
                                .para ol li{
                                    color: #293785;
                                    margin-bottom: 9px;
                                }
                                
                                ul.ad-sub-list{
                                    list-style: circle !important;
                                }
                                    ul.ad-sub-list li{
                                        border-bottom:  none !important;
                                    }
                .columns-wrapper{
                    width: 960px;
                    min-height: 420px;
                    float: left;
                    background: url(../images/shadow.png) top center no-repeat;
                }
                    .columns{
                        width: 960px;
                        min-height: 420px;
                        float: left;
                        background: url(../images/shadow-bottom.jpg) bottom center no-repeat;
                    }
                        .column{
                            width: 300px;
                            min-height: 420px;
                            float: left;
                            padding-left: 20px;
                            background: url(../images/column-seperator.png) right center no-repeat;
                        }
                            .last-column{
                                background: none !important;
                            }
                            .column h3{
                                display: block;
                                width: 300px;
                                float: left;
                                font-weight: bold;
                                margin-top: 25px;
                                margin-bottom: 18px;
                            }
                            .para-text{
                                min-height: 300px;
                                width: 280px;
                                float: left;
                            }
                            .column-para{
                                float: left;
                                width: 280px;
                                line-height: 20px;
                                margin-bottom: 20px;
                            }
                                a.read-more-btn{
                                    display: block;
                                    width: 106px;
                                    height: 28px;
                                    float: left;
                                    text-transform: uppercase;
                                    line-height: 28px;
                                    text-align: center;
                                    text-decoration: none;
                                    background: url(../images/sprites.png) 0 -693px no-repeat;
                                    
                                }
                                a.read-more-btn.blue{
                                    background: url(../images/sprites.png) 0 -660px no-repeat;
                                }
                    .footer-wrapper{
                        width: 100%;
                        height: 321px;
                        float: left;
                    }
                        .footer-info{
                            width: 100%;
                            height: 200px;
                            float: left;
                            background: #E6DEF5;
                        }
                        .footer-bottom{
                            width: 100%;
                            height: 123px;
                            float: left;
                            background: #2A3785;
                        }
                            .footer{
                                width: 960px;
                                height: 123px;
                                margin-left: auto;
                                margin-right: auto;
                            }
                                span.copyright{
                                    display: block;
                                    width: 100%;
                                    height: auto;
                                    text-align: center;
                                    float: left;
                                    margin-top: 17px;
                                }
                                .poweredby{
                                    display: block;
                                    width: 100%;
                                    height: auto;
                                    text-align: center;
                                    float: left;
                                    margin-top: 5px;
                                }
                                    .poweredby a{
                                        text-decoration: none;
                                        color: #fff;
                                    }
                                .footer ul{
                                    list-style: none;
                                    display: block;
                                    height: auto;
                                    float: left;
                                    margin-left: 220px;
                                    margin-top: 25px;
                                }
                                    .footer ul li{
                                        float: left;
                                        margin-right: 18px;
                                    }
                                        .footer ul li a{
                                            text-decoration: none;
                                        }
                            .footer-content{
                                width: 960px;
                                height: auto;
                                margin-left: auto;
                                margin-right: auto;
                            }
                                .footer-blog-posts{
                                    width: 620px;
                                    height: 200px;
                                    float: left;
                                    padding-left: 20px;
                                }
                                    .footer-blog-posts h3{
                                        display: block;
                                        width: 620px;
                                        font-weight: bold;
                                        margin-top: 16px;
                                    }
                                    .footer-blog-posts ul{
                                        list-style-image: url(../images/arrow.png);
                                        margin-left: 12px;
                                        margin-top: 18px;
                                    }
                                        .footer-blog-posts ul li{
                                            font-style: italic;
                                            margin-bottom: 9px;
                                        }
                                .footer-logos{
                                    width: 300px;
                                    padding-left: 20px;
                                    height: 200px;
                                    float: left;
                                }
                                    .footer-logos h3{
                                        font-weight: bold;
                                        width: 300px;
                                        float: left;
                                        margin-top: 16px;
                                    }
                                    .footer-logos-caption{
                                        float: left;
                                        width: 300px;
                                        height: auto;
                                        margin-top: 10px;
                                        margin-bottom: 12px;
                                    }
                                    .footer-logos span{
                                        display: block;
                                        float: left;
                                        margin-top: 15px;
                                    }
                                    
    .scrollup {
	background: url("../images/icon_gototop.png") no-repeat scroll 0 0 transparent;
	bottom: 20px;
	display: block;
	height: 40px;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	width: 40px;
}

.left-menu-wrapper{
    width: 230px;
    height: auto;
    float: left;
    padding-left: 10px;
     background: #4F5BAD;
      margin-top: 20px;
}
    ul.left-menu{
        display: block;
        width: 220px;
        height: auto;
        list-style-image: url(../images/arrow-submenu.png);
        margin-left: 10px;
       
       
    }
        ul.left-menu li{
            border-bottom: 1px  dotted #fff;
            padding-bottom: 10px;
            padding-top: 10px;
        }
            ul.left-menu li a{
                color: #fff;
                text-decoration: none;
            }
            .review-form{
                width: 200px;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }


                
