<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Anton&amp;display=swap);
.bg_color2 {
  background: #d1d1d1 !important;
  font-weight: 909 !important;
}

.bg_color1 {
  background: #e5e5e5 !important;
}

.box {
  text-align: center;
  border: 2px solid #5091cd;
  height: auto;
  background: var(--white);
  background-color: transparent;
  height: 300px;
  position: relative;
  margin: 30px 0px;
}

.basic .title {
  background: #058d050d;
}

.standard .title {
  background: #058d050d;
}

.business .title {
  background: #058d050d;
}

.view {
  display: block;
  width: 100%;
  padding: 30px 0 20px;
  background: #fff;
  /* border-radius: 10px; */
  /* border: 1px solid #2a2a7a; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

i.fa.fa-check-circle.icon-cs {
  font-size: 16px;
  color: green;
}

.icon {
  display: flex;
  justify-content: center;
}

.icon img {
  width: 100px;
}

.cost {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 8px;
}

.amount {
  font-size: 2.8em;
  font-weight: bolder;
}

.description {
  margin: 30px auto;
  font-size: 0.8em;
  color: #7d7c7c;
  text-align: left;
}

ul {
  list-style: none;
}

.button {
  margin: 0 auto 30px;
}

button {
  height: 30px;
  width: 250px;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #7d7c7c;
  border: 2px solid var(--dark-gray);
  border-radius: 50px;

  background: transparent;
}

/*button:hover {
    color: var(--white-smoke);
    transition: 0.5s;
    border: none;

    background: var(--bright-orange);
}
*/
/* Responsiveness:Start */
ul.content-slider {
  padding-left: 0 !important;
}
.content-slider li {
  margin-top: 0 !important;
  padding: 0px !important;
}
.content-slider li img {
  padding: 30px !important;
}
.lSSlideOuter .lSPager.lSpg {
  display: none !important;
}
.selectbox {
  margin-bottom: 10px;
  margin-top: 10px;
}
span.new {
  font-size: 12px;
  margin-left: 0;
  padding-bottom: 15px !important;
}
.tooltipCustom .tooltiptextCustom {
  visibility: hidden;
  width: 150px;
  background-color: #fffce4;
  color: #000;
  text-wrap: wrap;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  white-space: pre-line !important;
  z-index: 9999;
  font-size: 12px;
  text-align: left;
  line-height: 22px;
  border-bottom: 0px dotted #ccc;
}
a.btn.btn-primary {
  border-radius: 5px !important;
}
.form-check-label {
  font-size: 12px !important;
}
.setImg {
  min-height: 150px !important;
  overflow: hidden;
  max-height: 150px !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
}
.content-slider .imgCard {
  min-height: 130px;
  overflow: hidden;
  height: 130px;
}
.stateBlockHeight .card-text {
  text-align: left !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #000 !important;
  min-height: 50px !important;
}
.state p {
  text-align: left;
  color: #000;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 160%;
  padding-top:5px;
  min-height:50px;
}
.w3-content {
  padding: 0;
  position: relative;
  overflow:hidden;
}
.w3-content .w3-button {
  position: absolute;
  border: 0;
  background: #cccccca9;
  padding: 4px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
.w3-content .w3-display-left {
  top: 50%;
  left: 12%;
}
.w3-content .w3-display-right {
  top: 50%;
  right: 12%;
}
.w3-content .mySlides {
  min-height: 150px;
}
.card-title {
  font-size: 24px!important;
  width: 95% !important;
  min-height:50px!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto !important;
  margin-bottom: 5px !important;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #545454!important;
}
.stateBlockHeight {
  min-height: 500px !important;
  max-height: 500px !important;
}

.sponsored {
  position: absolute;
  background: #c9c9c9;
  color: #fff !important;
  padding: 3px 7px;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 11px !important;
  font-weight: bold !important;
  border-radius: 2px;
  top: 10px;
  right: 10px;
}
.pagination a {
  background: #ccc;
  padding: 5px;
  margin: 2px;
  border-radius: 4px;
}
.pagination span.current {
  background: #41a44b !important;
  padding: 7px 10px;
  height: 33px;
  color: #fff;
  font-weight: bold;
  margin: 2px 1px;
  border-radius: 4px;
}
.heighOverflowTwoLines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto !important;
  margin-bottom: 5px!important;
}
.tags {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
}
.blogImgSize{
  width: 100% !important;
  min-height: 200px;
  max-height: 200px;
  border-radius: 4px;
}
.darkBgFontColorWhite{
  color:#fff!important;
  z-index: 999;
  margin-top:-15px!important;
}
ul.searchbylocation{
  margin:0;
  padding:0;
  list-style: none;
}
ul.searchbylocation li{
  display:inline-block;
  margin: 0;
  padding: 0;
  width:49%;
  color: #000;;
}
ul.searchbylocation li:before{
  content: none;
}
ul.searchbylocation li.width28per{
  width:22%;
}
ul.searchbylocation li.width16per{
  width:10%;
  text-align: right;
}
ul.searchbylocation li.width16per .search{
  margin-top:-5px;
}
ul.searchbylocation input{
  height:auto;
}
input::placeholder{
  color: #000!important;
  opacity: 1;
}
.treatCat{
    font-size: 11px;
    padding: 5px 10px 5px 0px;
    font-weight: 500;
    margin-right:5px;
    min-height:35px;
    overflow: hidden;
}
.btn-singup{
  font-weight:bold!important;
}
.btn-singup:hover{
  background-color:#145c1c!important;
}
.mt30{
  margin-top:30px!important;
}
.addressTreatmentCtr h4{
  width: 95% !important;
  min-height:50px!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 970px) {
  .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
  }

  .standard,
  .business {
    margin-top: 25px;
  }
  ul.searchbylocation li.width28per{
    width:100%;
    display: block;
    margin-top:5px;
  }
  ul.searchbylocation li.width16per {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
  ul.searchbylocation li.width16per .search{
    display:block;
    margin:10px auto;
  }
}

.icon h3 {
  color: #5091cd;
  font-weight: 600;
}

.amount {
  font-size: 1.8em !important;
  color: #5091cd;
  font-weight: bolder;
}

.detail {
  margin: auto 0 auto 5px;
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  color: #7d7c7c;
}

.card-body.state {
  padding: 20px 20px !important;
  margin-top: 10px !important;
  min-height: 240px;
}
button.btn.signup {
  top: 1191px;
  left: 1054px;
  width: 141px;
  height: auto;
  background: #5091cd;
  /*border-radius: 5px;*/
  opacity: 1;
  color: #fff;
}

p.list {
  color: #5091cd;

  font-size: 20px;
}

select.headerSelectBox {
  padding: 7px;
  font-size: 13px;
  border: 1px solid rgb(204, 204, 204);
  color: #687173;
}
p {
  font-size: 12px !important;
  font-weight: 500;
  color: #a7a0a0;
}

p.ptext {
  padding: 0px 20px;
}

button.btn.signup {
  border: none;
  border-radius: 0px;
}

h2.hed {
  text-align: center;
  font-size: 40px;
  color: #5091cd;
  font-weight: 500;
}

section.mt-4 {
  margin-top: 50px !important;
  /* margin-bottom: 40px !important; */
}

.card.center {
  text-align: center;
  margin-top: 20px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0.25rem;
}

/* Responsiveness:End */
[data-toggle="collapse"] i:before {
  content: "\f068";
}

[data-toggle="collapse"].collapsed i:before {
  content: "\f067";
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  font-family: Roboto, Arial, sans-serif;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

h1.hou {
  font-size: 33px;
  font-weight: 700;
}

img.bannimg {
  top: 0;
  /* left: 0px; */
  width: 1920px;
  height: 400px;

  box-shadow: 0px 3px 6px #00000029;
  opacity: 0.9;
}

/*.container {
  position: relative;
  text-align: center;
  color: white;
}*/
.centered h1 {
  font-size: bold;
  font-size: 40px !important;
  font-weight: bold;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1140px !important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.btn.signupm {
  position: absolute;
  z-index: 9999 !important;
  width: 150px;
  background-color: #41a44b;
  text-align: center;
  top: -16px;
  color: #fff;
  border-radius: 0px;
  left: 50%;
  line-height: 0px !important;
  transform: translateX(-50%);
}

a.btn.btn-primary.webcss1 {
  border-radius: 5px !important;
}
.head-slidb h5{
  font-size: 22px;
  padding:10px 0 0;
}
ul.searchbylocation li.width16per .search,.card-body .btn-primary{
  font-weight: bold;
  text-transform: uppercase;
}
ul.searchbylocation li.width16per .search:hover,.card-body .btn-primary:hover{
  background-color: #145c1c!important;
}
@media only screen and (max-width: 768px) {
  .banner {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .head-slidb {
    padding: 25px;
  }

  span.getpra {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .container {
    overflow-x: hidden;
  }

  h1.hou {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }

  .centered1 {
    height: 500px;
    width: 95%;
  }

  .banner img {
    height: auto !important;
    object-fit: cover;
    width: 100% !important;
  }

  img.Card-img {
    margin: 10px 0;
  }

  .insuranceCover .tabcontent {
    background: #fff;
    padding: 20px;
    border-top: 0px solid #f89938;
    float: right;
    min-width: 100% !important;
    /* min-height: 300px; */
    border-radius: 0 5px 5px 5px;
  }

  .ptb30 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .insuranceCover .insuranceCoverDetails {
    padding: 0px 0;
    margin-top: 40px !important;
    margin: 10px;
  }

  .carousel-control-next-icon {
    margin-top: -41%;
    margin-left: 49%;
    background-color: green;
    border-radius: 50%;
    padding: 14px !important;
    font-size: 12px !important;
    /* width: 60px; */
    opacity: 0.9 !important;
  }

  button.carousel-control-prev {
    height: 20px;
    border-radius: 50%;
    margin-top: -3%;
    margin-left: 0% !important;
    background-color: green;
    width: 20px;
  }

  img.imgf {
    margin-top: 4%;
  }

  .centered {
    font-family: Roboto, Arial, sans-serif;
    color: #fff !important;
    width: 100%;
    padding: 20px;
    height: 100%;
    background: #00000070;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .banner img {
    height: 330px;
    object-fit: cover;
    width: 100%;
  }

  .content {
    display: flex;
    align-items: baseline !important;
    flex-direction: row !important;
    margin: 0px auto !important;
  }

  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
    margin-top: 10px !important;
  }

  p.ptext1 {
    color: #606060;
    font-size: 13px !important;
    font-weight: 600;
    width: 100% !important;
  }

  #tableId {
    overflow-x: scroll;
  }

  .centered h1 {
    font-size: 36px !important;
    font-weight: bold;
    width: 100% !important;
  }

  .centered span {
    font-size: 18px;
  }

  button.btn.signupm1 {
    background: #41a44b;
    color: #ffff !important;
    line-height: 0px !important;
    border: none;
    border-radius: 0px;
    margin: 30px 0px;
    width: 100%;
    font-size: 14px !important;
  }
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
  margin-top: 50px !important;
}

/*pop*/
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

button.close {
  width: 0px !important;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #ffffff;
}

.btn-demo:focus {
  outline: 0;
}

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer &gt; a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

div#myModal2 {
  z-index: 100000000 !important;
}

#radioButtons {
  margin: 5px 0 10px 0;
}

input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 60%;
  background-color: #5091cd;
  color: white;
  padding: 12px 12px;
  justify-content: center !important;
  margin-top: 12px;
  border: none;
  /* border-radius: 4px; */
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #018c94;
}

.div1 {
  margin: auto;
  width: 30%;
  border-radius: 5px;
  background-color: #ededed;
  padding: 20px;
  font-family: "Work Sans", sans-serif;
}

.banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button.btn.signup.footer {
  background-color: #41a44b;
  margin-top: 30%;
}

button.btn.signup.footer1 {
  background-color: #41a44b;
  margin-top: 14% !important;
}

.icon.icon1 {
  justify-content: left;
  color: #41a44b;
}

h3.features {
  color: #2a2a72;
  font-size: 40px;
}

p.ptext1 {
  color: #606060;
  font-size: 13px !important;
  font-weight: 600;
  width: 500px;
}

img.imgf {
  margin-top: 18%;
}

button.btn.signup.footer {
  background-color: #41a44b;
  margin-top: 30%;
  width: 60%;
  padding: 8px;
  justify-content: end;
  float: right;
}

.main {
  background: #fff;
  padding: 30px;
}

.main {
  background: #fff;
  padding: 30px;
  border-top: 20px solid #41a44b;
  border-bottom: 20px solid #41a44b;
  margin: 30px 0;
}

.modal-header {
  width: 100% !important;
}

.input-radio.on:checked {
  /*  box-shadow: 0px 0px 0px 4px #00eb27 !important;*/
  color: #51ff6e !important;
}

.check {
  display: flex !important;
  gap: 20px !important;
  justify-content: Justify space between !important;
  margin-bottom: 20px !important;
}

.content {
  width: 250px !important;
}

label {
  font-weight: 400 !important;
  font-size: 15px;
}

.content {
  display: flex !important;
  gap: 10px !important;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #5091cd;
  font-size: 16px;
  font-weight: 600;
}

button.close {
  color: #5091cd !important;
  opacity: 0.9;
}

span.content {
  color: blue;
  text-align: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 30px;
}

span.price {
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  color: blue;
  font-weight: 700;
}

/*next--page*/
button.btn.search {
  width: auto;
  background-color: #41a44b;
  color: #fff !important;
  border: none;
  border-radius: inherit;
  height: auto;
  border-radius: 5px;
  padding: 7px 16px 6px;
  text-transform: uppercase;
  font-weight: bold;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.col-md-6.card {
  background-color: #fff !important;
  padding: 25px !important;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2);
}

h1.hou {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.btn-primary {
  color: #687173 !important;
  background-color: #ffffff !important;
  border-color: #687173 !important;
  border-radius: unset !important;
}

p.fillter {
  color: #687173 !important;
  font-size: 16px;
  font-weight: 600;
}

p.fillter {
  color: #687173 !important;
  font-size: 13px !important;
  font-weight: 500;
  text-align: left;
}

.card-body {
  padding: 20px !important;
}

a.btn.btn-primary.csscall {
  background-color: #41a44b !important;
  color: #fff !important;
  width: 30%;
  border: navajowhite;
}

span.new {
  font-size: 12px;
}

p.btncss {
  margin-top: 40px;
}

a.btn.btn-primary.webcss {
  background-color: #707070 !important;
  color: #fff !important;
  width: 30% !important;
  border: navajowhite;
}

.row.mt-4 {
  margin-top: 30px;
}

.row.py-4 {
  padding: 15px !important;
}

a.btn.btn-primary.webcss1 {
  background-color: #707070 !important;
  color: #fff !important;
  width: unset !important;
  border: navajowhite;
  margin: 10px 2px;
  font-size: 10px !important;
}

.carousel-control-next-icon {
  margin-top: 100%;
  margin-left: 49%;
  background-color: green;
  border-radius: 50%;
  font-size: 12px !important;
  opacity: 0.9 !important;
}

button.carousel-control-prev {
  height: 20px;
  border-radius: 50%;
  margin-top: 8%;
  margin-left: 3% !important;
  background-color: green;
  width: 20px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  /* width: 220px; */
  width: 100% !important;
}

.card {
  padding: 20px;
  min-height: 150px;
}
.mySwiper .card {
  min-height: 580px;
  max-height: 580px;
  overflow: auto;
}
a.btn.btn-primary.webcss1 {
  background-color: #707070 !important;
  color: #fff !important;
  border: navajowhite;
  margin: 0px 2px;
  font-size: 12px !important;
  padding: 3px 10px !important;
  margin-bottom: 2px !important;
}

a.btn.btn-primary-seeall {
  margin: 10px 0 !important;
  margin-top: 30px;
  color: blue;
  text-decoration: underline;
  font-size: 14px;
}

a.btn-view-all {
  font-size: 20px !important;
  text-decoration: none;
  color: #fff;
  font-weight: 600 !important;
  /* margin-top: 84% !important; */
  line-height: 60px;
}

span.leftbtn {
  float: left;
  line-height: 30px !important;
}

span.rightbtn {
  float: right;
  line-height: 30px !important;
}

p.para {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 100 !important;
}

h4.head {
  /* line-height: 30px; */
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  button.btn.signup.footer {
    background-color: #41a44b;
    margin-top: 30%;
    width: 60%;
    padding: 8px;
    justify-content: end;
    float: right !important;
  }

  a.btn.btn-primary.webcss {
    background-color: #707070 !important;
    color: #fff !important;
    width: auto !important;
    border: navajowhite;
  }

  a.btn.btn-primary.csscall {
    background-color: #41a44b !important;
    color: #fff !important;
    width: auto !important;
    border: navajowhite;
    border-radius: 5px !important;
  }
}

input[type="text"],
select {
  width: 100%;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc !important;
  box-sizing: border-box;
  padding: 10px !important;
  font-size: 15px;
  color: #000;
}
input[type="text"]::placeholder {
  color: #000;
}

form-control {
  display: block;
  width: 100%;
  height: 32px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

span.carousel-control-next-icon.mainslides {
  background-color: #000;
  margin-left: -10%;
  padding-top: 6% !important;
  margin-top: 260% !important;
}

button.carousel-control-prev.mainslidesp {
  background-color: #000 !important;
  /* margin-top: 5%; */
}

p.paragra {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 40px;
  text-align: left;
}

.btn-right {
  padding-top: 25px !important;
  text-align: right !important;
  padding-right: 15px !important;
}
.head-slidb {
  padding:0px 0 0!important;
}

figure {
  margin: 0 0 0rem !important;
}
figure.image {
  overflow: hidden;
}
figure.image img {
  border-radius: 5px !important;
}
/*gallery*/
/*body { font: 400 18px/26px Verdana, sans-serif;}
h2, h3 {
  text-align: center;
}*/

.gallery {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

figure {
  /* border: 10px solid #DADCDB; */
  margin: 10px 10px;
  padding: 0;
  padding: 5px;
}

figure.image {
  display: inline-block;
  position: relative;
}

figure img {
  display: block;
  height: auto;
  max-width: 100%;
}

figcaption {
  color: white;
  padding: 20px;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

figcaption span {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  top: 0px !important;
}

.card.img {
  padding: 0px;
}



/*



-68757575u73*/
.insuranceCover .topHeading {
  font-size: 74px;
  font-weight: bold;
  margin-top: 0;
  color: #f89938;
  text-align: center;
  position: relative;
  top: -110px;
}

.insuranceCover .tab .active {
  background: #282973 !important;
  color: #fff !important;
}

.insuranceCover .tab .tablinks {
  background: #d6d6d6 !important;
  color: #333 !important;
}

.insuranceCover .tab .active {
  background: #282973;
  color: #fff;
}

.insuranceCover .tab .tablinks {
  font-size: 1rem;
  padding: 8px 17px;
  background: #d6d6d6;
  border-radius: 5px 5px 0 0;
}

.insuranceCover .tab {
  margin-bottom: 0 !important;
}

.tab {
  margin-top: -90px !important;
}

.insuranceCover {
  background: #5091cd;
  margin: 30px 0 0 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ptb30 {
  padding-top: 30px !important;
  padding-bottom: 0px;
}

.insuranceCover .insuranceCoverDetails h2 {
  color: #fff;
  line-height: 100% !important;
  font-weight: 600;
  font-size: 28px;
}

.insuranceCover .insuranceCoverDetails {
  padding: 0px 0;
  margin-top: 40px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.d-block {
  display: block !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mt270 {
  margin-top: -270px !important;
}

.insuranceCover .tabcontent {
  background: #fff;
  padding: 40px;
  border-top: 0px solid #f89938;
  min-height: 300px;
  border-radius: 0 5px 5px 5px;
}

.insuranceCover .tabcontent h3 {
  margin: 0 !important;
  padding: 0px 25px;
  color: #707070;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.insuranceCover .tabcontent .formInput {
  margin: 10px 0;
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
  max-width: none;
}

.insuranceCover .tabcontent .form-control {
  margin-top: 0 !important;
}

.input-control .input-field,
.insuranceCover .tabcontent .form-control,
.form-control {
  margin-bottom: 5px !important;
  border-radius: unset !important;
  padding: 5px 10px !important;
  margin: 0;
}

button.btn.btn-primary.btn-block {
  background-color: #41a44b !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 0px !important;
}

p.para {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-align: left;
}

h4.head {
  color: #fff;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 20 20"%3e%3cpathfill="none"stroke="%23fff"stroke-linecap="round"stroke-linejoin="round"stroke-width="3"d="m6 10 3 3 6-6"/%3e%3c/svg%3e
  );
  font-size: 15px;
}

.form-check-input:checked {
  background-color: #008000;
  border-color: #008000;
}

.container {
  max-width: 1270px !important;
}

h4.head {
  /* line-height: 30px; */
  margin-bottom: 15px;
  margin-top: 15px;
}

.insuranceCoverDetails {
  /* margin-right: 5%; */
  margin-left: -15%;
}

.insuranceCover .tabcontent {
  background: #fff;
  padding: 20px;
  border-top: 0px solid #f89938;
  float: right;
  width: 80%;
  /* min-height: 300px; */
  border-radius: 5px 5px 5px 5px;
}

button.btn.btn-primary.btn-block1 {
  background-color: #41a44b !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 0px !important;
  font-weight: 500;
  line-height: 0px !important;
  width: 100%;
  border: navajowhite;
  /* padding: 20px; */
  height: 40px;
  padding: 0px 15px;
  border-radius: 5px !important;
}

span.getpra {
  text-align: left;
  float: left;
}

span.getpra-call {
  float: right;
}

.form-check-input:checked {
  background-color: #41a44b !important;
  border-color: #41a44b !important;
}

img.blog-img {
  width: 400px;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.related-p {
  padding: 10px 0;
  margin-top: 25px;
}
.related-p span {
  font-size: 16px;
  text-align: left !important;
}
.related-p p {
  text-align: left !important;
  font-size: 15px !important;
}
.img-sec {
  padding: 20px 5px;
}

section.mt-3.sectiontop {
  margin-top: 40px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 80% !important;
  margin: 0 auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  border-radius: 50%;
  background: white;
  width: auto !important;
  box-shadow: 0px 0px 10px #00000082;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #000;
}

select#selectbox1 {
  border: sienna;
  width: 60%;
  font-size: 16px !important;
}

.card.citys {
  justify-content: end;	
}

/* state */
button.carousel-control-next.state {
  margin-top: -2px !important;
}

button.carousel-control-prev.state {
  margin-top: 100px !important;
}

.swiper-button-next.stracss {
  margin-top: -6% !important;
}

.swiper-button-prev.stracss {
  margin-top: -6% !important;
}

.head-slidb.state {
  padding: 0;
}

span.carousel-control-next-icon {
  margin-top: 190px;
}

section.pagenation-gallery {
  margin: 0px 80px;
}

h5.card-title {
  text-align: left;
}

span.span-newyark {
  font-size: 13px !;
  font-size: 13px !important;
  margin-bottom: 80px !important;
  line-height: 0px;
}

/* p.card-text {
    margin-top: 18px;
} */

a.btn.btn-primary {
  background-color: #41a44b !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 7px 30px;
  margin-top: 10px;
  text-align: center !important;
  justify-content: center !important;
  border: none !important;
}

.card.paginations {
  position: relative !important;
  padding: 10px;
  border-radius: 10px !important;
}
li.paginations.lslide {
  position: relative !important;

  border-radius: 10px !important;
}
.card.paginations img {
  border-radius: 10px !important;
}

.card-body.pagi {
  padding: 7px !important;
}

/* p.card-text {
    margin-top: 18px;
    font-size: 10px !important;
} */

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 23px;
  left: 16px;
  /* background-color: #41A44B;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff !important;
    padding: 0px 20px;
    border-radius: 31px !important; */
}

img.card-img-top {
  height: 140px;
}

rect#bg_button_search {
  width: 140px;
  /* height: auto; */
}

.top-left svg {
  position: absolute;
  top: 0x;
  left: 0px;
  /* width: 30px !important; */
  max-width: 100px !important;
  /* min-width: 40px !important; */
}

.pagination {
  display: inline-block;
}

.pagination a {
  text-decoration: none;
  color: #000;
  float: left;
  font-size: 13px !important;
  padding: 6px 12px;
}

.pagination.right {
  float: right;
  padding: px 3px 4px !important;
}

.selectbox svg {
  width: 22px;
}

select#selectbox1 {
  border: sienna;
  width: 67%;
  font-size: 12px !important;
}

.tooltipCustom {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.tooltipCustom .tooltiptextCustom {
  visibility: hidden;
  width: 150px;
  background-color: #fffce4;
  color: #000;
  text-wrap: wrap;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  white-space: pre-line !important;
  z-index: 9999;
}

.tooltipCustom:hover .tooltiptextCustom {
  visibility: visible;
}
select.headerSelectBox {
  padding: 7px !important;
  font-size: 13px;
  border: 1px solid #ccc !important;
}
.filterSelectBox {
  display: flex;
  gap: 10px;
}

.viewFeatureBtn {
  width: 100%;
  background-color: #41a44b !important;
  color: #fff !important;
  border: none;
  border-radius: inherit;
  font-size: 15px !important;
}
#viewFeatureID {
  display: flex;
  align-items: center;
}
p.btncss1 {
  margin-bottom: 25px;
  margin-top: -15px;
}
.card.img {
  border-radius: 10px;
}
img.Card-img {
  border-radius: 10px;
}
::placeholder {
  color: #ccc !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #ccc;
}
::-ms-textera-placeholder {
  /* Edge 12-18 */
  color: #ccc;
}
textarea#exampleFormControlTextarea1 {
  color: #ccc !important;
}
label.form-check-label {
  color: #ccc;
}
.card-body.pagi p {
  /* padding: 7px !important; */
  margin-top: 20px !important;
}
a.btn.btn-primary-seeall {
  color: #5091cd !important;
  border: none;
}
/* 
riya */
.d-flex.btn-css {
  justify-content: center;
}

.amount {
  font-size: 2.4em;
  color: #282973;
  font-weight: bolder;
}

:root {
  --pinkish-red: #c35a74;
  --medium-blue: #307baa;
  --greenish-blue: #53bab5;
  --bright-orange: #ff7445;
  --white-smoke: #f5f5f4;
  --white: #fff;
  --dark-gray: #7d7c7c;
  --black: #000;
}

.bg_color2 {
  background: #d1d1d1 !important;
  font-weight: 909 !important;
}

.bg_color1 {
  background: #e5e5e5 !important;
}

.box {
  text-align: center;
  border: 2px solid #5091cd;
  height: auto;
  background: var(--white);
  background-color: transparent;
  height: 300px;
  position: relative;
  margin: 30px 0px;
}


.basic .title {
  background: #058d050d;
}

.standard .title {
  background: #058d050d;
}

.business .title {
  background: #058d050d;
}

.navigation .menu &gt; li:hover &gt; a,
.navigation .menu &gt; .current-menu-item &gt; a,
.navigation .menu &gt; .current-menu-parent &gt; a {
  color: #000;
}
.view {
  display: block;
  width: 100%;
  padding: 30px 0 20px;
  background: #fff;
  /* border-radius: 10px; */
  /* border: 1px solid #2a2a7a; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

i.fa.fa-check-circle.icon-cs {
  font-size: 16px;
  color: green;
}

.icon {
  display: flex;
  justify-content: center;
}

.icon img {
  width: 100px;
}

.cost {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 8px;
}

.amount {
  font-size: 2.8em;
  font-weight: bolder;
}

.description {
  margin: 30px auto;
  font-size: 0.8em;
  color: #7d7c7c;
  text-align: left;
}



.button {
  margin: 0 auto 30px;
}

button {
  height: 30px;
  width: 250px;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #7d7c7c;
  border: 2px solid var(--dark-gray);
  border-radius: 50px;

  background: transparent;
}

/*button:hover {
    color: var(--white-smoke);
    transition: 0.5s;
    border: none;

    background: var(--bright-orange);
}
*/
/* Responsiveness:Start */
@media screen and (max-width: 970px) {
  .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
  }

  .standard,
  .business {
    margin-top: 25px;
  }
}

.icon h3 {
  color: #5091cd;
  font-weight: 600;
}

.amount {
  font-size: 1.8em !important;
  color: #5091cd;
  font-weight: bolder;
}

.detail {
  margin: auto 0 auto 5px;
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  color: #7d7c7c;
}

.card-body.state {
  padding: 0px 20px !important;
  margin-top: 20px !important;
}
button.btn.signup {
  top: 1191px;
  left: 1054px;
  width: 141px;
  height: auto;
  background: #5091cd;
  /*border-radius: 5px;*/
  opacity: 1;
  color: #fff;
}

p.list {
  color: #5091cd;

  font-size: 20px;
}

select.headerSelectBox {
  padding: 7px;
  font-size: 13px;
  border: 1px solid rgb(204, 204, 204);
  color: #000000;
}
p {
  font-size: 12px !important;
  font-weight: 500;
  color: #a7a0a0;
}

p.ptext {
  padding: 0px 20px;
}

button.btn.signup {
  border: none;
  border-radius: 0px;
}

h2.hed {
  text-align: center;
  font-size: 40px;
  color: #5091cd;
  font-weight: 500;
}

section.mt-4 {
  margin-top: 50px !important;
  /* margin-bottom: 40px !important; */
}

.card.center {
  text-align: center;
  margin-top: 20px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0.25rem;
}

/* Responsiveness:End */
[data-toggle="collapse"] i:before {
  content: "\f068";
}

[data-toggle="collapse"].collapsed i:before {
  content: "\f067";
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  font-family: Roboto, Arial, sans-serif;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

/* .centered1 {
    position: absolute;
    top: 30%;
    font-family: Roboto, Arial, sans-serif;
    left: 30%;
    transform: translate(-20%, -30%);
    color: #fff !important;
} */
.centered1 {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

h1.hou {
  font-size: 33px;
  font-weight: 700;
}

img.bannimg {
  top: 0;
  /* left: 0px; */
  width: 1920px;
  height: 400px;

  box-shadow: 0px 3px 6px #00000029;
  opacity: 0.9;
}

/*.container {
  position: relative;
  text-align: center;
  color: white;
}*/
.centered h1 {
  font-size: bold;
  font-size: 40px !important;
  font-weight: bold;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1140px !important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.btn.signupm {
  position: absolute;
  z-index: 9999 !important;
  width: 150px;
  background-color: #41a44b;
  text-align: center;
  top: -16px;
  color: #fff;
  border-radius: 0px;
  left: 50%;
  line-height: 0px !important;
  transform: translateX(-50%);
}

.price-card--price-number:before {
  content: "$";
  font-size: 2rem;
  display: inline-block;
  position: relative;
}

.price-card--price-number:after {
  content: "/ mo";
  font-size: 1.3rem;
  display: inline-block;
}

.switch-label {
  text-align: center;
  /*  opacity: 0.4;*/
  font-size: 1rem;
  cursor: pointer;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 16px !important;
}

.switch-label .save-money {
  color: #3498db;
  font-style: italic;
  padding-left: 0.5rem;
}

.save-money--mobile {
  color: #3498db;
  font-style: italic;
  display: none;
}

.switch-label.active {
  opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.9rem;
  height: 1.35rem;
  vertical-align: -10%;
  margin: 0;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #41a44b;
  border-radius: 34px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0px !important;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#js-pricing-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

#js-pricing-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

@media (max-width: 980px) {
  /* Pricing Switch */

  .switch-label {
    display: inline-block;
    width: auto;
  }

  .save-money {
    display: none;
  }

  .save-money--mobile {
    display: block;
    font-weight: bold;
  }
}

button.btn.signupm1 {
  background: #41a44b;
  color: #ffff !important;
  line-height: 0px !important;
  border: none;
  border-radius: 0px;
  margin: 30px 0px;
  width: 24%;
  font-size: 14px !important;
}

/*riya*/
/* pricing table */
.pricing-table {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  border-spacing: 2px;
}

.pricing-table td {
  padding: 0px;
  border-left: 1px solid transparent;
  gap: 10px;
}

.pricing-table .pricing-table-list td {
  padding: 10px 8px;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  background: #f9f9f9;
}

.pricing-table .pricing-table-list .glyphicon-ok {
  color: #68af27;
}

.pricing-table .pricing-table-list .glyphicon-remove {
  color: #c22439;
}

.pricing-table .pricing-table-list td:first-child {
  font-weight: 600;
  text-align: left;
  border-left: 0px;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
}

.pricing-table .pricing-table-list:nth-child(2n) td {
  background: #f2f2f2;
}

.pricing-table .pricing-table-text h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #009ad7;
}

.pricing-table .pricing-table-text p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-top: 10px;
}

.pricing-table .pricing-table-item {
  color: #fff;
}

.pricing-table .pricing-table-item .pricing-table-item-head {
  padding: 10px 5px;
  text-align: center;
  background: #009ad7;
}

.pricing-table .pricing-table-item .pricing-table-item-head p {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-head span {
  font-size: 11px;
  font-weight: 400;
}

.pricing-table .pricing-table-item .pricing-table-item-price {
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  color: #009ad7;
}

.pricing-table .pricing-table-item .pricing-table-item-price p {
  font-size: 41px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-price p span {
  font-size: 12px;
  font-weight: 300;
}

.pricing-table .pricing-table-item .pricing-table-item-price &gt; span {
  font-size: 12px;
  font-weight: 400;
  color: #009ad7;
}

td.bg_color1.ak {
  width: 377%;
  background: white !important;
  display: flex;
}

.pricing-table .pricing-table-item .pricing-table-item-purchase {
  padding: 10px 5px;
  background: #fff;
}

.pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* eof pricing table */
h5 {
  text-align: center;
}

.tooltip-inner {
  background-color: #fefbe5 !important;
  font-size: 13px;
  color: #000 !important;
}

td {
  width: 7%;
  /* margin: 10px !important; */
  /* padding: 10px !important; */
  /* background-color: #000; */
}

table {
  border-collapse: separate !important;
  border-spacing: 5px;
}

i.fa.fa-check.right {
  color: #41a44b;
  font-weight: 900 !important;
  font-size: 20px !important;
}

i.fas.fa-info-circle {
  float: right;
  padding-right: 10px;
}

span.glyphicon.glyphicon-ok {
  font-size: 18px !important;
}

button.carousel-control-next {
  margin-top: 8% !important;
}

button.carousel-control-prev {
  margin-top: 15% !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card.citys {
    height: 144px !important;
  }
  .card.citys-hpome {
    height: 105px;
  }
  .filterSelectBox {
    flex-direction: row !important;
  }
  .centered1 {
    height: 330px !important;
  }
  #viewFeatureID {
    width: 30% !important;
  }
  select#selectbox1 {
    width: 100% !important;
  }
  .col-md-3.selectWidth,
  .col-md-5.selectWidth {
    width: 50%;
  }
  .selectbox svg {
    width: 15px !important;
  }
  .selectbox {
    display: flex;
    align-items: center;
  }
}
.row.mt-4.main-boxtitlefea {
  margin-bottom: 20px;
  margin-top: 15px !important;
}

@media only screen and (max-width: 768px) {
  .row.mt-4.main-boxtitle {
    margin-bottom: 10px;
    margin-top: 15px !important;
  }
  button.carousel-control-next {
    margin-top: 58% !important;
    /* margin-left: -55% !important; */
  }
  .swiper-slide img {
    height: auto !important;
  }
  .filterSelectBox {
    flex-direction: column;
  }
  .banner {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  section.pagenation-gallery {
    margin: 0px 15px !important;
  }
  .swiper-slide img {
    height: auto;
  }
  a.btn.btn-primary-seeall {
    margin-bottom: 10px !important;
  }
  .ptb30 {
    padding-bottom: 30px !important;
  }
  a.btn.btn-primary.csscall {
    width: 100% !important;
  }
  a.btn.btn-primary {
    margin-top: 10px !important;
  }

  button.btn.search.seeall {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  button.carousel-control-prev {
    margin-top: 68% !important;
  }

  button.btn.btn-primary.btn-block1 {
    width: 100% !important;
    min-width: 100% !important;
    font-size: 13px !important;
  }

  span.getpra {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .container {
    overflow-x: hidden;
  }

  h1.hou {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }

  .centered1 {
    height: 500px;
    width: 95%;
  }

  .banner img {
    height: auto !important;
    object-fit: cover;
    width: 100% !important;
  }

  img.Card-img {
    margin: 10px 0;
  }

  .insuranceCover .tabcontent {
    background: #fff;
    padding: 20px;
    border-top: 0px solid #f89938;
    float: right;
    min-width: 100% !important;
    /* min-height: 300px; */
    border-radius: 0 5px 5px 5px;
  }

  .ptb30 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .insuranceCover .insuranceCoverDetails {
    padding: 0px 0;
    margin-top: 40px !important;
    margin: 10px;
  }

  .carousel-control-next-icon {
    margin-top: -41%;
    margin-left: 49%;
    background-color: green;
    border-radius: 50%;
    padding: 14px !important;
    font-size: 12px !important;
    /* width: 60px; */
    opacity: 0.9 !important;
  }

  button.carousel-control-prev {
    height: 20px;
    border-radius: 50%;
    margin-top: -3%;
    margin-left: 0% !important;
    background-color: green;
    width: 20px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }

  button.btn.signup.footer {
    background-color: #41a44b;
    margin-top: 0 !important;
    width: 60%;
    padding: 8px;
    justify-content: end;
    float: left !important;
  }

  img.imgf {
    margin-top: 0 !important;
  }

  .card {
    margin: 10px 0;
  }

  button.btn.signup.footer {
    background-color: #41a44b;
    margin-top: 0%;
    width: 60%;
    padding: 8px;
    justify-content: end;
  }

  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 220px;
    margin: 10px 0px;
  }

  img.imgf {
    margin-top: 4%;
  }

  .centered {
    font-family: Roboto, Arial, sans-serif;
    color: #fff !important;
    width: 100%;
    padding: 20px;
    height: 100%;
    background: #00000070;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .banner img {
    height: 330px;
    object-fit: cover;
    width: 100%;
  }

  .content {
    display: flex;
    align-items: baseline !important;
    flex-direction: row !important;
    margin: 0px auto !important;
  }

  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
    margin-top: 10px !important;
  }

  p.ptext1 {
    color: #606060;
    font-size: 13px !important;
    font-weight: 600;
    width: 100% !important;
  }

  #tableId {
    overflow-x: scroll;
  }

  .centered h1 {
    font-size: 36px !important;
    font-weight: bold;
    width: 100% !important;
  }

  .centered span {
    font-size: 18px;
  }

  button.btn.signupm1 {
    background: #41a44b;
    color: #ffff !important;
    line-height: 0px !important;
    border: none;
    border-radius: 0px;
    margin: 30px 0px;
    width: 100%;
    font-size: 14px !important;
  }
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
  margin-top: 50px !important;
}

/*pop*/
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

button.close {
  width: 0px !important;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #ffffff;
}

.btn-demo:focus {
  outline: 0;
}

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer &gt; a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

div#myModal2 {
  z-index: 100000000 !important;
}

#radioButtons {
  margin: 5px 0 10px 0;
}

input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 60%;
  background-color: #5091cd;
  color: white;
  padding: 12px 12px;
  justify-content: center !important;
  margin-top: 12px;
  border: none;
  /* border-radius: 4px; */
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #018c94;
}

.div1 {
  margin: auto;
  width: 30%;
  border-radius: 5px;
  background-color: #ededed;
  padding: 20px;
  font-family: "Work Sans", sans-serif;
}

.banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button.btn.signup.footer {
  background-color: #41a44b;
  margin-top: 30%;
}

button.btn.signup.footer1 {
  background-color: #41a44b;
  margin-top: 14% !important;
}

.icon.icon1 {
  justify-content: left;
  color: #41a44b;
}

h3.features {
  color: #2a2a72;
  font-size: 40px;
}

p.ptext1 {
  color: #606060;
  font-size: 13px !important;
  font-weight: 600;
  width: 500px;
  text-align: left;
}

img.imgf {
  margin-top: 18%;
}

button.btn.signup.footer {
  background-color: #41a44b;
  margin-top: 30%;
  width: 60%;
  padding: 8px;
  justify-content: end;
  float: right;
}

.main {
  background: #fff;
  padding: 30px;
}

.main {
  background: #fff;
  padding: 30px;
  border-top: 20px solid #41a44b;
  border-bottom: 20px solid #41a44b;
  margin: 30px 0 0;
}

.modal-header {
  width: 100% !important;
}

.input-radio.on:checked {
  /*  box-shadow: 0px 0px 0px 4px #00eb27 !important;*/
  color: #51ff6e !important;
}

.check {
  display: flex !important;
  gap: 20px !important;
  justify-content: Justify space between !important;
  margin-bottom: 20px !important;
}

.content {
  width: 250px !important;
}

label {
  font-weight: 400 !important;
  font-size: 12px;
}

.content {
  display: flex !important;
  gap: 10px !important;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #5091cd;
  font-size: 16px;
  font-weight: 600;
}

button.close {
  color: #5091cd !important;
  opacity: 0.9;
}

span.content {
  color: blue;
  text-align: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 30px;
}

span.price {
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  color: blue;
  font-weight: 700;
}

/*next--page*/
button.btn.search,
.btn-search {
  background-color: #41a44b !important;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  width: auto !important;
  font-size: 14px !important;
  border: 0 !important;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.col-md-6.card {
  background-color: #fff !important;
  padding: 25px !important;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2);
}

h1.hou {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.btn-primary {
  color: #687173 !important;
  background-color: #ffffff !important;
  border-color: #687173 !important;
  border-radius: unset !important;
}

p.fillter {
  color: #687173 !important;
  font-size: 16px;
  font-weight: 600;
}

p.fillter {
  color: #687173 !important;
  font-size: 16px;
  font-weight: 600;
}

.card-body {
  padding: 20px !important;
}

a.btn.btn-primary.csscall {
  background-color: #41a44b !important;
  color: #fff !important;
  width: 30%;
  border: navajowhite;
}

span.new {
  font-size: 16px;
}

p.btncss {
  margin-top: 40px;
}

a.btn.btn-primary.webcss {
  background-color: #707070 !important;
  color: #fff !important;
  width: 30% !important;
  border: navajowhite;
}

.row.mt-4 {
  margin-top: 30px;
}

.row.py-4 {
  padding: 15px !important;
}

a.btn.btn-primary.webcss1 {
  background-color: #707070 !important;
  color: #fff !important;
  width: unset !important;
  border: navajowhite;
  margin: 10px 2px;
  font-size: 10px !important;
}

.carousel-control-next-icon {
  margin-top: 100%;
  margin-left: 49%;
  background-color: green;
  border-radius: 50%;
  font-size: 12px !important;
  opacity: 0.9 !important;
}

button.carousel-control-prev {
  height: 20px;
  border-radius: 50%;
  margin-top: 8%;
  margin-left: 3% !important;
  background-color: green;
  width: 20px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  /* width: 220px; */
  width: 100% !important;
}

.card {
  padding: 20px;
}

a.btn.btn-primary.webcss1 {
  background-color: #707070 !important;
  color: #fff !important;
  width: unset !important;
  border: navajowhite;
  margin: 2px 2px;
  font-size: 12px !important;
  padding: 4px 6px !important;
  border-radius: 4px !important;
}

a.btn.btn-primary-seeall {
  margin: 10px 0 !important;
  margin-top: 30px;
  color: blue;
  text-decoration: underline;
  font-size: 14px;
}

a.btn-view-all {
  font-size: 20px !important;
  text-decoration: none;
  color: #fff;
  font-weight: 600 !important;
  /* margin-top: 84% !important; */
  line-height: 60px;
}

span.leftbtn {
  float: left;
  line-height: 30px !important;
  font-weight: normal !important;
}

span.rightbtn {
  float: right;
  line-height: 30px !important;
}

p.para {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 100 !important;
}

h4.head {
  /* line-height: 30px; */
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  button.btn.signup.footer {
    background-color: #41a44b;
    margin-top: 20%;
    width: 60%;
    padding: 8px;
    justify-content: end;
    float: right !important;
  }

  a.btn.btn-primary.webcss {
    background-color: #707070 !important;
    color: #fff !important;
    width: auto !important;
    border: navajowhite;
  }
}

input[type="text"],
select {
  width: 100%;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 7px !important;
  font-size: 13px;
  color: #000;
}
input[type="text"]::placeholder {
  color: #000;
}

form-control {
  display: block;
  width: 100%;
  height: 32px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

span.carousel-control-next-icon.mainslides {
  background-color: #000;
  margin-left: -10%;
  padding-top: 6% !important;
  margin-top: 260% !important;
}

button.carousel-control-prev.mainslidesp {
  background-color: #000 !important;
  /* margin-top: 5%; */
}

.head-slidb h1{
  font-size:30px;
  color:#2a2a72;
  text-align: center;
  font-weight:700;
}

p.paragra {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 100%;
  margin-bottom: 0;
}

/*gallery*/
/*body { font: 400 18px/26px Verdana, sans-serif;}
h2, h3 {
  text-align: center;
}*/

.gallery {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

figure {
  /* border: 10px solid #DADCDB; */
  margin: 10px 10px;
  padding: 0;
  padding: 5px;
}

figure.image {
  display: inline-block;
  position: relative;
}

figure img {
  display: block;
  height: auto;
  max-width: 100%;
}

figcaption {
  color: white;
  padding: 20px;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

figcaption span {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  top: 0px !important;
}

.card.img {
  padding: 0px 20px !important;
}

.card.citys {
  height: 99px;
}
.card.citys-home {
  height: 99px;
}

/*



-68757575u73*/
.insuranceCover .topHeading {
  font-size: 74px;
  font-weight: bold;
  margin-top: 0;
  color: #f89938;
  text-align: center;
  position: relative;
  top: -110px;
}

.insuranceCover .tab .active {
  background: #282973 !important;
  color: #fff !important;
}

.insuranceCover .tab .tablinks {
  background: #d6d6d6 !important;
  color: #333 !important;
}

.insuranceCover .tab .active {
  background: #282973;
  color: #fff;
}

.insuranceCover .tab .tablinks {
  font-size: 1rem;
  padding: 8px 17px;
  background: #d6d6d6;
  border-radius: 5px 5px 0 0;
}

.insuranceCover .tab {
  margin-bottom: 0 !important;
}

.tab {
  margin-top: -90px !important;
}

.insuranceCover {
  background: #5091cd;
  margin: 30px 0 0 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.insuranceCover .insuranceCoverDetails h2 {
  color: #fff;
  line-height: 100% !important;
  font-weight: 600;
  font-size: 28px;
}

.insuranceCover .insuranceCoverDetails {
  padding: 0px 0;
  margin-top: 40px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.d-block {
  display: block !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mt270 {
  margin-top: -270px !important;
}

.insuranceCover .tabcontent {
  background: #fff;
  padding: 40px;
  border-top: 0px solid #f89938;
  min-height: 300px;
  border-radius: 0 5px 5px 5px;
}

.insuranceCover .tabcontent h3 {
  margin: 0 !important;
  padding: 0px 25px;
  color: #707070;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.insuranceCover .tabcontent .formInput {
  margin: 10px 0;
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
  max-width: none;
}

.insuranceCover .tabcontent .form-control {
  margin-top: 0 !important;
}

.input-control .input-field,
.insuranceCover .tabcontent .form-control,
.form-control {
  margin-bottom: 5px !important;
  border-radius: unset !important;
  padding: 5px 10px !important;
  margin: 0;
}

button.btn.btn-primary.btn-block {
  background-color: #41a44b !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 0px !important;
}

p.para {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 100 !important;
}

h4.head {
  color: #fff;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 20 20"%3e%3cpathfill="none"stroke="%23fff"stroke-linecap="round"stroke-linejoin="round"stroke-width="3"d="m6 10 3 3 6-6"/%3e%3c/svg%3e
  );
  font-size: 15px;
}

.form-check-input:checked {
  background-color: #008000;
  border-color: #008000;
}

.container {
  max-width: 1270px !important;
}

h4.head {
  /* line-height: 30px; */
  margin-bottom: 15px;
  margin-top: 15px;
}

.insuranceCoverDetails {
  /* margin-right: 5%; */
  margin-left: -15%;
}

.insuranceCover .tabcontent {
  background: #fff;
  padding: 20px;
  border-top: 0px solid #f89938;
  float: right;
  width: 100%;
  /* min-height: 300px; */
  border-radius: 5px !important;
  margin-top: -15px;
}

button.btn.btn-primary.btn-block1 {
  background-color: #41a44b !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 0px !important;
  font-weight: 800;
  line-height: 0px !important;
  width: 95%;
  border: navajowhite;
  /* padding: 20px; */
  height: 40px;
}

span.getpra {
  text-align: left;
  float: left;
}

span.getpra-call {
  float: right;
}

.form-check-input:checked {
  background-color: #41a44b !important;
  border-color: #41a44b !important;
}

img.blog-img {
  width: 400px;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.related-p {
  padding: 0px;
  margin-top: 25px;
}

.img-sec {
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
  padding: 20px;
}

section.mt-3.sectiontop {
  margin-top: 40px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 90% !important;
  height: 250px;
  object-fit: contain;
  text-align:center;
  margin-top:40px!important;
}

select#selectbox1 {
  border: sienna;
  width: 60%;
  font-size: 16px !important;
}

.card.citys {
  justify-content: center;
  padding-top:9px!important;
}
.card.citys-hpome {
  height: 105px;
}

/* state */
button.carousel-control-next.state {
  margin-top: -2px !important;
}

button.carousel-control-prev.state {
  margin-top: 100px !important;
}

.swiper-button-next.stracss {
  margin-top: -6% !important;
}

.swiper-button-prev.stracss {
  margin-top: -6% !important;
}

.head-slidb.state {
  padding: 15px 0px 0 0;
}

span.carousel-control-next-icon {
  margin-top: 190px;
}

section.pagenation-gallery {
  margin: 0px 80px;
}

h5.card-title {
  text-align: left;
}

span.span-newyark {
  font-size: 13px !;
  font-size: 13px !important;
  margin-bottom: 80px !important;
  line-height: 0px;
}

/* p.card-text {
    margin-top: 18px;
} */

a.btn.btn-primary {
  background-color: #41a44b !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 7px 30px;
  margin-top: 0px;
  text-align: center !important;
  justify-content: center !important;
  border: none !important;
}

.card.paginations {
  position: relative !important;
  padding: 10px;
  border-radius: 10px !important;
  top:15px;
}
li.paginations.lslide {
  position: relative !important;

  border-radius: 10px !important;
}
.card.paginations img {
  border-radius: 10px !important;
}

.card-body.pagi {
  padding: 7px !important;
}

/* p.card-text {
    margin-top: 18px;
    font-size: 10px !important;
} */

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 23px;
  left: 16px;
  /* background-color: #41A44B;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff !important;
    padding: 0px 20px;
    border-radius: 31px !important; */
}

img.card-img-top {
  height: 140px;
}

rect#bg_button_search {
  width: 140px;
  /* height: auto; */
}

.top-left svg {
  position: absolute;
  top: 0x;
  left: 0px;
  /* width: 30px !important; */
  max-width: 100px !important;
  /* min-width: 40px !important; */
}

.pagination {
  display: inline-block;
}

.pagination a {
  text-decoration: none;
  color: #000;
  float: left;
  font-size: 13px !important;
  padding: 6px 12px;
}

.pagination.right {
  float: right;
  padding: px 3px 4px !important;
}

.selectbox svg {
  width: 22px;
}

select#selectbox1 {
  border: sienna;
  width: 67%;
  font-size: 12px !important;
}

.tooltipCustom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipCustom .tooltiptextCustom {
  visibility: hidden;
  width: 150px;
  background-color: #fffce4;
  color: #000;
  text-wrap: wrap;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  white-space: pre-line !important;
  z-index: 9999;
}

.tooltipCustom:hover .tooltiptextCustom {
  visibility: visible;
}
select.headerSelectBox {
  padding: 7px;
  font-size: 13px;
  border: 1px solid #ccc;
}
.filterSelectBox {
  display: flex;
  gap: 10px;
}

.viewFeatureBtn {
  width: 100%;
  background-color: #41a44b !important;
  color: #fff !important;
  border: none;
  border-radius: inherit;
  font-size: 15px !important;
}
#viewFeatureID {
  display: flex;
  align-items: center;
}
p.btncss1 {
  margin-bottom: 25px;
  margin-top: -15px;
}
.card.img {
  border-radius: 10px;
  padding: 0px 0px 20px !important;
  margin-bottom: 12px;
}
img.Card-img {
  border-radius: 10px;
}
::placeholder {
  color: #ccc !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #ccc;
}
::-ms-textera-placeholder {
  /* Edge 12-18 */
  color: #ccc;
}
textarea#exampleFormControlTextarea1 {
  color: #ccc !important;
}
label.form-check-label {
  color: #ccc;
}
.card-body.pagi p {
  /* padding: 7px !important; */
  margin-top: 20px !important;
}
a.btn.btn-primary-seeall {
  color: #5091cd !important;
  border: none;
}
button.btn.search {
  font-size: 16px !important;
}
.border-top.related-p span {
  font-size: 16px;
  color: #3d55a5;
  line-height: 40px;
}
.row.mt-4.main-boxtitle {
  margin-bottom: 15px;
  margin-top: 15px !important;
}
.border-top.related-p p {
  font-size: 16px !important;
  font-weight: 400;
  color: #000;
}

button.btn.FEATUREDs.View.text-center {
  width: 100%;
  background-color: #41a44b !important;
  color: #fff !important;
  border: none;
  border-radius: inherit;
  height: 100%;
  font-size: 16px;
  /* margin-bottom: 40px; */
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper &gt; .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade &gt; * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade &gt; * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade &gt; *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade &gt; *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg &gt; li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg &gt; li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg &gt; li:hover a,
.lSSlideOuter .lSPager.lSpg &gt; li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction &gt; a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: var(--wpr-bg-c85ff96e-364b-4ce0-b6eb-f37362be30a3) !important;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  background-color: #000 !important;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction &gt; a:hover {
  opacity: 1;
}
.lSAction &gt; .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction &gt; .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction &gt; a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider &gt; * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction &gt; a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction &gt; .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction &gt; .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */

/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider &gt; *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider &gt; *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab &gt; * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing &gt; * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.content-slider li {
  padding: 0px 10px;
  text-align: center;
  color: #fff;
}
.content-slider1 li {
  padding: 0px 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px !important;
}
ul.lSPager.lSpg {
  display: none;
}
ul#content-slider {
  height: 100% !important;
  margin-bottom: 10px;
}

select.headerSelectBox {
  padding: 7px;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: #fff !important;
}
a.btn.btnview-primary.text-center {
  background-color: #41a44b !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 7px 30px;
  margin-top: 1px;
  margin-bottom: 5px;
  text-align: center !important;
  justify-content: center !important;
  border: none !important;
}
.centered-pri {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  flex-direction: column;
  margin: 0 auto;
  color: #fff !important;
  font-size: 20px !important;
}
.centered-pri h1 {
  font-weight: 900;
}
.centered-pri span {
  font-size: 16px;
  font-weight: 600;
}
.slidersec {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 22%;
  gap: 0.3rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  padding-inline: 0;
  margin-left: 0 !important;
}
button.btn.search.View.text-center {
  margin-top: 32px;
  width: 100% !important;
  font-size: 15px;
}
button.btn.FEATURED.View.text-center {
  background-color: #41a44b !important;
  color: #fff !important;
  border: none;
  border-radius: inherit;
  height: 100%;
  font-size: 16px;
  /* margin-bottom: 40px; */
}
button.btn.searchs {
  width: 100%;
  background-color: #41a44b;
  color: #fff !important;
  border: none;
  height: auto !important;
  border-radius: inherit;
  font-size: 16px !important;
  padding: 20px !important;
  padding: 10px !important;
  border-radius: 5px;
}
.slidersec::-webkit-scrollbar {
  display: none;
  margin-left: 20px !important;
}
.slide img {
  inline-size: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
  padding: 0;
  width:350px;
}
.card-body.state {
  min-height: 220px;
}
#demo9 .setImg .Card-img{
  width:250px!important;
}
.adSpace {
  padding: 0 0;
  margin: 0 auto;
  text-align: center;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 20 20"%3e%3cpathfill="none"stroke="%23fff"stroke-linecap="round"stroke-linejoin="round"stroke-width="3"d="m6 10 3 3 6-6"/%3e%3c/svg%3e
  );
  height: 20px;
  width: 21px;
  position: absolute;
  left: 14px;
}
.form-check-label {
  font-size: 12px !important;
  color: #000 !important;
  padding: 0;
}
.trustedSeal {
  position: absolute;
  left: 10px;
  z-index: 999;
  top: 10px;
}
.trustedSeal svg {
  width: 120px;
}
.swiper-slide {
  max-height: 600px !important;
}
.statPanel {
  min-height: 570px !important;
}
.stateBlockHeight {
  min-height: 500px !important;
  max-height: 500px !important;
  overflow: auto;
}
.pagination{
    margin-top:30px!important;
}
.capEachWord{
  text-transform: capitalize!important;
}
@media (max-width: 440px) {
  h2 {
    font-size: 1.5rem;
  }
  .slidersec {
    grid-auto-columns: 40%;
  }
}
textarea#exampleFormControlTextarea1 {
  height: 90px;
}

/*gallery*/

.gallery-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1em;
}
.gallery-wrapper .image-wrapper a {
  padding: 0.5em;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 10px !important;
  transition: all 200ms ease-in-out;
}

.gallery-wrapper .image-wrapper a img {
  width: 100%;
}
.gallery-lightboxes .image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999 !important;
  transition: opacity 0ms ease-in-out;
}
.gallery-lightboxes .image-lightbox:target {
  opacity: 1;
  visibility: visible;
}
.gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
  transform: scale(0.95, 0.95) translateY(-30px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  opacity: 0;
  margin: 1em auto;
  max-width: 75%;
  padding: 0.5em;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: relative;
}
.image-wrapper a img {
  border-radius: 10px !important;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
  width: 1.5em;
  height: 1.5em;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -1em;
  top: -1em;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(-45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
  border-radius: 4px 0 0 0;
  position: absolute;
  top: 50%;
  right: 100%;
  cursor: pointer;
  transform: rotate(-45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.gallery-lightboxes
  .image-lightbox
  .image-lightbox-wrapper
  .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 4px 0 0;
  position: absolute;
  top: 50%;
  left: 100%;
  cursor: pointer;
  transform: rotate(45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  margin: 0 auto;
  max-height: 70vh;
}
/*form contact*/
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
  height:60px!important;
}
div.wpforms-container-full{
  margin:0!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field{
  padding:5px 0!important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
  max-width:100%!important;
}
.insuranceCover .ban{
  width:90%!important;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
  font-size:16px!important;
  text-transform:uppercase!important;
  font-weight:500!important;
}
.insuranceCover p.para{
  font-size:15px!important;
  font-weight:normal!important;
}
.insuranceCover a{
  color:#fff!important;
  text-decoration:underline!important;
}
.insuranceCover a:hover{
  color:#000!important;
  text-decoration:none!important;
}
.insuranceCover {
  background: #5091cd;
  margin: 30px 0 0 0 !important;
  min-height: 370px!important;
}
.btn-singup{
  background-color: #41a44b!important;
  margin-top: 20%;
  padding: 15px 25px!important;
  justify-content: end;
  float: right !important;
  color:#fff!important;
  font-size:16px!important;
}
.slidersec{
  margin-top:30px!important;
  margin-bottom:50px;
}
.overlay{
    position: absolute;
    width: 96%;
    height: 95%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 5px;
}
.sliders-sec{
  position:relative!important;
}
.sliders-sec h2 {
  font-size: 26px !important;
  color: #2a2a72 !important;
  padding: 0px 0 !important;
  font-weight: 700;
}
.swiper{
  padding-top:25px!important;
}
.swiper-button-next, .swiper-button-prev{
    position: absolute !important;
    z-index: 999 !important;
    top: 20px !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: .35!important; 
    cursor: auto!important;
    pointer-events: none!important;
}
.text-left{
  text-align: left!important;
}
.pl15{
  padding-left:15px!important;
}
.main-boxtitle{
  padding:50px 0 0;
}
.main-boxtitle h1{
  font-weight:bold;
  color:#2a2a72 !important
}
@media(max-width:767px){
  .insuranceCover .ban{
    display:none;
  }
  .insuranceCover .insuranceCoverDetails{
    padding: 0px 0 15px!important;
    margin-top: 0px !important;
  }
  .insuranceCover{
    min-height: 100% !important;
    padding-bottom: 20px !important;
  }
  .btn-singup{
    margin-top: 0;
    justify-content: end;
    float: none!important;    
  }
  .head-slidb h1{
    padding:0px 20px!important;
    font-size: 20px!important;
  }
  .head-slidb h5 {
    font-size: 15px;
    padding: 10px 0 0;
  }
  .mySwiper .card{
    min-height: auto;
    max-height: 100%;
  }
  .w3-content{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    position: relative !important;
    z-index: 999 !important;
    top: 15px !important;
    left: 50% !important;
  }
  figcaption{
    bottom:60px!important;
    font-size: 15px!important;
  }
  figcaption span {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    padding: 10px 0;
    top: 0px !important;
    line-height: 100%;
    margin-top: 0;
    position: absolute;
    top: 40px !important;
}
.swiper-slide {
  max-height: 620px !important;
}
.swiper-button-next{
  position: absolute !important;
  top: 50% !important;
  left: 88% !important;
  }
  .swiper-button-prev{
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
  }
}</pre></body></html>