.main-frm {
    width: 70%;
    margin-left: 5%;
}

.info {
    display: none;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 10px;
}

#subscribe .modal-dialog,
#contactfrm .modal-dialog {
    max-width: 400px;
    width: 100% !important;
    padding-top: 3%;
}

.subscribe {
    margin-top: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 10px;
}

.subscribe .primary {
    background: none;
    color: #161616;
    text-align: left;
    margin: auto;
}

.subscribe button.btn.primary:hover {
    background: none;
}

.subscribe-form.modal-content {
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
}

.subscribe-form .success-msg-subscribe-form {
    /* padding: 60px 0; */
}

#subscribe .close span {
    color: #fff;
}

#subscribe .close {
    position: absolute;
    right: 0;
    top: 12px;
    border: none;
    background: transparent;
}

#subscribe .subscribe-form .row>div {
    padding: 20px;
}

.subscribe-form .row>div {
    width: 100%;
    background-color: var(--dark-green);
    color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

#subscribe .modal-body {
    padding: 0;
}

#contactfrm .modal-header .close span,
#subscribe .close span {
    font-size: 30px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    z-index: 999;
}

#contactfrm .modal-content {
    border-radius: 0;
    background: #E6ECED;
    border: none;
    padding: 0 4px;
}

#contactfrm .modal-header {
    border: none;
}

#contactfrm .contact-form {
    margin: 0;
}

#contactfrm .contact-form .row .col-4 {
    padding: 0;
    box-shadow: none;
    min-height: auto;
}

#contactfrm button.close {
    border: none;
    background: transparent;
}

#contactfrm .modal-body .container .container {
    padding: 0;
}

#contactfrm .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-green);
}

#subscribe,
#contactfrm {
    background: rgba(0, 0, 0, 0.7);
}

form#contactForm .mb-3 {
    margin-bottom: 10px !important;
}

.contact-form .form-control {
    border-radius: 0;
    color: var(--dark-green);
    border: 1px solid rgba(0, 0, 0, 0.60);
    background-color: #fff;
    padding: 10px 15px;
}

.subscribe .primary:before {
    content: "";
    background: url(../images/drafts.svg) no-repeat 0 0 / 22px auto;
    width: 32px;
    min-width: 32px;
    height: 22px;
}


section.chip-sales.whitebg-sales {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 22px 8px;
}

section.chip-sales.whitebg-sales .chip-sales-inner {
    width: 100%;
}

section.chip-sales.whitebg-sales .support-team .team-3 {
    width: 73px;
    height: 73px;
}

section.chip-sales.whitebg-sales h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--dark-green);
    line-height: 37.5px;
    margin-bottom: 0 !important;
}

section.chip-sales.whitebg-sales .support-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

section.chip-sales.whitebg-sales p {
    margin: 28px 0;
    font-size: 14px;
    line-height: 21px;
    color: var(--dark-green);
}

section.chip-sales.whitebg-sales .support-team .team-1 {
    width: 110px;
    height: 110px;
}

section.chip-sales.whitebg-sales .support-team .team-2 {
    width: 85px;
    height: 85px;
}

.sidebar-succsess .success-msg-contact-form {
    padding: 0;
}

.sidebar-succsess .modal-body {
    padding-top: 0;
}


@media (max-width: 767px) {
    .refer-form-sec input[type=checkbox] {
        height: 18px;
        width: 25px;
        margin-top: 5px;
    }

    #subscribe .modal-dialog,
    #contactfrm .modal-dialog {
        max-width: 80%;
        width: 100% !important;
        padding-top: 20%;
        margin: auto;
    }

    .subscribe-form.modal-content {
        margin: 15px !important;
    }

    section.chip-sales.whitebg-sales {
        padding: 22px 15px;
    }
}

/*********** Media css *****/
@media (min-width: 1400px) {
    section.chip-sales.whitebg-sales .support-team .team-1 {
        width: 136px;
        height: 136px;
    }

    section.chip-sales.whitebg-sales .support-team .team-2 {
        width: 104px;
        height: 104px;
    }
}

@media (max-width: 980px) {
    section.chip-sales.whitebg-sales .support-team {
        display: flex;
    }
}

.arrow-slider .featured-heading.white-content h1{
/* .arrow-slider .blog-banner .featured-heading .white-content h1{ */
    color: var(--dark-green) !important;
}


#popup_modal-block-slides .btn-close {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 48%);
  opacity: 1;
  background-size: 10px auto;
  z-index: 11;
  
}