/********************* Booking Landing Page CSS *****************************/
.booking_landing_header{
  background-image: url('/wp-content/themes/marketforever/css/../images/booking_landing_headerbg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.booking_landing_header .content {
  padding-top: 5rem;
}
.booking_landing_header .content h1 span{
  color: #0a8ff4;
  font-weight: bold!important;
}
.booking_landing_header .content h1{
  font-weight: 600;
  font-size: 35px;
  margin: 12px 0px;
}
.booking_landing_header .content h3{
  font-weight: 400;
  font-size: 20px;
}
.booking_landing_header .content img{
  width: auto;
  margin: 10px 0px;
}
.booking_landing_header .content p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.landing_img{
  padding-top: 6rem;
}
.book_free_consultation_sec{
  position:relative;
  padding: 40px 0;
}
.divider{
  position:absolute;
  background-color:#e3e2e2;
  height: 200px;
  width:100%;
  top:50%;
  transform:translateY(-50%)
  
  }
.booking_inner_bg{
  background-color: #0a8ff4;
  padding: 20px;
  border-radius: 20px;
}
/*.booking_inner_bg .form{
  width: 100%;
  padding: 30px;
}*/
.booking_inner_bg p {
    color: #fff;
}
.booking_inner_bg .download_form {
  background-color: #fff;
  -webkit-box-shadow: 10px 0 50px rgb(0 0 0 / 22%);
  box-shadow: 10px 0 50px rgb(0 0 0 / 22%);
  margin:0;
  padding: 20px;
  border-radius: 10px
}
.booking_inner_bg .form ul, .book_free_consultation_sec .content ul {
  padding: 0;
  list-style: none;
}
.book_free_consultation_sec ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.book_free_consultation_sec ul li strong {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.booking_inner_bg .form .content h3, .book_free_consultation_sec .content h3 {
  color: #335179;
}
.booking_inner_bg .form .content ul li i, .book_free_consultation_sec .content ul li i {
  color: #335179;
  background-color: #e9edf4;
  border-radius: 50%;
  padding: 4px;
  font-size: 10px;
  margin-right: 8px;
}
.booking_inner_bg .form .content ul li, .book_free_consultation_sec .content ul li {
  display: flex;
  align-items: center;
  margin: 5px 0px;
}
.booking_inner_bg .form input{
  min-height: 50px;
}
.booking_inner_bg .form input[type="checkbox"]{
  min-height: auto;
}
.booking_inner_bg .form .form-check-input{
  padding: initial;
}
.booking_inner_bg .form label{
  color: #335179;
  font-weight: 600;
    font-size: 14px;
}
.booking_inner_bg .form .common_btn2 a {
  display: inline-block;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.common_btn2 input {
  background: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  float: left;
}
.common_btn2 a {
  background: #0a8ff4;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
}

.form-check .wpcf7-list-item-label {
  display: block;
  margin-top: 8px;
}
.form.g-3 .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
#shadow-host-companion {
  padding: 0;
}

/*********************** Marketing Proposal Page CSS ***********************************/
.marketing_proposal_header{
  background-color: #0a8ff4;
  padding: 20px;
  border-radius: 20px;
  box-shadow: -2px -3px 6px -1px rgb(0 0 0 / 21%);
}
.marketing_proposal_header .landing_img{
  text-align: right;
  padding: 0;
}
.marketing_proposal_header .landing_img img{
  width: 80%;
}
.marketing_proposal_header .content {
  width: 100%;
  height: 100%;
  display: table;
  padding-top: 0;
}
.marketing_proposal_header .content h1{
  display: table-cell;
  vertical-align: middle
}
.marketing_proposal_sec .content h1 {
  font-weight: bold;
  font-size: 45px;
  margin: 12px 0px;
}
.marketing_proposal_sec .content h1 span {
  color: #0a8ff4;
  font-weight: bold!important;
}
.marketing_proposal_sec .content p {
  margin: 0;
  font-weight: 600;
}
.marketing_proposal_sec .form {
  background-color: #fff;
  -webkit-box-shadow: 10px 0 50px rgb(0 0 0 / 22%);
  box-shadow: 10px 0 50px rgb(0 0 0 / 22%);
  margin: 20px auto;
  padding: 20px;
}
.marketing_proposal_sec .form input{
  min-height: 50px;
}
.marketing_proposal_sec .form input[type="checkbox"],
.marketing_proposal_sec .form input[type="radio"] {
    min-height: auto;
    position: relative !important;
}
.marketing_proposal_sec .form .form-check-input{
  padding: initial;
}
.marketing_proposal_sec .form label{
  color: #335179;
  font-weight: 600;
  font-size: 14px;
}
.marketing_proposal_sec .form .common_btn2 a {
  display: inline-block;
}
.marketing_proposal_sec .content {
  width: 90%;
  height: 100%;
  display: table;
}
.marketing_proposal_sec .content_inner{
  display: table-cell;
  vertical-align: middle
}
.market_proposal_slice1{
  position: absolute;
  left: 0;
  bottom: -153px;
}

.markt-proposal .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.markt-proposal .wpcf7-list-item input {
  margin-top: 0 !important;
}
.markt-proposal .wpcf7-list-item-label {
  line-height: 1;
}

.marketing-proposal-form span.form-check {
  column-count: 2;
}

.marketing-proposal-form label {
  display: flex;
}
.marketing-proposal-form .wpcf7-list-item-label {
  min-width: 100%;
  padding: 0px 20px 0px;
}

.markt-proposal .wpcf7-list-item input[type="checkbox"] {
  top: 8px;
}
.markt-proposal .wpcf7-list-item input[type="radio"] {
  top: 0;
}

/******************* Offer Landing Page CSS ******************^^*/
.offer_landing_header{
  border-bottom: 80px solid #d1d1d1;
}
.offer_landing_header_inner{
  background: #0a8ff4 url('/wp-content/themes/marketforever/css/../images/offer_landing_bg.png') no-repeat;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-size: cover;
}
.offer_landing_header_inner .landing_img{
  text-align: right;
  padding-top: 150px;
}
.offer_landing_header_inner .landing_img img{
  width: 65%;
}
.offer_landing_header_inner .content {
  width: 100%;
  height: 100%;
  display: table;
}
.offer_landing_header_inner .content h1{
  display: table-cell;
  vertical-align: middle
}
.offer_landing_header_inner .content h1 {
  font-weight: bold;
  font-size: 90px;
  margin: 12px 0px;
  line-height: 100px;
  text-align: center;
}
.gettheoffer_servicelist{
  background-color: #0a8ff4;
  padding: 40px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  list-style: none;
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.gettheoffer_servicelist ul{
  display: flex;
  position: absolute;
  top: -33px;
  width: 100%;
}
.gettheoffer_servicelist ul li{
  display: table;
  background-color: #e3e2e2;
  width: 15%;
  margin: 15px 8px;
}
.gettheoffer_servicelist ul li p{
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.get_the_offer_sec .common_btn2 a{
  display: inline-block;
}
.get_the_offer_sec .content{
  text-align: center;
  margin: 0 auto;
}
.get_the_offer_sec .content p{
  text-align: center;
}
.offer_landing_specialoffer{
  position: relative;
}
.offer_landing_specialoffer img{
  position: absolute;
    left: 40%;
    width: 20%;
    top: -130px;
}

.offerLanding_form {
    background: #fff;
    box-shadow: 0 2px 30px 0 #00000036;
    padding: 30px;
    border-radius: 10px;
}

.offerLanding_form .wpcf7-form-control-wrap {
  margin: 0;
}

.offerLanding_form .wpcf7-form input {
  margin-bottom: 20px;
  text-align: left;
  background: #f1f1f1;
}

.offerLanding_form .wpcf7-form textarea {
  min-height: 235px;
  text-align: left;
  background: #f1f1f1;
}

@media (max-width: 768px) {
  .offer_landing_header_inner .content h1 {
    font-size: 50px !important;
  }
  .get_the_offer_sec .content {
    width: 100% !important;
  }
  .gettheoffer_servicelist ul {
    display: block !important;
    padding-left: 0;
    top: 15px !important;
  }
  .gettheoffer_servicelist ul li {
    display: block !important;
    width: 80% !important;
    margin: 15px auto !important;
  }
  .booking_landing_header .content h1 {
    font-size: 40px !important;
    line-height: 1.2;
  }
  .marketing_proposal_sec .content {
    width: 100% !important;
  }
  .market_proposal_slice1 {
    top: -50px !important;
    bottom: 0;
  }
  .booking_landing_header {
    height: 100% !important;
  }
  .booking_landing_header .content {
    padding: 20px 0 !important;
  }
  /*.booking_inner_bg .form {
    width: 100% !important;
  }*/
  .wpcf7-list-item-label {
    line-height: 1 !important;
  }
  .form-check {
    display: flex;
    padding-left: 0;
    margin-top: 10px;
  }
  /*.wpcf7-list-item input {
    top: -14px !important;
  }*/
  .wpcf7-list-item-label {
    padding: 0 5px !important;
  }
  .form-check {
    padding-left: 0;
  }
  .form-check .wpcf7-list-item-label {
    margin-top: 0 !important;
  }
  .ca_services_block {
    margin-right: 1em;
    margin-left: 1em;
  }
  .booking_inner_bg .form {
    padding: 10px !important;
  }
  .booking_landing {
    display: block !important;
  }
}

.wow {
  visibility: visible !important;
}


.card {
  position: relative;
  height: 430px;
  box-shadow: 0 5px 10px -6px;
  overflow: hidden;
  cursor: pointer;
}

.intro {
  position: absolute;
  height: 185px;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  background-color: #fff;
  transition: .4s ease-in-out;
}
.intro p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.card:hover .intro {
  height: 310px;
  bottom: 0;
  background-color: #000;
}
.card:hover .intro p {
  color: #fff;
}

.card:hover .text-p {
  opacity: 1;
  visibility: visible;
}
.card:hover .text-h1 a {
  color: #fff;
}
.card:hover img {
  transform: scale(1.1) rotate(-3deg);
}

.card img {
  height: 500px;
  width: 350px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform .4s ease-in-out;
}

.text-h1 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
.text-h1 a {
    color: #0d58a9;
    font-size: 18px;
}

.text-p {
  font-size: 16px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
    color: #fff;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit, input[type="submit"] {
    margin-top: 0;
    line-height: 1.5;
    width: auto;
    padding: 16px 30px;
    border: none;
    background: #335179;
    cursor: pointer;
    transition: all 0.6s ease;
    color: #fff;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    min-height: 0;
    position: unset;
}
input.wpcf7-form-control.wpcf7-submit {
    display: block;
    background: #0c4da4 !important;
    box-shadow: 0 2px 5px 0 #0c4da4;
    border: 2px solid #4d88f9 !important;
}
.marketing_proposal_sec .form input {
    min-height: 50px;
}
.wpcf7-form input, .wpcf7-form textarea, input {
    width: 100%;
    border: 1px solid #9c9c9c;
    outline: none;
    max-height: 125px;
    line-height: normal;
    padding: 10px;
    border-radius: 8px;
    min-height: 30px;
}
.common_btn2 input {
    background: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    float: left;
}
