﻿
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;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


.bor-bl-radius {
    border-bottom-left-radius: 20px;
}

.bor-br-radius {
    border-bottom-right-radius: 20px;
}

.bor-bl-radius {
    border-bottom-left-radius: 20px;
}

.left-curev-box {
    width: 7px;
    height: 13px;
    background: #229e82;
    position: absolute;
    left: -7px;
    top: 0;
}

.right-curev-box {
    width: 7px;
    height: 13px;
    background: #229e82;
    position: absolute;
    right: -7px;
    top: 0;
}

.header .login-box {
    float: right;
    background: #229e82;
    padding: 35px 40px;
    position: relative;
}

    .header .login-box a {
        display: inline-block;
        vertical-align: middle;
        padding: 0 20px;
        color: #fff;
        font-size: 12px;
    }

.searchicon {
    background-image: url(../image/search_icon.gif);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.mobile_menu_button span, .side_menu_button > a {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand {
    color: #813767;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff !important;
    margin-left: 3px!important;
    opacity: 1;
}



.navbar-inverse .navbar-toggle {
    border-color: #fff !important;
    margin-left: 10px!important;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 20px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff!important;
}

.navbar-nav {
    margin: 5px 2px;
}

.collapse.in {
    opacity: 1!important;
    background: #1fad5e!important;
}

.navbar-inverse {
    background-color: #f2f2f2!important;
    border-color: #f2f2f2!important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff!important;
    }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px #fff transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #9d9d9d!important;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: 5px;
    margin-top: 20px;
    /*padding-bottom: 20px;*/
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #1E9129!important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1E9129!important;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff!important;
}

#menu_mobile {
    height: 90px;
}

.nav > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #eaeaea!important;
    font-size: 12px!important;
}





body {
    line-height: 1;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-family: 'Segoe UI',Tahoma,Arial;*/
    font-family: 'Montserrat', sans-serif;
    background: #008cc9;
}


@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}


.container {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    background: #f2f2f2;
    padding: 0px 0px;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 65px;*/
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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, body {
    width: 100%;
    height: 100%;
}


body {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

form {
    margin: 0;
}


select {
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #A6A6A6;
    border-radius: 3px 3px 3px 3px;
    color: #4D4D4D !important;
    padding: 6px;
}


h1 {
    font-size: 30px;
    color: #444;
    line-height: 30px;
    letter-spacing: -1px;
}

h2 {
    font-size: 20px;
    color: #444;
    line-height: 22px;
}

strong {
    font-weight: bold;
}




input, textarea {
    border-radius: 3px 3px 3px 3px;
    padding: 6px;
    border: 1px solid #ccc;
    font-size: 13px;
    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: 6px;
        border: 1px solid #ccc;
        font-size: 13px;
        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: #ed1c24;*/
    /*color:#ff4c4c;*/
    color: #f8a558;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: #1E9129;
        /*color: #ed1c24;*/
        /*color: #3b5998;*/
    }


.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;
}

.f40 {
    font-size: 40px;
}


.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;
}


.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;
}

.marr50 {
    margin-right: 50px;
}

.marr60 {
    margin-right: 60px;
}

.marr70 {
    margin-right: 70px;
}


.marr80 {
    margin-right: 80px;
}

.marr90 {
    margin-right: 90px;
}

.marr100 {
    margin-right: 100px;
}

.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;
}

.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;
}


p.pratikshaerror {
    font-weight: bold;
    color: #FFF;
    padding-top: 10px;
}

.error {
    font-weight: bold;
    color: #900;
}

span.red {
    font-weight: bold;
    color: #900;
}

.green {
    color: green;
}

.white {
    color: #fff !important;
}

.clsbranchselect:hover {
    color: #fff !important;
    background: rgb(107, 29, 68);
    text-decoration: none;
}

a {
    color: #444;
}

    a:hover {
        color: #1E9129;
    }

.my-btn-danger {
    color: #fff;
    background-color: #09b5a2;
    /*border-color: #09b5a2;*/
    border-radius: 0!important;
    font-size: 13px;
}

    .my-btn-danger:hover {
        color: #fff;
        background: #1E9129;
    }


.my-btn-danger-rounded {
    color: #fff;
    background-color: #0a47ca;
    border-color: #0a47ca;
    border-radius: 5px!important;
    font-size: 12px;
}

    .my-btn-danger-rounded:hover {
        color: #fff;
        background: #1fad5e;
        text-decoration: none;
    }


.my-btn-danger-rounded-Grey {
    color: #fff;
    background-color: #0a47ca;
    border-color: #ccc;
    border-radius: 5px!important;
    font-size: 12px;
}

    .my-btn-danger-rounded-Grey:hover {
        color: #fff;
        background: #1fad5e;
        text-decoration: none;
    }

.clsbranchselect:hover {
    color: #fff;
    background: rgb(107, 29, 68);
    text-decoration: none;
}



.btn-pratiksha {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.btn-pratiksha {
    color: #fff;
}

a.pratiksha-btn-danger {
    color: #fff;
}

i {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}


.arrowright {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrowleft {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrowup {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrowdown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#menucontainer {
    background: #f2f2f2!important;
    height: 145px;
    padding-top: 1px;
    opacity: 1;
}


a.borderbtn {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 15px;
    border: 2px solid #10347f !important;
    border-radius: 3px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    white-space: nowrap;
    color: #333 !important;
    background-color: #fff;
}


    a.borderbtn:focus, a.borderbtn:hover {
        color: #fff !important;
        background-color: #10347f;
        outline: none;
        text-decoration: none;
    }


a.borderbtndanger {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 15px;
    border: 1px solid #900 !important;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    white-space: nowrap;
    color: #900 !important;
    background-color: #fff;
}


    a.borderbtndanger:focus, a.borderbtndanger:hover {
        color: #fff !important;
        background-color: #900;
        outline: none;
        text-decoration: none;
    }



a.newborderbtn {
    background: none;
    border: none;
    padding: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    border: 1px solid #10347f !important;
    border-radius: 0px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    white-space: nowrap;
    color: #008cc9 !important;
    background-color: #fff;
}


    a.newborderbtn:focus, a.newborderbtn:hover {
        color: #fff !important;
        background-color: #10347f;
        outline: none;
        text-decoration: none;
    }



input.borderbtn {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 15px;
    border: 1px solid #1fad5e !important;
    /*border-radius: 3px;*/
    height: 26px;
    cursor: pointer;
    white-space: nowrap;
    color: #10347f !important;
    background-color: #fff;
}


    input.borderbtn:focus, input.borderbtn:hover {
        color: #fff !important;
        background-color: #10347f;
        outline: none;
        text-decoration: none;
    }


h2.title {
    border: 1px solid #10347f;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    background: #10347f;
    /*background: #1fad5e;*/
    letter-spacing: 1px;
    font-family: Montserrat!important;
}

/* menu starts */

#menu {
    /*height: 46px;*/
    min-height: 42px;
    margin-bottom: 10px;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    top: 0;
    width: 100%;
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    background-size: 100% 100%;
    opacity: 1;
    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(232,229,232,1)), color-stop(97%, rgba(237,237,237,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,229,232,1) 47%, rgba(237,237,237,1) 97%, rgba(237,237,237,1) 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
   background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(245, 230, 245) 47%, rgba(237,237,237,1) 97%, rgb(151, 179, 161) 100%);*/

    /*background: #1E9129;*/
    /*background: #0e6733;*/
     /*background: #04701c;*/

     background:#10347f;
  
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

.header > h1 {
    text-align: center;
}

.header .nav {
    /*padding-left: 50px;*/
    padding-left: 25px;
    float: left;
}

.contact {
    float: right;
    right: 0px;
    width: auto;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 3px;
    margin-left: 5px;
    /*border-left: 1px solid #fff;*/
}

.header ul {
    list-style: none;
    padding: 0px;
    font-weight: normal;
    position: relative;
    text-align: left;
    /*min-height: 45px;*/
    min-height: 35px;
}

.header .nav > ul:after {
    content: "";
    clear: both;
    display: block;
}

.header ul li {
    display: inline-block;
    text-align: left;
    margin-left: 0px;
    min-height: 21px;
    vertical-align: middle;
}

    .header ul li a {
        display: block;
        /*padding: 13px 13px 12px 13px;*/
        text-decoration: none;
        color: #fff;
        /*font-size: 16px !important;*/
        padding: 13px 20px 9px 20px;
        font-size: 13px !important;
        font-weight: bold;
         /*border-bottom-right-radius: 20px;*/
    }


.header li > a:after {
    color: #fff;
    content: ' ▾';
}

.header li > a:only-child:after {
    content: '';
}

.header ul ul li a {
    display: block;
    /*padding: 4px;*/
    text-decoration: none;
    color: #0a47ca;
    vertical-align: middle;
    white-space: nowrap;
   
  
     border-bottom:1px solid #0a47ca;
    padding-bottom:10px;
}




.header ul li a:hover {
    /*background: #069;*/
    /*background: #1E9129;*/
    color: #FFF;
    background: #0072b8;
}

.header ul li:hover {
    /*background: #069;*/
    /*background: #1E9129;*/
    color: #fff;
}

.header ul ul {
    margin: 0;
    display: none;
    position: absolute;
    padding: 12px;
    background: white;
    /*border: 1px solid #49B128;*/
    /*border: 1px solid #008cc9;*/
    -moz-box-shadow: 1px 1px 0 #f2f2f2;
    -webkit-box-shadow: 1px 1px 0 #f2f2f2;
    /*border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;*/

     box-shadow: 5px 5px #0a47ca;
    /*border-bottom-left-radius: 20px;*/
}

.header ul li:hover > ul {
    display: block;
}

.header ul ul li:hover a {
    background: #0a47ca;
    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: #813767;
    }

    .header ul ul ul li:hover a {
        background: #813767;
    }

.currentmenu {
    background: #3a5795;
    color: #fff;
}

.tinynav {
    display: none;
    margin: 0 auto;
    width: 100%;
}

/* menu ends */

/*Footer start*/

.divfooter {
    background: #10347f;
    width: 100%;
    color: #fff;

    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
}



.footerWrapper {
    clear: both;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 25px 0;
    width: 1060px;
    /*margin-bottom: 15px;*/
    /*font-family:Arial,sans-serif;*/
}

.footerRight {
    float: right;
    width: 655px;
}

.footerLeft {
    float: left;
    width: 300px;
}


.footerWrapper h4 {
    /*color: #3a5795;*/
    color: #f3d55b;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Lobster!important;
}


.footerLeft .hospital-list ul li.first {
    margin-right: 20px;
}

.footerLeft .hospital-list ul li {
    float: left;
    width: 250px;
    border-bottom: 1px solid #DDDDDD;
    float: none;
    padding: 5px 0;
    font-size: 12px;
}

    .footerLeft .hospital-list ul li a {
        /*color: #474747;*/
        color: #fff;
    }

        .footerLeft .hospital-list ul li a:hover {
            /*color: #3a5795;*/
            color: #fff;
            text-decoration: none;
        }


    .footerLeft .hospital-list ul li.last {
        float: left;
        width: 250px;
        border-bottom: none !important;
        float: none;
        padding: 5px 0;
        color: #fff !important;
    }



    .footerLeft .hospital-list ul li.first {
        margin-right: 20px;
    }

.footerLeft p {
    line-height: 18px;
}

.footerRight .hospital-list ul li {
    float: left;
    width: 250px;
    border-bottom: 1px solid #DDDDDD;
    float: none;
    padding: 5px 0;
    font-size: 12px;
}

    .footerRight .hospital-list ul li a {
        /*color: #474747;*/
        color: #fff;
    }

        .footerRight .hospital-list ul li a:hover {
            /*color: #3a5795;*/
            color: #fff;
            text-decoration: none;
        }


    .footerRight .hospital-list ul li.last {
        float: left;
        width: 250px;
        border-bottom: none !important;
        float: none;
        padding: 5px 0;
        color: #fff !important;
    }


.footerRight #footermenu {
    background: #efefef;
    overflow: hidden;
    padding: 10px;
}


.footerRight ul.menu li {
    background: url(../../content/images/site/bg_specBar.jpg) no-repeat scroll right 4px transparent;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 0.78em;
    margin: 0;
    white-space: nowrap;
    padding: 4px 6px;
}

    .footerRight ul.menu li.last {
        background: none;
    }

    .footerRight ul.menu li a {
        color: #fff;
    }



#footer_bottom_menu ul.menu li {
    background: url(../../content/images/site/bg_specBar.jpg) no-repeat scroll right 5px transparent;
    /*color: #3a5795;*/
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 0.95em;
    margin: 0;
    white-space: nowrap;
    padding: 4px 6px;
}

    #footer_bottom_menu ul.menu li.last {
        background: none;
    }

    #footer_bottom_menu ul.menu li a {
        /*color: #337ab7;*/
        color: #fff;
        text-decoration: none;
    }



.footerBottom {
    /*border-top: dashed 1px #bbb;*/
    clear: both;
    display: inline-block;
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;
    color: #fff;
    background: #333;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
/*Footer end*/

.footerRight .follow {
    color: #fff;
}


.footerRight .divabout {
    color: #1E9129;
    margin-top: 5px;
    padding-left: 8px;
    padding-right: 6px;
    font-size: 0.95em;
    line-height: 17px;
    text-align: justify;
}

.footerRight .footerBottom a {
    color: #fff !important;
}


    .footerRight .footerBottom a:hover {
        color: #fff !important;
        text-decoration: none;
    }



#mainwrapper {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f2f2f2;
}

#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;
}

#social {
    float: right;
    padding-top: 5px;
}

    #social a img {
        width: 30px;
        height: 30px;
    }


#logocontainer {
    /*margin-top: 48px;
    margin-right: 40px;*/
    min-height: 250px;
    height: auto;
}

#logo {
    position: absolute;
    left: 100px;
    width: 281px;
    height: 83px;
    /*background: url(../images/ig680_52.png) no-repeat center;*/
    /*background: url(../images/Logo.JPG) no-repeat center;*/
    /*background: url(../images/GIlogo281X83.png) no-repeat center;*/
    float: left;
}

.box_1 {
    padding-left: 2px;
    float: left;
    cursor: pointer;
    width: 24.76%;
    height: 200px;
    margin-right: 3px;
    margin-bottom: 4px;
}

.box_last {
    padding-left: 2px;
    float: left;
    cursor: pointer;
    width: 24.76%;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 4px;
}

#gallery {
    padding: 0px;
    margin: 0px;
}

#contentwrapper {
    /*width: 1100px;*/
    margin: 0 auto;
    /*background: #f1f3f8;*/
    /*border-top: 1px solid #ced5e5;*/
    /*margin-top: 15px;*/
    /*margin-top:30px;*/
    padding-bottom: 15px;
    color: #333;
    min-height: 750px;
    margin-top: 10px;
    height: auto;
    width: 100%;
    background: #fff;
}


#pagemaincontent #pagecontentright {
    float: right;
    margin-right: 20px;
    min-height: 750px;
    min-width: 280px;
    width: 25%;
}


#pagemaincontent #pagecontentleft {
    /*width: 840px;*/
    min-width: 740px;
    width: 72%;
    float: left;
    min-height: 750px;
    background: #fff;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 3px;
    /*border: 1px solid #ced5e5;*/
    height: auto;
    padding-bottom: 10px;
    /*margin-left: 15px;*/
    margin-left: 8px;
}

#pagecontentleft #pagemaincontent {
    background: #fff;
    font-size: 14px;
    /*width: 85%;*/
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ced5e5;
    min-width: 580px;
    height: auto;
    padding-bottom: 10px;
}

#pagecontentleft #pageheader {
    /*width: 100%;*/
    color: #fff;
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 40px;
    /*font-weight: bold;*/
    text-align: left;
    /*padding: 10px 10px;*/
    padding: 3px 19px;
    background: #10347f;
    /*background: #09b5a2;*/
    margin-left: 15px;
    width: 96.5%;
}

#headpagemaincontent {
    /*width: 1100px;*/
    margin: 0 auto;
    color: #8aad97;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 25px;
    margin-left: 28px;
}

.img {
}

.homimg {
    width: 100%;
    height: 200px;
}

#innerpagecontent {
}

#pagecontent {
    /*margin-top: 5px;*/
    width: 100%;
    /*background: #fff;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    /*background:#f2f2f2;*/
    margin-top: -4.5px;
}

    #pagecontent #linknav {
        /*background: #337ab7;*/
        color: #fff;
        padding-top: 3px;
        font-size: 12px;
        /*border-left: 18px solid #ff006e;*/
        opacity: .85;
        text-align: left;
    }

        #pagecontent #linknav a {
            color: white;
        }


            #pagecontent #linknav a:hover {
                color: #ed1c24;
            }


    #pagecontent #innerpagecontent {
        /*margin-top: 5px;*/
        padding: 3px 15px;
        min-height: 400px;
        line-height: 20px;
        text-align: justify;
    }

        #pagecontent #innerpagecontent strong {
            font-size: 18px;
            line-height: 20px;
            color: #444;
        }

        #pagecontent #innerpagecontent ul li {
            background: url(../../content/images/site/diamond.png) no-repeat scroll left 6px transparent;
            background-size: 20px 20px;
            border: medium none;
            color: #333333;
            float: left;
            /*font-size: 0.912em;*/
            margin: 0 0 0 19px;
            padding: 8px 0 5px 25px;
            width: 96%;
        }

            #pagecontent #innerpagecontent ul li:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
                line-height: 0;
                font-size: 0;
            }

        #pagecontent #innerpagecontent ol li {
            background: url(../../content/images/site/diamond.png) no-repeat scroll left 9px transparent;
            background-size: 16px 16px;
            border: medium none;
            color: #333333;
            float: left;
            /*font-size: 0.912em;*/
            margin: 0 0 0 19px;
            padding: 8px 0 5px 25px;
            width: 96%;
        }


            #pagecontent #innerpagecontent ol li:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
                line-height: 0;
                font-size: 0;
            }



#sidequciklinks {
    background: #f2f2f2;
    padding-bottom: 10px;
}

    #sidequciklinks ol li {
        background: url(../../content/images/site/diamond.png) no-repeat scroll left 13px transparent;
        background-size: 15px 15px;
        border: medium none;
        color: #333333;
        /*float: left;*/
        /*font-size: 0.912em;*/
        margin: 0 0 0 10px;
        padding: 15px 0 10px 25px;
        width: 95%;
        border-bottom: 1px solid #ccc;
    }

        #sidequciklinks ol li.last {
            border-bottom: 0px solid #ccc;
        }

        #sidequciklinks ol li a {
            color: #333;
        }

#divsidecentreexcellence a {
    color: #333;
}




.sidequciklinks {
    background: #f2f2f2;
    padding-bottom: 10px;
}

    .sidequciklinks ol li {
        background: url(../../content/images/site/diamond.png) no-repeat scroll left 13px transparent;
        background-size: 15px 15px;
        border: medium none;
        color: #333333;
        /*float: left;*/
        /*font-size: 0.912em;*/
        margin: 0 0 0 10px;
        padding: 15px 0 10px 25px;
        width: 95%;
        border-bottom: 1px solid #ccc;
    }

        .sidequciklinks ol li.last {
            border-bottom: 0px solid #ccc;
        }

        .sidequciklinks ol li a {
            color: #333;
        }



#srp_loading {
    background-color: #fff;
    width: 270px;
    height: 115px;
    position: absolute;
    border: 10px solid #1fad5e;
    color: #444;
    z-index: 100;
}

    #srp_loading #srp_loading_content {
        padding-top: 35px;
        padding-left: 35px;
    }

.progress-meter {
    height: 120px;
    overflow: hidden;
    width: 200px;
    margin: auto;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #1fad5e;
    -moz-box-shadow: 0 0 8px #1fad5e;
    box-shadow: 0 0 8px #1fad5e;
    margin-bottom: 10px;
    display: none;
}


.progress-indicator {
    background: url(../image/anim_loading_16x16.gif) no-repeat scroll 5px center transparent;
    padding-left: 21px;
    /*display: inline;*/
    display: none;
}


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;
}


#news.salient-feature-row {
    /* float: left; */
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}


#news p {
    color: #6a6d3e;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 6px;
    padding: 10px;
}



#news .number {
    background-color: #1fad5e;
    color: #ffffff;
    padding: 4px 10px;
    margin-right: 5px;
    border-radius: 4px;
}

/*responsive*/


div.alert.success {
    background: #e6f8dd url('../../content/image/web_sprite_global_v6.png') no-repeat 7px -883px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "";
}

/****Left SideBar Code Start***/


#secondary-menu {
    float: left;
}

.leftSideBar {
    float: left;
    margin-right: 16px;
    width: 184px;
}

    .leftSideBar .block-og-menu,
    .leftSideBar .block-menu-block {
        float: left;
        margin-bottom: 10px;
    }

    .leftSideBar ul.menu li {
        background: url(../../../content/images/site/bg_secondaryNav.png) repeat-y left top;
        /*background: #ced5e5;*/
        /*background: #ced5e5;*/
        border-bottom: 1px solid #c1c1c1;
        border-top: 1px solid #fff;
        float: left;
        width: 184px;
        /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.15922365390548, #ebf2f4), color-stop(0.4862566, #edf3f3), color-stop(1, #f0f4f3));*/
    }

        .leftSideBar ul.menu li a {
            color: #474747;
            float: left;
            font-size: 0.9em;
            padding: 12px 22px 11px 13px;
            width: 170px;
        }

            .leftSideBar ul.menu li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

        .leftSideBar ul.menu li.first {
            border-bottom: 1px solid #c1c1c1;
            border-top: none;
            border-radius: 5px 5px 0 0;
        }

        .leftSideBar ul.menu li.last {
            background: url(../../content/images/site/bg_secondaryNavBottom.png) no-repeat scroll left bottom;
            /*background: #ced5e5;*/
            border-top: 1px solid #fff;
            border-radius: 0 0 5px 5px;
        }


            .leftSideBar ul.menu li.last a {
                float: left;
            }

            /*.leftSideBar ul.menu li.last:hover,
            .leftSideBar ul.menu li.last.active-trail
            {
                background: url(../../content/images/site/bg_secondaryNavBottomActive.png) no-repeat scroll left bottom;
            }*/

            .leftSideBar ul.menu li.last.unique {
                /*background: url(../../content/images/site/bg_secondaryNavActive.png) repeat-y scroll left top transparent;*/
            }

        .leftSideBar ul.menu li:hover,
        .leftSideBar ul.menu li.active-trail,
        .leftSideBar ul.menu li.expanded {
            /*background: url(../../content/images/site/bg_secondaryNavActive.png) repeat-y left top;*/
            background: #813767;
        }

            .leftSideBar ul.menu li:hover a {
                background: url(../../content/images/site/sec_navArrow.png) no-repeat scroll 93% center;
                float: left;
                /*background: #ed1c24;*/
            }

            .leftSideBar ul.menu li.active-trail a {
                background: url(../../content/images/site/sec_navArrow.png) no-repeat scroll 93% center;
                color: #FFFFFF;
            }
        /***If only one left nav present****/
        .leftSideBar ul.menu li.first {
            background: url(../../content/images/site/bg_secondaryNavTop.png) no-repeat scroll left top;
            float: left;
            /*background: #ced5e5;*/
        }

            .leftSideBar ul.menu li.first:hover,
            .leftSideBar ul.menu li.first.active-trail {
                /*background: url(../../content/images/site/bg_secondaryNavTopActive.png) no-repeat scroll left top;*/
                background: #813767;
                /*background: #ed1c24;*/
            }

            .leftSideBar ul.menu li.first.last {
                background: url(../../content/images/site/bg_secondaryNav.png) repeat-y left top;
                border-bottom: 1px solid #c1c1c1;
                border-top: 1px solid #fff;
                float: left;
                width: 184px;
            }

                .leftSideBar ul.menu li.first.last:hover,
                .leftSideBar ul.menu li.first.last.active-trail {
                    background: url(../../content/images/site/bg_secondaryNavActive.png) repeat-y left top;
                }


        .leftSideBar ul.menu li.active-trail a {
            background: url(../../content/images/site/sec_navArrow.png) no-repeat scroll 93% center;
            color: #FFFFFF;
        }


/* 768px */



#logop {
    float: left;
    width: 90px;
    padding-left: 30px;
}

#hospnamecontainer {
    float: left;
    width: 446px;
}

#hospname {
    color: #fff;
    font-size: 35px;
    font-family: Impact,Arial;
    line-height: 95px;
}

#contactcontainer {
    float: right;
}

#logocontainer_device {
    display: none;
}

#divmobile {
    display: none;
}

#menucontainer {
    display: block;
}

#menu_mobile {
    display: none;
    height: 0px;
}

#sectionaboutpratiksha {
    min-height: 360px;
    margin-bottom: 0px;
    padding-top: 35px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 65px;
    margin-top: 0px;
}

#msgsectionaboutpratiksha {
    margin-bottom: 45px;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 14px;
}

#boxbttonaboutpratiksha {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

#mobileboxbttonaboutpratiksha {
    display: none;
}

#aboutpunches {
    width: 100%;
    margin-top: 60px;
    opacity: .7;
    height: 140px;
    padding-top: 15px;
    background: rgb(134,33,135);
    background: radial-gradient(circle, rgba(134,33,135,1) 22%, rgba(89,42,92,1) 78%);
}

#yearsexpsection {
    float: left;
    padding-left: 50px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}

#successfullivfsection {
    float: left;
    padding-left: 30px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}

#surgeriessection {
    float: left;
    padding-left: 30px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}

#expertdoctorsection {
    float: left;
    padding-left: 30px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}

#patientssection {
    float: left;
    padding-left: 50px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}

#centreofexcellencesection {
    min-height: 300px;
    margin-bottom: 60px;
    padding-top: 35px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 65px;
}

#mobilespecailitycentreofexcellence {
    display: none;
}

.mobilecss {
    display: none;
}



.colord0cccc {
    color: #333 !important;
}

#divhomeflash {
    opacity: 1;
}

.onlydesktop {
    display: block;
}

.docimage {
    height: 120px;
    width: 120px;
    vertical-align: text-top;
    margin-right: 5%;
    float: left;
    padding: 4%;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px #fff;
}

.clsdoctorname {
    color: #1E9129 !important;
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.clsdoctitle {
    padding-bottom: 3px;
    color: #808080;
    font-size: 12px;
}

.clsexpdoc {
    padding-bottom: 10px;
    color: #808080;
    font-size: 13px;
}

.clsdeskhalf {
    width: 310px;
}

.clsdeskhalfminus {
    width: 265px;
}

.clsdeskfull {
    width: 620px;
}

.content_left {
    width: 70%;
    float: left;
}

.content_right {
    width: 30%;
    float: left;
}

.clsquickcontactdeskfull {
    width: 250px;
}

.call-btn {
    position: fixed;
    z-index: 999;
    top: 30%;
    left: -90px;
    font-size: 17px;    
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: flex;
    align-items: center;
    background-color: #0a47ca !important;
    
   
}

    .call-btn:hover {
         background-color: #10347f!important;
    }



    .apply-btn {
    position: fixed;
    z-index: 999;
    top: 30%;
    right: -80px;
    font-size: 16px;
    border-radius: 3px 3px 0 0;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: flex;
    align-items: center;
    background-color: rgba(250, 102, 191, 1);
    border: solid rgba(182, 243, 232, 1) 0px;
    background:#e6f133;
}

        .apply-btn:hover {

             background-color: #04701c!important;
             color:#fff!important;
        }

@media screen and (max-width : 768px) {


    .apply-btn {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: -43px;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: flex;
    align-items: center;
}



    .call-btn {
        position: fixed;
        z-index: 999;
        top: 30%;
        left: -50px;
        font-size: 14px;
        border-radius: 3px 3px 0 0;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        display: flex;
        align-items: center;
        background-color: rgba(250, 102, 191, 1);
        border: solid rgba(182, 243, 232, 1) 0px;
        display:none !important;
    }



    .txt13 {
        font-size: 13px !important;
    }

    .content_left {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .content_right {
        width: 100%;
        float: none;
    }

    .clsdeskhalfminus {
        width: 100px;
    }

    .clsdeskhalf {
        width: 100px;
    }

    .clsdeskfull {
        width: 300px;
    }

    .docimage {
        height: 50px;
        width: 50px;
    }

    .clsdoctorname {
        color: #1E9129 !important;
        font-size: 11px;
        padding-bottom: 3px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .clsdoctitle {
        padding-bottom: 1px;
        color: #808080;
        font-size: 10px;
    }

    .clsexpdoc {
        padding-bottom: 4px;
        color: #808080;
        font-size: 10px;
    }

    .btn {
        display: inline-block;
        padding: 4px 8px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.22857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    #mobilefooterabout {
        width: 96%;
    }

    .mobileconact {
        margin-left: 20px;
    }

    .onlydesktop {
        display: none;
    }

    .mobileconactbtn {
        margin-left: -120px;
    }

    .mobilecss {
        display: block;
    }

    #desktopupcomingsection {
        display: none;
    }

    #menucontainer {
        display: none;
    }

    #menu_mobile {
        display: block;
        padding-top: 1px!important;
        height: 100px!important;
    }


    #mobileboxbttonaboutpratiksha {
        display: block;
    }

    #boxbttonaboutpratiksha {
        display: none;
    }

    #specialitydiv {
        display: none;
    }

    #mobilespecailitycentreofexcellence {
        display: block;
        padding-bottom: 15px;
        padding-top: 25px;
    }

    #sectionaboutpratiksha {
        min-height: 300px;
        margin-bottom: 0px;
        padding-top: 60px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 65px;
    }

    #msgsectionaboutpratiksha {
        margin-bottom: 25px;
        line-height: 20px;
        padding-top: 10px;
        font-size: 12px;
        z-index: 1;
        opacity: 1;
    }



    #boxbttonaboutpratiksha {
        width: 100%;
        margin-top: 20px;
    }

    #mobileboxbttonaboutpratiksha {
        padding-top: 10px;
        margin-top: 10px;
    }

    #sectionaboutpratiksha #mobileboxbttonaboutpratiksha a.borderbtn {
        display: block;
        width: 97%;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 5px;
        height: 45px;
    }


    #aboutpunches {
        width: 100%;
        margin-top: 20px;
        padding: 20px 10px;
        opacity: .9;
        min-height: 350px;
        height: auto;
        background: rgb(134,33,135);
        background: radial-gradient(circle, rgba(134,33,135,1) 22%, rgba(89,42,92,1) 78%);
    }

        #aboutpunches .f40 {
            font-size: 22px;
        }

        #aboutpunches .f18 {
            font-size: 13px;
        }

    #yearsexpsection {
        float: none;
        padding-left: 0px;
        color: #fff;
        text-align: center;
        padding-top: 17px;
        width: 100%;
    }

    #successfullivfsection {
        float: none;
        padding-left: 0px;
        color: #fff;
        text-align: center;
        padding-top: 17px;
        width: 100%;
    }

    #surgeriessection {
        float: none;
        padding-left: 0px;
        color: #fff;
        text-align: center;
        padding-top: 17px;
        width: 100%;
    }

    #expertdoctorsection {
        float: none;
        padding-left: 0px;
        color: #fff;
        text-align: center;
        padding-top: 17px;
        width: 100%;
    }

    #patientssection {
        float: none;
        padding-left: 0px;
        color: #fff;
        text-align: center;
        padding-top: 17px;
        width: 100%;
    }

    .clsnewscontainer {
        margin-left: -15px;
    }

    #newdiv {
        border-right: 0px solid #813767 !important;
    }



    body {
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 15px;
    }


    #logocontainer {
    }


    #logo {
    }

    #menu {
    }

    #menucontainer {
        /*background: none !important;*/
        background: #3a5795 url(../../content/image/menu_res.png) no-repeat 96%;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 1000;
        padding-left: -5px;
    }





    #mainwrapper {
        width: 100%;
        padding: 0px;
        margin-top: -10px;
    }

    #header {
        margin-right: 0px;
        text-align: center;
        height: 80px;
        background: #fff;
        margin-top: -5px;
    }


    .header .nav {
        margin-left: -3px;
        background: #3a5795 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;
    }

    .tinynav {
        display: block;
    }

    .dropdown {
        display: none;
    }

    #logocontainer_device {
        margin-top: 50px;
        display: block;
        padding-bottom: 10px;
        background: #fff !important;
    }

    #logocontainer {
        display: none;
    }

    #contactcontainer {
        display: none;
    }

    .footerWrapper {
        padding-left: 20px !important;
    }

    #menu select {
        padding: 15px;
        color: white !important;
        background: transparent;
        border: 0px solid gray;
        font-size: 23px;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: 'Roboto', sans-serif;
        /*font-family: 'Segoe UI',Arial;*/
        width: 100% !important;
        text-indent: 5px;
        line-height: 30px;
        -webkit-appearance: listbox;
        opacity: 1;
    }

    #divtinynavmenu {
        float: left !important;
        width: 100% !important;
    }

    #menu select option {
        background: #0072b8;
        color: white!important;
        opacity: .90;
        width: 100% !important;
    }


    #logocontainer {
        width: 100% !important;
        padding-top: 80px;
        background: rgba(0, 0, 0, 0.1) !important;
    }


    #logop {
        float: left;
        width: 10% !important;
        padding-left: 10px;
        background: #0072b8 !important;
        margin-top: -10px;
    }

    #hospnamecontainer {
        float: left;
        width: 80% !important;
        background: #0072b8 !important;
    }



    #hospname {
        width: 50% !important;
        color: #fff;
        font-size: 20px;
        font-family: Impact,Arial;
        line-height: 20px;
        padding-top: 20px;
        background: #0072b8 !important;
    }




    #divhomeflash {
        /*margin-top: 170px;*/
        /*display: none;*/
        opacity: 1;
        z-index: -200;
    }

    #divdevicecontent {
        margin-top: 170px;
    }

    #divmobile {
        display: block;
    }



    #contactcontainer {
        font-size: 7px !important;
        background: #0072b8 !important;
        padding-top: 10px;
        float: left;
        margin-left: 5px;
        top: 120px;
        position: fixed;
    }

    .box_1 {
    }

    .box_1 {
        width: 100%;
    }

    .box_last {
        width: 100%;
    }

    .homimg {
        width: 100% !important;
        height: 220px;
    }


    .leftSideBar {
        display: none;
    }




    #contentwrapper {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 15px;
        color: #333;
        margin-top: 10px;
        padding-top: 5px;
    }

    #pagemaincontent #pagecontentright {
        min-width: 0!important;
    }

    #pagemaincontent #pagecontentleft {
        min-width: 0!important;
    }

    #pagemaincontent #pagecontentright {
        /*float: left;
        margin-right: 15px;*/
        visibility: visible;
        width: 100%!important;
        float: none;
        margin-left: 5px;
    }

    #pagemaincontent #pagecontentleft {
        width: 98% !important;
        float: none;
        background: #fff;
        font-size: 12px;
        /*width: 85%;*/
        margin: 0 auto;
        margin-top: 5px;
        border-radius: 0px;
        border: 1px solid #ced5e5;
        min-height: 260px !important;
        margin-bottom: 15px;
    }

    #pagecontentleft #pagemaincontent {
        background: #fff;
        font-size: 12px;
        /*width: 85%;*/
        margin: 0 auto;
        margin-top: 5px;
        border-radius: 3px;
        border: 1px solid #ced5e5;
        width: 98%!important;
    }

    #pagecontentleft .img {
        height: 150px !important;
        margin-top: 5px;
    }

    #pagecontentleft #pageheader {
        width: 100%!important;
        color: #fff !important;
        margin-bottom: 2px;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        text-align: left;
        padding: 1px 5px;
        margin-left: -3px;
        margin-top: 17px;
    }

    #headpagemaincontent {
        display: none;
    }

    #headpagemaincontent {
        width: 98%;
        margin: 0 auto;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .img {
    }

    .homimg {
        width: 310px;
        height: 200px;
    }

    #innerpagecontent {
    }

    #pagecontent {
        /*margin-top: 5px;*/
        width: 100%;
        /*background: #fff;*/
        border-radius: 3px;
        -moz-border-radius: 3px;
    }

    #pagecontentright {
        width: 99%;
    }

    #pagecontent #linknav {
        /*background: #337ab7;*/
        color: #fff;
        padding-top: 3px;
        font-size: 12px;
        /*border-left: 18px solid #ff006e;*/
        opacity: .85;
        text-align: left;
    }

        #pagecontent #linknav a {
            color: white;
        }


            #pagecontent #linknav a:hover {
                color: #ed1c24;
            }


    #pagecontent #innerpagecontent {
        /*margin-top: 5px;*/
        padding: 3px 15px;
        height: auto;
        line-height: 20px;
        text-align: justify;
    }

        #pagecontent #innerpagecontent strong {
            font-size: 20px;
            line-height: 20px;
            color: #444;
        }

        #pagecontent #innerpagecontent ul li {
            /*background: url(../../content/images/site/arrow_editor_list.png) no-repeat scroll left 6px transparent;
            border: medium none;
            color: #333333;
            float: left;          
            margin: 0 0 0 10px;
            padding: 0px 0 7px 18px;
            width: 97%;*/
            background: url(../../content/images/site/diamond.png) no-repeat scroll left 6px transparent;
            background-size: 20px 20px;
            border: medium none;
            color: #333333;
            float: left;
            /*font-size: 0.912em;*/
            margin: 0 0 0 19px;
            padding: 8px 0 5px 25px;
            width: 96%;
        }

    #divfooter.footerRight {
        display: none;
    }


    .footerWrapper {
        width: 99%!important;
    }

    .clsmobile100 {
        width: 99%!important;
    }

    .imagemobileapp {
        height: 150px !important;
    }
}
