

@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boogaloo&display=swap');

body {
  font-family: 'Asap', sans-serif;
}
.logo {
    height: 80px;
    padding: 10px 0;
     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.navbar {
  padding: 0px;
}
.wrapper {
  max-width: 1100px;margin: auto;
}
.social-ico {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-top:-5px;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-ico:hover {
 margin-top: -5px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 58%);
    line-height: 40px;
}
header {
  /*height: 80px;*/
    position: fixed;
   background-color: #fff;
       border-bottom: solid thin #e4e4e4;
    z-index: 100000;
    width: 100%;
       -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header-inside {
   background-color: #fff;
}
.new-banner-cc {
    padding:120px 0 160px 0;
    background-image: url(../img/home_banner.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    border-bottom: 5px solid #fdc800; 
}
.new-banner-cc h1 {
  font-family: 'Boogaloo', cursive;
  font-size: 50px;
}
.bnr-img img {
height: 65px;margin-left: -15px;margin-bottom: 5px;
}
.design-a {
  color:#2D2D2D;
}
.design-f {
  color:#FB8806;
}
.design-b {
font-family: 'Amatic SC', cursive;
}
.design-c {
    float: left;
    margin-top: 3px;
    font-size: 36px;
    color:#4BBCC0;
}
.banner-bt {
  margin-top: 25px;display: inline-block;
}
.bnr-bt-cc {
clear: both;
}




.home-left-top-img {
  position: absolute;top: 300px;left: 0;width: 180px;
   z-index: 0;
}
.home-right-top-img {
  position: absolute;top: 80px;right: 0;width: 140px;
   z-index: 0;
}
.home-left-footer-img {
  position: absolute;bottom: 0px;left: 0;width: 180px;
   z-index: 0;
}
.header-fixed {
   background-color: #fff;
  box-shadow: -6px 16px 17px -19px rgba(0,0,0,0.25);
-webkit-box-shadow: -6px 16px 17px -19px rgba(0,0,0,0.25);
-moz-box-shadow: -6px 16px 17px -19px rgba(0,0,0,0.25);
border: none;
}
.header-fixed .logo {
    padding: 10px 0;
    height: 70px;
}
.header-fixed  {
  height:70px!important;
}
.swiper-container {
    height: 100%!important;
}
nav a {
  font-family: 'Boogaloo', cursive;
    font-size: 17px;
    padding: 0 14px!important;
    line-height: 30px;
    letter-spacing: .4px;
    color: #000!important;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;

}
.social-top a {
padding: 0 0px!important;
display: inline-block!important;
}
.home-books-cc {
position: relative;
  padding-top: 50px;

    padding-bottom: 80px;
}
.banner {
  padding-top: 70px;
  padding: 80px 0;
  padding-bottom: 0px;
  background-color: #FDC700;
   background-image: url(../img/banner_left.svg);
    background-position: center left,center right;
    background-repeat: no-repeat no-repeat;
}
.particle-img {
      position: absolute;
    margin-top: -50px;
}
.banner p {
  max-width: 300px;
  margin: auto;
  text-align: center;
  color: rgba(10, 40, 86, 0.7);
  margin-top: 15px;
}
.banner h1 {
  padding-top: 60px;
  margin: auto;
  max-width: 600px;
  font-size: 52px;
  text-align: center;
  font-family: 'Amatic SC', cursive;
}
.hom-grid { 
  background-color: #fff;
padding: 0px;/*margin: 14px;*/ border-radius: 15px; 
/*border: 1px solid #E6E6E6; */   height: 100%;
box-sizing: border-box;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius:4px;
/*max-width: 537px;*/
overflow: hidden;
 -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.hom-grid:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
}
.hom-grid img {     margin: auto;
    display: block;     width: 100%;}
/*.hom-grid:hover {
  margin-top: -20px;
}*/
.login-bt {
width: auto;
    padding: 6px 20px!important;
    background-image: url(../img/login_bg.svg);
    background-size: 100%;
    color: #000;
    font-size: 18px;
    margin-left: 25px;
}
.myaccount-bt {
    width: auto;
    padding: 10px 20px!important;
    background-image: url(../img/account_bg.svg);
    background-size: 100%;
    color: #000;
    font-size: 18px;
    margin-left: 25px;
    margin-top: -8px;
background-repeat: no-repeat;
background-position: center;
}
.myaccount-bt:hover {
 color: #000!important;
}
.myaccount-login-bt:hover {
 color: #000!important;
}
.home-grid-but {
width: auto;
    padding: 9px 20px 10px;
    background-image: url(../img/button_bg.svg);
    background-size: 100%;
    color: #000;
    font-size: 18px;
    font-family: 'Boogaloo', cursive;
    background-repeat: no-repeat;background-position: center;letter-spacing: .5px;
}
.browse_bt {
  width: auto;
    padding: 9px 20px 10px;
    background-image: url(../img/browse_bt.svg);
    background-size: 100%;
z-index: 10;
    font-size: 18px;
    font-family: 'Boogaloo', cursive;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff!important;margin-right: 15px;letter-spacing: .5px;
}
/*.shake {

}*/
@keyframes shake{ 
     0%{ 
       transform: translateX(0) 
     } 
     25%{ 
       transform: translateX(10px); 
     } 
       
     50%{ 
       transform: translateX(-10px); 
     } 
     100%{ 
       transform: translateX(0px); 
     } 
   } 
.shake:hover {
animation:  shake 0.3s; 
}
.browse_bt:hover {
  animation:  shake 0.3s!important;text-decoration: none; 
}
.bnr-bt-cc {
  position: relative;
  z-index: 10;
}
.xmas-text-c p {
  position: relative;
  z-index: 10;
}
.new-x-mas-cc {
  background-color: #F6F6F6;
  overflow-x: hidden;
  padding: 175px 0;
  background-image: url(../img/ramadan_background.jpg);
  background-size: cover;
    background-blend-mode:multiply;
}
.new-x-mas-cc img {
  max-height: 450px;
  position: relative;z-index: 10;
}
.xmas-text-c {
display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    text-align: left;
    position: relative;
}
/*.xmas-text-c:before {
content: "";
    background-image: url(../img/xmasu_bg.svg);
    position: absolute;
    z-index: 0;
    width: 744px;
    height: 464px;
    margin-left: -270px;
    bottom: -20px;
    background-repeat: no-repeat;
}*/
.xmas-book-c {
  position: relative;
}
/*.xmas-book-c:after {
content: "";
    background-image: url(../img/xmas-right_bg.png);
    position: absolute;
    z-index: 0;
    right: 0;
    width: 607px;
    height: 502px;
    margin-right: -480px;
    bottom: -20px;
    background-repeat: no-repeat;
}*/
.new-x-mas-cc h2 {
font-family: 'Boogaloo', cursive;
    z-index: 20;
    font-size: 42px;
    position: relative;
    text-transform: uppercase;

}
.new-x-bt {
    margin-top: 20px;
    display: inline-block;
    padding: 9px 25px 10px;
}
.xmas-style-b {
font-family: 'Amatic SC', cursive;
}
.home-grid-line-bt {
width: auto;
    padding: 9px 20px 10px;
    background-image: url(../img/line_bt_bg_fill.svg);
    background-size: 100%;
    color: #fff;
    font-size: 18px;
    font-family: 'Boogaloo', cursive;
    background-repeat: no-repeat;
    background-position: center;
}
.login-cc .input-groupp {
  position: relative;
  width: 100%;
}
.login-cc .toggle {
    background: none;
    border: none;
    color: #686868;
    /* display: none; */
    font-size: 22px;
    font-weight: 600;
    /* padding: .5em; */
    position: absolute;
    right: .75em;
    top: 12px;
    z-index: 9;
}
.cust-login-bt {
  margin-top: 15px;
    font-size: 22px;
    text-align: center;
    width: 100%;
    display: block;
    color: #000;
    max-width: 537px;
}



.fa {
  font-size: 2rem;
}


.fix-bit {
       justify-content: center;margin-top: 15px;
}
a:hover {
  color: #000;
}
.hom-img-c {
width: 100%;
float: left;
}
.hom-img-c img {
  max-height: 100%;
}
h4 {
  font-family: 'Boogaloo', cursive; text-transform: uppercase;font-size: 28px;
}
.content-home-grid {
width: 100%;
float: left;padding-top: 25px;padding-bottom: 25px;
position: relative;
text-align: center;
padding-left: 25px;
padding-right: 25px;
}
.active {
  color: #FDC700!important;
}
.active:after {
    content: "";
    display: inline-block;
    position: absolute;
    /* background-color: red; */
    height: 15px;
    width: 100%;
    background-image: url(../img/active_bg.svg);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -6px;
}
header a:hover {
color: #E1B100!important;
  }

.form-signin .log-email {
  border-bottom-left-radius:0px!important;
  border-bottom-right-radius:0px!important;
}
.form-signin .log-email:focus {
  border-bottom-left-radius:0px!important;
  border-bottom-right-radius:0px!important;
  }
.form-signin .checkbox {
  margin-bottom: 17px!important;
}
.inside-pages-cc {
  padding-bottom: 80px;
}
.prj-sing-title {
  text-align: center;padding: 30px 0;font-family: 'Boogaloo', cursive;margin-bottom: 0px;
}
.fakeusernameremembered {
  height: 0px;border: none;padding: 0px!important;margin: 0px!important;    width: 0;
}
.logged-home-class {
  padding-top: 40px;
}
.logged-class {
  padding-top: 125px;
}
.login-cc  {
  padding-top: 150px;
  background-color: #fff;
    padding-bottom: 80px;
  /*  background-image: url(../img/home_bg.svg);*/
    background-position: center 200px;
    background-repeat: no-repeat;
    font-family: 'Boogaloo', cursive;
}
.login-cc .input-style:focus {
  outline: none!important;
  border: 1px solid #DEDEDE;
}

.form-signin {
  max-width: 380px;
  padding: 25px 35px 35px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}

.form-signin .checkbox {
  font-weight: normal;
}
.border-radius-0 {
  border-radius: 0px!important;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.home-books-cc .col-md-6 {
  margin-bottom: 40px;
}








.dropdown-item.active {
    background-color: #ebbb0a!important;
    color: #fff;
}

.dropdown-menu.radio .dropdown-item { 
  position:relative;
  overflow:hidden; 
  cursor:pointer;
  display: inline-block;
  width: 48%;
  border: solid thin #e0e0e0;
   }
.dropdown-menu.radio .dropdown-item img {
    margin: 8px 0;
    margin-left: -12px;
}
.dropdown-menu {
 padding: 10px;padding-top: 15px;padding-left: 15px;padding-right: 15px;padding-bottom: 5px!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    border: solid thin #EBBB0A!important;
}
header a:hover {
    color: #E1B100!important;
}
/*.nav a:hover {
  color: #000!important;
}*/
.active_bt {background-color:#a4fbb8!important;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #EBBB0A;
    border: navajowhite;
    outline: none;
}
.dropdown-item:after {
background-image: none;
}
.dropdown-item {
  border-radius: 5px;
}
.drop {
  text-decoration: none;
}
.active_bt:after {
  display: none!important;
}
.sing-form-cc .dropdown-toggle::after {
      margin-top: 15px;
}
ins {
   text-decoration: none;
}
.btn-light.focus, .btn-light:focus {
  box-shadow:none;
}
.checkbo button:focus {
  font-size: 26px; 
}
.dropdown-menu.radio input { 
  visibility: hidden; 
  position:absolute; left: -30px; }

.dropdown-menu.radio i { 
  font-weight:normal; font-style:normal; 
  display:block;visibility: hidden; height: 0px;}

.dropdown-item.active {
  background-color:#555; color:#fff;
}
.swiper-container {
  height:60vh!important;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #f4f4f4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width:auto!important;
      max-width: 651px;
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #f4f4f4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width:auto!important;
      max-width: 651px;
    }


.swiper-slide img {
  width: auto;
  height: 100%!important;
}
.swiper-pagination-bullet-active {
    background: #FDC700!important;
}
.rate-cc {
  clear: both;color: #F00025;text-align: center;padding: 40px 0;font-family: 'Boogaloo', cursive;font-size: 24px;
}
.gray {
  color: #818181;margin-left: 30px;
}

.sing-form-cc {
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.08);
  padding: 30px 0 7px 0;border: 1px solid #efefef;
}
.sing-form-cc_b {
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.08);
  padding: 30px 0 30px 0;border: 1px solid #efefef;
}
.flip-title {
  clear: both;text-align: center;
  padding: 45px 0 40px 0;
}
.flip-title p {
  margin-bottom: 0px;
}
.descr-cc {
  padding: 50px 0; color: #546989;font-size: 14px;
}
p {
  color: #546989;font-size: 14px;line-height: 25px;
}
.radio-bt-cc {
  margin-top: 20px;
}
.rdio label {
  color: #F00025!important;font-family: 'Boogaloo', cursive;font-size: 20px;margin-top: -12px;
}
.rdio span {
  color: #818181!important;font-family: 'Boogaloo', cursive;font-size: 20px;
}
.desc-content {
  margin-top: 40px;
}
.count { display: block; font-size: 22px;color: #0A2856;}
.lbll { display: block;}
.input-style {
  background: rgba(255, 255, 255, 0.5);
border: 1px solid #DEDEDE;
box-sizing: border-box;
border-radius: 10px;
padding: 10px 15px!important;width: 100%;font-family: 'Boogaloo', cursive;font-size: 26px;
}
/*.sing-form-cc .input-style {
  text-align: left!important;
  Amatic SC
}*/

.address-cc {
  clear: both;
  margin-top: 30px;
  width: 100%;
  float: left;

    display: none;
}
.address-cc h3 {
font-family: 'Boogaloo', cursive;
    font-size: 18px;
    padding-bottom: 10px;clear: both;
}
.address-cc input,.address-cc textarea, .address-cc select {
  font-family: 'Boogaloo', cursive;font-size: 16px;
}

select:required:invalid {
  color: gray;
}
option[value=""] {
 /* display: none;*/
 color: gray;
}
option {
  color: black;
}

.forms-row {
  margin-bottom: 20px;
}
.save-bt {
  background: rgba(255, 255, 255, 0.5);
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 10px;
 
    font-family: 'Amatic SC', cursive;
    font-size: 26px;
    background-color: #EBBB0A;
    border: solid thin #EBBB0A;
  width: auto!important;
    min-width: 100px!important;
    height: 45px!important;
    line-height: 45px!important;
    padding: 0px!important;

}
.total-prize {
    position: absolute;
    /* padding-bottom: 15px; */
    z-index: 100;
    /* background-color: red; */
    padding: 3px 10px;
    border-radius: 10px;
    margin-top: -28px;
    width: 100%;
    text-align: center;
    color: red;
    font-weight: 700;
     font-size: 15px; 
}
.total-prize span {
  color:#464646!important; 
}
.input-style:focus {
border-radius: 10px;
outline: none;border:solid 1px #000;
  }
  button:focus {
border-radius: 10px;font-size: 22px;
outline: none;
  }
.resetdiv .form-submit {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 3px;
    height: 38px;
    padding: 0px 15px!important;
    /*width: 100%;*/
    font-family: 'Boogaloo', cursive;
    font-size: 24px;
    background-color: #EBBB0A;
    border: solid thin #EBBB0A;
    color: #fff;
    display: inline-block;
    width: 21%;
}
.inpu-c {
  margin-bottom: 25px;
}
.sing-form-cc {
  position: relative;
}
footer .wrapper {
position: relative;
}
.footer-child {
    float: right;
    margin-top: 44px;
    position: absolute;
    right: 0;
}
/*.sing-form-cc:after {
  content: "";
  position: absolute;
  z-index:-1;top: 15px;
  width: 186px;
  height: 77px;
  background-image: url(../img/child.svg);
  background-repeat: no-repeat;
}*/

.cutom-style-abot {
  padding: 50px;text-align: center;
}
.title-desc {
  font-size: 16px;
    max-width: 800px;
    margin: auto;text-align: center;
}

.font-norm {
  font-size: 18px!important;
    font-family: 'Boogaloo', cursive!important;
    padding-top: 15px!important;padding-bottom: 15px!important;
}

.log-bt-inside-for {
    width: auto;
    padding: 6px 20px!important;;
    color: #000;
    font-size: 18px;
    margin-left: 25px;
    border: solid thin #eee;
    float: right;
    border-radius:10px;
        margin-top: 3px;
}
.list_img_c {
  width: 100px;
  float: left;height: 100%;
}
.cutom-style-abot {
font-size: 28px;
    color: #FA8807;
    padding: 50px;
    text-align: center;
    font-family: 'Amatic SC', cursive;
        padding-top: 10px;
}
.cutom-style-faq {
font-size: 28px;
    color: #FA8807;
    text-align: left;
    font-family: 'Amatic SC', cursive;
        padding-top: 10px;
}
.faq-cc h3 {
      font-size: 20px;
}
.faq-cc li {
  color: #546989;
    font-size: 14px;
    line-height: 25px;
}
.loader-cc {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffb8;
    overflow: hidden;
    position: fixed;
    left: 0;right: 0;bottom: 0;top: 0;
    z-index: 10000;
    display: none;
    z-index:999999;
}

.loader {
    width: 150px;
    height: 150px;
    font-size: 25px;
    box-sizing: border-box;
    border-top: 0.3em solid #804CBF;
    border-radius: 50%;
    position: relative;
    animation: rotating 2s ease-in-out infinite;
    --direction: 1;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-sizing: border-box;
    top: -0.2em;
}

.loader::before {
    border-top: 0.3em solid #FA8807;
    transform: rotate(120deg);
}

.loader::after {
    border-top: 0.3em solid #FDC700;
    transform: rotate(240deg);
}

.loader span {
    position: absolute;
    color: black;
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    animation: rotating 2s linear infinite;
    --direction: -1;
}

@keyframes rotating {
    50% {
        transform: rotate(calc(180deg * var(--direction)));
    }

    100% {
        transform: rotate(calc(360deg * var(--direction)));
    }
}
.wedo-data {
  margin-top: 25px;
}
.list_data_c {
  width: calc(100% - 100px);float: left;
}
.login-bt:hover {
  color: #000!important;
}
.form-submit:focus {
  outline: none;font-size: 24px;
}

/***** RADIO BUTTON STYLES *****/
.rdio {
  position: relative;display: inline-block;margin-right: 20px;
}
.rdio input[type="radio"] {
  opacity: 0;
}
.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fbc52d;
  background: #fff;
}
.rdio input[type="radio"] {
  margin: 0px;
}
.rdio input[type="radio"]:disabled + label {
  color: #999;
}
.rdio input[type="radio"]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
  border-color: #fbc52d;
}

.rdio-primary input[type="radio"]:checked + label:before {
  border-color: #fbc52d;
}
.rdio-primary input[type="radio"]:checked + label::after {
  background-color: #fbc52d;
}

.drop-d:focus {
    font-size: 26px!important;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #a4fbb8;
    border-color: #d3d9df;
}
.dropdown-menu {
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.18);
border:none;
}
.dropdown-menu.radio .dropdown-item {
  height: 60px;
}
.right-top-img {
   position: absolute;top: 90px;right: 0;
   z-index: 0;
}
.left-top-img {
   position: absolute;top: 300px;left: 0;width: 120px;
   z-index: 0;
}
#theImg {
  height: 38px;    width: 38px;
}
.input:focus, .textarea:focus { 
background: none!important;
outline: none!important;
border-bottom: solid thin #868686;
box-shadow: none;
}
.contact-cc .more-bt {
  margin-top: 10px;
  float: left;
}

.form-bt {
float: right;
    background-color: #83BB28;
    color: #fff;
    padding: 8px 35px 10px 35px;
    border-radius: 30px;
    outline: none;
    border: none;
    margin-top: 20px;
}
.form-bt:hover {
    background-color: #6FA419;
    }
.contact-cc {
  font-weight: 300;
}

.about-cc-inside {
  padding: 80px 0;
}
.about-cc-inside h3 {
  font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
}
.about-cc-inside h3:after {
content: "";
    width: 35px;
    height: 2px;
    background-color: red;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.about-cc-insidec h3 {
  font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
}
.about-cc-inside h4 {
  font-size:36px;
  text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    margin-top: 50px;
    padding-right: 120px;
}

.testi-cc .avtr {
-ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
footer {
    padding: 60px 0 20px 0;
    background: #FDC700;
    width: 100%;
    float: left;
}
.new-banner-cc a:hover, .home-books-cc a:hover {
  text-decoration: none!important;
}
.footer-menu a {
    font-weight: 400;
    color: #000;
    display: block;
    line-height: 30px;
    font-size: 13px; 
    letter-spacing: .5px;
}
footer p {
color: #000;
}
footer h2 {
  color: #000;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    font-family: 'Amatic SC', cursive;
}
footer img {
  width:100%;    max-width: 130px;
}
.copy-w {
  margin-top: 40px!important;font-size: 13px;color: #00000069;float: left;
}
.social-img {
      width: 14px;
    margin-right: 5px;
        margin-top: -5px;
}
.powered-by {
  float: right;margin-top: 40px!important;color: #9C9C9C;    font-size: 13px;
}
.swiper-button-prev {
  background-image: url("../img/arrow_left.svg") !important;
  width: 30px!important;height:30px!important;background-size: 100%;
}
.swiper-button-prev:after, .swiper-button-next:after{ display: none;}
.swiper-button-next {
  background-image: url("../img/arrow_right.svg") !important;  width: 30px!important;height:30px!important;background-size: 100%;
}

.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
    visibility: visible;                  
    animation: slide 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.account-cc .acc-data{
  border: solid thin #e2e2e2;
/*-webkit-box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.11);
box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.11);
padding: 20px;*/
border-radius: 10px;
padding-bottom: 40px;
margin-bottom: 40px;
}
.account-cc nav a:hover {
   color: red!important;
}
.account-cc .login-bt {
    padding: 8px 20px!important;
    }

.account-cc nav {

    border-bottom:solid thin #e2e2e2;padding-left: 10px; padding-right: 10px;
}
.account-cc .form-signin {
  border: none;margin-top: 15px;
}
.account-cc h2 {
  font-family: 'Boogaloo', cursive;
}
.account-cc {
  margin-top: -5px;
}
.account-cc .active:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: red;
    height: 2px;
    width: 100%;
    background-image: none;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -19px;
}
.account-cc h3 {
  font-family: 'Boogaloo', cursive;
  padding-left:0px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.acco-wrap {
  padding-left: 15px;padding-right: 15px;
}
.account-cc .active {
  color: red!important
}
.account-cc .logo {
    margin-right: 15px;
}
.delay2 {
  animation-delay: 2s;
}
.delay3 {
  animation-delay: 3s;
}
.login-wrap {
background-color: #ffbc00;
    padding: 8px 1px;
    border-bottom: solid thin #d8a20a;font-family: 'Boogaloo', cursive;
}
.myaccount-login-bt {
    width: auto;
    padding: 10px 20px!important;
    background-image: url(../img/log_bg.svg);
    background-size: 100%;
    color: #000;
    font-size: 15px;
    margin-left: 10px;
background-repeat: no-repeat;
background-position: center;
margin-top: -8px;
}
.login-wrap {
  height: 40px;
  /*display: flex;
    flex-direction: column;*/
 -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.login-wrap .myaccount-bt, .login-wrap .login-bt {
      font-size: 15px!important;
}
.header-fixed .login-wrap { margin-top:-40px; }
.swiper-button-next, .swiper-button-prev  {
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: .8;
}

.home {
background-color: #FDC700;
}
.xmas-img  {
    -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {

    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {

    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {

    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {

    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}


.swiper-button-next {
  right: 30px!important;
} 
.swiper-button-prev {
  left: 30px!important;
}
.swiper-button-next:hover {
  right: 20px!important;
  opacity: 1;
} 
.swiper-button-prev:hover {
  left: 20px!important;
  opacity: 1;
}


/*** Card  ***/
.card-cc .payment-title {
    width: 100%;
    text-align: center;
}

.card-cc .form-container .field-container:first-of-type {
    grid-area: name;
}

.card-cc .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.card-cc .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.card-cc .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.card-cc .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px!important;
}

.card-cc  .field-container {
    position: relative;
}

.card-cc  .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

/*label {
    padding-bottom: 5px;
    font-size: 13px;
}

input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}*/

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.card-cc  .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}
.list_img_c  {
  width: 90px;
}
.list_img_c img {
  width: 60px;
}
#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.17);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.17);
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
 font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
 font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {

    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
   
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
   
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.card-cc .container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;

        margin: auto;
    margin-top: 25px;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.valid-gril-boy {
  position: absolute;
    /* bottom: 0; */
    margin-top: 65px;
    font-size: 12px;
    margin-left: 15px;
    color: red;
}
.promo-field-c {
  position: relative;
}
.promo-message {
    position: absolute;
    /* bottom: 0; */
    /* margin-top: 65px; */
    font-size: 12px;
    margin-left: 15px;
    color: red;
    left: 0;
    background: #fff;
    padding: 5px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
}
.promo-disconunted {
    position: absolute;
    /* bottom: 0; */
    /* margin-top: 65px; */
    font-size: 12px;
    margin-left: 15px;
    color: #4CAF50;
    left: 0;
    background: #fff;
    padding: 5px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
}
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #000 solid;
  border-top: 4px #fdc700 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
div#tbi_generate_pdf {
  /* visibility: hidden;  */
  height: 0;
}
.elem-groupl {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.elem-groupl .label{font-family: 'Boogaloo', cursive; text-transform: uppercase;font-size: 20px;COLOR: #57927e;
    margin-bottom: 25px;}
input#female, input#male {visibility: hidden;}
.elem-group1 input[type='radio']:checked:after {
    width: 67px;
    height: 37px;
    top: -11px;
    left: 14px;
    position: relative;
    background-color: #e0b200;
    content: '';
    display: inline-block;
    visibility: visible;
    z-index: -1;
}
.elem input[type=radio] { 
  position: absolute;
  opacity: 0;
    width: 100px;
    height: 100px;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}
.lab { font-size: 12px;
    color: #fdc800;
    margin-top: 5px;}

 button {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 10px;
    height: 60px;
    padding: 10px 15px!important;
    font-family: 'Amatic SC', cursive;
    font-size: 26px;
    background-color: #EBBB0A;
    border: solid thin #EBBB0A;
    max-width: 100%;
}
.eform{--background: white;
  --border: rgba(0, 0, 0, 0.125);
  --borderDark: rgba(0, 0, 0, 0.25);
  --borderDarker: rgba(0, 0, 0, 0.5);
  --bgColorH: 0;
  --bgColorS: 0%;
  --bgColorL: 98%;
  --fgColorH: 210;
  --fgColorS: 50%;
  --fgColorL: 38%;
  --shadeDark: 0.3;
  --shadeLight: 0.7;
  --shadeNormal: 0.5;
  --borderRadius: 0.125rem;
  --highlight: #306090;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--borderRadius);
  box-shadow: 0 1rem 1rem -0.75rem var(--border);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.extra-customization {
  padding: 10px 15px!important;
  width: 100%;
  font-family: 'Boogaloo', cursive;
  font-size: 18px;
}
.extracustombox {
  color: rgba(128, 76, 191, 1) !important;
  position: relative;  
}
.extracustomtitle {
	padding: 10px 15px!important;
	width: 100%;
	font-family: 'Boogaloo', cursive;
	font-size: 18px;
	color: rgba(253, 199, 0, 1) !important;
	text-align: center !important;
}
.ribbanleft {
	position: absolute;
    top: -30%;
    left: -13%;
    display: block;
    text-indent: -999em;
    text-decoration: none;
}
.ribbanright {
	position: absolute;
    right: -15%;
    top: -25%;
    display: block;
    text-indent: -999em;
    text-decoration: none;
}
.hair-tone{
  float:left; 
  margin-right: 10px !important  
}
@media (max-width:1200px) {
  .wrapper {
    margin: 0 40px;
  }
  /*Css add on 08-Aug-21*/
.bnr-img img {
  height: 50px;
}
.new-banner-cc h1 {
    font-size: 40px;
}
.design-c {
    font-size: 29px;
}
.a.bnr-bt-cc .banner-bt {
    margin-top: 7px;
    display: inline-block;
}
.main-con {
    position: absolute;
    top: 53% !important;
}
}


@media (max-width:1103px) {
  .wrapper {
        padding: 0 25px;
        margin: 0px;
  }
  .footer-child {
    right: 20px;
  }
}

@media (max-width:1020px) {
.grid-ico {
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.grid-dataa {
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.grid-dataa h2 {
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px!important;
    text-align: center;
}
}

@media (max-width:992px) {
  .abt-data {
    padding-top: 0px;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  h4 {
    font-size: 24px;
  }
  .hom-grid {
    padding: 25px;
  }
  .logo {
    padding-bottom: 10px;
  }
  .header-fixed .logo {
    padding: 10px 0;
    height: 70px;
  }
  .header-fixed  {
    height: 70px;
  }
  .products-cc .grid-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .banner .swiper-slide h2 {
    margin-top: 70px;font-size: 46px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 58%!important;
  }
  .elem input[type=radio] {
    width: 50px;
    height: 50px;
    display: block;
  }
  .rdio {
    margin-right: 7px;
  }
  #magazine {
    width: 625px !important;
  }
   /*Css add on 08-Aug-21*/
.bnr-img img {
    height: 35px;
    margin-left: 0;
    margin-bottom: 5px;
}
.new-banner-cc {
    padding: 31px 0 0px 0 !important;
  
}
.new-banner-cc h1 {
    font-size: 30px;
}
.design-c {
    font-size: 20px;
}

.main-con {
    top: 53%;
    padding-left: 3%;
}
.browse_bt {
    padding: 9px 10px 10px;
    font-size: 17px;
      margin-top: 7px;
    display: inline-block;
}
.home-grid-line-bt{
  padding: 9px 10px 10px;
}
}
@media (max-width:825px) {
  .grids-cc .col {
      -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .products-cc .col {
      -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .right-top-img {
     display: none;
  }
  .left-top-img {
     display: none;
  }
  .contact-cc .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  h4 {
    font-size: 20px;margin-bottom: 0px;
  }
  .about-cc .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .abt-data {
    padding-top:20px;
  }
  .img-abt-right {
    z-index: 1000;
    width: 45%;
    float: right;
    margin-top: 0px;
    position: relative;
    margin-right: 10px;
  }
  .logo {
    height: 70px;
    }
  .why-box-img {
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .why-box {
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cont-addrss-c .avtr{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cont-addrss-c {
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
    width: 25%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
  }
  .cont-addrss-c .avtr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cont-addrss-c .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .avtr img {
    width: 50px!important;
    max-width: 50!important;
  }
  footer .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }


  footer .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .prj-sing-title {
    font-size: 24px;
    padding: 20px 0;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none!important;
  }
  .swiper-button-prev {
    display: none;
  }
  .wedo-data {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wrapper {
    padding: 0 15px;
  }
  nav a {
    font-size: 15px;
    padding: 0 10px!important;
  }
  button {
    height: auto;
    padding: 5px 10px!important;
  }
  .input-style {
    font-size: 20px;
  }
  .sing-form-cc {
    position: relative;
    width: 95%;
    margin: 0 auto;
  }

}

@media (max-width:768px) {
  header {
    height: auto;
  }
  .logo-ccc {border: none;}
  footer .social-top {
    text-align: left;
  }
  .banner h1 {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;z-index: 1;
  }
  .navbar-toggler {
    margin-top: 3px;
    }
  .form-signin {
    padding: 25px 0px 0px 0;
  }
  .promo-field-c {
  margin-top: 30px;
    margin-bottom: 50px;
  }
  .total-prize {
    position: static;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .promo-disconunted, .promo-message {
    position: static;
    }

  .new-banner-cc .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-banner-cc h1 {
    text-align: center;
    font-family: 'Boogaloo', cursive;
    font-size: 30px;
  }
  .browse_bt {
     margin: auto;
     padding: 9px 14px 10px;
  }
  .design-c {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
  .list_img_c {
    width: 60px;
  }
  .list_img_c img {
    width: 40px;
  }
  .bnr-img img {
    height: 65px;
    margin-left: 0px;
    margin-bottom: 15px;
    display: block;
    margin: auto;
  }
  .particle-img {
    position: absolute;
    margin-top: -500px;
  }
  .xmas-text-c, .xmas-book-c {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-x-mas-cc h2 {
    text-align: center;    width: 100%;    margin-top: 80px;
  }
  .xmas-book-c {
     margin-top: 10px;
  }
  .new-x-mas-cc img {
    max-height: 450px;
    position: relative;
    z-index: 10;
    margin: auto;
    display: block;
    max-width: 100%;
  }
  .xmas-text-c p {
    position: relative;z-index: 20;
    width: 100%;
    text-align: center;
  }
  .bnr-bt-cc {
    text-align: center;width: 100%;padding-left: 0px;padding-right: 0px;
  }
  .new-banner-cc {
    padding: 20px 0 160px 0;
  }
  .for-res {
    padding-top: 45px;
    background: #ffffffe3;
    position: relative;
    z-index: 10;
  }
  .home-right-top-img {
    top: 250px;
    width: 100px;
  }
  .logo {
    margin-top: 0px;
  }
  .fix-bit {
    position: static;
    bottom: 0px;
  }
  .home-grid-but {
    width: auto;
    padding: 4px 16px 5px;
    }
  nav a {
  border-bottom: solid thin #dcdcdc;
    line-height: 40px;
  }
  nav .active:after {
    display: none;
  }
   /* hide close when burger shown */
     .navbar-toggler.collapsed .close-icon {
      display: none;
     }

     .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
      display: inline;
     }
  .grid-item {
      -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .card-cc .col {
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .navbar-collapse {
    background-color: #fff;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 13px;margin-bottom: 25px;
  }
  .navbar-nav .nav-link {
    text-align: center;
    /*   padding-left: 0px!important; */
    }
  .login-bt {
    border: navajowhite;
    width: auto;
     padding: auto auto!important; 
    background-image:none;
    color: #000;
    font-size: 18px;
     /*  padding-left: 0px!important; */
     margin-left:0px!important; 
    margin-bottom: 5px;
      text-align: center;
  }
  .swiper-slide {
      width:100%!important;max-width: 100%;
    }
  nav a.active {    color: #ffc107!important;}
  .social-top {
    margin-top: 20px;
    margin-bottom: 20px;text-align: center;
  }
  .products-cc .grid-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .social-top a {
   border: none;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .clients-box {
    margin-bottom: 0px!important;
    }
    .avtr {
    margin-bottom: 25px;
    }
  .testi-cc {
    text-align: center;
  }
  .cont-addrss-c {
    width: 50%;
    padding-top: 20px;
    height: 180px;
  }.why-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why-box-img {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
  }
  .powered-by {
    float: left;
    margin-top: 0px!important;
    color: #9C9C9C;
    font-size: 15px;
    clear: both;
  }
  .testi-cc .avtr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testi-cc .avtr img {
    width: 100px!important
  }

  .about-cc h4 {
    padding-right: 0px;
  }
  .banner {
    background-image: none;
  }
  .inpu-c .col-md-6{
    width: 50%;
  }

  .dropdown-menu.radio .dropdown-item img {
    margin-left: -5px;
  }
  .account-cc .active:after {
    bottom: 0px;
  }
  .logged-class {
    padding-top: 70px;
  }
}

@media (max-width:635px) {
  /*.hom-grid {
     -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: 100%;
  }*/
  /*.hom-img-c {
    width: 20%;
    float: left;
  }*/
  .rate-cc {
    font-size: 20px;
  }
  .gray {
    margin-left: 10px;
  }
  .hom-grid {
    padding: 20px;
  }
  .rdio {
    width: 100%;
  }
	.ribbanleft {
		top: -13%;
		left: -17%;
		display: block;
		height: 125px;
		width: 125px;
	}
	.ribbanright {
		right: -17%;
		top: -12%;
		display: block;
		height: 125px;
		width: 125px;
	} 
}

@media (max-width:510px) {
  .log-name {
    display: none;
  }
  .login-wrap {
    display: flex;
    flex-direction: column;

  }
    body #magazine {
        width: 100% !important;
    }
    #flipbookSection .row {
        display: block !important;
        flex-wrap: nowrap !important;
    }
    #flipbookSection {
        overflow-x: hidden;
    }
    #flipbookSection .turn-page-wrapper, #flipbookSection #magazine .turn-page-wrapper div, #flipbookSection #magazine .turn-page-wrapper div img {
        width: 100% !important;
    }	
	.ribbanleft {
		top: -13%;
		left: -17%;
		display: block;
		height: 125px;
		width: 125px;
	}
	.ribbanright {
		right: -17%;
		top: -12%;
		display: block;
		height: 125px;
		width: 125px;
	}
}

@media (max-width:481px) {
  /*.hom-img-c {
    width: 35%;
    float: left;
  }*/
  .hom-grid p {
    color: #546989;
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
  }
  .grids-cc .col {
      -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-child {
    float: none;
    width: 100%;
    margin-top: -28px;
    left: 25px;
    position: absolute;
    right: 0;
    /* margin: auto; */
  }
  .grid-item {
      -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .footer-menu .col {
      -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  footer .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-left-top-img {
   left: -25px;
    top: 255px;
   
  }
  .dropdown-menu.radio .dropdown-item img {
    margin-left: -12px;
  }
}



@media (min-width: 768px) {
  .col-md-c {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width:381px) {
  .bnr-bt-cc {
    padding-top: 5px;
  }
  .home-grid-line-bt {
    margin-top: 10px;
      padding: 9px 14px 10px;
  }
  .banner-bt {
    margin-right: 0px;
    padding-top: 8px;
    }
}

.write-story-title {
    padding: 30px 15px;
    font-family: 'Boogaloo', cursive;
    margin-bottom: 0px;
}
.write-story-banner {
  border-bottom: 5px solid #fdc800; 
}
.how_it_works {
    text-align: center;
}
.how_it_works p {
    padding: 5px 15px !important;
  color: #212529; 
}

.preview_fixed_books {
  color:#fff;
  background-color: #804cbf;
    font-family: 'Boogaloo', cursive;
    font-size: 50px;
}

input.clearSelection {
    background: #4BBCC0;
    outline: none;
    border: none;
    width: 21%;
    margin: auto;
    color: #fff;
    /* padding: 0px 0; */
    font-family: 'Boogaloo', cursive;
    font-size: 24px;
    border-radius: 3px;
}

.resetdiv {
    text-align: center;
    margin: 30px 0 30px 0;
}

#tbi_generate_pdf {
  opacity: 0;
}

#tbiGeneratePDF {
  opacity: 0;
}

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

  .new-banner-cc {
    position: relative;
    height: 345px;
  }
  .preview_fixed_books {
    text-align: center;
  }
  .write-story-title {
    padding: 15px;
  } 
  .new-banner-cc > img {
    display: none;
}
.for-res {

    padding-bottom: 45px;
}
.main-con {
    position: relative;
  padding-left: 0;
    top: 0% !important;
}
.preview_fixed_books img{
  width:100%;
  height:auto;
  
}
.preview_fixed_books {
    font-size: 33px;
    padding-bottom: 10px;
}
.how_it_works iframe {
    width: 100%;
}
}
@media only screen and (min-width:769px){
.new-banner-cc {
    padding: 40px 0 0px 0;
    background-image: url(../img/home_banner.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
  position: relative;
}
.main-con {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
}
i.fa.fa-whatsapp.whatsapp {
	position: fixed;
    width: 52px;
    height: 50px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 4px;
    bottom: 40px;
}
.letus-create {
    color: #56b9b9;
    font-family: 'Boogaloo', cursive;
    font-size: 50px;
}
i.fa.fa-whatsapp.letus-create {
	width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 5px;
}
.strike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap; 
}

.strike > h2 {
	position: relative;
	display: inline-block;
}

.strike > h2:before,
.strike > h2:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #804cbf;
}

.strike > h2:before {
	right: 100%;
	margin-right: 15px;
}

.strike > h2:after {
	left: 100%;
	margin-left: 15px;
}

.extra-customization button {
  box-sizing: border-box;
  font-family: 'Boogaloo', cursive;
  font-size: 25px;
  background-color: rgb(128 76 191);
  border: solid thin rgb(128 76 191);
  max-width: 100%;
  border-radius: 50px;
  padding: 10px 25px!important;
  color: #fff !important;
}
.modal-footer>* {
  margin: 0.25rem;
  float: inherit;
  width: 28%;
}
.extracustombox a {
  color: #ffffff !important;
}
.sing-form-cc .row {
  margin-right: 0px !important;
  margin-left: 0px !important; 
}
.slider-cc {
  border-bottom: 12px solid #ebbb0a;
}
.howitwork a {
    background: rgba(250, 136, 7, 1);
    box-sizing: border-box;
    font-family: 'Boogaloo', cursive;
    font-size: 25px;
    background-color:rgba(250, 136, 7, 1);
    border: solid thin #fffefc;
    max-width: 100%;
    border-radius: 50px;
    padding: 10px 25px !important;
    color: #fff !important;
}
.step1wrapper {
  border: 4px solid #56b9b9;
}
.step1wrapper .input-style{
  color: rgb(86 185 185) !important;
}
.step1wrapper .step1 {
  background: #56b9b9;
  font-family: 'Boogaloo', cursive;
  font-size: 50px;
  color: #fff;
}
.step2wrapper {
  border: 4px solid rgba(128, 76, 191, 1);
}
.step2wrapper .step2 {
  background: rgba(128, 76, 191, 1);;
  font-family: 'Boogaloo', cursive;
  font-size: 50px;
  color: #fff;
}
.step3wrapper {
  border: 4px solid rgb(235 187 10);
}
.step3wrapper .step3 {
  background: rgb(235 187 10);
  font-family: 'Boogaloo', cursive;
  font-size: 50px;
  color: #fff;
}
.step3wrapper button {
  box-sizing: border-box;
  font-size: 40px;
  background-color: rgb(235 187 10);
  border: solid thin rgb(235 187 10);
  max-width: 100%;
  border-radius: 50px;
  padding:0px 32px !important;
  color: #000 !important;
}

#promoPopup .modal-content {
  background-image: url(../img/promo_banner.png);
  
}
#promoPopup h1 {
  font-family: 'Boogaloo', cursive;
  font-size: 50px;
  color: #2D2D2D;
  font-weight: 500;
  line-height: 1.2;
}
#promoPopup p {
  font-family: 'Amatic SC', cursive;
  font-size: 35px;
  color: #2D2D2D;
  font-weight: 500;
  line-height: 1.2;
  text-align: center !important;
}

#promoPopup .modal-footer{
  border: 0px !important;
}
#promoPopup .modal-header{
  border: 0px !important;
}
#promoPopup .close {
  float: right;
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

#promoPopup .form-control {
  color: rgb(86 185 185) !important;
}

#promoPopup ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(86 185 185) !important;;
  opacity: 1; /* Firefox */
}

#promoPopup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(86 185 185) !important;
}

#promoPopup ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(86 185 185) !important;
}

#promoPopup button.btn.btn-primary {
  background: rgba(250, 136, 7, 1);
  box-sizing: border-box;
  font-family: 'Boogaloo', cursive;
  font-size: 25px;
  background-color: rgba(250, 136, 7, 1);
  border: solid thin #fa8807;
  max-width: 100%;
  border-radius: 50px;
  padding: 10px 25px !important;
  color: #fff !important;
}