*{
  margin: 0;
  padding: 0;
}
body{

background-color: #fff;
margin: 0;
padding: 0;
  font-family: 'Montserrat-light';
}
a {
    text-decoration: none !important;
}
.header_section{
  float: left;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
}

.left_logo, .right_logo{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
/*.right_logo{
  float: right;
  width: 80px;
}*/
.left_logo img, .right_logo img{
  /*float: left;*/
  /*width: 100%;*/
  height:50px;
}

    .right_logo img {
        float:right;
    }
/*.left_logo img{
  margin-top: 8px;
}*/

.banner_section{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  /*background-image:url("../images/banner_image.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*min-height: 210px;*/
  position: relative;
  border-bottom:1px solid rgba(2,37,60,0.8)!important;
}
.banner_phone{
    width:100%;
    float:left;
    padding:8px;
    background:#2C3E50;
}
.banner_section_hr{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image:url("../images/home_banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 210px;
  position: relative;
}
.overlay{
  position: absolute;
  background: rgba(2,37,60,0.8);
  top: 0;
  height: 100%;
  width: 100%;

}
.main_menu{
  float: left;
  width: 100%;
  position: relative;
}

.main_menu .navbar-default{
  background-color: transparent;
  border-color:  transparent;
}
.main_menu .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    text-transform: capitalize;
}

.main_menu .navbar-default .navbar-toggle {
    border-color: #fff;
}
.main_menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.main_menu .navbar-default .navbar-toggle:focus, .main_menu .navbar-default .navbar-toggle:hover {
    background-color: #7c256a;
}
.main_menu .navbar-default .navbar-collapse, .main_menu .navbar-default .navbar-form {
  border-color: #e7e7e7;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.main_menu .navbar-default .navbar-nav>li>a{
  color: #000!important;
}

.main_menu .navbar-default .navbar-nav>.active>a, .main_menu .navbar-default .navbar-nav>.active>a:focus, .main_menu .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
      background-color: transparent;
    border-bottom: 2px solid #fff;
}

.dropdown:hover .dropdown-menu {
    /*top: 44px !important;*/
    margin-top: var(--bs-dropdown-spacer);
}

.main_menu .navbar-default .navbar-nav>li>a:focus, .main_menu .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
    background-color: transparent;
      border-bottom: 2px solid #fff;
}

.banner_content{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 0;
  position: relative;
}

.banner_content h1, .banner_content h2 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 35px;
}
.navbar-nav>li{
    margin:0 5px;
}
/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        border:none !important;
        border-radius:0 !important;
}*/
.page_heading h3, .heading_title h4{
  float: left;
  width: 90%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 35px;
}
.page_heading h3{
  color: #333;
  font-size: 22px;
  padding-top:12px;
}
.heading_title span{
  float: right;
}
/*.heading_title span button{
  margin: 0;
padding: 8px 15px;
background: #3cb878;
color: #fff;
float: left;
border: none;
text-align: center;
font-size: 12px;
outline: 0;
border: 2px solid #3cb878;
}*/
.heading_title span button svg{
  margin:0 2px;
}

.banner_content h1{
  font-size: 30px;
}
.banner_content h2{
  font-size: 17px;
  margin-top: 2px;
}

.page_heading_menu{
float: left;
width: 100%;
-webkit-box-shadow: -1px 8px 23px -10px rgba(0,0,0,0.19);
-moz-box-shadow: -1px 8px 23px -10px rgba(0,0,0,0.19);
box-shadow: -1px 8px 23px -10px rgba(0,0,0,0.19);
margin: 0;
padding: 0;
background: #fff;
}
.page_menu{
  float: left;
  width: 100%;
  margin: 0;
  padding: 12px 0;
}
.page_menu .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
      background-color: transparent;
    border-radius: 4px;
}
.breadcrumb-item a{
  color: #1b85ca;
  text-transform: uppercase;
}
.breadcrumb>.active {
    color: #adadad;
    text-transform: capitalize;
    font-size: 14px;
}
.breadcrumb-item .home_btn{
    padding: 4px 6px;
    background: #337ab7;
    color: #fff;
    border-radius: 30px;
}
.breadcrumb-item  .home_icon{
      color: #fff;
}
.breadcrumb_right_btn{
    float:left;
    width:100%;
}
.breadcrumb_right_btn a{
  float: right;
    background: #22417b;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    margin: 5px 0 0 0;
    padding: 10px;
    text-align: center;
    
    text-decoration: none;

}
    .breadcrumb_right_btn a:hover,
    .breadcrumb_right_btn a:focus
     {
        color:#fff;
        text-decoration:none;
        background: #3561b3;
    }
video{
    margin:0;
    padding:0;
    width: 100%;
}
.category_select{
       float: right;
    width: 33%;
    margin-right: 15px;
    margin-bottom: 10px;
}
.body_content{
  float: left;
  width: 100%;
  margin:0;
  padding: 0;
  min-height: 49vh
}
.heading_title{
  float: left;
  width: 100%;
    margin: 10px 0 0px 0;
}
.brd{
  margin:0px auto 0 auto;
  background: #7dd0a5;
  width: 45px;
  height: 2px;
  display: block;


}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before{

    display:none;
}
.heading_title h4{
  color: #333;
  font-size: 20px;
}
.forms{
  margin-bottom: 15px;
}
.forms, .input_form{
  float: left;
  width: 100%;
}
.radio_btn1 {
    float: left;
    width: 50%;
    margin-top: 5px;
}


.check_btn1 {
    float: left;
    width: 100%;
    margin-top:0px;
}
.check_btn1 input[type=checkbox] {
    display: none;
}

.check_btn1 input[type=checkbox]:checked + label {
    background-position: 0 -50px;
}
.check_btn1 input[type=checkbox] + label {
  padding-left: 25px;
  display: inline-block;
  line-height: 26px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 0 -75px;
  padding-top: 3px;
  color: #333;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.check_btn1 label {
    background-image: url("../images/radio_btn.svg");
    background-repeat: no-repeat;
    height:25px;
}

.radio_btn1 input[type=radio] {
    display: none;
}

.radio_btn1 input[type=radio]:checked + label {
    background-position: 0 6px;
}

.radio_btn1 input[type=radio] + label {
    padding-left: 25px;
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 -22px;
    padding-top: 3px;
}

.radio_btn1 label {
    background-image: url(../images/radio_btn.svg);
    background-repeat: no-repeat;
    height:25px;
}
.input_form label, .input_form1 label {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 14px;
    color: #1b1e32;
    font-weight: 600;
}
.emp_input{
    padding:0px !important;
    background-color:transparent !important;
}
.emp_input1{
    padding:6px 0px 5px 0px !important;
    width:96%;
    margin-left:2%;
}
.input_form1 label{
    width:50%;
}
.input_form input, .input_form1 input {
    float: left;
    width: 100%;
    padding: 7px;
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    outline: 0;
    color: #333 !important;
}
.input_form1 input{
    width:50%;
    margin:0px 0px 5px 0px;
}
.input_form input:hover, .input_form input:focus,.input_form1 input:hover, .input_form1 input:focus{
  border: 2px solid #adadad;
  color:#333 !important;
}

.input-group-addon{
  border:none;
    border-radius: 0px;
    cursor: pointer;
}

.input_form .btn-default,.input_form1 .btn-default {
    color: #333;
    background-color: #fbfbfb;
    border: 2px solid #efefef;
    border-radius: 0;
}
.input_form .btn,.input_form1 .btn{
      padding: 9px 12px;
}
.form-select{
    font-size:14px !important;
    padding:7px !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
    outline: 0 !important;
}
.input_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),.input_form1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.input_form1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width:50%;
}
.policy_heading{
  float: left;
  width: 100%;
  margin-bottom: 8px;
margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.policy_heading h1{
  float: left;
  width: 90%;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
}

.policy_heading   span{
  float: right;
      width: 60px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 2px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3cb878
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.btm_brd{
  float: left;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 10px 0;
}
.input-group-addon {
    border: 0px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #ccc;
}
.claim_reports_period{
    float:left;
    width:100%;
}
.claim_reports_period h2{
    float:left;
    width:100%;
}
.claim_reports_period h2 span.reports_heading{
    float:left;
    width:20%;
    font-size:16px;
    margin:0;
    padding:0;
    color:#333;    
    font-weight: bold;
}
.claim_reports_period h2 span.reports_period{
 float:left;
    width:20%;
    font-size:14px;
    margin:0;
    padding:0;
    color:#3cb878;
    font-weight: bold;
}
 
.claim_reports_period a{
     margin: 0;
    padding: 8px 15px;
    background: #3f51b5;
    color: #fff;
    float: right;
    border: none;
    text-align: center;
    font-size: 12px;
    outline: 0;
    border: 2px solid #3f51b5;
    text-decoration:none;
    cursor:pointer;
}
.claim_reports_period a:hover, .claim_reports_period a:focus{
    color:#fff;
    text-decoration:none;
    border: 2px solid #425ade;
    border: 2px solid #425ade;
}
    .export_btn a {
        background: #2b3b90;
    color: #fff;
    border: 2px solid #2b3b90;
    }
.submit_btns ul li input.submit{
        margin: 10px 0 0 0;
    padding: 10px 25px;
    background: #3cb878;
    color: #fff;
    float: left;
    border: none;
    text-align: center;
    font-size: 12px;
    outline: 0;
    border: 2px solid #3cb878;
}

.submit_btns{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
.sub_btn{
    float:left;
}
.submit_btns ul{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sub_btn ul{
    width:auto;
    float:right;
}
.submit_btns ul li{
  margin: 0px 0px 0px 5px;
  padding: 0;
  list-style: none;
  float: right;
}
.sub_btn ul li{
    float:left;
}
.submit_btns ul li button.submit {
    margin: 10px 0 10px 0;
    padding: 8px 20px;
    background: #3cb878;
    color: #fff;
    float: right;
    border: none;
    text-align: center;
    font-size: 12px;
    outline: 0;
    margin-bottom: 60px;
}
.submit_btns ul li button.cancel {
    margin: 10px 0px 30px 0;
    padding: 8px 20px;
    background: #f3214e;
    color: #fff;
    float: right;
    border: none;
    text-align: center;
    font-size: 12px;
    outline: 0;
}


.submit_btns button.submit:hover,
.submit_btns button.submit:focus{
  background: #2aa364;
}

.submit_btns button.cancel:hover,
.submit_btns button.cancel:focus{
  background: #de113d;
}
.footer{
 float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 50px 0 0 -15px;
    padding: 0px 0;
    color: #fff;
    font-size: 14px;
    background: #2C3E50;
    position:fixed;
    bottom:0;
    z-index:12;

}
.input_form span.star{
  color: #f00;
}
.footer p{
  color: #fff;
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
  padding-top:10px;
}

.overlay1 {
    position: absolute;
    background: rgba(2,37,60,0.8);
    top: 0;
    height: 100%;
    width: 100%;
}
.dob{
  float: left;
  width: 70%;
}
.age{
  float: left;
  width: 25%;
  margin-left: 17px;
}
.select_year .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin:30px auto 0 auto;
    display: block;

}
.select_year .dropdown-menu{
      margin: 42px 0 0;
}
.resp_tables tr td a.success {
  color: #3cb878;
}
.resp_tables tr td a.pending {
  color: #fcb03b;
}
.resp_tables tr td a.rejected {
  color: #f3214e;
}
@media (max-width:991px) {
    .main_menu .navbar-default .navbar-collapse, .main_menu .navbar-default .navbar-form {
        border-color: #e7e7e7;
        position: absolute;
        width: 100%;
        z-index: 9;
        background: #fff;
    }

    .main_menu .navbar-default .navbar-nav > li > a {
        color: #333;
    }

    .main_menu .navbar-default .navbar-nav > .active > a, .main_menu .navbar-default .navbar-nav > .active > a:focus, .main_menu .navbar-default .navbar-nav > .active > a:hover {
        color: #333;
        background-color: #7b266a;
    }

        .main_menu .navbar-default .navbar-nav > .active > a, .main_menu .navbar-default .navbar-nav > .active > a:focus, .main_menu .navbar-default .navbar-nav > .active > a:hover {
            color: #333;
            background-color: transparent;
            border-bottom: 2px solid #333;
        }

     
.main_menu .navbar-default .navbar-nav>li>a{
    color: #777;
    background-color: transparent;
      border-bottom: 2px solid #fff;
}
.main_menu .navbar-default .navbar-nav>li>a:focus, .main_menu .navbar-default .navbar-nav>li>a:hover {
  color: #333 !important;
    background-color: transparent;
      border-bottom: 2px solid #333 !important;
}
.banner_content{
    margin-top:5em;
}
.banner_content h1, .banner_content h2{
  width: 100%;
    line-height: 25px;
}
.banner_content h1{
    font-size: 18px;
}
.banner_content h2{
    font-size: 12px;
}
.banner_section{
      min-height: 200px;
}
.footer p{
  font-size: 10px;
}
 .left_logo, .right_logo{
   width: 75px;
 }
}

.header_section .navbar{
margin: 0;
}
.header_section .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.header_section .navbar-default .navbar-nav>li>a {
    color: #333;
}
 
.menu{
float: left;
width: 100%;
}
.list_details ul li svg{
  font-size: 12px;
  margin-right: 10px;
  color: #3bb878;
}
.menu nav ul li.dropdown a img{
  width: 15px;
  margin-left: 10px;
}
.header_section .navbar-brand{
  padding: 0;
}
.header_section .navbar-brand img{
width: 160px;
}


.card .right_menu a {
    float: left;
    margin: -8px 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    background: #22417b;
    text-decoration: none;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: none;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
.card .right_menu a:hover,
.card .right_menu a:focus{

background: #3561b3;
}
.quick_links {
    float: left;
    position: relative;
    z-index: 99;
}
.resp_tables table th input {
    border:1px solid #ccc;
    background:#fff;
    padding:6px;
}
@media (max-width:767px){
    .navbar-nav>li {
    margin: 0 10px 0 15px;
}
   
  .left_sec, .right_sec{
    width: 50%;
  }
  .instructions ul li span {
    float: left;
    width: 20px !important;
}
  .instructions ul li p {
    float: left;
    width: 88% !important;
    margin-left: 10px;
}
  .popup .modal-body h1{
          margin: 0 0 0 0 !important;
  }
  .modal-body h1 span a{
      margin: 10px 0 0 0 !important;
    float: left;
  }
  .navbar-toggle{
      margin:0 !important;
  }
  .navbar-header .fa-home{
      font-size:18px;
  }
  .right_menu{
      margin:10px 0 0 0 ;
  }
  .dropdown-menu>li>a{
      width:100%;
      background:#fff;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
      color:#fff !important;
      background:#3F51B5 !important;
  }
  .card .nav>li>a{
    padding: 10px 6px;
  }
  .right_menu a{
    padding: 10px;
    font-size: 12px;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color: #333;
  }
 .right_menu .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #5d88d8 !important;
}
.menu nav ul li.dropdown a img{
  margin: 0;
}
.header_section .navbar-brand {
    padding: 0 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
  color: #333;
}
.navbar-collapse{
   position: relative;
    width: 100%;
    z-index: 9;
    background-color: #ffffff;
    left: 10px;
}
.footer{
    margin-top:0px !important;
}
}

@media (min-width:768px) and (max-width:1024px){
  .banner_content h1, .banner_content h2{
    width: 100%;
  }
  .heading_title h4{
    width: 85%;
  }
}

.quick_links{
float: left;
}

.fl-fl img{
  width: 25px;
  padding: 1px;
      margin-left: 8px;
}


.fl-fl {
  background: #000000;
  text-transform: capitalize;
  font-family: 'Montserrat-light';
  padding: 4px;
  width: 205px;
  position: fixed;
  right: -155px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 25px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}
.coming_soon_page{
    float:left;
    width:100%;
}
.coming_soon_page img{
    width:100%;
}
.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: middle !important;
  padding-left: 10px;
}

.float-fb {
  top: 160px;
  background: #2196f3;
}

.float-tw {
  top: 211px;
background: #ffc107;
}

.float-gp {
  top: 212px;
  background: #ff5722;
}

.float-rs {
  top: 313px;
  background: #125688;
}
.float-sm a {
    color: #fff !important;
    text-decoration: none;
    text-align: left;
    line-height: 43px !important;
    vertical-align: middle !important;
}
.float-sm a span {
    color: #fff;
    padding: 10px;
}
/*.float-ig {
  top: 263px;
  background: #E91E63;
}*/
.float-ig {
  top: 211px;
  background: #E91E63;
}
.float-pn {
  top: 415px;
  background: #00b489;
}
.float-sm{
  position: relative;
  top: 20px;
}

.float-sm h1{
position: fixed;
right: 0;
top: 20px;
}
.popup{
  float: left;
  width: 100%;
}

/*.popup .modal-title{
      margin: 0;
    line-height: 1.42857143;
    padding: 0;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 95%;
}*/
.instructions{
float: left;
width: 100%;
padding-bottom: 60px;
}
.instructions ul {
  margin: 10px 0 0 0;
      padding: 0;
      float: left;
      width: 100%;
      border-bottom: 1px solid #ccc;

}
.instructions ul:last-child{
  border-bottom: none;
}
.popup .modal-body h1{
  margin: 0px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Montserrat-light';
  font-weight: bold;
}

.popup .modal-body h1 span a{
  background: #3cb878;
      padding: 12px 20px;
      margin: 0 0 0 10px;
      color: #fff;
      font-size: 13px;
      text-decoration: none;
      -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.popup .modal-body h1 span a svg{
  margin-left: 5px;
}
.instructions ul li{
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px 0;
  font-size: 13px;
  list-style: none;
}
.instructions ul li span{
  float: left;
  width: 15px;
}

/*.modal-footer {
    padding: 5px 15px;
    text-align: right;
    background: #fff;
    float: left;
    width: 100%;
}
.modal-body{
    min-height: 60px;
    overflow-y: scroll;
    max-height: 450px;
}

.popup .modal-header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #2694ce;
    width: 100%;
    float: left;
}*/
.popup .modal-footer button{
    margin: 0;
    padding: 10px 25px;
    background: #ec5054;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 12px;
    outline: 0;
}

.popup .modal-footer button:hover,
.popup .modal-footer button:hover{
  background: #ec5024;
}

.popup .modal-body{
  margin-top: 20px;
}


 .feedback, .questions{
   float: left;
   width: 100%;
 }

.questions{
margin-top:30px;
}

.question_no{
  float: left;
  width: 6%;
}

.right_ques{
  float: left;
  width: 94%;
}
.right_ques p{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333;
  font-family: 'Montserrat-light';

}
.question_no h4{
margin: 0;
padding: 0;
font-size: 13px;
color: #333;
font-family: 'Montserrat-light';
float: left;
width: 100%;
}

.right_ques .input_form .radio_btn1{
  width: 25%;
}
.ques_label{
  float: left;
  width: 100%;
}

.ques_label label{
  float: left;
  width: 100%;
  color: #333;
  font-size: 12px;
  padding: 5px 0;
  margin: 0;
}

 .right_ques h2{
   float: left;
   width: 100%;
   margin: 0;
   padding: 0;
   padding: 10px 0 0 0;
font-size: 13px;
font-weight: bold;
font-family: 'Montserrat-light';
 }

.right_ques.duration .input_form  .radio_btn1{
  width: 33%;
}

.address p{
  float: left;width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
}
.table_data.downloads tr td a{
  color: #484ecf;
  margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.table_data.downloads tr td a:hover,
.table_data.downloads tr td a:focus{
  text-decoration: underline;

}

.table_data.downloads  tr td a svg{
  color: #484ecf;
  font-size: 12px;
  margin-left: 8px;
}

p.note{
  color: #f00;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 15px 20px 0 0;
  float: left;
  width: 100%;
}
.address{
  float: left;
  width: 100%;
}
.center_adress{
  display: block;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.instructions .heading_title p{
  float: left;
  width: 100%;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
#menu-button{
    display:none;
}


@media (min-width:768px) and (max-width:1024px){
  .banner_content h1, .banner_content h2{
    width: 100%;
  }
  .resp_tables tr td ul li{
      width:auto;
  }
  .heading_title h4{
    width: 85%;
  }
}
.modal-body table.dataTable.display tbody tr:hover td, table.dataTable.stripe tbody tr:hover td,
.modal-body table.dataTable.display tbody tr td:hover, table.dataTable.stripe tbody tr td:hover {
    background-color:#e7e7e7 !important;
}
.modal-body table.dataTable.display tbody tr.odd .sorting_1, table.dataTable.stripe tbody tr.odd .sorting_1 ,
.modal-body table.dataTable.display tbody tr.even .sorting_1, table.dataTable.stripe tbody tr.even .sorting_1 {
    color:#333 !important;

}
.modal-body table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd{
    background-color:#f9f9f9 !important;
    color:#333 !important;
}
.modal-body table.dataTable.display tbody tr.even, table.dataTable.stripe tbody tr.even{
     background-color:#f2f3f9 !important;
     color:#333 !important;
}
.modal-body table{
    margin-bottom:30px;
}
.contentfull,
.contentfull fieldset {
    float:left;
    width:100%;
}
.contentfull fieldset p {
    float: left;
    width:100%;
    text-align:center;

}
.heading_title span a {
    color:#047bf8 !important;
    font-weight:bold;
    font-size:16px;
}
.heading_title span a .fa-angle-right {
    margin-top: 7px;
    float: right;
    margin-left: 5px;
}
ul.navbar-right a[aria-expanded="false"]::before, a[aria-expanded="true"]::before{
display:none
}



.header_section .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #879fed;
    color: #fff;
}
/*add by Poorna*/
.heading_title span .backbutton a{
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
}
.heading_title span .backbutton a:hover,
.heading_title span .backbutton a:focus,
.heading_title span .backbutton a:active,
.heading_title span .backbutton a:visited,
.heading_sub_button span button a:hover,
.heading_sub_button span button a:focus,
.heading_sub_button span button a:active,
.heading_sub_button span button a:visited{
    text-decoration:none !important;
}
.heading_title1{
  float: left;
  width: 100%;
    margin: 25px 0 10px 0;
}
.heading_sub_button{
    width:50%;
    float:right
}
.heading_title1 h4{
    float:left;
    width:50%;
}
.heading_sub_button span .backbutton{
    margin-left:10px;
}
.heading_sub_button span{
    float:right;
}
.heading_sub_button span button{
  margin: 0;
padding: 8px 15px;
background: #3cb878;
color: #fff;
float: left;
border: none;
text-align: center;
font-size: 12px;
outline: 0;
border: 2px solid #3cb878;
}

.heading_sub_button span button a{
    color:#fff !important;
}
.breadcrumb-item .home_btn {
    padding: 8px 10px;
    background: #337ab7;
    color: #fff;
   -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-decoration:none;
font-size: 13px;
}
.breadcrumb-item  .home_icon{
      color: #fff;
}

.right_back_btn {
    width: 50%;
    float: right;
}
.coming_soon_page span {
    font-size: 40px;
    /* float: left; */
}
.coming_soon_page img {
    width: 440px;
}

.breadcrumb > .active {
    color: #1b1e32 !important;
    font-weight: bold;
    margin-top: 0px;
}
.sub9 {
    position: relative;
    top: -5px;
}
label{
	float: left;
	width: 100%;
	margin: 5px 0px 0px;
	padding: 5px 0 5px 0;
	font-size: 14px;
	color: #1b1e32;
}

/* Radio */
.radiobtn input[type=radio] {
    display: none;
}

.radiobtn input[type=radio]:checked + label {
    background-position: 0 6px;
}

.radiobtn input[type=radio] + label {
    padding-left: 25px;
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 -22px;
    padding-top: 3px;
}

.radiobtn label {
    background-image: url(../images/radio_btn.svg);
    background-repeat: no-repeat;
}
.checkbtn input[type=checkbox] {
    display: none;
}

.checkbtn input[type=checkbox]:checked + label {
    background-position: 0 -47px;
}

.checkbtn input[type=checkbox] + label {
    padding-left: 25px;
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 -72px;
    padding-top: 3px;
}

.checkbtn label {
    background-image: url(../images/radio_btn.svg);
    background-repeat: no-repeat;
}
label span{
    color:#ff0000 !important;
}

.error{
     color:#ff0000 !important;
}

.calender_bg {
    background: #eee !important;
    padding: 14px;
}

.bg_rmv{
    padding:0 !important;
    background:none !important;
    vertical-align: top !important;
}
.quick_links_btm{
    width: 100%;
    float: left;
    background: #545689;
    text-align: center;
    padding: 6px;
    margin-top: 20px;
}
.quick_links_btm .img_sparrow {
    width: 23px;
    border: 1.3px solid #fff;
    padding: 3px;
    border-radius: 50%;
}
.quick_links_btm img{
    width:23px
}

/* Order Traking Css */
.progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    color: lightgrey;
}

    .progressbar li {
        list-style-type: none;
        font-size: 11px;
        font-family: 'Montserrat-light';
        width: 24%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
    }

    .progressbar .active {
        color: #3eb47a;
    }



    .progressbar li.active::before, .progressbar li.active::after {
        background: #3eb47a;
    }

    .progressbar li::before {
        width: 30px;
        height: 30px;
        line-height: 33px;
        display: block;
        font-size: 13px;
        color: #ffffff;
        background: #feae11;
        border-radius: 50%;
        margin: 0px auto 5px auto;
        position: relative;
        z-index: 11;
    }

    .progressbar li::after {
        content: '';
        width: 60%;
        height: 1px;
        background: lightgray;
        position: absolute;
        left: -30%;
        top: 17px;
        z-index: 10;
    }

    .progressbar li:first-child::after {
        background: transparent !important;
    }

    .progressbar li.active::before {
        content: "\f00c" !important;
        background: #3eb47a;
        border: 2px solid #36b47a;
        line-height: 29px;
    }

    .progressbar li.active::after {
        background: #3eb47a;
    }

    .progressbar #claimreg:before {
        content: "\f25d";
        font-family: 'Fontawesomenew';*/
        /* content: '\e259';
         font-family: 'Glyphicons Halflings';
        font: normal normal normal 14px/1 Fontawesomenew;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale*/
    /*}

    .progressbar #inprogress:before {
        font-family: 'Fontawesomenew';
        content: "\f252";
    }

    .progressbar #claimpassed:before {
        font-family: 'Fontawesomenew';
        content: "\f018";
    }

    .progressbar #irpending {
        font-family: 'Fontawesomenew';
        content: "\f110";
    }

    .progressbar #claimset:before {
        font-family: 'Fontawesomenew';
        content: "\f0ae";
    }

    .progressbar #claimreje:before {
        font-family: 'Fontawesomenew';
        content: "\f00d";
    }

    .progressbar li#claimreje.active::before {
        background: #ff3232;
        border: 2px solid #ff3232;
        content: "\f00d" !important;
    }

    .progressbar #claimreje.active {
        color: #ff3232;
    }

.progressbar1 {
    margin-bottom: 0px;
    overflow: hidden;
    color: lightgrey;
}

    .progressbar1 li {
        list-style-type: none;
        font-size: 11px;
        font-family: 'Montserrat-light';
        width: 20%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
    }

    .progressbar1 .active {
        color: #3eb47a;
    }



    .progressbar1 li.active::before, .progressbar1 li.active::after {
        background: #3eb47a;
    }

    .progressbar1 li::before {
        width: 36px;
        height: 36px;
        line-height: 33px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: #feae11;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        position: relative;
        z-index: 11;
    }

    .progressbar1 li::after {
        content: '';
        width: 60%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: -30%;
        top: 17px;
        z-index: 10;
    }

    .progressbar1 li:first-child::after {
        background: transparent !important;
    }

    .progressbar1 li.active::before {
        background: #3eb47a;
        border: 2px solid #36b47a;
        line-height: 29px;
        content: "\f00c" !important;
    }

    .progressbar1 li.active::after {
        background: #3eb47a;
    }

    .progressbar1 #claimreg:before {
        content: "\f25d";
        font-family: 'Fontawesomenew';*/
        /* content: '\e259';
         font-family: 'Glyphicons Halflings';
        font: normal normal normal 14px/1 Fontawesomenew;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale*/
    /*}

    .progressbar1 #inprogress:before {
        font-family: 'Fontawesomenew';
        content: "\f252";
    }

    .progressbar1 #claimpassed:before {
        font-family: 'Fontawesomenew';
        content: "\f018";
    }

    .progressbar1 #irpending:before {
        font-family: 'Fontawesomenew';
        content: "\f110";
    }

    .progressbar1 #claimset:before {
        font-family: 'Fontawesomenew';
        content: "\f0ae";
    }

    .progressbar1 #claimreje:before {
        font-family: 'Fontawesomenew';
       
    }

    .progressbar1 li#claimreje.active::before {
        background: #ff3232;
        border: 2px solid #ff3232;
        content: "\f00d" !important;
    }

    .progressbar1 #claimreje.active {
        color: #ff0000;
    }


.policy_traking {
    width: 100%;
    float: left;
    position:relative;
}

    .policy_traking h4 {
        color: #fff;
        text-align: left;
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 4px;
    }


.tracking-pro {
    width: 100%;
    float: left;*/
    /* background: rgba(85, 102, 172, 0.6); */
    /* background: rgba(230,235,255,0.2); */
    /*background: rgba(27,138,171,0.4);
    padding: 8px;*/
    /* border-radius: 4px; */
    /* margin-top: 5px; */
    /*margin-bottom: 3px;
}

    .tracking-pro h6 {
        color: #fff;*/
        /* margin-top: -10px; */
        /*margin-bottom: 12px;
        text-align: center;
        position: relative;
        top: 5px;
        font-size: 13px;
    }
.nav-bttn {
    background: #3F51B5;
    color: #fff !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px 14px;
}
.nav-ddmenu ul li a{
    background-color:transparent;
    font-size:12px !important;
    padding-left:14px!important;
    text-decoration:none;
}
.nav-bttn > li {
    margin: 0 14px;
}
.f-black{
    color:#000;
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.nav-bt{
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    padding: 5px 8px !important;
}
nav-bt ul li.active > a, a[aria-expanded="true"] {
    background: none !important;
}
.nav-bt ul li a:hover {
    background: none !important;
}
.form-control {
    /*padding: 7px !important;
    font-size: 14px !important;*/
}
.brw-center {
    display: flex;
    justify-content: center;
}
.tablecolor {
    background-color: #3cb878
}




@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}


@media screen and (min-width: 768px) {
    .policy_traking {
        width: 65%;
        float: left;
        position: relative;
        bottom: 120px;
        overflow: auto;
        height: 350px;
    }
}

.policy_traking::-webkit-scrollbar {
    width: 2px;
}



.policy_traking::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.table_data1 {
    margin-top: 20px;
    margin-bottom: 60px;
}
.glyphicon-calendar {
padding:10px;
}

@media (min-width:991px) {

    .right_menu {
        float: right;
        padding: 0;
        position: absolute;
        right: 0;
    }
}
@media (max-width:767px) {
    #baneer {
        position: relative;
        top: 1725px;
        z-index: 9999999;
    }
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap!important;
    align-items: stretch;
    width: 100%;
}
#tblOPDPolicydetails {
    margin-top: -25px;
}
.list3 {
    list-style-type: none;
}

.card.custom-card {
    border-radius: 0.4rem;
    border: 0px solid var(--default-border);
    background-color: var(--custom-white);
    color: var(--default-text-color);
    box-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.04);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    /* Start::Card Background Colors */
    /* End::Card Background Colors */
    /* Start:: Cards With Links */
    /* Start:: Cards With Links */
    /* End:: Cards With Links */
    /* Start:: Card With Collapse */
    /* End:: Card With Links */
    /* Start::Card With FullScreen */
    /* End::Card With FullScreen */
}

.custom-card .card-header {
    padding: 10px 16px;
    background-color: #ededed !important;
    border: 1px solid var(--default-border);
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

        .card.custom-card .card-header:first-child {
            border-radius: 6px;
        }

.card.custom-card .card-header .card-title {
    margin-block-end: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #782969;
}

            .card.custom-card .card-header .card-title .subtitle {
                margin-block-end: 0;
                text-transform: initial;
            }

    .card.custom-card .card-footer {
        background-color: transparent !important;
        border-block-start: 1px solid var(--default-border);
        padding: 1rem 1.25rem;
        font-size: 0.875rem;
    }

    .card.custom-card .card-body {
        padding: 1.25rem;
    }

    .card.custom-card .card-link {
        font-size: 0.75rem;
    }

    .card.custom-card .card-text {
        font-size: 0.813rem;
    }

    .card.custom-card .footer-card-icon {
        width: 60px;
        height: 60px;
    }

    .card.custom-card.overlay-card {
        position: relative;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.9);
    }

        .card.custom-card.overlay-card .card-header {
            border-block-end: 1px solid rgba(255, 255, 255, 0.1);
        }

        .card.custom-card.overlay-card .card-footer {
            border-block-start: 1px solid rgba(255, 255, 255, 0.1);
        }

        .card.custom-card.overlay-card .over-content-bottom {
            top: auto;
        }

        .card.custom-card.overlay-card:before {
            content: "";
            inset-inline-start: 0;
            inset-inline-end: 0;
            inset-block-start: 0;
            inset-block-end: 0;
            background-color: rgba(0, 0, 0, 0.2);
            position: absolute;
        }

    .card.custom-card.card-bg-primary {
        background-color: var(--primary-color);
        color: #fff;
    }

        .card.custom-card.card-bg-primary .card-header {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        }

            .card.custom-card.card-bg-primary .card-header:before {
                background-color: #fff;
            }

            .card.custom-card.card-bg-primary .card-header .card-title {
                color: #fff !important;
            }

        .card.custom-card.card-bg-primary .card-footer {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-start: 1px solid rgba(255, 255, 255, 0.2);
        }

    .card.custom-card.card-bg-secondary {
        background-color: rgb(var(--secondary-rgb));
        color: #fff;
    }

        .card.custom-card.card-bg-secondary .card-header {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        }

            .card.custom-card.card-bg-secondary .card-header:before {
                background-color: #fff;
            }

        .card.custom-card.card-bg-secondary .card-footer {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-start: 1px solid rgba(255, 255, 255, 0.2);
        }

    .card.custom-card.card-bg-warning {
        background-color: rgb(var(--warning-rgb));
        color: #fff;
    }

        .card.custom-card.card-bg-warning .card-header {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        }

            .card.custom-card.card-bg-warning .card-header:before {
                background-color: #fff;
            }

        .card.custom-card.card-bg-warning .card-footer {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-start: 1px solid rgba(255, 255, 255, 0.2);
        }

    .card.custom-card.card-bg-info {
        background-color: rgb(var(--info-rgb));
        color: #fff;
    }

        .card.custom-card.card-bg-info .card-header {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        }

            .card.custom-card.card-bg-info .card-header:before {
                background-color: #fff;
            }

        .card.custom-card.card-bg-info .card-footer {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-start: 1px solid rgba(255, 255, 255, 0.2);
        }

    .card.custom-card.card-bg-success {
        background-color: rgb(var(--success-rgb));
        color: #fff;
    }

        .card.custom-card.card-bg-success .card-header {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        }

            .card.custom-card.card-bg-success .card-header:before {
                background-color: #fff;
            }

        .card.custom-card.card-bg-success .card-footer {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-start: 1px solid rgba(255, 255, 255, 0.2);
        }

    .card.custom-card.card-bg-danger {
        background-color: rgb(var(--danger-rgb));
        color: #fff;
    }

        .card.custom-card.card-bg-danger .card-header {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        }

            .card.custom-card.card-bg-danger .card-header:before {
                background-color: #fff;
            }

        .card.custom-card.card-bg-danger .card-footer {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-start: 1px solid rgba(255, 255, 255, 0.2);
        }

    .card.custom-card.card-bg-light {
        background-color: rgb(var(--light-rgb));
        color: var(--default-text-color);
    }

        .card.custom-card.card-bg-light .card-header {
            background-color: rgba(0, 0, 0, 0.05) !important;
            color: var(--default-text-color);
            border-block-end: var(--default-border);
        }

        .card.custom-card.card-bg-light .card-footer {
            background-color: rgba(0, 0, 0, 0.05) !important;
            color: var(--default-text-color);
            border-block-start: var(--default-border);
        }

    .card.custom-card.card-bg-dark {
        background-color: rgb(var(--dark-rgb));
        color: var(--custom-white);
    }

        .card.custom-card.card-bg-dark .card-header {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        }

            .card.custom-card.card-bg-dark .card-header:before {
                background-color: #fff;
            }

        .card.custom-card.card-bg-dark .card-footer {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: #fff;
            border-block-start: 1px solid rgba(255, 255, 255, 0.2);
        }

    .card.custom-card .card-anchor {
        position: absolute;
        top: 0;
        inset-inline-end: 0;
        bottom: 0;
        inset-inline-start: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
    }

    .card.custom-card .collapse-close {
        display: none;
    }

    .card.custom-card.card .collapsed .collapse-close {
        display: block;
    }

    .card.custom-card.card .collapsed .collapse-open {
        display: none;
    }

    .card.custom-card.card-fullscreen {
        position: fixed;
        top: 0;
        inset-inline-start: 0;
        inset-inline-start: 0;
        bottom: 0;
        z-index: 9999;
        margin: 0;
        border-radius: 0;
    }
.custom-card {
    background-color: #f4f5f4 !important;
}

@media screen and (max-width: 400px) {
    .card.custom-card .card-img-overlay .card-text {
        font-size: 0.65rem;
    }
}

.card.custom-card.overlay-card .card-header .card-title, .card.custom-card.overlay-card .card-footer {
    color: #fff !important;
}

[data-theme-mode=dark] .bg-dark.card.custom-card.overlay-card .card-footer {
    color: #fff !important;
}
a[aria-expanded="true"]::before {
    top: 17px;
}
a[aria-expanded="false"]::before {
    top: 17px;
}
    /* Start:: Breadcrumb Styles */
    .page-header-breadcrumb {
    flex-wrap: wrap;
    position: relative;
    min-height: 200px;
    border: 1px solid transparent;
    border-radius: 0px;
    background: var(--header-bg);
    margin: 0px 0px -24px 0px;
    padding-block-start: 0.2rem;
    padding-inline-end: 1.45rem;
    padding-block-end: 3rem;
    padding-inline-start: 16.4rem;
    background-position: center;
    background-size: cover;
    color: #fff;
    top: 2.2rem;
}

    .page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: var(--bs-breadcrumb-divider, "\ea61");
        font-family: "tabler-icons" !important;
        color: rgb(255, 255, 255);
    }

    .page-header-breadcrumb .breadcrumb {
        margin-block-end: 0px;
    }

        .page-header-breadcrumb .breadcrumb .breadcrumb-item a {
            color: #fff;
        }

        .page-header-breadcrumb .breadcrumb .breadcrumb-item.active {
            color: #fff;
            font-weight: 600;
        }

.breadcrumb .breadcrumb-item a {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item.active {
    color: #dce1ee !important;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
    opacity: 0.5;
}

.breadcrumb-example1 .breadcrumb-item + .breadcrumb-item::before {
    color: #a7b2c3;
    content: var(--bs-breadcrumb-divider, "\ea65");
    font-family: "tabler-icons" !important;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
    transform: rotate(180deg);
    padding-right: 0.5rem !important;
    padding-left: inherit !important;
}

.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
    content: var(--bs-breadcrumb-divider, "\ea1c");
    font-family: "tabler-icons" !important;
}

.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
    content: var(--bs-breadcrumb-divider, "\ea61");
    font-family: "tabler-icons" !important;
}

.embedded-breadcrumb:before {
    opacity: 0.7;
}

[data-theme-mode=dark] .embedded-breadcrumb:before {
    filter: invert(1);
}

@media (max-width: 991px) {
    .page-header-breadcrumb {
        padding-block-start: 1.5rem !important;
        padding-inline-end: 1.3rem !important;
        padding-block-end: 4rem !important;
        padding-inline-start: 1.4rem !important;
    }
}
/* End:: Breadcrumb Styles */
.custom-card .collapse .card-body.row {
    border-bottom: 1px solid #ededed;
}
.del-ic {
    font-size: 12px;
    color: red;
    margin-left: 5px;
}
/* Start:: Tab-style-2 */
.tab-style-2 {
    border-block-end: 0;
}

    .tab-style-2 .nav-item {
        margin-inline-end: 0.5rem;
    }

        .tab-style-2 .nav-item:last-child {
            margin-inline-end: 0;
        }

        .tab-style-2 .nav-item .nav-link {
            border: 0;
        }

            .tab-style-2 .nav-item .nav-link i {
                width: 1.875rem;
                height: 1.875rem;
                padding: 0.4rem;
                border-radius: 50px;
                background-color: rgb(62 100 94);
                color: #ffffff;
                display: inline-block;
            }

            .tab-style-2 .nav-item .nav-link:hover {
                border: 0;
            }

            .tab-style-2 .nav-item .nav-link.active {
                background-color: transparent !important;
                position: relative;
                border: 0;
                color: rgb(121 41 106) !important;
                font-weight: 600;
            }

                .tab-style-2 .nav-item .nav-link.active i {
                    background-color: rgb(121 41 106);
                    color: #ffffff;
                }

                .tab-style-2 .nav-item .nav-link.active:before {
                    content: "";
                    position: absolute;
                    inset-inline-start: 45%;
                    inset-inline-end: 0;
                    inset-block-end: 0;
                    width: 30%;
                    height: 2px;
                    background-color: rgb(120 42 105);
                    border-radius: 50px;
                }

/* End:: Tab-style-2 */

.tab-style-2 .nav-link{
    background:0;
}
.tab-style-2 .nav-link:hover{
    background:0;
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
    color: #333;
    font-size: 13px;
    display: block !important
}

.intimation .modal-dialog {
    width: 480px;
    margin: 30px auto;
}


.close_btn {
    border: none;
    padding: 8px 15px;
    background: #f3214e;
    color: #fff;
}

.intimation .modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    background: #2694ce;
}

    .intimation .modal-header span {
        color: #fff;
        top: 14px;
        position: relative;
        right: 10px;
    }

.intimation .modal-title {
    margin: 0;
    line-height: 1.42857143;
    float: left;
    width: 95%;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    color: #fff;
}

.close {
    opacity: 1;
}


.offers #demos .owl-carousel .item {
    height: 140px;
    background: #ec1e6a;
    padding: 0;
}

.provider {
    float: left;
    width: 140px;
    background: #5abfd8;
    height: 10em;
    text-align: center;
}

    .provider span {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #fff;
        margin-top: 55px;
    }

    .provider h1 {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: #fff;
    }

.offers .owl-theme .owl-nav [class*=owl-] {
    text-transform: capitalize;
}

.offers_section {
    float: left;
    width: 100%;
}

.discounts {
    float: left;
    width: 70%;
    height: 10em;
    font-weight: 600;
    padding-top: 20px;
}

    .discounts p {
        color: #fff;
        text-align: center;
        float: left;
        width: 100%;
        margin: 8px 0 0 0;
        padding: 0;
        line-height: 22px;
        white-space: normal;
        font-size: 14px;
    }


.offers .owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
    padding: 5px 16px;
    background: #3bb878;
}

.home_header .row {
    max-width: 100%;
}

@@media(max-width:767px) {

    .provider {
        float: left;
        width: 100%;
        background: #5abfd8;
        height: auto;
        text-align: center;
    }

        .provider span {
            margin-top: 12px;
        }

    .offers #demos .owl-carousel .item {
        height: auto;
        background: #ec1e6a;
        padding: 0;
        height: auto;
    }

    .discounts {
        width: 98%;
        height: auto;
    }

    .discounts {
        width: 100%;
        background: #ec1e6a;
        padding: 2px;
    }

    .provider h1 {
        padding: 0 0 10px 0;
    }

}
.prv-box {
    margin: auto;
    width: 100%;
    background-color: #00a1a1;
    height: 150px;
    color: #fff;
    padding: 20px;
}
.prv-box span{
    line-height:normal
}
.prv-box h1{
    line-height:normal
}
.off-box {
    margin: auto;
    width: 100%;
    background-color: rgba(2,37,60,0.8);
    height: 150px;
    color:#fff;
    padding:20px;
}
.off-box p {
    margin:auto;
}
.fancybox {
    background: transparent;
    background-color: #ccc;
    padding: 20px;
}
.fancybox img{
    width: 150px;
    height: 200px;
    margin-top: 20px;
    background-color: #ebebeb;
    padding: 10px;
}
.tab-cust-style-2 .nav-item .nav-link.active:before {
    inset-inline-start: 41% !important;
}
.tab-cust-style-2{
    width:50%;
}
.tab-cust-style-2 .nav-item .nav-link {
    width: auto;
}
.hr-line {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: -17px;
}
.fa-red{
    color:#ff3232;
}
.brd-right{
    border-right:1px solid #ccc;
}