.block_center {
    padding-top: 8%;
    padding-bottom: 8%;
}

.buy_btn {
    width: 150px;
    height: 50px;
    font-size: 16px;
    opacity: 1;
}

.treatment_btn {
    width: fit-content;
    height: 65px;
    font-size: 16px;
    opacity: 1;
    padding: 20px;
}

.download_btn {
    width: fit-content;
    height: 65px;
    font-size: 16px;
    opacity: 1;
    padding: 20px;
}

.watch_btn {
    width: 230px;
    height: 65px;
    font-size: 16px;
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #707070;
    color: #141414;
    border-radius: 10px;
}

.submit_btn {
    width: 100%;
    height: 60px;
    font-size: 16px;
    opacity: 1;
    border-radius: 5px;
}

.watch_btn:hover {
    background-color: #141414;
    color: #ffffff;
}

#hero {
    width: 100%;
    height: 500px;
    background: url("images/banner.png") top center no-repeat;
    background-size: cover;
    position: relative;
}

.hero_heading {
    color: #141414;
    font-size: 65px;
    font-weight: 700;
}

.hero-sub-heading {
    color: #141414;
    font-size: 25px;
}

#protocol {
    background-color: #ffffff;
}

.img-move-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: -20%;
}

.img-move {
    position: absolute;
    width: 60%;
}

.img-move-1 {
    left: 0;
}

.img-move-2 {
    right: 27%;
    bottom: 25%;
}

.zelenko_img {
    width: 80%;
}

.zelenko_pro_heading {
    color: #141414;
    font-size: 45px;
    font-weight: 700;
}

.subtitle {
    color: #141414;
    font-size: 18px;
    font-weight: 600;
}

.protocol_list {
    padding-left: 0px !important;
    margin-left: 0px;
}

.protocol_list li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

#nomination {
    background-color: #4E4E4E;
}

.nobel_img {
    width: 80%;
}

.section3_heading {
    color: #EBE268;
    font-size: 40px;
    font-weight: 700;
    text-decoration: underline;
}

.section3_subheading {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}

.sec-heading {
    color: #ffffff;
    font-size: 18px;
}

.card_heading {
    font-size: 25px;
    color: #141414 !important;
    text-decoration: none;
}

.card_heading:hover {
    color: #051BDC !important;
}

.card_inner_text {
    padding: 10px;
    font-size: 15px;
}

.card {
    background-color: #FFF7EE;
}

.card_link {
    margin-top: 25px;
    margin-bottom: 30px;
}

.card_block {
    height: 450px;
    margin-top: 35px;
}

.view_all {
    color: #141414;
    font-size: 18px;
}

#medicine {
    background-color: #D9D9D9;
}

.nobel_text_start {
    color: #A86822;
    font-size: 30px;
}

.nobel_text {
    color: #A86822;
    font-size: 30px;
    font-weight: 300;
}

.bottle_img {
    width: 75%;
}

#fight {
    background-color: #FFFBF1;
}

.fight_img {
    width: 100%;
}

#vitamins {
    background-color: #ffffff;
}

.bottle2 {
    width: 100%;
}

.div_padding {
    padding-top: 5%;
    padding-bottom: 5%;
}

.videoWrapper {
    position: relative;
    width: 90%;
    height: 0;
    background-color: #000;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56%;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 47%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #ffffff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: #ffffff;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: #ffffff;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

#evidence {
    background-color: #F1CA89;
}

.journal_img {
    width: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#prehospital {
    background-color: #ffffff;
}

.prepost_img {
    width: 80%;
    height: 425px;
}

.download {
    color: #141414;
    font-size: 25px;
}

.download:hover {
    color: #141414;
}

#appointment {
    background-color: #F1CA89;
}

.doctor_img {
    width: 75%;
}

#request {
    background-color: #ffffff;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}

.form_area {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    height: 40px;
    font-size: 14px;
    color: #AAAAAA;
}

.user_img {
    width: 34px;
    height: 35px;
    margin-top: 2px;
    opacity: 0.6;
}

.call_img {
    width: 34px;
    height: 33px;
    margin-top: 2px;
    opacity: 0.6;
}

.email_img {
    width: 38px;
    height: 33px;
    margin-top: 2px;
    opacity: 0.6;
}

.msg_img {
    width: 35px;
    height: 32px;
    margin-top: 2px;
    opacity: 0.6;
}

#testimonial {
    background-color: #FFFBF1;
}

.slideshow-container {
    position: relative;
}

.mySlides,
.myWritings,
.myMedia {
    display: none;
    padding: 80px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    color: #141414;
    height: 55px;
    width: 55px;
    padding-left: 0px;
    font-size: 32px;
    user-select: none;
    border: 1px solid #707070;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
}

.prev:hover {
    color: #141414 !important;
}

.next:hover {
    color: #141414 !important;
}

.next {
    position: absolute;
    right: 0;
}

.author {
    color: #141414;
    font-size: 30px;
    font-weight: 500;
}

.slide_des {
    font-size: 20px;
    color: #141414;
}

#media {
    background-color: #ffffff;
}

#writings {
    background-color: #FFFBF1;
}

#books {
    background-color: #ffffff;
}

.hero-sub-head {
    font-size: 25px;
    font-family: "roboto" !important;
}

.book_img {
    width: 73%;
    height: 60%;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .hero_heading {
        font-size: 40px;
        font-weight: 700;
    }
    .img-move-wrapper {
        position: inherit;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .img-move-1 {
        display: none;
    }
    .img-move,
    .img-move-2 {
        position: absolute;
        display: block;
        width: 100% !important;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 56px;
        height: 344px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 0;
        padding: 20px;
    }
    #protocol .zelenko_pro_heading {
        margin-top: 305px;
    }
    .mySlides {
        padding: 20px !important;
    }
    .author {
        font-size: 18px !important;
    }
    .mySlides,
    .myWritings,
    .myMedia {
        padding: 30px;
    }
    .card_block1 {
        margin-top: 25px;
    }
    .card_heading {
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 579px) and (max-device-width: 764px) and (-webkit-min-device-pixel-ratio: 2) {
    .hero_heading {
        font-size: 40px;
        font-weight: 700;
    }
    .author {
        font-size: 14px;
    }
    .block_center {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .mySlides,
    .myWritings,
    .myMedia {
        padding: 40px;
    }
    .watch_btn {
        width: 165px !important;
    }
    .hero-sub-head {
        font-size: 14px;
    }
    #request {
        width: 100%;
    }
    .hero-sub-heading {
        font-size: 19px;
    }
    .card_heading {
        font-size: 16px;
    }
    .card_inner_text {
        padding: 5px;
        font-size: 14px;
    }
    .card_block {
        margin-top: 0px;
    }
}

@media only screen and (min-device-width: 765px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    #request {
        width: 100%;
    }
    .hero-sub-heading {
        font-size: 19px;
    }
    .watch_btn {
        width: 165px !important;
    }
}

@media only screen and (max-device-width: 280px) and (-webkit-min-device-pixel-ratio: 2) {
    .img-move-wrapper {
        position: inherit;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 568px;
    }
    .img-move-1 {
        display: none;
    }
    .img-move,
    .img-move-2 {
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 560px;
        height: 344px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 0;
    }
    .zelenko_pro_heading {
        margin-top: 350px;
    }
}