.scroll_dowo.active {
  color: #d56a34 !important;
}
form .error{color: red !important;}
.blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100px;
}

.blog-title {
  height: 70px;
}

/* Product List Badge */
img.deal-badge {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 97px !important;
  height: 28px !important;
  display: flex;
}

/* Comment section */
.comment-section .title-comment{
  font-family: "hk_grotesksemibold";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #2E001D;
}

.comment-section .comment-section-list{
  position: relative;
}

.user-info>img{
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.comment-section-list .name {
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #2E001D;
}

.comment-section-list .author{
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #AEAEAE;
}

.comment-section-list .date {
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #AEAEAE;
}

.comment-section-list .verified{
  width: 14px;
  height: 14px;
}

.comment-section-list .comment-text {
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #6C6C6C;
}

.comment-section-list .text-link{
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #d56a34;
}

.comment-section-list .likes{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}

.comment-section-list .likes-text{
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2E001D;
}

.comment-section-list .more-comments{
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #2E001D;
  position: relative;
  padding-left: 60px;
}

.comment-section-list .more-comments:hover{
  color: #2E001D;
  text-decoration: underline;
}

.comment-section-list .more-comments:before{
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #ECECEC;
}

.comment-section-list.no-more-comments .comments-view{
  opacity: 0.5;
}

.no-more-comment-bottom{
  border-radius: 0 0 8px 8px;
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #2E001D;
  padding: 15px;
  text-align: center;
  background: #F1D2E6;
  margin-top: 23px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.comment-section-list  .no-more-comment-bottom{
  left: -30px;
  right: -30px;
  bottom: inherit;
}

.modal-header{
  padding: 2rem 1rem;
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #2E001D;
}
.modal-header .close{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2E001D;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #fff;
  font-size: 25px;
  padding: 0;
  margin: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-header .close span{
  position: relative;
  top: -2px;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(122, 122, 122, 1) rgba(232, 232, 232, 1);
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background-color: rgba(232, 232, 232, 1);
  border-radius: 10px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(122, 122, 122, 1);
  border-radius: 10px;
}
.modal-dialog-scrollable .modal-footer, 
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.publisher-info{
  color: #2E001D;
  background: #FFF8FE;
  border-radius: 70px;
  display: inline-flex;
}
.publisher-info .media-body{
  font-family: "hk_groteskregular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.publisher-info .media-body strong{
  font-family: "hk_grotesksemibold";
  font-weight: 600;
}
.publisher-info .media-body span{
  background: #2E001D;
  display: inline-block;
  opacity: 0.15;
  width: 1px;
  height: 23px;
  margin: 0 8px;
  vertical-align: middle;
}
.comment-section-list,
.comment-section-list .reply{
  position: relative;
}
.comment-section-list .reply::before{
  content: '';
  position: absolute;
  left: 0px;
  top: calc(-100% - -15px);
  width: 1px;
  height: 100%;
  background: #AEAEAE;
}
.comment-section-list .reply.first-child::before{
  top: -20px;
  height: 34px;
}
.comment-section-list .reply .user-info::before{
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  left: 16px;
  top: 24px;
  background: #AEAEAE;
}
.reply .user-info::after{
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  left: 0px;
  top: 13px;
  background:url(../images/union_l.svg) no-repeat;
  background-position: left bottom;
}

.coupon-time-validity {
  background: #f4e3e3;
}
@-moz-document url-prefix() {
    .deal-source.ribbon {
      position: absolute;
      left: -3px;
      top: -3px;
    }
}
.product-list-sec #fullHeading {
  font-size: 26px;
}
.product-detail-top-info .title-detail {
  font-size: 33px;
}

.lefy-list-promotion{border-radius: 17px;height: 297px;width: 256px;}
.product-detail-top-info .title-detail {
    font-size: 24px;
}
.lobibox-notify.lobibox-notify-success {
  border-color: #F37637;
  background-color: #D56A34;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-success:hover {
  background-color: #D56A34;
  border-color: #FFF;
}

.home-banner-1 {
    background: url("../front/images/banner-1-bg.svg") no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.home-banner-2 {
    background: url("../front/images/banner-bg-2.svg") no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.banner-box {
    padding: 50px 0;
}

.banner-img img {
    width: 100%;
}

.banner-content {
    padding-right: 50px;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
}

.banner-content-btns {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.home-banner-slider .owl-item .banner-btn {
    background: #d56a34;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 10px 12px;
    gap: 13px;
    text-decoration: initial;
    border-radius: 6px;
}

.home-banner-slider .owl-item .banner-btn img {
    width: 24px;
    height: 24px;
}

@media (min-width: 576px){
  .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
      padding-bottom: 60px;
  }
  .banner-content h1 {
    font-size: 20px;
  }
}

@media (min-width:320px)  { 
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
}
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

.banner-content h1 {
    font-size: 36px;
}
.banner-content {
  padding-bottom: 19px;
}

.lobibox-notify-msg{max-height:100px !important;}
.wa-chat-box-brand {
  background-color: #fff;
}
.wa-chat-box-poweredby{display: none;}
body #wa-widget-send-button {
  padding: 0 !important;
  right: 60px !important;
}
#wa-widget-send-button div{display: none;}
.wa-chat-box-content-send-btn:hover{text-decoration: none;}

#btn-back-top{
    display: inline-block;
    background-color: #2e001d;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 55px;
    right: 10px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#btn-back-top::after{
    content: "";
    position: absolute;
    background-image: url(../images/next-arrow.svg);
    width: 9px;
    height: 14px;
    background-position: center center;
    top: 14px;
    left: 16px;
    transform: rotate(-90deg);

}
#btn-back-top:hover{
    cursor: pointer;
    background-color: #3e373e;
    opacity: 0.5;
}
#btn-back-top.show{
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width:480px){
    #btn-back-top{
        right: 20px;
    }
}

/* Become A Seller Page Css Start */
.css-1l29bq6 {
    display: inline-block;
    margin-left: 3px;
    color: #fff;
    background-color: #f22b68;
    padding: 3px 4px;
    font-size: 10px;
    line-height: 9px;
    text-transform: uppercase;
}
.header-menu > li > a > i.icondesign {
  background: #f6f9ff;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.property_owner .heroBanner {
    min-height: 898px;
    background: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0px;
    overflow: hidden;
    z-index: 0;
}

.property_owner .heroBanner:after {
    content: "";
    width: 383px;
    height: 174px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/banner-abstract.svg?914321fec2acd239152a49a30d03bc7e);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.property_owner .heroBanner .bannrContent h1 {
    font-weight: 700;
    font-size: 39px;
    line-height: 57px;
    text-transform: capitalize;
    color: #f4d848;
    margin-bottom: 20px;
}

.property_owner .heroBanner .bannrContent h1 span {
    font-weight: 400;
    color: #fff;
    font-size: 37px;
}

.property_owner .heroBanner .bannrContent p {
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    line-height: 33px;
}

.heroBanner .customForm,
.formouterDesign {
    background: #ffffff;
    box-shadow: 15px 15px 50px rgba(115, 101, 149, 0.25);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.heroBanner .customForm h4 {
    font-weight: 500;
    font-size: 24px;
    color: #0b2239;
    margin-bottom: 20px;
}

.numberBlock .title_cus {
    margin-right: 20px;
}

.numberBlock .title_cus span {
    color: #0b2239;
    font-size: 22px;
    font-weight: 400;
}

.numberBlock .title_cus p {
    color: #0b2239;
    font-size: 34px;
    font-weight: 500;
}

.numberBlock .cityBox figure {
    background: rgba(255, 87, 105, 0.2);
    margin-right: 30px;
    width: 120px;
}

.numberBlock .cityBox .contentwrap {
    width: 100%;
}

.numberBlock .cityBox .contentwrap h4 {
    font-weight: bold;
    font-size: 40px;
    color: #0b2239;
}

.numberBlock .cityBox .contentwrap span {
    color: #67788a;
    font-weight: 400;
    font-size: 22px;
    line-height: 0;
}

.whyus_section .bgimage {
    border-radius: 12px;
    overflow: hidden;
    background-image: url(../images/fea1.png?5adc42f6a465565ed460479e209e42bd);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 458px;
    height: 520px;
}

.iconList .iconBox {
    margin-bottom: 30px;
}

.iconList .iconBox:last-child {
    margin-bottom: 0px;
}

.iconList .iconBox .content p {
    font-weight: 600;
    font-size: 20px;
    color: #0b2239;
    line-height: 16px;
}

.iconList .iconBox .content span {
    font-weight: 400;
    font-size: 18px;
    color: #67788a;
}

.whyus_section {
    position: relative;
}

.whyus_section .rightabstract,
.whyus_section .leftabstract {
    content: "";
    background-image: url(../images/dot-abstract.png?48de6314e586a86f283d03d3fd016ba7);
    background-size: 50%;
    background-repeat: repeat-x;
    background-position: center;
    height: 91px;
    width: 315px;
    position: absolute;
    right: 0;
    bottom: 110px;
    width: 30%;
}

.whyus_section .leftabstract {
    right: unset;
    left: 0;
    bottom: 80px;
}

.property_owner .customer_trust .list-item:before,
.property_owner .customer_trust .list-item:after {
    display: none;
}

.property_owner .customer_trust.bravo-list-hotel .owl-dots {
    margin-top: 30px;
}

.property_owner .customer_trust.bravo-list-hotel .owl-dots button {
    border-color: #ff5656;
}

.property_owner .customer_trust.bravo-list-hotel .owl-dots button:hover,
.property_owner .customer_trust.bravo-list-hotel .owl-dots button.active {
    background: #ff5656;
}

.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item.center
    .feedbackouter {
    background: #fff;
    border-color: #e6e6e6;
}

.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item.center
    .feedbackouter
    .desc,
.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item
    .feedbackouter
    .desc {
    color: #67788a;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item.center
    .feedbackouter
    .clienttitle,
.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item
    .feedbackouter
    .clienttitle {
    color: #0b2239;
    margin-bottom: 8px;
}

.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item.center
    .feedbackouter
    .sub_title,
.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item
    .feedbackouter
    .sub_title {
    color: #67788a;
    font-size: 18px;
}

.property_owner .page-template-content .bravo-call-to-action .context {
    background: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
}

.property_owner
    .page-template-content
    .bravo-client-feedback
    .list-item
    .owl-item
    .feedbackouter {
    transform: unset !important;
    padding-right: 30px;
}

.property_owner
    .bravo_footer
    .main-footer
    .nav-footer
    .context
    .contact
    .c-title
    i {
    color: #ff5656;
}

.property_owner .download_app a {
    background: linear-gradient(90deg, #eb3349 0%, #f45c43 100%);
}

.property_owner .download_app a img {
    filter: brightness(0) invert(1);
}

.property_owner .bravo_footer .main-footer .nav-footer .context ul li a:hover,
.property_owner
    .bravo_footer
    .main-footer
    .nav-footer
    .context
    .contact
    .sub
    a:hover {
    color: #f45c43 !important;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}
/* .bravo_wrap .bravo_user_profile .form-control */
input.form-control {
  height: 50px !important;
  background-color: #f6f7f8;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #0b2239;
}
.form-group .input-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  color: #0077c8 !important;
}
[class*=" icofont-"],
[class^="icofont-"] {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.form-group .input-icon,
.bravo_wrap .bravo_user_profile .form-group .input-icon {
  width: auto;
  height: auto;
  line-height: 52px;
  left: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #67788a !important;
  font-weight: 400;
  font-size: 16px;
}


textarea.form-control {
    border: 1px solid transparent !important;
    font-size: 16px !important;
    background: #f6f9ff;
    border-radius: 12px !important;
    padding: 17px 20px;
    color: #0b2239 !important;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    background: #f6f9ff;
    box-shadow: none;
    border: 1px solid #67788a !important;
    outline: none;
}

input::-webkit-input-placeholder,
select.form-control::placeholder,
textarea.form-control::placeholder {
    color: #67788a !important;
}

.btn.btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.customBtn {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border-radius: 12px;
    padding: 15px 15px;
    transition: 0.5s;
}

.outlineBtn_gradient {
    font-weight: 400;
    font-size: 18px;
    color: #ff5656;
    border-radius: 12px;
    padding: 15px 15px;
    transition: 0.5s;
    background: #ffffff;
    border: 1px solid #ebf0f4;
}

.outlineBtn_gradient:hover {
    background-image: linear-gradient(
        to right,
        #eb3349 0%,
        #f45c43 50%,
        #eb3349 100%
    );
    background-size: 200% auto;
    transition: 0.5s;
    color: #fff !important;
    border-color: #ff5656;
    text-decoration: none;
}

.gradientBtn {
    background-image: linear-gradient(
        to right,
        #eb3349 0%,
        #f45c43 50%,
        #eb3349 100%
    );
    background-size: 200% auto;
    transition: 0.5s;
}

.gradientBtn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.outlineBtn_green {
    font-weight: 400;
    font-size: 18px;
    color: #53d687;
    border-radius: 12px;
    padding: 15px 15px;
    transition: 0.5s;
    background: #ffffff;
    border: 1px solid #53d687;
}

.outlineBtn_green:hover {
    background: #53d687;
    color: #fff !important;
    text-decoration: none;
}

.remembertext {
    color: #67788a;
    font-weight: 400;
    font-size: 18px;
}

.property_owner .remembertext a {
    color: #cb281a;
}

.bravo-form-login .form-submit,
.bravo-form-register .form-submit {
    width: 100%;
}
.bravo-form-login .bravo-recaptcha > div,
.bravo-form-register .bravo-recaptcha > div {
    margin: auto;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
}


form .error {
    color: #c10915 !important;
    font-size: 14px;
    text-transform: none;
}

.form-group.has-error label {
    color: #c10915 !important;
}
.hidden {
    display: none !important;
}
.invalid-feedback {
    font-size: 14px !important;
    color: #c10915 !important;
    font-weight: normal !important;
}

label.error {
    text-transform: none;
    padding: 4px;
    margin-bottom: 0px;
}
.asterisk {
    color: #d9534f !important;
}
#loader {
    display: none;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.8);
    z-index: 10000;
    display: none;
    text-align: center;
}
#loader img {
    margin-bottom: 13px;
}
#loader #status {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.status-text span {
    color: #042463;
    font-size: 17px;
}
.noRecord {
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding50 {
    padding: 50px 0px;
}

.minw-101 {
    min-width: 101px;
}

.minw-184 {
    min-width: 184px;
}
.numberBlock .cityBox {
    margin-right: 0px;
}

.iconList .iconBox {
    align-items: start;
}

.iconList .iconBox figure i {
    color: #eb3349;
    font-size: 30px;
}

.authContent .iconList {
    max-height: 410px;
    overflow: hidden;
    overflow-y: auto;
}

.authContent .iconList::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background: #f5f5f5;
}

.heroBanner .customForm h4 {
    font-weight: 500;
    font-size: 24px;
    color: #0b2239;
    margin-bottom: 20px;
}

.numberBlock .title_cus {
    margin-right: 20px;
}

.numberBlock .title_cus span {
    color: #0b2239;
    font-size: 22px;
    font-weight: 400;
}

.numberBlock .title_cus p {
    color: #0b2239;
    font-size: 34px;
    font-weight: 500;
}

.numberBlock .cityBox figure {
    background: rgba(255, 87, 105, 0.2);
    margin-right: 30px;
    width: 120px;
}

.numberBlock .cityBox .contentwrap {
    width: 100%;
}

.numberBlock .cityBox .contentwrap h4 {
    font-weight: bold;
    font-size: 40px;
    color: #0b2239;
}


.cityList .cityBox {
    text-align: center;
    display: inline-block;
    margin-right: 30px;
}

.cityList .cityBox figure {
    background: rgba(83, 214, 135, 0.1);
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.cityList .cityBox figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cityList .cityBox h4 {
    font-weight: 500;
    font-size: 15px;
    color: #0b2239;
}
.numberBlock .cityBox .contentwrap span {
    color: #67788a;
    font-weight: 400;
    font-size: 20px;
    line-height: 0;
}

@media (max-width: 767px) {
  .property_owner .heroBanner .bannrContent h1 {
    font-size: 33px;
    line-height: 43px;
  }
  .property_owner .heroBanner{
    padding-top: 170px;
  }
  .lefy-list-promotion {
    width: 100%;
  }
  .product-list-sec {
    padding-top: 58px;
  }
  .footer-block.subscribe_footer_block {
    padding-top: 20px;
  }
  .newsletter-inner-sec.product-detail-newsletter .newsletter-form-sec .btn-primary{
    line-height: 0px;
  }
}

@media (max-width: 812px) {
  .lefy-list-promotion {
    width: 210px;
  }
  .footer-block.subscribe_footer_block {
    padding-top: 20px;
  }
  .newsletter-inner-sec.product-detail-newsletter .newsletter-form-sec .btn-primary{
    line-height: 0px;
  }
}

@media (max-width: 588px) {
  .lefy-list-promotion {
    width: 100%;
  }
  .footer-block.subscribe_footer_block {
    padding-top: 20px;
  }
  .newsletter-inner-sec.product-detail-newsletter .newsletter-form-sec .btn-primary{
    line-height: 0px;
  }
}