/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1200px) {
    .head::after {
    background: transparent none repeat scroll 0 0;
}
.position_wrapper {
    left: 0;
}
  .hideninmobile{
    display: none;
  }
  .sectionFour {
    background: #E1E1E1;
} 
.sectionOne{
  background: #AB0635;
}
}
@media (max-width: 1199px) {
  .memberSection .searchWrapper .btn-group.bootstrap-select {
      width: 230px;
  }
  .searchWrapper .datepicker {
    width: 100px;
  }
  #member-reg-error {
    left: 11%;
    top: 5%;
    width: 80%;
    z-index: 999;
}
.login-reg-err-btn {
    background: #ac0636 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    padding: 5px;
    width: 48%;
}
#member-reg-error .form-group {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    width: 50%;
}
.login-register-error {
    display: block;
    float: left;
    width: 100%;
}
}
@media (max-width: 1200px) {
  #adminMenusection .navbar-nav > li > a {
      padding: 80px 5px 30px;
  }
  
}
@media (max-width: 1199px){
  .memberSection .enquiry_search_wrapper.searchWrapper .btn-group.bootstrap-select{
   width:135px;
  }
  .memberSection .empty_section1 .enquiry_search_wrapper.searchWrapper .btn-group.bootstrap-select {
    width: 100%;
}
  .col-md-12.searchWrapper.enquiry_search_wrapper .form-inline {
    max-width: 780px;
    width: 100%;
    margin: 0px auto;
  }
}
@media (max-width: 1024px) {
#member-reg, #intl-provider{
top:2%;
}
.headerDropdown .bar {
    left: 5px;
}
.headerDropdown .btn-primary {
    padding: 6px 6px 4px;
}
.submitclaimWrapper {
    margin-bottom: 15px;
}
#member-reg .control-label, #intl-provider .control-label{
    padding: 0;
    font-size: 13px;
}
  .otherLinks li {
      width: auto;
  }
  .otherLinks li.claim_li{
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .hideinmobile{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sectionTwo .navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin-top: 25px;
}
  .sectionTwo .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #ab0635;
  }
  .sectionTwo .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.sectionTwo .navbar-inverse {
    background-color: #f6f5f5;
    border: medium none;
    border-radius: 0;
    margin: 0;
    min-height: 85px;
  }
  #myNavbar .navbar-nav > li > a {
      padding: 10px 15px;
  }
.homeLink {
    background: none;
}
.homeLink:hover {
    background: none !important;
}

.empLink {
    background: none;
}
.empLink:hover {
    background: none !important;
}

.ProviderLink {
    background: none;
}
.ProviderLink:hover {
    background: none !important;
}

.coprateLink {
    background: none;
}
.coprateLink:hover {
    background: none !important;
}
.bankLink {
    background: none;
}
.bankLink:hover {
    background: none !important;
}
.memberLink {
    background: none;
}
.memberLink:hover {
    background: none;
}
.dashLink, .dashLink:hover {
     background: none;
}

.claLink, .claLink:hover {
    background: none;
}

.PreLink,.PreLink:hover {
    background: none;
}
.proLink, .proLink:hover {
    background: none;
}
.sectionTwo .navbar-brand > img {
    display: block;
    width: 90px;
}
.enqLink, .enqLink:hover {
    background: none;
}

#myNavbar {
    margin-top: 35px;
}

.manLink {
    background: none;
}
.manLink:hover {
    background: none;
}
.bmiLink, .bmiLink:hover {
    background: none;
}

.locLink, .locLink:hover {
    background: none;
}
.active .proLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .memberLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .claLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .homeLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .enqLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
#myNavbar .navbar-nav > li > a {
    padding: 10px 15px;
}

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media (max-width: 991px) {

.head {
    white-space: pre-line;
}
  .memberSection .searchWrapper .btn-group.bootstrap-select {
      width: 118px;
  }
   .memberSection .enquiry_search_wrapper.searchWrapper .btn-group.bootstrap-select {
    width: 118px;
   }
  .memberSection .btn.btn-default.searchbtn {
    margin-left: 10px;
    margin-top: 10px;
    width: auto;
  }
  #adminMenusection .hide1{
    display: none;
  }

  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
                max-width:inherit;
  }

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  #member-login, #other-login, #pwdLogin, #pwdResetForm, #otpForm{
  left: 50%;
  width: 40%;
}
#member-reg, #intl-provider {
    left: 42%;
    width: 50%;
}
#member-fwdpwd {
    left: 43%;
    width: 50%;
}
}
@media (max-width: 986px) {
.login-reg-err-btn {
    width: 40.8%;
}
}
@media (max-width: 980px) {
  .claim_submission_page .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 98.5%;
}
.reimbursement_form .form-control, .invoice_wrapper .form-control, .innerWrapper .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    height: 35px;
    width: 100%;
}
.claim_submission_page #Date {
    width: 75.5%;
}
  .claim_submission_page .details_wrapper {
    min-height: 270px;
}
  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
  .rwd-table td {
    text-align: left;
  }
  .rwd-table td {
    text-align: left;
    border: 1px solid #dfe0e1;
  }
}

@media (max-width: 980px) {
  .otherLinks li {
    width: auto;
  }
  .memberSection .details span {
    width: auto;
  }
  .black{
    font-size: 34px; 
  }

  .pink {
    font-size: 55px;
  }

  .imgList img {
    display: inline-block;
    width: 47%;
}
.insuranceWrapper{
  margin-top: 82px;
}

}
@media (max-width: 800px) {
  #member-reg-error {
      left: 7%;
      top: 5%;
      width: 86%;
      z-index: 999;
  }
.sectionTwo .navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin-top: 25px;
}
  .sectionTwo .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #ab0635;
  }
  .sectionTwo .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
}
@media (max-width: 768px) {
.sectionOne a {
    display: inline-block;
}
.claim_submission_page .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 99.5%;
}
.memberSection {
    padding: 10px 0;
}

.benifitLimit {
    background: #f4f3f3 none repeat scroll 0 0;
    padding: 20px 0px;
}
.subbenifitLimit {
    padding: 20px 00px;
}
#homeCarousel #member-reg-error label {
    color: #333;
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
}
.seconephone {
    padding-right: 0px;
}
  #member-login, #other-login, #pwdLogin, #pwdResetForm, #otpForm {
  left: 16%;
  width: 70%;
}
#member-reg, #intl-provider{
  left: 16%;
  width: 70%;
}


.positiontext {
    float: left;
    left: 15px;
    position: relative;
    top: 30px;
}
}


@media (max-width: 767px) {
  .modalhealcertificate .dataTables_wrapper .dataTables_paginate {
    float: none;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}
.searchWrapper .btn.btn-default.searchbtn.member_Section_btn{
  margin-top:10px;
}
.policy_section_body .checkbox{
  width:100%;
}
.dataTables_wrapper .dataTables_info {
    float: none;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    font-size: 12px;
    text-align: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.2em 1em;
    text-align: center;
    text-decoration: none !important;
}
.claim_wrapper {
    padding-bottom: 20px;
}
.jquery-table-wrapper {
    overflow-x: auto;
    padding: 0 15px 20px;
}
  /*claim page css*/
  .col-lg-10.col-md-10.col-sm-10.col-xs-12.details_rtext {
    padding-right: 0;
}
.claim_submission_page #Date {
    width: 100%;
}
.col-lg-10.col-md-10.col-sm-10.col-xs-12.details_rtext {
    padding-right: 0;
}
.invoice_wrapper .col-lg-8.col-md-8.col-sm-7.col-xs-12 {
    padding-right: 0;
}
.payment_wrapper .col-lg-8.col-md-8.col-sm-7.col-xs-12 {
    padding-right: 0;
}
.claim_wrapper .col-lg-8.col-md-8.col-sm-7.col-xs-12 {
    padding-right: 0;
}
  /*claim page css*/
  .claim_submission_page .details_wrapper {
      min-height: auto;
  }
  .form-group1 > span {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    right: auto;
    top: auto;
    vertical-align: middle;
    border-left: 1px;
}
.form_fields_wrapper {
    max-width: 100%;
}
.claim_submission_page #Date {
    width: 100%;
}
.datespan {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 10px;
    position: absolute;
    vertical-align: middle;
    right: 0px;
    top: 0px;
}
.add_btn {
    margin-bottom: 15px;
    margin-top: 0px;
}
  .submitclaimWrapper {
    border: 0 none;
    margin-bottom: 20px;
    text-align: left;
    right: 0;
}
.memberSection .btn.btn-default.searchbtn {
    margin-left: 0;
    margin-top: 10px;
    width: auto;
}
.memberSection .searchWrapper .btn-group.bootstrap-select {
    width: 99%;
}
.memberSection .enquiry_search_wrapper.searchWrapper .btn-group.bootstrap-select {
    width: 99%;
}
.searchWrapper .datepicker {
    width: 94%;
}
.searchWrapper .form-group1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.searchWrapper label {
    color: #000203;
    display: inline-block;
    font-family: roboto;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 0 !important;
    padding-right: 0;
    width: 100%;
}
  .page_entries > input {
    margin-top: 5px;
}
  .otherLinks li {
      margin: 10px;
      width: auto;
  }
  .page_entries i {
    top: 0;
}
.page_entries {
    text-align: left;
}
  .otherLinks > ul {
      display: inline-block;
      padding: 0;
  }
  #adminMenusection .hide1{
    display: block;
  }

  .sectionTwo .navbar-inverse {
    background-color: #f6f5f5;
    border: medium none;
    border-radius: 0;
    margin: 0;
    min-height: 85px;
  }
  #myNavbar .navbar-nav > li > a {
      padding: 10px 15px;
  }
.homeLink {
    background: none;
}
.homeLink:hover {
    background: none !important;
}

.empLink {
    background: none;
}
.empLink:hover {
    background: none !important;
}

.ProviderLink {
    background: none;
}
.ProviderLink:hover {
    background: none !important;
}

.coprateLink {
    background: none;
}
.coprateLink:hover {
    background: none !important;
}
.bankLink {
    background: none;
}
.bankLink:hover {
    background: none !important;
}
.memberLink {
    background: none;
}
.memberLink:hover {
    background: none;
}
.dashLink, .dashLink:hover {
     background: none;
}

.claLink, .claLink:hover {
    background: none;
}

.PreLink,.PreLink:hover {
    background: none;
}
.proLink, .proLink:hover {
    background: none;
}

.enqLink, .enqLink:hover {
    background: none;
}

.bmiLink, .bmiLink:hover {
    background: none;
}

.locLink, .locLink:hover {
    background: none;
}
.active .proLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .memberLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .claLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .homeLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}
.active .enqLink{
  background: #ab0635 none no-repeat scroll center 30% !important;
  color: #fff;
}

.manLink {
    background: none;
}
.manLink:hover {
    background: none;
}

#myNavbar {
    margin-top: 35px;
}
  .sectionTwo .navbar-brand > img {
    display: block;
    width: 90px;
  }
  .txtalignr {
    display: inline-block;
    padding: 10px 15px;
    text-align: left;
  }
  .insuranceWrapper {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 0px;
}
.blocks1, .blocks2, .blocks3 {
    float: left;
    margin-bottom: 10px;
}
  .lifeInsurance img {
      margin: 0 auto;
  }
  .pink{
    text-align:left ;
    display: inline-block;
  }
  .black{
    text-align:left ;
     display: inline-block;
  }
  .imgList img {
    display: inline-block;
    width: auto;
}
.memberSection .head {
    margin-bottom: 5px;
}
.file_upload_wrapper {
    margin-top: 20px;
}

}

@media (max-width: 741px) {

}
@media (max-width: 710px) {
  .mem_details {
      margin-top: 10px;
      width: 100%;
  }
}
@media (max-width: 602px) {
.invoice_btn {;
    margin-top: 10px;
    min-width: 100%;
}
.cancel_btn, .cancel_btn:hover{
    margin-top: 10px;
    min-width: 100%;
}
}
@media (max-width: 640px) {
  .sectionOne .profileContent p {
    display: inline;
}
#member-reg-error .form-group {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.memberprofiledetails > h3 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
}
@media (max-width: 538px){
  .policy_section .modal-dialog{
    margin:0px auto;
    padding:10px;
  }

}
@media (max-width: 534px) {
.modalhealcertificate .pList-btn button {
    margin-bottom: 5px;
    width: 100%;
}
  .modalhealcertificate .pList-btn button:nth-child(2) {
    margin-left: 0;
}
  .modalhealcertificate .pList-btn button:nth-child(3) {
    margin-left: 0;
}

  .modalhealcertificate .head {
      font-size: 20px;
      white-space: pre-line;
  }

.sectionOne .col-md-3.col-sm-4.col-xs-6.text-right.headerDropdown {
    padding-left: 0;
    text-align: left;
    width: 100%;
}
.sectionOne a {
    display: inline-block;
}
.sectionOne .col-md-9.col-sm-8.col-xs-6 {
    width: 100%;
}
.headerDropdown .dropdown.drop1.open > .dropdown-menu {
    display: inline-block;
    left: 0;
}
.headerDropdown .dropdown.open > .dropdown-menu {
    display: inline-block;
    left: 0;
}
}


@media (max-width: 503px) {
  .sectionOne p {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
.headerDropdown .btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding: 6px 12px 4px 5px;
}
.headerDropdown .dropdown {
    right: 5px;
}
}

@media (max-width: 480px) {
  #member-reg-error .alert {;
    margin-right: 0;
}

.login-reg-err-btn {
    margin: 10px 5px;
    width: 30%;
}

.browsebtwrapper {
    padding: 0 15px;
    width: 100%;
}
  #member-reg-error .col-sm-9.col-xs-7 {
    padding: 0;
}
  .searchWrapper .datepicker {
    width: 91%;
}
  #member-fwdpwd {
    left: auto;
    width: 100%;
}
.cancel_btn, .cancel_btn:hover{
    min-width: 100%;
margin-top:10px;
}
  .btn_browser{
    min-width: auto;
  }

  .browser_text_wrapper {
    margin-bottom: 10px;
    width: 100%;
}
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}
.dataTables_wrapper .dataTables_info {
    float: none;
    margin: 0 auto;
}
.memberSection .searchWrapper .btn-group.bootstrap-select {
    width: 100%;
}
.imgList img {
      display: inline-block;
      width: 35%;
  }
  #compLinks {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
  #member-login, #other-login, #pwdLogin, #pwdResetForm, #otpForm {
    left: 4%;
    width: 90%;
  }
  #member-reg, #intl-provider{
    left: 4%;
    width: 90%;
  }

.black{
    font-size: 24px; 
  }

  .pink {
    font-size: 30px;
  }
  .downloadImages h4{
    font-size:22px; 
  }
  .addressWrapper p {
    padding: 5px 0 0;
    width: 100%;
}
.addressWrapper .blocks3 p {
    padding: 5px 0;
    width: 100%;
}
.policy_section_body .checkbox{
  width:100%;
}
.policy_content_wrapper.second_wrapper{
  padding-left:8px;
}
.policy_section_body div {
  display: inline-block;
  width: 100%;
}
.policy_content_wrapper .heading{
  min-width:89px;
}
}
@media (max-width: 414px) {
  .rwd-table th, .rwd-table td:before {
      width: 30%;
  }
}
@media (max-width: 360px) {
  .modalhealcertificate .pList-btn button {
    margin-bottom: 5px;
    width: 100%;
}
  .modalhealcertificate .pList-btn button:nth-child(2) {
    margin-left: 0;
}
  .modalhealcertificate .pList-btn button:nth-child(3) {
    margin-left: 0;
}
  .login-reg-err-btn {
    margin: 0 5px;
    width: 30%;
}
.sectionOne .col-md-3.col-sm-4.col-xs-6.text-right.headerDropdown {
    padding-left: 5px;
}
.headerDropdown .bar {
  display: none;
}
  .searchWrapper .datepicker {
    width: 84.5%;
}
  .claim_submission_page .details span {
    color: #666;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    width: 105px;
}
.memberSection .details span {
    font-size: 12px;
}
.memberSection .searchWrapper .btn-group.bootstrap-select {
    width: 97%;
}
.txtright {
    text-align: center;
}
.entries {
    margin-bottom: 5px;
    text-align: center;
}
.entries > i {
    font-size: 14px;
    left: 0;
    text-align: center;
}
.rwd-table td {
    font-size: 12px;
}
.active_tLink {
    top: 3px;
}
.benifitLimit .panel-default > .panel-heading {
    font-size: 14px;
}
.panel-body label {
    font-size: 12px;
}
  .memberSection .details b {
    font-size: 12px;
}
  .memberprofiledetails .positionImage {
      position: relative;
      top: 0;
  }
  .positiontext {
      float: left;
      left: 0;
      position: relative;
      top: 15px;
  }
  .head::after {
    background: transparent none repeat scroll 0 0;
}
.policy_section_body .checkbox{
  width:100%;
}
.policy_content_wrapper.second_wrapper{
  padding:8px;
}

}
@media (max-width: 320px) {
  #member-login, #other-login, #pwdLogin, #pwdResetForm, #otpForm  {
    left: auto;
    width: 100%;
  }
  #member-reg, #intl-provider{
    left: auto;
    width: 100%;
  }
.searchWrapper .datepicker {
    width: 85%;
}
.memberSection .searchWrapper .btn-group.bootstrap-select {
    width: 100%;
}
.searchWrapper label {
    width: 100%;
}
  .memberSection .details b a {
    font-size: 11px;
}
}