/* .dropdown-backdrop{
	 display:none;
 }
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
 
*/
body {
    font-family: open sans, arial;
    font-size: 14px;
    line-height: 1.3;
    color: #010101;
    background: #ffffff;
}
/*for ie8{
	
	
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
	
}*/


/*also use rgba to hex conertor*/




.img-responsive {
    margin: 0 auto;
}

figure {
    margin: 0;
    padding: 0;
}

a {
    color: #ff7b10;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

@media (max-width: 1199px) {
    .container {
        width: auto;
    }
}

/*Change with for PMROADMAP-144*/
@media (min-width: 1250px) {
    .container {
        width: 1200px;
    }
}

.main_heading {
    font-size: 32px;
    font-weight: 200;
    color: #000;
    margin: 15px 0 15px;
}

    .main_heading span {
        float: left;
        width: 85%;
    }

@media (max-width: 767px) {
    .main_heading {
        font-size: 25px;
        line-height: 29px;
    }

        .main_heading span {
            margin: 0px 0 0px 0;
            width: 80%;
        }
}

@media (max-width: 480px) {
    .main_heading {
        font-size: 23px;
    }

        .main_heading span {
            font-size: 20px;
            line-height: 23px;
            width: 70%;
            padding: 3px 0 0;
        }
}

.heading2 {
    color: #FF0000;
    font-size: 38px;
    text-align: center;
    font-weight: 400;
}

.list1 li {
    border-bottom: 1px solid #DFDFDF;
    font-weight: bold;
    list-style: disc outside url("/lib/images/bullet1.png");
    padding: 4px 0;
    text-transform: uppercase;
}

    .list1 li a {
        color: #333;
    }

.list2 li {
    list-style: url(/lib/images/bullet1.png);
    padding: 0 0 6px 0px;
}

.navbar-header {
    float: right;
}

.top_link {
    color: #FFFFFF;
    font-size: 13px;
}

    .top_link a {
        color: #fff;
    }

@media (min-width: 768px) {
    .navbar-header {
        float: right;
        width: 69%;
    }
}

@media (max-width: 820px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-header {
        float: none;
        background: #000;
        display: block;
        width: auto;
        height: 48px;
    }

    .top_link {
        margin-right: 10px;
        float: right;
    }
}

.navbar-brand {
    padding: 12px 0 14px 0;
    height: auto;
}

@media (max-width: 820px) {
    .navbar-brand {
        display: block;
        float: none;
        margin: 0px auto 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}

.navbar {
    position: static;
    min-height: 0px;
    border: 0px;
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .navbar {
        background-color: #fff;
        background-image: none;
    }
}

.navbar-toggle {
    border-radius: 0px;
    float: left;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-top: 8px;
}

    .navbar-toggle .icon-bar {
        background: #fff;
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

.jumbotron {
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 21px 0 0 0;
    }

    .container .jumbotron {
        padding: 0px 0 0 0;
    }

    .jumbotron h1 {
        font-size: 55px;
    }
}
/*.carousel-indicators {
    bottom: 10px;
    left: auto;
    list-style: none outside none;
    margin-left:auto;
    padding-left: 0;
    position: static;
    text-align: center;
    width: auto;
    z-index: 15;
	background:url(/images/shadow.jpg) top center no-repeat;
	height:67px;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
 
  
  border:none;
  border-radius:0px;
  background:transparent url(/images/btn_inactive.png) top center no-repeat;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0px;
  border:none;
  background:transparent url(/images/btn_active.png) top center no-repeat;
}*/

/*index carousel	*/

.jumbotron .carousel-control {
    position: absolute;
    top: 200px;
    bottom: auto;
    left: 0;
    width: auto;
    font-size: 30px;
    color: #000;
    text-align: center;
    text-shadow: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .jumbotron .carousel-control.left {
        background-image: none;
        left: -18px;
    }

    .jumbotron .carousel-control.right {
        right: 30px;
        left: auto;
        background-image: none;
    }

    .jumbotron .carousel-control:hover, .jumbotron .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .jumbotron .carousel-control .icon-prev, .jumbotron .carousel-control .icon-next, .jumbotron .carousel-control .glyphicon-chevron-left, .jumbotron .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .jumbotron .carousel-control .icon-prev, .jumbotron .carousel-control .glyphicon-chevron-left {
        left: -40px;
        width: auto;
    }

    .jumbotron .carousel-control .icon-next, .jumbotron .carousel-control .glyphicon-chevron-right {
        right: -40px;
        width: auto;
    }

    .jumbotron .carousel-control .icon-prev, .jumbotron .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .jumbotron .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .jumbotron .carousel-control .icon-next:before {
            content: '\203a';
        }

    .jumbotron .carousel-control span {
        position: absolute;
    }

        .jumbotron .carousel-control span.control_left {
            left: -40px;
        }

        .jumbotron .carousel-control span.control_right {
            right: -40px;
        }

footer {
    background: #b2872c;
    font-size: 13px;
    padding: 20px 0 18px;
    color: #fff;
}

    footer a, footer a:focus {
        color: #fff;
    }

        footer a:hover {
            color: #fff;
        }

.footer_left {
    float: left;
    width: 70%;
}

.footer_right {
    text-align: right;
}

@media (max-width: 767px) {
    footer {
        padding: 10px 0 10px;
    }

    .footer_left, .footer_right {
        text-align: center;
    }
}

@media (max-width: 599px) {
    .footer_left span {
        display: block;
    }
}
/*inner css*/

.captcha_img {
    border: solid 1px #ccc;
    margin: 0 0 10px 0;
}

.captcha_input {
    border: solid 1px #ccc;
}

.enquiry_form.form-horizontal .control-label {
    text-align: left;
}

.btn-1 {
    font-size: 17px;
    color: #fff;
    padding: 3px 10px;
    background-image: -webkit-gradient(linear, 100% top, 100% bottom, from(rgba(58, 181, 227, 1)), to(rgba(29, 160, 209, 1)));
    background-image: -webkit-linear-gradient(top, color-stop(rgba(58, 181, 227, 1) 100%), color-stop(rgba(29, 160, 209, 1) 100%));
    background-image: -moz-linear-gradient(top, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803ab5e3', endColorstr='#001da0d1', GradientType=1);
}

.map .img-responsive {
    margin: 0;
}

.btn-1:hover, .btn-1:focus, .btn-1:active, .btn-1.active, .open .dropdown-toggle.btn-1 {
    color: #ffffff;
    background-color: #3ab5e3;
    border-color: #1da0d1;
}
/*top-bar section start here*/

.top-bar {
    background-color: #313530;
}

    .top-bar p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        font-family: arial;
        margin: 14px 0;
    }

        .top-bar p img {
            margin-left: 16px;
            margin-bottom: 5px;
            width:20px;
        }

.top-nav {
    float: right;
}

    .top-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .top-nav ul li {
            float: left;
            list-style: none;
             font-size: 13px;
        }

            .top-nav ul li a {
                color: #fff;
                text-decoration: none;
                padding: 10px 0px 10px 17px;
               
            }

                .top-nav ul li a img {
                    display: block;
                    margin: auto;
                }
                .top-nav ul li  img{
        padding:3px 0 0px 0;


    }
.top-nav ul li a img{
        padding:3px 0 0px 0;


    }
@media only screen and (min-width:500px) and (max-width: 767px) {
    .top-bar p img {
        /*width: 20px;*/
    }

    .top-bar p {
        font-size: 20px;
    }

    .cases-text {
        width: 100% !important;
    }
     .top-nav ul li{
          font-size: 13px;
     }
    .top-nav ul li a {
        padding:0px 10px 0;
       
        font-size: 13px;
    }
    
    .top-left {
        /*float: left;*/
    }

     .top-nav ul li a img {
         padding-bottom: 1px;
    padding-top: 5px;
       
    }
}


@media only screen and (min-width:320px) and (max-width: 499px) {
    .top-bar p img {
        width: 20px;
    }

    .top-bar p {
        font-size: 20px;
        text-align: center;
    }

    .top-nav ul li a img {
        display: block;
        width: 18px;
    }

    .top-nav ul li a {
        padding: 10px 17px;
    }
}

/*top nav section end here*/

/*top nav section start here*/

.tittle-bar {
    background-color: #1286ce;
}

    .tittle-bar p {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        font-family: arial;
        padding: 10px 0 0 0;
    }

    .tittle-bar date p {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        font-family: arial;
        line-height: 25px;
        overflow: hidden;
        padding: 0 0 0 5px;
        display: block !important;
        margin: 0;
    }

    .tittle-bar date img {
        float:left;
        height:25px;
    }

@media only screen and (min-width:500px) and (max-width: 767px) {
    .tittle-bar p {
        font-size: 18px;
    }

    .tittle-bar img {
        width: 27px;
    }

    .tittle-bar date p {
        font-size: 14px;
        font-weight: 500;
    }
}

/*top nav section end here*/


/*cases section start here*/
.cases h4 {
    font-family: arial;
    color: #151515;
    font-size: 17px;
    margin: 20px 0px;
}

.cases-text {
    width: 50%;
    height: 200px;
    background-color: #eeeeee;
    border: 1px solid #dedede;
}

.order-head {
    font-family: arial;
    font-weight: 500;
    margin-top: 25px;
}


@media only screen and (min-width:500px) and (max-width: 767px) {

    .cases-text {
        width: 100% !important;
    }

    .cases h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .order-head {
        font-size: 16px;
    }
}

@media only screen and (min-width:320px) and (max-width: 499px) {
    .cases-text {
        width: 100%;
    }

    .order-head {
        font-size: 16px;
    }
}
/*cases section end here*/

/*footer section start here*/

.logo img {
    bottom: 0;
    position: inherit;
    right: 0;
    float: right;
    height: auto;
    padding-right: 10px;
    padding-bottom: 5px;
}

/*@media only screen and (min-width:500px) and (max-width: 767px) {
}*/

/*@media only screen and (min-width:320px) and (max-width: 499px) {
    .logo img {
        width: 100px;
        height: auto;
    }
}*/
/*footer section end here*/


/*navigation bar css start here*/

.navigation {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: arial;
}

    .navigation ul {
        margin: 0px;
        padding: 0px;
    }

        .navigation ul li {
            list-style: none;
            float: left;
            background: url(/lib/images/left-3.png) no-repeat center left;
            margin: 0 0 6px 0;
        }

            .navigation ul li.active {
                list-style: none;
                float: left;
                background: url(/lib/images/left-2.png) no-repeat center left !important;
                margin: 0 0 6px 0;
            }

            .navigation ul li a.active {
                text-decoration: none;
                padding: 10px 24px;
                display: block;
                color: #fff !important;
                background: url(/lib/images/right-2.png)no-repeat center right !important;
                font-size: 15px;
                font-weight: 500;
            }

            .navigation ul li a {
                text-decoration: none;
                padding: 10px 24px;
                display: block;
                color: #fff !important;
                background: url(/lib/images/right-3.png)no-repeat center right !important;
                font-size: 15px;
                font-weight: 500;
            }

            .navigation ul li.submenu {
                list-style: none;
                float: left !important;
                background: url(/lib/images/left-1.png) no-repeat center left !important;
                margin: 0 0 6px 0;
            }

            .navigation ul li a.submenu {
                text-decoration: none;
                padding: 10px 24px;
                display: block;
                color: #000 !important;
                background: url(/lib/images/right-1.png)no-repeat center right !important;
                font-size: 15px;
                font-weight: 500;
            }
          

@media only screen and (min-width:481px) and (max-width: 820px) {

    .navigation ul li a, .navigation ul li a.active, .navigation ul li a.submenu {
        padding: 6px 20px;
        font-size: 13px;
    }

    .navigation .container {
        padding: 5px;
    }
}
/*navigation bar css end here*/

.page-content {
  min-height: 440px;
}

/*name section start here*/
.name p {
    font-family: arial;
    font-size: 18px;
    margin-top: 20px;
}

.due-date p {
    font-family: arial;
    text-align: right;
    margin-top: 20px;
    color: #424040;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (min-width:500px) and (max-width: 767px) {
    .name p {
        /*float: left;*/
    }
}

@media only screen and (min-width:320px) and (max-width: 499px) {
    .name p, .due-date p {
        text-align: center;
        margin: 10px;
    }

    .top-nav {
        text-align: center;
        float: none;
    }

        .top-nav ul li {
            display: inline-block;
            float: none;
        }
}
/*name section end here*/

/*detail list css start here*/
.page-content .detail-list ul {
    margin: 0px;
    padding: 0px;
}

    .page-content .detail-list ul li {
        list-style: none;
    }

        .page-content .detail-list ul li a {
            text-decoration: none;
            color: #424040;
            font-size: 15px;
            font-weight: 500;
            display: block;
            padding: 2px 0px;
        }

            .page-content .detail-list ul li a:hover {
                color: #1388cf;
            }

.post-btn {
    margin-top: 15px;
    border-radius: 0px !important;
    background-color: #dee7de;
    box-shadow: 0 3px 0 0 #EAECED;
}
/*detail list css end here*/

/*post comment section css start here*/

.post-comment p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.textarea-box {
    min-height: 250px;
}

.save {
    background-color: #dee7de;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    margin-top: 20px;
}

.complete {
    background-color: #1886ce;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    margin-top: 20px;
    color: #fff;
}

.save:hover {
    background-color: #1886ce;
    color: #fff;
}
/*post comment section css end here*/

.recommendation {
    background-color: #f7fff7;
    height: auto;
    margin: 20px;
    padding: 30px;
}

.sift-right {
    text-align: right;
}

.sift-left {
    text-align: left;
}

    .sift-left textarea {
        min-height: 150px;
    }


/*dropdown menu*/
.top-nav .dropdown-menu {
    display: block;
    border: none;
    min-width: auto;
    border-radius: 0;
    box-shadow: none;
    background: #313530;
}

    .top-nav .dropdown-menu > li > a:hover,
    .top-nav .dropdown-menu > li > a:focus {
        color: #ffffff;
        background: none;
    }

.top-nav .navbar-toggle {
    margin: -10px -10px 0 0;
}

.navigation .navbar-toggle {
    float: right;
    margin: -40px -10px 0 !important;
}

    .navigation .navbar-toggle .icon-bar {
        background: #010101;
    }

.navigation .dropdown-menu {
    border: none;
    display: block;
    min-width: auto;
    border-radius: 0;
    box-shadow: none;
}

/*accordion*/
.accordion .panel {
    border: none;
    box-shadow: none;
}

.accordion .panel-heading {
    border-radius: 0;
    background: #c2e1f9;
    padding: 6px 10px 6px 5px;
    margin-top:5px !important;
   
}



.accordion .panel-title i {
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #333333;
    margin-right:5px;
}

    .accordion .panel-title i.icon-red {
        background: #9c4526;
        border-color:#ac654b;
    }

    .accordion .panel-title i.icon-green {
        background: #1e9a7c;
        border-color: #aad9cd;
    }

    .accordion .panel-title i.icon-yellow {
        background: #f1be48;
        border-color: #be890e;
    }


/*dropdown menu in accordion*/
.accordion .dropdown {
    float: right;
}

.accordion .dropdown-toggle {
    float: right;
    border: none;
    padding: 8px;
    background: none;
    margin: -5px -5px 0 !important;
}

    .accordion .dropdown-toggle .icon-bar {
        width: 22px;
        height: 2px;
        display: block;
        border-radius: 1px;
        background: #010101;
    }

        .accordion .dropdown-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.accordion .dropdown-menu {
    left: auto;
    padding: 0;
    right: -10px;
    border-radius: 0;
    box-shadow: none;
}

    .accordion .dropdown-menu li a {
        padding: 5px 10px;
    }

        .accordion .dropdown-menu li a:hover {
            background: #E8E8E8;
        }

.accordion .detail-list a {
    font-size: 15px;
    color: #424040;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 0px;
    display: inline-block;
    text-decoration: none;
}

.accordion .detail-list .removepadding a {
    padding: 0px !important;
    margin-right: 0px !important;
}

    .accordion .detail-list a:hover {
        color: #1388cf;
    }

.btn1 {
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 0;
    background: #1886CE;
    border: 2px solid #999999;
}

.btn2 {
    font-size: 15px;
    color: #555555 !important;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 0;
    background: #DEE7DE;
    border: 2px solid #999999;
}

@media only screen and (min-width:768px) {
    .top-left {
        float: left;
    }

    .top-nav .dropdown-menu,
    .navigation .dropdown-menu {
        border: none;
        background: none;
        border-radius: 0;
        box-shadow: none;
        min-width: auto;
        position: static;
    }

    .top-nav .navbar-toggle,
    .navigation .navbar-toggle {
        display: none;
    }

    .top-nav .collapse,
    .navigation .collapse {
        visibility: unset;
    }
}

@media only screen and (max-width:767px) {
    .top-nav {
        position: absolute;
        right: 15px;
        top: -19px !important;
    }

        .top-nav .dropdown-menu {
            left: auto;
            right: 0;
            margin-top: 2px !important;
        }

            .top-nav .dropdown-menu > li {
                display: block !important;
                border-bottom: 1px solid #2D2D2D;
            }

                .top-nav .dropdown-menu > li > a {
                    padding: 10px 20px 10px 15px !important;
                }

                    .top-nav .dropdown-menu > li > a img {
                        vertical-align: top;
                        margin-right: 5px !important;
                        display: inline-block !important;
                    }

                    .top-nav .dropdown-menu > li > a:hover {
                        background: #2D2D2D;
                    }

    .navigation ul li,
    .navigation ul li.active,
    .navigation ul li.submenu {
        list-style: none;
        float: none;
    }

    .navigation {
        margin: 0;
    }

        .navigation .dropdown-menu {
            width: 100%;
        }

            .navigation .dropdown-menu > li,
            .navigation .dropdown-menu > li.active,
            .navigation .dropdown-menu > li.submenu {
                float: none !important;
                display: block !important;
            }

    .accordion .container {
        padding: 0 3px 0;
    }
}

/*Collapse arrow  start */
.accordion .panel-title > a {
    padding-left: 17px;
    background: url("/lib/images/tab-arrow.png") no-repeat left 4px;
}

    .accordion .panel-title > a:hover,
    .accordion .panel-title > a:focus {
        color: #1286CE;
        text-decoration: none;
    }


.accordion .panel-title {
    position: relative;
}


.accordion .panel-title-up-arrow > a {
    background: url("/lib/images/tab-arrow.png") no-repeat;
    background-position: -1px -14px;
    width: 13px;
    height: 10px;
}

    .accordion .panel-title-up-arrow > a:hover,
    .accordion .panel-title-up-arrow > a:focus {
        color: #1286CE;
        text-decoration: none;
    }


.accordion .panel-title-up-arrow {
    position: relative;
}

.panel-title-up-arrow {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title-up-arrow > a {
        padding-left: 17px;
        color: inherit;
    }
/*Collapse arrow end  */

.navigation ul li a {
    text-decoration: none;
    padding: 10px 24px;
    display: block;
    color: #fff !important;
    background: no-repeat center right !important;
    font-size: 15px;
    font-weight: 500;
    position: inherit;
}

 
/*Work for PMROADMAP-135 */
@media only screen and (min-width:768px) {
    .facility_check .facility_box {
        margin-top: 11px;
    }
}
.header_date {
    padding-top: 15px;
    text-align: right;
}

@media only screen and (max-width:767px){
    .name, .header_date, .facility_check{
        text-align:center;

    }
   
    .facility_check .facility_box{
        text-align:center;
        display:inline-block;
        margin-bottom:5px;
        
    }
}

.page-content.page-content-fixed {
    margin-top: 118px;
}

@media only screen and (max-width:767px) {
    .page-content.page-content-fixed {
        margin-top: 202px;
    }
}

    .top-bar.top-bar-fixed {
        top: 0;
        left: 0;
        right: 0;
        z-index: 2002;
        position: fixed;
    }


    .tittle-bar.title-bar-fixed {
        top: 61px;
        left: 0;
        right: 0;
        z-index: 2001;
        position: fixed;
    }

    @media only screen and (max-width:767px) {
        .tittle-bar.title-bar-fixed {
            top: 56px;
        }
    }

    .tittle-bar date {
        display: inline-block;
        margin-bottom: 10px;
    }