html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  margin: auto;
  padding: 0px;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none !important;
}
#wrapper {
  width: auto;
  height: auto;
}
/*============================================ Page PreLoader Start ============================================*/
.pree_loading_MiqM {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999;
  display: inline-block;
  overflow: hidden;
  background: #fff;
}
.loading_MiqM {
  left: 50%;
  top: 50%;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -100px; /* Negative half of width. */
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loading_MiqM div {
  box-sizing: content-box;
}

.loading_MiqM div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: loading_MiqM 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading_MiqM div:nth-child(1) {
  border-color: #43966a;
  animation-delay: 0s;
}
.loading_MiqM div:nth-child(2) {
  border-color: #43966a;
  animation-delay: -0.5s;
}
@keyframes loading_MiqM {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
/*============================================ Header Start !!*/
.heade_text_MiqM {
  background: #fff;
  padding: 20px 15px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 6px 6px 0px;
  position: relative;
  text-align: center;
}
.heade_text_MiqM img {
  display: inline-block;
}
.banner_img_Miq_M {
  background: url(images/bannerbg_MiqM.jpg) no-repeat center top;
  background-size: 100% auto;
  max-width: 480px;
  margin: auto;
}
.banner_container_MiqM {
  padding: 15px;
}
.banner_container_MiqM h1 {
  color: #2782c5;
  font-size: 58px;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
.banner_container_MiqM h2 {
  color: #2782c5;
  font-size: 31px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  padding-top: 12px;
}
.bandis_MiqM {
  float: right;
  padding-top: 4%;
}
.bandis_MiqM ul {
  margin-bottom: 0px;
}
.bandis_MiqM ul li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #676767;
  font-size: 19px;
  margin-top: 12px;
  line-height: 28px;
  background: url(images/bul_MiqM.svg) no-repeat left 4px;
  padding-left: 24px;
}
.bandis_MiqM ul li strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/*---------------------------------------------- Phone Tab Box*/
.tab_pad_MiqM {
  padding: 0px 5px 10px;
  max-width: 480px;
  margin: auto;
  margin-top: 10px;
}
.tap_button_new_MiqM {
  border: 2px solid #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.453);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
  background: #2eb66d;
  padding: 10px 7px;
  margin: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
.tap_button_new_MiqM img {
  margin-right: 5px;
}
.tap_button_new_MiqM h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}
.tap_button_new_MiqM h1 a,
.tap_button_new_MiqM h1 a:hover {
  text-decoration: none;
  color: #ffffff;
  outline: none;
}
ul.tabbuttons_MiqM {
  margin-bottom: 0px;
}
ul.tabbuttons_MiqM li {
  color: #1b6155;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: inherit;
  list-style: none;
  display: none;
}
/*--------------------- XXXXX ---------------------*/
.body_conti_MiqM {
  margin: auto;
}
.logos_MiqM {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.logos_MiqM img {
  display: inline-block;
}
.plans_low_MiqM {
  margin: 10px 10px 5px;
}
.plans_low_MiqM h1 {
  color: #494848;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  max-width: 480px;
  margin: auto;
  line-height: 28px;
  text-align: center;
}
.plans_low_MiqM h1 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.plans_low_MiqM h1 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #2782c5;
}
.checkyour_MiqM {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.checkyour_MiqM h1 {
  color: #2782c5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 35.95px;
}
.checkyour_MiqM h3 {
  color: #1f343a;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
img.arrow_MiqM {
  float: right;
}
/*========================================= Home Form */
.mobile_form_MiqM {
  padding: 15px 10px;
}
.mobile_form_MiqM label {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #676767;
}
.mobile_form_MiqM label span {
  color: #676767;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.invalid-feedback {
  font-size: 17px !important;
}
.mobile_form_MiqM input[type="text"],
.mobile_form_MiqM input[type="tel"],
.mobile_form_MiqM input[type="email"] {
  border: 1px solid #90908f;
  font-size: 19px !important;
  height: 52px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.mobile_form_MiqM select {
  background: url(images/arow_set_MiqM.svg) no-repeat right 15px bottom 18px,
    linear-gradient(180deg, #ffffff 0.16%, #f0f0f0 100.15%) !important;
  height: 52px;
  border-color: #9b9b9a;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #505151;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
form .form-control::-webkit-input-placeholder,
form .form-control:-moz-placeholder,
form .form-control::-moz-placeholder,
form .form-control:-ms-input-placeholder {
  color: #000;
}
.form_radio_button_MiqM {
  text-align: left;
}
.form_radio_button_MiqM input[type="radio"] {
  display: none;
}
.form_radio_button_MiqM input[type="radio"] + label {
  margin-right: 4px;
  cursor: pointer;
  padding-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px !important;
  width: 49%;
  float: left;
}
.form_radio_button_MiqM input[type="radio"] + label:last-child {
  margin-right: 0px;
  float: right;
}
.form_radio_button_MiqM input[type="radio"] + label p {
  height: 50px;
  vertical-align: middle;
  background: linear-gradient(180deg, #ffffff 0.16%, #f0f0f0 100.15%);
  border: 1px solid #90908f;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  color: #2c2d2d;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.form_radio_button_MiqM input[type="radio"]:checked + label p {
  background: -moz-linear-gradient(top, #186da5 0%, #0d588a 100%);
  background: -webkit-linear-gradient(top, #186da5 0%, #0d588a 100%);
  background: linear-gradient(to bottom, #186da5 0%, #0d588a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186da5', endColorstr='#0d588a', GradientType=0 );
  color: #fff;
  border: 1px solid #186da5;
}
.button_MiqM {
  text-align: center;
}
.button_MiqM button[type="submit"] {
  background: #2eb66d;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  height: 80px !important;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 64px;
  color: #ffffff;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 11px;
  text-transform: uppercase;
}
.button_MiqM button[type="submit"]:hover,
.button_MiqM button[type="submit"]:focus {
  outline: none;
  background: #2782c5;
}
.btnaro_MiqM {
  vertical-align: -4px;
  margin-left: 10px;
}
.protected_MiqM {
  text-align: center;
  padding: 15px 0px;
}
.protected_MiqM img {
  display: inline-block;
  margin-top: 5px;
}
.bypressing_MiqM {
  color: #4a474a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 17px;
  font-size: 13px;
}
.bypressing_MiqM a {
  color: #4a474a;
  text-decoration: underline !important;
}
/*==================================================================== Home Short Form Update 2020*/
#back2Top_MiqM {
  overflow: hidden;
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
}
/*---------------------------------------------- Why Does */
.why_does_conti_MiqM {
  background: #f1fefc;
  padding: 30px 15px;
}
.why_does_conti_MiqM h1 {
  color: #2782c5;
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 45px;
}
.why_does_conti_MiqM h1 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.why_does_conti_MiqM h3 {
  color: #666666;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
  line-height: 30px;
}
.why_does_conti_MiqM h3 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #2eb66d;
}
.why_does_conti_MiqM p {
  padding-top: 30px;
  color: #494848;
  font-size: 21px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
}
.funeral_box_MiqM {
  margin-top: 30px;
  text-align: center;
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0 0 10px rgba(131, 166, 237, 0.3);
  -moz-box-shadow: 0 0 10px rgba(131, 166, 237, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(131, 166, 237, 0.3);
}
.funeral_box_MiqM hr {
  height: 4px !important;
  width: 35px;
  margin: auto;
  color: #2eb66d;
  opacity: 1;
}
.funeral_box_MiqM h2 {
  color: #1f343a;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 20px 0px;
}
.funeral_box_MiqM h3 {
  line-height: 28px;
  font-size: 21px;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 20px;
}
.funeral_box_MiqM h3 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #666666;
}
.get_a_quote_MiqM {
  margin-top: 20px;
  margin-bottom: 10px;
}
.get_a_quote_MiqM a {
  background: #2eb66d;
  text-align: center;
  padding: 20px 15px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.get_a_quote_MiqM a:hover {
  text-decoration: none;
  outline: none;
  background: #2782c5;
  color: #fff;
}
/*---------------------------------------------- Why Choose*/
.why_choose_MiqM {
  background: #fff;
  padding: 20px 10px 20px 10px;
}
.why_choose_MiqM h1 {
  color: #2eb66d;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 61px;
  letter-spacing: 0em;
  text-align: center;
}
.why_choose_MiqM h3 {
  color: #676767;
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}
.why_choose_MiqM h3 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.why_choose_MiqM p {
  color: #666666;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  border-top: 1px solid #d9d8d9;
  border-bottom: 1px solid #d9d8d9;
  line-height: 25px;
  text-align: center;
}
.why_choose_MiqM ul {
  padding: 15px 5px;
  margin-bottom: 0px;
}
.why_choose_MiqM ul li {
  list-style: none;
  color: #676767;
  font-weight: 600;
  font-style: italic;
  margin-top: 35px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0em;
}
.why_choose_MiqM ul li span {
  width: 60px;
  text-align: center;
  display: inline-block;
}
.why_choose_MiqM ul li:first-child {
  margin-top: 10px;
}
.lico_MiqM {
  padding: 40px 15px 15px;
  border-top: 1px solid #d9d8d9;
}
.lico_MiqM img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.lico_MiqM h2 {
  color: #676767;
  text-align: center;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 27px;
}
.lico_MiqM h2 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #2eb66d;
}
/*---------------------------------------------- What Client Saying*/
.what_clent_say_MiqM {
  text-align: center;
  padding: 40px 10px 20px 10px;
}
.what_clent_say_MiqM h2 {
  color: #1f343a;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
}
.what_clent_say_MiqM img {
  display: block;
  margin: auto;
  margin-top: 15px;
}
.what_clent_say_MiqM p {
  color: #666666;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 20px;
  line-height: 28px;
  border-top: 0px;
  margin-top: 0px;
}
/*--------------------- Testimonials css ------------*/
.testimonial_slider_MiqM {
  padding: 50px 10px;
  text-align: center;
  position: relative;
  margin: auto;
  border-bottom: 1px solid #d9d8d9;
}
.owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.testimonial_MiqM {
}
.img_MiqM {
  text-align: center;
  padding-bottom: 20px;
}
.img_MiqM img {
  display: inline-block;
}
.description_MiqM {
  text-align: left;
  position: relative;
}
img.qt-tp_MiqM {
  float: left;
}
img.qt-bt_MiqM {
  float: right;
}
.description_MiqM p {
  font-size: 20px;
  color: #676767;
  line-height: 31px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding-top: 20px;
  text-align: center;
  clear: both;
  border: none;
  padding-bottom: 0px;
}
.description_MiqM p strong {
  color: #2782c5;
}
.star_MiqM {
  clear: both;
  padding-bottom: 10px;
}
h3.title_MiqM {
  font-size: 23px;
  color: #676767;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
}
span.post_MiqM {
  display: block;
  font-size: 13px;
  color: #676767;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 5px;
}
.owl-buttons {
  width: 50%;
  height: 40px;
  margin: auto;
  position: relative;
  margin-top: -33px;
}
.owl-prev,
.owl-next {
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}
.owl-prev {
  background: url(images/lft_btn_MiqM.png) no-repeat !important;
  width: 18px;
  height: 37px;
}
.owl-next {
  left: auto;
  right: 0;
  background: url(images/rgt_btn_MiqM.png) no-repeat !important;
  width: 18px;
  height: 37px;
}

.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
  opacity: 1;
}
.owl-controls .owl-buttons div {
  background: transparent;
}
.owl-controls {
  margin-top: 50px;
}
.owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  background: #b7b7b7;
}
.owl-controls.clickable .owl-page:hover span {
  background: #222;
  opacity: 1;
}
.owl-controls .owl-page.active span,
.owl-controls .owl-page.active:hover span {
  background: #222;
  opacity: 1;
}
/*======================================= Footer Start ===================================*/
.ftrconti_MiqM {
  background: #fafafa;
  padding: 20px 5px 15px;
  text-align: center;
}
.ftrconti_MiqM p {
  text-align: center;
  padding-top: 15px;
  color: #4c474c;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.ftrconti_MiqM p a {
  text-decoration: underline !important;
  color: #4c474c;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.ftrconti_MiqM p a:hover,
.ftrconti_MiqM p a:focus {
  text-decoration: none !important;
  outline: none;
}
.dis_MiqM {
  color: #4c474c;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
.dis_MiqM p {
  text-align: left !important;
}
.ftr_logo_MiqM {
  text-align: center;
  padding-top: 10px;
}
.ftr_navi_MiqM {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #4c474c;
  padding-top: 20px;
  text-align: center;
}
.ftr_navi_MiqM a {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #4c474c;
  padding-left: 5px;
  padding-right: 5px;
}
.ftr_navi_MiqM a:hover,
.ftr_navi_MiqM a:focus {
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  color: #4c474c;
  outline: none;
}
.clear {
  clear: both;
}
