/* 
* style sheet
*
*/

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

.custom_container {
    max-width: 80%;
    margin: auto;
}


@media (min-width: 1900px) {
    .custom_container {
        width: 1800px;
        margin: auto;
    }
}

body {
    margin: 0;
    padding: 0;
    /* font: 16px/1.5 Hind, sans-serif; */
    font-family: 'Hind Siliguri', sans-serif;

}

input {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ced4dd;
    color: #8691a4;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

h1 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

a {
    background-color: transparent;
    font-weight: 500;
    text-decoration: none;
}

*,
*::before,
*::after {
    transition: all .3s ease-in-out;
}

*:focus {
    carsor: pointer;
}

:root {
    --brand_color: #1f4771;
}

/*==================
Header part start
==================*/

.top_header_ground__thg {
    position: fixed;
    width: 100%;
    background-color: var(--brand_color);
    padding: 10px 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    z-index: 9998;
}

.menu_controal_ground__sjl {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.top__bar_menu__xpi {
    position: relative;
    cursor: pointer;
}


.left_syp__ground {
    display: flex;
}

.top_bar__cpoi {
    display: none;
}

.top_bar_menu_showing__hps {
    display: block;
}


.top_bar__cpoi div ul li a {
    display: block;
    padding: 1px 20px !important;
    padding-right: 28px;
    border-right: 0px solid transparent !important;
    border-top: 0px solid #f52525 !important;
    background-color: transparent !important;
    overflow: hidden;
}

.top_bar__cpoi div ul li a:hover {
    color: #cecdcd !important;
}

#menu-top-header {
    display: flex;
}

.top_bar__cpoi div ul .menu-item-has-children::after {
    top: 0px;
    right: 2px;
}

/* ashit */
.top_bar__logo__gsp {
    width: 30px;
    height: auto;
    position: absolute;
    left: -23px;
    top: -4px;
}

.home__element__scrolls {
    margin-left: 40px;
}

.hide_excu {
    display: none;
}

.right_dpo__ground {
    display: flex;
    justify-content: right;

}

.right__item_zpos {
    margin-left: 50px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.right__item_zpos a {
    font-weight: 600;
    color: rgb(255, 255, 255);
    display: flex;
}

.top_bar_menu_icon_pos {
    position: absolute;
    top: 3px;
    left: -25px;
}

.basket__isp {
    top: 0px;
    left: -9px;
}

.sp_price_st {
    position: absolute;
    top: 3px;
    left: -18px;
}


.home__isp {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.home__isp a {
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.home_icon__sip {
    position: absolute;
    top: 2px;
    left: -25px;
}


.activ_colorPx a {
    color: #FFD500;
}

.med_header_ground__mhg {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1.4rem;
    background-color: transparent;
}

.mid_head__ground__odp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.part_1__usp {
    display: flex;
    width: 100%;
    position: relative;
}

.menu_btn_hdp {
    margin-left: -28px;
    cursor: pointer;
    position: absolute;
    top: 38px;

}

.logo_jpe {
    margin-left: 26px;
	margin-top: 34px;
}

.logo__con_sw {
    width: 156px;
    height: auto;
}

.part_2__usp {
    display: flex;
    margin-left: 1rem;
    white-space: nowrap;

}

.search_box_ground {
    width: 100%;
    padding: 10px;
    border: solid 1px var(--brand_color);
    border-radius: 40px;
}


.position__dpi {
    margin-top: 40px;
}


.search_ground__isp {
    width: 100%;
    margin-left: 2rem;
}

.contact__sup a {
    color: #1c3b67;
    text-align: right;
    font-size: 22px;
}

.contact__icon__sj {
    padding-top: 5px;
    margin-right: 10px;
    font-size: 22px;
}

.last_header_ground__lhg {
    background-color: var(--brand_color);
    /* padding: 10px 0; */
}




/* Nav */

.header_nav_ground__isp div ul {
    margin: 0;
    padding: 0;
}

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

.header_nav_ground__isp div ul:after {
    clear: both;
}

.header_nav_ground__isp div ul {
    *zoom: 1;
}

.header_nav_ground__isp div ul li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 5px;
}

/* .menu-item-has-children:hover>.sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
} */

/*----2nd----*/


.header_nav_ground__isp div ul li a:link,
.header_nav_ground__isp div ul li a:visited {
    display: block;
    padding: 12px 20px;
    padding-right: 28px;
    text-transform: uppercase;
    border-bottom: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #355f8b;
    background-color: var(--brand_color);
}

.header_nav_ground__isp div ul li a:hover {
    background-color: #ffffff;
    color: var(--brand_color);
}

.header_nav_ground__isp ul li.current-menu-item a {
    border-right: 1px solid #355f8b;
}

.header_nav_ground__isp div ul li.current-menu-item a:link,
.header_nav_ground__isp div ul li.current-menu-item a:visited {
    background-color: var(--brand_color);
    color: #ffffff;
}

/*  */
.header_nav_ground__isp ul li.current-menu-item a:link,
.header_nav_ground__isp ul li.current-menu-item a:visited {
    border-bottom: 1px solid #FFD500;
    color: #FFD500 !important;
}

.top_bar__cpoi ul li.current-menu-item a:link,
.top_bar__cpoi ul li.current-menu-item a:visited {
    border-bottom: 0px solid #e7852a00 !important;
    color: #FFD500 !important;
}


/*-----sub menu-----*/

.sub-menu {
    display: none;
}

.menu-item:hover>.sub-menu {
    display: block;
}

.show-sub-menu-pages {
    display: flex !important;
    flex-direction: column !important;
}

.sub-menu {
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
    z-index: 999;
    min-width: 300px;
    text-align: left;
    background-color: var(--brand_color) !important;
    position: absolute;

}

.sub-menu li {
    display: block;
    /* padding-top: 8px;
    padding-bottom: 8px; */
    padding-left: 0px;
    z-index: unset;
    width: 100%;
}

.sub-menu li a {
    width: 100%;
    border-right: 0px solid transparent !important;
    border-top: 1px solid #dbdbdb;

}

/*------Sub menu End----------*/

.menu-item-has-children::after {
    font-family: FontAwesome;
    content: "\f0dd";
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-left: 2px;
    position: absolute;
    top: 11px;
    right: 11px;

}

.header_nav_ground__isp div ul li:hover .menu-item-has-children::after {
    color: rgb(214, 48, 48) !important;
}

/* nav_bar_view_modal */
.nav_bar_view_modal {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #dbdde1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.modal_86s {
    padding: 2rem;
    position: relative;
    padding-bottom: 5rem;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;

}

.fa-times-circle {
    color: #1c3b67;
    font-size: 36px;
}

.wooelectro_navbar_menu_ground div ul {
    list-style: none;
}

.wooelectro_navbar_menu_ground div ul li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #1c3b67;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 8px;

}

.wooelectro_navbar_menu_ground div ul li a {
    width: 100%;
}

.wooelectro_navbar_menu_ground div ul li:hover {
    color: #1c222b;
}

.wooelectro_navbar_menu_ground div ul {
    margin: 0;
    padding: 0;
}

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

.wooelectro_navbar_menu_ground div ul:after {
    clear: both;
}

.wooelectro_navbar_menu_ground div ul {
    *zoom: 1;
}

.wooelectro_navbar_menu_ground div ul li {
    list-style: none;
    float: left;
    margin-right: 5px;
}

/*----2nd----*/


.wooelectro_navbar_menu_ground div ul li a:link,
.wooelectro_navbar_menu_ground div ul li a:visited {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #1c3b67;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 8px;

}

.wooelectro_navbar_menu_ground div ul li a:hover {
    background-color: transparent;
    color: #1c222b;
    font-size: 21px;

}

.wooelectro_navbar_menu_ground div ul li.current-menu-item a:link,
.wooelectro_navbar_menu_ground div ul li.current-menu-item a:visited {
    /* background-color: #006ec3; */
    color: #FFD500;
}




/*==================
Heme part
==================*/
.video_slider_ground_hsp {
    width: 100%;
    height: 435px;
    overflow: hidden;
    position: relative;
}

.video__ground__pos_ground {
    width: 100vw;
    height: auto;
    object-fit: cover;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.video_about__pos {
    position: absolute;
    top: 8rem;
    width: 100%;
    text-align: center;
}

.video_title__ysp {
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1.318;
    text-align: center;
    text-shadow: 0 6px 30.8px rgb(39 39 39 / 41%);
    font-weight: 500;
}

.down_arrow__538 {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center;

}

.arrow__790 {
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
    font-weight: 600;
}

.product_upcomeing_ground_8670 {
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    padding-top: 5px;

}

.product_bg__9321 {
    background-color: #f9f9f9;
}


.product_title__754 {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 0px;
    color: #000;
    font-weight: 700;
    font-size: 30px;
	
}

.title_639 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #313131;
    text-align: center;
}

.category__7w9 {
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
}

.category__7w9 a {
    color: #313131;
}

.ref_879 {
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
}

.detals_btn__769 {
    padding: 5px;
    width: 200px;
    margin: auto;
    background-color: var(--brand_color);
    text-align: center;
    border: 1px solid var(--brand_color);
}

.detals_btn__769 a {
    color: #ffffff;
    font-weight: 100;
}

.detals_btn__769:hover {
    transform: scale(1.1);
}

.detals_btn__769,
.detals_btn__769::before,
.detals_btn__769::after {
    transition: all 1.0s;
}


.image_ground__604 {
    padding: 15px;
    border: solid 1px #CFCECD;
}

.image_ground__604 a img {
    width: 100%;
    height: inherit;
}

.more_btn_ground_702 {
    width: 100%;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.product_more_view__u09 {
    color: #000 !important;
    background: #FFD500;
    border: 1px solid #FFD500;
    border-radius: 0;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.25;
    white-space: normal;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.product_more_view__u09:hover {
    background: #ffd50000;
}

.about__yrkn_ground_853 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    overflow: hidden;
}

.images_739_ground {
    height: auto;
    width: 50%;
    padding-right: 15px;
}

.images_739_ground img {
    height: auto;
    width: 100%;

}

.content_703_ground {
    width: 45%;
}

.content__8e8h {
    font-size: 16px;
    text-align: justify;
}

.about_title__80 {
    width: 100%;
    text-align: left;
    padding-top: 0.50rem;
    padding-bottom: 0.200rem;
    letter-spacing: 0px;
    color: #000;
    font-weight: 700;
    font-size: 35px;
	line-height:52px;
}

.about_more_view__u09 {
    color: #ffffff !important;
    background: var(--brand_color);
    border: 1px solid var(--brand_color);
    border-radius: 0;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.25;
    white-space: normal;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.about_more_view__u09:hover {
    background-color: transparent;
    color: #000 !important;
}

.testimonials_ground__789 {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
/*     background-color: var(--brand_color); */
	background-image: url('https://www.gain-laser.com/wp-content/uploads/2023/05/about-us-3-bg.jpg');
	background-repeat:no-repeat;
    background-size: cover;
}

.title_spec_759 {
    color: #ffffff;
}


/* slider */
.swiper_ground__703 {
    position: relative;
    height: 100%;
}

.swiper_testimonials {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    border-radius: 9px;
    padding-top: 10px;
    padding-bottom: 10px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonials_ground__8sk {
    background-color: #fff;
}

.product_slider_card__ground__s8 {
    width: 90%;
    margin: auto;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}

.item_1_703 {
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #292929;
    margin-bottom: 2px;
}

.item_2_703 {
    color: #000000;
    font-size: 12px;
    white-space: nowrap;
}

.item_3_703 {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.star_color__79 {
    margin-right: 3px;
    color: #f6bb06;
}

.item_4_703 {
    font-size: 14px;
    color: #000000;
    font-size: 14px;
    height: 93px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
}

.item_4_703::-webkit-scrollbar {
    width: 1px;
}

.spece__789w {
    margin-left: 0px;
}

.testimonials_card_ground_70 {
    position: relative;

}

.google__logo__803 {
    position: absolute;
    right: 18px;
    top: 11px;
}

.logo__u73 {
    width: 20px;
    height: 20px;
}

.swiper-button-prev.swiper-button-disabled {
    color: #E7862A;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #E7862A;
}

.service_ground__78w9 {
    width: 100%;
}

.part_ground__902 {
    width: 100%;
    display: flex;
}

.part_1_20 {
    width: 50%;
}

.part_1_21 {
    width: 48%;
}


.left_ground__7 {
    width: 80%;
    margin: auto;
    padding: 40px;
    background-color: transparent;
}

.text__cunter__is {
    text-align: left;
}

.item_flex__89 {
    display: flex;
    justify-content: space-between;
}

.dip9_uy {
    width: 50%;
    padding-right: 30px;
}

.dip9_uy li {
    margin-right: 10px;
    color: var(--brand_color);
    margin-bottom: 5px;
}

.part_1_21 img {
    width: 100%;
}

.support__ground__ypoe {
    width: 100%;
    border-top: 1px solid #838383;
}

.brand__70k {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;

}

.brand__70k::-webkit-scrollbar {
    width: 1px;
}


.brand__70k img {
    margin-right: 50px;
    width: 110px;
    height: auto;
}

.archive_older_privew_ground1 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;

}

.archive_older_post1 {
    background: #1f4771;
    border: 1px solid #1f4771;
    padding-left: 8px;
    padding-right: 4px;
    text-align: center;
    width: 50px;
    margin-right: 10px;
    border-radius: 2px;
}

.archive_older_post1 a {
    color: #fff;
}



/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 88;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -8px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 15px 33px 10px 15px;
    background-color: var(--brand_color);
    color: white;
}

.modal-body {
    padding: 2px 16px;
    height: 497px;
    /*     overflow: scroll; */
}

.modal-body::-webkit-scrollbar {
    width: 5px;
}

.modal-footer {
    padding: 2px 8px;
    background-image: linear-gradient(to top, rgb(31, 58, 101) 0%, rgb(27, 54, 96) 43%, rgb(23, 49, 90) 100%);
    color: white;
}

#ContactBtn {
    cursor: pointer;
}

.popup_contact_yp {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex;
}

.popup_contact_yp em {
    font-size: 16px;
    font-weight: 100;
    color: #e4e3e3;
    margin-top: 7px;
    margin-left: 15px;
}

.popup_contact_yp em a {
    color: #e4e3e3;
    font-weight: 100 !important;
}


/*==================
Footer part
==================*/
.footer__ground__80 {
    width: 100%;
    padding-top: 2rem;
    background-color: #232426;
}

.logo_upt {
    width: 200px;
    height: auto;
}

.footer__hpo {
    display: flex;
}

.part_701 {
    width: 30%;
}

.part_702 {
    width: 40%;
}

.part_702 li {
    color: #acacac;
    font-size: 14px;
}

.part_702 li b {
    color: #f0f0f0;
}

.part_703 {
    width: 30%;
}

.ypo_76,
.iupr_uj {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #acacac;
    font-size: 14px;
    text-align: center;
}

.copyright__6pj {
    padding-top: 2rem;
    padding-bottom: 15px;
    background-color: #232426;
    text-align: center;
    color: #acacac;
    font-size: 14px;
}

.icon__68sn {
    padding: 6px;
    color: #fff;
    font-size: 24px;
}

.social__ypsm {
    width: 100%;
    text-align: center;
    padding-bottom: 3rem;
}



/*==================
Customization part
==================*/

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    padding: 5px 30px !important;
    height: 40px !important;
    color: white !important;
    font-size: 14px !important;
    /* background: #1f4771 !important; */
    background-color: var(--brand_color) !important;
    border: 1px solid var(--brand_color);
    cursor: pointer;
}

textarea#wpforms-6587-field_8 {
    width: 100%;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.yith-ywraq-mail-form-wrapper {
    width: 70%;
    margin: auto;
}

textarea#rqa-message {
    height: 157px;
}

td.actions {
    display: none;
}

th.product-subtotal,
th.product-quantity,
td.product-quantity,
td.product-subtotal {
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 2px 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 11px !important;
}

.term-description {
    color: #797a7e;
}

@media (max-width: 768px) {
    div.wpforms-container-full {
        width: 90%;
    }

    textarea#wpforms-6587-field_8 {
        width: 100%;
    }

    .yith-ywraq-mail-form-wrapper {
        width: 100%;
    }

}

p.return-to-shop {
    display: none;
}


/*  */
.card__7ks_ground {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 185px;
}

.card_ground__ys7 {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
}

.card_item__dki {
    width: 100%;
/*     position: relative; */
/*     overflow: hidden; */
    height: 200px;
    border-radius: 7px;
    cursor: pointer;
}

a.card_item__dki img {
    height: inherit;
    width: 100%;
}

.card_item__dki:hover img {
    transform: scale(1.100);
}


/* .card_item__dki:hover .title__7jh {
    color:#fff;
} */

.title__7jh {
/*     position: absolute; */
    width: 100%;
    font-weight: 700;
/*     top: 72px; */
	bottom:10%;
    left: 30%;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    z-index: 1;
	text-align: center;
}

