@charset "utf-8";
@font-face {
    font-family: 'FontAwesome';
    src: local('FontAwesome'), url(../fonts/FontAwesome.otf) format('woff2');
}
body, h2, h3, h4, h5, html {
    font-family:Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    overflow-x: hidden;
    font-weight: normal !important;
}
a:focus{
    outline: none !important;
}
h4{
    padding: 10px 0;
    font-weight: bold;
}
.diagnosis h4{
    padding: 10px 0 5px;
    font-weight: bold;
}
.nh-padd-zero {
    padding: 0px;
}
.nh-copyrights p {
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    padding: 5px 0;
}
.logo{
    display: inline-block;
}
.top_search{
    background: url(../images/search_icon.png) no-repeat;
    border: none;
    padding:5px 35px;
    border-bottom: 1px solid #bababa;
    width: 100%;
    font-size: 16px;
}
.top_search:focus{
    outline: none;
    border: none;
    border-bottom: 1px solid #bababa;
}
.navbar-default {
    background-color: #2a55a3;
    border: none;
    border-radius: 0;
    min-height: 44px;
    margin-bottom: 0px;
}
.navbar-nav>li {
    float: left;
    margin: 0px;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
    padding: 12px 25px;
    text-transform: capitalize;
    font-family: Arial,Helvetica,sans-serif;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.header-wrap{
    padding: 8px 25px;
}
.navbar-default .navbar-nav>li>a:hover{
    background-color:#0d91d5;
    color: #fff;
}
.head_soc h4{
    float: left;
    color: #666666;
    font-size: 20px;
    font-weight: normal;
}
.nh_search_wrap{
    padding:15px 15px 0px 0;
}
.dropdown-menu{
    padding:5px 20px 10px 0px;
}
.dropdown:hover .dropdown-menu{
    display: block;
    background: #0d91d5;
    border-top: 0px solid #e0e0e0;
    border-radius: 0;
    min-width: 100%;
}
.dropdown-menu li{
    padding: 5px 0px;
    margin-left: 25px;
}
.dropdown-menu li a{
    font-size: 14px !important;
    border-bottom: 1px solid #cccccc;
    color: #fff !important;
    padding: 3px 0px;
    font-family:Arial,Helvetica,sans-serif;
}
.dropdown-menu  li a:hover, .dropdown-menu a{
    background: #0d91d5 !important;
}
.dropdown:hover{
    background: #0d91d5 !important;
}
.dropdown-menu  li:last-child a{
    border-bottom: none;
}
.dropdown a img{
    /*    display: inline-block;*/
    width: 21px;
    float: right;
}

/*-------Dropdown menu CSS-----*/
/*.sub-menu-parent { position: relative; }
.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(2em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  min-width: 300px;
}
.sub-menu-parent:hover{
background: #0d91d5 !important;
}
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.serv_menu .sub-menu {
    width: 220px;
}
.sub-menu {
    background: #0d91d5;
    border-top: 0px solid #e0e0e0;
    border-radius: 0;
    padding:10px 15px;
}
.sub-menu li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.sub-menu li:last-child a{
    border-bottom: none;
}
.sub-menu li a{
    display: block;
    width: 100%;
    font-size: 14px !important;
    border-bottom: 1px solid #cccccc;
    color: #fff;
    padding: 8px 0px;
    font-family:Arial,Helvetica,sans-serif;
}
.sub-menu li{
    display: block;
    width: 100%;
    overflow: hidden;
}
.sub-menu li:hover a{
    color: #fff !important;
    text-decoration: none;
}
 .sub-menu li a:focus{
    text-decoration: none;
}
.sub-menu li a:hover .sub-menu-parent a{
    background: #0d91d5 !important;
}*/
.enquiry_form {
    background-color: #2297e1;
    padding: 15px 60px 15px 25px;
    position: absolute;
    width: 425px;
    right: 0;
    z-index: 2;
}
#mob-form{
    background-color: #2297e1;
}
.enquiry_form .form-control, .enquiry_form textarea, #mob-form textarea, #mob-form .form-control{
    font-family: Arial,Helvetica,sans-serif;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 0 5px;
}
.enquiry_form input::-webkit-input-placeholder,
.enquiry_form textarea::-webkit-input-placeholder,
#mob-form textarea::-webkit-input-placeholder,
#mob-form input::-webkit-input-placeholder {
    color: #fff;
}
/*, .enquiry_form input:-ms-input-placeholder*/
.enquiry_form input:-moz-placeholder,
.enquiry_form input::-moz-placeholder,
#mob-form input:-moz-placeholder,
#mob-form input::-moz-placeholder {
    color: #fff;
}
.enquiry_form input:focus #mob-form input:focus{
    box-shadow: none;
}
select option {
    background:#fff;
    color: #000;
}
.btn1{
    background-color: #2a55a3;
    color: #fff;
    font-size: 16px;
    width: 200px;
    border-radius: 2px;
}
.btn1:hover {
    background-color: #245fca;
    color: #fff;
}
.btn1:focus{
    color: #fff;
}
.marg1{
    margin-bottom: 10px;
}
select {
    /* background: url(../images/select_arrow.jpg) no-repeat right !important;
     background-position: 100% !important;
     background-size: 42px !important;
     background-color: transparent !important;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;*/
}
.glyphicon-chevron-down{
    padding-left: 5px;
}
.sub-menu-parent a img{
    /*   display: none;*/
    float: right;
    padding: 4px 0px 0;
    width: 25px;
}
.glyphicon-chevron-up{
    padding-left: 5px;
}
.nav .glyphicon {
    position: absolute;
    right: 2px;
    top: 10px;
}
.enquiry_form{
    display: none;
}
#contact{
    cursor: pointer;
}
.carousel-indicators{
    position: relative;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    margin: 0;
}
.carousel-indicators .active {
    width: 14px;
    height: 15px;
    background-color: #2297e1;
    border: 1px solid #2297e1;
    margin: 0px 0 0 0;
}
.carousel-indicators {
    bottom: 0;
    top: 12px;
    z-index: 0;
}
.nhtitle{
    font-size: 20px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 10px 0;
    font-weight:bold;
}
.nhtitle2{
    font-size: 22px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:bold;
}
.marg5{
    margin: 20px 0;
}
.nh_wrap1 p{
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}
.nh_wrap1 h2, .nh_wrap1 h3{
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
}
.nh_wrap_home p{
    font-size: 16px;
    color: #333333;
    line-height: 23px;
}
.media-left{
    float: left;
    padding: 0 10px 0 0;
    display: table-cell;
}
.media-heading{
    font-size: 25px;
    font-family: Arial,Helvetica,sans-serif;
}
.nh_wrap2{
    overflow: hidden;
    padding: 15px 0px;
}
.media {
    margin-top: 15px;
    padding: 15px 0;
}
.media-body p a{
    color: #333333;
    text-decoration: none;
}
.media-body p a:hover{
    color: #333333;
    text-decoration:underline;
}
.nhwrap3_row{
    overflow: hidden;
    margin:10px 0;
}
.nhwrap3_row h4{
    display: inline-block;
    background-color: #cbcbcb;
    padding: 8px 20px;
    font-size: 20px;
    margin: 0 0 10px;
}
.slide .carousel-control{
    opacity: 1;
    width: 29px;
    margin: 30px 0;
    background: transparent;
    top: 13%;
}
.slide{
    /*    margin: 15px 0;*/
}
.nh_wrap4 .slide .carousel-inner{
    width: 90%;
    margin: 0 auto;
    background: transparent;
}
.slide .item img{
    /*    border-radius: 50%;
        border: 1px solid #cbcbcb;
        height: 180px;
        width: 185px;*/
    margin: 0 auto;
}
.slide .item h5{
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
}
.slide .item p{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.case_studyul{
    padding-left: 0px;
}
.case_studyul li{
    list-style-type: none;
    padding-bottom: 15px;
}
.case_studyul li a{
    font-size: 15px;
    color: #186eb6;
}
.nh_wrap5{
    padding: 30px 25px;
}
.marg2{
    margin-left: 12%;
}
.foot_menu li{
    float: left;
    list-style-type: none;
}
.marg_auto{
    margin: 0 auto;
    float: none;
}
.social a img{
    float: left;
    margin-bottom: 6px;
}
.social{
    position: absolute;
    z-index: 99;
    top: 129px;
    background:rgba(0,0,0,0.5);
    padding: 15px 10px;
    width:60px;
}
.social a{
    display: block;
}
.foot_menu li a{
    font-size: 12px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
.foot_menu li:last-child a{
    border-right: none;
}
footer{
    background-color: #3d589f;
    padding: 0px 15px;
    margin:15px 0;
}
.copyright-text h4{
    margin: 5px 0 3px;
}
.foot_menu{
    overflow: hidden;
    margin: 11px 0;
    padding-left: 0px;
}
.copyright-text h4{
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
    color: #2a55a3;
}
#close_form{
    display: none;
}
.padd4{
    padding-right: 30px;
    padding-left: 30px;
}
.nhwrap6{
    margin: 20px 0;
}
.types_ul{
    padding: 15px 25px;
}

.types_ul li{
    list-style-image: url('../images/list_arrow.jpg');
    padding-bottom: 10px;
    font-size: 15px;
}
.marg3{
    margin:20px 0 0px;
}
.know_moreul {
    padding-left: 18px;
}
.know_moreul li{
    list-style-image: url('../images/listarrow2.jpg');
    padding-bottom: 10px;
}
.know_moreul li a{
    font-size: 18px;
    color: #186eb6;
}
.nhtitle2 {
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    margin:10px 0;
    font-weight:bold;
}
.rt_bg{
    background-color: #f8f8f8;
    padding:15px 20px;
    margin: 20px 15px;
}
.breadcrumb>li+li:before{
    display: none;
}
.breadcrumb li a{
    color: #666666;
    font-size: 15px;
    padding-right: 5px;
}
.breadcrumb li a:hover{
    text-decoration: none;
    color: #186eb6;
}
.breadcrumb li{
    padding-right: 5px;
}
.breadcrumb {
    padding: 8px 15px 8px 2px;
    margin-bottom: 5px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.blue{
    color: #186eb6 !important;
}
.causes_ul{
    padding-left: 20px;
    margin:10px 0;
}
.causes_ul li{
    font-size: 15px;
    padding-bottom: 5px;
}
.prcds_ul{
    padding-left: 0px;
    margin:15px 0;
}
.prcds_ul li{
    font-size: 15px;
    padding-bottom: 10px;
    list-style-type: none;
}
.font1{
    font-size: 18px;
}
.marg7{

}
.btn2{
    background-color: #3d589f;
    padding: 8px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
}
.btn2:hover {
    background-color: #1e3675;
    color: #fff;
    text-decoration: none;
}
.nh_wrap8 a{
    display: inline-block;
    /*margin: 5px 15px 5px 0;*/
}
.rt-bg1{
    padding: 0px 20px 0;
    margin:0px 15px 0;
}
.iframe_thumb{
    margin: 10px 0 25px 0;
}
p{
    font-size: 15px;
    line-height: 25px;
}
.nh_wrap8 h5{
    font-size: 18px;
    margin: 10px 0 ;
    line-height: 24px;
}
.case-study ul li{
    padding-bottom: 10px;
}
.case-study ul{
    list-style-type: none;
}
.case-study ul li{
    list-style-image: url('../images/right-arrow.png');
}
.case-study ul li{
    color: #186eb6;
    font-size: 15px;
    line-height: 25px;
}
.nh_wrap4 .slide .carousel-inner {
    width: 90%;
    margin: 0 auto !important;
    background: transparent;
}
.marT20{
    margin-top: 20px;
}
.banner_img .img-responsive{
    width: 100%;
}
.greentext{
    color: #34b95c;
}
.navbar .active{
    background-color: #0d91d5;
}
.btn2:focus{
    text-decoration: none;
    color: #fff;
}
.nh_wrap4 .slide .carousel-control {
    opacity: 1;
    width: 29px;
    margin: 30px 0;
    background: transparent;
    top: 16%;
}
.error{
    color: #fff;
    font-style: italic;
    font-weight: normal;
}
.nh_wrap8 h6{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.foot_social{
    width: 230px;
    margin: 0 auto;
    display: none;
}
.nh_wrap8{
    overflow: hidden;
}
.banner-image img{
    min-height: 80px;
    width : 100%;
}
.banner_caption_home{
    position: absolute;
    z-index: 0;
    top: 100px;
    left: 8%;
    padding-left: 0px;
}
.banner_caption_home h2{
    text-align: left;
    font-size: 42px;
    color: #fff;
    font-family: arial;
}
.banner_caption{
    position: absolute;
    z-index: 0;
    top: 225px;
}
.banner_caption h1, .banner_caption h2{
    text-align: center;
    font-size: 42px;
    color: #2856a1;
    font-family: arial;
}
.banner_caption1{
    position: absolute;
    z-index: 0;
    top: 100px;
    right: 5%;
    padding-left: 0px;
}
.banner_caption1 h1, .banner_caption1 h2{
    text-align: left;
    font-size: 42px;
    color: #fff;
    font-family: arial;
}
.banner_caption2{
    position: absolute;
    z-index: 0;
    top: 225px;
}

.banner_caption2 h1, .banner_caption2 h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin: 0;
    font-family: arial;
}
.banner_caption3{
    position: absolute;
    z-index: 0;
    top: 225px;
}
.banner_caption3 h1, .banner_caption3 h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: arial;
}
.banner_caption4 {
    position: absolute;
    z-index: 0;
    top: 200px;
    right: 0;
}
.banner_caption4 h1, .banner_caption4 h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: arial;
}

.banner_caption5 {
    position: absolute;
    z-index: 0;
    top: 225px;
}
.banner_caption5 h1, .banner_caption5 h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: arial;
}
.banner_caption6 {
    position: absolute;
    z-index: 0;
    top: 100px;
    right: 0;
}
.banner_caption6 h1, .banner_caption6 h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: arial;
}
.banner_caption7 {
    position: absolute;
    z-index: 0;
    top: 100px;
}
.banner_caption7 h1, .banner_caption7 h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: arial;
}
.doc_info img{
    float: left;
    margin: 0 20px 10px 0;
}
.doc_list h4 a{
    text-decoration: none;
    color:#333;
}
.doc_list h1{
    font-size: 19px;
    font-weight: bold;
}
.doc_list h4{
    font-size: 16px;
}
.banner_caption1 h1 a, .banner_caption1 h2 a{
    color: #2a55a3;
    text-decoration: underline;
    font-weight: bold;

}
.banner_caption1 h1, .banner_caption1 h2 a:hover{
    color: #2a55a3;
}
.arrow{
    margin-left:5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.banner_caption1 h1 a:hover .arrow, .banner_caption1 h2 a:hover .arrow{
    margin-left:15px;

}
.arrow{
    width: 22px !important;
    max-height: 32px !important;
    min-height: 32px !important;
}
#sel1 option{
    /* width: 350px !important;*/
}
.iframe img{
    width: 100% !important;
}
.up-mob-arrow, .down-mob-arrow{
    display: none;
}
#mob-contact{
    display: none;
}
#mob-form textarea{
    width: 100%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #0d91d5;
}
.navbar-nav>li>.dropdown-menu {
    background: #0d91d5;
}
.sidebar .nh_wrap5, .sidebar .nh_wrap7{
    padding-top: 0px;
    margin-top: 0;
}
.sidebar .nhtitle{
    margin-top: 0;
}
.rt-bg1 .nhtitle {
    margin: 0px 0 !important;
}
.header-wrap h4{
    color: #838587;
    font-weight: 200;
    font-family: Helvetica,sans-serif;
    letter-spacing: 1px;
    font-size: 26px;
    padding-top: 27px;
}
.form-horizontal{
    overflow: hidden;
    padding: 20px 40px 10px 0px;
}
.form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
}
.padd0{
    padding-top: 0px;
}
.form-horizontal label{
    font-weight: normal;
    padding: 5px 0 0 !important;
}
.form-control {
    padding: 0px 12px;
    border: 1px solid #3d589f;
    border-radius: 0px;
}
.error {
    color: red;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0px;
}
.form-control.error{
    color: #555 !important;
}
.thanks{
    text-align: center;
    padding: 25px;
}
.thanks h2{
    padding-bottom: 15px;
}
.sticky-btn{
    display: inline-block;
    position: fixed;
    bottom: 0;
    background-color: #fcb200;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    right: 0px;
    padding: 7px 25px 4px;
    text-decoration: none;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    z-index: 99;
}
.sticky-btn:hover,.sticky-btn:focus, .sticky-btn:active{
    text-decoration: none;
    color: #fff;
}
.doc_info h1{
    font-size: 19px;
    font-weight: bold;
}
/*--new form css--*/
.enq-form{
    bottom: -375px;
    width: 220px;
    position: fixed;
    right: 0;
    background: #fff;
    border: 1px solid #efefef;
    z-index: 99;
}
.enq-form .form-horizontal{
    padding:10px 0 0;
}
.enq-form .form-horizontal .form-group {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 12px;
}
.enq-form .btn1 {        
    font-size: 14px;
    width: 100%;
    padding: 5px 15px;
}
.enq-form .form-control {
    padding: 0px 10px;
    font-size: 11px;
}
.hide-frm{
    margin: -1px 0 0 5px;
    padding: 0px 2px;
}
.enq-form select{
    padding:5px 5px !important;
    min-height: 34px;
}
.enq-form .form-horizontal label{
    font-size: 12px;
    padding: 0 !important;
}
.enq-form .form-group > .col-sm-12, .enq-form .form-group > .col-xs-12{
    padding: 0 5px;
}
.close-frm, .show-frm{
    float: right;
    padding: 7px 8px 0px 2px;
    height: 17px;
}
.enq-form h3{
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: bold;
    background: #0d91d5;
}
.enq-form h3 a{
    float: right;
    color: #fff;
    cursor: pointer;
    background: #0d91d5;
}
.enq-form input{
    height: 30px;
}
.glyphicon-minus, .glyphicon-plus{
    top: -7px;
}
.enq-form textarea.form-control {
    max-height: 35px;
}
.show-frm{
    display: none;
}
.fa-chevron-down, .fa-chevron-up {
    position: relative;
    padding: 2px 5px;
} 
.fa-chevron-up:before {
    content: "\f077";
        font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -6px;
    left: 0;
}
.fa-chevron-down:before {
    content: "\f078";
        font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -6px;
    left: 0;
}
/*--new form css--*/
@media screen and (max-width: 767px) {
    .marg_auto {
        margin: 0 auto;
        float: left;
    }
    .sticky-btn{
        left: 0px;
        right: 0;
        margin: 0 auto;
        width: 155px;
    }
    .nh_wrap5 {
        padding: 30px 0px;
    }
    .form-horizontal {
        overflow: hidden;
        padding: 10px 5px;
    }
    .form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
    }
    .form-horizontal label, .form-horizontal .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
    }


    .header-wrap h4{
        font-size: 16px;
        padding-top: 17px;
    }
    #cboxClose {
        font-size: 26px !important;
        padding: 0px 9px 3px !important;
        line-height: 25px !important;
        margin: 0px 0 !important;
        border-radius: 2px;
        top: -10% !important;
        right: 0 !important;
    }
    .mobile-form #cboxContent {
        background: #2297e1;
    }
    .mobile-form #cboxClose {
        background: transparent;
    }
    #mob-form .form-group{
        min-height: 60px;
        margin-bottom: 5px;
    }
    .enquiry_form{
        display: none;
    }
    #mob-contact{
        display: block;
    }
    #contact{
        display: none;
    }
    .up-mob-arrow{
        display: none;
    }
    .dropdown > .dropdown-toggle .down-mob-arrow{
        display: block !important;
    }
    .dropdown.open > .dropdown-toggle .up-mob-arrow{
        display: block !important;
    }
    .dropdown.open > .dropdown-toggle .down-mob-arrow{
        display: none !important;
    }
    .dropdown.open:hover .dropdown-menu{
        display: block;
    }
    .dropdown:hover .dropdown-menu{
        display: none;
        background: #0d91d5;
        border-top: 0px solid #e0e0e0;
        border-radius: 0;
        min-width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #0d91d5;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        color: #fff;
        background-color: #0d91d5;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 5px 5px 0px;
        margin-left: 15px;
        font-size: 12px !important;
    }
    #colorbox, #cboxContent, #cboxLoadedContent, #cboxWrapper{
        height: 442px !important;
    }
    .cboxIframe {
        height: 442px !important;
    }
    .nh_search_wrap {
        padding: 0px 15px 0px 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default {
        background-color: transparent;
        border: none;
        border-radius: 0;
        min-height: 0;
        margin-bottom: 0px;
    }
    .navbar-toggle {
        background-color: #2a55a3;
    }
    .navbar-nav>li>a {
        font-size: 16px;
    }
    /*.sub-menu-parent a img{
       display: block !important;
    }*/
    #cboxLoadedContent, #cboxContent {
        width:100% !important;
    }
    #cboxWrapper{
        width: 93% !important;
    }
    #colorbox {
        outline: 0;
        position: fixed !important;
        top: 13% !important;
        width: 100% !important;
        left: 10px !important;
    }
    .banner_caption5, .banner_caption4, .banner_caption2 {
        top: 115px;
    }
    .banner_caption5 h1, .banner_caption5 h2, .banner_caption4 h1, .banner_caption4 h2, .banner_caption2 h1, banner_caption2 h2 {
        font-size: 18px;
    }
    .banner_caption6{
        top:50px;
    }
    .banner_caption6 h1, .banner_caption6 h2 {
        text-align: center;
        font-size: 20px;
        color: #fff;
        font-family: arial;
    }
    .banner_caption7 {
        position: absolute;
        z-index: 0;
        top: 45px;
    }
    .banner_caption7 h1, .banner_caption7 h2{
        text-align: center;
        font-size: 25px;
        color: #fff;
        font-family: arial;
    }
    .nh_wrap4 .slide .carousel-control {
        top: 40%;
    }
    .banner_caption1 {
        top: 76px;
        right: -12%;
    }
    .banner_caption1 h1, .banner_caption1 h2 {
        font-size: 19px;
    }
    .banner_caption_home{
        position: absolute;
        z-index: 0;
        top: 45px;
        left: 5%;
        padding-left: 0px;
    }
    .banner_caption_home h2{
        text-align: left;
        font-size: 16px;
        color: #fff;
        font-family: arial;
    }
    footer {
        padding: 0px 15px 15px;
    }
    .head_soc{
        display: none;
    }
    .nh_wrap4 .item .col-lg-4{
        margin-bottom: 5%;
    }
    .padd4 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .case-study ul {
        padding-left: 0px;
    }

    .rt-bg1 {
        padding: 5px 0px;
        margin: 5px 0px;
    }
    .navbar-nav>li {
        float: none;
        margin: 10px 15px;
    }
    .navbar-collapse{
        background-color: rgb(42, 85, 163);
        position: absolute;
        z-index: 2;
        width: 100%;
        left: 0px;
        margin: 0 !important;
    }
    .copyright-text h4 {
        font-size: 14px;
        text-align: center;
    }
    .nh_wrap5 {
        padding: 10px 0px;
    }
    .slide .item img {
        margin: 0 auto;
        min-height: 80px;
    }
    .header-wrap {
        padding: 8px 0px;
    }
    .top_search {
        padding: 3px 0 0 30px;
        width: 100%;
        font-size: 16px;
        background-size: 30px 26px;
    }
    .enquiry_form {
        padding: 15px 20px 15px 15px;
        width: 100%;
        z-index: 2;
    }
    .marg2 {
        margin-left: 0;
    }
    #close_form{
        display: block;
        cursor: pointer;
        color: #fff;
        text-align: right;
        text-transform: uppercase;
    }
    .nh_wrap2 .col-xs-12 {
        padding: 0;
    }
    .foot_menu {
        margin: 0;
    }
    .doc-img{
        margin: 0 auto;
    }
    .text-c{
        text-align: center;
        margin-bottom: 20px;
    }
    .slide .carousel-control {
        opacity: 1;
        width: 20px;
        margin: 30px 0;
        background: transparent;
        top: 36%;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #2a55a3;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .copyright-text{
        text-align: center;
    }
    .foot_menu li {
        list-style-type: none;
        text-align: center;
        float: none;
        display: inline-block;
    }
    .foot_social{
        display: block;
    }
    .foot_social a img{
        margin-right: -4px;
    }
    .banner_caption {
        top: 75px;
    }
    .banner_caption h1, .banner_caption h2{
        font-size: 30px;
    }
    .doc_info img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .arrow {
        width: 15px !important;
        max-height: 20px !important;
        min-height: 20px !important;
    }
}
@media screen and (min-width: 768px){
    .marT20{
        margin-top: 20px;
    }

}
@media screen and (max-width: 480px) {
    .banner_caption_home{
        position: absolute;
        z-index: 0;
        top: 20px;
        left: 5%;
        padding-left: 0px;
    }
    .nh_wrap4 .slide .carousel-inner {
        max-height: 155px;
    }
    .doc_slide .carousel-inner{
        max-height: 267px !important;
    }
    .nh_wrap4 .slide .carousel-control {
        width: 18px;
        top:20%;
    }
    .slide {
        margin: 0px 0 25px;
    }
    .banner_caption{
        position: absolute;
        z-index: 0;
        top: 95px;
    }
    .banner_caption h1, .banner_caption h2{
        text-align: center;
        font-size: 16px;
        color: #2856a1;
        font-family: arial;
        margin: 0;
    }
    .banner_caption2{
        position: absolute;
        z-index: 0;
        top: 90px;
    }
    .banner_caption2 h1, .banner_caption2 h2{
        text-align: center;
        font-size: 16px;
        color: #fff;
        margin: 0;
        font-family: arial;
    }
    .banner_caption3{
        position: absolute;
        z-index: 0;
        top: 95px;
    }
    .banner_caption3 h1, .banner_caption3 h2{
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-family: arial;
    }
    .banner_caption5 {
        position: absolute;
        z-index: 0;
        top: 95px;
    }
    .banner_caption5 h1, .banner_caption5 h2{
        /*text-align: left;*/
        font-size: 16px;
        color: #fff;
        font-family: arial;
    }
    .banner_caption7 {
        position: absolute;
        z-index: 0;
        top: 20px;
    }
    .banner_caption7 h1, .banner_caption7 h2{
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-family: arial;
    }
}
@media screen and (min-width : 481px) and (max-width : 767px) {
    .nh_wrap4 .slide .carousel-inner {
        max-height: 200px;
    }
    .doc_slide .carousel-inner{
        max-height: 265px !important;
    }
    .banner_caption3{
        position: absolute;
        z-index: 0;
        top: 75px;
    }
    .banner_caption2 h1, .banner_caption2 h2{
        text-align: center;
        font-size: 25px;
        color: #fff;
        margin: 0;
        font-family: arial;
    }
    .banner_caption5 {
        position: absolute;
        z-index: 0;
        top: 100px;
    }
    .banner_caption5 h1, .banner_caption5 h2{
        text-align: left;
        font-size: 30px;
        color: #fff;
        font-family: arial;
    }
}
@media screen and (min-width : 768px) and (max-width : 991px) {
    .nh_wrap5 {
        padding: 30px 0px;
    }
    .banner_caption h1, .banner_caption h2 {
        font-size: 26px;
    }
    .dropdown-menu li a {
        font-size: 12px !important;
    }
    .media-body {
        min-height: 200px;
    }
    .sub-menu-parent a img {
        display: none !important;
    }
    .banner_caption5, .banner_caption4, .banner_caption2 {
        top: 170px;
    }
    .banner_caption5 h1, .banner_caption5 h2, .banner_caption4 h1, .banner_caption4 h2, .banner_caption2 h1, banner_caption2 h2 {
        font-size: 26px;
    }
    .banner_caption6{
        top:60px;
    }
    .banner_caption6 h1, .banner_caption6 h2 {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-family: arial;
    }
    .banner_caption1 {
        position: absolute;
        z-index: 0;
        top: 86px;
        right: 5%;
    }
    .banner_caption1 h1, .banner_caption1 h2 {
        font-size: 26px;
    }
    .banner_caption_home{
        position: absolute;
        z-index: 0;
        top: 50px;
        left: 5%;
        padding-left: 0px;
    }
    .banner_caption_home h2{
        text-align: left;
        font-size: 30px;
        color: #fff;
        font-family: arial;
    }
    .banner_caption7 {
        position: absolute;
        z-index: 0;
        top: 45px;
    }
    .banner_caption7 h1, .banner_caption7 h2{
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-family: arial;
    }
    .social a img {
        width: auto;
        height: 18px;
    }
    .slide .carousel-control {
        opacity: 1;
        width: 18px !important;
        margin: 30px 0;
        background: transparent;
        top: 0% !important;
    }
    .navbar-nav>li {
        float: left;
        margin:0 0px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        padding:12px 10px;
    }
    .banner_caption {
        top: 175px;
    }
}
@media screen and (min-width: 768px) {
    .down-mob-arrow, .up-mob-arrow{
        display: none !important;
    }
}
@media screen and (min-width: 992px) and (max-width :1200px) {
    .nh_wrap5 {
        padding: 30px 0px;
    }
    .media-body {
        min-height: 150px;
    }
    .social a img {
        height: 26px;
    }
    .sub-menu-parent a img {
        display: none !important;
    }
    .banner_caption1 {
        position: absolute;
        z-index: 0;
        top: 110px;
        right: 5%;
    }
    .rt-bg1 {
        padding: 5px 0px;
        margin: 5px 0px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        padding: 12px 20px;
    }
    .banner_caption {
        top: 195px;
    }
}

