﻿/* GLOBAL RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    font-family: Roboto, sans-serif;
    color: #000;
}

ol, ul {
    list-style: none;
}



table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

html {
    height: 100%;
}


body {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: .875rem;
    line-height: 1.5em;
    font-family: 'Radley', sans-serif;
    /*font-family: 'Cookie', cursive;*/
    background:#f2f2f2;
}

form {
    margin: 0;
}


select {
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #A6A6A6;
    border-radius: 3px 3px 3px 3px;
    color: #4D4D4D !important;
    padding: 3px;
}

div.alert {
    color: #333;
    background-color: white;
    margin: 0 0 15px;
    padding: 6px 7px 6px 35px;
    overflow: hidden;
    min-height: 28px;
    position: relative;
}

    div.alert.error {
        background: #ffeeee url(../../../image/web_sprite_global_v6.png) no-repeat 7px -643px;
    }

    div.alert.attention {
        background: #fff5cc url(../../../image/web_sprite_global_v6.png) no-repeat 7px -723px;
    }

    div.alert.warning {
        background: #fff5cc url(../../../image/web_sprite_global_v6.png) no-repeat 7px -723px;
    }


    div.alert.success {
        background: #e6f8dd url(../../../image/web_sprite_global_v6.png) no-repeat 7px -883px;
    }

    div.alert.notice {
        background: #ddf0f8 url(../../../image/web_sprite_global_v6.png) no-repeat 7px -803px;
    }



input, textarea {
    border-radius: 3px 3px 3px 3px;
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #FFF;
    background: -moz-linear-gradient(center top,#fff,#f3f3f3 1px,#fff 20px) repeat scroll 0 0 #FFF;
    background: -webkit-gradient(linear,0 0,0 20,from(#fff),color-stop(0.04,#f3f3f3),to(#fff));
}

    input[type=text]:disabled, textarea:disabled {
        border-radius: 3px 3px 3px 3px;
        padding: 4px;
        border: 1px solid #ccc;
        font-size: 12px;
        background: #ccc;
    }






    input[type=text]:focus, input[type=password]:focus, textarea:focus {
        outline: none;
        border-color: rgba(82, 168, 236, 0.8);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
    }


    input[type=checkbox] {
        border-top-width: 0px !important;
        border-right-width: 0px !important;
        border-left-width: 0px !important;
        border-bottom-width: 0px !important;
    }


    input[type=radio] {
        border-top-width: 0px !important;
        border-right-width: 0px !important;
        border-left-width: 0px !important;
        border-bottom-width: 0px !important;
    }



img {
    border: none;
}

a {
    text-decoration: none;
    color: #ff5252;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: #E47911;
    }


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


strong {
    font-weight: bold;
}

.f25 {
    font-size: 25px;
}

.f22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.f19 {
    font-size: 19px;
}

.f18 {
    font-size: 18px;
}

.f17 {
    font-size: 17px;
}

.f16 {
    font-size: 16px;
}

.f15 {
    font-size: 15px;
}

.f14 {
    font-size: 14px;
}

.f13 {
    font-size: 13px;
}

.f12 {
    font-size: 12px;
}

.f11 {
    font-size: 11px;
}

.f10 {
    font-size: 10px;
}

.f9 {
    font-size: 9px;
}

.f8 {
    font-size: 8px;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.underline {
    text-decoration: underline;
}

.wauto {
    width: auto;
}

.clickable {
    cursor: pointer;
}

.not_clickable {
    cursor: default;
}

.pad0 {
    padding: 0;
}

.pad1 {
    padding: 1px;
}

.pad3 {
    padding: 3px;
}

.pad5 {
    padding: 5px;
}

.pad6 {
    padding: 6px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.pad25 {
    padding: 25px;
}

.pad30 {
    padding: 30px;
}

.padl2 {
    padding-left: 2px;
}

.padl3 {
    padding-left: 3px;
}

.padl5 {
    padding-left: 5px;
}

.padl10 {
    padding-left: 10px;
}

.padl15 {
    padding-left: 15px;
}

.padl20 {
    padding-left: 20px;
}

.padl25 {
    padding-left: 25px;
}

.padl40 {
    padding-left: 40px;
}

.padl60 {
    padding-left: 60px;
}

.padr2 {
    padding-right: 2px;
}

.padr5 {
    padding-right: 5px;
}

.padr10 {
    padding-right: 10px;
}

.padr15 {
    padding-right: 15px;
}

.padr20 {
    padding-right: 20px;
}

.padr25 {
    padding-right: 25px;
}

.padr30 {
    padding-right: 30px;
}

.padr35 {
    padding-right: 35px;
}

.padr40 {
    padding-right: 40px;
}

.padr50 {
    padding-right: 50px;
}

.padt0 {
    padding-top: 0;
}

.padt2 {
    padding-top: 2px;
}

.padt3 {
    padding-top: 3px;
}

.padt4 {
    padding-top: 4px;
}

.padt5 {
    padding-top: 5px;
}

.padt7 {
    padding-top: 7px;
}

.padt9 {
    padding-top: 9px;
}

.padt10 {
    padding-top: 10px;
}

.padt15 {
    padding-top: 15px;
}

.padt20 {
    padding-top: 20px;
}

.padt22 {
    padding-top: 22px;
}

.padt25 {
    padding-top: 25px;
}

.padt30 {
    padding-top: 30px;
}

.padb0 {
    padding-bottom: 0;
}

.padb3 {
    padding-bottom: 3px;
}

.padb4 {
    padding-bottom: 4px;
}

.padb5 {
    padding-bottom: 5px;
}

.padb10 {
    padding-bottom: 10px;
}

.padb15 {
    padding-bottom: 15px;
}

.padb20 {
    padding-bottom: 20px;
}

.padb25 {
    padding-bottom: 25px;
}

.padb30 {
    padding-bottom: 30px;
}

.marauto {
    margin: auto;
}

.mar0 {
    margin: 0;
}

.mar10 {
    margin: 10px;
}

.marl0 {
    margin-left: 0;
}

.marl5 {
    margin-left: 5px;
}

.marl6 {
    margin-left: 6px;
}

.marl7 {
    margin-left: 7px;
}

.marl8 {
    margin-left: 8px;
}

.marl9 {
    margin-left: 9px;
}

.marl10 {
    margin-left: 10px;
}

.marl15 {
    margin-left: 15px;
}

.marl20 {
    margin-left: 20px;
}

.marl30 {
    margin-left: 30px;
}

.marr5 {
    margin-right: 5px;
}

.marr10 {
    margin-right: 10px;
}

.marr15 {
    margin-right: 15px;
}

.marr20 {
    margin-right: 20px;
}

.marr25 {
    margin-right: 25px;
}

.marr30 {
    margin-right: 30px;
}

.mart0 {
    margin-top: 0;
}

.mart1 {
    margin-top: 1px;
}

.mart2 {
    margin-top: 2px;
}

.mart3 {
    margin-top: 3px;
}

.mart4 {
    margin-top: 4px;
}

.mart5 {
    margin-top: 5px;
}

.mart6 {
    margin-top: 6px;
}

.mart7 {
    margin-top: 7px;
}

.mart10 {
    margin-top: 10px;
}

.mart15 {
    margin-top: 15px;
}

.mart20 {
    margin-top: 20px;
}

.mart30 {
    margin-top: 30px;
}

.mart40 {
    margin-top: 40px;
}

.mart50 {
    margin-top: 50px;
}

.marb0 {
    margin-bottom: 0;
}

.marb1 {
    margin-bottom: 1px;
}

.marb2 {
    margin-bottom: 2px;
}

.marb3 {
    margin-bottom: 3px;
}

.marb4 {
    margin-bottom: 4px;
}

.marb5 {
    margin-bottom: 5px;
}

.marb7 {
    margin-bottom: 7px;
}

.marb10 {
    margin-bottom: 10px;
}

.marb15 {
    margin-bottom: 15px;
}

.marb20 {
    margin-bottom: 20px;
}

.marb25 {
    margin-bottom: 25px;
}

.marb30 {
    margin-bottom: 30px;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.hidden {
    display: none !important;
}

.gone {
    display: none;
    visibility: hidden;
}

.no_overflow {
    overflow: hidden;
}

.auto_overflow {
    overflow: auto;
}

.clear {
    clear: both;
}

.clear_right {
    clear: right;
}

.clear_left {
    clear: left;
}

.rel {
    position: relative;
}

.abs_pos {
    position: absolute;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tleft {
    text-align: left !important;
}

.tcenter {
    text-align: center !important;
}

.tright {
    text-align: right !important;
}

.vatop {
    vertical-align: top;
}

.vamid {
    vertical-align: middle;
}

.vabot {
    vertical-align: bottom;
}

.nowrap {
    white-space: nowrap;
}

.noimgborder img, img.noimgborder {
    border: 0;
}

.italic {
    font-style: italic;
}

p.error {
    font-weight: bold;
    color: #900;
}


.error {
    font-weight: bold;
    color: #900;
}

span.red {
    font-weight: bold;
    color: #900;
}

.green {
    color: green;
}

.bt-scroll-top {
    position: fixed;
    bottom: -37px;
    border: 2px solid #D1D1D1;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-shadow: 1px 0px white;
    padding: 5px 10px 5px 5px;
    margin: 0;
    cursor: pointer;
    background: #F6F6F6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #F6F6F6), color-stop(100%, #E8E8E8));
    background-image: -webkit-linear-gradient(left top, #F6F6F6,#E8E8E8);
    background-image: -moz-linear-gradient(left top, #F6F6F6,#E8E8E8);
    background-image: -o-linear-gradient(left top, #F6F6F6,#E8E8E8);
    background-image: -ms-linear-gradient(left top, #F6F6F6,#E8E8E8);
    background-image: linear-gradient(left top, #F6F6F6,#E8E8E8);
    _display: none;
}

.progress-meter {
    height: 120px;
    overflow: hidden;
    width: 200px;
    margin: auto;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    display: none;
}

#progress_loading {
    background-color: #fff;
    width: 250px;
    height: 120px;
    position: absolute;
    border: 2px solid #93b14d;
    color: #333;
    z-index: 100;
    right: 500px;
    top: 250px;
}

    #progress_loading #progress_loading_content {
        padding-top: 48px;
        padding-left: 47px;
    }

.progress-indicator {
    background: url(../image/anim_loading_16x16.gif) no-repeat scroll 5px center transparent;
    padding-left: 21px;
    display: none;
}


.module {
    position: relative;
    padding: 5px 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: left;
    color: black;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .module > .content {
        padding: 10px;
        font-size: 14px;
        color: #333;
    }

    .module .bottom {
        background-color: rgba(135,36,96,0.9);
        border-top: 1px solid rgba(135,36,96,0.9);
        padding: 10px 15px;
        font-weight: bold;
    }

    .module > h2, .module > .header {
        position: relative;
        left: -19px;
        width: 260px;
        height: 35px;
        padding-top: 1px;
        background-color: rgba(135,36,96,0.9);
        background-image: -webkit-gradient(linear,left center,right center,color-stop(0,rgba(135,36,96,0.9)),color-stop(0.03,rgba(135,36,96,0.9)));
        background-image: -moz-linear-gradient(left center,rgba(135,36,96,0.9),# 3%);
        border: 1px solid transparent;
        border-bottom-color: rgba(135,36,96,0.9);
        text-indent: 20px;
        color: white;
        font-size: 25px;
        line-height: 36px;
        white-space: nowrap;
        -moz-border-radius: 8px 8px 6px 4px;
        -webkit-border-radius: 8px 8px 6px 4px;
        border-radius: 8px 8px 6px 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }

        .module > .header.small {
            font-size: 12px;
        }

        .module > .header.medium {
            font-size: 14px;
        }

        .module > h2 span.extra, .module > .header span.extra {
            display: block;
            float: right;
            color: #999;
            font-weight: normal;
        }



        .module > h2 span.info, .module > .header span.info {
            display: block;
            float: right;
            color: #333;
            font-weight: normal;
            font-size: 12px;
        }

    .module .content .header h2, .module .content .header h2 a {
        color: rgba(135,36,96,0.9);
        font-size: 16px;
        font-weight: bold;
    }

        .module .content .header h2 a:hover {
            text-decoration: none;
        }

/* menu starts */

#menu {
    /*background: #2190d7;*/
    /*background: #93b14d;*/
    background: #9a27c7;
    /*background: #93b14d;*/
    margin-bottom: 0px;
    padding: 0px;
    position: absolute;
    width: 94%;
    z-index: 1000;
    /*background-image: -moz-linear-gradient(top,rgba(59, 89, 152, .9),rgba(59, 89, 152, .9));
    background-image: -webkit-gradient(linear,center top,center bottom,from(rgba(59, 89, 152, .9)),to(rgba(59, 89, 152, .9)));*/
    position: fixed;
    top: 0px;
    /*opacity:.85;*/
    box-shadow: 0 0 10px #333;
}

.header > h1 {
    text-align: center;
}

.header .nav {
    padding-left: 100px;
    float: left;
}

.header .contact {
    float: right;
    right: 0px;
    width: auto;
    font-size: 18px;
    color: white;
    font-weight: bold;
    padding-right: 40px;
    margin-top: 0px;
    font-family: sans-serif;
}

.header ul {
    list-style: none;
    padding: 0px;
    font-weight: normal;
    position: relative;
    text-align: left;
    min-height: 40px;
}

.header .nav > ul:after {
    content: "";
    clear: both;
    display: block;
}

.header ul li {
    display: inline-block;
    text-align: left;
    margin-left: 0px;
    min-height: 40px;
    vertical-align: middle;
}

    .header ul li a {
        display: block;
        padding: 10px 10px;
        text-decoration: none;
        color: #fff;
    }


.header li > a:after {
    color: #fff;
    content: ' ▾';
}

.header li > a:only-child:after {
    content: '';
}

.header ul ul li a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    color: #e9948e;
    vertical-align: middle;
    white-space: nowrap;
}

.header ul li a:hover {
    background: rgba(135,36,96,0.9);
}

.header ul li:hover {
    background: rgba(59, 89, 152, .9);
}

.header ul ul {
    margin: 0;
    display: none;
    position: absolute;
    padding: 6px;
    background: white;
    border: 1px solid rgba(59, 89, 152, .9);
    -moz-box-shadow: 1px 1px 0 rgba(59, 89, 152, .9);
    -webkit-box-shadow: 1px 1px 0 rgba(59, 89, 152, .9);
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
}

.header ul li:hover > ul {
    display: block;
}

.header ul ul li:hover a {
    background: rgba(59, 89, 152, .9);
    color: #fff;
}

.header ul ul li {
    white-space: nowrap;
    display: block;
    padding: 2px 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

    .header ul ul li:hover {
        float: none;
        display: block;
        position: relative;
    }

.header ul ul ul {
    position: absolute;
    left: 100%;
    width: 200px;
}

    .header ul ul ul li a {
        background: rgba(59, 89, 152, .9);
    }

    .header ul ul ul li:hover a {
        background: rgba(135,36,96,0.9);
    }


.currentmenu {
    background: #2190d7;
    color: #fff;
}

.tinynav {
    display: none;
    margin: 0 auto;
    width: 100%;
}

/* menu ends */


#mainwrapper {
    /*width: 100%;
    margin: 0 auto;*/

    width: 94%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 65px;
}

#header {
    background: transparent;
    text-align: right;
    padding: 0px;
}

#helplines {
    position: fixed;
    right: 0px;
    width: 238px;
    font-size: 18px;
    background: rgba(59, 89, 152, .9);
    z-index: 10;
    color: white;
    font-weight: bold;
    top: 0px;
    display: none;
}

#image {
    width: 110px !important;
    height: 110px !important;
}

#social {
    float: right;
    padding-top: 5px;
}

    #social a img {
        width: 30px;
        height: 30px;
    }


#logocontainer {
    margin-top: 70px;
    margin-right: 40px;
    height: 90px;
}

#logo {
    position: absolute;
    left: 100px;
    /*width: 281px;*/
    /*height: 83px;*/
    /*background: url(../images/GIlogo281X83.png) no-repeat center;*/
    float: left;
    font-size: 60px;
    color: rgba(135,36,96,0.9);
    font-family: 'Cookie', cursive;
}

#logosubtitle {
    margin-top: 43px;
    position: absolute;
    left: 100px;
    font-size: 14px;
}

.content_img {
    margin-right: 2%;
    float: left;
    padding: 3%;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px #999;
}



.header-top {
    color: #fff;
    background: #ffc65d;
    margin: 0 auto;
    height: auto;
    padding: 70px 15px 15px 100px !important;
    box-shadow: 0 0 0px #333;
    height: 145px;
}

    .header-top p {
        line-height: 24px;
    }

.cussivetxt {
    font-family: 'Cookie', cursive;
}

.webtitle {
    font-size: 60px;
}

.subwebtitle {
    font-size: 16px;
    padding-left: 30px;
    margin-top: 10px;
}

#gallery {
    padding: 0px;
    margin: 0px;
    /*box-shadow: 0 0 10px #e9948e;*/
    /*padding-top:360px;*/
    z-index: -100;
    min-width: 100%;
}

#contentwrapper {
    width: 100%;
    margin: 0 auto;
    /*background: #f6f6f6;*/
    background: #fff;
    /*background: linear-gradient(180deg, rgba(247,227,217,0), #f7e3d9);*/
    /*background: #f6f6f6 url(../image/noise-featured.png) repeat top left;*/
    /*border-top: 1px solid #ced5e5;*/
    /*margin-top: 15px;*/
    /*margin-top: 40px;*/
    padding-bottom: 70px;
    color: #4D4D4D;
    min-height: 500px;
}

#pagemaincontent {
    font-size: 16px;
    width: 85%;
    margin: 0 auto;
    margin-top: 0px;
}

#pageheader {
    width: 100%;
    color: #A66142;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
}

#pagecontent {
    margin-top: 5px;
    width: 100%;
    /*border-radius: 8px;
    -moz-border-radius: 8px;*/
}

    #pagecontent #linknav {
        background: #ccc;
        color: #A66142;
        padding: 4px;
        font-size: 11px;
        border-left: 18px solid #A66142;
    }

        #pagecontent #linknav a {
            color: white;
        }

            #pagecontent #linknav a:hover {
                color: #A66142;
            }


    #pagecontent #innerpagecontent {
        margin-top: 5px;
        padding: 15px;
        min-height: 500px;
    }


#innerpagecontent ul li {
    /*background: url(../../images/link-icon-arrow-blue.png) no-repeat scroll left 6px transparent;*/
    border: medium none;
    color: #333333;
    float: left;
    /* font-size: 0.912em; */
    margin: 0 0 0 10px;
    padding: 3px 0 5px 18px;
    width: 98%;
    font-size: 16px;
    list-style: disc;
}

#pagecontent #innerpagecontent h2 {
    color: #A66142;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

#pagecontent #innerpagecontent h4 {
    color: #A66142;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}


#box1_1 {
    width: 30%;
    background: transparent;
    float: left;
    padding: 0px;
    height: auto;
    /*font-family: arial;*/
    margin-top: 12px;
}

#box1_2 {
    width: 70%;
    background: transparent;
    float: left;
    padding: 0px;
    height: auto;
    /*font-family: arial;*/
    margin-top: 12px;
}



    #box1_2 span.maintitle {
        font-size: 85px;
        margin-top: -40px;
        margin-bottom: 40px;
        line-height: 50px;
        color: #;
        /*color: rgba(135,36,96,0.9);*/
        letter-spacing: -.015em;
    }



    #box1_2 span.doctorinfo {
        font-size: 17px;
        line-height: 30px;
        text-align: justify;
        color: #111;
    }


.bgclassbox1 {
    border-radius: 10px;
    min-height: 250px;
    background: #fdc95b !important;
    width: 100%;
    padding-left: 10px;
    height: auto;
}

.bgclassbox2 {
    border-radius: 10px;
    min-height: 250px;
    background: #00ff00 !important;
    width: 100%;
    padding-left: 10px;
    height: auto;
    color: #fff!important;
}



.bgclassbox3 {
    border-radius: 10px;
    min-height: 250px;
    background: #e40001!important;
    width: 100%;
    padding-left: 10px;
    height: auto;
    color: #fff!important;
}




#box2_1 {
    width: 48%;
    background: transparent;
    float: left;
    padding: 0px;
    height: auto;
    /*font-family: arial;*/
    min-height: 250px;
    margin-right: 30px;
}

#box2_2 {
    width: 10%;
    background: transparent;
    float: left;
    padding: 0px;
    height: auto;
    /*font-family: arial;*/
}

#box2_3 {
    width: 48%;
    background: transparent;
    float: left;
    padding: 0px;
    height: auto;
    text-align: left;
    /*font-family: arial;*/
    color: #fff !important;
}

#box2_4 {
    width: 48%;
    background: transparent;
    padding: 0px;
    height: auto;
    text-align: center;
    text-align: left;
    margin-top: 10px;
    color: rgba(135,36,96,0.9) !important;
    padding-left: 300px;
    padding-top: 20px;
}

    #box2_4 .bgclassbox3 p strong {
        color: #fff !important;
        font-size: 22px;
    }


    #box2_4 ul li {
        color: #fff !important;
    }


#box3_1 {
    width: 100%;
    /*background:rgba(135,36,96,0.9);*/
    float: left;
    padding: 0px;
    height: auto;
    text-align: left;
    /*font-family: arial;*/
    margin-top: 20px;
    min-height: 80px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

    #box3_1 .more {
        font-size: 21px;
        color: #fff;
        width: 100%;
    }

        #box3_1 .more p {
            float: left;
            width: 80%;
            margin: 40px 0;
        }

        #box3_1 .more span {
            float: right;
            width: 17%;
            margin: 35px 12px 35px 0px;
        }

            #box3_1 .more span a {
                font-size: 85%;
            }

#box4_1 {
    width: 100%;
    background: transparent;
    float: left;
    padding: 0px;
    height: auto;
    text-align: right;
    /*font-family: arial;*/
    font-size: 12px;
    margin-top: 40px;
}

.btnautowidth {
    width: 48% !important;
    padding: 7px !important;
    margin-left: 26%!important;
    margin-top: 0px !important;
}

#linkReadall {
    padding: 15px;
}



.newscontent .viewnews p a {
    color: #333;
}

.newscontent .readmore {
    padding-top: 0px;
}

.viewnews {
    border-bottom: 1px dotted #CCCF91;
    overflow: hidden;
    margin-bottom: 3px;
}



.newscontent .viewnews .readmore span a {
    float: right;
    padding-bottom: 7px;
    padding-top: 0px;
    margin-top: 2px;
    padding-right: 12px;
    text-align: right;
    font-size: 12px;
}

.csstxtarea {
    width: 100%;
    height: 80px;
}

/* FOOTER start */
#footer {
    background: #474e52;
    border-top: 1px solid #474e52;
    /*font-family: "Arial","Helvetica",sans-serif;*/
    font-size: 13px;
    line-height: 16px;
    padding: 50px 0 45px;
    position: absolute;
    width: 94%;
}

    #footer .wrapper {
        clear: both;
        margin: 0 auto;
        width: 80%;
    }

    #footer p {
        font-size: 160%;
    }

    #footer .nav-footer {
        margin: 0 0 8px -8px;
        clear: both;
        zoom: 1;
    }

        #footer .nav-footer:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        #footer .nav-footer li {
            font-size: 120%;
            float: left;
            padding: 0 8px;
        }

            #footer .nav-footer li a {
                color: #fff;
            }


ul#nav-legal {
    margin: 0 0 2px;
}

    ul#nav-legal li {
        font-size: 120%;
        display: inline;
        padding: 0 8px 0 0;
        margin-right: 4px;
        color: #fff;
    }

    #footer .nav-footer li, ul#nav-legal li {
        border-right: 1px solid #ccc;
    }

        #footer .nav-footer li, ul#nav-legal li a {
            color: #d8d8d8;
        }

p#copyright {
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 8px 0 0;
    margin-right: 8px;
    font-size: 130%;
    color: #fff;
}

#divsocial {
    color: #fff !important;
}

p#copyright.plain {
    border-right: 0;
}

p#feedback-request {
    clear: both;
}

p#terms-of-use {
    margin-bottom: 8px;
}

#footer li.first {
    margin: 0;
    padding: 0;
}

#footer li.last {
    border: 0;
}



#footer dl.explore {
    width: 100%;
    padding: 10px;
    background-color: #ccc;
    margin: 20px auto;
    font-size: 9px;
}

    #footer dl.explore dt {
        font-size: 14px;
        color: gray;
        font-weight: bold;
        margin-bottom: 10px;
    }




    #footer dl.explore ul li a {
        color: #069;
    }


.txtinput {
    width: 300px;
    font-size: 14px;
}

/*#footer ul li a
    {
        color: #fff;
    }*/

/*footer end*/

#divsocial {
    color: #fff !important;
}


.homeprofilebanner {
    /*background: linear-gradient(180deg, rgba(247,227,217,0), #f7e3d9);*/
    background: #fff;
    color: #111 !important;
    padding: 80px 100px;
    min-height: 500px;
    height: auto;
    opacity: 1;
}

#homeprofiledesig {
    color: rgba(59, 89, 152, .9);
}

/*responsive*/


.clsfullbox {
    min-height: 696px;
    height: auto;
}


    .clsfullbox .boxlcontent {
        padding: 30px 40px 0 40px;
        color: #fff !important;
        min-height: 380px;       
        background:#f2f2f2;
    }

    .clsfullbox p {
        color: #fff !important;
        font-size: 15px !important;
    }

    .clsfullbox h2 {
        /*background: rgba(86, 36, 103, 0.9);*/
        font-size: 30px;
        padding: 15px 5px;
        color: rgba(121, 32, 12, 0.9)!important;
        border-radius:5px;
        font-weight:bold;
       
    }



#boxl_2 {
    background: rgba(230, 215, 230, 0.6);
    min-height: 675px;
    height: auto;
    width: 50%;
    float: left;
    color: #fff !important;
}


    #boxl_2 .boxlcontent {
        padding: 30px 40px 0 10px;
        color: #fff !important;
        min-height: 380px;
        color: #fff !important;
    }

    #boxl_2 p {
        color: #fff !important;
        font-size: 15px !important;
    }

    #boxl_2 h2 {
        background: rgba(135,36,96,0.9);
        font-size: 30px;
        padding: 10px 5px;
        color: #fff !important;
    }

#box_l h2 {
    background: rgba(135,36,96,0.9);
    font-size: 30px;
    padding: 10px 5px;
    color: #fff !important;
}

#box_l {
    /*background: #e9948e;*/
    color: #A66142 !important;
    background: rgb(245, 246, 247);
    min-height: 380px;
    height: auto;
    width: 50%;
    float: left;
    /*margin-top: -5px;*/
}

    #box_l .boxlcontent {
        padding: 30px 40px 0 60px;
        background: linear-gradient(180deg, rgba(247,227,217,0), #f7e3d9);
        color: #3b4144;
        min-height: 380px;
    }

#box1_2 .divmar {
    margin-left: 75px !important;
}

.video {
    margin-bottom: 10px;
    float: left;
    margin-top: 20px;
}

.video2 {
    margin-bottom: 10px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}



#boxl_3 {
    background-color: #fdc95b !important;
    min-height: 65px;
    height: auto;
    width: 100%;
    float: left;
    color: #fff !important;
}


.footer-sections-container {
    width: 80%;
    text-align: center;
    padding-left: 100px;
}

.footer-sections {
    float: left;
    display: block;
    border-right: solid 1px #7d7d7d;
    padding: 25px 7px;
}

    .footer-sections a, .footer-sections-last a {
        color: #fff!important;
        text-decoration: none;
    }

    .footer-sections:hover, .footer-sections-last:hover {
        background-color: #A66142;
        color: #000!important;
    }

.footer-link {
    font-size: 20px;
}

.footer-sections-last {
    float: left;
    display: block;
    border-right: none;
    padding: 25px 7px;
}



.content_left {
    width: 70%;
    float: left;
   
}

.content_right {
    width: 30%;
    float: left;
    margin-top:16px;
}


h2.title {
    border: 1px solid #000080;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    background: #000080;
    /*background: #1fad5e;*/
    letter-spacing: 1px;
    font-family: Lobster!important;
}


/* 768px */

@media screen and (max-width : 768px) {

    body {
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 13px;
    }


    #logocontainer {
    }


    #logo {
    }



    #logo {
        /*position: relative;
        margin: 0 auto;
        text-align: center;
        left: 0px;
        right: 0;
        width: 100% !important;
        margin-top: 50px;
        min-width: 320px;
        min-height: 59px;*/
        /*background: url(../images/GIlogo281X83.png) no-repeat center;*/
    }

    .homeprofilebanner {
        background: #fff;
        color: #A66142 !important;
        min-height: 880px;
        height: auto;
        margin-top: 5px;
        opacity: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 20px 20px;
    }


    #gallery {
        display: block;
        box-shadow: rgb(156, 164, 169) 0px 0px 20px;
    }


    .header-top {
        color: #fff;
        background: #ffc65d;
        margin: 0 auto;
        height: auto;
        padding: 80px 10px 10px 10px !important;
        box-shadow: 0 0 0px #333;
        height: 190px;
    }

        .header-top p {
            line-height: 16px;
        }

    .cussivetxt {
        font-family: 'Cookie', cursive;
    }

    .webtitle {
        font-size: 30px;
        margin-top: -20px;
    }



    .subwebtitle {
        font-size: 12px;
        padding-left: 0px;
    }


    .fleft {
        float: none;
    }

    .header-top .marl30 {
        margin-left: 0px;
    }

    #mainwrapper {
        width: 100%;
        padding: 0px;
        margin-top: -10px;
    }

    #header {
        margin-right: 0px;
        text-align: center;
        height: 120px;
        background: #fff;
    }

    #helplines {
        position: relative;
        width: 100%;
        text-align: center;
        right: 0px;
        z-index: 999;
        background: #333;
        bottom: 0;
        margin-top: 0px;
        display: block;
        font-family: sans-serif !important;
    }

    #progress_loading {
        background-color: #fff;
        width: 250px;
        height: 120px;
        position: absolute;
        border: 2px solid #3a5795;
        color: #333;
        z-index: 100;
        right: 40px;
        top: 250px;
    }

    #social {
        float: left;
        text-align: center;
        width: 100%;
        padding-left: 20px;
    }

    #imageid {
        height: 260px !important;
        width: 260px !important;
    }

    #homeprofilecontact {
        width: 90%;
        font-size: 11px;
    }

    #homeprofiledesig {
        width: 90% !important;
    }

    .video {
        margin-bottom: 10px;
        float: left;
        margin-top: 10px;
    }

    .video2 {
        margin-bottom: 10px;
        float: left;
        margin-top: 10px;
        margin-left: 0px !important;
    }

    #boxl_2 iframe {
        width: 350px !important;
    }

    .header .nav {
        margin-left: -3px;
        background: #9a27c7 url(../image/menu_res.png) no-repeat 96%;
        position: fixed;
        top: 0px;
        width: 100%;
        -moz-box-shadow: 0 0 15px #000;
        -webkit-box-shadow: 0 0 15px#000;
        box-shadow: 0 0 15px #000;
        z-index: 1000;
        padding-left: 0px;
    }


    .header .contact {
        display: none;
    }

    #gallery {
        padding-top: 0px;
        box-shadow: rgb(156, 164, 169) 0px 0px 20px !important;
    }

    #box_l {
        width: 100%;
        clear: both;
    }

    box_l.boxlcontent {
        width: 100%;
    }

    #boxl_2 {
        width: 100%;
        min-height:20px !important;
    }

        #boxl_2 h2 {
            font-size: 17px;
            padding: 10px 10px !important;
        }

    .boxl_2.boxlcontent {
        width: 100%;
        background: none;
        margin-top: 200px !important;
    }

    .tinynav {
        display: block;
    }

    .dropdown {
        display: none;
    }

    #menu select {
        padding: 15px;
        color: white !important;
        background: transparent;
        border: 0px solid gray;
        font-size: 20px;
        /*font-family: arial;*/
        width: 100%;
        text-indent: 5px;
        line-height: 40px;
        -webkit-appearance: listbox;
        margin-top: -10px;
    }

        #menu select option {
            background: #9a27c7;
            color: white!important;
        }

    #mainwrapper {
        background: #FCEEE3;
    }

    #contentwrapper {
        margin-top: 0px;
        background: transparent;
        padding-bottom: 20px;
        border-top: none !important;
        /*background: #f6f6f6 url(../image/noise-featured.png) repeat top left;*/
        background: #FCEEE3;
    }

    #pagemaincontent {
        /*font-size: 14px;*/
        width: 95%;
        margin-top: 10px !important;
        padding-top: 10px;
        background: transparent;
    }


    #pageheader {
        width: 100%;
        font-size: 20px;
        color: #333;
        text-shadow: none !important;
        letter-spacing: normal;
    }

    #pagecontent {
        margin-top: 5px;
        width: 100%;
        background: #FCEEE3;
        margin-top: 10px !important;
    }

        #pagecontent #linknav {
            display: none;
        }

            #pagecontent #linknav a {
                color: white;
            }

                #pagecontent #linknav a:hover {
                    color: #FFD999;
                }


        #pagecontent #innerpagecontent {
            margin-top: 5px;
            padding: 10px;
        }





    #box1_1 {
        width: 95%;
        text-align: left;
        padding-top: 10px;
        height: auto;
        background: transparent;
        color: black !important;
    }

    #box1_2 {
        width: 95%;
        text-align: left;
        padding-bottom: 30px;
        height: auto;
        background: transparent;
        color: black !important;
    }




        #box1_2 span.maintitle {
            font-size: 50px !important;
            line-height: 40px !important;
            width: 100%;
            margin-bottom: 30px !important;
            color: #A66142 !important;
        }



        #box1_2 span.doctorinfo {
            color: #111;
            font-size: 110%;
            text-align: left !important;
            text-align: justify;
            width: 100%;
            margin-left: 50px;
        }

        #box1_2 p span.maintitle {
            font-size: 50px !important;
            font-size: 50px !important;
            margin-top: -35px;
            margin-bottom: 30px;
            color: #A66142 !important;
        }


        #box1_2 .divmar {
            margin-left: 0px !important;
        }

    #box2_1 {
        width: 99%;
        background: transparent;
        float: left;
        padding: 0px;
        height: auto;
        /*font-family: arial;*/
        font-size: 13px !important;
        margin-top: 15px;
    }

    #box2_2 {
        text-align: left;
        width: 99%;
        min-height: 300px !important;
        font-size: 13px !important;
    }

        #box2_2 ul li {
            padding-left: 10px !important;
        }

    #box2_3 {
        width: 90%;
        text-align: left;
        /*font-family: arial;*/
        margin-top: 40px;
        font-size: 13px !important;
    }

        #box2_3 ul li {
            padding-left: 10px !important;
        }

    #box2_4 {
        text-align: left;
        width: 99%;
        min-height: 300px !important;
        font-size: 13px !important;
    }

        #box2_4 ul li {
            padding-left: 10px !important;
        }

    #box2_1_color {
        width: 100%;
        min-height: 100%;
        height: auto;
    }




    #box2_2_color {
        width: 100%;
        min-height: 100%;
        height: auto;
    }

    #box2_3_color {
        width: 100%;
        min-height: 100%;
        height: auto;
    }

    #box2_1 {
        width: 100%;
        min-height: 100%;
        height: auto;
    }

    #box2_2 {
        width: 100%;
        min-height: 100%;
        height: auto;
    }

    #box2_3 {
        width: 100%;
        min-height: 100%;
        height: auto;
    }

    #box3_1 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    #box3_2 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    #box3_3 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    #box3_4 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    #box4_1 {
        width: 100%;
    }

    #box4_2 {
        width: 100%;
    }

    #box5_1 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    #box5_2 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    #box5_3 {
        width: 100%;
        margin: 0px;
        height: auto;
    }

    #box5_4 {
        width: 100%;
        margin: 0px;
        height: auto;
    }





    .btnautowidth {
        width: 100% !important;
        padding: 10px !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
        font-size: 110% !important;
        overflow: hidden !important;
    }

    #linkReadall {
        width: 100% !important;
        padding: 5px !important;
        margin-top: 8px !important;
        font-size: 110% !important;
        overflow: hidden !important;
    }


    input, textarea {
        border-radius: 4px 4px 4px 4px;
        padding: 8px;
        border: 1px solid #ccc;
        font-size: 16px;
        background: #FFF;
        background: -moz-linear-gradient(center top,#fff,#f3f3f3 1px,#fff 20px) repeat scroll 0 0 #FFF;
        background: -webkit-gradient(linear,0 0,0 20,from(#fff),color-stop(0.04,#f3f3f3),to(#fff));
    }

        input[type=text]:disabled, textarea:disabled {
            border-radius: 4px 4px 4px 4px;
            padding: 8px;
            border: 1px solid #ccc;
            font-size: 16px;
            background: #ccc;
        }

    select {
        font-size: 16px;
        vertical-align: middle;
        border: 1px solid #A6A6A6;
        border-radius: 4px 4px 4px 4px;
        color: #4D4D4D !important;
        padding: 10px;
    }


    .csstxtarea {
        width: 90%!important;
        height: 80px;
    }

    .txtinput {
        width: auto !important;
    }

    #footer {
        /*background: rgba(135,36,96,0.9);*/
        color: #000!important;
        border-top: 1px solid #d8d8d8;
        /*font-family: "Arial","Helvetica",sans-serif;*/
        font-size: 13px;
        line-height: 16px;
        padding: 20px 0 45px;
        position: absolute;
        width: 94%;
        color: #fff;
        margin-top: -5px;
        font-size: 80%;
    }


        #footer .wrapper {
            clear: both;
            margin: 0 auto;
            width: 95%;
        }

        #footer li.last {
            border: 0;
            border-right: 1px solid #444!important;
        }

    ul#nav-legal {
        margin: 0 0 2px;
    }

        ul#nav-legal li {
            width: 100%;
            display: inline;
            padding: 0 8px 0 0;
            margin-right: 4px;
        }

        #footer .nav-footer li, ul#nav-legal li {
            border-right: 1px solid #ccc;
        }

            #footer .nav-footer li, ul#nav-legal li a {
                color: #d8d8d8;
            }

    p#copyright {
        float: left;
        border-right: 1px solid #ccc;
        padding: 0 8px 0 0;
        margin-right: 8px;
        width: 100%;
    }


    #box3_1 {
        width: 100%;
        float: left;
        padding: 0px;
        height: auto;
        text-align: left;
        /*font-family: arial;*/
        margin-top: 40px;
        border-radius: 8px;
        -moz-border-radius: 8px;
    }

        #box3_1 .more {
            color: #fff;
            width: 100%;
        }

            #box3_1 .more p {
                width: 95%;
                margin: 5px 0;
                padding: 10px;
            }

            #box3_1 .more span {
                width: 95%;
                padding: 2px;
                height: 20px;
            }

                #box3_1 .more span a {
                    float: left;
                    width: 95%;
                    text-align: center;
                    padding: 10px;
                    font-size: 80% !important;
                }


    #box_l {
        width: 100%;
        background: #FFF !important;
        color: black !important;
        padding: 10px 0px 0 10px;
    }

        #box_l .boxlcontent {
            padding: 0px;
            background: #FFF !important;
            color: #3b4144;
            width: 95%;
        }


        #box_l h2 {
            font-size: 17px;
        }

    #box_2 h2 {
        font-size: 17px;
    }

    .doctorinfo {
        color: black !important;
        text-align: justify;
    }

    #homeprofilebanner {
        background: #FCEEE3;
        min-height: 450px;
    }

    .module .content {
        width: 40%;
    }

    .module {
        width: 90%;
    }



    .bgclassbox1 {
        border-radius: 8px;
        min-height: 250px;
        background: #fdc95b !important;
        width: 100%;
        padding-left: 10px;
        height: auto;
    }

    .bgclassbox2 {
        border-radius: 8px;
        min-height: 300px;
        background: #00ff00 !important;
        width: 100%;
        padding-left: 10px;
        height: auto;
        color: #fff!important;
    }



    .bgclassbox3 {
        border-radius: 8px;
        min-height: 300px;
        background: #e40001 !important;
        width: 100%;
        padding-left: 10px;
        height: auto;
        color: #fff!important;
    }




    #box2_1 {
        width: 98%;
        background: transparent;
        float: none;
        padding: 0px;
        height: auto;
        /*font-family: arial;*/
        min-height: 250px;
        margin-right: 30px;
        background: #FCEEE3 !important;
    }

    #box2_2 {
        width: 10%;
        background: transparent;
        float: left;
        padding: 0px;
        height: auto;
        /*font-family: arial;*/
        background: #FCEEE3 !important;
    }

    #box2_3 {
        width: 98%;
        background: transparent;
        float: none;
        padding: 0px;
        height: auto;
        text-align: left;
        /*font-family: arial;*/
        color: #fff !important;
        background: #FCEEE3 !important;
    }

    #box2_4 {
        width: 99%;
        background: transparent;
        padding: 0px;
        height: auto;
        text-align: left;
        margin-top: 10px;
        color: #fff !important;
        background: #FCEEE3 !important;
    }

        #box2_4 ul li {
            padding-left: 1px !important;
        }

    #box2_2 ul li {
        padding-left: 1px !important;
    }


    #box2_3 ul li {
        padding-left: 1px !important;
    }

    #box2_4 ul li {
        padding-left: 1px !important;
    }


    #box2_1 ul li {
        padding-left: 1px !important;
    }

    #pagecontent #innerpagecontent h2 {
        font-size: 18px!important;
    }

    #pagecontent #innerpagecontent h3 {
        font-size: 18px!important;
    }

    #boxl_3 {
        background-color: #fdc95b !important;
        min-height: 65px;
        height: auto;
        width: 100%;
        float: left;
        color: #fff !important;
    }


    .footer-sections-container {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }

    .footer-sections {
        float: left;
        display: block;
        border-bottom: solid 1px #7d7d7d;
        padding: 15px 7px;
        width: 100%;
    }

        .footer-sections a, .footer-sections-last a {
            color: #fff!important;
            text-decoration: none;
        }

        .footer-sections:hover, .footer-sections-last:hover {
            background-color: #A66142;
            color: #000!important;
        }

    .footer-link {
        font-size: 20px;
    }

    .footer-sections-last {
        float: left;
        display: block;
        border-right: none;
        padding: 15px 7px;
        width: 100%;
        border-bottom: solid 1px #7d7d7d;
    }



    .clsfullbox {
        min-height: 696px;
        height: auto;
         margin-left: 10PX;
    }


        .clsfullbox .boxlcontent {
            width: 98%;
            background: transparent;
            float: none;
            padding: 0px;
            height: auto;
            /*font-family: arial;*/
            min-height: 250px;
            margin-right: 30px;
           
            background: #FCEEE3 !important;
        }

        .clsfullbox h2 {
            background: rgba(135,36,96,0.9);
            font-size: 13px;
            padding: 10px 5px;
               margin-top: 10PX;
            color: #fff !important;
            border-radius:0px !important;
        }

    
}
