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;
  font-family: Verdana, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
label {
  font-weight: normal;
}
ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("font/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("font/MyriadPro-Regular.otf") format("opentype"),
    url("font/MyriadPro-Regular.woff") format("woff"),
    url("font/MyriadPro-Regular.ttf") format("truetype"),
    url("font/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-It";
  src: url("font/MyriadPro-It.eot?#iefix") format("embedded-opentype"),
    url("font/MyriadPro-It.otf") format("opentype"),
    url("font/MyriadPro-It.woff") format("woff"),
    url("font/MyriadPro-It.ttf") format("truetype"),
    url("font/MyriadPro-It.svg#MyriadPro-It") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("font/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"),
    url("font/MyriadPro-Semibold.otf") format("opentype"),
    url("font/MyriadPro-Semibold.woff") format("woff"),
    url("font/MyriadPro-Semibold.ttf") format("truetype"),
    url("font/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("font/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("font/MyriadPro-Bold.otf") format("opentype"),
    url("font/MyriadPro-Bold.woff") format("woff"),
    url("font/MyriadPro-Bold.ttf") format("truetype"),
    url("font/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-BoldIt";
  src: url("font/MyriadPro-BoldIt.eot?#iefix") format("embedded-opentype"),
    url("font/MyriadPro-BoldIt.otf") format("opentype"),
    url("font/MyriadPro-BoldIt.woff") format("woff"),
    url("font/MyriadPro-BoldIt.ttf") format("truetype"),
    url("font/MyriadPro-BoldIt.svg#MyriadPro-BoldIt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");
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;
}
a:hover {
  outline: none;
  text-decoration: underline;
}
#wrapper {
  width: auto;
  height: auto;
}
.wrapper_container_miq {
  max-width: 1190px;
  height: auto;
  margin: auto;
}
/*============================================ Page PreLoader Start ============================================*/
.pree_loading_miq {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999;
  display: inline-block;
  overflow: hidden;
  background: #fff;
}
.loading_miq {
  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_miq div {
  box-sizing: border-box !important;
}
.loading_miq > div {
  position: absolute;
  width: 122px;
  height: 122px;
  top: 39px;
  left: 39px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #1897d4 transparent #1897d4 transparent;
  animation: loading_miq 1s linear infinite;
}

.loading_miq > div:nth-child(2),
.loading_miq > div:nth-child(4) {
  width: 106px;
  height: 106px;
  top: 47px;
  left: 47px;
  animation: loading_miq 1s linear infinite reverse;
}
.loading_miq > div:nth-child(2) {
  border-color: transparent #249f00 transparent #249f00;
}
.loading_miq > div:nth-child(3) {
  border-color: transparent;
}
.loading_miq > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.loading_miq > div:nth-child(3) div:before,
.loading_miq > div:nth-child(3) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: -6px;
  left: 52px;
  background: #1897d4;
  border-radius: 50%;
  box-shadow: 0 116px 0 0 #1897d4;
}
.loading_miq > div:nth-child(3) div:after {
  left: -6px;
  top: 52px;
  box-shadow: 116px 0 0 0 #1897d4;
}

.loading_miq > div:nth-child(4) {
  border-color: transparent;
}
.loading_miq > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.loading_miq > div:nth-child(4) div:before,
.loading_miq > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: -6px;
  left: 44px;
  background: #249f00;
  border-radius: 50%;
  box-shadow: 0 100px 0 0 #249f00;
}
.loading_miq > div:nth-child(4) div:after {
  left: -6px;
  top: 44px;
  box-shadow: 100px 0 0 0 #249f00;
}
@keyframes loading_miq {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*============================================ Header Start ============================================*/
.header_container_miq {
  background: #fff;
  padding: 25px 15px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 6px 6px 0px;
  position: relative;
}
.logo_miq {
  float: left;
}
.logo_miq img {
  display: inline-block;
}
.lowestupdate_miq {
  float: right;
  color: #2782c5;
  font-size: 19px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding-top: 5px;
}
.lowestupdate_miq strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/*======================================== Home Page Banner Start ===========================================*/
.banner_container_miq {
  background: url(images/banner_miq.jpg) no-repeat center bottom #ffffff;
  padding-bottom: 50px;
}
/*-------------------------------------- Home Form Start ------------------------------------*/
.banner_pad_left_miq {
  padding: 0px 10px 0px 0px !important;
}
.banner_pad_right_miq {
  padding: 0px !important;
}
.banner_left_box_miq {
  padding-top: 40px;
}
.banner_left_box_miq h1 {
  font-size: 38px;
  font-weight: normal;
  color: #1c74b8;
  font-family: "MyriadPro-Regular";
}
.banner_left_box_miq h1 strong {
  color: #009ade;
  font-weight: normal;
  font-family: "MyriadPro-Bold";
  display: block;
  font-size: 48px;
}
.gua_miq {
  padding-top: 10px;
}
.gua_miq ul {
  margin-bottom: 0px;
}
.gua_miq ul li {
  list-style: none;
  background: url(images/guaran_icon_miq.svg) no-repeat left 0px;
  padding-left: 35px;
  color: #666666;
  font-family: "MyriadPro-Regular";
  font-weight: normal;
  font-size: 20px;
  margin-top: 15px;
  margin-left: 15px;
}
.gua_miq ul li span {
  font-weight: normal;
  font-family: "MyriadPro-Bold";
}
.speacility_miq {
  background: #fff;
  box-shadow: 0px 0px 10px #b8b8b8;
  -moz-box-shadow: 0px 0px 10px #b8b8b8;
  -webkit-box-shadow: 0px 0px 10px #b8b8b8;
  color: #5c5a5c;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  max-width: 525px;
  margin-top: 50px;
}
.speacility_miq span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #676767;
}
.speacility_miq strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1897d4;
}
/* ============================ Home Form Right ======================== */
.ban_rt_form_miq {
  background: #fff;
  border: 2px solid #ededed;
  position: relative;
  margin-top: 35px;
}
.ban_rt_form_miq h1 {
  color: #595a5a;
  font-size: 27px;
  text-align: center;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 36px;
  padding: 15px 10px 0px;
}
.frm_bor_miq {
  border-top: 1px solid #e6e7e7;
  padding: 10px 20px 0px;
  margin-top: 10px;
}
img.arrow_grn_miq2 {
  position: absolute;
  left: -102px;
  top: 128px;
}
.homeform_hit_miq {
  margin-bottom: 10px !important;
}
.homeform_padd_right_miq {
  padding-right: 7.5px !important;
}
.homeform_padd_left_miq {
  padding-left: 7.5px !important;
}
.pading_miq {
  padding: 0 !important;
}
.pading_M_miq {
  padding: 0 5px !important;
}
.pading_L_miq,
.pading_Lwt_miq {
  padding: 0px 0px 0px 2.5px !important;
}
.pading_R_miq {
  padding: 0px 2.5px 0px 0px !important;
}
.home_form_miq label {
  color: #3d3d3d;
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  font-weight: normal;
}
label.cur_miq {
  font-size: 14px;
}
.home_form_miq input[type="text"],
.home_form_miq input[type="tel"],
.home_form_miq input[type="email"] {
  border: 1px solid #b9babb;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #000;
}

form .form-control::-webkit-input-placeholder {
  color: #5b5b5b;
  font-family: "Open Sans", sans-serif !important;
}
form .form-control:-moz-placeholder {
  color: #5b5b5b;
  font-family: "Open Sans", sans-serif !important;
}
form .form-control::-moz-placeholder {
  color: #5b5b5b;
  font-family: "Open Sans", sans-serif !important;
}
form .form-control:-ms-input-placeholder {
  color: #5b5b5b;
  font-family: "Open Sans", sans-serif !important;
}
.home_form_miq select {
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #000;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/select_arow_miq.svg) no-repeat right 10px bottom 14px,
    linear-gradient(180deg, #ffffff 0.16%, #f0f0f0 100.15%);
  box-shadow: none !important;
  height: 35px;
}
.home_form_miq select option {
  font-size: 20px !important;
}
.redio_button_miq {
  text-align: left;
}
.redio_button_miq input[type="radio"] {
  display: none;
}
.redio_button_miq input[type="radio"] + label {
  cursor: pointer;
  padding-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px !important;
  width: 49%;
  float: left;
}
.redio_button_miq input[type="radio"] + label:last-child {
  margin-right: 0px;
  float: right;
}
.redio_button_miq input[type="radio"] + label p {
  height: 34px;
  vertical-align: middle;
  background: rgba(254, 254, 254, 1);
  background: -moz-linear-gradient(
    top,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 240, 241, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(254, 254, 254, 1)),
    color-stop(100%, rgba(240, 240, 241, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 240, 241, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 240, 241, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 240, 241, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 240, 241, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f1', GradientType=0 );
  border: 1px solid #b9babb;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #3d3d3d;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.redio_button_miq input[type="radio"]:checked + label p {
  background: #00467f;
  color: #fff;
  border: 1px solid #00467f;
}
.doyou_currently_trf {
  background: #fffcf0;
  padding: 2px 15px 0px;
  margin-right: -10px;
}
.lable_pad_right_miq {
  padding-right: 5px !important;
}
.lable_pad_left_miq {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.zip_miq {
  padding-top: 7px !important;
}
.btn {
  padding: 6px 8px !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding-left: 7px !important;
}

.get_y_free_quot_miq {
  max-width: 520px;
  margin: auto;
}
.get_y_free_quot_miq button[type="submit"] {
  background: #229e48;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  height: 68px !important;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 27px;
  outline: none;
  -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;
}
.get_y_free_quot_miq button[type="submit"]:hover,
.get_y_free_quot_miq button[type="submit"]:focus {
  outline: none;
  background: #009ade;
}
.get_y_free_quot_miq button[type="submit"] img {
  vertical-align: -3px;
  margin-left: 5px;
}
.no_spam_miq {
  padding-top: 5px;
}
.weres_miq {
  font-size: 13px;
  color: #229e48;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 5px;
}
.by_requesting_miq {
  color: #4a474a;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 10px 15px 15px;
}
.by_requesting_miq a {
  color: #4a474a;
  text-decoration: underline !important;
}
.your_information_is_secure_miq {
  text-align: center;
  padding-top: 15px;
}
.your_information_is_secure_miq img {
  display: inline-block;
}
/*======================================================== Home Content Start*/
.home_content_container_miq {
  padding: 40px 10px 70px;
}
.wrapper_container_img_miq {
  max-width: 1200px;
  height: auto;
  margin: auto;
}
.home_content_container_miq h1 {
  text-align: center;
  color: #1e74b5;
  font-size: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 15px;
}
.home_content_container_miq h1 strong {
  color: #1e74b5;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
}
.home_content_container_miq h3 {
  text-align: center;
  color: #666666;
  font-size: 17px;
  padding-top: 15px;
  font-family: "MyriadPro-It";
  line-height: 24px;
}
.home_content_container_miq h4 {
  text-align: center;
  color: #666666;
  font-size: 20px;
  padding-top: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 31px;
}
.home_images_miq {
  padding-top: 50px;
}
.home_1_img_box_miq h1,
.home_2_img_box_miq h1,
.home_3_img_box_miq h1,
.home_4_img_box_miq h1,
.home_5_img_box_miq h1 {
  position: relative;
  background: #f00;
  margin-top: -57px;
}
.home_1_img_box_miq a,
.home_2_img_box_miq a,
.home_3_img_box_miq a,
.home_4_img_box_miq a,
.home_5_img_box_miq a,
.home_1_img_box_miq a:hover,
.home_2_img_box_miq a:hover,
.home_3_img_box_miq a:hover,
.home_4_img_box_miq a:hover,
.home_5_img_box_miq a:hover {
  text-decoration: none;
  outline: none;
}
.home_1_img_box_miq {
  float: left;
  width: 38%;
}
.home_2_img_box_miq {
  float: right;
  width: 62%;
}
.home_3_img_box_miq {
  padding-left: 0px !important;
  padding-right: 7px !important;
}
.home_4_img_box_miq {
  padding-left: 7px !important;
  padding-right: 0px !important;
}
.home_5_img_box_miq {
  padding-top: 15px;
  padding-left: 0px !important;
  padding-right: 7px !important;
}
.home_6_img_box_miq {
  padding-top: 15px;
  padding-left: 7px !important;
  padding-right: 0px !important;
}
.home_1_img_box_miq img,
.home_2_img_box_miq img,
.home_3_img_box_miq img,
.home_4_img_box_miq img,
.home_5_img_box_miq img,
.home_6_img_box_miq img {
  display: inline-block;
}
.home_1_img_box_miq h1 {
  background: rgba(46, 182, 109, 0.7);
  max-width: 430px;
  color: #fff;
  padding: 16px 15px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
}
.home_2_img_box_miq h1,
.home_3_img_box_miq h1,
.home_4_img_box_miq h1,
.home_5_img_box_miq h1 {
  background: rgba(255, 255, 255, 0.78);
  color: #1e74b5;
  padding: 16px 10px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
}
.home_1_img_box_miq h1 img,
.home_2_img_box_miq h1 img,
.home_3_img_box_miq h1 img,
.home_4_img_box_miq h1 img,
.home_5_img_box_miq h1 img {
  float: right;
}
.free_plans_miq {
  background: url(images/free_plans_bg2_miq.jpg) repeat-y center top;
  padding: 52px 15px;
  text-align: center;
}
.free_plans_miq h1 {
  color: #1897d4;
  font-size: 62px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding-top: 20px;
}
.free_plans_miq h3 {
  color: #023349;
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  max-width: 500px;
  margin: auto;
  font-style: italic;
}
.free_plans_miq h3:after,
.free_plans_miq h3:before,
.free_plans2_miq h3:after,
.free_plans2_miq h3:before {
  background-color: #6f9fd1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.free_plans_miq h3:before,
.free_plans2_miq h3:before {
  right: 10px;
  margin-left: -20%;
}
.free_plans_miq h3:after,
.free_plans2_miq h3:after {
  left: 10px;
  margin-right: -20%;
}
.free_plans_miq p {
  font-size: 19px;
  color: #383838;
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.free_plans2_miq {
  background: url(images/free_plans_bg2_miq.jpg) repeat-y center top;
  padding: 52px 15px 40px;
  text-align: center;
}
.free_plans2_miq h1 {
  color: #1c74b7;
  font-size: 47px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding-top: 20px;
}
.free_plans2_miq h3:after,
.free_plans2_miq h3:before {
  background-color: #b9c5d2;
}
.free_plans2_miq p {
  font-size: 19px;
  color: #383838;
  padding-top: 30px;
  font-family: "MyriadPro-It";
}
.hm_bottom_logos_miq {
  padding-top: 5px;
}
.hm_bottom_logos_miq img {
  display: inline-block;
}
.get_free_btn_miq {
  max-width: 400px;
  margin: auto;
  margin-top: 20px;
}
.get_free_btn_miq a {
  background: #1897d4;
  height: 68px !important;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 66px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 27px;
  display: block;
  -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;
}
.get_free_btn_miq a:hover,
.get_free_btn_miq a:focus {
  outline: none;
  background: #249f00;
  text-decoration: none;
  color: #fff;
}
.get_free_btn_miq a img {
  vertical-align: -3px;
  margin-left: 5px;
}
/*----------------------------- What Does Start --------------------------------*/
.wht_dos_miq {
  padding: 50px 15px;
}
.wht_dos_miq h1 {
  text-align: center;
  color: #1e74b5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 41px;
}
.wht_dos_miq p {
  text-align: center;
  color: #676767;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wht_dos_miq p span {
  color: #249f00;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.funarel_wrap_miq {
  position: relative;
}
.funarel_box_miq {
  background: #fff;
  -moz-box-shadow: 0px 0px 20px rgba(131, 166, 237, 0.3);
  -webkit-box-shadow: 0px 0px 20px rgba(131, 166, 237, 0.3);
  box-shadow: 0px 0px 20px rgba(131, 166, 237, 0.3);
  padding: 30px 20px;
  margin-top: 20px;
}
.one,
.three {
  float: left;
  width: 49%;
}
.two,
.four {
  float: right;
  width: 49%;
}
.three {
  padding-bottom: 58px;
}
.fnl_img_miq {
  float: left;
  width: 30%;
  text-align: center;
}
.fnl_img_miq img {
  display: inline-block;
}
.fn_dis_miq {
  float: left;
  width: 70%;
}
.fn_dis_miq h1 {
  color: #434549;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  padding-top: 5px;
}
.fn_dis_miq hr {
  opacity: 1;
  height: 4px !important;
  width: 33px;
  background: #2eb66d;
  margin-bottom: 5px;
}
.fn_dis_miq p {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 19px;
  padding-top: 12px;
  line-height: 28px;
  padding-bottom: 22px;
  text-align: left;
}
/*------------------------------ Why Choose Us -------------------------------*/
.bottom_banner_miq {
  background: #1992d0;
  padding: 50px 15px;
}
.why_choose_miq {
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.why_choose_miq h1 {
  color: #ffffff;
  font-size: 43px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.why_choose_miq h3 {
  color: #ffffff;
  font-size: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 25px;
  line-height: 38px;
}
.why_choose_miq h3 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/*------------------------------ Here are some -------------------------------*/
.here_some_conti_miq {
  background: #fff;
  padding: 40px 15px 50px;
  border-bottom: 1px solid #e7e7e7;
}
.here_content_miq {
  max-width: 980px;
  height: auto;
  margin: auto;
}
.here_content_miq h3 {
  color: #1e74b5;
  text-align: center;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 38px;
}
.here_content_miq ul {
  margin-bottom: 0px;
}
.here_content_miq ul li {
  list-style: none;
  float: left;
  color: #4c474c;
  font-size: 25px;
  font-weight: normal;
  font-family: "MyriadPro-It";
  margin-top: 25px;
}
.here_content_miq ul li:nth-child(3n + 1) {
  width: 528px;
}
.here_content_miq ul li span {
  width: 85px;
  height: 58px;
  display: inline-block;
  text-align: center;
}
.here_content_miq ul li img {
  vertical-align: middle;
}
/*======================================================== About Page Start*/
.about_banner_conti_miq {
  background: url(images/about_bn_miq.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}
.about_box_miq {
  background: rgba(46, 182, 109, 0.7);
  float: left;
  width: 40%;
  margin-top: 390px;
  padding: 30px;
  text-align: right;
}
.about_box_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0em;
  color: #fff;
  padding-bottom: 15px;
  padding-right: 133px;
}
.about_content_miq {
  padding-bottom: 100px;
}
.you_re_miq {
  font-family: "Open Sans", sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e74b5;
  max-width: 996px;
  margin: auto;
  padding: 70px 0px;
}
.about_left_miq {
  float: left;
  width: 60%;
}
.about_left_miq p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 20px;
  color: #676767;
}
.about_left_miq p:first-child {
  padding-top: 0px;
}

/*======================================================== Inner Side Banner Page Start*/
.inner_img_wrap_miq {
  float: right;
  background: url(images/inn_ban_miq.jpg) no-repeat center top;
  -moz-box-shadow: 0px 0px 19px rgba(68, 68, 68, 0.25);
  -webkit-box-shadow: 0px 0px 19px rgba(68, 68, 68, 0.25);
  box-shadow: 0px 0px 19px rgba(68, 68, 68, 0.25);
  width: 34%;
}
.ing_ban_tst_miq {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
}
.ing_ban_tst_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0em;
  text-align: center;
  color: #1897d4;
}
.ing_ban_tst_miq h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  color: #013349;
}
.getfree_qt_miq {
  background: #fff;
  padding: 30px 20px;
  margin-top: 430px;
}
.getfree_qt_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
}
.getfree_btn_miq {
  margin: auto;
  margin-top: 20px;
}
.getfree_btn_miq a {
  background: #1897d4;
  height: 77px !important;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 76px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: block;
  -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;
}
.getfree_btn_miq a:hover,
.getfree_btn_miq a:focus {
  outline: none;
  background: #249f00;
  text-decoration: none;
  color: #fff;
}
.getfree_btn_miq a img {
  vertical-align: -4px;
  margin-left: 5px;
}
/*======================================================== Contact Page Start*/
.contact_banner_conti_miq {
  background: url(images/contact_ban_miq.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}
.contact_banner_conti_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: center;
  color: #1374b8;
  padding-top: 40px;
}
.contact_banner_conti_miq h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e74b5;
}
.contact_bot_wrap_miq {
  max-width: 1200px;
  margin: auto;
}
.contact_left_miq {
  float: left;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 80px;
}
.nothis_frm_miq {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background: #176093;
  padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
}
.nothis_frm_miq a,
.nothis_frm_miq a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
  font-weight: 700;
}
.nothis_frm_miq a:hover {
  text-decoration: none;
  color: #fff;
}
.contact_left_miq p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  padding-top: 20px;
  padding-bottom: 30px;
}
.con_left_miq {
  padding-left: 0px !important;
  padding-right: 10px !important;
}
.con_right_miq {
  padding-right: 0px !important;
  padding-left: 10px !important;
}
.contact_left_miq input[type="text"],
.contact_left_miq input[type="tel"],
.contact_left_miq input[type="email"],
.contact_left_miq textarea {
  border: 1px solid #757778;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.button_miq {
  text-align: right;
}
.button_miq button[type="submit"] {
  background: #fff;
  border: 2px solid #1e74b5;
  padding: 15px 80px !important;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e74b5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.3);
  box-shadow: 0px 0px 8px rgba(68, 68, 68, 0.3);
  -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;
}
.button_miq button[type="submit"] img {
  vertical-align: -2px;
  margin-left: 3px;
}
.button_miq button[type="submit"]:hover,
.button_miq button[type="submit"]:focus {
  outline: none;
}
.contact_right_miq {
  float: right;
  width: 45%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.map_miq {
}
.open_hors_miq,
.map_add_miq {
  display: flex;
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
}
.open_hors_miq img,
.map_add_miq img {
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: middle;
}
.open_hors_miq img {
  margin-top: 0px;
}
/*======================================================== Resources Page Start*/
.resour_ban_conti_miq {
  background: url(images/resu_ban_miq.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
}
.resour_ban_conti_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: center;
  color: #1374b8;
  padding-top: 40px;
}
.resour_ban_conti_miq h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #1e74b5;
  padding-top: 18px;
}
.resour_ban_conti_miq h3 span {
  font-weight: 700;
}
.reso_container_miq {
  max-width: 1190px;
  height: auto;
  margin: auto;
}
.reso_left_miq {
  float: left;
  width: 57%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.reso_left_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e74b5;
}
.reso_left_miq h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e74b5;
  padding-top: 30px;
}
.reso_left_miq hr {
  width: 63px;
  height: 6px !important;
  background: #1374b8;
  margin-left: 0px;
  border: none;
  opacity: 1;
}
.reso_left_miq p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  padding-top: 20px;
}
.inn_free_plans_miq {
  max-width: 590px;
  margin: auto;
  padding: 52px 15px;
  text-align: center;
}
.inn_free_plans_miq h1 {
  color: #1897d4;
  font-family: "Open Sans", sans-serif;
  padding-top: 0px;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: center;
}
.inn_free_plans_miq h3 {
  color: #023349;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
}
.inn_free_plans_miq h3:after,
.inn_free_plans_miq h3:before {
  background-color: #474748;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.inn_free_plans_miq h3:before {
  right: 10px;
  margin-left: -20%;
}
.inn_free_plans_miq h3:after {
  left: 10px;
  margin-right: -20%;
}
.inn_free_plans_miq p {
  color: #383838;
  padding-top: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}
.inn_get_free_btn_miq {
  max-width: 410px;
  margin: auto;
  margin-top: 20px;
}
.inn_get_free_btn_miq a {
  background: #1897d4;
  height: 77px !important;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 76px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 27px;
  display: block;
  -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;
}
.inn_get_free_btn_miq a:hover,
.inn_get_free_btn_miq a:focus {
  outline: none;
  background: #249f00;
  text-decoration: none;
  color: #fff;
}
.inn_get_free_btn_miq a img {
  vertical-align: -4px;
  margin-left: 5px;
}
.reso_right_miq {
  background: #eef1f3;
  padding: 40px 50px;
  float: right;
  width: 40%;
  margin-top: 40px;
  margin-bottom: 50px;
}
.reso_right_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
  color: #1374b8;
}
.reso_right_miq h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  padding-top: 30px;
}
.reso_img_box_conti_miq {
  max-width: 366px;
  margin: auto;
}
.img_box_miq {
  margin-top: 30px;
}
.img_box_miq a,
.img_box_miq a:hover {
  text-decoration: none;
  outline: none;
}
.img_box_miq h1 {
  background: rgba(255, 255, 255, 0.78);
  color: #1e74b5;
  padding: 16px 10px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-top: -52px;
  z-index: 9999;
  position: relative;
  line-height: normal;
}
/* Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .img_box_miq h1 {
      margin-top: -53px;
    }
  }
}

/* Safari 10.1 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    .img_box_miq h1 {
      margin-top: -53px;
    }
  }
}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .img_box_miq h1 {
      margin-top: -53px;
    }
  }
}
/*======================================================== Privacy Page Start*/
.privacy_container_miq {
  background: rgba(238, 241, 243, 0.2);
  padding: 40px 60px;
  margin: 40px 0px;
}
.privacy_container_miq h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e74b5;
}
.privacy_container_miq hr {
  width: 63px;
  height: 6px !important;
  background: #1374b8;
  margin-left: 0px;
  border: none;
  opacity: 1;
}
.privacy_container_miq h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e74b5;
  padding-top: 30px;
}
.privacy_container_miq h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  padding-top: 15px;
  text-decoration: underline;
}
.privacy_container_miq ul {
  margin-bottom: 0px;
}
.privacy_container_miq ul li {
  list-style: disc;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  padding-top: 20px;
  margin-left: 50px;
}
ul.threats {
  padding-top: 20px;
}
ul.threats li {
  padding-top: 5px;
}
.privacy_container_miq p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  padding-top: 20px;
}
.privacy_container_miq h1 span,
.privacy_container_miq p span,
.privacy_container_miq ul li span {
  font-weight: 600;
}
.pad_lft_miq {
  padding-left: 40px;
  padding-top: 20px;
}

/*========================================= Footer Container Start ================================================*/
.footer_container_miq {
  background: #fafafa;
  padding: 20px 10px;
  text-align: center;
}
.footer_logo_miq img {
  display: inline-block;
}
.ftr_navi_miq {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #4c474c;
  padding-top: 20px;
}
.ftr_navi_miq a {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #4c474c;
  padding-left: 15px;
  padding-right: 15px;
}
.ftr_navi_miq a:hover,
.ftr_navi_miq a:focus {
  text-decoration: underline;
  color: #4c474c;
  outline: none;
}
.ftr_hd_box_miq {
  border-top: 1px solid rgba(76, 71, 76, 0.25);
  border-bottom: 1px solid rgba(76, 71, 76, 0.25);
  margin-top: 40px;
}
.footer_header_miq {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px 25px;
}
.ftr_hd_lft {
}
.ftr_hd_rgt {
}
.ftr_list_conti_miq {
  padding: 0px 15px;
}
.ftr_list_miq {
  text-align: left;
}
.ftr_list_miq h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 152.18%;
  color: #4c474c;
  padding-top: 30px;
  padding-bottom: 10px;
}
.ftr_list_miq p {
  padding-top: 20px;
}
.ftr_list_miq p a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 138.18%;
  color: #676767;
}
.ftr_list_miq p a:hover {
  color: #2782c5;
}
.ftr_ct_miq p {
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 138.18%;
  color: #676767;
}
.ftr_ct_miq p img {
  margin-right: 15px;
}
.ph_miq {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #1374b8;
}
.footer_dis_miq {
  padding: 50px 10px 20px;
  margin-top: 50px;
  background-color: #f6f6f6;
}
.footer_dis_miq p {
  text-align: left;
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 152.18%;
  color: #4c474c;
}
.footer_dis_miq p a {
  color: #4c474c;
  text-decoration: underline !important;
}
.footer_copy_miq {
  font-family: "Open Sans", sans-serif;
  padding-top: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 152.18%;
  text-align: center;
  color: #4c474c;
}
.footer_copy_miq a {
  color: #4c474c;
  text-decoration: underline !important;
}
.clear {
  clear: both;
}
