/* Style sheet by Oki Trice - http://www.minisite911.com */
@charset "utf-8";

/**********************************************************************************/
/**********************************************************************************/
/* IMPORT GOOGLE WEB FONTS */
/**********************************************************************************/
/**********************************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500&family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;500;700&family=PT+Sans:wght@400;700&family=Roboto:wght@300;500;700&display=swap");

/**********************************************************************************/
/**********************************************************************************/
/* GENERAL */
/**********************************************************************************/
/**********************************************************************************/

:root {
  --space: 2rem;
  --space-xs: calc(var(--space) / 3);
  --space-sm: calc(var(--space) / 2);
  --space-md: calc(var(--space) * 2);

  --radius: 0.125rem;
}

* {
  margin: 0;
  padding: 0;
}

html,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a:active,
a:visited {
  color: blue;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.fontOpenSans {
  font-family: "Open Sans", sans-serif;
}
.fontPTSans {
  font-family: "PT Sans", sans-serif;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hideme {
  display: none;
}

.container {
}

.very-top-breadcrumb {
  background: #9d1c1f;
}
.vtb {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 8px 0;
}

.header-top-breadcrumb {
  background: #ffffff url("../new_images/header-bg.png") repeat-x center center;
  height: 184px;
}
.header-img-breadcrumb {
  background: url("../new_images/header.png") no-repeat center center;
  height: 184px;
}

.lightgray-breadcrumb {
  background: #f4f4f4;
}

.img-guaranteed {
  max-width: 500px;
  margin: 20px auto 40px auto;
}

.btn-xlg {
  padding: 12px 100px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #ffffff !important;
}
.btn-xlg span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .btn-xlg {
    padding: 12px 20px;
    font-size: 22px;
  }
}

.form-steps {
  width: 100%;
  height: auto;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.select-country {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  margin: 0px auto 0px;
  display: block;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  cursor: pointer;
  background: url("../new_images/small-arrow.png") no-repeat right 10px center,
    #fefefe;
  /* Old browsers */
  background: url("../new_images/small-arrow.png") no-repeat right 10px center,
    -moz-linear-gradient(top, #fefefe 0%, #ededed 100%);
  /* FF3.6+ */
  background: url("../new_images/small-arrow.png") no-repeat right 10px center,
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: url("../new_images/small-arrow.png") no-repeat right 10px center,
    -webkit-linear-gradient(top, #fefefe 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: url("../new_images/small-arrow.png") no-repeat right 10px center,
    -o-linear-gradient(top, #fefefe 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: url("../new_images/small-arrow.png") no-repeat right 10px center,
    -ms-linear-gradient(top, #fefefe 0%, #ededed 100%);
  /* IE10+ */
  background: url("../new_images/small-arrow.png") no-repeat right 10px center,
    linear-gradient(to bottom, #fefefe 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-exp {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  background: url("../new_images/small-arrow.png") no-repeat right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  float: left;
}
.select-exp:hover {
  background: url("../new_images/small-arrow-down.png") no-repeat right 10px
    center;
}
.select-exp:hover > * {
  background: url("../new_images/small-arrow-down.png") no-repeat right 10px
    center;
}

.input-container-cols-bottom {
  position: relative;
  padding: 0 8px 0 0;
  font-size: 12px;
  text-align: right;
}

.box-summary {
  background: transparent;
  width: 440px;
  height: auto;
  margin: 30px auto 0 auto;
}

.main-txt {
  color: #666;
  font-size: 19px;
  line-height: 25px;
  text-align: left;
}

.main-title {
  color: #555;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}
.main-title span {
  color: #054f8d;
  font-weight: 700;
}

.rb-wrapper {
  margin: 20px 10px 10px 10px;
  border: 6px solid transparent;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  cursor: pointer;
}

.radiobox {
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  padding: 0;
}
.rb-border-half {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.rb-border {
}
.radiobox.bestdeal {
  margin-top: -6px;
}
.radiobox.bestdeal h3 {
  padding-top: 24px;
}
.radiobox h3 {
  color: #222;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}
.radiobox h3 b {
  font-size: 24px;
  font-weight: 700;
}
.radiobox img {
  padding: 20px;
  max-width: 290px;
}
.radiobox p {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
}
.radiobox p.main-price {
  font-size: 35px;
  font-family: "PT Sans", sans-serif;
  color: #1b65b2;
  font-weight: 600;
  margin-top: -12px;
  margin-bottom: 0;
}
.radiobox button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
.radiobox button span {
  font-size: 14px;
}

.rb-wrapper:hover {
  background: #f7f6ee;
}

.radiobox-top {
  margin: 0 auto;
  padding: 2px 12px;
  border-left: 6px solid #0c68c0;
  border-right: 6px solid #0c68c0;
  outline: 6px solid #0c68c0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  text-align: center;
  background: #0c68c0;
  color: #ffffff;
  font-weight: 700;
}

.rb-wrapper.special {
  background: #fefdf2;
  outline: 6px solid #0c68c0;
}

.rb-wrapper.active {
  background: #fefdf2;
  outline: 6px solid #b21207;
}

.radiobox-top.active {
  background: #b21207;
  outline: 6px solid #b21207;
  border-color: #b21207;
}

@media (max-width: 767.98px) {
  .radiobox img {
    float: right;
    margin-top: -35px;
    max-width: 200px;
  }
  .radiobox.bestdeal h3 {
    padding-top: 0px;
  }
  .radiobox h3 {
    float: left;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
  }
  .radiobox h3 b {
    font-size: 20px;
  }
  .radiobox p {
    font-size: 16px;
  }
  .radiobox p.main-price {
    font-size: 25px;
    margin-top: 40px;
  }
  .radiobox.bestdeal {
    margin-top: 40px;
  }
  .radiobox .separator-25px {
    height: 0;
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .radiobox img {
    float: right;
    margin-top: -30px;
    max-width: 250px;
  }
  .radiobox.bestdeal h3 {
    padding-top: 0px;
  }
  .radiobox h3 {
    float: left;
    padding-left: 30px;
  }
  .radiobox.bestdeal {
    margin-top: 40px;
  }
}

.cc_alt {
  font-size: 14px;
}

.sidecheck1 img,
.sidecheck2 img,
.sidecheck3 img,
.sidecheck4 img,
.sidecheck5 img {
  border: 0 none;
  max-width: 75px;
  margin-bottom: -10px;
}

.sidecheck1 {
  position: absolute;
  top: 200px;
  left: 48px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.sidecheck1 p {
  padding: 0;
}
.sidecheck1 hr {
  border: 0;
  margin: 0 0 0 47px;
  border-left: 6px solid #00c4f8;
  height: 525px;
  float: left;
}

.sidecheck2 {
  position: absolute;
  top: 245px;
  left: 50px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.sidecheck2 hr {
  border: 0;
  margin: 0 0 0 45px;
  border-left: 6px solid #00c4f8;
  height: 326px;
  float: left;
}

.sidecheck3 {
  position: absolute;
  top: -480px;
  left: 32px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.sidecheck3 hr {
  border: 0;
  margin: 0 0 0 63px;
  border-left: 6px solid #00c4f8;
  height: 152px;
  float: left;
}

.sidecheck4 {
  position: absolute;
  top: -175px;
  left: 62px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .sidecheck1,
  .sidecheck2,
  .sidecheck3,
  .sidecheck4 {
    display: none;
  }
}

.sm-wrap {
  text-align: center;
  margin: 0 auto;
}
/*.sm-wrap a { cursor: pointer; } */

.sidecheck-sticky {
  --offset: 0;
  flex-grow: 1;
  flex-basis: 300px;
  align-self: start;
  position: sticky;
  top: var(--offset);
  z-index: 30;
}

.sidecheck-mobile {
  background: #eeeeee;
  padding: 20px 20px;
  margin: 0 auto;
  width: 100%;
  height: 145px;
  /*display: grid;
  grid-template-rows: auto 1fr auto;*/
}

.sidecheck-sticky .sidecheck-mobile {
  max-height: calc(100vh - var(--offset) * 2);
}

.line {
  display: flex;
  align-items: center;
  text-align: center;
}
.line div:first-child {
  white-space: nowrap;
}
.line div {
  width: 65px;
  height: 65px;
  background: #d8d9d9;
  border-radius: 50px;
}
.line div p {
  text-align: center;
  margin-top: 8px;
  /*margin-left:-0.3em;*/
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  color: black;
}
.line div a {
  font-size: 20px;
  line-height: 66px;
  font-weight: bold;
  color: #ffffff;
}
.line div a:hover {
  text-decoration: none;
  color: #ffffff;
}
.line div.active {
  background: #00c3f6 url("../new_images/big_check.png") no-repeat center center;
  background-size: contain;
  color: transparent;
}
.line div.active > a {
  color: transparent;
}
.line div.active > a:hover {
  color: transparent;
}
.line b {
  flex: 1 0 0;
  height: 4px;
  background: #d8d9d9;
  margin: 0 6px;
  min-width: 25px;
}
.line b.active {
  background: #00c3f6;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sidecheck-mobile {
    height: 160px;
  }
  .line div {
    width: 75px;
    height: 75px;
  }
  .line div a {
    font-size: 22px;
    line-height: 75px;
  }
  .line div p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidecheck-mobile {
    height: 180px;
  }
  .line div {
    width: 95px;
    height: 95px;
  }
  .line div a {
    font-size: 26px;
    line-height: 90px;
  }
  .line div p {
    margin-top: 12px;
    font-size: 17px;
    line-height: 19px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sidecheck-sticky {
    display: none;
  }
  .below-button {
    height: 150px;
  }
}

/*https://codepen.io/hexagoncircle/pen/oNLZmvV*/
.order-sticky {
  --offset: var(--space);
  flex-grow: 1;
  flex-basis: 300px;
  align-self: start;
  position: sticky;
  top: var(--offset);
}

.order-summary {
  margin: 0 10px 10px 10px;
  padding: 10px;
  outline: 6px solid #0c68c0;
  border: 6px solid transparent;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

  display: grid;
  grid-template-rows: auto 1fr auto;
}

.order-sticky .order-summary {
  /*max-height: calc(100vh - var(--offset) * 2);*/
}

@media (max-width: 1199.98px) {
  .order-sticky {
    position: static;
  }
  .order-summary {
    margin-top: 50px;
  }
  .completepurchase {
    margin-top: 25px;
  }
}

.order-summary h3 {
  margin-top: 0;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  color: #1b65b2;
  font-weight: bold;
}
.os-txt1 {
  padding-top: 5px;
}
.os-txt2 {
  margin-top: -10px;
}
.os-txt3 {
  margin-top: -10px;
  font-weight: bold;
}
.os-txt4 {
  margin-top: -10px;
}
.os-box1 {
  margin-top: 10px;
  background: #fffad0;
  padding: 25px 25px 10px 25px;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
}
.os-box1 p {
  margin-top: 10px;
}
.os-summ {
  font-size: 20px;
  font-family: "PT Sans", sans-serif;
}
.os-summ-small {
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
  font-style: italic;
}
.os-box2 {
  background: #ffc438;
  padding: 10px 20px 5px 38px;
  font-size: 17px;
  font-family: "PT Sans", sans-serif;
}
.os-box2 input[type="checkbox"] {
  float: left;
  margin-left: -23px;
}

#get-10 {
  cursor: pointer;
}
span.get-10 {
  font-weight: normal;
}

.os-box3 {
  background: #f2f2f2;
  margin: 0;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
}
.os-box3 img {
  max-width: 100px;
  padding-top: 5px;
}

@media (max-width: 1199.98px) {
  .os-box3 {
    display: none;
  }
}

.gsc-h5 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.gsc-h5 span span {
  color: #2cd1af;
}
.gsc-h5:before,
.gsc-h5:after {
  background-color: #2cd1af;
  content: "";
  display: inline-block;
  float: left;
  height: 1px;
}
.gsc-h5:before {
  order: 1;
  flex-grow: 1;
  margin-right: 8px;
}
.gsc-h5:after {
  order: 3;
  flex-grow: 1;
  margin-left: 8px;
}
.gsc-h5 * {
  order: 2;
}

.gsc {
  margin-bottom: 20px;
}

.subtotal-box {
  margin: 20px auto 0 auto;
  max-width: 530px;
  width: 100%;
}

.mobile-90day {
  background: #f2f2f2;
  margin: 30px auto 0 auto;
  padding: 20px 10px 20px 0px;
  max-width: 530px;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
}
.mobile-90day img {
  max-width: 100px;
  padding-top: 5px;
}

@media (min-width: 1200px) {
  .subtotal-box {
    margin: 20px auto 20px auto;
  }
  .mobile-90day {
    display: none;
  }
}

.nav-bottom {
  margin-top: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.nav-bottom ul {
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
.nav-bottom ul li {
  padding: 4px 10px;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
}
.nav-bottom ul li a {
  color: #666666;
  font-weight: 500;
}
.nav-bottom ul li a:hover {
  color: #a3a3a3;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .nav-bottom {
    float: left;
  }
  .nav-bottom ul li {
    float: left;
    padding: 10px 26px;
  }
  .nav-bottom ul li.nav-item {
    margin-top: 17px;
  }
}

.copyright {
  padding: 8px 0;
}

.form-group input,
.form-group select {
  background-color: #ffffff;
  border-color: #c1c1c1;
  font-size: 15px;
  height: 42px;
  color: #2c2c2c;
  padding: 0 10px;
}

.form-group button img {
  border: 0 none !important;
}

.form-group label span {
  font-size: 13px;
}

/* ADDITIONAL Styling */
.separator-5px {
  height: 5px;
}
.separator-10px {
  height: 10px;
}
.separator-15px {
  height: 15px;
}
.separator-20px {
  height: 20px;
}
.separator-25px {
  height: 25px;
}
.separator-30px {
  height: 30px;
}
.separator-35px {
  height: 35px;
}
.separator-40px {
  height: 40px;
}
.separator-45px {
  height: 45px;
}
.separator-50px {
  height: 50px;
}
.separator-55px {
  height: 55px;
}
.separator-60px {
  height: 60px;
}
.separator-65px {
  height: 65px;
}
.separator-70px {
  height: 70px;
}
.separator-75px {
  height: 75px;
}
.separator-80px {
  height: 80px;
}
.separator-85px {
  height: 85px;
}
.separator-90px {
  height: 90px;
}
.separator-95px {
  height: 95px;
}
.separator-100px {
  height: 100px;
}

.fontNormal {
  font-weight: 300;
}
.fontBold {
  font-weight: 600;
}
.fontBoldie {
  font-weight: 700;
}
.fontBolder {
  font-weight: 800;
}
.fontBlack {
  color: #000000;
}
.fontRed {
  color: #cc0000;
}
.fontDarkRed {
  color: #a10803;
}

/* Style sheet by Oki Trice - http://www.minisite911.com */

.error {
  background: #ff9c9c !important;
  border: 1px solid #c00;
}
label.error {
  display: none !important;
}

@media (max-width: 768px) {
  #recentBox {
    transform: translateX(-140%) !important;
  }
}
@media (max-width: 767px) {
  .radiobox {
    margin-top: 20px !important;
  }
  .radiobox h3 {
    float: none;
    margin-bottom: 0;
  }
  .radiobox img {
    float: none;
    padding: 10px;
    margin-top: 0px;
  }
  .radiobox p.main-price {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  #recentBox {
    transform: translateX(-148%) !important;
  }
}
@media (max-width: 576px) {
  .os-box1 {
    padding: 15px 15px 10px 15px;
  }
}
@media (max-width: 376px) {
  .line div {
    width: 43px;
  }
  .completepurchase {
    width: 100%;
  }
  .order-sticky .order-summary {
    max-height: inherit;
  }
  .gsc_img {
    width: 100%;
  }
  .header-img-breadcrumb {
    background-size: 315%;
  }
}

.mem_box {
  background-color: #f5f5f5;
  margin: 20px 20px 40px;
}
.mem_box_body {
  padding: 0 10px 15px;
}
.join {
  background: #666666;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.boottle2 {
  color: #9d1c1f;
  margin-bottom: 5px;
}
.tc_link {
  color: #9d1c1f !important;
}
.price-carret-opt {
  text-decoration: line-through;
  font-weight: 400;
}
.price-opt {
  text-decoration: line-through;
  color: red;
}
@media (max-width: 480px) {
  .mem_box {
    margin: 20px 0px 40px;
  }
}
.atc {
  text-align: center;
  margin: 20px 0;
}
/****************Testimonials Section*/
#testimonials {
  margin: 2rem auto;
}
.review-title {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
#r_sec {
  min-height: auto;
  margin: 0 0 18px;
  border: 1px solid #979797;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 12px 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.star_img img {
  min-width: 165px;
}
#r_sec_rtl .star5 {
  max-width: 98px;
}
#r_title_text {
  line-height: 24px;
  margin: 0 10px 0;
  font-weight: 700;
  font-size: 14px;
}
#r_name {
  line-height: 19px;
  font-size: 16px;
  margin: 0 5px 0 0;
  font-weight: 700;
  display: inline;
}
#r_sec_rtl_h {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 5px;
}
#r_cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 5px;
}
#r_cont_c,
#r_cont_d {
  line-height: 19px;
  margin: 0 5px 0 0;
  color: #989898;
  font-size: 14px;
  font-weight: 600;
}
#r_cont_t {
  line-height: 28px;
  font-size: 18px;
}
#r_sec_lft {
  min-height: 50px;
  max-width: 177px;
  width: 100%;
}
#r_sec_lft img {
  border-radius: 5px;
}
#r_sec_rtl {
  min-height: 50px;
  margin: 15px 25px 0 0;
}
.r_sec_rtl_img {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  #r_sec_lft {
    position: absolute;
    max-width: 60px;
    right: 10px;
    top: 10px;
  }
}

.notif {
  background: #b72424;
  text-align: center;
  color: #fff;
  font-size: 19px;
}

.notif .container2 {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 2rem;
}

.close-notif {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.close-notif:hover,
.close-notif:focus {
  color: #fff;
  transition: all 0.2s;
  opacity: 0.6;
}
i.fas.fa-times-circle {
  color: #fff;
}

/* The Modal (background) */
.faqmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.full-img {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 95%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.full-img,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.faqclose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.faqclose:hover,
.faqclose:focus {
  color: #d06d68;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .full-img {
    width: 90%;
  }
}

.nav-bottom {
  float: none;
  display: inline-block;
}

fieldset.address {
  margin-bottom: 2rem;
}

/*-----------------------------------Footer----------------------*/

footer {
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  padding: 40px !important;
  text-align: center !important;
}

footer .border {
  border: 1px solid #4a4a4a !important;
}

footer p,
footer a {
  color: #2e2e2e !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 1em 0;
  font-family: Arial, Arial, sans-serif;
}

footer a {
  text-decoration: none !important;
}

footer a:hover {
  text-decoration: underline !important;
}

footer li,
ol,
ul {
  list-style: none;
}

footer .border p {
  margin: 0 !important;
  padding: 10px;
}

footer .nav > li {
  display: inline-block;
  margin: 0 10px;
}

footer .nav > li > a:focus,
footer .nav > li > a:hover {
  background: transparent !important;
  text-decoration: underline !important;
}

footer .copyright p {
  color: #aaa !important;
}
footer .nav > li > a {
  color: #666666 !important;
}
footer .nav > li > a:hover {
  text-decoration: none !important;
}
/*-----------------------------------Footer End----------------------*/

.flex-row {flex-direction: row;}
.flex-wrap {flex-wrap: wrap;}
.d-flex {display: flex;}
.align-items-start {align-items: flex-start;}
.align-items-center {align-items: center;}
.justify-content-between {justify-content: space-between;}
.t-text {margin-right: 0.25rem;margin-left: 0.5rem;}
.t_details {padding-left: 0.5rem;padding-right: 0.5rem;padding: 0.5rem;}
.mt-1,
.my-1 {margin-top: 0.25rem;}
.mb-3,
.my-3 {margin-bottom: 1rem !important;}
.testimonial {/*width: 50%;*/}
@media (min-width: 768px) {
  .testimonial {/*width: 32.5%;*/}
}
@media (min-width: 1023px) {
  .testimonial {/*width: 32.5%;*/}
  .t_col {width: 32.5%;}
}
@media (min-width: 1023px) {
  .testimonial--2 {width: 50%;}
}
.testimonial--3 {width: 100%;}
@media (min-width: 768px) {
  .testimonial--3 {width: 50%;}
}
@media (min-width: 1023px) {
  .testimonial--3 {width: 33%;}
}
.testimonial__holder {border: 1px solid #a2a2a2;background: #f6f6f6;border-radius: 20px;padding: 0.5rem;}
.testimonial__holder a:hover,
.testimonial__holder a:active,
.testimonial__holder a:visited {color: #000;}
.testimonial__avatar {border-radius: 50%;width: 75px;height: 75px;}
@media (max-width: 575.98px) {
  .testimonial__avatar {width: 50px;height: 50px;}
}
.testimonial__name {color: #2e3034;font-size: 16px;font-weight: 700;}
.testimonial__review {line-height: 1.2;font-size: 14px;margin-top: 0.5rem;margin-bottom: 0.25rem;}
.testimonial__date {font-size: 12px;color: #000;}
.active {text-decoration: none !important;}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait){
  #recentBox {max-width: 300px;min-width: inherit;width: 100%;}
}
.mem_box {background-color: #f5f5f5;margin: 20px 0px 40px;text-align: center;padding-bottom: 20px;border-radius: 0px 0px 10px 10px;}
.btn-xlg {padding: 12px 35px;max-width: 400px;}
.sidecheck2 {top: 40px;left: 32px;}
.sidecheck2 hr {height: 188px;width: 0px;margin: 0 auto;float: none;}
.sidecheck3 {top: -1115px;}
.sidecheck3 hr {height: 202px;}
.sidecheck4 {top: -760px;left: 47px;}
.sidecheck4 hr {border: 0;margin: 0 auto;border-left: 6px solid #00c4f8;height: 152px;height: 452px;width: 0;}
.sidecheck5 {position: absolute;top: -175px;left: 62px;font-size: 22px;line-height: 22px;font-weight: 600;}
