/* common CSS start*/

@font-face {
  font-family: "myriad_pro_semibold";
  src: url(../fonts/myriad-pro/myriadpro-semibold.eot);
  src: url(../fonts/myriad-pro/myriadpro-semibold.eot)
      format("embedded-opentype"),
    url(../fonts/myriad-pro/myriadpro-semibold.woff2) format("woff2"),
    url(../fonts/myriad-pro/myriadpro-semibold.woff) format("woff"),
    url(../fonts/myriad-pro/myriadpro-semibold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "myriad-Pro-Regular";
  src: url(../fonts/myriad-pro/Myriad-Pro-Regular.eot);
  src: url(../fonts/myriad-pro/Myriad-Pro-Regular.eot)
      format("embedded-opentype"),
    url(../fonts/myriad-pro/Myriad-Pro-Regular.woff2) format("woff2"),
    url(../fonts/myriad-pro/Myriad-Pro-Regular.woff) format("woff"),
    url(../fonts/myriad-pro/Myriad-Pro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "myriad-Pro-Bold";
  src: url(../fonts/myriad-pro/MYRIADPRO-BOLD.eot);
  src: url(../fonts/myriad-pro/MYRIADPRO-BOLD.eot) format("embedded-opentype"),
    url(../fonts/myriad-pro/MYRIADPRO-BOLD.woff2) format("woff2"),
    url(../fonts/myriad-pro/MYRIADPRO-BOLD.woff) format("woff"),
    url(../fonts/myriad-pro/MYRIADPRO-BOLD.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

button:focus {
    outline: none;
}

.btn-green {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto Slab";
  text-align: center;
  background: #00b176;
  padding: 0 25px;
  border-radius: 25px;
  text-transform: uppercase;
  border: transparent; 
  transition: 0.5s;
}

.btn-green:hover{
  color: #fff;
  background: #00205b;
  transition: 0.5s;
}

.common_banner .banner_main{
  height: 350px;
}

.common_banner .simple_quote_image { 
  margin-bottom: 0;
}

.bluel_line {
  padding: 5px;
  background-color: #00205b;
}

.common_click_link{
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #00b176;
  transition: 0.5s;
}

.common_click_link:hover{
  color: #00205b;
  text-decoration: underline;
  transition: 0.5s;
}

.common_return_link_main{
  margin-top: 50px;
  text-align: end;
  margin-bottom: 85px;
}

.common_title {
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #00205b;  
    font-size: 52px;
    margin-bottom: 35px;
}

.common_sub_title{
    font-family: 'Roboto';
    font-weight: 700;
    color: #00205b;  
    font-size: 32px;
    margin-bottom: 30px;
}

.common_paragraph{
    font-family: 'Roboto Lt';
    font-weight: 300;
    color: #00205b;  
    font-size: 24px; 
    margin-bottom: 25px;
}

.get_stat_btn .btn-green{
  padding: 0 72px;
}

.common_content_box {
   margin-bottom: 55px;
}

.common_content_box:last-child {
   margin-bottom: 10px;
}

.common_list_main {
  list-style-type: disc;
  padding-left: 23px;
  margin-bottom: 25px;
}

.common_list{
    font-family: 'Roboto Lt';
    font-weight: 300;
    color: #00205b;
    font-size: 24px;   
}

.roboto_bold{
  font-family: 'Roboto';
  font-weight: 700;
  color: #00205b;
}

.navbar {
  padding: 31px 0 28px 0;
}

/* common CSS end*/


/* landing page CSS start */
.banner_main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 650px;
  position: relative;
}

.banner_text h1 {
  font-size: 40px;
  color: rgb(0, 32, 91);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.simple_quote_image {
  text-align: center;
  margin-bottom: 34px;
}

.banner_content {
  max-width: 570px;
  position: absolute;
  bottom: 50px;
  text-align: center;
  padding-left: 30px;
}

.simple_quote_main {
  padding: 98px 0 115px 0;
}

.medicare_box {
  padding: 25px 20px 24px 20px;
  background: #f5f3f2;
}

.medicare_box p {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  font-family: "Roboto Lt";
  font-size: 24px;
  line-height: 32px;
  color: #00205b;
}

.medicare_box p a{
   font-family: "Roboto";
    font-weight: bold;
    color: #00b176;
    transition: 0.5s;
}

.medicare_box p a:hover{
    color: #00205b;
    transition: 0.5s;
    text-decoration: underline;
}

.Choosing_health_main {
  max-width: 800px;
  margin: 0 auto;
  padding: 53px 0 55px 0;
}

.Choosing_health_main h3 {
  font-size: 28px;
  font-family: "myriad-Pro-Regular";
  font-weight: 400;
  color: #00205b;
  line-height: 36px;
  text-align: center;
  margin-bottom: 35px;
}

.Choosing_health_main h2 {
  font-size: 52px;
  font-family: "Roboto Slab";
  font-weight: 700;
  color: #00205b;
  line-height: normal;
  text-align: center;
  margin-bottom: 35px;
}

.Choosing_health_main h4 {
  font-size: 24px;
  font-family: "Roboto Lt";
  font-weight: 300;
  color: rgb(0, 32, 91);
  line-height: 1.286;
  text-align: center;
}

.Roboto_Slab_bold {
  font-family: "Roboto Slab";
  font-weight: 700;
  display: inline-block;
}

.card {
  width: 370px;
}

.simple_card_main {
  display: flex;
  gap: 30px;
}

.image_body {
  background: #f5f3f2;
  padding: 42px 0 80px 0;
  width: 100%;
  text-align: center;
}

.image_body img {
  width: auto;
}

.card-body {
  background: #00205b;
  padding: 63px 32px 0 32px;
}

.num_main {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -100px;
}

.number {
  width: 71.37px;
  height: 71.37px;
  border-radius: 50%;
  border: 5px solid #00b176;
  background: #fff;
  color: #00b176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-family: "Roboto Slab";
  font-weight: bold;
}

.card-title {
  margin: 20px 0 40px 0;
  font-family: "Roboto";
  font-weight: bold;
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.card-text {
  margin-bottom: 38px;
  font-family: "Roboto Lt";
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.card-text:last-child {
  margin-bottom: 38px;
}

.lets_btn {
  margin: 54px 0 0 0;
  text-align: center;
}

.lets_btn .btn-green {
  padding: 0 39px;
}
/* landing page CSS end */


/* mnsure page css start */
.mnsure_page {
    padding-bottom: 670px;
}

.mnsure_box_main {
    background: #f5f3f2;
    padding: 30px;
}

.mnsure_page .get_stat_btn {
    text-align: end;
    margin-top: 50px;
}
.mnsure_page .get_stat_btn .btn-green {
    padding: 0 57px;
}


/* .slide {
  display: none;
} */

.slide.active {
  display: block;
}

.btn-green:disabled {
  background: #ccc;
  cursor: not-allowed;
}



/* mnsure page css end */
























/*footer CSs*/
footer {
  position: relative;
}

.footer-top {
  background: #00205b;
}

.grey-left-skew {
  z-index: 9;
  position: relative;
  position: absolute;
  top: -43px;
  -webkit-transform: translate3d(7px, 0, 0);
  transform: translate3d(7px, 0, 0);
  left: -35px;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
  border-left: 80px solid #a69d95;
  border-top: 160px solid #a59c94;
  border-right: 160px solid transparent;
  border-bottom: 85px solid transparent;
}

.grey-left-skew:before {
  position: absolute;
  content: "";
  top: -225px;
  right: -39px;
  left: auto;
  bottom: 0;
  width: 11px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  z-index: 99;
  height: 377px;
  background: #fff;
}

.right-background:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 120px;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.right-background {
  bottom: -56px;
  position: absolute;
  top: auto;
  display: inline-block;
  height: 150px;
  width: 100%;
}

.white-skew {
  position: absolute;
  bottom: 98px;
  position: absolute;
  right: 0;
  top: auto;
  display: inline-block;
  height: 100px;
  width: 350px;
}

.div-background {
  position: relative;
}

.div-background:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -145px;
  z-index: 9;
  bottom: 0;
  width: 100%;
  background: #00205b;
  height: 103px;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.footer-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-content {
  padding: 20px 0 0;
}

.footer-content h4 {
  font-size: 32px;
  line-height: 35px;
  margin: 0;
  color: #a59c94;
  font-weight: 700;
}

.footer-content p,
.footer-content ul li a,
.footer-content ul li span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
}

.footer-main .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content p,
.footer-content ul li a {
  text-transform: inherit;
  font-size: 18px;
  font-family: "Roboto lt";
  font-weight: lighter;
}

.footer-content p {
  padding: 15px 0;
  margin: 0;
}

.footer-offices ul {
  display: block;
}

.footer-left-content .footer-content {
  padding-bottom: 69px;
}

.footer-offices ul li a {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-offices ul li a:hover,
.footer-offices ul li a:hover span {
  color: #a59c94;
}

.footer-offices ul li a span {
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 5px;
}

.footer-left-content {
  display: inline-block;
}

footer .logo a {
  display: inline-block;
}

footer .logo {
  padding-bottom: 45px;
  width: 100%;
}

.p-t-0 {
  padding-top: 0;
}

footer .logo img {
  width: 100%;
}

.footer-bottom {
  padding: 20px 0;
}

.footer-wrap,
.footer-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-wrap span,
.footer-wrap span a {
  color: #00205b;
  font-size: 16px;
  -webkit-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  font-family: "Roboto Lt";
}

.footer-wrap span a {
  text-decoration: underline;
}

.footer-wrap span a:hover,
.footer-wrap ul li a:hover {
  text-decoration: underline;
  -webkit-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
}

.footer-wrap ul li a {
  font-size: 16px;
  color: #00205b;
  -webkit-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0 2px;
  font-weight: 300;
  font-family: "Roboto lt";
  text-align: right;
}

.footer-form {
  display: block;
  max-width: 400px;
}

.footer-left-content ul {
  padding: 15px 0 0 0;
  font-size: 0;
  margin: 0;
}

.footer-left-content ul li {
  margin-right: 20px;
}

.footer-form form.example input[type="text"] {
  padding: 10px;
  font-size: 18px;
  border: 1px solid grey;
  float: left;
  font-family: roboto lt;
  outline: transparent;
  width: 80%;
  color: #00205b;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #f1f1f1;
}

.footer-form form.example input::-webkit-input-placeholder {
  color: #00205b;
}

.footer-form form.example input:-ms-input-placeholder {
  color: #00205b;
}

.footer-form form.example input::-moz-placeholder {
  color: #00205b;
}

.footer-form form.example input::-ms-input-placeholder {
  color: #00205b;
}

.footer-form form.example input::placeholder {
  color: #00205b;
}

.footer-form form.example button {
  float: left;
  width: 16%;
  padding: 5px 10px 3px 0;
  background: #c8102e;
  color: #fff;
  font-size: 26px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.footer-form form.example button {
  outline: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.footer-form form.example::after {
  content: "";
  clear: both;
  display: table;
}
