@-webkit-keyframes menudown {
  to {
    top: 62px;
  }
}

@keyframes menudown {
  to {
    top: 62px;
  }
}

.cstmbtn {
  min-width: 120px;
  padding: 10px 25px;
  margin: 0 2px;
  border: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-image: linear-gradient(280deg, #ac3030, #881717);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font: bold 13px "Roboto", sans-serif;
  letter-spacing: 1px;
  outline: 0 !important;
  text-decoration: none;
}

.cstmbtn:hover {
  background-image: linear-gradient(280deg, #881717, #ac3030);
}

.backbtn {
  min-width: 120px;
  padding: 10px 25px;
  margin: 0 2px;
  border: 1px solid #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: transparent;
  color: #fff;
  font: bold 13px "Roboto", sans-serif;
  letter-spacing: 1px;
  outline: 0 !important;
  text-decoration: none;
}

.blue_color {
  color: #043b6d !important;
}

/*Header Starts*/
header {
  background: #e77717;
  background: -webkit-gradient(linear, left top, left bottom, from(#e77717), to(#97281e));
  background: linear-gradient(to bottom, #e77717 0%, #97281e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77717', endColorstr='#97281e',GradientType=0 );
}

header h1 {
  margin: 0 0 0 25px;
  display: inline-block;
}

header h1 a {
  width: 200px;
  height: auto;
  padding: 10px 0;
  display: inline-block;
  background: url(../images/logo.png) no-repeat center center/contain;
  outline: 0 !important;
  text-indent: -9999px;
}

/*Header Ends*/
.maindiv {
  padding-top: 88px;
  padding-bottom: 100px;
}

.maindiv .maintabs li.nav-item .nav-link {
  height: 72px;
  padding: 15px 5px;
  border: 1px solid #eaeaea;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.48);
  color: #04447e;
  font: 500 20px "Roboto", sans-serif;
  overflow-y: hidden;
}

.maindiv .maintabs li.nav-item .nav-link span {
  margin-top: 3px;
  display: block;
  color: #6f6f6f;
  font: 400 14px "Roboto", sans-serif;
}

.maindiv .maintabs li.nav-item .nav-link .imgdiv {
  height: 72px;
  padding: 20px 10px;
  position: absolute;
  top: 5px;
  right: 10%;
  left: 10%;
  z-index: -1;
  background-image: linear-gradient(119deg, #e57517, #ac3030);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.91);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.91);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.91);
}

.maindiv .maintabs li.nav-item .nav-link.active {
  overflow-y: initial;
}

.maindiv .maintabs li.nav-item .nav-link.active .imgdiv {
  -webkit-animation: menudown 0.3s linear forwards;
          animation: menudown 0.3s linear forwards;
}

.maindiv .maintabs li.nav-item:nth-child(3) {
  margin: 0 20px;
}

.maindiv .maintabs li.nav-item .dropdown-menu {
  padding-bottom: 0;
  border: 0;
  margin: 0;
  display: none;
  background: transparent;
  overflow: hidden;
  text-align: center;
}

.maindiv .maintabs li.nav-item .dropdown-menu .nav-link {
  margin-bottom: 5px;
  cursor: pointer;
}

.maindiv .maintabs li.nav-item .dropdown-menu.dropdown-menu.show {
  width: 100%;
  display: block;
}

.maindiv .maintabs li.nav-item .dropdown-menu.dropdown-menu.show .imgdiv {
  display: none;
}

.maindiv .maintabs li.nav-item span#dropdown_title {
  padding: 15px 20px;
  background: #fff url(../images/down-arrow-red.png) no-repeat 95% center;
  cursor: pointer;
  overflow-y: initial;
  text-align: left;
}

.maindiv .maintabs li.nav-item span#dropdown_title .imgdiv {
  -webkit-animation: menudown 0.3s linear forwards;
          animation: menudown 0.3s linear forwards;
  text-align: center;
}

.maindiv .maintabCont {
  padding: 15px;
  border: 1px solid #eaeaea;
  margin-top: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.48);
}

.maindiv .maintabCont .cmnAccordion .card {
  border: 0;
  margin-bottom: 10px;
}

.maindiv .maintabCont .cmnAccordion .card .card-header {
  padding: 0;
  border: 0;
}

.maindiv .maintabCont .cmnAccordion .card .card-header a {
  padding: 10px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  background-color: #db6d18;
  color: #fff;
  font: 500 16px "Roboto", sans-serif;
}

.maindiv .maintabCont .cmnAccordion .card .card-header a.card-link {
  background: #db6d18 url(../images/down-arrow.png) no-repeat 98% center/15px;
}

.maindiv .maintabCont .cmnAccordion .card .card-header a.card-link.collapsed {
  background: #db6d18 url(../images/right-arrow.png) no-repeat 98% center/15px;
}

.maindiv .maintabCont .cmnAccordion .card .card-body {
  padding: 10px 20px;
}

.maindiv .maintabCont label {
  margin: 0;
  color: #ad2121;
  font: 500 12px "Roboto", sans-serif;
}

.maindiv .maintabCont .form-control {
  height: 35px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  font: 400 18px/18px "Roboto", sans-serif;
}

.maindiv .maintabCont .form-control:focus {
  border-color: #db6d18;
}

.maindiv .maintabCont .form-control.custom-select {
  background: url(../images/down-arrow-red.png) no-repeat 98% center/14px;
}

.maindiv .maintabCont .form-control.dob {
  background: url(../images/calendar.png) no-repeat 96% center;
}

.maindiv .radiodiv1 input {
  display: none;
}

.maindiv .radiodiv1 input:checked + label::before {
  background: #fff url(../images/tick.png) no-repeat center center/11px;
}

.maindiv .radiodiv1 label::before {
  content: '';
  width: 25px;
  height: 25px;
  border: solid 1px #c6c6c6;
  margin-right: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: inline-block;
  background-color: #ffffff;
}

.maindiv .radiodiv1.bigradio input:checked + label::before {
  background: #fff url(../images/tick.png) no-repeat center center/14px;
}

.maindiv .radiodiv1.bigradio label {
  color: #383838;
  font-size: 13px;
}

.maindiv .radiodiv1.bigradio label::before {
  content: '';
  width: 35px;
  height: 35px;
}

.maindiv .radiotab {
  width: 100%;
  margin-top: 5px;
}

.maindiv .radioboxdiv2 input {
  display: none;
}

.maindiv .radioboxdiv2 input:checked + label:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #ad2121;
}

.maindiv .radioboxdiv2 label {
  position: relative;
  color: #4b4b4b;
  cursor: pointer;
  font: 500 15px "Roboto", sans-serif;
}

.maindiv .radioboxdiv2 label:before {
  content: '';
  width: 27px;
  height: 27px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #9A9896;
  background-color: #fff;
  vertical-align: -8px;
}

.maindiv .cstmtable tr td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #383838 !important;
  cursor: pointer;
  font: 500 12px "Roboto", sans-serif !important;
  text-align: left;
}

.maindiv .submitdiv {
  padding: 18px;
  background-color: #db6d18;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.69);
}

.maindiv.gradbg {
  min-height: 100vh;
  background: url(../images/grad_bgimage.jpg) no-repeat center top/cover fixed;
}

.list-inline {
  text-align: center;
}

.list-inline li {
  margin: 7px 15px;
  display: inline-block;
}

.list-inline li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #747474 !important;
  cursor: pointer;
  font: 500 12px "Roboto", sans-serif !important;
  text-align: left;
}

.onoffswitch {
  width: 65px;
  margin-top: 5px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch .onoffswitch-checkbox {
  display: none;
}

.onoffswitch .onoffswitch-label {
  border: 2px solid #931E1E;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  display: block;
  transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner::before, .onoffswitch .onoffswitch-label .onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 26px;
  padding: 0;
  line-height: 26px;
  font-size: 10px;
  color: white;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner::before {
  content: "YES";
  padding-left: 10px;
  background-color: #FFFFFF;
  color: #931E1E;
}

.onoffswitch .onoffswitch-label .onoffswitch-inner::after {
  content: "NO";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #931E1E;
  text-align: right;
}

.onoffswitch .onoffswitch-label .onoffswitch-switch {
  display: block;
  width: 22px;
  margin: 4px;
  background: #931E1E;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  border: 2px solid #931E1E;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #931E1E;
}

.msgtext {
  margin-bottom: 25px;
  color: #747474;
  font: 400 12px "Roboto", sans-serif;
}

.msgtext:hover {
  color: #747474;
}

.gotolinks {
  padding: 0;
  margin: 5px 0;
  text-align: center;
}

.gotolinks li {
  margin-right: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gotolinks li a {
  width: 178px;
  height: 70px;
  padding: 0 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  background-color: #efefef;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.gotolinks li a table {
  width: 100%;
  height: 100%;
}

.gotolinks li a table tr td {
  padding: 0 5px;
  vertical-align: middle;
}

.gotolinks li a table tr td svg {
  fill: #707070;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.gotolinks li a table tr td span {
  color: #04447e;
  font: 500 16px "Roboto", sans-serif;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.gotolinks li a table tr td:first-child {
  width: 45px;
}

.gotolinks li a:hover {
  background-color: #9d2e1d;
}

.gotolinks li a:hover svg {
  fill: #fff;
}

.gotolinks li a:hover span {
  color: #fff;
}

.gotolinks li:last-child {
  margin-right: 0;
}

.planSec {
  padding: 0;
  margin: 5px 0 10px;
  text-align: center;
}

.planSec li {
  margin: 3px;
  display: inline-block;
}

.planSec li .innerdiv {
  width: 285px;
  height: 172px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
}

.planSec li .innerdiv h5 {
  padding: 8px 7px 8px 14px;
  margin: 0;
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  background-color: #707070;
  color: #fff;
  font: 500 17px "Roboto", sans-serif;
  text-align: left;
}

.planSec li .innerdiv h5 span {
  padding: 5px 7px;
  margin-top: -4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  color: #707070;
  font: bold 14px "Roboto", sans-serif;
}

.planSec li .innerdiv .maincont {
  padding: 8px 25px 12px;
}

.planSec li .innerdiv .maincont span {
  display: block;
  color: #6f6f6f;
  font: 500 11px "Roboto", sans-serif;
}

.planSec li .innerdiv .maincont h6 {
  padding-left: 30px;
  margin: 6px 0;
  display: inline-block;
  background: url(../images/rupee.png) no-repeat left center;
  color: #383838;
  font: bold 39px "Roboto", sans-serif;
}

.planSec li .innerdiv .maincont small {
  padding: 5px;
  margin-bottom: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  background-color: #efefef;
  color: #707070;
  font: 400 11px "Roboto", sans-serif;
}

.planSec li .innerdiv .maincont small a svg {
  fill: #7B7B7B;
}

.planSec li.active .innerdiv {
  border: 1px solid #db6d18;
}

.planSec li.active .innerdiv h5 {
  background-color: #9d2e1d;
}

.planSec li.active .innerdiv h5 span {
  color: #9e2626;
}

.planSec li.active .innerdiv small {
  background-color: #f58220;
  color: #fff;
}

.planSec li.active .innerdiv small a svg {
  fill: #fff;
}

.totlPrem {
  padding: 15px 25px;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.totlPrem strong {
  margin: 0;
  color: #383838;
  font: 500 13px "Roboto", sans-serif;
}

.totlPrem strong small {
  color: #767676;
  font: 400 13px "Roboto", sans-serif;
}

.totlPrem label.cstmlbl {
  margin: 0 35px 0 0;
  color: #383838;
  font: 400 11px "Roboto", sans-serif;
}

.totlPrem span {
  padding-left: 18px;
  background: url(../images/rupee.png) no-repeat left center/14px;
  color: #383838;
  font: bold 23px "Roboto", sans-serif;
  vertical-align: middle;
}

.persnAccCare {
  padding: 15px 15px 10px 25px;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.persnAccCare table.sumInsPremtbl {
  margin: 0;
  display: inline-block;
}

.persnAccCare table.sumInsPremtbl tr td {
  padding: 0 3px;
}

.persnAccCare table.sumInsPremtbl tr td .innerdiv {
  width: 142px;
  height: 58px;
  padding-top: 7px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #efefef;
}

.persnAccCare table.sumInsPremtbl tr td .innerdiv span {
  margin-bottom: 3px;
  display: block;
  color: #383838;
  font: 400 11px "Roboto", sans-serif;
}

.persnAccCare table.sumInsPremtbl tr td .innerdiv h5 {
  padding-left: 14px;
  margin: 0;
  display: inline-block;
  background: url(../images/rupee.png) no-repeat left center/11px;
  color: #383838;
  font: bold 22px "Roboto", sans-serif;
}

.persnAccCare .cstmtable {
  margin-top: 8px;
}

.subhead {
  padding: 10px 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #efefef;
  color: #383838;
  font: 500 16px "Roboto", sans-serif;
}

.allbenfts {
  padding: 0;
  margin: 5px 0 10px;
  display: table;
}

.allbenfts li {
  width: 50%;
  padding: 5px;
  display: inline-table;
  vertical-align: top;
}

.allbenfts li .innerdiv {
  padding: 15px 40px 20px 10px;
  border: solid 1px rgba(149, 32, 32, 0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ffffff;
}

.allbenfts li .innerdiv table {
  width: 100%;
}

.allbenfts li .innerdiv table tr td {
  padding: 0 10px;
  vertical-align: top;
}

.allbenfts li .innerdiv table tr td h6 {
  margin: 0 0 3px;
  color: #383838;
  font: 600 14px "Roboto", sans-serif;
}

.allbenfts li .innerdiv table tr td img {
  width: 50px;
}

.allbenfts li .innerdiv table tr td p {
  width: 100%;
  min-height: 50px;
  margin: 0;
  color: #383838;
  font: 400 14px "Roboto", sans-serif;
}

.allbenfts li .innerdiv table tr td p a {
  margin-top: 7px;
  display: block;
  color: #9e2626;
  font: 500 12px "Roboto", sans-serif;
  text-align: right;
  text-decoration: none;
}

.allbenfts li .innerdiv table tr td:first-child {
  vertical-align: middle;
}

.callimmediately {
  padding: 18px 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #efefef;
}

.callimmediately h5 {
  margin: 0 0 15px;
  color: #383838;
  font: 500 17px "Roboto", sans-serif;
}

.callimmediately .toplnks {
  padding: 0;
  margin: 0;
}

.callimmediately .toplnks li {
  margin: 4px;
  display: inline-block;
}

.callimmediately .toplnks li .innerdiv {
  width: 275px;
  height: 70px;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ffffff;
}

.callimmediately .toplnks li .innerdiv table {
  width: 100%;
  height: 100%;
}

.callimmediately .toplnks li .innerdiv table tr td {
  padding: 7px;
  vertical-align: middle;
}

.callimmediately .toplnks li .innerdiv table tr td img {
  width: 40px;
}

.callimmediately .toplnks li .innerdiv table tr td p {
  padding-right: 30px;
  margin: 0;
  color: #383838;
  font: 400 13px "Roboto", sans-serif;
}

.callimmediately .toplnks li .innerdiv table tr td:first-child {
  width: 50px;
}

.callimmediately .findNetwrk {
  margin: 7px 5px 20px;
}

.callimmediately .findNetwrk strong {
  margin-right: 30px;
  color: #383838;
  font: 500 13px "Roboto", sans-serif;
}

.callimmediately .srchDiv .form-control {
  background-color: transparent;
}

.callimmediately .srchreslts {
  padding: 0;
  margin: 0;
}

.callimmediately .srchreslts li {
  margin: 3px;
  display: inline-block;
}

.callimmediately .srchreslts li a {
  width: 114px;
  height: 35px;
  padding: 8px 0;
  border: solid 1px #931e1e;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: block;
  color: #931e1e;
  font: 500 14px "Roboto", sans-serif;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
}

.callimmediately .advntDiv {
  text-align: right;
}

.callimmediately .advntDiv .innerdiv {
  width: 210px;
  height: 98px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
  text-align: initial;
}

.callimmediately .advntDiv .innerdiv table {
  width: 100%;
}

.callimmediately .advntDiv .innerdiv table tr td {
  padding: 2px;
}

.callimmediately .advntDiv .innerdiv table tr td strong {
  display: block;
  color: #f58220;
  font: bold 32px/32px "Roboto", sans-serif;
}

.callimmediately .advntDiv .innerdiv table tr td small {
  color: #f58220;
  font: bold 10px "Roboto", sans-serif;
}

.callimmediately .advntDiv .innerdiv table tr:first-child td {
  color: #053c6c;
  font: bold 10px "Roboto", sans-serif;
}

.polDocsdiv {
  margin: 15px 0 25px;
}

.polDocsdiv h5 {
  margin: 0 25px 10px;
  color: #383838;
  font: 500 16px "Roboto", sans-serif;
}

.polDocsdiv ul {
  padding: 0;
  margin: 0;
}

.polDocsdiv ul li {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

.polDocsdiv ul li a {
  width: 262px;
  height: 45px;
  padding: 12px 0;
  border: solid 1px #d6d6d6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #9d2626;
  font: 500 16px "Roboto", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}

.cmnQueriesdiv .nav-tabs .nav-item {
  position: relative;
}

.cmnQueriesdiv .nav-tabs .nav-item .nav-link {
  color: #383838;
  font: 500 15px "Roboto", sans-serif;
}

.cmnQueriesdiv .nav-tabs .nav-item .nav-link.active, .cmnQueriesdiv .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid transparent;
}

.cmnQueriesdiv .nav-tabs .nav-item .nav-link.active::after, .cmnQueriesdiv .nav-tabs .nav-item .nav-link:hover::after {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e0e0e0;
}

.cmnQueriesdiv .tab-content table {
  width: 100%;
  margin: 15px 0;
}

.cmnQueriesdiv .tab-content table tr td {
  padding: 0 5px;
  color: #383838;
  font: 500 16px "Roboto", sans-serif;
  vertical-align: top;
}

.cmnQueriesdiv .tab-content table tr td ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cmnQueriesdiv .tab-content table tr td ul li {
  color: #747474;
  font: 500 14px/20px "Roboto", sans-serif;
}

.cmnQueriesdiv .tab-content table tr td:first-child {
  width: 16px;
}

.buyInsPlandiv {
  padding: 15px 15px 0;
}

.buyInsPlandiv .cstmPlan {
  padding: 15px;
  border: solid 1px #eaeaea;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #efefef;
  box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.48);
}

.buyInsPlandiv .cstmPlan h6 {
  margin: 0 0 5px;
  color: #901c1c;
  font: 500 16px "Roboto", sans-serif;
}

.buyInsPlandiv .cstmPlan p {
  margin: 0;
  color: #707070;
  font: 500 14px "Roboto", sans-serif;
}

.buyInsPlandiv .cstmPlan p div {
  display: inline;
}

.buyInsPlandiv .cstmPlan p .rupspan {
  padding-left: 10px;
  background: url(../images/rupee-grey.png) no-repeat left center;
}

.buyInsPlandiv .cstmPlan p input {
  width: 100px;
  border: 0;
  padding-left: 15px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 10px;
  margin-left: 5px;
  background: transparent url(../images/rupee.png) no-repeat left center/9px;
  color: #393939;
  font: 500 18px "Roboto", sans-serif;
  outline: 0;
}

.buyInsPlandiv .cstmPlan p button {
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
}

.buyInsPlandiv .addmorecvrsdiv {
  border: solid 1px #eaeaea;
  margin: 12px 0 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 6px 0 8px 0 rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.buyInsPlandiv .addmorecvrsdiv h6 {
  margin: 15px 5px 20px;
  color: #901c1c;
  font: 500 14px "Roboto", sans-serif;
  text-align: center;
}

.buyInsPlandiv .addmorecvrsdiv .mainul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
}

.buyInsPlandiv .addmorecvrsdiv .mainul li {
  width: 33.3333%;
  padding: 10px 15px;
  display: inline-table;
}

.buyInsPlandiv .addmorecvrsdiv .mainul li .addmorcvtable {
  width: 100%;
}

.buyInsPlandiv .addmorecvrsdiv .mainul li .addmorcvtable tr td {
  padding: 5px 5px 15px;
  color: #393939;
  font: 500 12px/18px "Roboto", sans-serif;
  vertical-align: middle;
}

.buyInsPlandiv .addmorecvrsdiv .mainul li .addmorcvtable tr td a {
  margin-left: 3px;
}

.buyInsPlandiv .addmorecvrsdiv .mainul li:first-child {
  background-color: rgba(239, 239, 239, 0.55);
}

.buyInsPlandiv .addmorecvrsdiv .mainul li:nth-child(2) {
  border-right: 1px solid #EAEAEA;
}

.buyInsPlandiv .addmorecvrsdiv .mainul li .viewbrkup {
  margin: 35px 0;
  display: inline-block;
  color: #a42a2a;
  font: bold 13px "Roboto", sans-serif;
  text-decoration: underline;
}

.buyInsPlandiv .cstmAddCheck {
  text-align: center;
}

.buyInsPlandiv .cstmAddCheck input {
  display: none;
}

.buyInsPlandiv .cstmAddCheck input:checked + label {
  background: #931e1e;
}

.buyInsPlandiv .cstmAddCheck input:checked + label::before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/tick-white.png) no-repeat center center/10px;
}

.buyInsPlandiv .cstmAddCheck label {
  width: 60px;
  height: 24px;
  padding: 4px 0;
  border: solid 1px #931e1e;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  cursor: pointer;
  text-align: center;
}

.buyInsPlandiv .cstmAddCheck label::before {
  content: 'ADD';
  display: inline-block;
  color: #931e1e;
  font: 500 11px "Roboto", sans-serif;
}

.buyInsPlandiv .cstmAddCheck2 {
  text-align: center;
}

.buyInsPlandiv .cstmAddCheck2 input {
  display: none;
}

.buyInsPlandiv .cstmAddCheck2 input:checked + label {
  background-color: #931e1e;
}

.buyInsPlandiv .cstmAddCheck2 input:checked + label::before {
  content: 'YES';
  color: #fff;
}

.buyInsPlandiv .cstmAddCheck2 label {
  width: 60px;
  height: 24px;
  padding: 4px 0;
  border: solid 1px #931e1e;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  cursor: pointer;
  text-align: center;
}

.buyInsPlandiv .cstmAddCheck2 label::before {
  content: 'NO';
  display: inline-block;
  color: #931e1e;
  font: 500 11px "Roboto", sans-serif;
}

.buyInsPlandiv select.custom-select.form-control {
  height: 32px;
  padding: 0 15px;
  border: solid 1px rgba(112, 112, 112, 0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-position: 95% center !important;
  background-size: 10px !important;
  font: 400 10px "Roboto", sans-serif;
  color: #575757;
}

.buyInsPlandiv .termsdiv {
  padding: 15px;
  border: solid 1px rgba(112, 112, 112, 0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.buyInsPlandiv .termsdiv table tr td {
  vertical-align: middle;
}

.buyInsPlandiv .termsdiv table tr td label {
  cursor: pointer;
  color: #575757;
  font: 400 9px "Roboto", sans-serif;
}

.buyInsPlandiv .termsdiv .radioboxdiv2 label:before {
  width: 20px;
  height: 20px;
}

.buyInsPlandiv .termsdiv .radioboxdiv2 input:checked + label:after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
}

.buyInsPlandiv h5 {
  padding-left: 22px;
  margin: 6px 0;
  display: inline-block;
  background: url(../images/rupee.png) no-repeat left center/19px;
  color: #383838;
  font: bold 35px "Roboto", sans-serif;
}

.buyInsPlandiv .ttlpremtable {
  padding: 5px;
  border: solid 1px rgba(112, 112, 112, 0.4);
  margin: 15px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.buyInsPlandiv .ttlpremtable table {
  width: 100%;
}

.buyInsPlandiv .ttlpremtable table tr td {
  padding: 7px;
  color: #393939;
  font: 500 12px "Roboto", sans-serif;
  vertical-align: middle;
}

.buyInsPlandiv .ttlpremtable table tr td span {
  padding-left: 15px;
  background: url(../images/rupee.png) no-repeat left center/9px;
  color: #343434;
  font: 500 16px "Roboto", sans-serif;
}

.buyInsPlandiv .ttlpremtable table tr td:last-child {
  width: 90px;
}

.popforms .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.popforms .modal-content .modal-body {
  padding: 0;
}

.popforms .modal-content .modal-body .card {
  border: 0;
}

.popforms .modal-content .modal-body .card .card-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: none;
}

.popforms .modal-content .modal-body .card .card-header .card-link {
  padding: 12px 20px;
  display: block;
  background: #eeeeee url(../images/up-arrow-blue.png) no-repeat 97% center/19px;
  color: #043b6d;
  font: 500 16px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .card .card-header .card-link span {
  color: #464646;
}

.popforms .modal-content .modal-body .card .card-header .card-link.collapsed {
  background: #eeeeee url(../images/down-arrow-blue.png) no-repeat 97% center/19px;
}

.popforms .modal-content .modal-body .card .card-body h5 {
  margin: 15px 0 10px;
  color: #043b6d;
  font: 500 18px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .radiotab {
  margin-top: 4px;
}

.popforms .modal-content .modal-body .radiotab .radioboxdiv2 input {
  display: none;
}

.popforms .modal-content .modal-body .radiotab .radioboxdiv2 input:checked + label:after {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #043b6d;
}

.popforms .modal-content .modal-body .radiotab .radioboxdiv2 label {
  margin: 0;
  position: relative;
  color: #101010;
  cursor: pointer;
  font: normal 14px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .radiotab .radioboxdiv2 label:before {
  content: '';
  width: 21px;
  height: 21px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #9A9896;
  background-color: #fff;
  vertical-align: -6px;
}

.popforms .modal-content .modal-body .form-group {
  margin-bottom: 7px;
}

.popforms .modal-content .modal-body .form-group label {
  color: #101010;
  font: bold 14px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .form-group label img {
  vertical-align: baseline;
}

.popforms .modal-content .modal-body .form-group .form-control {
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  color: #101010;
  font: 400 14px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .form-group .form-control.dob {
  background: #fff url(../images/calendar.png) no-repeat 95% center;
}

.popforms .modal-content .modal-body .form-group .form-control.custom-select {
  background: #fff url(../images/blue-caret.png) no-repeat 98% center/17px;
}

.popforms .modal-content .modal-body .form-group .form-control:focus {
  border-color: #043b6d;
}

.popforms .modal-content .modal-body .form-group h6 {
  margin: 0;
  color: #043b6d;
  font: 500 14px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .radiodiv1 input {
  display: none;
}

.popforms .modal-content .modal-body .radiodiv1 input:checked + label::before {
  background: #fff url(../images/tick-blue.png) no-repeat center center/11px;
}

.popforms .modal-content .modal-body .radiodiv1 label::before {
  content: '';
  width: 25px;
  height: 25px;
  border: solid 1px #c6c6c6;
  margin-right: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: inline-block;
  background-color: #ffffff;
  cursor: pointer;
  vertical-align: top;
}

.popforms .modal-content .modal-body ul {
  padding: 20px 30px;
  margin: 0;
  list-style-type: none;
}

.popforms .modal-content .modal-body ul li label {
  margin: 0;
  color: #292929;
  cursor: pointer;
  font: normal 14px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body h3 {
  margin: 0;
  padding: 15px;
  background-color: #eeeeee;
  color: #043b6d;
  font: 500 14px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body h2 {
  margin: 0 0 5px;
  padding: 18px 25px;
  background-color: #d4d4d4;
  color: #043b6d;
  font: 500 16px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body h2 a {
  border-bottom: 1px solid #043b6d;
  color: #043b6d;
  font: 500 16px "Roboto", sans-serif;
  text-decoration: none;
}

.popforms .modal-content .modal-body .ttlPremPay {
  padding: 20px 25px;
  background-color: #e7e7e0;
}

.popforms .modal-content .modal-body .ttlPremPay table {
  margin: 0;
  width: 100%;
}

.popforms .modal-content .modal-body .ttlPremPay table .radioboxdiv2 label {
  color: #043b6d;
  font: 500 16px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .addOpd {
  padding: 10px 25px;
}

.popforms .modal-content .modal-body .addOpd table tr label {
  margin: 0;
  color: #043b6d;
  cursor: pointer;
  font: 500 16px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .addOpd a {
  border-bottom: 1px solid #043b6d;
  margin-top: 5px;
  color: #043b6d;
  font: 500 16px "Roboto", sans-serif;
  text-decoration: none;
}

.popforms .modal-content .modal-body .fieldsdiv {
  padding: 15px 30px;
  background-color: #f3f3ef;
}

.popforms .modal-content .modal-body .addMembers {
  padding: 10px 45px 20px;
}

.popforms .modal-content .modal-body .addMembers label {
  color: #043b6d;
  font: 400 16px "Roboto", sans-serif;
}

.popforms .modal-content .modal-body .addMembers .chkboxdiv {
  width: 100%;
}

.popforms .modal-content .modal-body .addMembers .chkboxdiv tr td .innerChkbox input {
  display: none;
}

.popforms .modal-content .modal-body .addMembers .chkboxdiv tr td .innerChkbox input:checked + label {
  background-color: #043b6d;
  color: #fff;
}

.popforms .modal-content .modal-body .addMembers .chkboxdiv tr td .innerChkbox label {
  width: 32px;
  height: 32px;
  padding: 6px;
  border: solid 1px #d4d4d4;
  margin: 0;
  margin-right: 5px;
  background-color: #ffffff;
  color: #043b6d;
  cursor: pointer;
  font: 500 16px "Roboto", sans-serif;
  text-align: center;
}

.popforms .modal-content .modal-body .addMembers .radiodiv3 {
  width: 100%;
  display: table;
  border-spacing: 4px;
}

.popforms .modal-content .modal-body .addMembers .radiodiv3 input {
  display: none;
}

.popforms .modal-content .modal-body .addMembers .radiodiv3 input:checked + label {
  background-color: #043b6d;
  color: #fff;
}

.popforms .modal-content .modal-body .addMembers .radiodiv3 label {
  height: 32px;
  border: solid 1px #d4d4d4;
  display: table-cell;
  background-color: #ffffff;
  color: #707070;
  cursor: pointer;
  font: 500 16px "Roboto", sans-serif;
  text-align: center;
  vertical-align: middle;
}

.popforms .modal-content .modal-body .addMembers .radiodiv3 label.lbl1 {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
}

.popforms .modal-content .modal-body .addMembers .radiodiv3 label.lbl3 {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
}

.popforms .modal-content .modal-body .addMembers .col-lg-6:last-child {
  border-left: 2px solid #D4D4D4;
}

.popforms .modal-content .modal-body .addMembers .col-lg-6:last-child > label {
  margin-top: 16px;
}

.popforms .modal-content .modal-foot {
  padding: 15px;
  border-top: 1px solid #D3D3D3;
}

.popforms .modal-content .modal-foot .modalBackbtn {
  width: 105px;
  height: 41px;
  padding: 10px;
  border: solid 1px #d4d4d4;
  margin-right: 8px;
  background-color: #ffffff;
  color: #707070;
  font: 400 16px "Roboto", sans-serif;
  outline: 0;
  text-align: center;
}

.popforms .modal-content .modal-foot .modalBackbtn.proceed {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#043b6d), to(#001a4a));
  background-image: linear-gradient(to bottom, #043b6d, #001a4a);
  color: #fff;
}

.popforms .modal-content .modal-foot .talktoexpert {
  text-align: right;
}

.popforms .modal-content .modal-foot .talktoexpert a {
  margin: 10px 10px 0 0;
  display: inline-block;
  color: #043b6d;
  font: normal 14px "Roboto", sans-serif;
  text-decoration: none;
  vertical-align: top;
}

.popforms .modal-content.ghcdiv {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.91);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.57);
  overflow: hidden;
}

.popforms .modal-content.ghcdiv .modal-body h2 {
  margin: 0;
}

.popforms .modal-content.ghcdiv .modal-body .ttlPremPay {
  background-color: #e08553;
}

.popforms .modal-content.ghcdiv .modal-body .ttlPremPay table .radioboxdiv2 label {
  color: #fff;
}

.popforms .modal-content.ghcdiv .modal-body .radiotab .radioboxdiv2 input:checked + label:after,
.popforms .modal-content.ghcdiv .modal-body .addMembers .chkboxdiv tr td .innerChkbox input:checked + label,
.popforms .modal-content.ghcdiv .modal-body .addMembers .radiodiv3 input:checked + label {
  background-color: #e08553;
}

.popforms .modal-content.ghcdiv .modal-body .fieldsdiv {
  background-color: #f5f5f5;
}

.popforms .modal-content.ghcdiv .modal-foot {
  border: 0;
}

.popforms .modal-content.ghcdiv .card {
  background-color: transparent;
}

.sltCateg {
  padding: 13px;
  margin-top: -20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(37%, rgba(255, 255, 255, 0.49)), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.49) 37%, #ffffff);
  box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.33);
  -webkit-box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.33);
  -moz-box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.33);
}

.sltCateg ul {
  width: 446px;
  margin: 0 auto;
}

.sltCateg ul li {
  margin: 0 8px;
}

.sltCateg ul li a {
  width: 142px;
  height: 40px;
  border: solid 1px rgba(176, 42, 48, 0.47);
  border-radius: 11px !important;
  -webkit-border-radius: 11px !important;
  -moz-border-radius: 11px !important;
  background-color: #ffffff;
  color: #b40000;
  font: 500 16px/23px "Roboto", sans-serif;
}

.sltCateg ul li a.active {
  border: solid 1px #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc4500), to(#bc1d00));
  background-image: linear-gradient(to bottom, #cc4500, #bc1d00);
  box-shadow: 3px 2px 2px 0 rgba(110, 0, 0, 0.82);
  box-shadow: 3px 2px 2px 0 rgba(110, 0, 0, 0.82);
  -webkit-box-shadow: 3px 2px 2px 0 rgba(110, 0, 0, 0.82);
  -moz-box-shadow: 3px 2px 2px 0 rgba(110, 0, 0, 0.82);
}

.sltCateg ul li span {
  margin-top: 12px;
  display: inline-block;
  color: #2f2f2f;
  font: 500 16px "Roboto", sans-serif;
  vertical-align: top;
}

.sortSecs {
  padding: 0;
  margin: 32px 0;
  text-align: center;
}

.sortSecs li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

.sortSecs li input {
  display: none;
}

.sortSecs li input:checked + label {
  background-color: #b02a30;
  color: #fff;
}

.sortSecs li label {
  width: 140px;
  height: 40px;
  padding: 10px;
  border: solid 1px #b02a30;
  margin: 0;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  color: #b02a30;
  cursor: pointer;
  font: 500 15px "Roboto", sans-serif;
  text-align: center;
}

.sortContent {
  padding: 0;
  margin: 0;
  text-align: center;
}

.sortContent li {
  width: 320px;
  height: 165px;
  padding: 40px 20px 15px 40px;
  border: solid 1px #ffffff;
  margin: 9px;
  display: inline-block;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.47);
  -webkit-box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.47);
  -moz-box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.47);
  vertical-align: top;
}

.sortContent li h4 {
  margin: 0 0 2px;
  color: #2f2f2f;
  font: 500 14px "Roboto", sans-serif;
  text-align: center;
}

.sortContent li p {
  margin-bottom: 2px;
  color: #2f2f2f;
  font: 400 10px "Roboto", sans-serif;
  text-align: center;
}

.sortContent li a {
  color: #b02a30;
  font: 500 12px "Roboto", sans-serif;
}

.sortContent li span {
  width: 87px;
  height: 20px;
  padding: 3px 0 0 18px;
  position: absolute;
  top: 9px;
  right: -2px;
  background: url(../images/band.png) no-repeat center center/contain;
  color: #fff;
  font: 500 10px "Roboto", sans-serif;
}

.sortContent li.new::before {
  content: '';
  width: 86px;
  height: 85px;
  position: absolute;
  top: -3px;
  left: -3px;
  background: url(../images/new.png) no-repeat center center/contain;
}

.logindiv {
  height: 100vh;
  position: relative;
  z-index: 2;
  background: url(../images/bg-image.png) no-repeat center top/cover fixed;
}

.logindiv .innerdiv {
  width: 275px;
  margin: 25% auto 10px;
}

.logindiv .innerdiv img {
  margin-bottom: 40px;
}

.logindiv .innerdiv .form-group {
  margin-bottom: 10px;
  position: relative;
}

.logindiv .innerdiv .form-group .form-control {
  height: 40px;
  padding-left: 40px;
  border: solid 1px #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(38%, rgba(255, 255, 255, 0.62)), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.62) 38%, #ffffff);
  box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.57);
  -webkit-box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.57);
  -moz-box-shadow: 5px 2px 3px 0 rgba(110, 0, 0, 0.57);
  color: #2b2b2b;
  font: 400 14px "Roboto", sans-serif;
}

.logindiv .innerdiv .form-group img {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logindiv .innerdiv .btnlogin {
  height: 41px;
  border: 1px solid #04294c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04447e), color-stop(47%, #0c5496), to(#02223f));
  background-image: linear-gradient(to bottom, #04447e, #0c5496 47%, #02223f);
  color: #fff;
  font: 400 16px "Roboto", sans-serif;
  letter-spacing: 1px;
  outline: 0;
}

.logindiv .innerdiv .btnlogin:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#02223f), color-stop(47%, #0c5496), to(#04447e));
  background-image: linear-gradient(to bottom, #02223f, #0c5496 47%, #04447e);
}

.logindiv .innerdiv a.forget {
  color: #00315d;
  font: 400 12px "Roboto", sans-serif;
}

/*Animation*/
@-webkit-keyframes fill-line {
  to {
    width: 150%;
  }
}

@keyframes fill-line {
  to {
    width: 150%;
  }
}

.animation {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  overflow: hidden;
}

.animation .anim_div {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ef7b00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #ef7b00), to(#23579b));
  background: linear-gradient(to bottom, #ef7b00 71%, #23579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7b00', endColorstr='#23579b',GradientType=0 );
  overflow: hidden;
}

.animation .anim_div .line {
  width: 150%;
  height: 5px;
  position: absolute;
  bottom: 51%;
  background-color: #fff;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.animation .anim_div .line::after {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  background-color: rgba(165, 164, 164, 0.94);
  animation: fill-line 5s ease-in-out alternate-reverse infinite;
}

.animation .anim_div .line:first-child {
  left: 0;
}

.animation .anim_div .line:first-child::after {
  width: 1%;
}

.animation .anim_div .line:nth-child(2) {
  left: 15px;
}

.animation .anim_div .line:nth-child(2)::after {
  width: 2%;
}

.animation .anim_div .line:nth-child(3) {
  left: 30px;
}

.animation .anim_div .line:nth-child(3)::after {
  width: 32%;
}

.animation .anim_div .line:nth-child(4) {
  left: 45px;
}

.animation .anim_div .line:nth-child(4)::after {
  width: 3%;
}

.animation .anim_div .line:nth-child(5) {
  left: 60px;
}

.animation .anim_div .line:nth-child(6) {
  left: 75px;
}

.animation .anim_div .line:nth-child(6)::after {
  width: 3%;
}

.animation .anim_div .line:nth-child(7) {
  left: 90px;
}

.animation .anim_div .line:nth-child(7)::after {
  width: 10%;
}

.animation .anim_div .line:nth-child(8) {
  left: 105px;
}

.animation .anim_div .line:nth-child(8)::after {
  width: 7%;
}

.animation .anim_div .line:nth-child(9) {
  left: 120px;
}

.animation .anim_div .line:nth-child(9)::after {
  width: 5%;
}

.animation .anim_div .line:nth-child(10) {
  left: 135px;
}

.animation .anim_div .line:nth-child(10)::after {
  width: 50%;
}

.animation .anim_div .line:nth-child(11) {
  left: 150px;
}

.animation .anim_div .line:nth-child(11)::after {
  width: 50%;
}

.animation .anim_div .line:nth-child(12) {
  left: 165px;
}

.animation .anim_div .line:nth-child(12)::after {
  width: 20%;
}

.animation .anim_div .line:nth-child(13) {
  left: 180px;
}

.animation .anim_div .line:nth-child(13)::after {
  width: 22%;
}

.animation .anim_div .line:nth-child(14) {
  left: 195px;
}

.animation .anim_div .line:nth-child(14)::after {
  width: 10%;
}

.animation .anim_div .line:nth-child(15) {
  left: 210px;
}

.animation .anim_div .line:nth-child(15)::after {
  width: 45%;
}

.animation .anim_div .line:nth-child(16) {
  left: 225px;
}

.animation .anim_div .line:nth-child(16)::after {
  width: 3%;
}

.animation .anim_div .line:nth-child(17) {
  left: 240px;
}

.animation .anim_div .line:nth-child(17)::after {
  width: 10%;
}

.animation .anim_div .line:nth-child(18) {
  left: 255px;
}

.animation .anim_div .line:nth-child(18)::after {
  width: 15%;
}

.animation .anim_div .line:nth-child(19) {
  left: 270px;
}

.animation .anim_div .line:nth-child(19)::after {
  width: 1%;
}

.animation .anim_div .line:nth-child(20) {
  left: 285px;
}

.animation .anim_div .line:nth-child(20)::after {
  width: 23%;
}

.animation .anim_div .line:nth-child(21) {
  left: 300px;
}

.animation .anim_div .line:nth-child(21)::after {
  width: 3%;
}

.animation .anim_div .line:nth-child(22) {
  left: 315px;
}

.animation .anim_div .line:nth-child(22)::after {
  width: 43%;
}

.animation .anim_div .line:nth-child(23) {
  left: 330px;
}

.animation .anim_div .line:nth-child(23)::after {
  width: 3%;
}

.animation .anim_div .line:nth-child(24) {
  left: 345px;
}

.animation .anim_div .line:nth-child(24)::after {
  width: 8%;
}

.animation .anim_div .line:nth-child(25) {
  left: 360px;
}

.animation .anim_div .line:nth-child(25)::after {
  width: 17%;
}

.animation .anim_div .line:nth-child(26) {
  left: 375px;
}

.animation .anim_div .line:nth-child(26)::after {
  width: 1%;
}

.animation .anim_div .line:nth-child(27) {
  left: 390px;
}

.animation .anim_div .line:nth-child(27)::after {
  width: 28%;
}

.animation .anim_div .line:nth-child(28) {
  left: 405px;
}

.animation .anim_div .line:nth-child(28)::after {
  width: 5%;
}

.animation .anim_div .line:nth-child(29) {
  left: 420px;
}

.animation .anim_div .line:nth-child(29)::after {
  width: 2%;
}

.animation .anim_div .line:nth-child(30) {
  left: 435px;
}

.animation .anim_div .line:nth-child(30)::after {
  width: 42%;
}

.animation .anim_div .line:nth-child(31) {
  left: 450px;
}

.animation .anim_div .line:nth-child(31)::after {
  width: 24%;
}

.animation .anim_div .line:nth-child(32) {
  left: 465px;
}

.animation .anim_div .line:nth-child(32)::after {
  width: 38%;
}

.animation .anim_div .line:nth-child(33) {
  left: 480px;
}

.animation .anim_div .line:nth-child(33)::after {
  width: 8%;
}

.animation .anim_div .line:nth-child(34) {
  left: 495px;
}

.animation .anim_div .line:nth-child(34)::after {
  width: 4%;
}

.animation .anim_div .line:nth-child(35) {
  left: 510px;
}

.animation .anim_div .line:nth-child(35)::after {
  width: 11%;
}

.animation .anim_div .line:nth-child(36) {
  left: 525px;
}

.animation .anim_div .line:nth-child(36)::after {
  width: 1%;
}

.animation .anim_div .line:nth-child(37) {
  left: 540px;
}

.animation .anim_div .line:nth-child(37)::after {
  width: 24%;
}

.animation .anim_div .line:nth-child(38) {
  left: 555px;
}

.animation .anim_div .line:nth-child(38)::after {
  width: 23%;
}

.animation .anim_div .line:nth-child(39) {
  left: 570px;
}

.animation .anim_div .line:nth-child(39)::after {
  width: 3%;
}

.animation .anim_div .line:nth-child(40) {
  left: 585px;
}

.animation .anim_div .line:nth-child(40)::after {
  width: 77%;
}

.animation .anim_div .line:nth-child(41) {
  left: 600px;
}

.animation .anim_div .line:nth-child(41)::after {
  width: 10%;
}

.animation .anim_div .line:nth-child(42) {
  left: 615px;
}

.animation .anim_div .line:nth-child(42)::after {
  width: 15%;
}

.animation .anim_div .line:nth-child(43) {
  left: 630px;
}

.animation .anim_div .line:nth-child(43)::after {
  width: 5%;
}

.animation .anim_div .line:nth-child(44) {
  left: 645px;
}

.animation .anim_div .line:nth-child(44)::after {
  width: 2%;
}

.animation .anim_div .line:nth-child(45) {
  left: 660px;
}

.animation .anim_div .line:nth-child(45)::after {
  width: 32%;
}

.animation .anim_div .line:nth-child(46) {
  left: 675px;
}

.animation .anim_div .line:nth-child(46)::after {
  width: 85%;
}

.animation .anim_div .line:nth-child(47) {
  left: 690px;
}

.animation .anim_div .line:nth-child(47)::after {
  width: 15%;
}

.animation .anim_div .line:nth-child(48) {
  left: 705px;
}

.animation .anim_div .line:nth-child(48)::after {
  width: 47%;
}

.animation .anim_div .line:nth-child(49) {
  left: 720px;
}

.animation .anim_div .line:nth-child(49)::after {
  width: 59%;
}

.animation .anim_div .line:nth-child(50) {
  left: 735px;
}

.animation .anim_div .line:nth-child(50)::after {
  width: 74%;
}

.animation .anim_div .line:nth-child(51) {
  left: 750px;
}

.animation .anim_div .line:nth-child(51)::after {
  width: 44%;
}

.animation .anim_div .line:nth-child(52) {
  left: 765px;
}

.animation .anim_div .line:nth-child(52)::after {
  width: 24%;
}

.animation .anim_div .line:nth-child(53) {
  left: 780px;
}

.animation .anim_div .line:nth-child(53)::after {
  width: 4%;
}

.animation .anim_div .line:nth-child(54) {
  left: 795px;
}

.animation .anim_div .line:nth-child(54)::after {
  width: 14%;
}

.animation .anim_div .line:nth-child(55) {
  left: 810px;
}

.animation .anim_div .line:nth-child(55)::after {
  width: 27%;
}

.animation .anim_div .line:nth-child(56) {
  left: 825px;
}

.animation .anim_div .line:nth-child(56)::after {
  width: 77%;
}

.animation .anim_div .line:nth-child(57) {
  left: 840px;
}

.animation .anim_div .line:nth-child(57)::after {
  width: 45%;
}

.animation .anim_div .line:nth-child(58) {
  left: 855px;
}

.animation .anim_div .line:nth-child(58)::after {
  width: 55%;
}

.animation .anim_div .line:nth-child(59) {
  left: 870px;
}

.animation .anim_div .line:nth-child(59)::after {
  width: 5%;
}

.animation .anim_div .line:nth-child(60) {
  left: 885px;
}

.animation .anim_div .line:nth-child(60)::after {
  width: 45%;
}

.animation .anim_div .line:nth-child(61) {
  left: 900px;
}

.animation .anim_div .line:nth-child(61)::after {
  width: 25%;
}

.animation .anim_div .line:nth-child(62) {
  left: 915px;
}

.animation .anim_div .line:nth-child(62)::after {
  width: 45%;
}

.animation .anim_div .line:nth-child(63) {
  left: 930px;
}

.animation .anim_div .line:nth-child(63)::after {
  width: 25%;
}

.animation .anim_div .line:nth-child(64) {
  left: 945px;
}

.animation .anim_div .line:nth-child(64)::after {
  width: 41%;
}

.animation .anim_div .line:nth-child(65) {
  left: 960px;
}

.animation .anim_div .line:nth-child(65)::after {
  width: 8%;
}

.animation .anim_div .line:nth-child(66) {
  left: 975px;
}

.animation .anim_div .line:nth-child(66)::after {
  width: 58%;
}

.animation .anim_div .line:nth-child(67) {
  left: 990px;
}

.animation .anim_div .line:nth-child(67)::after {
  width: 66%;
}

.animation .anim_div .line:nth-child(68) {
  left: 1005px;
}

.animation .anim_div .line:nth-child(68)::after {
  width: 16%;
}

.animation .anim_div .line:nth-child(69) {
  left: 1020px;
}

.animation .anim_div .line:nth-child(69)::after {
  width: 33%;
}

.animation .anim_div .line:nth-child(70) {
  left: 1035px;
}

.animation .anim_div .line:nth-child(70)::after {
  width: 27%;
}

/*Animation*/
/*Media Queries*/
@media (max-width: 1199px) {
  .gotolinks li a {
    width: 160px;
    height: 65px;
  }
}

@media (max-width: 1024px) {
  .animation .anim_div .line {
    bottom: 31%;
    -webkit-transform: translate(-460px) rotate(140deg);
            transform: translate(-460px) rotate(140deg);
  }
}

@media (max-width: 991px) {
  .maindiv .maintabs li.nav-item .nav-link span {
    font-size: 12px;
  }
  .gotolinks li a {
    width: 115px;
    height: 55px;
    padding: 0 5px;
  }
  .gotolinks li a table tr td svg {
    width: 30px;
  }
  .gotolinks li a table tr td span {
    font-size: 14px;
  }
  .gotolinks li a table tr td:first-child {
    width: 30px;
  }
  .totlPrem {
    text-align: center;
  }
  .totlPrem label.cstmlbl {
    margin: 0 10px 0 0;
  }
  .totlPrem .col-xl-9 {
    margin-bottom: 10px;
  }
  .totlPrem .col-xl-3 {
    text-align: center !important;
  }
  .totlPrem.persnAccCare {
    text-align: left;
  }
  .totlPrem.persnAccCare .col-xl-9 {
    margin-bottom: 0;
  }
  .callimmediately .toplnks li .innerdiv {
    width: 263px;
  }
  .callimmediately .advntDiv {
    text-align: center;
  }
  .callimmediately .advntDiv .innerdiv {
    margin-top: 10px;
    display: inline-block;
    position: static;
  }
  .popforms .modal-content .modal-body .addMembers {
    padding: 10px 25px 20px;
  }
  .popforms .modal-content .modal-body .addMembers .col-lg-6:last-child {
    border: 0;
  }
}

@media (max-width: 767px) {
  .maindiv .maintabCont .cmnAccordion .card .card-body {
    padding: 10px;
  }
  .maindiv .radiodiv1.bigradio label::before {
    top: -3px;
  }
  .planSec {
    margin: 0 0 10px;
  }
  .planSec li {
    width: 100%;
    margin: 0 0 10px;
  }
  .planSec li .innerdiv {
    width: 100%;
    height: auto;
  }
  .totlPrem {
    padding: 15px;
  }
  .persnAccCare .col-xl-5 {
    margin-bottom: 20px;
  }
  .persnAccCare .col-xl-7 {
    text-align: center !important;
  }
  .allbenfts li {
    width: 100%;
  }
  .callimmediately .toplnks li {
    margin-bottom: 10px;
    display: block;
  }
  .callimmediately .toplnks li .innerdiv {
    width: 100%;
    height: auto;
  }
  .polDocsdiv h5 {
    text-align: center;
  }
  .polDocsdiv ul {
    text-align: center;
  }
  .buyInsPlandiv .addmorecvrsdiv .mainul li {
    width: 100%;
  }
  .buyInsPlandiv .addmorecvrsdiv .mainul li:nth-child(2) {
    border: 0;
  }
  .logindiv {
    background: url(../images/bg-image-sm.png) no-repeat;
    background-size: cover;
  }
  .animation .anim_div .line {
    bottom: 21%;
  }
}

@media (max-width: 575px) {
  header {
    text-align: center;
  }
  header h1 a {
    width: 150px;
    padding: 5px 0;
    background: url(../images/logo.png) no-repeat center center/contain;
  }
  .maindiv {
    padding-top: 68px;
  }
  .maindiv .maintabCont .cmnAccordion .card .card-header a.card-link.card-link {
    background: #db6d18 url(../images/down-arrow.png) no-repeat 95% center/15px;
  }
  .maindiv .maintabCont .cmnAccordion .card .card-header a.card-link.card-link.collapsed {
    background: #db6d18 url(../images/right-arrow.png) no-repeat 95% center/15px;
  }
  .planSec li .innerdiv h5 {
    font-size: 13px;
  }
  .planSec li .innerdiv h5 span {
    margin-top: -4.5px;
    font-size: 11px;
  }
  .planSec li .innerdiv .maincont {
    padding: 8px 15px 12px;
  }
  .planSec li .innerdiv .maincont h6 {
    padding-left: 20px;
    font-size: 30px;
    background-size: 15px;
  }
  .persnAccCare {
    padding: 15px;
  }
  .persnAccCare table.sumInsPremtbl {
    width: 100%;
    display: table;
  }
  .persnAccCare table.sumInsPremtbl tr td {
    width: 50%;
  }
  .persnAccCare table.sumInsPremtbl tr td .innerdiv {
    width: 100%;
  }
  .persnAccCare table.sumInsPremtbl tr td .innerdiv h5 {
    font-size: 18px;
  }
  .persnAccCare .cstmtable {
    margin-top: 0;
  }
  .subhead {
    font-size: 14px;
    text-align: center;
  }
  .allbenfts li .innerdiv {
    padding: 15px 15px 15px 10px;
  }
  .allbenfts li .innerdiv table tr td {
    padding: 0 5px;
  }
  .allbenfts li .innerdiv table tr td img {
    width: 30px;
  }
  .allbenfts li .innerdiv table tr td p {
    font-size: 13px;
  }
  .callimmediately {
    padding: 15px;
  }
  .callimmediately h5 {
    font-size: 13px;
    text-align: center;
  }
  .callimmediately .cstmbtn {
    margin: 0 !important;
  }
  .callimmediately .srchDiv .col-sm-4 {
    text-align: center;
  }
  .callimmediately .srchDiv .srchreslts {
    text-align: center;
  }
  .polDocsdiv ul li {
    width: 100%;
  }
  .polDocsdiv ul li a {
    width: 100%;
    padding: 13px 0;
    font-size: 14px;
  }
  .cmnQueriesdiv {
    overflow: hidden;
  }
  .cmnQueriesdiv .nav-tabs {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .buyInsPlandiv {
    padding: 15px 5px;
  }
  .popforms .modal-content .modal-body .card .card-header .card-link {
    font-size: 14px;
    background-position: 96% center;
  }
  .popforms .modal-content .modal-body .card .card-header .card-link.collapsed {
    background-position: 96% center;
  }
  .popforms .modal-content .modal-body .addOpd a {
    margin-top: 8px;
    margin-left: 35px;
    display: inline-block;
    float: none !important;
  }
  .popforms .modal-content .modal-foot {
    text-align: center;
  }
  .popforms .modal-content .modal-foot .talktoexpert {
    text-align: center;
  }
  .popforms .modal-content .modal-foot .talktoexpert a {
    margin: 15px 0 0;
  }
  .logindiv .innerdiv .text-right {
    text-align: left !important;
  }
  .sltCateg {
    margin-top: -10px;
  }
}

@media (max-width: 460px) {
  .popforms .modal-content .modal-body h2 a {
    width: 98px;
    margin-top: 5px;
    display: block;
    float: none !important;
  }
  .sltCateg ul {
    width: 100%;
  }
  .sltCateg ul li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .sltCateg ul li span {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .sltCateg ul li a {
    margin: 0 auto;
  }
  .sltCateg ul li:first-child {
    width: 100%;
  }
  .sortSecs {
    margin: 15px 0;
  }
}

/*Media Queries*/
/*# sourceMappingURL=style.css.map */

/* SweetAlert2 CSS Implementation */

.swal2-styled.swal2-cancel{
  min-width: 100px!important;
  padding: 10px 25px !important;
  border: 0 !important;
  margin-bottom: 2px !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
   background: #357ab7 !important;
  background: -webkit-gradient(linear, left top, right top, from(#357ab7), to(#003b6f)) !important;
  background: linear-gradient(to right, #357ab7 0%, #003b6f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357ab7', endColorstr='#003b6f',GradientType=1 ) !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
  font: 600 16px "Muli", sans-serif !important;
  outline: 0 !important;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.swal2-styled.swal2-confirm
{
  min-width: 100px!important;
  padding: 10px 25px !important;
  border: 0 !important;
  margin-bottom: 2px !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  display: inline-block !important;
   background: #357ab7 !important;
  background: -webkit-gradient(linear, left top, right top, from(#357ab7), to(#003b6f)) !important;
  background: linear-gradient(to right, #357ab7 0%, #003b6f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357ab7', endColorstr='#003b6f',GradientType=1 ) !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
  font: 600 16px "Muli", sans-serif !important;
  outline: 0 !important;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.swal2-styled.swal2-confirm:hover {
  background: #003b6f;
  background: -webkit-gradient(linear, left top, right top, from(#003b6f), to(#357ab7));
  background: linear-gradient(to right, #003b6f 0%, #357ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b6f', endColorstr='#357ab7',GradientType=1 );
  text-decoration: none;
}

/*Back button changes*/
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
 
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}


@media only screen and (max-width: 690px) {
  .breadcrumb ,.popforms .modal-content.ghcdiv{
    margin-top: 11%!important;
  }
  .card[_ngcontent-iwk-c120] .card-body[_ngcontent-iwk-c120] .quotes_table[_ngcontent-iwk-c120] table[_ngcontent-iwk-c120] tr[_ngcontent-iwk-c120] th[_ngcontent-iwk-c120]{
    padding: 0px 10px!important;
  }
  input[type="date"]::placeholder ,.datepick::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
    }

    input[type="text"]::placeholder ,.datepick::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: black;
      opacity: 1; /* Firefox */
      }
    .brekinid{
      font-size: 13px!important;
    }
}

.mdc-tab-indicator--active{
  background-color:#901D1D!important;
}

@media only screen and (max-width: 690px) {
  .breadcrumb ,.popforms .modal-content.ghcdiv{
    margin-top: 11%!important;
  }
  .card[_ngcontent-iwk-c120] .card-body[_ngcontent-iwk-c120] .quotes_table[_ngcontent-iwk-c120] table[_ngcontent-iwk-c120] tr[_ngcontent-iwk-c120] th[_ngcontent-iwk-c120]{
    padding: 0px 10px!important;
  }
  .brekinid{
    font-size: 13px!important;
  }
}