@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');

html {
    height: 100%;
}
body {
    /*background-color: #f2f3f7;*/
    background-color: #ffffff;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    color: #197288;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.form-control:focus {
    border-color: #2198b5;
    box-shadow: 0 0 0 .25rem rgba(33, 152, 181,.25) !important;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #ebc42a!important;
    border-color: #ebc42a!important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #05203c!important;
    border-color: #05203c!important;
    transition: 0.2s;
}
.btn-outline-primary {
    border-color: #2198b5!important;
    color: #2198b5!important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #05203c!important;
    border-color: #05203c!important;
    color: #ffffff!important;
}
.text-primary {
    border-color: #2198b5;
}
/* Header Start */
.front-header {
    padding: 20px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.synaps-logo img {
     max-width: 180px;
 }
.front-header {
    padding: 20px 0;
}
/* Header End */

/* Home Slider Start */
.slider-img img {
    width: 100%;
}
.icon-btn img {
    width: 37px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 0px;
    border: 1px solid #ffffff;
}
.icon-btn {
    background-color: #05203c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 3px 20px 3px 30px;
    border-radius: 5px;
}
.icon-btn:hover {
    background-color: #2198b5;
    transition: 0.2s;
    color: #ffffff;

}
.banner-section {
    position: relative;
}
.banner-section .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 100%;
}
.banner-section .owl-theme .owl-dot.active span {
    background-color: #05203c!important;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    margin: 0 5px;
}
/* Home Slider End */

/* Help You Start */
.helpyoubox h3 img {
    width: 55px;
    margin-right: 10px;
}
.helpyoubox {
    text-align: center;
    padding: 30px 0;
}
.helpyoubox h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.helpyoubox .btn {
    margin-left: 15px;
}
/* Help You End */


/* Footer Start */
.front-footer {
    padding: 20px 0;
}
.prepmax-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prepmax-box img {
    width: 105px;
    margin-right: 15px;
}
.front-footer {
    background-color: #f1f1f2;
}
.pri-term-ul li a:hover{
    color: #2198b5;
}
.pri-term-ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}
.pri-term-ul li:first-child {
    border-right: 1px solid #59595c;
    padding-left: 0;
}
.takeda-box {
    display: flex;
    justify-content: right;
    align-items: center;
}
.takeda-box p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
.takeda-box img {
    width: 140px;
    margin-left: 15px;
}
.bottomfooter-box p {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 15px;
    color: #000;
}
.pri-term-ul li a {
    color: #59595c;
}
/* Footer End */

/* Login Start */
.login-section {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginbox {
    margin: 50px auto;
    max-width: 640px;
    background-color: #f1f1f2;
    padding: 20px 30px;
}
.login-header {
    text-align: center;
    margin-bottom: 40px;
}
.login-header img {
    max-width: 250px;
}
.loginbody h3 {
    font-weight: 700;
    margin-bottom: 15px;
}
.loginform .form-control::placeholder {
    color: #59595c;
    font-size: 16px;
}
.loginform .form-control {
    height: 50px;
    background-color: #e5e6e6;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
}
.loginform .form-group {
    margin-bottom: 15px;
}
select.form-control {
    background-image: url("/static/images/user_images/registerotp/select-arrow.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;

}
.loginform .btn {
    border-radius: 5px;
    font-weight: 600;
    padding: 11px 0;
    font-size: 18px;
}
.loginform .btn:hover {
    background-color: #1c1c1c;
}
.col-md-12 .button-box {
    margin-top: 15px;
}
.loginform .registerbtn-div .btn {
    color: #05203c!important;
}
.loginform .registerbtn-div .btn:hover {
    color: #ffffff!important;
}
.forget-link {
    color: #05203c;
    padding: 15px;
}
.forget-link:hover {
    color: #2198b5;
}
.checkconsent-div .form-check {
    line-height: 20px;
}
.checkconsent-div .form-check label{
    color: #05203c;
}
/* Login End */

/* Contact Us */

.contact-title h1 {
    font-weight: 700;
}
.contactform-div .form-group {
    margin-bottom: 15px;
}
.contactform-div .form-control::placeholder
.contactform-div select.form-control {
    height: 50px;
}
.contactform-div .form-control {
    background-color: #e5e6e6;
    padding: 10px 20px;
    border: none;
}
.contact-box {
    max-width: 800px;
    background-color: #f1f1f2;
    /*padding: 50px;*/
    margin: 0 auto;
}
.contact-title h1{
    color: #2198b5;

}
.contact-title {
    text-align: center;
    margin-bottom: 50px;
}
.boxtitle h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;

}
.contactform-div .btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
}
.contactus-section {
    padding: 70px 0;
}
.privacy-section {
    padding: 70px 0;
}
.privacy-content h6 {
    font-weight: 700;
}
.privacy-content p {
    line-height: 22px;
}
ul.privacy-text {
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.privacy-text li {
    line-height: 22px;
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #58595b !important;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    background-color: #2198b5;
    padding: 30px;
}
.cookie-text p {
    position: relative;
    top: 0;
    color: #f5f6fa;
    font-size: 16px;
    font-weight: 400;
}
.cookie-container a {
    color: #f5f6fa;
}
.cookie-btn {
    background: #ffffff;
    border: 0;
    color: #2198b5;
    padding: 12px 48px;
    margin-left: 12px;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 2px;
    cursor: pointer;
}
.cookie-text {
    margin-bottom: 20px;
}
.cookie-container.active {
    bottom: 0;
}
.cookie-container {
    color: #58595b !important;
}
.cookie-settings {
    text-decoration: underline;
    color: #212529;
}

.cookie-container.active {
    bottom: 0;
}
.differ-box {
    display: flex;
}
.differ-icon {
    flex: 0 0 70px;
    margin-right: 15px;
}
.career-list-div .accordion-item {
    border: 1px solid #dddddd;
}
.contact-list li span {
    line-height: 26px;
}
.career-top-div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.career_img {
    flex: 0 0 80px;
    margin-right: 15px;
}
.data-reqs h5, .data-reqs h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}
.data-reqs ul {
    margin-bottom: 15px;
}
.data-reqs li {
    font-size: 16px;
    color: #777;
}
.job-overview-post {
    background-color: #1C1C1C;
    border-radius: 15px;
    padding: 30px;
    color: #ffffff;
}
.small-section-tittle {
    margin-bottom: 30px;
}
.joboverview-ul li {
    margin-bottom: 15px;
    font-size: 16px;
}
.differ-box {
    display: block;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    height: 100%;
    text-align: center;
}
.differ-list .col-sm-6 {
    margin-bottom: 30px;
}
.differ-text p {
    font-size: 14px;
    line-height: 20px;
}
.differ-text h5 {
    font-size: 18px;
}
.plusminus-div {
    position: relative;
}
.plusminus-div input {
    height: 40px;
}
.plusminus-div button {
    position: absolute;
    height: 100%;
    padding: 0 15px;
    border: 1px solid #dddddd;
    top: 0;
}
.plusminus-div button.minusbtn {
    left: 0;
}
.plusminus-div button.plusbtn {
    right: 0;

}
.recent-post-list iframe {
    height: 500px;
}
.contact-title h1.text-primary {
    color: #000000 !important;
    font-size: 60px;
    text-transform: uppercase;
}

#ai-gallery {
    /* -webkit-column-count: 3; */
    /* -moz-column-count: 3; */
    /* column-count: 3; */
    /* -webkit-column-gap: 5px; */
    /* -moz-column-gap: 5px; */
    /* column-gap: 5px; */
    display: flex;
    flex-wrap: wrap;
}
.images-content-div p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #000000;
}
#ai-gallery .gallery-img-box {
    width: 100%;
    height: auto;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 2px;
}
.images-content-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border: 1px solid #000000;
    visibility: hidden;
    transition: 0.2s;
}
.gallery-img-box:hover .images-content-div {
    visibility: visible;
    transition: 0.2s;
}
.click-to-try-p {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}
.images-content-div h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.ai-images-modal .modal-body {
    padding: 0;
}
.ai-images-modal .modal-body .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #ffffff;
    padding: 10px 10px;
}
.ai-image-details {
    padding: 30px;
    text-align: center;
}
.ai-image-details p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1C1C1C;
}
.ai-image-details .btn::before {
    display: none;
}
.ai-images-modal .modal-dialog .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}
.ai-image-details h5 {
    margin-bottom: 15px;
}
.ai-image-details .btn {
    display: none;
}
.product-price-ul {
    display: flex;
     flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
.product-price-ul li {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1C1C1C;
    flex: 0 0 auto;
}
.public-div .col-7 p {
    font-weight: bold;
    color: #000000;
}
.cnav-tabs .nav-tabs {
    flex-direction: row;
    justify-content: start;
}
.product-left-div {
    padding: 20px;
    border: 1px solid #dae2e9;
    border-radius: 60px 7px 60px 7px;
    background-color: #fafbfc;
    overflow: hidden;
    margin-bottom: 40px;
    box-sizing: border-box !important;
}
.cnav-tabs .nav-tabs .nav-item .nav-link {
    background-color: #fafbfc;
    border: 1px solid #eaeef2;
    border-top: 1px solid #eaeef2 !important;
    border-bottom: none;
    color: #999;
    display: inline-block;
    padding: 10px 17px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
}
.cnav-tabs .nav-tabs .nav-link.active {
    border-bottom: 0;
    background-color: #ebc42a;
    color: #444;
    border: 1px solid #eaeef2;
    border-bottom-color: #fff;
    margin-bottom: -1px;
}
.mql-div {
    padding: 20px 0;
}
.mql-div h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.circle-ul li {
    list-style: circle;
    font-size: 16px;
}
.circle-ul {
    padding-left: 15px;
}
.public-div p {
    margin-bottom: 10px;
    font-size: 16px;
}
.pl-img {
    border-radius: 60px 7px 60px 7px;
}
.tabcontentdiv iframe {
    width: 100%;
}
.btn-custom::before {
    display: none;
}
.quantity {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
}

.quantity .pm-btn {
    background-color: #ddd;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 50px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #2980b9;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.pm-btn {
    width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity .input-box {
    height: 50px;
}
.about-image {
    text-align: center;
}
.privacy-content {
    padding-top: 0;
}
#platfarmmodel .close {
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: red;
}
.career_title h3 {
    font-size: 36px;
    margin-bottom: 15px;
}
#collapse-a {
    padding: 0;
}
.product-detail {
    display: flex;
    flex-direction: column;
}
.badge-lable {
    background-color: #ebc42a;
    font-size: 12px;
    padding: 0 15px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff;
}
.pl-img {
    position: relative;
}

.store-image-box {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #eaeef2;
    margin-bottom: 20px;
}
.store-image-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.first-images-box .col-md-12 {
    display: none;
}
.first-images-box .col-md-12:nth-child(1) {
    display: block;
}
.second-image-box .col:nth-child(1) {
    display: none;
}
.first-images-box .store-image-box {
    height: auto;
}
.account-card .card-body {
    padding: 15px;
}
.account-card .card-body h4 {
    font-size: 20px;
}
.card-body p {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
/* .card-body span { */
    /* width: 60px; */
    /* height: 60px; */
    /* border-radius: 10px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-size: 24px; */
    /* position: absolute; */
    /* right: 15px; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* background-color: #ebc42a; */
/* } */
.paginate_button.current{
    background-color: #ebc42a !important;
}
.account-card {
    margin-bottom: 30px;
}
.indown-btn-div a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    /* color: #ffffff; */
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.table-text-small tr td,.table-text-small tr th {
    font-size: 14px;
}
.mql-accordion-div .accordion-item {
    border: 1px solid #1c1c1c !important;
    border-radius: 0;
    margin-bottom: 30px;
}
.mql-accordion-div .accordion-button:not(.collapsed) {
    background-color: #1c1c1c;
}
.mql-accordion-div .accordion-body {
    padding: 1rem 1.25rem!important;
    background-color: #ffffff;
}
.mql-video-box hr{
    display: none;
}
.error-img-div {
    text-align: center;
}
.error-img-div img{
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px) {
    .main-header .main-menu .navigation > li {
        margin-right: 10px!important;
    }
    .main-header .logo-box .logo img {
        width: 110px;
    }
    .images-content-div p {
        font-size: 12px;
        line-height: 17px;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .click-to-try-p {
        font-size: 12px;
    }
    .images-content-div {
        padding: 10px;
    }
    .images-content-div h4 {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        line-height: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .banner-section .owl-dots {
        bottom: 5px;
    }
    .banner-section .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .recent-post-list iframe {
        height: 250px;
    }
    .contact-title h1.text-primary {
        font-size: 30px;
    }
    .product-section .product-card {
        flex-wrap: inherit;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    #ai-gallery .gallery-img-box {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .account-card .card-body h4 {
        font-size: 16px;
    }
    .card-body p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .ai-image-details {
        padding: 15px;
    }
    .loginbox {
        padding: 50px 70px;
    }
    .pri-term-ul {
        margin-top: 5px;
    }
    .takeda-box {
        flex-flow: column;
    }
    .takeda-box p {
        order: 1;
    }
    .takeda-box p br {
        display: none;
    }
    .takeda-box img {
        width: 140px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .takeda-box {
        align-items: end;
    }
    .privacy-section {
        padding: 30px 0;
    }
    .contact-section {
        padding: 15px!important;
    }
    .help-detail-div h3 {
        font-size: 20px;
    }
    .recent-post-list iframe {
        height: 300px;
    }

    .images-content-div h4 {
        font-size: 14px;
    }
    .click-to-try-p {
        font-size: 12px;
    }
    .images-content-div {
        padding: 10px;
    }
    .images-content-div p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 0;
        color: #000000;
        margin-bottom: 0;
    }
    #ai-gallery .gallery-img-box {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 5px;
    }
    .product-price-ul li {
        padding: 7px 5px;
        font-size: 16px;
        flex: 0 0 47%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .product-left-div {
        border-radius: 20px 7px;
    }

    .business-section-three .service-block-style-two .inner-box {
        text-align: center;
    }
    .business-section-three .service-block-style-two .inner-box .text {
        text-align: center;
    }
    .page_header::before {
        display: none;
    }
    body .page_header {
        padding: 50px 0px 50px 0px;
    }
    .service-block-style-two .inner-box {
        text-align: center;
    }
    .about-section-top {
        padding-top: 20px;
    }
    .contact-title h1.text-primary {
        font-size: 22px;
    }
    .sec-title.centered h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .sdetail-box h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .career-top-div {
        margin-bottom: 10px;
    }
    .data-reqs ol {
        padding-left: 0;
    }
    .product-detail h3 {
        font-weight: 700;
        margin: 15px 0 0;
    }
    .product-detail .pd-btn {
        order: 3;
    }
   /*.product-section .product-img {
        margin-right: 0;
        flex: 0 0 100%;
        overflow: hidden;
        height: auto;
        border-radius: 15px;
        overflow: hidden;
    }*/
    /*.product-detail {
        flex: 0 0 100%;
    }*/
    .store-video-div iframe {
        width: 100%;
        height: 300px;
    }
    .search-box2 .input-group .btn-submit {
        padding: 15px 10px!important;
    }
    .mql-video-box hr{
        display: block;
    }
    .services-details-section .sec-title-custom h2{
        font-size: 34px;
        line-height: 42px;
    }
    .mql-table-div .dataTables_length {
        width: 50%;
    }
    .mql-table-div .dataTables_filter {
        width: 50%;
        margin: 0;
    }
    .mql-table-div #example_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: end;
    }
    .mql-table-div .dataTables_length select {
        width: 50px !important;
        font-size: 12px;
        height: 30px !important;
        background-size: 12px;
    }
    .mql-table-div .dataTables_length label {
        font-size: 12px;
    }
    .mql-table-div .dataTables_length {
        width: 50%;
        display: flex;
    }
    .mql-table-div .dataTables_filter label {
        font-size: 12px;
        display: flex;
        flex-direction: column;
    }
    div.dataTables_wrapper div.dataTables_filter label input {
        margin: 0;
        height: 30px;
    }
    .modal .modal-footer .btn {
        min-width: 110px;
    }
    .error-content-div h1 {
        font-size: 28px;
    }
    .error-content-div p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .product-detail h3 {
        order: 2;
    }
    .product-detail .product-price-ul {
        order: 1;
    }
    .loginbox {
        padding: 20px;
    }
    .login-header img {
        max-width: 200px;
    }
    .loginform .btn {
        font-size: 14px;
    }
    .prepmax-box {
        justify-content: center;
        flex-flow: column;
    }
    .prepmax-box img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .takeda-box {
        margin-top: 15px;
    }
    .helpyoubox h3 {
        font-size: 18px;
    }
    .helpyoubox h3 img {
        width: 45px;
    }
    .helpyoubox .btn {
        margin-left: 0;
        font-size: 14px;
    }
    .synaps-logo img {
        max-width: 120px;
    }
    .icon-btn {
        font-size: 14px;
    }
    .icon-btn img {
        width: 31px;
        left: -18px;
    }
    .takeda-box {
        flex-flow: column;
        align-items: center;
    }

    .takeda-box p {
        order: 2;
    }
    .takeda-box p br {
        display: none;
    }
    .takeda-box img {
        width: 115px;
        margin-left: 0;
        margin-bottom: 5px;
        order: 1;
    }
    .contact-box {
        padding: 15px;
    }
    .boxtitle h4 {
        font-size: 20px;
    }
    .contactform-div .btn {
        padding: 10px 30px;
        font-size: 14px;
        margin-top: 0;
        width: 100%;
    }
    .contact-title {
        margin-bottom: 30px;
    }
    .contactus-section {
        padding: 30px 0;
    }
    .recent-post-list iframe {
        height: 220px;
    }
    .product-img {
        margin-right: 0;
        flex: 0 0 100%;
        overflow: hidden;
        height: auto;
        margin-bottom: 15px;
    }
    #ai-gallery .gallery-img-box {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 5px;
    }
    .product-row-div {
        flex-wrap: wrap;
    }
    .store-video-div iframe {
        width: 100%;
        height: 220px;
    }
    .store-image-box {
        padding: 5px;
        height: 120px;
    }
    .mql-video-box .accordion {
        padding: 15px;
    }

    .mql-video-box .accordion iframe{
        height: 220px;
    }
    .second-image-box .col {
        flex: 0 0 50%;
    }
    .reward-box .heading {
        padding: 10px 0;
        font-size: 20px;
    }
    /*.reward-box .heading b {
        display: block;
    }*/
    .ci-title {
        font-size: 30px;
    }
    .create-img-box {
        padding: 20px!important;
    }

}
.modal .modal-footer .btn:before {
    display: none;
}
header .main-menu .active {
    color: #fff !important;
    font-weight: bold;
}
footer .active {
    color: #fff !important;
}
.page-height-set {
    min-height: 500px;
    margin-top: 50px;
}
.pcs-top-div .period-box .plusminus-div {
    width: 100%;
}
.activated {
    color: #EBC42A !important;
    font-weight: bold;
}
.pcs-top-div .apply-coupon-div .btn {
    /* flex: 10px 0 auto; */
    min-width: 90px;
    text-align: center;
    padding: 12px 0 !important;
}
.pcs-td p {
    min-width: 50px;
    text-align: right;
}
