@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
  font-family: 'cera_problack_italic';
  src: url('../fonts/cera_pro_black_italic-webfont.woff2') format('woff2'),
    url('../fonts/cera_pro_black_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'ClobberGrotesk-BoldItalic';
  src: url('../fonts/ClobberGrotesk-BoldItalic.woff2') format('woff2'),
    url('../fonts/ClobberGrotesk-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'cera_problack';
  src: url('../fonts/cera_pro_black-webfont.woff2') format('woff2'),
    url('../fonts/cera_pro_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'cera_probold';
  src: url('../fonts/cera_pro_bold-webfont.woff2') format('woff2'),
    url('../fonts/cera_pro_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'cera_prolight';
  src: url('../fonts/cera_pro_light-webfont.woff2') format('woff2'),
    url('../fonts/cera_pro_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'cera_promedium';
  src: url('../fonts/cera_pro_medium-webfont.woff2') format('woff2'),
    url('../fonts/cera_pro_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'cera_proregular';
  src: url('../fonts/cera_pro_regular.woff2') format('woff2'),
    url('../fonts/cera_pro_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'cera_proitalic';
  src: url('../fonts/cera_pro_regular_italic-webfont.woff2') format('woff2'),
    url('../fonts/cera_pro_regular_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'gothamblack';
  src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
    url('../fonts/gotham-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothambold';
  src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
    url('../fonts/gothambold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothambold_italic';
  src: url('../fonts/gothambolditalic-webfont.woff2') format('woff2'),
    url('../fonts/gothambolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothambook';
  src: url('../fonts/gothambook-webfont.woff2') format('woff2'),
    url('../fonts/gothambook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothambook_italic';
  src: url('../fonts/gothambookitalic-webfont.woff2') format('woff2'),
    url('../fonts/gothambookitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothamlight';
  src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
    url('../fonts/gothamlight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothamlight_italic';
  src: url('../fonts/gothamlightitalic-webfont.woff2') format('woff2'),
    url('../fonts/gothamlightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothammedium';
  src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
    url('../fonts/gothammedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'gothamregular';
  src: url('../fonts/gotham_regular-webfont.woff2') format('woff2'),
    url('../fonts/gotham_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}






* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;

}

body {
  font-size: 16px;
  background: #fff;
  color: #000;
  font-family: 'cera_proregular';
}

html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
}


.border_radius {
  border-radius: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}


.navbar {
  background: none !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 1px;
}

/**/
@supports(padding:max(0px)) {
  body {
    padding-left: min(0vmin, env(safe-area-inset-left));
    padding-right: min(0vmin, env(safe-area-inset-right));
  }
}

html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
}


/* ============================  */

.hide-desk {
  display: block;
}

.hide-mob {
  display: none
}

@media screen and (max-width:767px) {
  .hide-desk {
    display: none;
  }

  .hide-mob {
    display: block
  }
}


        
        /*======Sticky Header======*/
        .sticky-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #fff;
            border-bottom: 1px solid #ddd;
            padding: 12px 0;
            z-index: 9;
            display: none;
        }

        @media only screen and (max-width:767px) {
            .footer-new{
                padding-bottom: 0;
            }
            .footer-new ul{
                margin-bottom: 30px;
            }
            .footer-new .ctabtn-mob a.order-btn {
                height: 75px;
                line-height: 60px;
                width: 100%;
                text-transform: uppercase;
                color: #fff;
                font-family: 'Gothambold';
                font-style: italic;
                text-decoration: none;
                font-size: 16px;
            }

            .ctabtn-mob {
                background: #B02F53;
                padding: 0;
                position: fixed;
                bottom: 0%;
                left: 0;
                z-index: 99;
                transition: bottom 1s;
                display: table;
                width: 100%;
               
            }
          
        }

/* Main css start  */

.upsHdr {
  background: #fff;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
  position: relative;
}

.upsHdr .menubar {
  padding: 10px 0;
}

.upsHdr .header-text {
  background: #000000;
  text-align: center;
  padding: 5px 0;
}

.upsHdr .header-text p {
  font-family: 'Assistant', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.sticky-header .button-block2,
.upsHdr .button-block2 {
  width: 193px;
  height: 40px;
  left: 1113px;
  top: 40px;
  background: #B02F53;
  text-align: center;
}

.sticky-header .button-block2 a,
.upsHdr .button-block2 a {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  transition: all 600ms ease-in-out;
}

.sticky-header .button-block2 a:hover,
.upsHdr .button-block2 a:hover {
  background: #000;
}

.banner-main {
  background: #fff;
  background-image: url(../images/Union2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 90px 0 40px 0;

}

.banner-main h1 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}

.banner-main h2 {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  margin-bottom: 20px;
}

.banner-main label {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38.4594px;
  line-height: 47px;
  text-align: center;
  color: #000;
}


.banner-main h1 span:nth-child(1) {
  color: #3373B1;
}

.banner-main h1 span:nth-child(2) {
  color: #000;
  font-size: 38px;
  line-height: 54px;
  display: block;
  font-style: normal;
  text-transform: capitalize;
}


.banner-main .banneroffer_tag {
  position: absolute;
  right: -30px;
  top: 0;
}

.banner-main .showmobile {
  display: none;
}

/* @media screen and (max-width: 767px) {
  .banner-main .showmobile {
    display: inline-block;
  }

  .formula-box .button-block a.banner-button::before {
    width: 42.79px !important;
    height: 67.64px !important;
    left: -57px !important;
    bottom: 17px !important;
  }

  .banner-main .showdesktop,
  .banner-main .arrowdownarowtag {
    display: none !important;
  }

  .banner-main .banneroffer_tag {
    position: relative;
    right: 0;
    text-align: center;
    top: 15px;
  }

  .banner-main .banneroffertagbg {
    width: auto;
    display: inline-block;
    padding: 0px 15px;
  }

  .banner-main .tag_save {
    font-size: 20px;
    line-height: 32px;
  }

} */



.banner-main .banner-right .rating-box {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.banner-main .banner-right .rating-box p {
  margin: 0 0 0 5px;
}

.banner-main .banner-right .rating-box img {
  width: 129.88px;
  height: auto;
  vertical-align: text-bottom;
}

.banner-main .banner-right h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  padding: 0;
}

.banner-main .banner-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-main .banner-right ul li {
  background-image: url(../images/Vector.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left top 5px;
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  padding: 0 0 10px 24px;
}

.banner-main .banner-right ul li:last-child {
  padding-bottom: 0;
}

.banner-main .banner-right h4 {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #000;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-main .banner-right h4 img {
  margin-right: 10px;
}

.banner-main .banner-left {
  width: 451px;
  float: right;
  position: relative;
}

.banner-main .banner-left span {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  right: 0px;
  top: -10px;
  width: 107px;
  height: 107px;
  background: #EF8B52;
  border-radius: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.banner-button {
  background: #B02F53;
  box-shadow: 2px 5px 5px rgb(0 0 0 / 10%);
  display: block;
  padding: 18px 0;
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 600ms ease-in-out;
  text-align: center;
  text-decoration: none;
  box-shadow: none !important;
}

.button-block {
  width: 380px;
  display: inline-block;
  margin-top: 40px;

}

/* .button-block a.banner-button::after {
  content: '';
  background-image: url(../images/im-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  position: absolute;
  width: 51.79px;
  height: 90.64px;
  background-size: contain;
  transform: rotate(-8.42deg);
  bottom: 90px;
  right: -51px;
  bottom: 40px;
} */

section.mojo-block {
  background: #3373B1;
  padding: 50px 0;
  text-align: center;
}

section.mojo-block h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
}

section.mojo-block h3 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0;
}

section.mojo-block p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin: 0;
}

section.mojo-block span {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  padding-left: 28px;
  margin-left: 10px;
  border-left: 1px solid #AAB7C3;
  background-image: url(../images/buy.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: left 10px center;
}

.game-block {
  background: #fff;
  text-align: center;
  padding: 60px 0;
}

.game-block h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 38px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #3373B1;
  margin: 0;
}

.game-block h2 span {
  color: #000000
}

.game-block .button-bar {
  min-width: 390px;
  margin: auto;
  margin-top: 35px;
}

.game-block .button-bar {
  width: 420px;
  margin: auto;
  margin: 35px auto;
}

.game-block .tabmain h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin-bottom: 20px;
}

.game-block .tabmain p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.game-block .tabbanner-button {
  background: #B02F53;
  box-shadow: 2px 5px 5px rgb(0 0 0 / 10%);
  display: inline-block;
  padding: 20px 40px;
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 600ms ease-in-out;
  text-align: center;
  text-decoration: none;
  margin-top: 40px;
}

.game-block .tabbanner-button:hover {
  background: #000000;
}

.game-block .pad-box {
  padding-left: 35px;
}

.game-block .tab-button {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  /* color: #000000; */
  color: #B6B6B6;
  outline: none;
  border: none;
  background: transparent;
  padding: 13px 27px;
  position: relative;
  transition: all 20ms ease-in-out;
  /* border-bottom: 1px solid #B6B6B6; */
}

.game-block .tab-button::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 105%;
  background: #B6B6B6;
  left: 0;
  bottom: 0;
}

.game-block button.tab-button.active::after {
  height: 3px;
  background: #3373B1;
  bottom: -0.5px;
  z-index: 9999;
}

.game-block button.tab-button.active {
  color: #000000;
  font-weight: 700;
}
.accor-box {
    margin-top: 30px;
    display: block;
}





.formula-box .button-block a.banner-button::after {
  display: none
}

section.formula-box ul li.desktop-none {
  display: none;
}

.formula-box .button-block a.banner-button::before {
  content: '';
  background-image: url(../images/im-arrow3.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  position: absolute;
  width: 51.79px;
  height: 90.64px;
  background-size: contain;
  transform: rotate(-8.42deg);
  left: -67px;
  bottom: 26px;
  box-shadow: none !important;
}

a.banner-button:hover {
  color: #fff;
  background-color: #000;
  box-shadow: none !important;
}

.banner-main .banner-right blockquote {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000;
  margin: 10px 0 0 0;
}

.banner-main .banner-right blockquote img {
  height: 15.18px;
  width: auto;
  vertical-align: baseline;
}

.banner-main .banner-rightbot {
  margin-bottom: 31px;
  min-height: 105px;
}

.banner-main .banner-rightbot p {
  /* background-image: url(../images/Mask-group.png);
  background-repeat: no-repeat;
  background-size:121px auto;
  background-position: left center; */
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0 0 0 0;
  padding: 0 0 0 105px;
  margin: 0 0 25px 0;
}

.banner-main .banner-rightbot img {
  width: 105px;
  height: auto;
  /* float: left !important; */
  margin-right: 20px;
}



.imgtxt-box {
  background: #B02F53;
}

.imgtxt-box .text-block {
  position: relative;
  /* min-height: 490px; */
  min-height: 770px;
}

.imgtxt-box .container-fluid .row:nth-child(odd) .text-block {
  padding: 115px 70px 40px 27px;
}

.imgtxt-box .container-fluid .row:nth-child(even) .text-block {
  padding: 115px 27px 40px 70px;
}

.imgtxt-box .text-block .box {
  background: #FFFFFF;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 83px;
  /* left: -40px; */
  margin: 0;
  opacity: 1;
}


.imgtxt-box .container-fluid .row:nth-child(odd) .box {
  left: -40px
}

.imgtxt-box .container-fluid .row:nth-child(even) .box {
  right: -40px
}

.imgtxt-box .text-block h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.imgtxt-box .row {
  overflow: hidden;
}

.imgtxt-box .row:nth-child(even) {
  flex-direction: row-reverse;

}

.imgtxt-box .text-block h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 29px;
  line-height: 37px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.imgtxt-box .text-block p {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 30px 0 0 0;
}

.imgtxt-box .image-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  position: relative;
}

.imgtxt-box .image-block .title {
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 31.67px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'gothambook';
  color: #FFFFFF;
  bottom: 20px;
  left: 20px;
}

/* .imgtxt-box .row:nth-child(1) .image-block {
  background-image: url(../images/mdl1.jpg);
}

.imgtxt-box .row:nth-child(2) .image-block {
  background-image: url(../images/mdl2.png);
}

.imgtxt-box .row:nth-child(3) .image-block {
  background-image: url(../images/mdl3.png);
}

.imgtxt-box .row:nth-child(4) .image-block {
  background-image: url(../images/mdl4.png);
}
 */

section.formula-box {
  background: #D9E4EF;
  padding: 60px 0;
  /* background-image: url(../images/know-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  position: relative;
}

section.formula-box h3 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  display: block;
  height: 100%;
  padding-right: 60px;
  border-right: 2px solid #B0C6DC;
}

section.formula-box ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
}

section.formula-box ul li {
  background-image: url(../images/li-arw.svg);
  background-repeat: no-repeat;
  background-size: 14px 15px;
  background-position: left top 7px;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  padding-left: 30px;
  margin-bottom: 20px;
}


.boost-block {
  background: #000000;
  padding: 70px 0;
  background-image: url(../images/boot-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.boost-block .conte {
  padding-right: 85px;
}

.boost-block .conte h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

.boost-block .conte p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  margin-bottom: 10px;
}

.boost-block .conte a.banner-button{
    margin-top: 20px;
}

.order_sections {
  padding: 60px 0;
}

.order_sections .pad-order {
  padding-left: 30px;
}

.order_sections .content_carousel_ver .content-carousel {
  width: 480px;
  display: block;
  position: relative;
  left: 75px;
}

.order_sections .content_carousel_ver .owl-carousel div {
  width: 100%;
}

.order_sections .owl-item.active {
  border: 1px solid #B6B6B6;
}

.order_sections .content_carousel_ver .owl-dot {
  border: 1px solid #B6B6B6 !important;
}

.order_sections .content_carousel_ver .owl-carousel .owl-controls .owl-dot {
  background-size: cover;
  margin-top: 10px;
}

.order_sections .content_carousel_ver .owl-carousel .owl-dots {
  position: absolute;
  top: -15px;
  left: -75px;
  width: 60px;
  height: 100%;
}

.order_sections .content_carousel_ver .owl-carousel .owl-dot {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 15px;
  /* height: 30px; */
  width: 70px;
  height: 70px !important;
}

.order_sections .content_carousel_ver .owl-dot.active {
  border: 1px solid #55BCEE;
}

.order_sections li.nav-item {
  width: 49%;
  background: #FFFFFF;
  border: 1px solid #B6B6B6;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order_sections ul#pills-tab {
  justify-content: space-between;
  margin: 30px 0;
}

.order_sections .form-check-input[type=radio] {
  border-radius: 50%;
  margin: 0 9px 0 0;
}

.order_sections label {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.order_sections label small {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}

.order_sections li.nav-item.active {
  background: #E1E8EE;
  border: 2px solid #000000;
}

.product_box.text-center.active {
  background: #E1E8EE;
  border: 1px solid #000000;
  outline: 1px solid #000;
}
.product_box {
  padding: 10px 0 !important;
}


























.product_box span {
  position: absolute;
  left: inherit;
  right: 10px;
  top: -10px;
  width: 118px;
  height: 20px;
  background: #EF8B52;
  color: #fff;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: auto;
}


.order_sections .pro-button {
  background: #B02F53;
  box-shadow: 2px 5px 5px rgb(0 0 0 / 10%);
  display: block;
  padding: 20px 40px;
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 600ms ease-in-out;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
}

.order_sections .pro-button:hover {
  background: #000;
}

.order_sections .btn-bttext {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 30px;
}

.order_sections h3.title {
  font-family: 'Gothambold';
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #3373B1;
  margin-bottom: 10px;
}

.order_sections h3.title span {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  text-transform: capitalize;
  margin-left: 15px;
}


.order_sections p {
  font-family: 'Assistant';
  font-style: normal;
 /*  font-weight: 400;
  font-size: 18px !important; */
  line-height: 140%;
  color: #000000;
     margin: 5px 0 0 0;
    display: block !important;
}


.order_sections h6 {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #000000;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  margin: 0;
}

.matiria-box {
  padding: 60px 0;
  margin: 0;
}

.matiria-box .mati-block {
  text-align: center;
}

.matiria-box .mati-block img {
  width: 60px;
  height: 60px;
}

.matiria-box .mati-block h5 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin: 15px 0 5px 0;
}

.matiria-box .mati-block p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin: 0;
}


.about-box {
  /* background-image: url(../images/slid-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  background-color: #3373B1;
  padding: 60px 0;
}

.about-box h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}

.about-box h2 span {
  color: #fff;
  display: block;
}


.about-box h3 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.about-box h6 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-bottom: 45px;
}


.about-box p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin: 0;
}

.about-box p span {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  padding-left: 28px;
  margin-left: 10px;
  border-left: 1px solid #AAB7C3;
  background-image: url(../images/Vector2.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: left 10px center;
}








.about-box .shadow-effect {
  background: #fff;
  padding: 35px 15px;
  border-radius: 0;
  text-align: center;
  min-height: 330px;
  /* border: 1px solid #ECECEC;
      box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%); */
}

.about-box #customers-testimonials .item {
  text-align: center;
  opacity: .5;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 8px;
}

.about-box .owl-carousel .owl-stage-outer {
  min-height: 300px;
}

 .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
}

.owl-next {
  position: absolute;
  right: -60px;
  background-image: url(../images/right-arw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  height: 35px;
  width: 35px;
  background-size: contain;
}

.owl-prev {
  position: absolute;
  left: -60px;
  background-image: url(../images/left-arw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  height: 35px;
  width: 35px;
  background-size: contain;
}

.about-box .owl-next {
  position: absolute;
  right: -60px;
  background-image: url(../images/right-arw1.svg)  !important;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  height: 35px;
  width: 35px;
  background-size: contain;
}

.about-box .owl-prev {
  position: absolute;
  left: -60px;
  background-image: url(../images/left-arw1.svg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  height: 35px;
  width: 35px;
  background-size: contain;
}


/* .about-box .owl-item.active.center .shadow-effect {
    padding: 40px 16px;} */
.about-box #customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  margin-top: 0;
}

.about-box .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: 81px;
  margin: 0 auto 15px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 0px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}



.an-new-stl {
  margin-top: 50px;
  margin-bottom: 0;
}


.motive-box {
  padding: 80px 0 60px;
  background-image: url(../images/pro-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.motive-box h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

.motive-box h2 span {
  color: #3373B1;
}

.motive-box h6 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000;
  margin: 0;
}

.motive-box .sec6Hd {
  margin-bottom: 50px;
}

.motive-box .motive-block {
  padding: 0;
  position: relative;
  justify-content: space-around;
  margin-bottom: 50px;
}
.motive-box .col-md-6:nth-child(3) .motive-block{margin: 0;}
.motive-box .col-md-6:nth-child(4) .motive-block{margin: 0;}
.motive-box .motive-block img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  /* position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto; */
}


.motive-box .motive-block h3 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}

.motive-box .motive-block h3 span {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  color: #000000;
  display: block;
  margin-top: 5px;
}

.motive-box .motive-block ul {
  padding: 0;
  list-style: none;
}
.motive-box .text-block {
  width: 70%;
}
.motive-box .motive-block ul li {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  background-image: url(../images/Vector.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left top 5px;
  padding: 0 0 10px 20px;
}

.motive-box .motive-block ul li:last-child {
  padding-bottom: 0
}

.motive-box a.banner-button {
  font-family: 'Gothambold';
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  box-shadow: none !important;
}


.motive-box .btn-opt2::after {
  display: none;
}

.motive-box .btn-opt2::before {
  content: '';
  background-image: url(../images/im-arrow3.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  position: absolute;
  width: 42.79px;
  height: 79.64px;
  background-size: contain;
  left: -65px;
  bottom: 23px;
  transform: rotate(341deg);
}

.motive-box .button-block h4 {
  font-family: 'cera_promedium';
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-decoration-line: underline;
  color: #333333;
  margin: 15px 0;
}

.qa-box .button-block h5,
.motive-box .button-block h5 {
  display: none;
}

.motive-box .button-block blockquote {
  font-family: 'cera_proregular';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  text-align: center;
}

.motive-box .button-block blockquote img {
  height: 15.18px;
  width: auto;
  vertical-align: baseline;
}



section.qa-box {
  padding: 60px 0;
}

.qa-box .text-center h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 50px;

}

.qa-box .text-center h2 span {
  color: #3373B1;
  display: block;
}

.qa-box button.accordion-button {
  background-color: #ffffff00 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
}

.accordion-body {
  padding: 0 !important;
}

.qa-box button.accordion-button.collapsed {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
}

.qa-box .accordion-item {
  border: 1px solid #B6B6B6;
  margin-bottom: 13px;
  background-color: #ffffff !important;
  padding: 15px !important;
}

.qa-box .accordion-button:not(.collapsed)::after {
  content: '' !important;
  transform: none !important;
  background-image: url(../images/mi.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}

.qa-box .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #B6B6B6;
}

.qa-box .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #B6B6B6;
}

.qa-box .accordion-button::after {
  content: '' !important;
  transform: none !important;
  background-image: url(../images/pl.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}

.qa-box div#accordionFlushExample {
  padding: 0;
}

.qa-box .accordion-body {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-top: 20px;

}


.qa-box .button-block h4 {
  font-family: 'cera_promedium';
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-decoration-line: underline;
  color: #333333;
  margin: 15px 0;
}

.qa-box .button-block blockquote {
  font-family: 'cera_proregular';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  text-align: center;
}

.qa-box .button-block blockquote img {
  height: 15.18px;
  width: auto;
  vertical-align: baseline;
}

.qa-box .btn-opt2:hover {
  color: white;
  background: #1a1a1a;
}

.motive-box a.banner-button:hover {
  color: #fff;
  background: #000;
}

.gurantee-box a.banner-button:hover {
  color: white;
  background: #1a1a1a;
}

/* .qa-box .btn-opt2::after {
  content: '';
  background-image: url(../images/im-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  position: absolute;
  width: 51.79px;
  height: 90.64px;
  background-size: contain;
  transform: rotate(-8.42deg);
  bottom: 90px;
  right: -51px;
  bottom: 40px;
  transform: rotate(26.92deg) !important;
  right: -82px !important;
  bottom: 14px !important;

} */

.qa-box .btn-opt2::before {
  display: none;
}

.button-bar .tab-button {
    width: auto !important;
    display: inline-block !important;
}
    
.video_sections {
  background: #000000;
  padding: 50px 0;
  background-image: url(../images/video-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.man_sections {
  background: #3373B1;
  padding: 50px 0;
}

.man_sections h2 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.man_sections h2 span {
  color: #fff;
}

.man_sections p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
}

.man_sections h4 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 0;
}

.man_sections .text-block {
  padding-left: 20px;
}

.catch-block {
  background: #000000;
  padding: 50px 0;
  background-image: url(../images/catch-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.catch-block h3 {
  font-family: 'Gothambold';
  font-style: italic;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.catch-block h3 span {
  color: #3373B1;
  display: block;
}

.catch-block .an-new-stl {
  margin-top: 0;
}

footer {
  padding: 50px 0;
  text-align: center;
}

footer .foot-logo {
  width: 264px;
  margin-bottom: 20px;
}

footer p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
  padding-right: 20px;
}

footer ul li:last-child a {
  padding: 0;
}

footer ul li a:hover {
  color: #B02F53;
}

footer h6 {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin: 0;
}
.order_sections .owl-nav.disabled{display: none !important;}
.order_sections .owl-dots span{display: none !important;}
.owl-dots span{display: none !important;}


.select_button {
    
    position: relative;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
        height: 50px;
}
.select_button p{font-family: 'Assistant';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #000000;    margin-left: 20px !important;}
.select_buttons.active .select_button{      background: #E1E8EE;
    border: 2px solid #000000;}
.sub_buttons {
    margin: 30px 0;
}
.select_button input.inputradio {
    margin-right: 5px;
}


.select_button small {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    color: #000000;
    display: block;
}

.select_button .inputradio {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.select_button::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  background: url('../images/bull2.svg') !important;
    background-repeat: repeat;
    background-size: auto;
  margin-top: -9px;
  background-repeat: no-repeat !important;
  width: 18px;
  height: 18px;
  background-size: 100% !important;
}

.select_buttons.active .select_button { 
    background: #E1E8EE;
    border: 2px solid #000000;}

.select_buttons.active .select_button::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  background: url('../images/bul.svg') !important;
    background-repeat: repeat;
    background-size: auto;
  margin-top: -9px;
  background-repeat: no-repeat !important;
  width: 18px;
  height: 18px;
  background-size: 100% !important;
}
li.subscribe-btn {
    display: inline-block;
    width: 30%;
    margin: 0 14px 0 0;
}
li.subscribe-btn:last-child {margin: 0;}





.order_sections .hide {
  display: flex;
  align-items: center;
  justify-content: space-around;
} .product_box img {
  width: 50px;}

  .order_sections .ln1,
  .order_sections .ln2 {
    width: 35%;
  }
.tab_product .col-md-4 {width: 100%;}
.product_box h2.protexth2, .product_box h3.protexth3 {
  font-size: 16px !important;
  margin-bottom: 3px !important;
}
.product_box h2.protexth2, .product_box h5.protexth5, .product_box img {
  text-align: left !important;
  margin: 0 !important;
}
.product_box h3.protexth3, .product_box h4.protexth4 {
  text-align: right !important;
  margin: 0 !important;
}
.product_box {
  margin-bottom: 15px;
}
li.subscribe-btn {
    display: block;
    width: 100%;
    margin: 0;
}
/* div#selectbuttons1 {
    margin-bottom: 20px;
} */

/*----------------
  Package Section
------------------*/	
.pakage-sec{
	/* float: left !important; */
	width:100%;
	background:#fff;
	padding:60px 0 0;
	}
.package-block{
	/* float: left !important; */
	width:100%;
	padding:0;
        margin: 40px 0 0 0;
	}
/* .switch-opt-box{
	display:inline-block;
	vertical-align:top;
    max-width: 480px;
    width: 100%;
	margin-top:45px;
	}				 */
.switch-opt{
    width: 100%;
	
 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.switch-opt label{
	width:50%;
	background:#fff;
	text-align:center;
	font-size:18px;
	line-height:25px;
	color:#9a9a9a;
	padding:14px 10px;
	cursor:pointer;
	border:2px solid #9a9a9a;
	position:relative;
	}
.switch-opt label.active{ 
	background:#fff5ef; 
	border:2px solid #ff6000;
	color:#ff6000;
	}	
.switch-opt label.fl{ border-right:none;}	
.switch-opt label.fr{ border-left:none;}	
.switch-opt label.fl:before{
	content:'';
	position:absolute;
	top:-2px;
	bottom:-2px;
	right:0;
	border-left:2px solid #ff6000;
	}
		
/*----------
Pakage
----------*/
.pack-sec{
     /* float: left !important; */
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
.package{
	width:32%;
	/* float: left !important; */
	border-radius:20px;
	background:#f6fbff;
	border:1px solid #73a6d3;
	position:relative;
	padding:0 20px 25px;
	text-align:center;
	}
.pgk-3 .pkg-quantity{ margin-top:45px;}		
.pkg-ofr-nm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:250px;
	background:#e50000;
border-radius: 30px;
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 13px;
        margin: auto !important;
    margin-top: -20px !important;
	}
.pkg2-ofr-nm{ background:#f9cb40;}		
.pkg-quantity{
	/* float: left !important; */
	width:100%  !important;
	font-size:22px  !important;
	line-height:22px  !important;
	color:#000  !important;
	/* margin-top:20px  !important; */

	}
.pkg-disc-txt{
	/* float: left !important; */
    width: 100% !important;
    font-size: 42px !important;
    line-height: 44px  !important;
    color: #005bac  !important;
    letter-spacing: 0.5px  !important;
    font-weight: 700  !important;
    margin-top: 8px  !important;	
	}	
.free-shpng{
    /* float: left !important; */
    width: 100%  !important;
    color: #005bac  !important;
    font-size: 16px  !important;
	line-height:16px  !important;
	font-weight: 700  !important;
	letter-spacing:0.5px  !important;
	text-transform:uppercase  !important;
	margin-top:10px;	
	}
.pkg-prodbox{
	/* float: left !important; */
	width:100%;
	position:relative;
	margin-top:24px;
	}
.pkg-bolts{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
.pkg-seal{
    position: absolute;
    top: 25px;
    right: 6px;
	}							
.pkg-list-pric{
	/* float: left; */
    width: 100%;
    font-size: 20px !important;
    color: #6a6a6a !important;
    letter-spacing: 0.5px;
    margin-top: 20px !important;
	}	
.pkg-list-pric span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
	padding:0 7px;
	}	
.pkg-list-pric span:after{
       content: '';
    left: -2px;
    right: -2px;
    height: 2px;
    background: #F00;
    position: absolute;
    transform: rotate(-1deg) !important;
    -webkit-transform: rotate(-1deg) !important;
    top: 0;
    bottom: 0;
    margin: auto;
	}	
.pkg-pric{
	/* float: left !important; */
	width:100% !important;
	font-size:26px !important;
	line-height:26px !important;
	color:#141414 !important;
	letter-spacing:0.2px !important;
	font-weight:700 !important;
	margin-top:10px !important;
	}	
.pkg-pric span{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:17px;
	font-weight:400;
	}		
		
.pkg-prd-rat{
    /* float: left !important; */
    width: 100%;
    margin-top: 20px;
	}
.pkg-prd-rat img{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 0 0;
	}
.pkg-prd-rat p{
    display: inline-block;
    vertical-align: middle;
	font-size:15px;
	color:#333333;
	letter-spacing:0.2px;	
	}
.day-txt{
    /* float: left !important; */
    width: 100% !important;
    color: #000 !important;
    font-size: 17px !important;
	line-height:17px !important;
	letter-spacing:0.5px !important;
	margin-top:14px !important;	
	}
				
a.subscribe-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 50px;
    background: #ff6000;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
	letter-spacing:0.5px;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
    text-decoration: none;
	}	
.delivery-txt{
    /* float: left !important; */
    width: 100%;
    color: #434343;
    font-size: 12px;
	line-height:12px;
	letter-spacing:0.3px;
	margin-top:15px;	
	}	
	.switch-opt-box{
    display: block;
    max-width: 480px;
    width: 100% !important;
    margin-top: 45px !important;
    margin: auto !important;
    float: none;
	}				
.switch-opt{
    width: 100%;
	
 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.switch-opt label{
	width:50%;
	background:#fff;
	text-align:center;
	font-size:18px;
	line-height:25px;
	color:#9a9a9a;
	padding:14px 10px;
	cursor:pointer;
	border:2px solid #9a9a9a;
	position:relative;
	}
.switch-opt label.active{ 
	background:#fff5ef; 
	border:2px solid #ff6000;
	color:#ff6000;
	}	
.switch-opt label.fl{ border-right:none;}	
.switch-opt label.fr{ border-left:none;}	
.switch-opt label.fl:before{
	content:'';
	position:absolute;
	top:-2px;
	bottom:-2px;
	right:0;
	border-left:2px solid #ff6000;
	}
.switch-opt {  
    background: #3373B1;
    border-radius: 50px;
    padding: 8px;
    display: flex;
flex-wrap: wrap;
justify-content: space-between;}

.switch-opt label.fl {
 border: none;
}

.switch-opt label.fr {
  border: none;
}

.switch-opt label {
  width: 50%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding: 11px 0px;
  cursor: pointer;
  position: relative;
  background: #fff0;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
}    

.switch-opt label.fl::before { border: 0;}

.switch-opt-box #slct-pkg {
  align-items: center;
  font-weight: 700;
}

.switch-opt label.active {
  background: #fff; 
}

.switch-opt label.active {
  color: #3374b1;
}

.switch-opt-box #slct-pkg label.subs.active span:last-child {
  color: #cc6a16d4;
}

  @media only screen and (max-width: 500px) { 
.switch-opt label {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  color: #ffffff;
}
}
/* RESPONSIVE */
@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1366px) {}

@media screen and (min-width: 1280px) {}

@media screen and (max-width:1199px) {
    .select_button p {
    font-size: 12px;
    line-height: 107%;
}
  .banner-main h1 {
    font-size: 30px;
  }

  .game-block .tabmain p {
    font-size: 16px;
  }

  .order_sections .content_carousel_ver .content-carousel {
    width: 100%;
    left: 0;
  }

  .order_sections .pad-order {
    padding-left: 0;
  }

  .motive-box .motive-block h3 span {
    font-size: 11px;
  }

  .motive-box .motive-block ul li {
    font-size: 12px;
  }

  .matiria-box .mati-block h5 {
    font-size: 14px;
  }

  .about-box h3 {
    font-size: 18px;
  }

  .about-box h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .about-box .shadow-effect {
    min-height: 300px;
  }

  .motive-box .motive-block {
    min-height: 306px;
  }

}

@media screen and (max-width:1080px) {
  .order_sections label {
    font-size: 13px;
  }

  input.form-check-input:checked,
  input.form-check-input {
    background-size: 13px !important;
  }

  .order_sections .content_carousel_ver .content-carousel {
    width: 80%;
    left: 17%;

  }

  .catch-block h3 {
    font-size: 30px;
  }

  .accor-box button.accordion-button.collapsed,
  .accor-box button.accordion-button {
    font-size: 14px !important;
    box-shadow: none;
  }

  .accor-box .accordion-body {
    font-size: 13px !important;
    line-height: 17px !important;
  }









}

@media screen and (max-width:991px) {
    #selectbuttons1 {
    margin-bottom: 20px;
}
  .banner-main .banner-left {
    width: 100%;
  }

  .banner-main h1 {
    font-size: 24px;
  }

  .banner-main h2 {
    font-size: 14px;
  }

  .banner-main .banner-right ul li {
    background-size: 13px auto;
    font-size: 13px;
    padding: 0px 0 10px 18px;
  }

  .button-block {
    width: 100%;
    display: block;
  }

  .banner-main .banner-right h4 {
    font-size: 12px;
  }

  a.banner-button {
    padding: 15px 0;
    font-size: 15px;
    box-shadow: none !important;
  }

  .banner-main .banner-right blockquote {
    font-size: 13px;
  }

  .banner-main .banner-right h4 img {
    height: 12px;
  }

  .banner-main .banner-left span {
    font-size: 12px;
    right: 16px;
    top: -16px;
    width: 80px;
    height: 80px;
  }

  section.formula-box h3 {
    font-size: 28px;
  }

  section.formula-box ul li {
    background-size: 11px 12px;
    font-size: 13px;
    padding-left: 25px;
    margin-bottom: 20px;
  }

  .game-block .tabmain h2 {
    font-size: 25px;
  }

  .game-block .tabmain p {
    font-size: 13px;
  }

  .game-block .tabbanner-button {
    padding-top: 15px;
    font-size: 15px;
    padding-bottom: 15px;

  }

  .boost-block .conte {
    padding-right: 35px;
  }

  .boost-block .conte h2 {
    font-size: 30px;
  }

  .boost-block .conte p {
    font-size: 12px;
  }

  .order_sections .col-md-6 {
    width: 100%;
  }

  .order_sections .content_carousel_ver .owl-carousel .owl-dots {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    display: flex;
    justify-content: center;
  }

  .order_sections .content_carousel_ver .owl-carousel .owl-dot {
    display: inline-block;
    margin: 10px 8px;
  }

  .order_sections h3.title {
    font-size: 30px;
  }

  .order_sections h3.title span {
    font-size: 15px;
  }

  .order_sections p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .order_sections .content_carousel_ver .content-carousel {
    width: 50%;
    left: 0;
    margin: auto;
  }

  .man_sections h2 {
    font-size: 30px;
  }

  .man_sections p {
    font-size: 14px;
  }

  .man_sections h4 {
    font-size: 13px;
  }
  .motive-box .col-md-3 {
    width: 50%;
    margin-bottom: 70px;
}
.motive-box .row .col-md-3:nth-child(3)  {
  margin-bottom: 0;
}
.motive-box .row .col-md-3:nth-child(4){
  margin-bottom: 0;
}
.motive-box .motive-block {
  min-height: 100%;
}
.motive-box .motive-block ul li {
  background-position: left top 3px;}

  .matiria-box .col-md-2 {
    width: 33.33%;
    margin-bottom: 20px;
    height: 100%;
}
.matiria-box .row .col-md-2:nth-child(4), .matiria-box .row .col-md-2:nth-child(5), .matiria-box .row .col-md-2:nth-child(6) {
  margin-bottom: 0;
}
.about-box h2 {
  font-size: 35px;}








}

@media screen and (max-width:767px) {
    .package {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 25px;
}
.pakage-sec{ padding:40px 0 0;}
.switch-opt-box{ margin-top:30px;}
.pack-sec{ margin-top:0;}
.pkg-ofr-nm{ font-size: 20px;}
.pgk-3{ margin-top:30px;}
.pgk-3 .pkg-quantity{ margin-top:25px;}	
.pkg-list-pric{ font-size:20px;}
.pkg-pric{ font-size:26px; line-height:26px;}
.pkg-seal{ right:34px;}
    #selectbuttons1 {
    margin-bottom: 20px;
}
  .motive-box .text-block {
    width: 100%;
    margin-left: 20px;
}

section.mojo-block span {
  background-image: url(../images/buy2.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: left 10px center;
}
.order_sections .owl-dot.active {
  border: 1px solid #000 !important;
}

.motive-box .motive-block {
  margin-bottom: 0px;
}
.motive-box .motive-block ul {
  margin-top: 15px;
}
  .order_sections li.nav-item {
      width: 100%;
      height: 45px;
      padding-left: 7%;
      position: relative;
      margin-bottom: 12px;
      justify-content: flex-start;
    }
  
    .order_sections .form-check-input[type=radio] {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
    }
  
    .order_sections label {
      padding-left: 21px;
      line-height: 17.6px;
    }
  
   
    .product_box h2.protexth2,
    .product_box h5.protexth5,
    .product_box img {
      text-align: left !important;
      margin: 0 !important;
    }
  
    .product_box h3.protexth3,
    .product_box h4.protexth4 {
      text-align: right !important;
      margin: 0 !important;
    }
  
    
  
    .product_box {
      margin-bottom: 20px;
    }
  
    .motive-box .owl-carousel .owl-stage-outer {
      padding:10px 0 0 0;
    }
  
    .motive-box .owl-carousel .owl-item img {
      width: 100px;
      height: 100px;
    }

    .menubar .col-md-6{width: 50%;}

    .sticky-header .button-block2,
    .upsHdr .button-block2 {
      width: 130px;
      height: 34px;}

      .sticky-header .button-block2 a,
      .upsHdr .button-block2 a {
        font-size: 14px;
        line-height: 34px;}
        .banner-main {
          background: #1A1A1A;
          background-image: url(../images/banner-mob.jpg);
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          margin: 0;
          padding: 30px 0 20px 0;
      }
      .banner-main h2 {
        font-size: 18px;
    }
    .banner-main .banner-right ul li {
      background-size: 16px auto;
      font-size: 16px;
      padding: 0px 0 10px 23px;
  }

  .button-block {
    margin-top: 30px;
}
.banner-main .banner-right h4 {
  font-size: 16px;
}
.banner-main .banner-right h4 img {
  height: 16px;
}
a.banner-button {
  padding: 18px 0;
  font-size: 16px;
  box-shadow: none !important;
}
.banner-main .banner-right blockquote {
  font-size: 16px;
}
.banner-main .banner-left {
  width: 264px;
  margin: 0 auto;
  float: none;
  margin-top: 28px;
}
.banner-main .banner-left span {
  font-size: 14px;
  right: -14px;
  top: -8px;
  width: 89px;
  height: 89px;
}
section.mojo-block h2 {
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0 15px 0;
}
section.mojo-block h3 {
  margin: 0 0 25px 0;
}
section.formula-box {
  padding: 50px 0;}
  section.formula-box h3 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    height: auto;
    border: none;
}
section.formula-box ul {
  padding: 0;
}
section.formula-box ul li {
  background-size: 15px 14px;
  font-size: 18px;
  margin-bottom: 20px;
}
.game-block {
  padding: 50px 0;
}
.game-block h2 {
  font-size: 30px;
  line-height: 33px;
  text-align: left;}
  .game-block .button-bar {
    width: 100%;
    margin: 30px auto;
}
.game-block button.tab-button.active {
  width: auto;    display: inline-block;
}
.game-block .tab-button::after {
  width: 116%;
  left: -18px;
}
.game-block .pad-box {
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: 20px;
}
.game-block .tabmain h2 {
  margin-bottom: 15px;font-size: 20px;
}
.game-block .tabmain p {
  font-size: 18px;
}
.game-block .tabbanner-button {
  padding-top: 20px;
  font-size: 16px;
  padding-bottom: 20px;
  display: block;
  margin-top: 30px;
  padding: 20px 0;
}

.boost-block .conte h2 {
  margin-bottom: 30px;
}
.boost-block .conte p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
}
.order_sections .content_carousel_ver .content-carousel {
  width: 320px;
}
.order_sections .content_carousel_ver .owl-carousel .owl-dots {
  width:100%;
  margin: auto;
}
.order_sections .content_carousel_ver .owl-carousel .owl-dot {
  width: 60px;
  height: 60px !important;
  margin: 10px 5px;
}
.order_sections h3.title {
  margin-top: 30px;}
  .order_sections h3.title span {
    font-size: 16px;
}
.order_sections p {
  font-size: 18px;}
  .order_sections label {
    font-size: 16px;
}
.order_sections li.nav-item {
  height: 51px;}

.order_sections ul#pills-tab {
  padding-bottom: 15px;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 25px;}

  
.product_box span {
  left: inherit;
  right: 10px;
}
.order_sections .pro-button {
  margin-top: 10px;
}
.order_sections .pro-button {
  font-size: 16px;}
  .accor-box button.accordion-button.collapsed, .accor-box button.accordion-button {
    font-size: 18px !important;
    box-shadow: none;
}
.order_sections {
  padding: 50px 0;
}
.man_sections h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.man_sections p {
  font-size: 19px;
  margin-top: 20px;
}
.man_sections .text-block {
  padding-left: 0;
}
.man_sections h4 {
  font-size: 18px;
}
.motive-box {
  padding: 50px 0;}
  .motive-box h2 {
    font-size: 30px;
    text-align: left;    margin-bottom: 15px;}

    .motive-box h6{font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
  color: #000;    margin-bottom: 15px;}

  .motive-box .motive-block h3 {
    font-size: 18px;}
    .motive-box .motive-block h3 span {
      font-size: 14px;
  }
  .motive-box .motive-block ul li {
    font-size: 16px;
    line-height: 22px;
    background-position: left top 5px;
    background-size: 16px auto;
    padding: 0 0 10px 27px;
}
/* .motive-box .motive-block {
  padding: 65px 17px 25px 17px;
  min-height: 320px !important;
} */
.owl-carousel .owl-nav {
  position: relative;
  top: 25px;
  left: 0;
  width: 50%;
  right: 0;
  margin: auto;    z-index: 99999999;
}
.owl-carousel .owl-nav {
  position: relative;
  top: 25px;
  left: 0;
  width: 50%;
  right: 0;
  margin: auto;    z-index: 99999999;
}
.about-box .owl-prev {
  left: 0;}
.about-box .owl-next {
    right: 0;}
.owl-prev {
  left: 0;}
  .owl-next {
    right: 0;}
    .owl-carousel .owl-dots {
      position: relative;
      top: 40px;}

      .motive-box a.tabbanner-button {
        display: block;
        text-align: center;
        margin-top: 60px;
        background: #B02F53;
    box-shadow: 2px 5px 5px rgb(0 0 0 / 10%);
    display: block;
    padding: 18px 0;
    font-family: 'Gothambold';
    font-style: italic;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 600ms ease-in-out;
    text-align: center;
    text-decoration: none;
    font-size: 16px;

    box-shadow: none !important;
    }

    .motive-box a.tabbanner-button:hover {
      color: #fff;
      background: #000;
  }
  .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #000;
    transform: translate3d(0px, -50%, 0px) scale(0.5);
    border-radius: 50%;
}

.about-box .owl-carousel .owl-dots .owl-dot span{transform: translate3d(0px, -50%, 0px) scale(0.5);border-radius: 50%;background: #ffffff00; border: 1px solid #fff;}

.about-box .owl-carousel .owl-dots .owl-dot.active span, .about-box .owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
  transform: translate3d(0px, -50%, 0px) scale(0.5);
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot span{transform: translate3d(0px, -50%, 0px) scale(0.5);border-radius: 50%;background: #ffffff00; border: 1px solid #000;}



.matiria-box .col-md-2 {
  width: 50%;}




  .matiria-box .mati-block h5 {
    font-size: 18px;
}
.about-box h2 {
  font-size: 30px !important;
  text-align: left;
  margin-bottom: 30px;
}
.about-box .shadow-effect {
  padding: 30px;
}
.about-box h6 {
  font-size: 18px;
  line-height: 22px;
}
.qa-box .text-center h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.qa-box .text-center h2 span {
  display: inline;
}
.accor-box .accordion-body {
  font-size: 16px !important;
  line-height: 22px !important;
  width: 93%;
}
.catch-block h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.catch-block a.banner-button {
  padding: 18px 0;
  font-size: 16px;
  margin-top: 30px;
  box-shadow: none !important;
}
.boost-block .conte {
  padding-right: 0;
}
.owl-dots span{display: block !important;}
.game-block .tab-button::after {
  width: 100%;
  left: 0;
}
.game-block .button-bar {
  min-width: 100%;}
  .game-block .tab-button.active::after {
    width: 110%;
    left: -5px;
}
.game-block .tab-button::after {
  width: 104%;
  left: 0px;
}
/* .owl-dots .owl-dot.active {
  border: 1px solid #000000 !important;
} */
}

@media screen and (max-width:400px) {
  .order_sections .content_carousel_ver .content-carousel {
    width: 100%;
}
section.formula-box ul li {
  font-size: 18px;
  padding-left: 34px;
}
.game-block .tab-button {
  padding: 13px 22px;}
  .game-block .tab-button::after {
    width: 105%;}

}
@media screen and (max-width:380px) {
  .game-block .tabmain p {
    font-size: 14px;
}

}




@media screen and (max-width:360px) {
  .game-block .button-bar {
    min-width: 100%;}
    .game-block .tab-button {
      padding: 13px 23px;}

      .game-block .tab-button::after {
        width: 106%;
        left: -3px;
    }
    .game-block .tab-button {
      padding: 13px 10px;     width: 30.33%;    font-size: 14px;}
      .game-block button.tab-button.active {
        width: 30.33%;}




}

