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

a,h1,h2,h3,h4,h5,h6,span,li{
    font-family: 'Poppins', sans-serif;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-nav {
    background: #89e1c4;
    border-radius: 10px;
    padding: 20px 0;
}


div#header {
    border: 2px solid #0000007a;
    border-radius: 10px;
    padding: 9px 9px;
    margin-top: 10px;
}

.navbar-light .navbar-brand {
    color: #545454;
    font-weight: 700;
    font-size: 29px;
}
.login-register-btn a {
    text-decoration: none;
    background: black;
    padding: 9px 13px;
    color: #fff;
    border-radius: 7px;
}

.login-register-btn {
    margin-left: 24px;
}


li.nav-item a {
    color: #545454 !important;
    font-weight: 500;
    font-size: 16px;
}
form.d-flex.search-wrap {
    width: 364px;
    position: relative;
}

button.btn.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 13%;
    height: 100%;
    background: #0e0808;

}

button.btn.btn-search:hover{
    color:#fff;
}
/*=====================header==========================*/
.checkbox-forget {
    justify-content: space-between;
    width: 92%;
}


.forget a {
    font-size: 13px;
    color: #2c62b5;
}

.checkbox input {width: 12px !important;}

.checkbox label {
    font-size: 13px !important;
    margin-top: -11px !important;
    margin-left: 6px !important;
    color: #2c62b5 !important;
}
.rowElem {
    padding: 10px 0;
}
.checkbox {
    align-items: center;
}
button.submit_mall {
    width: 92% !important;
    height: 40px !important;
    background: #53c39e !important;
}
.category-wrap a img {
    width: 23px;
    background: #000;
    margin-right: 10px;
}
.Debit_master {
    width: 48%;
    float: right;
    text-align: center;
    padding-top: 35px;
}
.Debit_master h2 {
    font-size: 34px !important;
    margin-right: 0px !important;
}
div#login-form {
    width: 48%;
    float: left;
    margin-left: 37px;
    margin-top: 35px;
}
.Debit_master img {
    width: 87%;
    transform: translateY(-3px);
    border-radius: 7px;
    height: 205px;
}
button.submit_mall {
    margin: 13px 0;
    width: 109px;
    height: 36px;
    border-radius: 4px;
}
div#links a {
    font-size: 20px !important;
    text-transform: capitalize;
    color: #2a71df;
    line-height: 27px;
}
.main_menu_top {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}


/*********** MY CSS ***************/
/*_______ Global CSS Starts here ________*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
}
.mm2_wrapper{
    max-width:1240px;
    padding: 0 0px;
    width: 100%;
    margin:0 auto;
}
.mm2_clear{
    clear: both;
}
a{text-decoration: none;}

h1.mm2_coh1 {
    font-size: 51px;
    font-weight: 600;
    line-height: 58px;
    color: #020202;
}
/*_______ Global CSS Ends here ________*/


/*________ Header CSS starts here ________*/

/*_________ Top Bar css ___________*/
.mm2_header {
    position: relative;
    z-index: 9999999;
}
.mm2_topinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mm2_topheader {
    background: #99ffff;
    padding: 10px 0;
}
.mm2_searchicons {
    display: flex;
    align-items: center;
}
form.mm2_searchform input {
    margin: 0;
    border: none;
    padding: 15px 30px 15px 25px;
    min-width: 237px;
    color: #6a6969;
    font-weight: 500;
    border-radius: 50px 0 0  50px;
}
form.mm2_searchform input::placeholder {
    color: #6a6969;
    font-style: italic;
    line-height: 24px;
    font-weight: 500;
    font-size: 11px;
}
form.mm2_searchform button {
    border: none;
    margin: 0 0 0 -10px;
    border-radius: 0 50px 50px 0;
    background: #020202;
    /*padding: 15px 25px 15px 20px;*/
    cursor: pointer;
}
form.mm2_searchform button i {
    color: #fff;
    font-size: 14px;
}
form.mm2_searchform input:focus-visible {
    outline: none !important;
}
/*a.mm2_userbtns {
    padding: 12px 25px;
    background: #020202;
    border-radius: 50px;
    margin: 0 0 0 15px;
    color: #ffff;
    text-decoration: none;
    text-transform: uppercase;
}*/
a.mm2_carticon {
    background: #020202;
    border-radius: 50%;
    padding: 12px 13px 8px 10px;
    margin: 0 0 0 15px;
}
a.mm2_carticon i {
    color: #fff;
    font-size: 25px;
}

/*_______ Navigation Menu Css*/

.mm2_botheader .mm2_navmenu li a {color: #060606;text-decoration: none;font-size: 19px;font-weight: 500;}
.mm2_navmenu ul li {display: inline-block;margin: 0 15px;}
.mm2_navmenu ul {text-align: center;}
.mm2_botheader {padding: 15px 0;background: #ffffff9e;}
.mm2_navmenu ul li:first-child {margin-left: 0 !important;}
.mm2_navmenu ul li:last-child {margin-right: 0;}
/*________ Header CSS ends here ________*/

/*________ Section mm2_banner CSS starts here ________*/


.mm2_banner {
    background: url(../images/banner_first.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 270px 0 170px 0;
    margin: -70px 0 0 0;
}
.mm2_innerbanner {
    text-align: right;
}
.mm2_innerbanner h1 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 66px;
}
.mm2_innerbanner p {
    font-size: 20px;
    color: #fff;
    line-height: 29px;
}

/*________ Section mm2_banner CSS ends here ________*/


/*________ Section mm2_navsection CSS starts here ________*/
.mm2_navsection ul li {
    display: inline-block;
}

.mm2_navsection ul {
    text-align: center;
}

.mm2_navsection ul li a {
    font-size: 21px;
    line-height: 30px;
    color: #020202;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    padding: 17px 25px;
    display: inline-block;
}
.mm2_navsection {
    background: #77f9f9;
}

.mm2_navsection ul li a:hover {
    background-color: #39e7e7;
}
/*________ Section mm2_navsection CSS ends here ________*/


/*________ Section mm2_cardsection Common CSS starts here ________*/

#card1 {
    background: url(media/first_cropbanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
#card2 {
    background: url(media/second_cropbanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 20px 0;
}
#card3 {
    background: url(media/third_cropbanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 20px 0;
}
#card4 {
    background: url(media/fourth_cropbanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

/*______________ CSS WHEN IMAGE IS RIGHT______________*/
.mm2_onright .mm2_leftcard {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.mm2_onright .mm2_rightcard {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

/*_____________ CSS WHEN IMAGE IS LEFT ____________*/
.mm2_onleft .mm2_leftcard {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.mm2_onleft .mm2_rightcard {
    width: 49%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

/*____________ INNER ELEMENT CSS ____________*/
.mm2_cardsection img {
    width: 100%;
    box-shadow: 3px 0 31px 5px #00000040;
    border-radius: 45px;
}
.mm2_cardsection h4 {
    font-size: 26px;
    font-weight: 600;
    color: #020202;
}
.mm2_cardsection p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #171717;
    margin: 20px 0 30px 0;
}
.mm2_kmbtn a {
    display: inline-block;
    background: #000000;
    padding: 20px 35px;
    font-size: 17px;
    letter-spacing: normal !important;
    color: #fff;
}

/*________ Section mm2_cardsection Common CSS ends here ________*/


/*________ Section mm2_join CSS starts here ________*/
.mm2_join {
    background: #99ffff;
    padding: 70px 0;
    text-align: center;
}
/*________ Section mm2_join CSS ends here ________*/


/*________ Section mm2_collection CSS starts here ________*/
.mm2_collection h1 {
    margin: 0px 0 50px;
    text-align: center;
}
.mm2_collection {
    padding: 40px 0 50px 0;
}
.mm2_collectioninner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}
.mm2_imgbox img {
    width: 100%;
}
.mm2_imgbox h3 a {
    color: #171717;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
}
.mm2_imgbox h3 {
    text-align: center;
    margin: 25px 0 0 0;
}
.mm2_collection .mm2_kmbtn {
    text-align: center;
    margin: 60px 0 0 0;
}
/*________ Section mm2_collection CSS ends here ________*/


/*________ Section mm2_tech CSS starts here ________*/
.mm2_tech {
    background: #f4f3f3;
    padding: 50px 0 60px;
    text-align: center;
}
.mm2_tech h3 {
    font-size: 27px;
    margin: 20px 0 0 0;
    line-height: 34px;
    color: #020202;
    font-weight: 500;
}
/*________ Section mm2_tech CSS ends here ________*/


/*____________ Footer css starts here ______________*/
.mm2_topfooter {
    padding: 60px 0;
    background: #97fbfb;
}
.mm2_topfooter p, .mm2_topfooter a {
    font-size: 20px;
    color: #171717;
    line-height: 29px;
}
p.mm2_underlog {
    margin: 10px 0 0 0;
}
.mm2_topfooter .mm2_footer_row {
    display: grid;
    grid-template-columns: 35% 22% 22% 21%;
}
.mm2_topfooter h2 {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
}
.mm2_socio span {
    text-transform: lowercase;
}
a.category {
    display: none;
}
.mm2_topfooter ul {
    list-style: none;
    padding: 0 0 0 5px;
}
ul.mm2_socio li a{display: flex;align-items: center !important;}
ul.mm2_socio li a img {
    margin: 0 10px 0 0;
}
ul.mm2_socio li {
    margin: 0 0 10px 0;
}
.mm2_copyright {
    background: #6ff1f1;
    text-align: center;
    padding: 20px 0;
}
.mm2_copyright p {
    font-size: 21px;
    font-weight: 600;
}
/*____________ Footer css ends here ______________*/



/*___________ LOGIN / Sign Up PAGE CSS STARTS HERE ___________*/

section.mm2_login h1 {
    text-align: center;
}

section.mm2_login {
    padding: 40px 0;
}
/*---------------about-us------------*/
.about_banner{
    background: #f4f3f3;
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.about-text {
    padding: 50px 0px 20px 0px;
}
.about_information h4{
    padding: 20px 0px 0px 0px;
}
.about_information h2{
    padding: 15px 0px 0px 0px;
}

.about_information p{
	font-weight: 400;
    line-height: 29px;
    margin: 10px 0px 10px 0px;
    color: #171717;
}

.about_information ul li {
    font-weight: 400;
    line-height: 29px;
    margin: 10px 0px 10px 0px;
    color: #171717;
	list-style:circle;
}

.about_information h4{
font-size: 26px;
    font-weight: 600;
    color: #020202;
}
.about_information h5{
    font-size: 18px;
    font-weight: 600;
    color: #020202;
    margin-top: 20px;
}
.about-text {
    background-image: url(media/homepage-phone-card-and-yellow-table-desktop.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0 80px 0;
}


/*-----about---us------end------*/

/*------term_and_condition----*/
.Terms_and_conditions_text{
     background: #f4f3f3;
    text-align: center;
    padding: 50px 0px 50px 0px;
}

.term_condition_text11 h4 {
    padding: 20px 0px 0px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #020202;

}
.term_condition_text11{
    padding: 80px 0px;
}
.term_condition_text11 p{
font-size: 20px;
    font-weight: 400;
    line-height: 29px;
     margin: 10px 0px 10px 0px;
     color: #171717;
}
/*------term_and_condition_end----*/

/*------privacy------*/

.privacy_banner{
    background: #f4f3f3;
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.privacy_text h4 {
    font-size: 26px;
    font-weight: 600;
    color: #020202;
}
.privacy_text p{
font-size: 20px;
    font-weight: 400;
    line-height: 29px;
     color: #171717;
}
.privacy_text{
    padding: 80px 0px;
}

/*------privacy_end----*/

/*---payment-and-packages---*/
.Payment-banner{
    background: #f4f3f3;
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.payment_text_start h4 {
    font-size: 26px;
    font-weight: 600;
    color: #020202;
}
.payment_text_start p{
font-size: 20px;
    font-weight: 400;
    line-height: 29px;
     margin: 10px 0px 10px 0px;
     color: #171717;
}
.payment_text {
    padding: 80px 0px;
}

/*-----paymeny-and-packages--end---*/

/*---point--of--sale-supply----*/
.point_banner{
    background: #f4f3f3;
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.point_heading_text h2{
    font-size: 35px;
    font-weight: 600;
    line-height: 58px;
    color: #020202;
}
.point-heding-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
     margin: 10px 0px 10px 0px;
     color: #171717;
}
.point_heading_text {
    padding: 80px 0px;
}

/*---point--of--sale-supply--end----*/

/*___________ LOGIN / Sign Up  PAGE CSS ENDS HERE ___________*/

/*======================================================================================================================================*/

/*__________ RESPONSIVE CSS STARTS HERE _______________*/

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

.mm2_hamnav i {
    font-size: 24px;
}
.mm2_wrapper {
    padding: 0 15px;
}
.mm2_logo img {
    max-width: 160px;
}
.mm2_banner {
    margin: 0;
    padding: 85px 0;
    position: relative;
}
.mm2_banner:before {content: '';position: absolute;left: 0;top: 0;width: 100%;z-index: 0;height: 100%;background: #00000061;}
.mm2_innerbanner {
    z-index: 9999999 !important;
    position: relative;
}
.mm2_innerbanner {
    text-align: center;
}
.mm2_innerbanner h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0px 15px;
}
.mm2_innerbanner p {
    font-size: 16px;
    line-height: normal;
}
.mm2_innerbanner p br {
    display: none;
}
.mm2_navsection ul li a {
    padding: 10px 30px;
    display: block;
}
.mm2_navsection ul li {
    display: block;
}
.mm2_navsection ul {
    padding: 15px 0;
}

.mm2_onright .mm2_leftcard {width: 100%;margin: 0 0 50px 0;}
h1.mm2_coh1 {font-size: 26px;line-height: 34px;margin: 0 0 15px 0;text-align: center;}
.mm2_cardsection h4 {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
}
.mm2_cardsection p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.mm2_cardsection br {
    display: none;
}
.mm2_kmbtn {
    text-align: center;
}
.mm2_kmbtn a {
    padding: 15px 30px;
}
.mm2_onright .mm2_rightcard {
    width: 100%;
    text-align: center !important;
}
.mm2_cardsection img {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
.mm2_onleft .mm2_leftcard {
    width: 100%;
    order: 2;
}
.mm2_onleft .mm2_rightcard {
    width: 100%;
    order: 1;
}
.mm2_onleft .mm2_cardinner {
    display: flex;
    flex-flow: column;
}
.mm2_cardsection {
    padding: 40px 0 !important;
}
#card3 .mm2_leftcard {
    margin: 0;
}
.mm2_cardsection {
}
.mm2_join {
    padding: 50px 0;
}
h1.mm2_coh1 br {
    display: none;
}
.mm2_imgbox h3 a {
    font-size: 22px;
}
.mm2_imgbox h3 {
    margin: 0 0 0;
}
.mm2_collectioninner {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px !important;
    column-gap: 0 !important;
    margin: 45px 0 0 0 !important;
}
.mm2_tech img {
    max-width: 200px;
    width: 100%;
}
.mm2_tech h3 br {
    display: none;
}
.mm2_tech h3 {
    font-size: 16px;
    line-height: 23px;
}
.mm2_topfooter .mm2_footer_row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px !important;
}
.mm2_topfooter img {
    width: 100%;
    max-width: 275px;
}
.mm2_topfooter p {
    font-size: 16px;
    line-height: 22px;
}
.mm2_topfooter p br {
    display: none;
}
.mm2_topfooter h2 {
    min-height: unset !important;
    margin: 0 0 10px;
    font-size: 26px;
}

ul.mm2_socio li a img {
    max-width: 40px;
}
.about_information h4 {
    font-size: 22px;
    line-height: 26px;
}
.about_information p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0px 10px 0px;
}
.payment_text_start h4 {
    font-size: 22px;
    line-height: 26px;
}
.payment_text_start p {
    font-size: 16px;
    line-height: 23px;
    
}
.privacy_text_1 h4 {
    font-size: 20px;
}
.privacy_text_1 p {
    font-size: 16px;
    line-height: 23px;
   
}
.term_condition_text11 h4 {
    font-size: 22px;
    line-height: 26px;
}
.term_condition_text11 p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0px 10px 0px;
}
.point-heding-text h2 {
    font-size: 20px;
}
.point-heding-text p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0px 10px 0px;
}
.media_img11 img {
    width: 100%;
}
}


@media only screen and (min-width: 481px) and (max-width: 600px){

.mm2_hamnav i {
    font-size: 24px;
}
.mm2_wrapper {
    padding: 0 15px;
}
.mm2_logo img {
    max-width: 160px;
}
.mm2_banner {
    margin: 0;
    padding: 85px 0;
    position: relative;
}
.mm2_banner:before {content: '';position: absolute;left: 0;top: 0;width: 100%;z-index: 0;height: 100%;background: #00000061;}

.mm2_innerbanner {
    z-index: 9999999 !important;
    position: relative;
}
.mm2_innerbanner {
    text-align: center;
}
.mm2_innerbanner h1 {
    font-size: 37px;
    line-height: 40px;
    margin: 15px 0px 15px;
}
.mm2_innerbanner p {
    font-size: 16px;
    line-height: normal;
}
.mm2_innerbanner p br {
    display: none;
}
.mm2_navsection ul li a {
    padding: 10px 30px;
    display: block;
}
.mm2_navsection ul li {
    display: block;
}
.mm2_navsection ul {
    padding: 15px 0;
}
h1.mm2_coh1 br {
    display: none;
}

.mm2_onright .mm2_leftcard {width: 100%;margin: 0 0 50px 0;}
h1.mm2_coh1 {font-size: 32px;line-height: 34px;margin: 0 0 15px 0;text-align: center;}
.mm2_cardsection h4 {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
}
.mm2_cardsection p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.mm2_cardsection br {
    display: none;
}
.mm2_kmbtn {
    text-align: center;
}
.mm2_kmbtn a {
    padding: 15px 30px;
}
.mm2_onright .mm2_rightcard {
    width: 100%;
    text-align: center !important;
}
.mm2_cardsection img {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
.mm2_onleft .mm2_leftcard {
    width: 100%;
    order: 2;
}
.mm2_onleft .mm2_rightcard {
    width: 100%;
    order: 1;
}
.mm2_onleft .mm2_cardinner {
    display: flex;
    flex-flow: column;
}
.mm2_cardsection {
    padding: 40px 0 !important;
}
#card3 .mm2_leftcard {
    margin: 0;
}
.mm2_cardsection {
}
.mm2_join {
    padding: 50px 0;
}
h1.mm2_coh1 br {
    display: none;
}
.mm2_imgbox {
    max-width: 450px;
    margin: 0 auto;
}
.mm2_collectioninner {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 70px !important;
    column-gap: 0 !important;
    margin: 45px 0 0 0 !important;
}
.mm2_tech h3 br {
    display: none;
}
.mm2_tech img {
    width: 100%;
    max-width: 220px;
    margin: 0 0 20px 0;
}
.mm2_tech h3 {
    font-size: 16px;
    line-height: 23px;
}
.mm2_topfooter .mm2_footer_row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px !important;
}
.mm2_topfooter img {
    width: 100%;
    max-width: 275px;
}
.mm2_topfooter p {
    font-size: 16px;
    line-height: 22px;
}
.mm2_topfooter p br {
    display: none;
}
.mm2_topfooter h2 {min-height: unset !important;margin: 0 0 10px;}

ul.mm2_socio li a img {
    max-width: 40px;
}
.about_information h4 {
    font-size: 22px;
    line-height: 26px;
}
.about_information p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.payment_text_start h4 {
    font-size: 22px;
    line-height: 26px;
}
.payment_text_start p {
    font-size: 16px;
     line-height: 23px;
     
}
.privacy_text_1 h4 {
    font-size: 22px;
    line-height: 26px;
}
.privacy_text_1 p {
    font-size: 16px;
     line-height: 23px;
}
.term_condition_text11 h4 {
    font-size: 22px;
    line-height: 26px;
}
.term_condition_text11 p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.point-heding-text h2 {
    font-size: 20px;
}
.point-heding-text p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.media_img11 img {
    width: 100%;
}
}


@media only screen and (min-width: 601px) and (max-width: 767px){

.mm2_hamnav i {
    font-size: 24px;
}
.mm2_wrapper {
    padding: 0 15px;
}
.mm2_logo img {
    max-width: 160px;
}
.mm2_banner {
    margin: 0;
    padding: 85px 0;
    position: relative;
}
.mm2_banner:before {content: '';position: absolute;left: 0;top: 0;width: 100%;z-index: 0;height: 100%;background: #00000061;}

.mm2_innerbanner {
    z-index: 9999999 !important;
    position: relative;
}
.mm2_innerbanner {
    text-align: center;
}
.mm2_innerbanner h1 {
    font-size: 37px;
    line-height: 40px;
    margin: 15px 0px 15px;
}
.mm2_innerbanner p {
    font-size: 16px;
    line-height: normal;
}
.mm2_innerbanner p br {
    display: none;
}
.mm2_navsection ul li a {
    padding: 10px 30px;
    display: block;
}
.mm2_navsection ul {
    padding: 15px 0;
}
.mm2_onright .mm2_leftcard {width: 100%;margin: 0 0 50px 0;}

h1.mm2_coh1 {font-size: 32px;line-height: 34px;margin: 0 0 15px 0;text-align: center;}

.mm2_cardsection h4 {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
}
.mm2_cardsection p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.mm2_cardsection br {
    display: none;
}
.mm2_kmbtn {
    text-align: center;
}
.mm2_kmbtn a {
    padding: 15px 30px;
}
.mm2_onright .mm2_rightcard {
    width: 100%;
    text-align: center !important;
}
.mm2_cardsection img {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
.mm2_onleft .mm2_leftcard {
    width: 100%;
    order: 2;
}
.mm2_onleft .mm2_rightcard {
    width: 100%;
    order: 1;
}
.mm2_onleft .mm2_cardinner {
    display: flex;
    flex-flow: column;
}
.mm2_cardsection {
    padding: 40px 0 !important;
}
#card3 .mm2_leftcard {
    margin: 0;
}
.mm2_cardsection {
}
.mm2_join {
    padding: 50px 0;
}
h1.mm2_coh1 br {
    display: none;
}
.mm2_imgbox {
    max-width: 450px;
    margin: 0 auto;
}
.mm2_collectioninner {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 70px !important;
    column-gap: 0 !important;
    margin: 45px 0 0 0 !important;
}
.mm2_tech h3 br {
    display: none;
}
.mm2_tech img {
    width: 100%;
    max-width: 220px;
    margin: 0 0 20px 0;
}
.mm2_tech h3 {
    font-size: 16px;
    line-height: 23px;
}
.mm2_topfooter .mm2_footer_row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px !important;
}
.mm2_topfooter img {
    width: 100%;
    max-width: 275px;
}
.mm2_topfooter p {
    font-size: 16px;
    line-height: 22px;
}
.mm2_topfooter p br {
    display: none;
}
.mm2_topfooter h2 {min-height: unset !important;margin: 0 0 10px;}

ul.mm2_socio li a img {
    max-width: 40px;
}
.about_information h4 {
    font-size: 22px;
    line-height: 26px;
}
.about_information p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.payment_text_start h4 {
    font-size: 22px;
    line-height: 26px;
}
.payment_text_start p {
    font-size: 16px;
     line-height: 23px;
}
.privacy_text_1 h4 {
    font-size: 22px;
    line-height: 26px;
}
.privacy_text_1 p {
    font-size: 16px;
     line-height: 23px;
}
.term_condition_text11 h4 {
    font-size: 22px;
    line-height: 26px;
}
.term_condition_text11 p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.point-heding-text h2 {
    font-size: 20px;
}
.point-heding-text p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.media_img11 img {
    width: 100%;
}
}


@media only screen and (min-width: 768px) and (max-width: 900px){

.mm2_wrapper {
    padding: 0 15px;
}
.mm2_hamnav i {
    font-size: 24px;
}
h1.mm2_coh1 {
    font-size: 30px;
    line-height: 35px;
}
.mm2_cardsection h4 {font-size: 22px;line-height: 25px;margin: 15px 0 0 0;}
.mm2_cardsection p br {
    display: none;
}
.mm2_onright .mm2_leftcard {
    padding: 0 15px 0 0;
}
.mm2_cardsection p {
    font-size: 15px;
    line-height: 20px;
}
.mm2_onleft .mm2_rightcard {
    padding: 0 0 0 15px;
}
.mm2_imgbox h3 a {
    font-size: 22px;
}
.mm2_imgbox h3 {
    margin: 10px 0 0 0;
}
.mm2_collection .mm2_kmbtn {
    margin: 30px 0 20px 0;
}
.mm2_tech h3 {
    font-size: 18px;
    line-height: 24px;
}
.mm2_tech h3 br {
    display: none;
}
.mm2_topfooter p, .mm2_topfooter a {
    font-size: 16px;
    word-break: break-word;
}
.mm2_colm1 {
    width: 100% !important;
    display: block !important;
}
.mm2_topfooter .mm2_footer_row {display: flex;flex-wrap: wrap;row-gap: 20px;}
.mm2_colm2, .mm2_colm3, .mm2_colm4 {
    width: 33.33%;
}
p.mm2_underlog br {
    display: none;
}
.about_information h4 {
    font-size: 22px;
    line-height: 26px;
}
.about_information p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.payment_text_start h4 {
    font-size: 22px;
    line-height: 26px;
}
.payment_text_start p {
    font-size: 16px;
     line-height: 23px;
}
.privacy_text_1 h4 {
    font-size: 22px;
    line-height: 26px;
}
.privacy_text_1 p {
    font-size: 16px;
     line-height: 23px;
}
.term_condition_text11 h4 {
    font-size: 22px;
    line-height: 26px;
}
.term_condition_text11 p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.point-heding-text h2 {
    font-size: 20px;
}
.point-heding-text p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.media_img11 img {
    width: 100%;
}
}


@media only screen and (min-width: 901px) and (max-width: 1024px){

.mm2_wrapper {
    padding: 0 15px;
}
.mm2_hamnav i {
    font-size: 24px;
}
h1.mm2_coh1 {
    font-size: 44px;
    line-height: 48px;
}
.mm2_cardsection h4 {
    font-size: 20px;
}
.mm2_cardsection p {
    font-size: 16px;
    line-height: 22px;
}
.mm2_cardsection p br {
    display: none;
}
.mm2_onright .mm2_leftcard {
    padding: 0 15px 0 0;
}
.mm2_onleft .mm2_rightcard {
    padding: 0 0 0 15px;
}
.mm2_join h1 br {
    display: none;
}
.mm2_join h1 {
    font-size: 36px;
}
.mm2_imgbox h3 a {font-size: 28px;}
.mm2_collection .mm2_kmbtn {
    margin: 30px 0 40px 0;
}
.mm2_tech h3 br {
    display: none;
}
.mm2_tech h3 {
    font-size: 20px;
    line-height: 25px;
}
p.mm2_underlog {
    font-size: 16px;
    line-height: 22px;
}
.mm2_topfooter a {
    font-size: 16px;
    word-break: break-word;
}
.mm2_footer .mm2_colm1 img {
    max-width: 220px;
}
.mm2_topfooter h2 {
    min-height: unset;
    font-size: 25px;
    margin: 0 0 24px 0;
}
ul.mm2_socio li a img {
    max-width: 30px;
}
.about_information h4 {
    font-size: 22px;
    line-height: 26px;
}
.about_information p {
    font-size: 16px;
     line-height: 23px;
      margin: 10px 0px 10px 0px;
}
.payment_text_start h4 {
    font-size: 22px;
    line-height: 26px;
}
.payment_text_start p {
    font-size: 16px;
     line-height: 23px;

}
.privacy_text_1 h4 {
    font-size: 22px;
    line-height: 26px;
}
.privacy_text_1 p {
    font-size: 16px;
     line-height: 23px;
}
.term_condition_text11 h4 {
    font-size: 22px;
    line-height: 26px;
}
.term_condition_text11 p {
    font-size: 16px;
     line-height: 23px;
     margin: 10px 0px 10px 0px;
}
.point-heding-text h2 {
    font-size: 20px;
}
.point-heding-text p {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
}

}


@media only screen and (min-width: 1025px) and (max-width: 1140px){

.mm2_wrapper {
    padding: 0 15px;
}
.mm2_hamnav i {
    font-size: 24px;
}
h1.mm2_coh1 {
    font-size: 44px;
    line-height: 48px;
}
.mm2_cardsection h4 {
    font-size: 20px;
}
.mm2_cardsection p {
    font-size: 16px;
    line-height: 22px;
}
.mm2_cardsection p br {
    display: none;
}
.mm2_onright .mm2_leftcard {
    padding: 0 15px 0 0;
}
.mm2_onleft .mm2_rightcard {
    padding: 0 0 0 15px;
}
.mm2_join h1 br {
    display: none;
}
.mm2_join h1 {
    font-size: 36px;
}
.mm2_imgbox h3 a {font-size: 28px;}
.mm2_collection .mm2_kmbtn {
    margin: 30px 0 40px 0;
}
.mm2_tech h3 br {
    display: none;
}
.mm2_tech h3 {
    font-size: 20px;
    line-height: 25px;
}
p.mm2_underlog {
    font-size: 16px;
    line-height: 22px;
}
.mm2_topfooter a {
    font-size: 16px;
    word-break: break-word;
}
.mm2_footer .mm2_colm1 img {
    max-width: 220px;
}
.mm2_topfooter h2 {
    min-height: unset;
    font-size: 25px;
    margin: 0 0 24px 0;
}
ul.mm2_socio li a img {
    max-width: 30px;
}

}


@media only screen and (min-width:1141px) and (max-width: 1280px){

.mm2_wrapper {
    padding: 0 15px;
}
.mm2_botheader .mm2_navmenu li a {
    font-size: 17px;
}
.mm2_navmenu ul li {
    margin: 0 10px;
}
.mm2_cardsection p br {
    display: none;
}
.mm2_join h1 br {
    display: none;
}
.mm2_join h1 {
    font-size: 46px;
    line-height: 51px;
}
.mm2_onleft .mm2_rightcard {
    padding: 0 0 0 15px;
}
.mm2_onright .mm2_leftcard {
    padding: 0 15px 0 0;
}
.mm2_tech h3 {
    font-size: 25px;
}
.mm2_topfooter p, .mm2_topfooter a {font-size: 18px;}

}


@media only screen and (min-width: 1141px){

.mm2_hamnav{display: none;}

}


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

.mm2_searchicons{display: none;}
.mm2_botheader {display: none;}

}

.shopping-item-count{
	display: block;
    color: #FFF;
    margin-left: -10px;
    margin-top: -29px;
    border-radius: 306px;
    background: black;
    height: 22px;
    width: 22px;
    padding: 5px 0px 1px 9px;
    font-weight: bold;
    font-size: 11px;
}