body {
  margin: 0px;
  padding: 0px;
  font-family: 'ArialNarrow';

}

@font-face {
  font-family: 'ArialNarrow';
  src: url('../fonts/NarrowArial.ttf');
}


@font-face {
  font-family: "ArialNarrow";
  src: url(../fonts/NarrowArial.ttf) format("truetype");
  src: url(../fonts/NarrowArial.eot);
}

.semifont {
  font-family: 'MontserratSemiBold' !important;
}

@font-face {
  font-family: 'MontserratSemiBold';
  src: url('../fonts/MontserratSemiBold.ttf');
}
.OpenSansfont {
  font-family: 'OpenSans-Regular' !important;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf');
}

.akitextcolor {
  color: #b9ac39 !important;
}

/* .bgcolor{
 background-color:#c7ba3c !important;
} */




/* .btn-submit { 
 color: white !important;
 background-color: #c7ba3c !important; 
 font-size: 16px !important;
 cursor: pointer;

} */

.btn-submit {
  color: white !important;
  background-color: #b9ac39 !important;
  font-size: 16px !important;
  cursor: pointer;


}
.btnprevious
{
 /* border-color: #c7ba3c; */
 color: #000;
 background-color: white;
   border-radius: 5px;
   border: 2px solid #c7ba3c;
}
/*

}

/*


.btn-submit:hover {
   color: white !important;
   background: lightgray !important;
}*/
dropdown-submenu .btn-kshs {
  color: white !important;
  background: #c7ba3c !important;
  border: 1px solid black !important;
  font-size: 20px !important;
  cursor: pointer;
}

.btn-kshs:hover {
  color: white !important;
  background: #c7ba3c !important;
  cursor: pointer;
}

.btn-cancel {
  border-radius: 0;
  background-color: lightgray !important;
  color: black;
  cursor: pointer;

}

.btn-popupcancel {
  border-radius: 0;
  background-color: lightgray !important;
  color: black;
  cursor: pointer;
}

.btn-cancel:hover {
  text-decoration: underline;
}

.letterspacing {
  letter-spacing: 2px;

}

.capitilize {
  text-transform: capitalize;
}

.mantadory-txt-red {
  color: red;
}

.displaynone {
  display: none;
}

.textalignright {
  text-align: right !important;
}

.textalignleft {
  text-align: left !important;
}

.textaligncenter {
  text-align: center !important;
}

.fontsize14px {
  font-size: 14px !important;
}

.fontsize15pxRes{
  font-size: 15px !important;
}

.lineheight5px {
  line-height: 5px !important;
}

.cursorpointer {
  cursor: pointer;
}

/* .modal-header {
 border-radius: 0px !important;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: start;
 align-items: flex-start;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding: 1rem 1rem;
 border-bottom: 1px solid #e9ecef;
 border-top-left-radius: 0.3rem;
 border-top-right-radius: 0.3rem;
 background-color: #c7ba3c !important;
 font-weight: bold;
} */




.modal-header span {
  font-size: 20px !important;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  background-color: white;
}

.modal-footer {
  background-color: white !important;
  border-top: 1px solid #c3bdbd !important;
  border-radius: 0px !important;
}

.table thead th {
  border-top: 0;
  background-color: black !important;
  color: #fff !important;
  font-size: 15px !important;
  text-align: left;
}

.table td {
  background: white;
  font-size: 13px;
  color: #000;
  padding: 10px 20px;
}

.table th,
.table td {
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  padding: 0.50rem !important;
}

.table-bordered td {
  border: 1px solid black !important;
}

.table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  font-size: 16px;
  letter-spacing: 2px !important;
}

thead th {
  text-align: left !important;
}

tbody td {
  color: black;
}

.ngx-pagination .current {
  background: #c7ba3c !important;
  /* margin-top: -6px !important; */
}

.floatright {
  float: right !important;
}

.inlineflex {
  display: flex !important;
}

.margintop6px {
  margin-top: 6px;
}


.footer-bg {
 color: #fff;
 background: #000;
 padding: 8px 0px;
 /* margin: 20px 0px 0px; */
 position: fixed !important;
 bottom: 0;
 max-width: 100% !important;
}



.overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;

  backdrop-filter: blur(8px);
  /* opacity: 0.5;
 background: gray;  */

  /* backdrop-filter: blur(8px); */
  opacity: 0.5;
  background: gray;

}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.fontweightBold {
  font-weight: bold;
}

.displayinlineflex {
  display: inline-flex;
}

.topnav {
  position: relative;
  overflow: hidden;
  background-color: #333;
  color: white;
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.topnav a.active {
  background-color: #c7ba3c;
  color: white;
  text-decoration: none;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}


@media screen and (max-width: 600px) {

  .padTop23px{
    padding-top: 0px;
  }

  .he100pxPad25px{
    height: auto; 
  }

  .mBHeight{
    height: 0px;
  }

  .cusDFlex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
  }

  .text-center-menu{
    text-align: center !important;
  }

  .topnav a,
  .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .marginleft4per {
    margin-left: 4% !important;
  }
}

.marginright2per {
  margin-right: 4% !important;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* tickmark */
.checkmarkgreen {
  display: inline-block;
  transform: rotate(45deg);
  /* height: 17px;
 width: 10px; */
  height: 13px;
  width: 6px;
  border-bottom: 3px solid #78b13f;
  border-right: 3px solid #78b13f;
}

.checkmarkblue {
  display: inline-block;
  transform: rotate(45deg);
  height: 17px;
  width: 10px;
  border-bottom: 3px solid #0000ff;
  border-right: 3px solid #0000ff;
}

.checkmarkorange {
  display: inline-block;
  transform: rotate(45deg);
  height: 17px;
  width: 10px;
  border-bottom: 3px solid #ffa500;
  border-right: 3px solid #ffa500;
}

/* .example-accordion-item-header,
.example-accordion-item-body {
 padding: 10px;
 color: white;
 background: #c7ba3c;
} */
.example-accordion-item-header,
.example-accordion-item-body {
  padding: 10px;
  color: white;
  background: #555555;
}

/* .example-accordion-item {
 display: block;
 border: solid 1px #c7ba3c;
 
} */
.example-accordion-item {
  display: block;
  /* border: solid 1px #3aafa9; */

}

.example-accordion-item-header {
  /* display: flex; */
  align-content: center;
  justify-content: space-between;
}

/* .example-accordion-item-header:hover {
 cursor: pointer;
 background-color: #c7ba3c;
 color: #000;
} */
.example-accordion-item-header:hover {
  cursor: pointer;
  background-color: #555555;
  color: #000;
}

.card-body {
  background: #f6f4f4;
  margin-top: 10px;
}

.borderradius0px {
  border-radius: 0 !important;
}


.colorblue {
 color: #0078fd !important;
}

.btn_clr {
 background: #0078fd;
 border: none;
 padding: 5px !important;
 font-size: 13px;
 color: #fff;
 font-weight: 500;
 border-radius: 4px !important;
 transition: all 0.8s
}

.colorblue {
  color: blue !important;
}

.btn_clr {
  background: #146db5;
  border: none;
  padding: 5px !important;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px !important;
  transition: all 0.8s
}


.btn_clr:hover {
  background-color: #b6c7c4;
  color: #333;
}

/* 
.header {
 height: 40px; 
 background-color: #CABF68 !important;

} */


/* .header {
  height: 40px;
  background-color: #C7BA3C !important;

}


.headertitle {
  position: relative;
  top: 12px;
  left: 25px;
} */

.clsslistnone {
  list-style-type: none;
  text-align: left;

}

.btn-primary {
  background: #c7ba3c !important;
  border-color: #c7ba3c !important;
}

.margintop02rem {
  margin-top: 0.2rem !important;
}

.margin05rem {
  margin: 0.5rem !important;
}

/*########################################################*/
/*  
worked by   : ThengaraiMaharajan
path        : src/app/component/carInsurance/carInsurance
Description : grid styling is used in this component
*/


.boredelineMarginCOD {
  border: 0.5px solid rgb(179, 179, 179) !important;
  padding: 10px !important;
  margin: 10px !important;
}

/* grid design */
.gridd-container {
  display: grid;
  grid-template-columns: 25% 75%;
  /* grid-template-columns: 1fr 2fr; */
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: 0.5rem;
  grid-template-areas:
    "sideBar MainContent"
  ;
  /* overflow: clip; */
}

/*grid responsiveness*/
#MainContent {
  grid-area: MainContent;
}

#sideBar {
  grid-area: sideBar;
}

.gridd-item1 {
  width: 100%;
  height: auto
}

@media only screen and (max-width : 480px) {
  .gridd-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "sideBar"
      "MainContent"
    ;
  }

  .marginleft4per {
    margin-left: 4% !important;
  }

}

/*Tab Design for content*/

.sectionStyle {
  display: none;
  padding: 20px;
  border-top: 1px solid #ddd;
  background-color: rgb(221, 221, 221);
  width: 100%;
}

.hideInputRadio {
  display: none;
}

.labelStyle {
  display: inline-block;
  /* margin: 0 0 -1px; */
  padding: 15px 25px;
  font-weight: 500;
  text-align: center;
  color: rgb(0, 0, 0);
  border: 1px solid transparent;
  background-color: rgb(207, 207, 207);
  margin-left: 20px;
}

.labelStyle:before {
  /* font-weight: normal; */
  margin-right: 10px;
}

/* .labelStyle[for*='1']:before {
 content: '\f1cb';
}

.labelStyle[for*='2']:before {
 content: '\f17d';
}

.labelStyle[for*='3']:before {
 content: '\f16b';
} */

.labelStyle:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
  background-color: grey;
}

.hideInputRadio:checked+.labelStyle {
  color: #555;
  /* border: 1px solid #ddd; */
  /* border-top: 2px solid #555;*/
  border-bottom: 1px solid rgb(221, 221, 221);
  ;
  background-color: orange;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3 {
  display: block;
}

@media screen and (max-width: 650px) {
  .labelStyle {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .marginleft4per {
    margin-left: 4% !important;
  }

  .labelStyle:before {
    margin: 0;
    /* font-size: 18px; */
  }

  .landingMenuBarMarginRight {
    /* margin-left: 250px; */
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 400px) {
  .labelStyle {
    padding: 15px;
  }

  .marginleft4per {
    margin-left: 4% !important;
  }
}

.sideContent {
  color: white;
  background-color: grey;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
}

/* Clear floats after the columns */
.sccolumn {
  float: left;
  width: 50%;
  padding: 10px;
}

.scrow:after {
  content: "";
  display: table;
  clear: both;
}


.tableStyle {
  background: transparent;
  padding: 10px;
  border-collapse: separate;
  border-spacing: 0 1em;
  width: 100%;
  height: 100%;
}

.tableStyleTD,
.tableStyleTR {
  background-color: white;
  margin: 10px;
  padding: 10px;
}

.contentGRID {
  display: grid;
  grid-template-columns: 20% 30% 25% 25%;
  grid-column-gap: 0.3rem;
  /* justify-content: center;  */
  align-items: center;
}

.contentIcon img {
  width: 100%;
  height: 100%;

}

.costGrid {
  justify-content: center;
  align-items: center;
}

.reddBg {
  color: red;
  /* font-weight: bold; */
}

.payybutton {
  background-color: gold;
  color: white;
  /* font-weight: bold; */
  border: none;
  border-radius: 3px;
  width: 150px;
  height: 30px;

}

.centerttext1 {
  margin-left: 50%;
}

.centerttext {
  margin-left: 30%;
}

@media only screen and (max-width : 480px) {
  .contentGRID {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "contentIcon"
      "listGrid"
      "costGrid"
      "payGrid"
    ;
  }
}

.innnerScroll {
  overflow-y: scroll;
  height: 500px
}


/*########################################################*/

/*########################################################*/

/*  
worked by   : ThengaraiMaharajan
path        : 1) src/app/component/carInsurance/carOwner/ownerDetails
             2) src/app/component/carInsurance/carOwner/nomineeDetails
             3) src/app/component/carInsurance/carOwner/otherCarDetails
Description : grid styling is used in this component
*/

.odGridContainer {
  display: grid;
  height: 100vh;
  grid-template-columns: 0.7fr 0.3fr;
  grid-template-rows: 1fr;
  grid-template-areas: "firstCol secondCol";
  grid-gap: 0.5rem;
  margin-top: 2%;
}

.odFirstGrid {
  grid-area: firstCol !important;
}

.odSecondGrid {
  grid-area: secondCol !important;
}

@media only screen and (max-width:600px) {
 .compareNoteCenter{
   margin-left: unset !important;
 }
  .odGridContainer {
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    grid-template-areas:
      "firstCol"
      "secondCol"
    ;
  }

  .marginleft4per {
    margin-left: 4% !important;
  }
}

.logoIcon {
  width: 100px;
  height: 70px;
  border: solid grey 5px !important;
}

.OpsIcon {
  width: 15px;
  height: 15px;
}

.simpleBorder {
  border: solid 3px rgb(182, 182, 182);
  padding: 1%;
  margin: 2%;
}

.justfycontentcenter {
  justify-content: center !important;
}

.justfycontentend {
  justify-content: end;
}

.justfycontentstart {
  justify-content: start;
}

.odPrimeForm {
  box-sizing: border-box;
}

.odColumn {
  float: left;
  width: 50%;
  padding: 1%;
}

.odRow:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


.legenduser {
  margin-left: 35%;
  margin-top: -4.5%;
  width: 25%;
}

.fieldsetuser {
  border: solid 3px rgb(182, 182, 182);
  padding: 0.5rem;
}

.colBeige {
  background-color: rgb(213, 213, 213);
  padding: 10px;
  width: 100px;
  text-align: center;
}

.centerbtn {
  margin-left: 40%;
}

.imgBorder {
  border: solid 3px rgb(213, 213, 213);
}

.adaptText {
  line-height: 15px;
  /* font-size: 10px; */
}

.centerDiv {
  margin-left: 13%;
}

.centerTd {
  margin-left: 25%;
}

select {
  width: 150px;
  height: 32px;
}

/*########################################################*/

/*########################################################*/

/*  
worked by   : ThengaraiMaharajan
path        : 1) src/app/component/template/helpdoc
Description : side menu expansion opertaion
*/

/* Remove default bullets */
ul {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.ulClassEx,
.liClassEx {
  clear: both;
  padding-left: 18px;
  position: relative;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.caret {
  width: 10px;
}

.get-list-child-changed {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.show-list-child-changed {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
}

/*########################################################*/


/*------------------------------------------My Code starts--------------------------------------------------------------*/

/*------------------------------------------term-insurance---------------------------------------------------------------*/

/* .highlight {
 color: #B6A830;
} */

#sem {
  background-color: white;
  border: 1px solid;
  border-color: grey;
}

.tdstyle {
  font-weight: bold;
}

#note {


  text-align: center;
  /* font-size: 1vw; */
  color: #070707;
  /* font-weight: bold; */
  font-style: italic;
  font-size: 16px;
}

#heading22 {
  font-size: 42px;
  color: #000;
}

#heading33 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #000;
}

#heading2 {
  font-size: 42px;
  color: #000;
  font-family: 'MontserratSemiBold' !important;
}

#heading3 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  font-family: 'MontserratSemiBold' !important;
}

.textcss {
  text-align: center;
  color: #000;
}

/* .input {
   padding: 15px;
 } */

.classrelative {
  position: relative !important;
}

.buttonstyle {
  text-align: center;
  padding: 5px;
  width: 150px;
  height: 40px;
  background: inherit;
  background-color: rgba(182, 168, 48, 1);
  color: white;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  /* font-size: 20px; */
}

.ticklist {
  list-style: none;
}

.ticklist li:before {
  content: '✓';
  color: #c7ba3c;
  font-weight: 1000;
}

.listfont {
  color: #000;
  font-size: 20px;
}

.leftdiv {
  width: auto;
}

/* .example-accordion-item-header { 
 background-color: #CABF68; 
} */

.example-accordion-item-header {
  background-color: #555555;
}



.example-accordion-item-body {
 color: black;
 background-color: #f4f1df;
 padding: 10px;
 border-radius: 0px 0px 10px 10px
}

.example-accordion-item-body {
  color: black;
  background-color: #f4f1df;
  padding: 10px;
}


.plusicon {
  font-size: 25px;
  font-weight: bold;
  text-align: right;
}

/* .tdboxbg {
 background-color: rgba(182, 168, 48, 1);
 width: auto;
 text-align: center;
 color: white;
  
} */

.tdboxbg {
  background-color: #C7BA3C;
  width: auto;
  text-align: center;
  color: white;
  border: 1px solid #797979;
  /* border-right: none; */
}


.usertable {
  margin-left: 50px;
  margin-right: 50px;
}

.headinginyellow {
  letter-spacing: 3px;
}


.rightheading {
  background-color: #FFD384;
  padding: 20px;
}

.rightcontentbox {
  background-color: #eee;
  padding: 10px;
  width: auto;
}

.buttonbg {
  background-color: rgba(182, 168, 48, 1);
  width: auto;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
}

.pricesoonbtn {
  background-color: rgba(112, 182, 3, 0.6313725490196078);
  width: auto;
  border: none;
  border-radius: 9px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #eee;
  /* width: 150px; */
  height: 30px;
  font-size: smaller;

}

.pricebtn {
  position: absolute;
  left: 0;
  right: 11px;
}

.kshbtn {
  background-color: red;
  width: 200px;
  height: 45px;
  border: none;
  color: #eee
}

#scroll {
  height: 530px;
  overflow: auto;
}

.rightdiv {
  width: auto;
}

.brochure {
  color: blue;
  cursor: pointer;
}

#leftdivlogin {
  width: auto;
}



.formbox {
  width: auto;
}

/* .login-block {

 background-repeat: no-repeat;
 background-size: cover;
 margin-top: -2%;
 float: left;
 width: 100%;
 height: auto;
 padding: 50px 0;


 fill: #baad3c;
 background: #baad3c;
 background: -moz-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
 background: -webkit-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
 background: -o-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
 background: -ms-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
 background: linear-gradient(120deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
} */

.banner-sec {
  background-color: transparent no-repeat left bottom;
  background-size: cover;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;

}

.container {
  border-radius: 10px;
}

.carousel-inner {
  border-radius: 0 10px 10px 0;
}

.carousel-caption {
  text-align: left;
  left: 5%;
}
.login-box {
  background: #fff;
   /* padding: 15px 50px;   */
  /* padding: 20px 30px; */
   /* padding: 15px 5px 5px 15px;  */
   padding: 20px;
  position: relative;
  border-radius: 8px;
  height: 100%;

}


.login-sec {
  background: #fff;
  /* padding: 15px 50px; */
  /* padding: 20px 30px; */
   padding: 15px 15px 5px 15px; 
  /* padding: 50px 30px; */
  position: relative;
  border-radius: 8px;
  /* border-color: #b9ac39; */
  border: solid #b9ac39 1px !important;
  height: 100%;

}

.login-secpad {
  height: auto;
}

.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}


.coloryellow {
  color: #c7ba3c;
}

.bordercard {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(215, 215, 215, 1);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.imgga {
  width: 150px;
}

.planform {
  margin: 80px;
}


.loginheadingstyle {
  font-weight: bold;
}

.headtitle {
  position: relative;
  top: 30%;
  left: 2px;
}

.cardbutton {
  height: 30px;
  font-size: 13px !important;
  width: 92px;
}

.letterspacing1p {
  letter-spacing: 1px !important;
}

.letterspacingdot5p {
  letter-spacing: 0.5px;
}

.fontsize14 {
  font-size: 14px !important;
}

.fontsize13 {
  font-size: 13px !important;
}

.listno {
  padding: 2px;
  color: black;
}

.redbutton {
  width: 100%;
  background-color: rgba(255, 0, 0, 1);
  color: white;
}

.colormilkysmoke {
  background-color: #f7f5f5;
  margin: 2px;
}

.bordertop {

  border-top: 1px solid;
  border-color: rgba(215, 215, 215, 1);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.scrollcard {
  overflow-y: scroll;
  width: 100%;
  height: 500px;
}

.fontsize12 {
  font-size: 12px;
}

.fontsize16 {
  font-size: 16px;
}

.fontsize18 {
  font-size: 18px;
}

.fontsize15 {
  font-size: 15px !important;
}

.underline {
  text-decoration: underline !important;
}

@media only screen and (max-width: 1200px) {
  .headtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .list-center {
    text-align: center;
  }

  .marginleft2per {
    margin-left: 4% !important;
  }


}

@media only screen and (max-width: 600px) {
  .row .smallcenter {
    text-align: center !important;
  }

  .col-12 .smallJustifyCenter {
    text-align: center !important;
    justify-content: center !important;
  }



  .smalfontsize10 {
    font-size: 10px !important;
  }

  .smalfontsize12 {
    font-size: 12px !important;
  }

  .smalfontsize13 {
    font-size: 13px;
  }

  .smalfontsize14 {
    font-size: 14px;
  }

  .smalfontsize15 {
    font-size: 15px;
  }

  .hideimg {
    display: none !important;
  }

  .smallspace {
    width: 70px;

  }

  .pricesoonbtn {
    font-size: x-small;
  }

  .dwnbtn {
    position: unset;
  }
  .smallheight{
    height:100% !important ;
  }
}
@media only screen and (max-width: 400px) {
.sortsmall{
  width: 120px;
height: 80%;
}
@media (min-width: 840px){
  .smd-flex{
    display: flex !important;
  }
  .smdsmallcenter{
    text-align: center !important;
  }
}
}
.marginbottom0 {
  margin-bottom: 4px !important;
}


.detailboxes {
  background-color: #eee;

}

.detailbigbox {
  margin: 20px;
}

.summery-sec {
  background-color: rgba(246, 246, 246, 0.996078431372549);
  background-size: cover;

  padding: 0;

}

.registrationheading {
  background-color: rgba(215, 215, 215, 1);
}

.registrationcontent {
  background-color: rgba(242, 242, 242, 1);
}

.insurancenumbercss {
  background-color: rgba(255, 255, 255, 0.996078431372549);
}

.companycontent {
  font-size: 20px;
}

.addoncover {
  background-color: rgba(215, 215, 215, 0.5490196078431373);
}

.summeryboxes {
  border: 1px solid;
  border-color: rgba(215, 215, 215, 1);
}

.Detail-block {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;

  float: left;
  width: 100%;
  padding: 50px 0;
}

.marginleft10per {
  margin-left: 10% !important;
}

.marginleft15per {
  margin-left: 15% !important;

}

/*
 ==========================
 radio buttons
 ==========================
*/
.ex-checkbox,
.ex-radio {
  position: relative;
  float: left;
  left: 10px;
  /* margin-right: 5px; */
  /* margin: 5px 17px 0px 0px; */
  font-size: 14px;
  padding: 0px 5px 0px 0px;
  bottom: -2px;
}

.ex-checkbox label,
.ex-radio label {
  padding-left: 20px;
  line-height: 70%;
  font-weight: normal;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.ex-checkbox input[type="checkbox"],
.ex-radio input[type="radio"] {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 10;
  position: absolute;
}

.ex-radio input[type="radio"]+label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  bottom: 0px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.3s ease-in-out;
}



.ex-radio input[type="radio"]:checked+label::before,
.ex-radio input[type="radio"]:checked:hover+label::before {
  border: 1px solid 1px solid #703115;
}

.ex-radio input[type="radio"]+label::after {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 3px;
  top: -2px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: scale(0, 0);
  transition: transform 0.3s ease-in-out;
}

.ex-radio input[type="radio"]:checked+label::after {
  background-color: #c7ba3c;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}



.href {
  color: rgb(0, 81, 255);
  text-decoration: underline;
  cursor: pointer;
}

button:focus {
  box-shadow: none !important;
}

.form-control:focus {
  border-color: unset !important;
}

.permhead {
  color: #F65203;
  box-shadow: none;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;

}
.colorwhites
{
 color: white !important;
}
/* .colorwhite {

}

/* .colorwhite {

 color: white !important;
} */

/* .paddingright20px
{
 padding-right: 20px !important;
} */
.backgroundcolorwhite {
  filter: brightness(0) invert(1);
  /* background-color: white !important; */
}

.lineheight6px {
  line-height: 6px !important;
}

.colorBlack {
  color: black !important;
}

.noborderradius {
  border-radius: unset !important;
}

.submenucolor {
  color: white !important;
  background: #c7ba3c !important;
  cursor: pointer;
}

.dropdown-submenu:hover {
  color: white !important;
  background: black !important;
}

/* .nav-item:hover {
 background: #c7ba3c !important;
} */

/* .akibordercolor {
 border: 1px solid #c7ba3c !important
} */
.akibordercolor {
  border: 0px solid #3aafa9 !important
}


/* .padding20px
{
 padding: 20px !important;
} */

@media (max-width: 320px) {
  .txtaligncenter {
    text-align: center !important;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .txtaligncenter {
    text-align: center !important;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .txtaligncenter {

    text-align: center !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
  .lineheight30px {
    line-height: 30px !important;
  }


}

@media (min-width: 992px) and (max-width: 1199px) {
  .marginleft2per {
    margin-left: 4% !important;
  }

  .marginleft5perdesktop {
    margin-left: 5% !important;
  }

  .lineheight30px {
    line-height: 30px !important;
  }
}



@media (min-width: 1440px) {
  .marginleft2per {
    margin-left: 4% !important;
  }

  .lineheight30px {
    line-height: 30px !important;
  }

  .marginleft5perdesktop {
    margin-left: 5% !important;
  }

  .menucss {
    margin-left: 8% !important;
    border: 0px !important;
    border-radius: 0px !important;
  }

  .floatrightdesktop {
    margin-left: 33%;
  }

  .marginleftminus1per {
    margin-left: -1% !important;
  }

}



/* @media (min-width: 1300px) and (max-width: 479px) {
 .txtaligncenter {
   text-align: center !important;
 }
} */
/* thengarai maharajan */
.mainRow {
  /* border: 1px solid black; */
  padding: 1%;
}

.mildMargin {
  /* border: 0.5px solid black; */
  padding: 10px;
}

.borderLightClass {
  border: 1px solid lightgray;
  /* margin: 2%; */
}

.borderLightRightClass {
  border: 1px solid lightgray;
  /* margin: 2%; */
}

.blindPlace {
  padding: 15px;
}

.marPadSpace {
  margin: 1%;
  padding: 1%;
}

.logoIconCompany {
  height: 100px;
  width: 100px;
}

.centerElementBtns {
  align-items: center;
  justify-content: center;
}

/*addon checkbox button */
.customCheckBoxBody {
  /*Check box body */
  font-family: sans-serif;
  margin: 0 auto;
  text-align: center;
  background-color: #104068;
}

.customCheckBoxdiv .customCheckBoxLabel .customCheckBoxInput {
  margin-right: 100px;
}

.customCheckBoxParentClass {
  background-color: #aeaeae;
  border-radius: 4px;
  overflow: hidden;
  float: left;
}

.customCheckBoxParentClass .customCheckBoxLabel {
  float: left;
}

.customCheckBoxParentClass .customCheckBoxLabel .customCheckBoxInput {
  display: none;
  color: #fff !important;
}

.customCheckBoxParentClass .customCheckBoxLabel .customCheckBoxInput+.customCheckBoxSpan {
  color: #fff;
}

.customCheckBoxParentClass .customCheckBoxInput:checked+.customCheckBoxSpan {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.action1 .customCheckBoxInput:checked+span {
  background-color: #000dff;
}

.comedy .customCheckBoxInput:checked+span {
  background-color: #1BB8F7;
}

.collapseDropDown {
  background-color: #d4d4d4 !important;
  cursor: pointer !important;
}


/* src/app/components/terminsurance/term-front */

.heading2Mod {
  font-size: 22px;
  color: #000;
  font-weight: bolder;
}

.heading2ModSuper {
  font-size: 43px;
  color: #000;
  font-weight: bolder;
}

.heading3Mod {
  font-size: 15px;
  color: #000;
  font-weight: bolder;
}

.discountboxesMod {
  background-color: rgb(255, 255, 255);
  justify-content: center;
  border-radius: 4px;
  width: 100px;
  box-shadow: 5px 5px 5px 5px rgba(186, 186, 186, 0.8)
}

.discountboxesModParent {
  display: inline-flex;
  float: left;
}

.letterspacingMod {
  letter-spacing: 1px;

}

.login-secMod {
  background: #fff;
  padding: 12px;
  /* padding: 50px 30px; */
  position: relative;
  border-radius: 5px;
  /* height: 100%; */
  height: auto;
  width: 90%;
  box-shadow: 20px 20px 20px 20px #d0c77a
}

.login-secMod .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}


.login-blockMod {
  background: linear-gradient(to left, #B6A830, white 120%);
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 30px 0;
}

.iconSetsClass {
  height: 60px;
  width: 60px;
}

.labeltob {
  position: relative;
  left: 6px;
  float: left;
  width: 55px;
}

.dwnbtn {
  position: absolute;
  right: 0px;
  bottom: 55px;
}

.fontsize44px {
  font-size: 39px !important;
}

.fontsize22px {
  font-size: 22px !important;
}

.fontsize19px {
  font-size: 19px !important;
}

.fontsize20px {
  font-size: 20px !important;
}

.colorbackwhite {
  background-color: white;
}

.fontstyleitalic {
  font-style: italic;
}


/*-------------------------------------------------- My code starts (10-nov)--------------------------------------------- */
.detailsheading {
  background-color: grey;
  padding: 10px;

}

.gobackbtn {
  width: 150px;
}

.checkoutbtn {
  width: 150px;
}

.tndc-font {
  font-size: 20px;
}

.kshbuttoncar {
  margin-left: 30%;
  margin-right: 30%;
}

.menu-nav-bara {
  background-color: rgba(248, 153, 28, 1);
}


.menu-button-nav-bara {
  background-color: rgba(248, 153, 28, 1);
  border-radius: 10px;
  border-color: white;
  cursor: pointer;
}

.menu-button-nav-bara:hover {
  background-color: grey;
}

.button-allignment {
  margin-left: 120px;
}



/*-------------------------------------------------- My code ends (10-nov)--------------------------------------------- */

.height75per {
  height: 75% !important;
}

.akibackdropcss {
  backdrop-filter: blur(5px);
}

.fontsize17px {
  font-size: 16px !important;
}

.colorgreen {
  color: green !important;
}

.base-timer {
  position: relative;
  height: 40px;
  width: 40px;
  margin: auto;

}

/* Removes SVG styling that would hide the time label */
.base-timer__circle {
  fill: none;
  stroke: none;
}

/* The SVG path that displays the timer's progress */
.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__label {
  position: absolute;

  /* Size should match the parent container */
  width: 40px;
  height: 40px;

  /* Keep the label aligned to the top */
  top: 0;

  /* Create a flexible box that centers content vertically and horizontally */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Sort of an arbitrary number; adjust to your liking */
  font-size: 15px;
}

.sign {
  font-size: 20px;
  color: #000;
  /* margin-left: 65px; */
}

.loginform {
  margin: 35px;
}

.marginleft20per {
  margin-left: 20% !important;
}

.margintop6per {
  margin-top: -6%;
}

.fontsize25px {
  font-size: 23px !important;
}













.radioButtonSpace {
  margin: 5px;
}


/* landing module */
/* landing Component */

.fullBannerScreen {
  /* background-color: #f8991c !important; */
  background-color: #c7ba3c !important;
  /* background: linear-gradient(to left, #B6A830, white 120%); */
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 100vh;
 height: 100vh; */
}

.fullBannerScreenBorder {
  border-bottom: 0.5px rgb(255, 255, 255) solid;
}

.transparentBanner {
  background-color: transparent no-repeat left bottom;
}

.discountboxesModLand {
  background-color: rgb(255, 255, 255);
  justify-content: center;
  border-radius: 4px;
  /* width: 100px; */
  /* box-shadow: 5px 5px 5px 5px rgba(186, 186, 186, 0.8) */
}

.bigIconsStyle {
  width: 50px;
  height: 50px;
}

.backgroundcolourWhite {
  background-color: white;
}

.boxModelForIcon {
  width: 20px;
  height: 20px;
}

.Imagebanner {
  width: 100%;
  height: 100%;
}

.whitebackgroundfullview {
  width: 100vh;
  height: 10vh;
}

.clientProfilePicture {
  height: 210px;
  width: 210px;
  border-radius: 50%;
  margin-left: 40%;
}

.fontweight500 {
  font-weight: 500;
}

.accordianStyle {
  width: auto;
  height: 45px;
  background-color: #AAAAAA;
  align-content: center;
  text-align: left;
  padding: 1% 2% 1% 1%;
}

.customFooterBackGround {
  background-color: #797979;
}

.sideOpenOption {
  width: 420px;
  height: 55px;
  text-align: center;
  justify-content: center;
  padding-top: 18px;
  background-color: #F2F2F2;
  border-radius: 3px;
  color: black;
}


@media only screen and (max-width: 768px) {
  .smjustify-center{
    justify-content: center !important;

  }
  .smhideimg{
    /* width: 50% !important; */
  }
  
.smfontsize13{
  font-size: 13px !important;
}
  .clientProfilePicture {
    height: 210px;
    width: 210px;
    border-radius: 50%;
    margin-left: 20%;
  }
  .smmarrginbottom{
   margin-bottom: 20px;
  }
}


.spacePadding {
  padding: 1rem;

}

.paddingbottom2per {
  padding-bottom: 2% !important;
}

.containerfluidlanding {
  width: 100% !important;
  /* margin-top: -1.5%; */
  overflow-x: hidden;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media only screen and (max-width: 768px) {
  .containerfluidlanding {
    width: 100%;
    height: 100vh;
    /* margin-top: -5.5%; */
    overflow-x: hidden;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.bannerpersonadjust {
  height: 460px !important;
  width: auto;
}

.customMlForLogo {
  margin-left: 25px;
}

.discountBoxedCover {
  /* background-color: #ffffff;
border-radius: 10px;
width: 8.75rem;
height: 5.93rem;
align-items: center;
justify-content: center;
margin-bottom: 5px;
padding-bottom: 5px; */
  background-color: #ffffff;
  border-radius: 10px;
  /* width: 8.75rem; */
  height: 5.93rem;
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-bottom: 5px; */
  /* padding-bottom: 5px;*/
}

.cardImageClass {
  /* margin-left: 30%; */
  height: 3rem;
  width: 3rem;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.marginbottom05per {
  margin-top: 0.5%;
}

.margintop05per {
  margin-top: 0.5%;
}

.fontsize16px {
  font-size: 16px;
  letter-spacing: 2px;
  /* font-family: 'MontserratSemiBold' !important; */
}

.fontsize14pxsemi {
  font-size: 14px;
  font-family: 'MontserratSemiBold' !important;
}

/* .imgwidthmargin {
 width: 42%;
 margin-right: 5%;
} */

.marginleft5per {
  margin-left: 5% !important;
}

.fontsize30px {
  font-size: 30px !important;
}

/* @font-face {
 font-family: "ArialNarrow";
 src: url(../fonts/NarrowArial.ttf) format("truetype");
 src: url(../fonts/NarrowArial.eot);
} */


.lineheight05px {
  line-height: 1.4;
}

.floatleft {
  float: left !important;
}

.lineheight1rem {
  line-height: 1rem;
}

.disBoxedCover {
  background-color: #ffffff;
  border-radius: 6px;
  /* width: 13.75rem;   */
}

.margintop3per {
  margin-top: 3%;
}

.marginleft16per {
  margin-left: -16%;
}


.backgroundMenuBarWhite {
  background-color: #ffffff;
  color: white;
}

.highlightedMenuBarButtons {
  /* height: 90px;
width: 292px ; */
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .highlightedMenuBarButtons {
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #000;
  }
}

.backgroundTransparent {
  background-color: transparent;
}

.borderBottomlp {
  border-bottom: 1px solid #e9ecef;
}

.MenuDropDownLanding {
  background-color: transparent;
}

.MenuDropDownLandingCar {
  width: 720px;
  /* height: 250px; */
}

@media only screen and (max-width:786px) {
  .MenuDropDownLandingCar {
    width: auto;
    height: auto;
  }
}


.navItemHover :hover {
  background-color: transparent !important;
}

.ahadibackgroundMenuLanding {
  background-color: #c7ba3c !important;
}




.landingMenuBarMarginLeft {
  margin-right: 0px;
}

@media only screen and (max-width:786px) {


  .landingMenuBarMarginLeft {
    margin-right: 0px;
  }
}


.transparentHover :hover {
  /* background-color: #f8991c !important; */
  background-color: white !important;
}

.transparentHoveroverride :hover {
  background-color: #f8991c !important;

}


.landingpageAsseticons {
  width: 128px;
  height: 143px;
}



.borderradius10px {
 border-radius: 10px;
}
.complusaryWhiteBg {
  background-color: #ffffff !important;
}

.menubackcolor {
  /* background-color: #baad3c !important; */
  background-color: #CABF68 !important;
  /* background: linear-gradient(120deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);   */
}

.transparentHovermenu :hover {
  background-color: #CABF68 !important;

}

.landingMainMenu {
  font-size: 15px !important;
  font-weight: bold !important;
}

.landingSubMainMenu {
  font-size: 13px;
  font-weight: bold !important;
}

.landingSubSubMenu {
  font-size: 12px !important;
  font-weight: bold !important;
}


.ahadiTextColor {
  color: #c7ba3c !important;
}

/* .borderradius10px {

 border-radius: 10px !important;
}  

/* .marginright40per {
 margin-right: -40% !important;
} */


.marginbottom0per {
  margin-bottom: 0% !important;
}

.ahadiborder {
  border: 1px solid #CABF68 !important;
}

.justify-center {
  justify-content: center !important;
}

.gridbtn {
  background-color: #555555 !important;
}















































/* incompatible browser component */
.incomp{
 font-size: 20px;
 font-weight: 600;
 color: whitesmoke;
 }
 
 .incompTable{
   text-align: center !important;
   justify-content: center;
   border: 1px solid black;
 }
 .incompthead{
   text-align: center !important;
   justify-content: center;
   border: 1px solid black;
 }
 .incomptr{
   text-align: center !important;
   justify-content: center;
   border: 1px solid black;
   width: 500px;
   height: 50px;
 }
 .incomptd{
   text-align: center !important;
   justify-content: center;
   border: 1px solid black;
   width: 500px;
   height: 50px;
 }
 .incomptbody{
   text-align: center !important;
   justify-content: center;
   border: 1px solid black;
 }
 .padding4per
 {
   padding: 4% !important;
 }

/* incompatible browser component */
.incomp {
  font-size: 20px;
  font-weight: 600;
  color: whitesmoke;
}

.incompTable {
  text-align: center !important;
  justify-content: center;
  border: 1px solid black;
}

.incompthead {
  text-align: center !important;
  justify-content: center;
  border: 1px solid black;
}

.incomptr {
  text-align: center !important;
  justify-content: center;
  border: 1px solid black;
  width: 500px;
  height: 50px;
}

.incomptd {
  text-align: center !important;
  justify-content: center;
  border: 1px solid black;
  width: 500px;
  height: 50px;
}

.incomptbody {
  text-align: center !important;
  justify-content: center;
  border: 1px solid black;
}

/* .padding4per

{

 padding: 4% !important;
}  


.loginbuttons {
  border: 2px solid white;

  border-radius: 8px;
  padding-right: 6px;
}


.model-width {
  width: 900px;
}

.modelframe-width {
  width: 1260px;
}

.modallogo {

  margin: 50px;
  margin-top: 130px;
}

.model-sec {

  border-right: 2px solid black;
  height: 450px;

}






.sideIconDropDown {
  margin-left: 71%;
}

.sideIconDropDown1 {
  margin-left: 74%;
}

.sideIconDropDown2 {
  margin-left: 65%;
}

.landingMenuBarMarginRight {
  margin-left: 10px;
  
}

.ex-radios input[type="radio"]+label::after {
  position: absolute;
  top: 30px;
}

/* .ex-radios input[type="radio"]:checked +label i { 
 color: rgb(241, 228, 104) ; 
} */
.ex-radios input[type="radio"]:checked+label i {
  color: #c7ba3c;
}

.ex-radios input[type="radio"]:checked+label::after {
  display: none;
  background-color: white;

}

.ex-radios input[type="radio"]+label::before {
  border: none;
  border-radius: unset;
  display: none;
}


/* Term  */
.login-block {

  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -2%; */
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 0;
  /* background: #3aafa9;  */
  /* background: linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%); */
  /* background: linear-gradient(120deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);   */
  fill: #baad3c;
  background: #baad3c;
  background: -moz-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
  background: -webkit-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
  background: -o-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
  background: -ms-linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
  background: linear-gradient(90deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);
}

.Termbackcolor {
  background-color: #baad3c !important;
  /* background-color: #3aafa9 !important; */
  /* background: linear-gradient(120deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);   */
}

.termboxbackcolor {
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.349019607843137);
  -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 35%);

  box-shadow: 1px 3px 5px rgb(121 121 121 / 58%);
  /* background: #2b7976; */

  /* background: linear-gradient(120deg, #fefefe 10%, #f7f6e8 30%, #ded7a1 50%, #bbae3d 100%);   */

  /* background: -moz-linear-gradient(top,  #2b7976 0%, #266464 17%, #235859 34%, #1f494b 48%, #1e4144 62%, #1a3337 76%, #192c31 88%, #17262c 100%);
background: -webkit-linear-gradient(top,  #2b7976 0%,#266464 17%,#235859 34%,#1f494b 48%,#1e4144 62%,#1a3337 76%,#192c31 88%,#17262c 100%);
background: linear-gradient(to bottom,  #2b7976 0%,#266464 17%,#235859 34%,#1f494b 48%,#1e4144 62%,#1a3337 76%,#192c31 88%,#17262c 100%); */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b7976', endColorstr='#17262c', GradientType=0);

}

.modal-header {
  border-radius: 0px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  /* background-color: #3aafa9 !important; */
  font-weight: bold;
}

.bgcolor {
  background-color: #c7ba3c !important;
}

.highlight {
  color: #c7ba3c;
}

.ex-radio input[type="radio"]:checked+label::after {
  background-color: #c7ba3c;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* .whitefilter
{
 filter: brightness(0) invert(1);
} */

/* .colormenu {
 color: #CABF68 !important;
} */

.colormenu {
  color: #c7ba3c !important;
}

.text-black {
  color: #000 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.display-unset {
  display: unset !important;
}

.c_tooltip {
  position: relative;
  display: inline-block;
  
}


.c_tooltip .c_tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
 
}


.c_tooltip .c_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.c_tooltip:hover .c_tooltiptext {
  visibility: visible;
  opacity: 1;
}





/* .alicebluebackground
{ 
 background-color: #f4f1df  !important;;
} */

.alicebluebackground {
  /* background-color: aliceblue !important; */
  background-color: #f4f1df !important;
  
}


.fontsize12px {
  font-size: 12px !important;
}

.coloforestgreen {
  color: forestgreen !important;
}









.fontsize8px {
  font-size: 12px !important;
  text-align: center;
}

.custom-modal-header {
  border-radius: 0px !important;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background-color: #3aafa9 !important;
  font-weight: bold;
}

.tobacoBtn {
  height: 30px;
  width: 50px;
  border: solid 1px black;

}



/* tobacco radio button */
.radioInputSelect[type="radio"] {
  -webkit-appearance: none;
}

.radioInputLabel {
  width: 76px;
  border: 1px solid black;
  margin: auto;
  border-radius: 3px;
  color: black;
  text-align: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 25px;
  cursor: pointer;
}

.radioInputSelect[type="radio"]:checked+.radioInputLabel {
  background-color: #000000;
  color: white;
}

.borderradius3px {
  border-radius: 3px !important;
}

/* .borderrightcolor
{
 border-right: 1px solid lightskyblue !important;
} */


.popupNextBtn {
  /* height: 55px; */
  width: 76px;
  border: 1px solid black;
  margin: auto;
  border-radius: 3px;
  color: black;
  text-align: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 25px;
  cursor: pointer;
}
.popupNextBtn-valid {
  /* height: 55px; */
  width: 102px;
  border: 1px solid black;
  margin: auto;
  border-radius: 3px;
  color: black;
  text-align: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 25px;
  cursor: pointer;
}

.modalclasscenter {

  margin: 0 auto;
  /* display: table; */
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  /* transform: translateY(-50%); */
}

.padding6px {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.pdfcustom {
  /* position: absolute; */
  right: 0px;
  top: 0px;
}

.labelbtn {
  position: relative;
  bottom: 3px;
}

.max-width {
  max-width: 100% !important;
}




.toggle-container {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 31px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.toggle-container input {
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  transition: 0.4s;
  pointer-events: none;
}

.slider::before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 15px;
  bottom: 7px;
  background-color: #fff;
  transition: 0.2s;
  pointer-events: none;
}

.slider::after {
  position: absolute;
  content: "Yearly";
  height: 25px;
  width: 23px;
  right: 23px;
  bottom: 1px;
  transition: 0.2s;
  color: #fff;
  pointer-events: none;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:checked+.slider:before {
  transform: translateX(40px);
}

input:checked+.slider:after {
  content: "Monthly";
  left: 5px;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen and (min-width: 1350px) {
  .landingMenuBarMarginRight {
    margin-left: 80px !important;

  }
}

@media screen and (min-width: 1450px) {
  .landingMenuBarMarginRight {
    margin-left: 115px !important;

  }
}

.divright {
  margin-left: auto;
  margin-right: 0;
}

.colorgrey {
  color: gray !important;

 }



.paddingleft0px {
  padding-left: 0px !important;
}

.anoymoustext {
  padding-left: 4px;
  color: #666;
}

.margintop5px {
  margin-top: 5px;
}

.margintop10px {
  margin-top: 10px;
}

.menu_navs {
  float: right !important;
}

.loginprofile {
  border: 1px solid #ffffff;
}


.modal.fade.modal-right .modal-dialog {
  transform: translate(125%, 0px);
}

.modal.show.modal-right .modal-dialog {
  transform: none;
}

.boxes1 {
  background-color: white;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 35%);
  border-radius: 5px;
  padding: 8px;
  margin: 5px;
}

.boxesnew {
  width: 100%;
  display: block;

}

.roundbutton {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flexdisplay {
  display: flex;

}

.callmenum {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

.labelBackground {
  background-color: #b9ac39;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.kshclick {

  position: absolute;

  font-size: 46px;


  float: right;

  /* left: 20px; */

  right: 46px;

  top: 25px;



}



/* compare company checkbox */
.ex-radios1 input[type="checkbox"]:checked+label {

  border: solid 2px #c7ba3c;
  /* padding: 5px; */
}


.compareInput {
  position: absolute;
  /* right: 8px; */
}

.compareTableCell {
  width: 20%;
  height: 30%;
}

.compareTableElement {
  margin-top: 10px;
}

.borderless .table td, .table th {
  border-top: none !important;
  /* margin: 10px; */
}

.borderless tbody {
 border-top: none !important;
 /* margin: 10px; */
}
.alignStraightComapre td{
 /* margin : 10px; */
 /* color: red; */
 margin-top: 10px;
 margin-bottom: 10px;
}

/* Created by surya for motor insurance */

.widthFit {

  width: fit-content
}

.motorTabs.active {

  background-color: #555555 !important;
color: white !important;
  border-color: #baad3c !important;

}

.motorTabContent {

  border: 1px solid #baad3c;

  padding: 1%;

}

.outlineZero:focus {

  outline: 0 !important;

}
.compareNoteCenter{
 margin-left: 25%
}




.radioInputLabel1 {
 height: 55px;
 width: 100px;
 border: 1px solid black;
 position: relative;
 margin: auto;
 border-radius: 3px;
 color: black;
 text-align: center;
 justify-content: center;
  padding-top: 13px; 
 /* font-weight: bolder; */
 font-size: 25px;
}

.radioInputSelect1[type="radio"]:checked+.radioInputLabel1 {
 background-color: #000000;
 color: white;
}


.kshclick{

 position: absolute;

 font-size: 46px;


 float: right;

 /* left: 20px; */

 right: 46px;

 top: 25px;



}



/* compare company checkbox */ 
.ex-radios1 input[type="checkbox"]:checked +label   { 

 border: solid 2px #c7ba3c; 
 /* padding: 5px; */
} 


.compareInput{
position: absolute;
/* right: 8px; */
}

.compareTableCell{
 width: 20%;
 height: 30%;
 }
 .compareTableElement{
     margin-top: 10px;
 }
 .borderless table tr td {
     border: none !important;
 }
.selectedpremiumproduct
{
 background-color: #555555 !important;
 color: #f4f1df  !important;
 border-radius: 7px !important;
}

.pageheadingblack
{    
 letter-spacing:3px;
 margin-top: 0.6%;
 font-weight:bold;
 text-transform: uppercase;
 background-color: #555555 !important;
 color: white !important;
 border-radius: 7px !important;
 text-align: center;
 padding: 7px;
 margin-left: 0.5%;
 margin-right: 0.5%;
 margin-bottom: -0.5%;
}
.dynamicsectionheading
{
 font-weight: bold;
}

.dynamiclabelBackground{
 color: #b9ac39;
 /* background-color: #b9ac39; */
 text-align: center;
 justify-content: center;
 padding-top: 10px;
 padding-bottom: 10px;
 }
 .margincls
 {
   margin-bottom: 0.5% !important;
   margin-left: 0%;
   margin-right: 0%;
 }



hr { 
 display: block; height: 1px;
 border: 0; ;
 border-top: 1px solid #b9ac39 !important;
 margin: 1em 0; padding: 0; 
}
@media (min-width: 1000px) and (max-width: 1284px) {
 .fontsize13 {
   font-size: 12px !important;
}
.fontsize14 {
 font-size: 13px !important;
}
 #note {
   text-align: center;
 font-size: 1vw;
   color: Black;
 }
 .landingMainMenu {

   /* font-size: 15px !important; */

   font-weight: bold !important;

   font-size: 1.02vw !important;

 }
 .fontsize11vw
 {
   font-size: 1.1vw;
 }
 .listfont {

   color: #000;

   /* font-size: 20px; */

   font-size: 1.3vw;

 }
   .fontsize25px {

     /* font-size: 23px !important; */

     font-size: 1vw;

   }
/* @media only screen and (min-width: 1350px) (max-width: 1299px) { */
 .fontsize44px {
   /* font-size: 39px !important; */
   font-size: 2.5vw;
 }
 
 .fontsize22px {
   font-size: 18px;
   /* font-size: 22px !important; */
 }
 .listfont {
   color: #000;
   /* font-size: 20px; */
   font-size: 1.3vw;
 }
 
 .fontsize25px {
   /* font-size: 23px !important; */
   font-size: 1vw;
 }
 
 .fontsize14pxsemi {
   font-size: 0.9vw;
   /* font-size: 14px; */
   font-family: 'MontserratSemiBold' !important;
 }
 
 .landingMainMenu {
   /* font-size: 15px !important; */
   font-weight: bold !important;
   font-size: 1.02vw !important;
 } .paddingleft
 {
   padding-left: 3% !important; 
 }

 .marginleft2per {
   margin-left: 4% !important;
 }

 .form-check-input {
   position: absolute;
   margin-top: 0.1rem;
   margin-left: -1.05rem;
 }
 }

 @media (min-width: 1300px) and (max-width: 1486px) {
   .marginleft2per {
     margin-left: 4% !important;
   }
   .fontsize13 {
     font-size: 12px !important;
 }
 .fontsize14 {
   font-size: 13px !important;
}
   #note {
     text-align: center;
   font-size: 1vw;
     color: Black;
   }
   .lineheight30px {
     line-height: 30px !important;
   }
 
   .marginleft5perdesktop {
     margin-left: 5% !important;
   }
 
   .menucss {
     margin-left: 8% !important;
     border: 0px !important;
     border-radius: 0px !important;
   }
 
   .floatrightdesktop {
     margin-left: 33%;
   }
   .landingMenuBarMarginRight {
     /* margin-left: 250px; */
     margin-left: 80px !important;
 }

 .fontsize44px {
   /* font-size: 39px !important; */
   font-size: 2.5vw;
 }
 
 .fontsize22px {
   font-size: 1vw;
   /* font-size: 22px !important; */
 }
 .listfont {
   color: #000;
   /* font-size: 20px; */
   font-size: 1.3vw;
 }
 
 .fontsize25px {
   /* font-size: 23px !important; */
   font-size: 1vw;
 }
 .fontsize14pxsemi {
   font-size: 0.9vw;
   /* font-size: 14px; */
   font-family: 'MontserratSemiBold' !important;
 }
 
 .landingMainMenu {
   /* font-size: 15px !important; */
   font-weight: bold !important;
   font-size: 1.02vw !important;
 }
 .paddingleft
 {
   padding-left: 3%;
 }
 }

 /* @media only screen and (min-width: 1350px) (max-width: 1299px) { */
.loginimgw{
 width: 150px !important;
}
   .fontsize44px {

     /* font-size: 39px !important; */

     font-size: 2.5vw;

   }

  .sign{
   font-size: 1.2vw !important;
  }

   .fontsize22px {

     /* font-size: 1.3vw !important; */

     font-size: 22px !important; 

   }

 

  .hidevalue{
   display: none !important;
  }

  .listfont {

   color: #000;

     font-size: 20px;  

 }
   .fontsize25px {

      font-size: 23px !important;  

     

   }

  

   .fontsize14pxsemi {

     font-size: 0.9vw;

     /* font-size: 14px; */

     font-family: 'MontserratSemiBold' !important;

   }

  

   .landingMainMenu {

     /* font-size: 15px !important; */

     font-weight: bold !important;

     /* font-size: 1.02vw !important; */

   }


  
   @media (min-width: 425px) and (max-width: 1000px) {

     .hidevalue{
       display: none !important;
      }
   .paddingleft
   {
     padding-left: 3%;
   }
   }


.Quotationno
{
background-color: #f4f1df;
 /* padding: 7px; */
 width: 100%;
 border-radius: 7px;
 margin-top: 10px;
 font-size:14px;

}
/* Term Insurance new css created by surya */
.font-size23{
 font-size: 23px;
}
.font-size21{
 font-size: 21px;
}
.font-size17{
 font-size: 17px;
}
.font-size16{
 font-size: 16px ;
}
.font-size14{
 font-size: 14px;
}
.font-size12{
 font-size: 12px;
}
.font-size13{
 font-size: 13px;
}
.listfontTerm {
 color: #000;
 font-size: 17px;
}
.montserratSemiBold {
 font-family: 'MontserratSemiBold' !important;
}
.flexwrapInitial{
 flex-wrap: initial !important;
 
}
.alignItemsCenter{
 align-items: center;
}
.termCard{
 height: 98px; 
 border: none;
}
.login-sec-width{
 width: 350px;
 float: right;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.termCardGroup{
 width: 100%;
}
.insuranceImg{
 width: 43%;
}
.termMainRow{
 width: 100%;
}
.termFaq{
 width: 84%;
 margin: auto;
}
.termFaqHeader{
 width: auto;
}
/* Mobile */
@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 480px)  {
.login-sec-width{
 width: 270px;
 float: unset;
 margin: auto;
 margin-top: 13% !important;
}
.termCardGroup{
 width: 88% !important;
 margin: auto !important;
 margin-top: 7% !important;
}
.getUpto10{
text-align: center;
font-size: 14px;
}
.insuranceName{
 margin-top: 1%;
 text-align: center;
 font-size: 20px;
}
.insuranceImg{
   width: unset !important;
   margin-bottom: 5%;
}
.tickListMargin{
 width: max-content;
 margin-left: -13% !important;
}
.highlight {
 color: #a79912 !important;
 font-size: 17px;
 text-decoration:underline;
 cursor: pointer;
}
.termFaq{
 width: 80% !important;
}
.listfontTerm {
 font-size: 14px;
}
.hideImageInphoneView {
  display: none;
}
}
@media only screen   
and (min-device-width : 360px)   
and (max-device-width : 640px) {
 .login-sec-width{
   width: 310px;
   float: unset;
   margin: auto;
   margin-top: 13% !important;
 }
 .termCardGroup{
   width: 88% !important;
   margin: auto !important;
   margin-top: 7% !important;
 }
 .getUpto10{
   text-align: center;
   font-size: 14px;
   }
 .insuranceName{
   margin-top: 1%;
   text-align: center;
   font-size: 20px;
 }
 .insuranceImg{
   width: unset !important;
   margin-bottom: 5%;
}
 .tickListMargin{
   /* margin-left: 0% !important; */
 }
 .highlight {
   color: #a79912 !important;
 }
 .termFaq{
   width: 80% !important;
 }
 .listfontTerm {
   font-size: 14px;
}
}
/* Tab */
@media only screen   
and (orientation : landscape)   
and (-webkit-min-device-pixel-ratio: 1)  
and (min-device-width : 768px)   
and (max-device-width : 1007px)  {
 
 .login-sec-width{
   width: 310px;
   float: unset !important;
   margin: auto;
 }
}
@media only screen   
and (orientation : portrait)   
and (-webkit-min-device-pixel-ratio: 1)   
and (min-device-width : 768px)   
and (max-device-width : 1007px) {
 
 .login-sec-width{
   width: 310px;
   float: unset;
   margin: auto;
 }
}
@media only screen     
and (min-device-width : 1920px)
and (max-device-width : 1920px) {
 .termMainRow{
   width: 80% !important;
   margin: auto;
 }
 .termFaq {
   width: 69%;
   margin: auto;
}
}
@media only screen       
and (min-device-width : 2560px)
and (max-device-width : 2560px) {
 .termMainRow{
   width: 65% !important;
   margin: auto;
 }
 .termFaq {
   width: 56%;
   margin: auto;
}
}
@media only screen   
and (min-device-width : 1024px)
and (max-device-width : 1024px) {
 .widthMaxContent{
   width: max-content;
 }
 .font-size23{
   font-size: 20px;
 }
 .login-sec-width{
   width: 265px;
   margin: auto;
 }
 .termCardIcons{
   width: 40px;
   height: 40px;
 }
 .termCard {
   display: flex;
   justify-content: center;
   height: 98px;
   border: none;
 }
.termCardText{
   font-size: 13px;
 }
 .listfontTerm {
   font-size: 15px;
 }
 .getUpto10{
   font-size: 13px !important;
 }
 .insuranceImg{
   margin-top: 7%;
 }

}
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px) {

} 
.logoCompareIcon {
 /* width: 100px;
 height: 70px;
 border: solid grey 5px !important; */
 float: left;
   /* width:  100px;
   height: 100px; */
   object-fit: cover;
}

.pageheadingblack1
{    
 background-color: #555555 !important;
 color: white !important;
 padding: 7px;
 margin-left: 0.5%;
 margin-right: 0.5%;
 margin-bottom: -0.5%;
}

.menuDropDownOpt{
  width: auto;
}

.cusDFlex{
  display: flex !important;
  background-color: white;
}
.padTop23px{
  padding-top: 23px;
}

.he100pxPad25px{
  /* height: 100px;  */
  padding: 18px;
}
.headingt{
  color: black;
  font-size: 22px;
}
.disabled{
  pointer-events: none;
}

.productHomeTitle
{
  font-size: 28px;
}

.fontSize5px{
  font-size: 11px !important;
}

.EnterCapital{
  text-transform:uppercase
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
  .sign{
  font-weight: 500;
  font-size: 20px !important;
  color: #000 !important;
}

.btns_log {  border-radius:5px !important;
  background-color:#b9ac39 !important;
   transition: all 0.4s ease-in-out;
   font-size: 15px;
   font-weight: 500;
   color: #fff !important;
   padding:8px 60px !important; 
 }

.termcond{
  color: #a79912 !important;
  font-size: 17px;
  text-decoration:underline;
  cursor: pointer;
}


@media only screen and (max-width: 800px) {
  .smalfontsize25{
    font-size: 25px !important;
  }
  .smalfontsize23{
    font-size: 23px !important;
  }
  .smalfontsize15{
  font-size: 15px !important;
}
.smalfontsize22{
  font-size: 22px !important;
}
.smallmarginscreen{
  margin-top: 80px !important;
}
.smallcontents{
  display: contents !important;
}
}
@media only screen and (min-width: 760px) and (max-width: 900px) {
  .mediafontsize14{
    font-size: 14px !important;
  }
  .mediafontsize23{
    font-size: 23px !important;
  }
}


/* compare page */
.compareElements {
  margin: 10px;
  justify-content: center;
  /* font-size: 25px; */
}
.compareElementscato {
  margin: 10px;
  justify-content: center;
  /* font-weight: bolder; */
}
.marginleftess{
  margin-left: 95px !important;
}
@media only screen and (max-width : 480px) {
  .compareElements {
    margin: 1px;
    justify-content: left;
    font-size: 14px;
  }
  .compareElementscato {
    margin: 1px;
    justify-content: center;
    font-weight: normal;
  }
  .marginleftess{
    margin: 1px !important;
  }
  .letterspacing{
    letter-spacing: 0px
  }

  .cusbtns{
    display: block !important;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1px solid transparent;
    padding: 0rem 0rem !important;
    font-size: 1rem;
    line-height: 0.25;
    border-radius: 0.25rem;
    transition: all 0.15s 
  }

}

.marginBottommmm{
  margin-bottom: 10px !important;
  }

  .cusbtns{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s 
  }

  .login-blockmotor {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0;
  }

  .boxblur
  {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(8px);
    /* width: 100px;
    height: 100px;
    background-color: #ccc; */
  }

  .blurcssstext
  {
    margin-top: -40%;
    position: absolute;
    font-weight: bold;
  }
.semicolnspace{
  padding-left: 5px;
  padding-right: 5px;
}
.marginleft4px{
  margin-left: 6px;
}

.sansFontTC{
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

.capitalizeInputFields{
  text-transform: uppercase;
}

.btn-width-p{

  width: 100px;
}

.color000ea2{
  color: #000ea2 !important
}

body{
  overflow-x: hidden !important ;
}

.form-control-Otp {
  /* display: block; */
  width: 35%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  /* border-radius: 0.25rem; */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bordercustomIconSelect{
  border: 1px solid black;
  border-radius: 5px;

}

.moreButtonExpan{
  font-size: 10px !important;
}


.formControlCustomTermOtp{
  text-align: center;
  width: 50%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 }

 .formControlCustomTermAmount{
  text-align: center;
  /* width: 50%; */
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 }

 .left-right-margin-inputrow3{
  margin-right: 7.5rem !important;
  margin-left: 9.5rem !important;
 }
 .paddleft6{
  padding-left: 6rem !important;
}
.paddright6{
  padding-right: 6rem !important;
}
.tdboxbg {
  background-color: #C7BA3C !important;
  width: auto;
  text-align: center;
  color: white !important;
  border: 1px solid #797979;
  /* border-right: none; */
}
.modal-body 
{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px !important;
}


.tableResponsivescroll{
  overflow-x: scroll !important;
}

.marfinleft55per{
  margin-left: 55%;
}

.verticalAlignMiddle{
  vertical-align: middle !important;
}
.form-control-PayemntRefernece {
  /* display: block; */
  width: 60%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  /* border-radius: 0.25rem; */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.marginleft13p{
  margin-left: 13px ;
}

.logoTable{
  padding: 0.20rem;
  margin: 0.20rem;
}
.logoTableTr{
  padding: 0.20rem;
  margin: 0.20rem;
}
.logoTableTd{
  padding: 0.5rem;
  margin: 0.20rem;
}
.modalborderradius{
  border-radius: 0px !important;
}

.customH3Tag{
display: block;
font-size: 1em;
font-weight: bold;
}

.inputLabelGrp{
  width: 100px;
  justify-content: center;
}

.centeringTermsPremiumPopup{
  width: 75% !important;
  margin-left: 12.5%;
}

.disablecustom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.disablecustom-select::-ms-expand {
  display: none;
}
.widthundredper{
  width: 100%;
}
.customH5Tag{
  display: block;
font-size: .83em;
margin: 1.67em 0 1.67em 0;
font-weight: bold; 
}


.whitSpaceNoWrap{
  white-space: nowrap;
}

.dashedBorder{
  border: solid 1px black;
  width: 100%;
  border-style: dashed;
}

.addBeneficiaryButtonCenter{
  margin-top: 19%;}
.text-index
label{
  text-indent: -11px !important;
}
.imageBackgroundWhite{
  background-color: #ffffff;
}

.fontSize14PxImp{
  font-size: 14px !important;
}

.verticalAlignTop{
vertical-align: top;
}
.whiteSpaceNowrap{
  white-space: nowrap !important;
}

.text-left-responsive{
  text-align: left !important;
}
.text-right-responsive{
  text-align: right !important;
}
.text-center-responsive{
  text-align: center !important;
}
.text-center-label-responsive{
  text-align: center !important;
}
.text-right-responsive770{
  text-align: right !important;
}
.text-left-responsive770{
  text-align: left !important;
}
.marginLeft50Per{
  margin-left: 50%;
}
.marginLeftZeroPer{
  margin-left: 0%;
}
.text-left-responsive-mob-tab{
  text-align: left !important;
}
.text-right-responsive-mob-tab{
  text-align: right !important;
}
.text-center-responsive-mob-tab{
  text-align: center !important;
}
.text-center-label-responsive-mob-tab{
  text-align: center !important;
}


.form-check-inputCus
{
position: absolute;
margin-top: 0.20rem !important;
margin-left: -1.25rem;
}

.form-check-labelCus {
    /* padding-left: 1.25rem; */
    margin-bottom: 0;
}
.marginBottomHalfRem{
  margin-bottom: 0.50rem;
}
.marginTopQuaterRem{
  margin-top: 0.15rem;
}
.aicCustom{
  display: flex;
align-items: center;
}

.lineHightzeropx{
  line-height: 0px !important;
}

.lineheight20px{
  line-height: 20px;
}

.btn-blockCus{
  width: 100%;
}
.btn-blockCus{
	max-width: 100px !important;
}
.btn-blockCus1{
	max-width: 110px !important;
}
.excessRiderMaxWidth200{
  max-width: 250px !important;
}
.excessRiderBorderRadius{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.user-selectstar{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.text-right-responsive990{
  text-align: right !important;
}
.text-left-responsive990{
  text-align: left !important;
}
.text-right-responsiveexcess{
  text-align:right !important;
}
.text-left-responsiveexcess{
  text-align:left !important;
}
.text-center-responsiveexcess{
  text-align:center !important;
}


.productScreenFilters{
  color: #000;
  background-color: white;
  letter-spacing: 1px;
  border-radius: 5px;
  height: 90%;
  letter-spacing: 1px;
  font-size: 12px;
  border: 2px solid #c7ba3c;
  text-align: center;
  vertical-align: bottom;
}

.imageCompareResponsive{
  width: 100px !important;
  height: 60px !important;
}
@media (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
  .mobile-hide-colon {
    display: none;
  }
  .mobile-center{
      text-align: center;
  }
  .text-left-responsive{
      text-align: center !important;
  }
  .text-right-responsive{
    text-align: center !important;
  }
  .text-center-responsive{
      text-align: center !important;
  }
  .text-center-label-responsive{
      text-align: left !important;
  }
  .fontsize15pxRes{
    font-size: 14px !important;
  }
  .whiteSpaceNowrap{
    white-space: normal !important;
  }
  .mlnineper{
    margin-left: 11% !important; 
   }
   .tdTagWordBreak{
    word-break: break-all;
  }
  .logoTableTd{
    padding: 0.20rem;
    margin: 0.20rem;
  }
  .resPaddingZero{
    padding: 0px !important;
  }
  .text-left-responsive-mob-tab{
    text-align: center !important;
  }
  .text-right-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-label-responsive-mob-tab{
    text-align: center !important;
  }
  .text-right-responsiveexcess{
    text-align:center !important;
  }
  .text-left-responsiveexcess{
    text-align:center !important;
  }
  .text-center-responsiveexcess{
    text-align:center !important;
  }
  .productScreenFilters{
    color: #000;
    background-color: white;
    letter-spacing: 1px;
    border-radius: 5px;
    height: 90%;
    letter-spacing: 1px;
    font-size: 12px;
    border: 2px solid #c7ba3c;
    text-align: center;
    vertical-align: bottom;
    width: 60%;
  }
  .imageCompareResponsive{
    width: 70px !important;
    height: 33px !important;
  }
  .Mycalss{
    /* border: 2px solid black; */
    margin-right: 20px;
  }
  .dynamicLogoFixing {
    max-width: 240px
  }
  .mobilemargin-1{
    margin: 0.25rem !important;
  }
  .smallest-radio {
    transform: scale(0.9);
  }
  .text-index label{
  text-indent: -9px !important;
}
}

@media (min-width: 600px) {
  .dynamicLogoFixing {
    /* max-height: 70px; */
    max-width: 160px
  }
}

@media (min-width: 600px) and (max-width: 770px) {
  .text-right-responsive770{
    text-align: center !important;
  }
  .text-left-responsive770{
    text-align: center !important;
  }
  .text-left-responsive-mob-tab{
    text-align: center !important;
  }
  .text-right-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-label-responsive-mob-tab{
    text-align: center !important;
  }
  .mobile-hide-colon {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width:1300px) {
  .whiteSpaceNowrap{
    white-space: normal !important;
  }
  .logoTableTd{
    padding: 0.20rem;
    margin: 0.20rem;
  }
  .fontsize15pxRes{
    font-size: 14px !important;
  }
  .mobile-hide{
    display: none;
  }
  .mobile-hide-colon {
    display: none;
  }
  .text-left-responsive-mob-tab{
    text-align: center !important;
  }
  .text-right-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-label-responsive-mob-tab{
    text-align: center !important;
  }
  .productScreenFilters{
    color: #000;
    background-color: white;
    letter-spacing: 1px;
    border-radius: 5px;
    height: 90%;
    letter-spacing: 1px;
    font-size: 12px;
    border: 2px solid #c7ba3c;
    text-align: center;
    vertical-align: bottom;
    width: 95%;
  }
}
@media(min-width: 1200px) and (max-width:1300px){
  .mobile-hide-colon {
    display: inherit;
  }
  .text-left-responsive-mob-tab{
    text-align: left !important;
  }
  .text-right-responsive-mob-tab{
    text-align: right !important;
  }
  .text-center-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-label-responsive-mob-tab{
    text-align: center !important;
  }
}
@media (max-width: 992px){
  .text-right-responsive990{
    text-align: center !important;
  }
  .text-left-responsive990{
    text-align: center !important;
  }

  .text-left-responsive-mob-tab{
    text-align: center !important;
  }
  .text-right-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-label-responsive-mob-tab{
    text-align: center !important;
  }
  .mobile-hide-colon {
    display: none;
  }
}
@media (max-width : 767px){
  .headtitle {
    display: none;
  }

  .text-left-responsive-mob-tab{
    text-align: center !important;
  }
  .text-right-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-responsive-mob-tab{
    text-align: center !important;
  }
  .text-center-label-responsive-mob-tab{
    text-align: center !important;
  }
  .mobile-hide-colon {
    display: none;
  }

}

@media (min-width:450px) and (max-width : 766px){
  .text-right-responsiveexcess{
    text-align:center !important;
  }
  .text-left-responsiveexcess{
    text-align:center !important;
  }
  .text-center-responsiveexcess{
    text-align:center !important;
  }
}


.flexible-table {
  width: 100%;
  table-layout: fixed !important ;
}

.flexible-table td {
  width: 50%;
  word-wrap: break-word !important;
}

.fontSize22Px{
  font-size:22px !important;
}



.marTB20rem{
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}

.mart20rem{
  margin-top: 0.17rem;
}

.input-group-Cus {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%;*/
}
.btn-Trash{
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent !important;
/* padding: 0.5rem 0.75rem; */
font-size: 1rem;
line-height: 1.25;
border-radius: 0.25rem;
transition: all 0.15s ease-in-out;
color: white !important;
background-color: #b9ac39 !important;
cursor: pointer;
}

.bgColorLightGrey{
  background-color: lightgray;
}

.letterspacing05p {
  letter-spacing: 0.5px !important;
}

.portals {
  font-family: "Open Sans", sans-serif;
  /* font-size: 17px; */
  /* padding-top: 45px; */
  font-weight: 500;
  line-height: 30px;
}

.width10Per {
  width: 16.66% !important;
}

.overflowTd{
  overflow: auto;
}

.borderrightSolidOnePxBlack{
  border-right: solid 1px black;
  border-left: solid 1px black;
}
.bordertOPonepxblack{
  border-top: 1px black solid !important;
}
.borderbottomOpxBlack{
  border-top: 1px black solid !important;
}

/* .dynamicLogoFixing{
  max-height:70px;
  max-width:160px
} */

.compareLogo{
  width: 120px;
  height: 80px;
}
.seperateLineDiv{
  border: solid 1px #b9ac39;
}

.modalCenterAlign{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modalclasscenter10 {

  margin: 0 auto;
  /* display: table; */
  position: absolute;
  left: 0;
  right: 0;
  top: 12%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  /* transform: translateY(-50%); */
}

.popupScroll{
  overflow: auto !important;
}

.disableInputCheckBox{
  pointer-events: none !important;
  opacity: 0.5 !important;
}