.input-group-addon:first-child {
    border-right: 1px solid #ccc !important;
    border-left: 0;
}
.newsletter_box_menu {
    direction: rtl;
    position: relative;
    display: block;
    z-index: 99999;
    width:29%
}
.newsletter_box_menu.mobile-sub {
    margin-bottom: 0px;
}

.input-box-menu {
    /*margin-top: 15px;*/
    /*margin-bottom: 10px;*/
}
.img-suc-div-menu, .img-suc-div-menu img, .img-suc-div-menu h3 {
    display: inline-block;
}
.img-suc-div-menu img {
    margin-bottom: 10px;
}
.img-suc-div-menu {
    margin-top: 15px;
    margin-bottom: 0px;
}
.success-msg-div-menu {
    display: none;
}
.success-msg-div-menu h4 {
    float: right;
    margin-right: 10%;
}
.second-input-menu {
    direction: rtl;
    margin-bottom: 2px;
    width: 100%;
}
#terms-sub {
    float: right;
    margin-top: 20px;
    text-decoration: underline;
    color: #2e6da4;
    cursor: pointer;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.newsletter_submit_menu {
    margin-top: 2px;
    /* margin-bottom: 5px; */
    background: #298ac9 !important;
    border-color: #3b8abd !important;
    padding: 6px 5px;
    outline: none !important;
    width: 110px;
    height: 40px;
    border-radius: 4px;
    float: left;
    display: inline-block;
    font-size: 16px;
    z-index: 999;
}
.newsletter_submit_menu:hover {
    background: #2175ab !important;
    outline: none !important;
}
.email-sub-menu {
    direction: ltr;
    text-align: right;
}
.error-message-menu {
    margin-top: 7px;
    display: inline-block;
    color: #a94442;
    min-height: 20px;
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .width-hight-newsletter {
        width: 100%;
    }
}

.desktop-stick {
    left: auto;
    right: 0px;
}

.well {
    margin-bottom: 0px;
    padding-bottom: 2px !important;
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .input-group {
        /*width: 70%;*/
        /*margin-right: 10%;*/
        float: right;
    }
    .newsletter_submit_menu {
        width: 95px;
    }
    .second-r-sub {
        float: right;
    }

}

@media only screen and (max-width: 992px) {
    .newsletter_submit_menu {
        /*margin-bottom: 20px;
        margin-top: 10px;
        margin-left: 10px;*/
    }
    .error-message-menu {
        margin-top: 17px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1100px) {
    .newsletter_submit_menu {
        width: 90px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .input-group {
        /*width: 70%;
        /*margin-right: 10%;*/
        float: right;
    }

}

@media only screen and (max-width: 1200px) {
    .newsletter_submit_menu {
        width: 90px;
    }
}

@media only screen and (min-width: 1300px) {
    .input-group {
        /*width: 72%;*/
    }
}

@media only screen and (min-width: 1500px) {
    .input-group {
        /*width: 74%;*/
    }
}

.newsletter-container {
    display: none;
    padding: 0px;
}

.width-hight-newsletter {
    width: 446px !important;
    height: 236px;
}
.menu_newsletter .input-box-menu {
    display: none;
}

input.form-control,
select.form-control{
    height: 40px;
    padding: 5px 6px !important;
}
.button {
    position: relative;
    padding: 8px 16px;
    background: #009579;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.button:active {
    background: #007a63;
}

.close-popup-menu {
    position: absolute;
    top: 0px;
    left: 2%;
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #288ac9;
    z-index: 999;
}
.header-title{
    float: right;
    padding-right: 14px;
}

.button__text {
    color: #ffffff;
    transition: all 0.2s;
}
.button--loading::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.success-msg-div-menu{
    /*display: none;*/
    width:446px;
    max-width: 100%;
    height:auto;
}
.success-msg-div-menu .img-suc-div-menu{
    /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
    .second-input-menu {
        width: 100%;
        float: left;
    }
    .success-msg-div-menu h4 {
        /*width: 90% !important;
        margin-right: 5% !important;*/
    }
}


@media only screen and (max-width: 768px) {
    .error-message-menu {
        margin-top: 49px !important;
        min-height: 15px;
        display: block;
        position: absolute;
    }
    .form-group {
        /*width: 85%;*/
    }

    .desk-sub .error-message-menu {
        position: relative !important;
        margin-top: 15px !important;
    }
    .input-box-menu {
        margin-top: 5px;
    }
    #terms-sub {
        margin-top: 30px;
    }
    .newsletter_submit_menu {
        margin-bottom: 15px !important;
    }
    .width-hight-newsletter {
        width: 100% !important;
        height: 250px !important;
    }
    .mobile-sub {
        margin-bottom: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .width-hight-newsletter {
        width: 466px !important;
        height: 250px !important;
    }
}
.mb-10{
    margin-bottom: 10px;
}
.bootstrap-select .media-object {
    width: 25px;
    height: auto;
    margin-left: 5px;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-align: right!important;
}

.bootstrap-select.btn-group .btn  .caret {
    left: 12px!important;
    right: auto!important;
}
.newsletter-container .newsletter_submit_menu,
.newsletter-container .dropdown-toggle,
.newsletter-container .email-sub-menu {
    min-height: 12px;
}

.newsletter-container .newsletter_submit_menu{
    width: 100%
}

.newsletter-container .input-box-menu p {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

.newsIcon{
    position: absolute;
    left: 15px;
    top: 20px;
    transform: rotate(335deg);
    display:none;
}
.newsIcon i {
    font-size: 76px;
    color: #d3d3d3;
}

@media (max-width:992px) {
    .newsIcon{
        display: none;
    }
}
/*****************internal newsletter **********/
#newsletter-story {
    background-color: rgb(245,246,245);
    padding: 0px;
    width: 67%;
    margin-top : 20px ;
    margin-bottom: 48px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (max-width:992px) {
    #newsletter-story {
       width:67%
    }
}
@media only screen and (max-width:600px) {
    #newsletter-story {
        width:100%
    }
}
#newsletter-story p{
    padding-bottom: 10px;
}
.rtl {
    direction: rtl;
}
.p-r-15 {
    padding-right: 15px;
}
.width-100{
    width: 100%;
}
#newsletter-story .input-group,
#newsletter-story input,
#newsletter-story .button,
#newsletter-story .dropdown-toggle{
    min-height: 40px;
}
.bootstrap-select.btn-group .dropdown-menu li .media-body {
    vertical-align: middle;
    white-space: normal;
    text-align: right;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    display: block;
    width: 100%;
}

.desktop-stick{
    background-color: rgb(245,246,245);
}

.wd-20{
    width: 20px !important;
}

.g-recaptcha{
    visibility: hidden;
}
.rc-anchor{
    visibility: hidden;
}
.grecaptcha-badge { visibility: hidden; }

.errorType {
    border-color: #F00 !important;
}
.newsletter-container .col-xs-3,
.newsletter-container .col-xs-8,
.newsletter-container .col-xs-4{
    float: right;
}

.newsletter-container .col-xs-4{
    padding-left: 0px;
}

.newsletter-container .col-xs-8{
    padding-right: 0px;
}

.newsletter-container .form-group{
    display: flex;
    align-items: center;
}

.form-horizontal .control-label{
    width: 100%;
}

.second-r-sub{
    padding: 0px;
}

.bootstrap-select {
    height: 40px !important;
}

#newsletter-story .input-box-menu p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

#newsletter-story .control-label {
    font-size: 14px;
}

#newsletter-story .second-input-menu{
    padding-bottom: 10px;
}

#newsletter-story .success-msg-div-menu{
    /*display: none;*/
    width:100% !important;
    max-width: 100% !important;
    height:auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px !important;
}


.shared-newsletter{
    padding: 0px 0px 10px 0;
    margin: 20px auto;
    position: relative;
    width:65%;
}

.shared-newsletter .newsletter-img{
    width: 200px;
    margin-bottom: 29px;
}

.shared-newsletter .label-newsletter {
    font-size: 20px !important;
    font-weight: normal;
}


.mb-30{
    margin-bottom: 30px;
}

.shared-newsletter .label-newsletter-form {
    font-size: 16px !important;
    font-weight: bold;
}

.shared-newsletter .newsletter_submit_menu {
    width: 100%;
    float: right;
}


.form-shared-newsletter{
    align-items: center;
    align-content: center;
    padding-right: 90px;
}
.header-shared-newsletter
{
    margin-right: 14%;
}

@media only screen and (max-width: 600px) {
    .shared-newsletter{
        padding: 0px 5px;
        position: relative;
        width:100%;
    }

    success-message-shared {
        font-size: 19px !important;
    }

}
@media only screen and (max-width: 600px) {
    .shared-newsletter .newsletter_submit_menu {
        width: 100% !important;
    }

    .form-shared-newsletter{
        padding-right: 0px;
    }

    .header-shared-newsletter
    {
        margin-right: 0%;
    }
    .shared-newsletter .label-newsletter {
        font-size: 14px !important;
        font-weight: normal;
    }
}

.success-message-shared{
    font-size: 24px;
}
@media only screen and (device-width: 768px) {
    .shared-newsletter {
        padding: 0px 0 10px 48px;
    }
}


