body {
  overflow-x: hidden;
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #3a3a3a;
}
a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ff0000;
}
a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
img {
  max-width: 100%;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}
.py_8 {
  padding: 80px 0px;
}
.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}
h1 {
  font-size: 47px;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 54px;
  text-shadow: 0 1px 2px #000;
}
h2 {
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 18px;
  color: #000;
  margin: 0px 0 20px;
}
h3 {
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 32px;
}
h4 {
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  margin: 0 10px 0 0;
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0 0 22px;
}
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}
::-webkit-input-placeholder {
  color: #575757;
}
::-moz-placeholder {
  color: #575757;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #575757;
}
:-moz-placeholder {
  color: #575757;
  opacity: 1;
}
header {
  position: absolute;
  width: 100%;
  padding: 0;
  z-index: 999;
}
.top-head {
  background: #11314f;
  padding: 5px 0;
}
.top-left {
  display: flex;
  align-items: center;
}
.top-left a {
  background: #ffba00;
  padding: 5px 20px;
  color: #000;
  font-weight: 700;
  border-radius: 4px;
  font-size: 15px;
}
.top-right ul {
  float: right;
  color: #fff;
  margin: 0;
}
header ul li {
  display: inline-block;
  padding-left: 35px;
}
header ul li a {
  padding: 13px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.d-flex {
  align-items: center;
}
.popupform {
  width: 420px;
  border-radius: 10px;
  padding: 24px 30px 30px;
  overflow: visible;
  border-bottom: none;
  background: #f7f7f7;
  background-size: contain !important;
}
.pop-head h3 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.popupform h2 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
  border-left: none;
}
.pop-head h3 span {
  color: red;
  position: relative;
  top: -2px;
}
.popupform form input {
  margin: 0;
  font-weight: 400;
}
.popupform ul li input[type="submit"] {
  background: red;
  color: #fff;
  font-size: 18px;
  border: 1px solid red;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 10px;
  outline: 0;
  border-radius: 3px;
  width: 100%;
}
.popupform .fancybox-close-small {
  border: none;
  background: url(../images/close1.png) center center no-repeat;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  right: 0;
  top: 0;
  overflow: visible;
}
.popupform ul li input[type="email"],
popupform ul li input[type="tel"],
.popupform ul li input[type="text"],
.popupform ul li textarea {
  background: #fff;
  border: 1px solid #cecece;
  padding: 13px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
  resize: none;
  height: 45px;
}
.popupform ul li textarea {
  height: 95px;
}
.popupform ul li {
  text-align: left;
  position: relative;
  width: 100%;
  margin: 8px 0 0;
  display: inline-block;
}
.popupform ul {
  margin: 0;
}
.popupform ul li input[type="email"],
.popupform ul li input[type="text"],
.popupform ul li textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.scroll-div {
  float: right;
  position: relative;
  max-width: 450px;
}
.scroll-dinn a {
  display: flex;
  padding: 15px 30px;
  border-radius: 0 0 6px 6px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 13px #0009;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: red;
  text-transform: uppercase;
  font-weight: 600;
}
.scroll-dinn h4 {
  font-weight: bold;
}
.logodiv {
  margin-top: 30px;
}
.banner-left li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #ffc600;
}
section.banner {
  background: url(../images/lp-banner.webp) center top/cover no-repeat #1a538a;
  font-size: 16px;
  color: #fff;
  padding-top: 11em;
  padding-bottom: 0;
  z-index: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 62%);
}
section.banner h1 span {
  color: #ffba00;
  font-weight: 700;
}
.banner-left ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.banner-left li {
  font-size: 15px;
  margin-top: 12px;
  padding-left: 40px;
  position: relative;
}
.various {
  display: inline-block;
  margin: 0px 5px 0 0;
  color: #fff;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: -1px;
  background: #f40000;
  transition: 0.5s;
  text-transform: uppercase;
}
.various:hover {
  color: #fff;
  transition: 0.5s;
  transform: translateY(-0.625rem);
}
.various.white {
  background: #fff;
  color: #000;
}
.spon-images {
  border-top: 1px solid #dcdcdc52;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 3em;
}
section.banner h4 {
  font-size: 13px;
  margin: 0;
}
.head-form {
  width: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
}
.form-head {
  text-align: center;
  padding: 0;
  margin: 10px 0 0;
}
.form-head h2 {
  font-size: 30px;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}
.form-head h2 span {
  color: red;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-control {
  height: 55px;
  transition: 0.4s ease-in-out;
  border-color: #e5e5e5;
  font-weight: 400;
}
.head-form textarea.form-control,
textarea {
  min-height: 120px;
  resize: none;
}
span.validationerror {
  position: absolute;
  font-size: 12px;
  left: 15px;
  bottom: -1px;
}
input.validationerror,
textarea.validationerror {
  border: 1px solid red !important;
}
.inner-pages-form button {
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  background-color: red;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 4px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: red;
}
.our-pricing-plans {
  background: #f5f3f3;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.our-pricing-plans .container {
  position: relative;
  z-index: 9;
}
.our-pricing-plans:after {
  content: "";
  background: url("../images/our-pricing-bg.png") 0 0 / cover no-repeat;
  width: 100%;
  height: 918px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.our-pricing-plans h3 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 32px;
}
.our-pricing-plans p {
  font-size: 18px;
  color: #6b6b6b;
  line-height: 23px;
  margin-bottom: 30px;
  padding: 0 250px;
}
.our-pricing-plans .package {
  background: #fff;
  padding: 0 0 25px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px;
}
.our-pricing-plans .package .head {
  background: #00ad9f;
  padding: 10px 21px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #0f7f73;
  height: 100px;
}
.our-pricing-plans .package .head .left {
  display: inline-block;
  width: 32%;
}
.our-pricing-plans .package .head .left i {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #009b8f;
  display: inline-block;
  line-height: 80px;
  position: relative;
}
.our-pricing-plans .package .head .left i img {
  max-width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.our-pricing-plans .package .head .right {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  text-align: left;
  width: 60%;
  float: right;
  margin-top: 10px;
}
.our-pricing-plans .package .head .right h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 3px;
  text-shadow: 2px 2px 2px #13795f;
}
.our-pricing-plans .package .head .right h6 {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  text-shadow: 2px 2px 2px #13795f;
}
.our-pricing-plans .package .price {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  background: #e1f1ed;
  text-align: center;
}
.our-pricing-plans .package .price .left h2 {
  font-size: 50px;
  color: #000;
  font-weight: 700;
  margin: 0;
  letter-spacing: -2.5px;
}
.price .left {
  display: inline-block;
}
.our-pricing-plans .package .price .left h2 sup {
  font-size: 20px;
  color: #000;
  top: -1em;
  left: -4px;
  font-weight: 700;
}
.our-pricing-plans .package .price .right {
  display: inline-block;
  text-align: left;
  float: none !important;
}
.listing {
  text-align: left;
}
.our-pricing-plans .package .price .right strike {
  color: #d10a00;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.our-pricing-plans .package .price .right span {
  font-weight: 700;
  display: block;
  margin-left: 5px;
  position: relative;
  top: -10px;
  font-size: 10px;
  color: grey;
}
.our-pricing-plans .package .listing ul,
section.bundle-offer .combo-btn li a.combo_tel {
  padding-left: 30px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.our-pricing-plans .package .listing ul li {
  font-size: 12px;
  color: #252525;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 17px;
}
.our-pricing-plans .package .listing ul li:before {
  content: "";
  background: #00ad9f;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.our-pricing-plans .package .content {
  overflow: auto;
  position: relative;
  max-width: 97%;
  padding: 20px 0;
  height: 238px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.our-pricing-plans .package .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.our-pricing-plans .package .content::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-left: 1px solid #888;
}
.our-pricing-plans .package .content::-webkit-scrollbar-track-piece {
  border-left: unset;
}
.our-pricing-plans .package .content::-webkit-scrollbar-thumb {
  background-color: #00ad9f;
}
.our-pricing-plans .owl-item:nth-child(2) .content::-webkit-scrollbar-thumb {
  background-color: #ec9c10;
}
.our-pricing-plans .owl-item:nth-child(3) .content::-webkit-scrollbar-thumb {
  background-color: #dc321a;
}
.our-pricing-plans .owl-item:nth-child(4) .content::-webkit-scrollbar-thumb {
  background-color: #e75700;
}
.our-pricing-plans .owl-item:nth-child(5) .content::-webkit-scrollbar-thumb {
  background-color: #4531c3;
}
.our-pricing-plans .owl-item:nth-child(6) .content::-webkit-scrollbar-thumb {
  background-color: #ec0000;
}
.our-pricing-plans .package .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #d2f1e9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}
.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2b9479;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.custom-btn {
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  width: auto !important;
  display: inline-block !important;
  margin: 0 10px 0 0;
  position: relative;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
.strip,
.strip.best-seller {
  border-radius: 3px 3px 0 0;
  right: 18px;
  font-weight: 500;
}
.our-pricing-plans .package .custom-btn {
  background: #00ad9f;
  margin: auto;
  display: block;
  border-bottom: 4px solid #0f7f73;
  text-shadow: #000000bf 0 1px 1px;
  margin-top: 10px;
  color: #fff;
}
.strip {
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 11px !important;
  display: inline-block;
  position: absolute;
  top: 18px;
  z-index: 5;
}
.strip.best-seller {
  background: red;
  color: #fff;
  left: inherit;
  top: -28px;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 3px 11px;
  margin-top: 10px;
}
.our-pricing-plans .owl-item:nth-child(2) .package .head {
  background: #ec9c10;
  border-color: #ec9c10;
}
.our-pricing-plans .owl-item:nth-child(2) .package .head .left i {
  background: #d48c0e;
}
.owl-pricing .item {
  padding: 40px 10px 30px;
  background: 0 0;
}
.owl-pricing .owl-nav {
  top: 50%;
  bottom: 0;
  width: 100%;
}
.owl-pricing .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  top: 50%;
}
.owl-pricing .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  top: 50%;
}
.owl-pricing .owl-nav i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f80223c2;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  z-index: 9;
}
.owl-pricing .owl-nav button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f80223;
  height: 0;
  width: 0;
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
}
.owl-pricing .owl-nav button i {
  transition: 0.5s 0.3s;
}
.owl-pricing .owl-nav [class*="owl-"]:hover {
  background: #e841294d;
  color: #fff;
  border-radius: 50%;
}
.our-pricing-plans .owl-item:nth-child(2) .package .head .right h5,
.our-pricing-plans .owl-item:nth-child(2) .package .head .right h6,
.our-pricing-plans .owl-item:nth-child(8) .package .head .right h5,
.our-pricing-plans .owl-item:nth-child(8) .package .head .right h6 {
  text-shadow: 2px 2px 2px #2d3784;
}
.our-pricing-plans .owl-item:nth-child(2) .package .price {
  background: #ec9c101c;
}
.our-pricing-plans .owl-item:nth-child(2) .package .listing ul li:before,
.our-pricing-plans
  .owl-item:nth-child(2)
  .package
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background: #ec9c10;
}
.our-pricing-plans
  .owl-item:nth-child(2)
  .package
  .mCSB_scrollTools
  .mCSB_draggerRail,
.our-pricing-plans
  .owl-item:nth-child(5)
  .package
  .mCSB_scrollTools
  .mCSB_draggerRail,
.our-pricing-plans
  .owl-item:nth-child(8)
  .package
  .mCSB_scrollTools
  .mCSB_draggerRail {
  background: #d5d9ee;
}
.our-pricing-plans .owl-item:nth-child(2) .package .custom-btn {
  background: #ec9c10;
  border-color: #ec9c10;
  border-bottom: 4px solid #bb7702;
}
.our-pricing-plans .owl-item:nth-child(8) .package .head {
  background: #1f308e;
  border-color: #1e2b79;
}
.our-pricing-plans .owl-item:nth-child(8) .package .head .left i {
  background: #1c2b80;
}
.our-pricing-plans .owl-item:nth-child(8) .package .price {
  background: #eaecf6;
}
.our-pricing-plans .owl-item:nth-child(8) .package .listing ul li:before {
  background: #1f308e;
}
.our-pricing-plans
  .owl-item:nth-child(8)
  .package
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background: #495ab4;
}
.our-pricing-plans .owl-item:nth-child(8) .package .custom-btn {
  background: #1f308e;
  border-color: #142064;
}
.our-pricing-plans .owl-item:nth-child(3) .package .head,
.our-pricing-plans .owl-item:nth-child(9) .package .head {
  background: #dc321a;
  border-color: #b02f1d;
}
.our-pricing-plans .owl-item:nth-child(3) .package .head .left i,
.our-pricing-plans .owl-item:nth-child(9) .package .head .left i {
  background: #c62d17;
  overflow: hidden;
}
.our-pricing-plans .owl-item:nth-child(3) .package .head .right h5,
.our-pricing-plans .owl-item:nth-child(3) .package .head .right h6,
.our-pricing-plans .owl-item:nth-child(9) .package .head .right h5,
.our-pricing-plans .owl-item:nth-child(9) .package .head .right h6 {
  text-shadow: 2px 2px 2px #e6371f;
}
.our-pricing-plans .owl-item:nth-child(3) .package .price,
.our-pricing-plans .owl-item:nth-child(9) .package .price {
  background: #faebe9;
}
.our-pricing-plans .owl-item:nth-child(3) .package .listing ul li:before,
.our-pricing-plans .owl-item:nth-child(9) .package .listing ul li:before {
  background: #c62d17;
}
.our-pricing-plans
  .owl-item:nth-child(3)
  .package
  .mCSB_scrollTools
  .mCSB_draggerRail,
.our-pricing-plans
  .owl-item:nth-child(6)
  .package
  .mCSB_scrollTools
  .mCSB_draggerRail,
.our-pricing-plans
  .owl-item:nth-child(9)
  .package
  .mCSB_scrollTools
  .mCSB_draggerRail {
  background: #fad9d4;
}
.our-pricing-plans
  .owl-item:nth-child(3)
  .package
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar,
.our-pricing-plans
  .owl-item:nth-child(9)
  .package
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background: #dc321a;
}
.our-pricing-plans .owl-item:nth-child(3) .package .custom-btn,
.our-pricing-plans .owl-item:nth-child(9) .package .custom-btn {
  background: #dc321a;
  border-color: #7a1d10;
}
.packk .owl-item {
  width: 33.33%;
  padding: 12px;
}
.packk {
  display: flex;
  flex-flow: wrap;
  position: relative;
}
.our-pricing-plans .owl-item:nth-child(4) .package .head .left i {
  background: #cf4e00;
}
.our-pricing-plans .owl-item:nth-child(4) .package .custom-btn {
  background: #de5b0c;
  border-color: #9b3e06;
}
.our-pricing-plans .owl-item:nth-child(4) .package .head {
  background: #e75700;
  border-color: #a24107;
}
.our-pricing-plans .owl-item:nth-child(5) .package .head {
  background: #4531c3;
  border-color: #202a7c;
}
.our-pricing-plans .owl-item:nth-child(5) .package .head .left i {
  background: #3e2caf;
}
.our-pricing-plans .owl-item:nth-child(5) .package .custom-btn {
  background: #4531c3;
  border-color: #142064;
}
.our-pricing-plans .owl-item:nth-child(6) .package .head {
  background: #ec0000;
  border-color: #b32919;
}
.our-pricing-plans .owl-item:nth-child(6) .package .head .left i {
  background: #d40000;
}
.our-pricing-plans .owl-item:nth-child(6) .package .custom-btn {
  background: #ec0000;
  border-color: #7a1d10;
}
.our-combopack {
  background: url(../images/our-combo.webp) 0 0 / cover no-repeat;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  min-height: 690px;
}
.our-combopack h5 {
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.our-combopack h2 {
  font-size: 63px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.bst-slr {
  width: 70%;
  margin: auto auto 20px;
  height: 50px;
  background: red;
  font-size: 33px;
  font-weight: 800;
  display: none;
  border-radius: 60px 60px 10px 10px;
}
.our-combopack p {
  font-size: 17px;
  margin: 0 0 25px;
  line-height: 26px;
}
.our-combopack .btn-pack {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.our-combopack ul li {
  margin: 0;
  position: relative;
  font-size: 12px;
  font-weight: 300;
  display: block;
  line-height: 20px;
  color: #fff;
}
.our-combopack ul li:before {
  content: "";
  background: #fff;
  height: 4px;
  width: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
section.our-combopack h6 {
  font-size: 11px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
.various.yellow {
  background: #ffc426;
  color: #000;
}
.home .works-wrap {
  padding: 0 0 50px;
}
.myport {
  text-align: center;
  padding: 60px 0;
}
.works__info.mbpx-0.myport p {
  color: #000;
  font: 500 20px/31px Poppins, sans-serif;
}
.works__info.mbpx-0.myport h2 {
  font: 700 50px/60px Poppins, sans-serif;
}
section#work-id .owl-item {
  width: 31%;
}
.work-grid-item-content h3 {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.17em;
}
.work-grid-item-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.59);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-grid-item-overlay:hover {
  opacity: 1;
}
.work-grid-item,
.work-grid-item-featured {
  overflow: hidden;
  width: 31%;
  height: 254px;
  position: relative;
  display: inline-block;
  margin: 9px !important;
}
.work-grid-item-img {
  height: 260px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
}
.work-grid-item-img,
.work-grid-item-img-wrapper {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.tabs.tabs-auto {
  text-align: center;
}
button.btn.btn-secondary {
  background: unset;
  border: 1px solid;
}
.cta2 {
  overflow: revert;
  padding: 60px 0 0;
  text-align: center;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.cta2 .wrap h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: left;
}
.cta2 .wrap h3 {
  text-align: left;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  width: 90%;
}
.btn-pack,
.contact-info,
.f-logo {
  text-align: start;
}
.mygrid {
  padding: 30px 20px;
  background-image: linear-gradient(45deg, #f53435, #f8931f);
  width: 80% !important;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
  height: 285px;
  margin-top: 80px;
}
.various.black {
  background: #000;
}
a.various.blue {
  background: #035ba3;
}
.cta-img img {
  position: absolute;
  content: "";
  top: -86px;
  right: 0;
}
.services-sec {
  padding: 90px 0 50px;
}
.services-sec .box {
  text-align: center;
}
.services-sec .box img {
  max-width: 81px;
  height: auto;
  width: 100%;
}
.services-sec .box h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 20px;
}
.services-sec .box p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
}
.services-sec .box h3:after {
  content: "";
  width: 70px;
  height: 2px;
  background: red;
  display: block;
  margin: 13px auto 0;
}
.new-combos,
.services .content,
.strugglesec {
  padding: 60px 0;
}
.strugglesec h2 {
  text-align: left;
  font-size: 44px;
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
.strugglesec p {
  font: 16px/27px Poppins, sans-serif;
  color: #687087;
  margin: 30px 0;
}
.strugglesec ul {
  padding-left: 0;
  display: inline-block;
}
.strugglesec ul li {
  width: 50%;
  padding-left: 25px;
  line-height: 1.4;
  float: left;
  color: #687087;
  position: relative;
  font-size: 17px;
  padding-bottom: 11px;
}
.strugglesec ul li:before {
  content: "\f00c";
  position: absolute;
  font: 14px/1 FontAwesome;
  left: 0;
  color: #22cc21;
  display: table-cell;
  vertical-align: middle;
  top: 6px;
}
.strugglesec .various.white {
  color: #035ba3;
}
.testimonial-sec {
  padding: 60px 0;
  background-color: #fbfbfb;
  text-align: center;
}
.testimonial-sec h3 {
  color: #444;
  text-transform: capitalize;
  font: 700 50px/60px Poppins, sans-serif;
}
.package-detail p,
.services .watch-cases .text,
p.font20 {
  font-size: 20px;
  color: #3a3a3a;
}
.testimonial {
  width: 100%;
  margin: 10px 0 0;
}
.testimonial .item .itext {
  width: 93%;
  padding: 24px 28px;
  margin: 10px auto 26px;
  text-align: left;
  position: relative;
  min-height: 193px;
  border-radius: 5px;
}
.testimonial .item .icli {
  padding: 0;
  width: 100%;
  margin: 0 0 20px;
  display: inline-block;
}
.testimonial .item .cliimg {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
  vertical-align: top;
  float: left;
  text-align: center;
}
.testimonial .item .cliimg span {
  width: 100%;
  color: #fff;
  background: red;
  border-radius: 100%;
  display: block;
  height: 50px;
  font-weight: 700;
  padding: 13px 0 0;
}
.testimonial .item .cliname {
  display: inline-block;
  text-align: left;
  float: left;
}
.testimonial .item .cliname h6 {
  font-size: 15px;
  margin: 0;
  color: #202020;
  font-weight: 700;
}
.testimonial .item .cliname p {
  font-size: 15px;
  color: #929292;
  line-height: 1.5;
  margin: 0;
}
.testimonial .item .itext p {
  font-size: 16px;
  color: #929292;
  line-height: 1.4;
  padding-right: 4px;
  width: 100%;
  display: inline-block;
}
.testimonial .item .itext .star i {
  color: #ffa432;
}
.item.wow.fadeInDown {
  width: 380px;
  display: inline-table;
}
.contacts .overlaynew3 {
  background: url(../images/video-overlay.png) rgb(7 0 113 / 69%);
}
.overlaynew3 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/video-overlay.png);
  width: 100%;
  height: 100%;
}
.main .contacts {
  background-color: #f3f3f3;
  padding: 20px 0;
  z-index: 1;
  position: relative;
}
.justify-content-center {
  justify-content: center !important;
}
.contacts .content {
  margin-bottom: 40px;
  clear: both;
  padding: 0 6px;
}
.contacts .container .form-name,
.contacts .container .frm-name {
  font-family: Poppins, sans-serif;
  line-height: 1.06;
  font-weight: 700;
  font-size: 34px;
  color: #fff;
}
.app-input-group {
  position: relative;
  margin: 0 5px 10px;
  width: 47%;
  display: inline-block;
  width: 97%;
}
.input,
.textarea {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  width: 100%;
  padding-bottom: 5px;
  line-height: 20px;
  outline: 0;
  border-radius: 6px;
  padding-left: 20px;
  height: 50px;
  font-size: 18px;
  color: #989898;
  padding-top: 10px;
  resize: none;
}
section.contacts.hmpage.contactwithvideo {
  position: relative;
  padding: 30px 0;
}
.submit {
  border: 0;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  padding: 5px 20px;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 4px;
  background: red;
}
footer {
  background: #fefefd;
  border-top: 1px solid #f5f5f5;
  padding: 0;
}
.contact-info h5 {
  font-size: 25px;
  color: #000;
}
footer .chexck p {
  color: #000;
  font-size: 16px;
}
.contact-info a {
  display: block;
  color: #000;
}
.copy-right {
  padding-top: 15px;
}
footer .chexck {
  margin: 50px 0 0;
  text-align: center;
}
img.lazy.f-logo.mbl-f-logo {
  display: none;
}
.f-logo img,
.marg-btm,
.pricingboxes .largebox .leftarea figure {
  margin-bottom: 20px;
}
.step2-title {
  padding: 60px 0 0;
}
body.step-2 header {
  position: unset;
  background: #11314f;
}
.step2-title.container h1 {
  font-size: 41px;
  font-weight: 800;
  position: relative;
  line-height: 10px;
  text-shadow: unset;
}
.step2-title.container h5 {
  font-size: 54px;
  font-weight: 400;
  color: #cccccc57;
  z-index: 0;
  margin: 0;
  font-style: italic;
}
.step2-title.container h1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.step2-title.container p {
  line-height: 23px;
  color: #777;
}
.step2.step2.step2-new {
  width: 940px;
}
h3.step-section-title-n {
  position: relative;
  font-size: 29px;
  font-weight: 700;
  padding-top: 24px;
  border-top: 1px solid #ececec;
  margin-top: 63px;
  margin-bottom: 23px;
  display: block;
}
h3.step-section-title-n span {
  position: relative;
  display: inline-block;
}
.step-top-area ul li {
  text-align: left;
  margin-bottom: 8px;
  position: relative;
}
.step-top-area ul li label {
  text-align: left;
  display: block;
  margin-bottom: 7px;
  margin-top: 25px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.step-top-area ul li input[type="file"],
.step-top-area ul li input[type="text"],
.step-top-area ul li select,
.step-top-area ul li textarea {
  background: #efefef;
  color: #000;
  border: 1px solid #e2e1e1;
  border-radius: 0;
}
.step-top-area input[type="text"],
.step-top-area select,
.step-top-area textarea {
  width: 100%;
  background: #fbfdfd;
  border: 1px solid #b9cfd6;
  padding: 11px;
  border-radius: 5px;
  font-size: 12px;
}
input.btn-step2 {
  background: #3d59e8 !important;
  width: 200px !important;
  padding: 10px !important;
  border-radius: 42px !important;
  margin-top: 23px;
  margin-bottom: 33px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  font-weight: 600 !important;
}
.step2-title h2 {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 700;
}
.step-form-area ::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.gray-scr h3 {
  color: #392a83;
  font-weight: 700;
  font-size: 22px;
  padding: 34px 0 23px;
  background: #fff;
  position: relative;
}
.gray-scr h3:before {
  background: #f4aa41;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  content: "";
  border-radius: 70px;
}
.gray-scr h3 > span {
  display: block;
  font-size: 13px;
  margin: 8px 0 -4px;
  color: #525252;
  padding: 0 290px;
  line-height: 20px;
}
section.thankyouboxa {
  text-align: center;
}
.privcheck {
  padding-top: 13px;
}

.privcheck label {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  line-height: 22px;
}
.contact-form .privcheck {
  padding-top: 0;
}

.contact-form .privcheck label {
  color: #fff;
}
.error {
  color: red !important;
}
.number {
  background: #fff;
  border: 1px solid #cecece;
  padding: 13px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
  resize: none;
  height: 45px;
}
.mytabs a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mytabs a > img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
  transition: 1.5s ease-in-out;
}
.mytabs a:hover img {
  transition: 2s ease-in-out;
  object-position: bottom;
}
.mytabs a:after {
  position: absolute;
  content: "";
  background: #00000061;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  transform: scale(0);
}
.mytabs a:hover:after {
  transition: 0.5s ease-in-out;
  transform: scale(1);
}
.mytabs a:before {
  position: absolute;
  content: "+";
  font-size: 50px;
  color: #fff;
  z-index: 1;
  transition: 0.5s ease-in-out;
  transform: scale(0);
}
.mytabs a:hover:before {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}

.port_tabs > ul > li {
  font-size: 15px;
  padding: 10px 17px;
  background: #000;
  color: #fff;
  border-radius: 5px !important;
  transition: 0.3s all;
  cursor: pointer;
}

.port_tabs > ul > li.current {
  background: #414243;
  transition: 0.3s all;
}

.mytabs {
  display: none;
}

.mytabs.current {
  display: block;
}
.various:focus {
  color: #fff;
}

.port_tabs .tbing {
  gap: 20px;
  display: flex;
  margin: 0 0 50px 0;
}

.various.white:focus {
  color: #000 !important;
}

.our-combopack > img.for_mobile_img {
  display: none;
}

/* new css */

.top-right ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

header ul li {
  padding-left: 0px;
}

header ul li > span {
  margin: 0 10px;
}

.contact-info > .new_numb_add {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

img.f-logo.mbl-f-logo {
  display: none;
}

.hidedesktp {
  display: none;
}
.works__info.mbpx-0.myport h2 span {
  display: block;
}

body.step-2 header {
  padding-bottom: 30px;
}

.head-form .pop-head h2 {
  font-size: 20px;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton,
.floatbutton .clickbutton .crossplus {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.floatbutton {
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 220px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background-color: #d52e3f;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  cursor: pointer;
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  transition: 0.4s;
  left: -65px;
  white-space: pre;
  bottom: 94px;
  cursor: pointer;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}

.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.ban-form input {
  margin: 0 0 15px;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
}

.banner-form .intl-tel-input {
  width: 100%;
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.banner-form h3 strong {
  font: 600 24px/24px Poppins, sans-serif;
}

.fldset p a,
.intl-tel-input .country-list .country {
  font-size: 14px;
}

.ban-form input[type="submit"] {
  color: #000;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-color: #3ffff5;
}

.ban-form textarea {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  margin: 15px 0 0;
  resize: none;
}

.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
  position: absolute;
  right: -225px;
  width: 280px;
  background-color: #d52e3f;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  z-index: 9999;
}

.fldset p,
.fldset.inpchecbx {
  margin: 10px 0 0;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  right: 0;
}

.btns_wrap .call_wrap {
  top: 63px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
  display: block;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}

.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
}

.fldset p a {
  display: block;
  padding: 5px 0 0;
  color: #141315;
  font-weight: 500;
}

section.subscribe-fold {
    padding: 270px 0px 20px;
}

.subs-pac.bronze {
    box-shadow: 0 3px 30px #0000001f;
    display: block;
    width: 100%;
    text-align: center;
    height: 410px;
    margin: 0 0 60px;
    transition: all 0.3s ease-out;
    border-radius: 10px;
    padding: 75px 0 0;
}

.subs-pac.bronze>h3 {
font-size: 25px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    color: #000;
    line-height: 30px;
}

.subs-pac.bronze>h6 {
    color: #859f3d;
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.9;
    margin: 10px 0 0;
    position: relative;
    padding: 0;
}
.subs-pac.bronze .btn3 {
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    background: #859f3d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 48px;
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
}

.subs-pac.bronze:hover {
    background: #31511e;
    transition: 0.3s;
}

.subs-pac.bronze:hover h3 {
    color: #fff;
}

.subs-pac.bronze:hover h6 {
    color: #fff;
}

.subs-pac.bronze:hover .btn3 {
    background: #fff;
    color: var(--theme);
}
section.subscribe-fold {
    padding: 60px 0px;
}

.subscribe-fold .table-packages .head h5 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #160c28;
}

.subscribe-fold .table-packages .body ul li {
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eaeaea;
    width: 95%;
    list-style: none;
    margin-left: 0;
    position: relative;
}

.subscribe-fold .table-packages .body ul {
    height: 360px;
    margin-top: 20px;
    padding: 0;
    overflow-y: scroll;
}

.subscribe-fold .table-packages .body ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.subscribe-fold .table-packages .body ul::-webkit-scrollbar
{
    width: 8px;
}

.subscribe-fold .table-packages .body ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #859f3d;
    
}

.subscribe-fold .table-packages .body ul li:after {
    position: absolute;
    content: "\f00c";
    color: #859f3d;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 20px;
    right: 0;
}
.shopify-website-box i {
    font-size: 40px;
    margin-bottom: 13px;
}

section.subscribe-fold {
    padding: 270px 0px 20px;
}

.our-combopack >img.for_mobile_img{
    display: none;
}

.content.mCustomScrollbar {
    height: 238px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

a.det {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}