@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
body {
  overflow-x: hidden;
  font-family: "Hind", sans-serif;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
:hover {
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
}
ul {
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
}
.owl-dots {
  margin-top: 25px !important;
}
.owl-dot:focus {
  outline: none;
}
.owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background: #ccc !important;
  border: 1px solid #1d1d1d !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #ed0742 !important;
  width: 20px !important;
  height: 20px !important;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: flex;
  justify-content: center;
}
.owl-item img {
  width: initial !important;
}
.owl-nav button {
  position: absolute;
  top: 50%;
}
.owl-nav .owl-next {
  right: -90px;
}
.owl-nav .owl-prev {
  left: -90px;
}
.owl-nav button i {
  font-size: 25px;
  line-height: 0px;
  display: block;
  color: #000 !important;
  font-weight: 600;
}
.owl-nav button i {
  background: #fff !important;
  border-radius: 100% !important;
  width: 60px;
  height: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.owl-theme .owl-nav {
  margin-top: 0px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.owl-stage {
  display: flex;
}
.owl-stage .owl-item {
  /* height: 100%; */
}
.owl-stage .item {
  height: 100%;
}
.form-control.error,
select.error {
  border-color: red !important;
}
.help-block.form-error {
  display: none !important;
}
label.error {
  display: none !important;
}
.sec_padding {
  padding: 95px 0;
}
.sec_title {
  text-align: center;
  margin-bottom: 50px;
}
.sec_title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #030a2c;
}
.sec_title h3 {
  font-size: 41px;
  font-weight: 700;
  color: #f49834;
}
.sec_title h3 span {
  color: #222222;
}
.sec_title p {
  font-size: 18px;
  color: #999999;
}
.publishing .sec_title h3 {
  font-size: 60px;
}
/****HEADER START*****/

header {
  padding: 15px 0;
  background-color: #0c1210;
}


.tal_us {
  display: flex;
  align-items: center;
}

.gets_quotes {
  border-radius: 5px;
  background-color: #f49834;
  width: 280px;
  height: 48px;
  color: #0a0a0a;
  border: 0;
  flex-grow: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
}

.gets_quotes:hover {
  color: #fff;
  background-image: none;
  background-color: #a77e36;
  border: 1px solid transparent;
}
.talk_list li {
  line-height: 31px;
}
.talk_list li a img {
  margin-right: 21px;
}
.talk_list li a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.talk_list li a:hover {
  color: #f49834;
}
.talk_list li:first-child a {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
/****HEADER END*****/

/****BANNER START*****/
.banner {
  background: url(../images/banner.jpg);
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  height: 680px;
}
.banner_content h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background-color: #f49834;
  padding: 6px 17px;
  display: inline-block;
  text-transform: uppercase;
}
.banner_content h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
}
.banner_content h2 span {
  font-weight: 800;
}
.banner_content p {
  font-size: 18px;
  color: #eeeeee;
  padding: 10px 0;
}
.banner_step_form .tab {
  display: none;
  width: 75%;
}
.form_bootom img{ background: #fff;
  padding: 0 17px;
  margin-top: 15px; }
.form_bootom p {
  font-size: 20px;
  color: #f49834;
}
.form_bootom p span {
  color: #f7a10b;
  font-weight: 600;
}
.banner_step_form {
  padding: 32px 0 0;
}
.banner_step_form .tab input {
  height: 55px;
  width: 97%;
  border-radius: 5px;
}
.form_btn_wrap button {
  background-color: #f49834;
  height: 55px;
  border: none;
  color: #0a0a0a;
  font-size: 18px;
  font-family: "Merriweather", serif;
  border-radius: 5px;
  width: 100%;
  margin-right: 7px;
}
.form_btn_wrap button:hover {
  color: #fff;
  background-image: none;
  background-color: #a77e36;
  border: 0;
}
.form_btn_wrap {
  width: 24%;
  display: flex;
}

.banner_right_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
/****BANNER END*****/

/****CLIENTS START*****/
.clients {
  background-color: #e9e9e9;
  padding: 15px 0;
}
/****CLIENTS END*****/

/****PUBLISHING START*****/
.publishing {
  position: relative;
  overflow: hidden;
}
.publishing:before {
  content: "";
  background: url(../images/publishing_before.png);
  background-repeat: no-repeat;
  width: 350px;
  height: 333px;
  position: absolute;
  top: 0;
  right: 0;
}
.publishing:after {
  content: "";
  background: url(../images/publishing_after.png);
  width: 682px;
  height: 377px;
  position: absolute;
  bottom: -50px;
  left: -115px;
}

.publishing_content p {
  font-size: 18px;
  color: #666;
}
.publishing_img {
  position: relative;
  height: 458px;
  margin-left: 15px;
}
.img_item {
  position: absolute;
  box-shadow: 0px 9px 23.04px 0.96px rgba(0, 0, 0, 0.2);
}
.publishing_img1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.publishing_img2 {
  bottom: 0;
  right: 48px;
  z-index: 2;
}
.publishing_img3 {
  top: 48px;
  right: 0;
  z-index: 3;
}
.publishing_img4 {
  top: 120px;
  left: 50px;
  z-index: 4;
}
/****PUBLISHING END*****/

/****CTA START*****/
.cta {
  background: url(../images/cta_bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.cta_content {
  text-align: center;
}
.cta_content p {
  font-size: 24px;
  color: #fff;
}
.cta_content h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0px 30px;
}
.cta_btn {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background-color: #000;
  padding: 20px 60px;
  display: inline-block;
}
.cta_btn:hover {
  color: #fff;
  background-color: #a77e36;
}
.cta img{
  position: absolute;
}
.cta_img-left{
  left: 0;
  bottom: -10px;
}
.cta_img {
  right: 0;
  bottom: -6px;
}
/****CTA END*****/

/****PACKAGES START*****/
.packages {
  background: url(../images/pkg_bg.png);
  background-position: left;
  background-size: cover;
  margin-bottom: 120px;
}
.package_box {
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(31, 34, 137) 0%,
    rgb(48, 62, 172) 98%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(31, 34, 137) 0%,
    rgb(48, 62, 172) 98%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(31, 34, 137) 0%,
    rgb(48, 62, 172) 98%
  );
  margin: 15px 0;
}
.package_box:hover {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(219, 11, 65) 0%,
    rgb(255, 88, 131) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(219, 11, 65) 0%,
    rgb(255, 88, 131) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(219, 11, 65) 0%,
    rgb(255, 88, 131) 100%
  );
}
.pkg_top {
  padding: 15px 40px 0;
}
.pkg_top h5 {
  color: #ffffff;
  font-size: 62px;
  font-weight: 700;
}
.pkg_price {
  width: 82%;
  background-color: #fff;
  padding: 5px 0 15px;
  display: flex;
  justify-content: center;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.pkg_price h3 {
  font-size: 75px;
  font-weight: 700;
  color: #030a2c;
}
.pkg_content {
  padding: 25px 40px 35px;
}
.pkg_content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.pkg_content p {
  font-size: 16px;
  color: #ffffff;
  margin: 25px 0;
}
.pkg_btn {
  font-size: 16px;
  color: #030a2c;
  font-weight: 600;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 26px;
  display: inline-block;
}
.pkg_btn:hover {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(31, 34, 137) 0%,
    rgb(48, 62, 172) 98%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(31, 34, 137) 0%,
    rgb(48, 62, 172) 98%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(31, 34, 137) 0%,
    rgb(48, 62, 172) 98%
  );
  background-color: transparent;
  color: #fff;
}
.pkg_sec_btn {
  text-align: center;
  margin-top: 37px;
}
.pkg_sec_btn a {
  border-radius: 5px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(219, 11, 65) 0%,
    rgb(255, 88, 131) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(219, 11, 65) 0%,
    rgb(255, 88, 131) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(219, 11, 65) 0%,
    rgb(255, 88, 131) 100%
  );
  color: #fff;
  border: 1px solid #db0b40;
  padding: 17px 37px;
  flex-grow: 1;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
}

.pkg_sec_btn a:hover {
  color: #de1246;
  background-image: none;
  background-color: #222222;
  border: 1px solid transparent;
}
/****PACKAGES END*****/

/****CTA-2 START*****/
.cta_2 {
  background: url(../images/cta_bg-2.jpg) no-repeat;
  background-size: cover;
  padding: 65px 0;
  position: relative;
}
.cta_2 .sec_title {
  margin-bottom: 0 !important;
  text-align: left;
}
.cta_2 .sec_title h3 {
  color: #fff;
}
.cta_2 ul {
  margin-top: 25px;
}
.cta_2 ul li a {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 44px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.cta_2 ul li a.white_btn {
  background-color: #000;
  color: #fff;
}
.cta_2 ul li a:hover {
  background-color: #a77e36;
  color: #fff;
}
.cta_2 ul li a.white_btn:hover {
  background-color: #a77e36;
  color: #fff;
}
.cta_2 ul li:first-child {
  margin-right: 15px;
}
.cta_img_2 {
  position: absolute;
  top: 56%;
  right: 18%;
  transform: translateY(-50%);
}
/****CTA-2 END*****/

/****PROCESS START*****/
.process .sec_title {
  text-align: left;
}
.process .sec_title p {
  color: #030a2c;
  font-weight: 600;
}
.process_area ul li {
  display: flex;
  align-items: center;
  padding: 38px 0;
  border-bottom: 1px solid #cccccc;
}
.process_area ul li:last-child {
  border: none;
}
.process_num {
  width: 30%;
  text-align: center;
}
.process_main {
  width: 70%;
}
.process_num h5 {
  font-size: 105px;
  font-weight: 500;
  color: #242120;
  line-height: 86px;
}
.process_main h4 {
  font-size: 24px;
  font-weight: 600px;
  color: #f49834;
  margin-bottom: 20px;
}
.process_main p {
  font-size: 14px;
  color: #030a2c;
}
/****PROCESS END*****/

.main-choose {
  background-image: url(../images/why-choose-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.main-choose .sec_title h4,
.main-choose .sec_title h3 {
  color: #fff;
}
.main-choose .sec_title h3 {
  font-size: 57px;
}
.main-choose .sec_title h3,
.main-footer-form .sec_title h3 {
  margin-bottom: 15px;
}
.choose-wrap {
  padding: 0px 1px;
}
.choose-wrap .row {
  border: 1px solid #fff;
}
.choose-box {
  display: flex;
  align-items: center;
  border-left: 1px solid #ccc;
  justify-content: center;
  padding: 25px 13px;
  margin: -10px 0;
}
.choose-wrap .col:last-child .choose-box {
  border-right: 1px solid #ccc;
}
.choose-box h3 {
  padding-left: 11px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
}
.main-footer-form {
  position: relative;
}
.main-footer-form:before {
  content: "";
  position: absolute;
  width: 207px;
  height: 421px;
  background-image: url(../images/contact-form-before.webp);
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  bottom: 90px;
}
.main-footer-form:after {
  content: "";
  position: absolute;
  width: 313px;
  height: 495px;
  background-image: url(../images/contact-form-after.webp);
  background-repeat: no-repeat;
  right: 0;
  bottom: 60px;
}

.footer-form-wrap .form-group {
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
}

.footer-form-wrap .form-group span {
  position: absolute;
  background-color: transparent;
  width: 60px;
  height: 60px;
  text-align: center;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-form-wrap .form-group input {
  height: 60px;
  padding-left: 55px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9999997a;
  color: #999999;
}
.footer-form-wrap .form-group span i {
  color: #cfa83c;
  font-size: 18px;
}

.footer-form-wrap {
  margin-top: 40px;
}
.footer-form-wrap .form-group textarea {
  height: 120px;
  padding-left: 15px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9999997a;
  color: #999999;
  padding-top: 15px;
}
.btn-box {
  display: flex;
  justify-content: center;
}
.btn-box button {
  border-radius: 5px;
  background-color: #f49834;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 45px;
  border: none;
}
.btn-box button:hover {
  background-color: #a77e36;
  color: #fff;
  background-image: none;
}
.main-footer {
  /* background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; */
  background-color: #040403;
  padding: 55px 0px 0;
}
.footer-text p {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  padding-top: 33px;
  line-height: 26px;
}
.footer-address li {
  padding-bottom: 13px;
  /* display: flex; */
}
.footer-address li a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  display: flex;
}
.footer-address li a:hover {
  color: #f49834;
}

.footer-address li a i {
  color: #f49834;
  font-size: 16px;
  padding-right: 20px;
}
.footer-social li a {
  font-size: 16px;
  color: #ccc;
}
.footer-social {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.footer-social li {
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.footer-social li:hover {
  background-color: #ed0742;
  color: #fff;
}
.main-copyright {
  background-color: #111111;
  height: 65px;
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.footer-para p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.footer-links {
  display: flex;
  justify-content: flex-end;
}
.footer-links ul li {
  border-right: 1px solid #fff;
  padding: 0px 10px;
}
.footer-links ul li:last-child {
  border-right: none;
  padding-right: 0px;
}
.footer-links ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.footer-links ul li a:hover {
  color: #f49834;
}

/*********POPUP*********/
#entry-popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  background-color: rgba(0, 0, 0, .62);
  display: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.entry-box {
  background: #292727;
  padding-top: 0;
  padding-bottom: 20px;
  width: 570px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #171717;
  position: relative
}

a#entry-box_close {
  width: 59px;
  background: linear-gradient(90deg, #F5662C 0%, #FBA625 100%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  height: 59px;
  display: block;
  line-height: 59px;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: -18px;
  top: -30px;
  z-index: 999;
  display: flex;
    align-items: center;
    justify-content: center;
}

.entry-box .text-1 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px
}

.entry-box .text-1 h1 span.red {
  color: #F88528;
  text-transform: uppercase;
}

.col-sm-12.entry-right {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
}

.entry-box .text-1 p {
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}

.entry-box .text-1 p strong {
  text-transform: uppercase
}

.text-1 {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}

.text-1:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #F88528;
  border-radius: 100px;
}

.entry-box .form-control {
  min-height: 60px;
  border-radius: 7px;
  background-color: rgba(250, 250, 250, .92);
  border-color: transparent;
  color: #060606;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 15px 15px;
}

.entry-box .form-control::placeholder {
  color: #000;
}

.entry-box button {
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  height: 60px;
  background-color: #f49834;
  border: 1px solid #f49834 !important;
}

.entry-box ul li {
  color: #111322;
  font-size: 16px;
  font-weight: 500;
  width: 49%;
  display: inline-block;
  margin-bottom: 4px;
}

.entry-box ul li i {
  color: #eb0000;
}

.form-group {
  margin-bottom: 1rem;
}
/*********END-POPUP*********/

/***** banner form****/
.form-waraper {
  background-color: #fff;
  border-radius: 10px;
}

.form-heading {
  background-color: #f49834;
  padding: 5% 0;
  border-radius: 10px 10px 0 0;
}
.form-heading h1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: "Hind", sans-serif;
  font-weight: normal;
}
.form-heading span {
  font-size: 30px;
  font-weight: 500;
}

.form-title {
  background-color: rgb(0, 0, 0);
  padding: 3% 0;
  text-align: center;
  margin-bottom: 15px;
}

.form-title p {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.form-title span {
  color: #ffea00;
}
.custom-field {
  background-color: transparent;
  border: 0;
  height: 49px;
  padding-left: 30px;
  width: 93%;
  font-size: 13px;
}

.intl-tel-input .selected-flag {
  position: absolute;
  padding: 0 0 0 15px;
  top: 12px;
}

.intl-tel-input .selected-flag .iti-arrow {
  top: 20%;
  right: 0;
  margin: 0;
}

.intl-tel-input.separate-dial-code .selected-dial-code{
  color: #000;
    font-weight: 500;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] {
  padding-left: 66px;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  display: block;
  width: 250px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2
  .selected-flag:hover {
  background: none;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag:hover {
  background: none;
}

.custom-form {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 49px;
  border: 1px rgb(223, 223, 223) solid;
  padding-left: 15px;
  position: relative;
}

.custom-form i {
  color: #d0d0d0;
  position: absolute;
  top: 15px;
}
.short-field {
  height: 120px;
}

.popup-field input{
  height: 100px;
}


.form-control {
  border: 0;
}

.form-button {
  margin-bottom: 20px;
}

.form-btn {
  width: 100%;
  background-color: #F49834;
  border-radius: 5px;
  border: 1px solid rgb(223, 223, 223);
  font-size: 18px;
  font-weight: 700;
}
.iti-flag {
  display: none;
}

.intl-tel-input .flag-container {
  position: absolute;
}





.form-box {
  border: 1px solid rgb(255, 255, 255);
  padding: 10px;
  position: relative;
  z-index: 2;
}
.form-border {
  border-bottom: 1px solid rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
}
.discount-tag {
  background-image: -moz-linear-gradient( 90deg, rgb(57,53,55) 0%, rgb(78,73,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(57,53,55) 0%, rgb(78,73,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(57,53,55) 0%, rgb(78,73,72) 100%);
  height: 100%;
  box-shadow: 0px 14px 100px 0px rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount-tag h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 47px;
  color: #F88528;
  text-transform: uppercase;
}
.discount-tag h3 sup {
  font-size: 14px;
  top: -20px;
  left: 6px;
  color: #fff;
  font-weight: 500;
}
.discount-tag h3 sub {
  font-size: 14px;
  top: -2px;
  left: -6px;
  color: #fff;
  font-weight: 500;
}
.form-title {
  background-image: -moz-linear-gradient( -30deg, rgb(255,255,255) 0%, rgb(141,141,141) 100%);
  background-image: -webkit-linear-gradient( -30deg, rgba(255, 255, 255, 22%) 0%, rgba(141, 141, 141, 22%) 100%);
  background-image: -ms-linear-gradient( -30deg, rgb(255,255,255) 0%, rgb(141,141,141) 100%);
  box-shadow: 0px 14px 100px 0px rgba(0, 0, 0, 0.92);
  height: 100%;
  padding: 35px 15px 15px;
}
.form-title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.form-title h3:before {
  position: absolute;
  content: '';
  background-color: #F88528;
  width: 71px;
  height: 2px;
  top: -15px;
}
.form-middle {
  background-color: #1e1d20;
  text-align: center;
  padding: 7px 27px;
}
.form-middle h3 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.form-middle h3 span {
  color: #fff;
  font-weight: 800;
  font-size: 21px;
  text-transform: uppercase;
}
.form-area {
  background-image: -moz-linear-gradient( -30deg, rgb(255,255,255) 0%, rgb(141,141,141) 100%);
  background-image: -webkit-linear-gradient( -30deg, rgb(0 0 0) 0%, rgba(141, 141, 141, 22%) 100%);
  background-image: -ms-linear-gradient( -30deg, rgb(255,255,255) 0%, rgb(141,141,141) 100%);
  box-shadow: 0px 14px 100px 0px rgba(0, 0, 0, 0.92);
  padding: 22px;
}
.entry-box5 .form-control {
  min-height: 45px;
  border-radius: 7px;
  background-color: #fafafa;
  border: 1px solid #e1e1e1fc;
  color: #7d7d7d;
  font-size: 13px;
  width: 100%;
  display: block;
  padding-left: 15px;
}

.entry-box5 .form-group {
  margin-bottom: 15px;
}
.form-btn1 button {
  height: 53px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #f49834;
}
.form-btn1 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}