@import 'modules/header.css';
@import 'modules/footer.css';
@import 'product.css';
@font-face {
    font-family: 'Utsaah';
    src: url('fonts/Utsaah-Bold.woff2') format('woff2'), url('fonts/Utsaah-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Utsaah';
    src: url('fonts/Utsaah.woff2') format('woff2'), url('fonts/Utsaah.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Timothy';
    src: url('fonts/Timothy-Regular.woff2') format('woff2'), url('fonts/Timothy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/**{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}*/

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.secondary-font {
    font-family: 'Timothy' !important;
    margin: 0;
    margin-bottom: 15px;
}

.container-fluid {
    padding: 0 50px;
}

.container {
    max-width: 1640px;
    padding: 0 15px;
}

b,
strong {
    font-weight: 600;
}

img {
    max-width: 100%;
}

.blue-btn.ac_boy_cn_ten .mdl-button {
    background-color: #477dcd;
    -webkit-box-shadow: 0 7px #3866aa;
    box-shadow: 0 7px #3866aa;
}

.section-title {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

section {
    padding: 80px 0;
}

.blue-section-bg {
    background-color: #63bfe8;
}

.white {
    color: #fff;
}

.pad-0 {
    padding: 0;
}

.tab-bg {
    background-color: #f9fafb;
}

.light-green-bg {
    background-color: #f7fcf4;
}

.dark-green-bg {
    background-color: #ecfff0;
}

.light-red-bg {
    background-color: #fff2f2;
}

.light-purple-bg {
    background-color: #f9f3fe;
}

.light-blue-bg {
    background-color: #edf8ff;
}

.light-gray-bg {
    background-color: #f3f3f3;
}

.dark-cream-bg {
    background-color: #ffefe3;
}

.light-cream-bg {
    background-color: #fff5eb;
}

.blue-bg {
    background-color: #a4d7ff;
}

.light-purple-bg.feature-content ul li:before {
    background-color: #66348f;
}

.light-red-bg.feature-content ul li:before {
    background-color: #ff0000;
}

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

.img-wrapper {
    max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/*Homepage Banner Start*/

.sun-rise {
    position: absolute;
    right: 20%;
    top: 20%;
    -webkit-animation: sun-rise 3s forwards;
    animation: sun-rise 3s forwards;
}

.banner-section {
    min-height: 530px;
    /* height: 90vh; */
    height: calc(100vh - 246px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-section .banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
}

.banner-section .banner-bottom img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 100%;
    width: 100%;
}

.banner-content img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.banner-content {
    text-align: center;
    max-width: 800px;
    width: 100%;
    padding: 0 15px 190px 15px;
}

.banner-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
}

.banner-content b {
    font-weight: 700;
}

.iso-certificate img {
    width: 100%;
    height: 100%;
}

.iso-certificate {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    right: 50px;
    max-width: 225px;
}


/* Homepage Banner End */


/* Homepage Get In Touch Start */

#get_in_touch_form .ac_nav_r_btn {
    margin-top: 20px;
}


/* Homepage Get In Touch End */


/* Trusted by */

.trusted-by {
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.trusted-by .owl-carousel.owl-drag .owl-item {
    padding: 10px 0px;
}

.trusted_by_smldvc {
    margin-left: 4.5%;
    align-items: center;
    display: flex;
}

.trusted-text {
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.trusted-text p {
    margin-bottom: 0;
    font-size: 18px;
    color: #354551;
    font-weight: 700;
    white-space: nowrap;
}

.trust-imgs.owl-carousel .owl-item img {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    height: auto;
}

#trusted-by .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#trusted-by .owl-stage .item {
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}


/*.trust-imgs.for-mobile-only{
    display: none;

}
*/

.trust-imgs.for-desktop-only {
    display: flex;
    align-items: center;
}

.trust-imgs.for-desktop-only .item {
    padding: 0 15px;
}

.trust-imgs.for-desktop-only img {
    max-height: 70px;
    max-width: 200px;
    width: 100%;
    object-fit: contain;
}


/* End Trusted by */


/* Start Product grid section */

/* .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: center;
} */
.product-wrapper {
    padding: 50px 0;
    justify-content: center;
    display: inline-grid;
   grid-template-columns: repeat(5, 1fr);
}
ul.product-wrapper li:nth-of-type(6) {
    grid-column: 2;
    position: relative;
    left: 50%;
}
ul.product-wrapper li:nth-of-type(7) {
    position: relative;
    left: 50%;
}
/* .product-wrapper .product-box {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 15px;
    margin-bottom: 0px;
    position: relative;
} */

.product-wrapper .product-box {
    padding: 15px;
    margin-bottom: 0px;
    position: relative;
    display: grid;
}


.product-box .wrapper {
    padding: 40px 40px 60px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    /* height: 100%; */
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.product-box:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #7dc980;
    border-left: 2px solid #7dc980;
    width: 0%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.product-box:after {
    position: absolute;
    content: "";
    border-top: 2px solid #7dc980;
    border-right: 2px solid #7dc980;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.product-box:hover:before,
.product-box:hover:after {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    pointer-events: none;
}

.product-box:hover .wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #f9f9f9;
    border-radius: 0;
}

.product-box .wrapper .lern-more {
    font-weight: 700;
    color: #2866a9;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    font-size: 20px;
}

.product-box .wrapper p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #212529;
}

.product-box .wrapper .product-img {
    margin-bottom: 25px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.product-wrapper .product-box.comming-soon img {
    max-width: 100px;
}

.product-wrapper .product-box.comming-soon .wrapper {
    padding: 60px 40px;
}

.product-box.comming-soon .wrapper p {
    margin-bottom: 0;
}


/* End Product grid section */


/* Start Testimonial Section */

.testi-wrapper {
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 80px 0 40px;
}

.testimonial-img {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-top: -90px;
}

.testimonial-section .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-section .section-title {
    display: inline-block;
    margin-top: 0;
    position: relative;
}

.testimonial-section .section-title:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../assets/images/pages/before_login/website/home/quote.png);
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -85px;
    top: -8px;
}

.testimonial-content {
    max-width: 85%;
    padding-right: 20px;
}

.testimonial-content p {
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
}

.testi-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.testi-img .img {
    padding: 2px;
    position: relative;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.testi-img .img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}

.testi-img .text h5 {
    color: #fff;
    font-family: 'Utsaah' !important;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
}

.testi-img .text p {
    font-family: 'Utsaah' !important;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}

.auther-review svg {
    width: 25px;
    height: 25px;
    margin: 0 2px;
    fill: #D59A29;
}

.auther-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* End Testimonial Section */


/* Start Customer says */

.review-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.review-wrapper .review-author {
    max-width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

.review-wrapper .review-author img {
    border-radius: 50%;
}

.review-wrapper .author-content {
    max-width: calc(100% - 120px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 40px;
}

.review-wrapper .author-content .review-details p {
    line-height: 40px;
    max-width: 95%;
}

.review-wrapper .author-content .author-details {
    margin-bottom: 40px;
}

.review-wrapper .author-content .author-details h4 {
    font-weight: 700;
    color: #d19b2a;
}

.Reviews .section-content {
    padding: 80px 0 0;
}


/* End Customer says */


/* Start Get-in-Touch */

.get-in-touch {
    background-color: #f7f7f7;
    position: relative;
}

.get-touch-form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 55px;
}

.get-touch-form .ac_nav_r_btn {
    margin-top: 45px;
}

.certificates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 60px;
}

.certificates .img-wrapper {
    width: 25%;
}

.certificates .img-wrapper img {
    width: 100%;
}

.alternative-wrapper {
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 30px 50px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
    top: 0;
    right: 10px;
}

.alternative-wrapper .alternative {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.alternative-wrapper .support {
    margin: 0;
    font-size: 25px;
    line-height: 1.4;
}

.alternative-wrapper .support a {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    color: #7bbe4b;
}

.get-in-touch-img {
    position: absolute;
    bottom: 0;
    right: 100px;
}

.termsconditions_list ol li {
    list-style-type: decimal !important;
}


/* End Get-in-Touch */


/* start Cookies bar */


/*.cookies-bar {
    background-color: #364552;
    padding: 20px 0 15px;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.cookies-bar .cookie-img img{
    margin-top: -50px;
    max-width: 110px;
}
.cookies-bar .cookie-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cookies-bar p{
    font-size: 20px;
    text-align: center; 
}
.cookies-bar a:hover {
    text-decoration: underline;
    color: #7ac044;
}
.cookies-bar a {
    color: #ff4081;
}*/


/* End Cookies Bar */


/*Start page Tabs */

.nav-tabs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
}

.nav-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px
}

.nav-tabs .nav-item svg {
    margin-right: 15px;
}

.nav-tabs .nav-item .nav-link {
    padding: 0;
    color: #767676;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item .nav-link.active {
    border: 0;
    color: #6c3b93
}

.nav-tabs .nav-item .nav-link.active:before {
    position: absolute;
    content: "";
    width: 100%;
    background: #6c3b93;
    height: 2px;
    bottom: -10px;
}


/*End page Tabs */


/* Start Testimonial Page */

.testimonial-banner {
    padding: 120px 0 80px;
}

.testi-banner-content .testi-banner-img {
    max-width: 700px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.testi-banner-content .banner-heading {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 0;
}

.testi-banner-content .banner-text {
    margin-bottom: 50px;
    padding: 0 15px;
}

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

.testi-banner-content .banner-img {
    max-width: 1024px;
    margin: 0 auto;
}

.client-testimonial {
    padding: 0;
    position: relative;
    margin-top: -50px;
}

.client-testimonial:before {
    position: absolute;
    content: "";
    background-color: #f8f9fa;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.testimonial-wrapper {
    border: 2px solid #d2d2d2;
    border-radius: 15px;
    padding: 60px 30px;
    max-width: 580px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.testimonial-author {
    max-width: 110px;
    max-height: 110px;
    min-height: 110px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #f8f8f8;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testimonial-author img {
    width: 100%;
    height: 100%;
}

.testimonial-details {
    margin-bottom: 35px;
}

.testimonial-details .auther-review {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-details>span {
    display: block;
    margin-bottom: 10px;
}

.testimonial-details>span.author-name {
    font-weight: 700;
    color: #d19b2a;
}

.testimonial-text {
    max-width: 90%;
    margin: 0 auto;
}

.testimonial-text p {
    line-height: 1.4;
    margin-bottom: 35px;
}

.masonary-grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.masonary-grid .item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
    display: inline-block;
}

.join-our-family {
    background-color: #63bfe8;
}

.join-our-family .join-family-img-wrapper img {
    width: 100%;
}

.join-our-family .join-family-img-wrapper {
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto;
    margin-top: 70px;
}

.join-our-family .section-title {
    margin-bottom: 50px;
    font-size: 50px;
}


/* End Testimonial Page */

section.our-story-banner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 120px 0 0px;
}

.our-story-banner.product-banner .product-logo {
    max-width: 700px;
    margin-bottom: 0;
}

.our-story-banner .product-banner-content p {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
}

.our-story-banner .banner-wrapper {
    margin-top: 80px;
}

.our-story-bottom-img {
    height: 130px;
    margin-top: 80px;
}

.our-story-bottom-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.story-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 80px;
}

.story-heading .section-title {
    margin-bottom: 0;
    margin-right: 15px;
}

.grid-wrapper.blue-bg {
    padding: 50px 0;
}

.moon-section {
    padding: 120px 0 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px;
}

.moon-content {
    background-color: #fff;
    padding: 60px 80px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.moon-content h2 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.moon-content>div {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
}

.moon-section .moon-shape {
    position: absolute;
    top: -115px;
    right: 10%;
    max-width: 200px;
}

.moon-section .container {
    max-width: 1750px;
    padding: 0 15px;
}

.moon-content p {
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.jenny-test-section {
    position: relative;
    padding: 80px 0;
    margin-top: 70px;
}

.jenny-test-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 45%;
    width: 100%;
    background-color: #efefef;
    z-index: 0;
    pointer-events: none;
}

.test-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
}

.test-content-wrapper .test-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}

.test-content-wrapper .test-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}

.test-content-wrapper .test-text .wrapper {
    background-color: #f8f8f9;
    padding: 40px 90px;
    padding-left: 120px;
    border-radius: 30px;
    margin: 0 20px;
    margin-bottom: 30px;
}

.test-content-wrapper .test-text p {
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 30px;
}

.test-content-wrapper .test-text .img-wrapper {
    margin: 45px auto 30px;
    max-width: 115px;
}

.down-arrow svg {
    width: 45px;
    height: 45px;
}

.lauched-section {
    padding: 80px 0;
}

.lauched-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 80px;
}

.lauched-heading span {
    display: block;
    font-size: 76px;
    color: #63c633;
    line-height: 1.4;
}

.lauched-content p {
    max-width: 1150px;
    text-align: left !important;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.8;
    font-size: 20px;
}

.lauched-content .gallery-img {
    margin: 40px 0;
    max-width: 85%;
    width: 100%;
}

h4.awards-heading {
    font-size: 20px;
    letter-spacing: 10px;
    font-weight: 700;
}

.awards-img-wrap {
    margin: 20px 0 50px;
}

.awards-img-wrap ul li {
    padding: 0 25px;
    margin-bottom: 25px;
    height: 100%;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.awards-img-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.awards-img-wrap ul li img {
    width: 100%;
}

.pharmacy-show {
    padding-top: 50px;
}

.pharmacy-video-wrapper {
    padding: 30px 15px;
    max-width: 850px;
    margin: 0 auto;
}

.pharmacy-video-wrapper iframe {
    max-width: 820px;
    width: 100%;
    height: 460px;
}

.pharmacy-show .pharmacy-show-title {
    margin-bottom: 20px;
    max-width: 370px;
    width: 100%;
}

.grow-fast-section {
    background-color: #ebebeb;
    padding: 80px 0;
    margin-bottom: 60px;
    position: relative;
}

.grow-fast-section .down-arrow {
    position: absolute;
    bottom: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.grow-fast-section .container,
.road-to-excellence .container {
    max-width: 1740px;
}

.grow-content-wrapper {
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 80px;
    height: 100%;
}

.grow-content-wrapper p {
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.8;
    font-size: 18px;
    padding-right: 15px;
}

.grow-content-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
}

.road-to-excellence {
    padding: 80px 0 0;
    position: relative;
}

.road-to-excellence .down-arrow {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-heading .secondary-font {
    font-size: 76px;
    color: #63c633;
    line-height: 1.4;
    margin-bottom: 0;
}

.section-heading p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}

.section-heading p .secondary-font {
    font-size: 40px;
    line-height: 1;
    color: #000;
}

.road-to-excellence .section-content {
    position: relative;
}

.road-to-excellence .section-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #107f90;
    height: 50%;
    z-index: 0;
    pointer-events: none;
}

.grow-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grow-content .text-wrapper {
    max-width: calc(100% - 460px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 460px);
    flex: 0 0 calc(100% - 460px);
    background-color: #f8f8f9;
    padding: 60px 120px;
    padding-right: 40px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    z-index: 1;
}

.grow-content .text-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #f8f8f9;
    width: 35%;
    z-index: -1;
    right: -30%;
}

.grow-content .text-wrapper p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.grow-content .img-wrapper {
    max-width: 460px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    position: relative;
    z-index: 1;
}

.grow-content .img-wrapper img {
    width: 100%;
}

.read-more-btn {
    color: #c10071;
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 1.4;
    margin-bottom: 30px;
}

.rebrand-section .section-heading {
    margin-bottom: 50px;
}

.inefficiencies-pharmacy-section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.inefficiencies-pharmacy-section .inefficiencies-pharmacy-content {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    position: relative;
}

.release-text p {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 50px;
}

.release-text img.released-products {
    max-width: 610px;
    width: 100%;
    padding: 0 15px;
}

.inefficiencies-pharmacy-section .inefficiencies-pharmacy-img {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

.inefficiencies-pharmacy-img img {
    max-width: 100%;
    width: 100%;
}

.release-text {
    padding: 120px 0;
}

.amazing-software {
    padding: 40px;
    background-image: url(../../../../../assets/images/pages/before_login/website/our_story/story/note-page-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -90px;
}

.amazing-software p {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.amazing-software p:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../assets/images/pages/before_login/website/our_story/bottom-border-strock.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 200px;
    width: 100%;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
}

.inefficiencies-pharmacy-section:before {
    position: absolute;
    content: "";
    height: 70%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #6ab1fc;
    z-index: 0;
    pointer-events: none;
}

.inefficiencies-pharmacy-section {
    position: relative;
}

.photo-gallery {
    padding: 80px 0;
}

.object-right img {
    -o-object-position: right;
    object-position: right;
}

@-webkit-keyframes sun-rise {
    from {
        opacity: 0;
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes sun-rise {
    from {
        opacity: 0;
        -webkit-transform: translateY(250px);
        transform: translateY(250px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.masonary_grid .grid-sizer {
    width: 25%;
}

.masonary_grid .gutter-sizer {
    width: 0%;
}

.masonary_grid .item {
    width: 25%;
    padding: 5px;
    margin-bottom: 0px;
}

.masonary_grid .item .img-wrapper {
    position: relative;
}

.masonary_grid .item .img-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.masonary_grid .item .img-content p {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
}

.masonary_grid .item:hover .img-content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.masonary_grid .item .img-content {
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    color: #fff;
    background-image: -o-linear-gradient(bottom, black, transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background-image: linear-gradient(360deg, black, transparent);
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
}

.present-day-section {
    padding: 80px 0;
}

.present-day-section .section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.present-day-section .section-heading .sun-img {
    -webkit-animation: sun-rise 3s forwards;
    animation: sun-rise 3s forwards;
}

.present-day-section .section-heading span.secondary-font {
    margin-right: 50px;
    letter-spacing: -1px;
}

.present-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.present-content-wrapper .img-wrapper,
.present-content-wrapper .our-mission,
.present-content-wrapper .our-promise {
    margin-left: auto;
}

.present-content-wrapper .our-mission,
.present-content-wrapper .our-promise {
    margin-right: 10px;
}

.present-content-wrapper .section-content p.secondary-font {
    font-size: 38px;
}

.present-content-wrapper .section-content p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 90%;
}

.our-mission {
    background-color: #f7f7f7;
    padding: 60px;
    margin: 60px 0;
}

.our-mission .section-title {
    position: relative;
    color: #63c633;
    display: inline-block;
    font-size: 60px;
}

.our-mission .section-title:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../assets/images/pages/before_login/website/our_story/heading-before-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 40px;
    left: 100%;
    top: -20px;
}

.our-mission li {
    font-size: 28px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

.our-mission li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #000;
    top: 15px;
    left: 0;
}

.our-promise .awards-heading {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.our-promise img {
    max-width: 420px;
    width: 100%;
}

.final-thing-msg {
    background: #f87fa4;
    margin-top: 140px;
}

.final-thing-msg .final-thing-img {
    margin-top: -140px;
    text-align: right;
}

.final-thing-msg .final-thing-img img {
    max-width: 570px;
    width: 100%;
}

.final-thing-cotent .section-title {
    font-size: 76px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 25px;
}

.final-thing-cotent {
    padding: 80px 0 100px;
}

.final-thing-cotent .wrapper p {
    font-size: 20px;
    line-height: 1.5;
}

.final-thing-cotent .wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}

.left-right-story {
    background: #a4d7ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 200px;
    position: relative;
}

.left-right-story.change-bg {
    background-color: #ffcba4;
    margin-bottom: 130px;
}

.left-right-story>div {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.left-right-story .arrow-img {
    position: absolute;
    top: 100%;
    left: 20%;
}

.left-right-story .section-content {
    padding: 0 15px;
}

.left-right-story .down-arrow {
    position: absolute;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.left-right-story .section-content .wrapper {
    max-width: 800px;
    margin-left: auto;
    background: #fff;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 60px;
    border-radius: 30px;
}

.left-right-story.reverse .section-content .wrapper {
    margin-right: auto;
    margin-left: 0;
}

.left-right-story .wrapper p {
    font-size: 20px;
    line-height: 1.4;
}

.left-right-story .wrapper .section-title span {
    font-size: 38px;
    color: #63c633;
    line-height: 1.4;
}

.left-right-story .wrapper .section-title span.fontsize22 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.left-right-story .section-img img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.left-right-story .section-img {
    margin-top: 100px;
    margin-bottom: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.left-right-story.reverse .section-img {
    margin-top: 50px;
    margin-bottom: 0;
}

.left-right-story .section-img.text-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.left-right-story.reverse .section-img.text-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.build-their-own-section {
    padding-bottom: 100px;
    position: relative;
}

.build-their-own-section .down-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*Start Serious Stuff page*/

.product-banner.serious-suff-banner {
    max-height: 740px;
    height: 100vh;
    position: relative;
    border-bottom: 40px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.serious-suff-banner.product-banner .product-logo {
    max-width: 750px;
}

.serious-suff-banner .product-banner-content p {
    font-size: 48px;
}

.serious-suff-banner .nav-tabs .nav-item .nav-link.active:before {
    display: none;
}

.serious-suff-banner:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../assets/images/pages/before_login/website/terms_and_condition/terms-banner-img.png);
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 280px;
    width: 100%;
}

.serious-suff-banner .container-fluid {
    height: 100%;
}

.serious-suff-banner .nav-tabs {
    width: 100%;
}

.serious-suff-banner .banner-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.serious-suff-banner .nav-tabs .nav-item {
    margin: 0 15px;
}

.product-banner.serious-suff-banner .mdl-button {
    font-size: 25px;
    max-width: 250px;
    text-transform: capitalize;
    font-weight: 400;
    min-height: 120px;
}

.product-banner.serious-suff-banner .ac_nav_yellow_btn .mdl-button {
    background-color: #d69e19;
    -webkit-box-shadow: 0 7px #ae8217;
    box-shadow: 0 7px #ae8217;
}

.serious-suff-content .left-line {
    position: fixed;
    height: 100%;
    width: 17px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.serious-suff-content .left-line.terms {
    background-color: #3cb477;
}

.serious-suff-content .left-line.privacy {
    background-color: #477dcd;
}

.serious-suff-content .left-line.cookies {
    background-color: #aa71e8;
}

.serious-suff-content .left-line.gdpr {
    background-color: #f2dc6b;
}

.stuff-content .container {
    padding: 0 50px;
    max-width: 100%;
}

.stuff-content h2.stuff-title {
    font-weight: 300;
    font-size: 38px;
    margin: 30px 0;
}

.stuff-content a {
    color: #007bff;
}

.stuff-content a:hover {
    color: #7ac043;
}

.stuff-content p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.stuff-content ul,
.stuff-content ol {
    padding-left: 50px;
    margin-bottom: 20px;
    list-style: none;
}

.stuff-content ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.stuff-content ul li {
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4;
}

.stuff-content ol li {
    padding-left: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4;
}

.stuff-content ol,
.stuff-content ol li {
    list-style-type: none;
}

.stuff-content li span.list-number {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    max-width: 65px;
    width: 100%;
    font-weight: 600;
}

.stuff-content ul ul span.list-number,
.stuff-content ul ol span.list-number {
    max-width: 75px;
}

.stuff-content p span.list-number {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    max-width: 50px;
    width: 100%;
    font-weight: 600;
}

.stuff-content ul.remove-bullet li {
    padding-left: 0;
}

.stuff-content ul.remove-bullet li:before {
    display: none;
}


/*End Serious Stuff page*/


/*Model Design*/

.PharmsmartModels .modal-dialog {
    max-width: 650px;
    padding: 0 15px;
}

.PharmsmartModels .modal-content {
    border-radius: 10px;
}

.PharmsmartModels .modal-header {
    min-height: 180px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.PharmsmartModels .modal-header .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: none;
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.PharmsmartModels .modal-header .btn-close:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.PharmsmartModels .modal-header .btn-close svg {
    height: 15px;
    width: 15px;
    fill: #999;
}

.modal-header .btn-close svg path {
    fill: #999;
}

.PharmsmartModels .modal-header .logo_img {
    max-width: 300px;
}

.PharmsmartModels .modal-body {
    background-color: #f9f9fb;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 28px 35px 30px 35px;
}

.submitModel .modal-body .thanks_msg {
    font-weight: bold;
    font-size: 20px;
}

.submitModel .modal-body img.submit_sucess {
    max-width: 80%;
    width: 100%;
}

.PharmsmartModels .modal-body .popupContent {
    margin-bottom: 45px;
}

.PharmsmartModels .modal-body .closeButton {
    margin-top: 45px;
}

.testimonial-section .owl-carousel .owl-item img {
    border-radius: 50%;
}

.copy-text {
    font-size: 14px;
    padding-right:15%;	
}

.iihgloballink a {
    font-size: 14px;
}

.get-in-touch p.section-content br {
    display: none;
}


/*End Model Design*/


/*===================================videos section start===================================*/
.min-vw-auto{min-width: auto !important;}
.m-support-center__videos-intro {display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px ;background: #f1f1f1;padding: 10px; -webkit-box-shadow: 0 1px 2px #aaa; 
    border: 1px solid #EAEAEF;}
    .m-support-center__videos-intro p a {color: #2376e5;}
    a.btn.btn-primary.csm_ytb_btn {font-weight: 600;font-size: 15px; height: 45px; align-items: center; display: flex; width: 169px;text-align: center; justify-content: center; letter-spacing: 0;}
    
    .video_ulhelpview ul {display: flex;flex-wrap: wrap;padding: 20px;}
    .video_ulhelpview ul li {text-align: center;border: solid 1px #e5e5e5;flex:100%;}
    .sinto_pharmsmart {text-align: left;}
    .video_ulhelpview {margin: 0 auto;background: #f1f1f1;padding: 14px; box-shadow: 0 1px 2px #aaa; -webkit-box-shadow: 0 1px 2px #aaa; border: 1px solid #EAEAEA;}
    
    .sinto_pharmsmart h5 {
        font-size: 16px;
         margin-bottom: 8px;
    }

    .sinto_pharmsmart h4:before {
        content: "";
        position: absolute;
        left: 0;
        width: 4px;
        height: 18px;
        background: #4caf50;
        bottom: 0;
        top: 1px;
    }
    .sinto_pharmsmart h4 {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        margin-top: 15px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 6px !important;
    }
    .m-support-center__videos-intro p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .sinto_pharmsmart p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: normal;
        padding-left: 10px;
    }

    .left_side_video_set_bx {
        box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
        padding: 10px 10px;
        margin-bottom: 0;
        border-radius: 4px;
        border: solid 1px #e9e9e9;
        min-height: 100%;
    }
    .left_side_video_set_bx:hover{
        transition: transform .4s;
    }
    .left_side_video_set_bx:hover {
        background: #f7f7f7;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .left_side_video_set_bx:nth-of-type(4n) {
        margin-right: 0;
    }
    .video_box_gry {
        margin-bottom: 15px;
    }
    
    /* search bar start */
    .search_bar button {
        border-radius: 0px 4px 4px 0px;
        position: absolute;
        right: 0px;
        border: 0;
        background:transparent;
        height: 96%;
        margin-top: 1px;
        margin-right: 1px;
        padding: 0px 10px;
    }
    .search_bar button i{color:#000;}
    .search_bar input {
        border-radius: 4px 0 0 4px;
    }
    .search_bar input {
        min-height: 45px;
        border-radius: 4px;
        border: solid 1px #979797;
        font-size: 14px;
        padding: 8px 12px;
        color: #747474;
        background: #fff;
    }
    .search_bar {
        position: relative;
        width: 100%;
    }
    
    /* search bar End */

/* list view start */
    .list-view .left_side_video_set_bx {
        flex: 100%;
    }
    .list-view .leftsection_video {
        flex: 15%;
        max-width: 15%;
        width: 100%;
        margin-right: 15px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .list-view .right_section_contain_video {
        flex: 82%;
        max-width: 82%;
        width: 100%;
        -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
    .list-view .view_gallery_list_grid {
        display: flex;
        flex-wrap: wrap;
    }

    .list-view .vleftv{
        margin-right:20px;
        height: 100%;
        width: 100%;
    }
    .list-view .sinto_pharmsmart h4{
        margin-top:0;
    }
    .list-view .left_side_video_set_bx:nth-of-type(1n) {
        margin-right: 0;
    }
    
    .list-view .vleftv iframe{height:100% !important;}
    .list-view .video_box_gry {
        flex: 100%;
    }

    .canncle_button_video_gallery {
        position: absolute;
        right: 5px;
        top: 0;
    }
    .mdl_video_gallery {
        padding: 0px;
        border: solid 1px #424242;
        border-radius: 4px;
    }
    .filter_white{
        filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(2922%) hue-rotate(247deg) brightness(115%) contrast(101%);
    }
    button.btn-close.filter_cancle_btn {
        background: unset !important;
        opacity: 1;
        padding: 0;
        margin-top: 5px;
    }
    .btn-close:focus{
        box-shadow: none !important;
    }
    .filter_cancle_btn img {
        width: 10px;
    }
    .opacity-0{
        opacity: 0
    }
   
/* list view End */

ol.list_style_type li {
    list-style-type: unset !important;
}

    /*===================================videos section end===================================*/
    ul.puarsa li {
        color: #000;
        display: inline-flex;
        width: 100%;
        font-size: 15px;
    }
    ul.puarsa li:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #8bc34a;
        margin-top: 8px;
        border-radius: 50%;
        margin-right: 5px;
        margin-right: 10px;
    }
    .pwff {
        font-weight:600 !important;
        text-align: left;
        padding-left: 18px;
        font-size: 16px !important;
    }

    .nhs_advertise_box {
        top: 15% !important;
        right: 1% !important;
        bottom: auto !important;
    }

    .ryft_logo {
        width: 100px !important;
        margin-bottom: 5px !important;
    }



    
/* text animation border start */
.bling_border_animate_text svg {
	width: 100%;
}
.bling_border_animate_text svg text {
	text-transform: uppercase;
	animation: stroke 2s infinite alternate;
	stroke-width: 1;
	stroke: #bb2323;
	font-size:80px;
    font-weight: bold;
}
@keyframes stroke {
	0%   {
		fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 3;
	}
	10%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); }
	15%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); stroke-width: 4; }
	100% {
		fill: rgba(231 57 57); stroke: rgba(54,95,160,0); 
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}

/* ===================================================start */
/* advertise PMR  */
.advertisepmr {
    border: solid 2px #7bc043;
    padding: 6px 10px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.25%);
    background: #f6ffef;
    position: fixed;
    display: inline-block;
    /* margin-left: calc(19% + 8px); */
    margin-left: calc(39% + 8px);
    top: 34px;
    z-index: 1111;
}
.width_navbar_addvertise{
    /* width: calc(100% - 43%); */
}

.advertisepmr h2 {
    color: #05445c;
    font-weight: bold;
    font-size: calc(1vw - -.4vw);
}

.advertisepmr p {
    color: #000;
}

.latest_animaation_text {
    color:#4aa302;
    font-family: 'Merienda', cursive;
    animation-name: addglow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


.advertisepmr p {
    color: #000;
    font-size: calc(0.5vw - -.5vw);
}
  
.advertisepmr p b {
    font-size: 1.6rem;
}

.advertisepmr h2 span img {
    width: 10rem;
    filter: brightness(0) saturate(100%) invert(20%) sepia(18%) saturate(3483%) hue-rotate(161deg) brightness(96%) contrast(96%);
}

.advertisepmr h2 img {
    width: calc(8vw);
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(18%) saturate(3483%) hue-rotate(161deg) brightness(96%) contrast(96%);
}

b.text_clr_one{
    font-weight: bold;
    color: #ed512b;
}
b.text_clr_two {
    font-weight: bold;
    color: #1fa7de;
}

.advertisepmr h2 b {
    font-weight: bold;
}

@keyframes addglow{
    from{text-shadow:0px 0px 5px #fff,0px 0px 5px #55c200;}
    to{text-shadow:0px 0px 20px #fff,0px 0px 20px #4db000;}
  }
/* =================================================== End*/

.websmart_view_box img {
    width: 100% !important;
}

.websmart_view_box .product-content p {
    margin-bottom: 0px;
}

.flue_bx {
    color: #378EBF;
    font-weight: bold;
}

.webheading {
    color: #656EED;
}

p.wrbcenter b {
    font-size: 18px;
    font-weight: bold;
    color: #00246b;
}
p.adds3 b{
    color: #00246b;   
}
.homepage .popover.bs-popover-bottom {
    margin-top: 8px !important;
    max-width: 100% !important;
}

.advertise_popover p {
    font-size: 16px;
}

.advertise_popover p {
    font-size: 16px;
}

.advertisepmr p b span {
    cursor: pointer;
}

.advertisepmr p span {
    font-size: 18px;
}

.homepage .popover-body{
    border: solid 1px #7bc043;
    background: #f6ffef;
}


/* cookie start */
.prefPanel{
    
}
.prefPanel .cookiecat {
    padding: 10px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
}
.prefPanel .cookiecat span {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    display: block;
    color: #000;
    border-radius: 4px 0px 0px 4px;
}

.prefPanel span.no {
    border-radius: 0 4px 4px 0px !important;
} 



.prefPanel .cookiecat h3 {
    font-size: 18px;
    font-weight: 600;
    color: #232840;
    text-transform: none;
    margin-bottom: 5px;
}
.prefPanel .cookiecat a {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    background: url(../../../../../assets/images/pages/before_login/cookies-arrow.png) no-repeat right 2px;
    padding-right: 10px;
    color: #565b73;
}
.prefPanel .cookiecat a.viewcookie {
    cursor: pointer;
    visibility: visible;
    background-image: url(../../../../../assets/images/pages/before_login/cookies-arrow.png);
    font-weight: bold;
    margin-bottom: 0 !important;
    font-size: 12px;
    color: #000;
    background-position: right;
}
/* .switch { 
    position: inherit; 
    top: -3px; 
    right: 2px; 
    margin: 10px 5px 0 0; 
    -moz-box-shadow: 1px 1px 0 #fff; 
    -webkit-box-shadow: 1px 1px 0 #fff; 
    box-shadow: 1px 1px 0 #fff; 
    display: inline-block;
    float: right;
} */
.switch span.on {
    border-radius: 2px 0 0 2px;
    border-right: 0 none;
}
.switch span.off {
    border-radius: 0 2px 2px 0;
}
.switch span {
    background: #fcfcfc;
    border: 1px solid #bbb;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 3px 5px;
    min-width: 30px;
    text-align: center;
}
.pdynamicbutton {
    display: flex;
    width: 100%;
    justify-content: center;
    gap:5px;
}
/* .pdynamicbutton .acceptAllButtonLower {
    background: no-repeat scroll 0 0 #5fc323;
    border: 1px solid #5fc323;
    text-shadow: none;
} */
/* .pdynamicbutton .submit{
    background: no-repeat scroll 0 0 #0d122b;
    border: 1px solid #0d122b;
    border-radius: 0;
    font-family: "Whitney-Medium";
    text-shadow: none;
    letter-spacing: .15em;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.pdynamicbutton .submit.disable {
    opacity: 0.6;
    filter: alpha(opacity = 60);
    cursor: default;
} */
/* .pdynamicbutton a, .consentToAll .pdynamicbutton a, .submit .pdynamicbutton a{
    display: block;
    float: none;
    text-align: center;
    position: relative !important;
    font-size: 12px !important;
    padding: 10px 0 !important;
    margin-bottom: 10px;
} */
/* .pdynamicbutton .submit, .pdynamicbutton .acceptAllButtonLower, .pdynamicbutton .declineAllButtonLower {
    background: no-repeat scroll 0 0 #0d122b;
    border: 1px solid #0d122b;
    border-radius: 0;
    font-family: "Whitney-Medium";
    text-shadow: none;
    letter-spacing: .15em;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
} */
.prefTable {
    border-collapse: collapse;
    width: 100%;
    margin-top: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

.cookies-collapse {
    display: inline-block;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.prefPanel .colplus{
    background: url(../../../../../assets/images/pages/before_login/cookies-plus.png) no-repeat 0 -11px;
    padding-left: 20px;
}
.prefPanel .colminus{
    background: url(../../../../../assets/images/pages/before_login/cookies-minus.png) no-repeat 0 -11px;
    padding-left: 20px;
}
.prefPanel .colminus:hover {
    background-position: 0 0;
}
.prefPanel .colplus:hover {
    background-position: 0 0;
}
.prefTable tr th{
    font-size: 14px;
}
.prefTable tr td {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
}
.switch span.active {
    color: #fff;
    background-color:#e54c42;
}


.cksadjestmodal .modal-dialog {
    margin-top: 40px;
}

.modal-dialog.modal-lg {
    max-width: 800px;
}

.btn_red {
    border: 1px solid #e54c42;
    background-color: #e54c42;
    color: #fff;
    /* vertical-align: baseline;
    white-space: pre; */
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
}
.btn_red:hover,.btn_red:focus{
    color:#fff;
    background-color: #c6392f;
}
.pdynamicbutton a {
    display: flex;
    align-items: center;
}

.cookiecat span.yes {
    
}

.cookiecat span.yes.active {
    border: 1px solid #7bbd4b;
    background-color: #7bbd4b;
    color: #fff !important;
    border-radius: 4px 0 0 4px;
}
.prefPanel .cookiecat a.viewcookie:hover{
    text-decoration:underline;
}

.cookiecat .switch {
    display: flex;
    justify-content: end;
    margin-top: 5px;
}

.cookies-bar p {
    font-size: 19px;
}

.cksadjestmodal .mld_img_text p a {
    color: red;
}
.cksadjestmodal .mld_img_text p {
    line-height: normal;
    font-size: 14.6px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}

.cksadjestmodal .submit_pref{
    width: 253px !important;
    white-space: nowrap;
}

/* cookie end */

.struggles_bg a{
    color:#fff !important;
}

.struggles_bg:hover {
    background: #e17a0c;
    box-shadow: 0px 7px #c76700;
}

.blink_soft {
    animation: blinker 2s linear infinite;
    color: #3cb477 !important;
}
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  } 


.struggles_bg {
    background: #F79420;
    border-radius: 8px;
    box-shadow: 0px 7px #e17a0c;
    padding: 0 14px;
    position: relative;
}

.site-navigation .nav-link {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #354551;
}
.struggles_bg a {
    color: #fff !important;
}

.itallstarted_view {
    display: flex;
    align-items: center;
    gap: 14px;
}

.itallstarted_view span {
    /* color: rebeccapurple; */
    font-weight: 600;
    font-size: 16px;
}

  /*1 second text animation start*/
.onwayruntext{
    color: transparent;
    background-image: linear-gradient(to right ,#553c9a, #ee4b2b, #00c2cb, #ff7f50, #553c9a);
    -webkit-background-clip: text;
    background-clip: text;    
    background-size: 200%;
    background-position: -200%;
    animation: animated-gradient 2s infinite alternate-reverse;      
  }
  @keyframes animated-gradient{
    to{
      background-position: 200%;
    }
  }
  /*1 second text animation End*/

/*2 second text animation start*/
  .linear_wipe {
    text-align: center;
    
    background: linear-gradient(to right, #b0c205 20%, #868700 40%, #2196F3 60%, #FFF 80%);
    background-size: 200% auto;
    
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    animation: shine 1s linear infinite;
}
    
    @keyframes shine {
      to {
        background-position: 200% center;
      }
    }
  /*2 second text animation End*/

/*3 third text animation start*/
.c_article_title{
    color: #fc3735;
    background: -webkit-linear-gradient(left, #9C27B0, #068a79, #FF5722);
    background-size: 1600px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animationgradienttitle {
    0% {
      background-position: 0 1600px;
    }
    100% {
      background-position: 1600px 0;
    }
  }
  @keyframes animationgradienttitle {
    0% {
      background-position: 0 1600px;
    }
    100% {
      background-position: 1600px 0;
    }
  }
/*3 third text animation End*/

/* text animation border End */

/* cookies start */
.red-bullet li:before{
    background-color: #d35c5c !important;
}
.cookie-border-table,.cookie-border-table tr,.cookie-border-table td{
    border: 2px solid black !important;
}
/* cookies end */

    @media(max-width:1600px){
        ul.puarsa li {
            font-size: 13px;
        }
        .pwff {
            font-size: 15px !important;
        }
    }
    @media(max-width:1366px){
    ul.product-wrapper li:nth-of-type(6) {
        left: 0;
    }
    ul.product-wrapper li:nth-of-type(7) {
        left:0;
    }
}

    @media(max-width:1199px){
    .video_box_gry{
        flex: 50%;
        max-width:50%;
        width: 100%;
    }    
    .list-view .video_box_gry{
        flex:100%;
        max-width:100%;
    }
    }
    
    @media(max-width:1024px){

        .vidio_gallery_container_bx {
            padding: 0 15px !important;
        }
        .left_side_video_set_bx:nth-of-type(4n) {
            margin-right: 10px;
        }
        .list-view .left_side_video_set_bx:nth-of-type(1n) {
            margin-right: 10px;
        }
        .list-view .leftsection_video {
            flex: 30%;
            max-width: 30%;
            width: 100%;
        }
        .list-view .right_section_contain_video {
            flex: 66%;
            max-width: 66%;
            width: 100%;
        }
        
    }

    @media(max-width:767px){
        .video_box_gry {
            flex: 100%;
            max-width:100%;
            width: 100%;
        }
        .left_side_video_set_bx{
            flex:100%;
        }
        .vidio_gallery_container_bx {
            padding: 0 15px !important;
        }
        .video_gallery_grid_list{
            display:none;
        }
        .search_bar {
            width: 100%;
            margin-right: 0 !important;
        }
        .search_bar input{width: 100%;}
        .vleftv iframe{
            height:250px;
        }
    }



