/************************ CUSTOM STYLESHEET ************************/


/***** General CSS *****/
html{
    scroll-behavior: smooth;
}
* {
    outline: none!important;
}

body {
    word-break: break-word;
    color: #000;
    overflow-x: hidden;
    background: #eee;
}

a {
    text-decoration: none;
    color: #ec1d25;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333333;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    /*-webkit-appearance: none;-moz-appearance: none;appearance: none;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Montserrat', sans-serif;
}


/***** Buttons, Headings, Paragraph, Flex CSS *****/

.centerCol {
    float: none;
    margin: 0 auto;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

.rowReverse {
    flex-direction: row-reverse;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.noPadding {
    padding: 0;
}


/***** Menu Section CSS *****/

.menuSec {
    position: relative;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 400;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    padding: 35px 18px;
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #29d8db;
}

.menuSec #menu .active {
    color: #e60e0e;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 95px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 10px;
    border-top: 2px solid #29d8db;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 10px 20px;
    color: #7a7a7a !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li:hover li a:hover {
    background-color: #fff;
    color: #17144d !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/***** Slider Section CSS *****/

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 78px;
    height: 78px;
    top: initial;
    top: 50%;
    text-shadow: none;
    background-color: transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    color: #fff;
    background-color: #80c2c0;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 6px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.carousel-control.right {
    right: 10%;
    background: url('../images/arrow-right.png') no-repeat center center;
}

.carousel-control.left {
    left: 10%;
    background: url('../images/arrow-left.png') no-repeat center center;
}

.carousel-indicators {
    left: 0;
    right: 0;
    bottom: 55px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #000;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background-color: #fff;
}

.carousel-indicators .active {
    margin: 0 2px;
    background-color: #ec1d25;
    width: 10px;
    height: 10px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 78%);
    text-shadow: none;
}


/*header start*/

header {
    padding: 2% 0;
    background: #deffe3;
}

header .logo img {
    width: 30%;
    margin: 0 auto;
}
.header_call {
    float: right;
}

.header_call a {
    /* font-size: 16px; */
    /* line-height: 21px; */
    /* color: #7a7a7a; */
}

.header_call a i {
    color: #ff8526;
    font-size: 22px;
    line-height: 27px;
}
.header_call span {
    position: relative;
    top: -3px;
}


/*header end*/

/*banner_main_css_start*/

.main_banner {
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #438a01;
}
.main_banner_text {
    text-align: left;
    position: relative;
    z-index: 1;
}
.main_banner_text h3 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px;
    padding: 0  0 20px;
    border-bottom: 2px solid #3E3C3C;
    max-width: max-content;
    color: #000;
    font-weight: 700;
}
.main_banner_text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #3E3C3C;
}
.main_banner_form {
    background: #deffe3;
    padding: 10px 10px;
    box-shadow: 0 0 20px 3px #00000061;
    border-radius: 30px 0 30px 0;
}

.main_banner_form h2 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.main_banner_form h3 {
    font-size: 28px;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}

.main_banner_form input, .main_banner_form select {
    height: 50px;
    width: 100%;
    margin: 0 0 15px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    outline: none;
    border: 1px solid #000;
}
.main_banner_form button {
    background: #000000;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 12px 0px;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 500;
}
.main_banner_img img {
    width: 100%;
}
/*banner_main_css_end*/

/*about_sec_css_start*/

.about_sec {
    padding: 7% 0;
    overflow: hidden;
}
.about_secText h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 20px;
    font-family: 'Montserrat',sans-serif;
}
.about_secText {
    text-align: center;
}
.about_secText p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 30px 0 40px;
}
.theme_btn1 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    background: #eead58;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 60px;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242424;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*about_sec_css_start*/

/*shifa_sec_css_start*/

.Shifa_imgMian > img {
    width: 80%;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}

.Shifa_img2 > img {
    border-radius: 20px;
    box-shadow: 5px 2px 16px rgb(0 0 0 / 13%);
    width: 40%;
    float: right;
}
.Shifa_imgMian {
    position: relative;
}

.Shifa_img2 {
    position: absolute;
    right: 0;
    bottom: -40px;
}
.Shifa_text h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #4a4a4a;
    padding: 0 0 20px;
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
}
.Shifa_text h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100px;
    right: unset;
    background: #EEAD58;
}
.Shifa_text h4 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #5c2c0f;
    margin: 0 0 20px;
    text-align: right;
}
.Shifa_sec {
    padding: 6% 0 6%;
    overflow: hidden;
}
.Shifa_text p {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    margin: 0 0 15px;
    text-align: right;
    font-weight: 500;
}
/*shifa_sec_css_end*/


/*video_css_start*/

.center_head h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 60px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 0 20px;
}
.center_head h2:after {
    content: "";
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* height: 4px; */
    /* width: 100px; */
    /* background: #d96912; */
    /* margin: 0 auto; */
}
.center_head {
    text-align: center;
}

.video_box {
    position: relative;
    border: 2px solid #ffffff;
    margin: 0 8px 0;
}
.video_box img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 341px;
    object-fit: cover;
}
.video_icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_icon a i {
    height: 70px;
    width: 70px;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50px;
    color: #ffffff;
}
.videoSlider .slick-prev {
    left: -50px;
}

.videoSlider .slick-next {
    right: -50px;
}
.videoSlider .slick-next:before, 
.videoSlider .slick-prev:before {
    font-size: 25px;
    opacity: .75;
    color: #ffffff;
}
.videoSlider .slick-next, 
.videoSlider .slick-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.VideoSec {
    padding: 6% 0 6%;
    overflow: hidden;
}

/*video_css_end*/

/*CertificatesSec_css_start*/

.CertificatesSlider .slick-prev {
    left: -50px;
}

.CertificatesSlider .slick-next {
    right: -50px;
}
.CertificatesSlider .slick-next:before, 
.CertificatesSlider .slick-prev:before {
    font-size: 25px;
    opacity: .75;
    color: #438a01;
}
.CertificatesSlider .slick-next, 
.CertificatesSlider .slick-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.CertificatesBox a img {
    margin: 0 auto;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    height: 200px;
    object-fit: contain;
    border: 2px solid #438a01;
}
.CertificatesSec {
    padding: 5% 0;
    overflow: hidden;
    background: #ffffff;
}
/*CertificatesSec_css_end*/


/*AsSeenSec_css_start*/

.AsSeenBox {
    border: 2px solid #438a01;
    margin: 0px 5px 0px;
    padding: 20px;
}
.AsSeenSec .container-fluid {
    padding: 0;
}
.AsSeenSec {
    padding: 6% 0;
    overflow: hidden;
    background: #fff;
}
.AsSeenBox img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
/*AsSeenSec_css_end*/

/*contact_css_start*/

.contactSec {
    background: #bc2103;
    padding: 5% 0;
    overflow: hidden;
}
.contactInfo h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px;
    position: relative;
    padding: 0 0 20px;
}
.contactInfo h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100px;
    right: 0;
    background: #ea9f00;
    margin: 0 auto;
    text-align: center;
}

.infoBox {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 15%);
    border-radius: 0 30px 0 30px;
    padding: 60px 20px;
    margin: 0 0 0px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.infoBox span {
    height: 70px;
    width: 70px;
    background: #ea9f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0;
    border-radius: 0 20px 0 20px;
    position: absolute;
    top: -50px;
    font-size: 30px;
}

.infoBox span i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoBox h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    margin: 5px 0 5px;
    color: #bb2103;
}

.infoBox a, .infoBox p {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 5px;
    color: #000;
    font-weight: 500;
}

.contactForm input, .contactForm textarea, .contactForm select {
    height: 50px;
    width: 100%;
    background: transparent;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 15px;
    color: gray;
    border: 0;
    outline: none;
    background: #fff;
}

.contactForm textarea {
    height: 100px;
    padding: 15px;
    resize: none;
}

.contactForm input[type="button"] {
    background: #eead58;
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
}

.contactForm ::-webkit-input-placeholder { /* Edge */
  color: gray;
}

.contactForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: gray;
}

.contactForm ::placeholder {
  color: gray;
}
.contactForm h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #4a4a4a;
    text-align: center;
}
.contactForm p {
    font-size: 18px;
    line-height: 23px;
    margin: 10px 0 20px;
    text-align: center;
}
.contactForm {
    background: #eead58;
    padding: 40px 20px 30px;
}

.contactForm input[type="submit"] {
    background: #4a4a4a;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: lighter;
}
/*contact_css_end*/

/*footer_css_start*/

.main_footer {
    background: #262626;
    padding: 3% 0;
    overflow: hidden;
}
.copy_right {
    text-align: center;
    background: #438a01;
    padding: 25px 0;
}

.copy_right p {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.footerLogo a img {
    width: 100%;
    margin: 0 auto;
    padding: 0px 60px 60px;
}

.footer_btns a {
    background: #eead58;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
}
/*footer_css_end*/


/*HighestSec_css_start*/

.HighestSec {
    padding: 0 0 6%;
}
.HighestSlider .slick-prev {
    left: -50px;
}

.HighestSlider .slick-next {
    right: -50px;
}
.HighestSlider .slick-next:before, 
.HighestSlider .slick-prev:before {
    font-size: 25px;
    opacity: .75;
    color: #eead58;
}
.HighestSlider .slick-next, 
.HighestSlider .slick-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #eead58;
    border-radius: 50%;
}
.HighestBox a img {
    height: 215px;
    width: 215px;
    object-fit: contain;
    margin: 0 auto;
}
.HighestSec .center_head span {
    display: block;
    font-size: 30px;
    line-height: 45px;
}
/*HighestSec_css_end*/

/*DiabeticSec_css_start*/

.DiabeticSec {
    background: rgb(229 147 1 / 66%);
    padding: 3% 0;
}

.DiabeticSec_text h6 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
}

/*DiabeticSec_css_end*/

/*BenefitsSec_css_start*/

.BenefitsSec {
    padding: 1% 0;
    background: #bc2103;
}
.BenefitsSec .center_head p {
    font-size: 16px;
    line-height: 26px;
}

.BenefitsSec .center_head h2 {
    margin: 0 0 20px;
}
.Benefits_Box {
    border: 1px solid #000;
    padding: 10px 0;
    transition: ease-in-out 0.5s;
    margin: 0 0 30px;
}

.Benefits_Box:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border: 1px solid #eead58;
}
.BenefitsSec .center_head {
    margin: 0 0 40px;
}
.Benefits_Box img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #000;
}
.Benefits_Box h4 {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 3px;
    font-weight: 500;
}

.Benefits_Box p {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 0px;
    font-weight: 400;
}

.Benefits_Box {
    height: 135px;
}
/*BenefitsSec_css_end*/


/*RealSec_css_start*/
.RealSec {
    background: #438a01;
    padding: 4% 0;
    text-align: center;
}

.RealBox p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

.RealBox h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
}

.RealBox ul li {
    display: inline-block;
}

.RealBox ul li a i {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    padding: 0 5px 0;
}
.RealBox img {
    /* height: 140px; */
    /* width: 140px; */
    /* object-fit: cover; */
    /* border-radius: 50%; */
    /* border: 6px solid #fff; */
    /* margin: 0 auto 20px; */
}
.RealSec .center_head h2 {
    margin: 0 0 40px;
    padding: 0;
    color: #000;
}
.RealSlider .slick-prev {
    left: -50px;
}

.RealSlider .slick-next {
    right: -50px;
}
.RealSlider .slick-next:before, 
.RealSlider .slick-prev:before {
    font-size: 25px;
    opacity: .75;
    color: #438a01;
}
.RealSlider .slick-next, 
.RealSlider .slick-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #438a01;
    border-radius: 50%;
}
.RealSlider .slick-dots li button:before {
    font-size: 55px;
    top: 30px;
    opacity: 1;
    color: #fff;
}
.RealSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}
/*RealSec_css_end*/

.main_head h3 {
    font-size: 42px;
    line-height: 47px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}
.main_banner .row.flexRow {
    /* position: relative; */
    /* top: 0; */
}
.Shifa_sec2 {
    background: rgb(227 227 227);
}
.Shifa_sec2 .Shifa_imgMian img {
    width: 100%;
    height: auto;
}
.DiabeticSec_text h4 {
    font-size: 50px;
    line-height: 65px;
    margin: 0 0 10px;
    text-align: right;
    color: #000;
    font-weight: 600;
}

.DiabeticSec_text p {
    font-size: 22px;
    line-height: 35px;
    color: #000;
    text-align: right;
    font-weight: 500;
}
.contactInfo {
    text-align: center;
}
header .logo2 img {
    width: 30%;
    margin: 0 auto;
    transform: rotatey(175deg);
}
.copy_right ul li {
    display: inline-block;
    padding: 0 7px;
}

.copy_right ul li a {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.copy_right ul li a:hover {
    transform: rotate(360deg);
}
.Benefits_text ul li {
    text-align: right;
    font-size: 25px;
    line-height: 40px;
    padding: 0 30px 0 0;
    position: relative;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}

.Benefits_text ul li:after {
    content: "";
    background: #d96912;
    position: absolute;
    right: 0;
    height: 10px;
    width: 10px;
    top: 17px;
}

.Benefits_text ul li:hover {
    padding: 0 40px 0 0;
}

.ingre_sec img {
    width: 100%;
}
.logo_div a img {
    width: 40%;
    margin: 0 auto;
}

.logo_div {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.main_head h5 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 20px 0 0px;
}
.banner_text h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.banner_text {
    text-align: right;
}

.banner_text p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
}
.ajza_sec {
    padding: 5% 0;
    background: #fff;
}
.ajza_text h2 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

.ajza_text h4 {
    text-align: right;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px;
}

.ajza_box {
    text-align: center;
    border: 2px solid #438a01;
    height: 250px;
    padding: 15px;
}

.ajza_box h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0;
}

.ajza_box span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 21px;
    margin: 10px 0 0;
    display: block;
}
.video_sec {
    padding: 5% 0;
    background: #438a01;
}
.video_sec h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 40px;
    text-align: center;
}
.videoSlider .video_box img {
    height: 380px;
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.videoSlider .video_box {
    padding: 0;
}
.Benefits_text {
    text-align: right;
}

.Benefits_text h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.Benefits_text h4 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
}
div#Certification .center_head h2 {
    margin: 0 0 30px;
}
.main_offer {
    background: #fff;
    padding: 6% 0;
}
.offer_head {
    text-align: center;
    margin: 0 0 70px;
}
.main_offer .main_banner_form {
    background: #438a01;
    padding: 10% 8%;
}
.main_offer .banner_text img {
    width: 100%;
}
.video_sec .video_head2 h2 {
    margin: 0 0 10px;
}

.video_sec .video_head2 h3 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}
.ajza_text {
    margin: 0 0 50px;
    text-align: center;
}
.TSlider .CertificatesBox a img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.Tsec .center_head h2 {
    margin: 0 0 40px;
    padding: 0;
    color: #fff;
}
.Tsec {
    background: #438a01;
}
div#Reviews h2 {
    color: #fff;
}
.copy_right a {
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    font-style: oblique;
}
.main_banner2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(-90deg,#FF8C32 30%,#479747 -70%);
    opacity: .85;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
}
.main_banner2 {
    background-image: url(../images/main_slider_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.main_banner2 .main_banner_text h3 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #fff;
    max-width: max-content;
    color: #fff;
    font-weight: 700;
}
.main_banner2 .main_banner_text h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.logo_div a img {width: 210px;}