.hero-section {
  background-image: url("/new-assets/images/digital-marketing-v3/hero-section-bg.jpg");
  background-position: top right;
  background-size: cover;
}

.m-ic-bx:hover img {
    position:relative !important;
    visibility:visible !important;
    opacity:1 !important;

}
.hero-section .container {
  display: flex;
  overflow: hidden;
}

.hero-section .container .left {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero-section .container .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: end;
}


.hero-section .left h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 30px 0;
  color: #000;
  position: relative;
}

.hero-section .left h1::after {
  content: "";
  width: 94px;
  background: #ff6000;
  position: relative;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0;
  display: block;
  height: 7px;
}

.hero-section .left p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}

.hero-section .left ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  text-align: left;
  padding-left: 30px;
  position: relative;
}

.hero-section .left ul li {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  margin-bottom: 20px;
}

.hero-section .left li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -30px;
  background-image: url("/new-assets/images/digital-marketing-v3/check-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
}

.hero-section .left li span {
  background: #ffd522;
  padding: 2px 5px;
  font-weight: 600;
  color: black;
  display: inline;
}

.hero-section .left .hero-btns {
  max-width: 90%;
}

.consult-btn .orng-btn {
  width: 100%;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background: #ff6000;
  border-radius: 4.07px;
  padding: 18px 15px;
  display:block;
}

.hero-btn-ctas {
  display: flex;
  gap: 10px;
}

.hero-btns-mob {
  display: flex;
  gap: 10px;
}

.hero-btns-mob a {
  background-color: #ff6000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
  align-items: center;
}

.hero-btns .consult-btn {
  margin-bottom: 10px;
}

.hero-btn-ctas a {
  width: 100%;
  border: 2px solid #ff6000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 4.07px;
  padding: 13px 15px;
  color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* right section */

.hero-btn-ctas .hero-phone-btn img {
  margin-right: 10px;
}

.hero-section .right .hero-img {
  height: 540px;
}

.hero-section .hero-img img {
  height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: -13px;
  object-fit: contain;
}

/* Consultation Form */
.consultation-section {
  background-image: url("/new-assets/images/digital-marketing-v3/consultaion-bg.jpg");
  background-position: top right;
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.consultation-section h2.title-center {
  position: relative;
  margin-bottom: 50px;
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 600;
  line-height: 51px;
  text-align: center;
}

.consultation-section h2.title-center::after {
  content: "";
  width: 80px;
  height: 7px;
  background: #ff6000;
  position: relative;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  display: block;
}
.consultation-section p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.consultation-section p span {
  color: #ff6000;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.consultation-form-section .consultation-form {
  max-width: 65%;
  margin: 0 auto;
}

.consultation-form-section .form-fields {
  display: flex;
  gap: 20px;
}

.consultation-form input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  height: 53px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  color: #000;

  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  padding: 20px;
}

.consultation-form .submit-btn {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}

/* partner-logos */

.partner-logos-section {
  position: relative;
}

.partner-logos-section::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #f5fbff;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 30px 0;
}

.partner-logos img {
  box-shadow: 0px 4px 10px 0px #00000033;
}

/* next section */

.digi-new-form-section {
  padding: 50px 0;
  background: #0a247a;
}
.form-section h2 {
  margin-bottom: 20px;
}

.digi-new-form-section p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  color: #fff;
}

.ul-style-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.ul-style-2 li {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.ul-style-2 li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  background-image: url("/new-assets/images/digital-marketing-v3/check-icon-orange.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.home-form {
  display: flex;
  gap: 10px;
}

.home-form input {
  width: 100%;
  padding: 15px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}

.digi-new-form-section .col-5 {
  height: 100%;
  padding-left: 50px;
}

.digi-new-form-section .col-5 img {
  display: block;
  margin: 0 auto;
}

.digi-new-form-section .row {
  align-items: center;
}

/* case studies */
.marketing-card-box {
  padding-top: 30px;
}
.mar-card {
  padding: 15px 20px;
}
.mar-card img {
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto !important;
  padding-bottom: 15px;
}
.mar-card .card-inner {
  margin-top: 5px !important;
}
.mar-card .card-inner {
  margin: 0 auto !important;
}
.mar-card .mar-card-btn {
  display: block;
  width: 95%;
  border-radius: 5px;
  color: #fff;
  background-color: #ff6000;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
}
.mar-card .card-inner-v2 {
  display: flex;
  padding: 20px 15px !important;
}
/* misic */
.reviewSection.slider {
  background: #0a247a;
}
.marketing-sec {
  padding: 70px 0;
}

/* bottom form */
.consultaion-bottom-form {
  padding: 50px;
  background-color: #fff;
  border-radius: 11px;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}

#Request-A-Quote p {
  max-width: 70%;
  margin: 0 auto;
}

.consultaion-bottom-form .form-field {
  width: 100%;
  border-radius: 5px;

  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 10px 25px;
}
.consultaion-bottom-form input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  height: 35px;
}
.consultaion-bottom-form .form-field img {
  margin-right: 15px;
}

.consultaion-bottom-form .form-btn {
  margin-top: 00px;
  width: 100%;
     padding: 9px 34px;
}

/* reviews slider */
.reviewSection.slider .owl-next,
.reviewSection.slider .owl-prev {
  font-size: 0;
}
.reviewSection.slider .owl-prev:before {
  left: -50px;
  content: "\f104";
  font-family: FontAwesome;
}

.reviewSection.slider .owl-next:before {
  content: "\f105";
  right: -2px;
}
.reviewSection.slider .owl-prev:before {
  left: -50px;
  content: "\f104";
  font-family: FontAwesome;
}
.reviewSection.slider .owl-next:before,
.reviewSection.slider .owl-prev:before {
  position: absolute;
  top: 35%;
  width: 0;
  margin: auto;
  font-family: FontAwesome;
  font-size: 50px;
  height: 54px;
  color: #fff;
}

/* Responsiveness */

@media (max-width: 991px) {
	
.form-submit-btn.v2 {
    max-width: 100%;
    margin: 0 auto;
}
	.partner-logos-section::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    height: 25px;
    background-color: #f5fbff;
}
	
	.consultation-section {
  background-image: none;
  background:#F5FBFF;
  background-position: top right;
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
	
	.footer-new-book.full-section button{
	
	    background: transparent;
    border: 2px solid #FF6000;
    margin-top: 15px;
    width: 100%;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 15px;
		}
	.mar-card {
    padding: 15px 10px;
}
	.hero-btns-mob a {
    background-color: #ff6000;
    color: #fff;
    padding: 10px 8px;
    border-radius: 4px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
	gap:5px;
	width: 100%;
	justify-content: center;
}
input#rfpName {
    margin-bottom: 10px !important;
}
  .consultation-section h2.title-center,
  .hero-section .left h1 {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
  }
  .hero-section .container .right {
    display: none;
  }
  .hero-section .left h1::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-section .left li::before {
    top: 0px;
  }
  .hero-section .left p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .hero-section .container {
    flex-direction: column;
  }

  .hero-section .left ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .consultation-form-section .consultation-form {
    max-width: 90%;
  }
  .form-col button.form-btn {
    margin-top: 10px;
  }
  #Request-A-Quote p {
    max-width: 95%;
  }
  .consultaion-bottom-form {
    max-width: 95%;
  }
  .cta-mainWrap .btnNubWrap button {
    width: 100%;
  }

  .digi-new-form-section {
    padding: 50px 0 0;
  }
  .digi-new-form-section .col-5 {
    padding-left: 0;
  }
  .digi-new-form-section .col-5 img {
    margin-top: 40px;
    margin-bottom: -40px;
  }
  section.marketing-sec2.full-section {
    padding: 70px 0 40px 0;
  }

  .reviewSection.slider .owl-next:before {
    content: url(/new-assets/images/book-publishing/arrow-right.svg);
    right: 30px;
    z-index: 999999;
    width: 35px;
    height: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    top: 93%;
    line-height: 1.35;
  }
  .reviewSection.slider .owl-prev:before {
    left: 30px;
    content: url(/new-assets/images/book-publishing/arrow-left.svg);
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    top: 93%;
    line-height: 1.35;
  }
}

@media (max-width: 767px) {
  .hero-section{
    background-image: none;
    background-color: #fff;
  }
  .hero-section .left ul {
    padding-left: 25px;
  }
  .hero-section .left li {
    margin-bottom: 10px;
  }
  .hero-section .left li::before {
    width: 20px;
    height: 20px;
    left: -25px;
    top: 3px;
  }

  .hero-section .left .hero-btns {
    max-width: 100%;
  }
  .consultation-form-section .consultation-form {
    max-width: 100%;
  }
  .consultation-form-section .form-fields {
    flex-direction: column;
    gap: 0;
  }
  .consultation-form input {
    margin-bottom: 10px !important;
  }
  .partner-logos {
    gap: 10px;
  }
  .home-form {
    flex-direction: column;
  }
  .ul-style-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #Request-A-Quote p {
    max-width: 100%;
  }
  .consultaion-bottom-form {
    max-width: 100%;
    padding: 30px 20px;
  }
  .consultation-section h2.title-center {
    font-size: 32px;
    line-height: 30px;
  }
  .marketing-sec {
    padding: 20px 0 55px;
  }

  .consultation-form-section {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 3px 18px 0px #00000024;
    border-radius: 11px;
  }
  .consultation-form input {
    background-color: #f5f5f5;
  }
}

@media (max-width: 576px) {
  .hero-section .left h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-section .left ul li {
    margin-bottom: 14px;
  }
  .consultaion-bottom-form .form-field img {
    margin-right: 10px;
  }
  .consultation-form-section {
    background-color: #fff;
    padding: 30px 20px;}
}
