@import url(media.css);
/* @import url('https://fonts.googleapis.com/css2?family=Schoolbell&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap'); */
/* 03a9f4 */
/*@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');  */
@import url('font-awesome.css');
body{
    /* font-family: 'Schoolbell', cursive !important;
    letter-spacing: 1px; */
    /* font-family: 'Fredoka One', cursive !important; */
    /* font-family: 'Barlow', sans-serif !important; */
    font-family: 'Slabo 27px', serif !important;
}
nav.navbar.navbar-toggleable-md.navbar-inverse.fixed-top {
    background: #e43750;
}
.red, .bg_red{
    background: #e43750 !important ;
    color: #fff !important;
    outline: none !important;
    border: none !important;
}
.red:hover {
    background: #e43750 !important ;
    color: #000 !important;
    outline: none !important;
    border: none !important;
    cursor: pointer;
}
.navbar-inverse .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: normal;
    font-size: 1rem;
}
.bold {
    font-weight: bold !important;
}
p {
    width: 100%;
    margin-bottom: 0 !important;
    white-space: break-spaces;
    /* font-size: 1.4rem; */
 }
/* a {
    color: #333333 !important;
    text-decoration: none;
} */
.navbar-brand img {
    width: 300px;
}
.top-static-nav {
    flex-direction: inherit !important;
}
.top-static-nav li {
    text-align: center;
    font-size: 13px;
}
.top-static-nav li a {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

.bold a {
    text-align: center;
}
.second-navbar  { width: 100%;    top: 20px; }
.second-navbar::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    background: url(../img/sketch-header.png) repeat center bottom;
    background-size: auto 100%;
    margin-bottom: -8px;
    visibility: visible;
    z-index: 9;
}
/* .fixed-top {
    z-index: 999999 !important;
} */
.fixed-top::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 0;
    width: 100%;
    min-height: 20px;
    background: url(../img/sketch-header-blue.png) repeat center bottom;
    background-size: auto 100%;
    margin-bottom: 0px;
    visibility: visible;
    z-index: 99999;
}
.second-navbar .container .collapse .ml-auto li a {
    color: #000 !important;
}
.second-navbar .container .collapse .ml-auto li a:hover {
    color: #e43750 !important;
}
/* .second-navbar .container .collapse .ml-auto li.active a {
    color: #e43750 !important;
} */
.second-navbar button {
    line-height: 90px;
    border: 0;
}
.footer_wrapper {
    width: 100%;
    background: #333;
    border-bottom: 1px solid #5b5b5b;
    /* border-top: 1px solid #e43750; */
}
.footer_wrapper h5{
    color: #d5d5d5;
    border-bottom: 1px dotted #fff;
    margin-bottom: 15px;
    padding-bottom: 12px;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
    font-weight: normal;
}
.footer_wrapper p, .footer_wrapper a{
font-size: 14px;
line-height: 21px;
color: #fff;
margin-bottom: 0;
}
.footer_wrapper a, .hover_left {
    width: 100%;
    display: block;
    line-height: 24px !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
 .footer_wrapper a:hover, .hover_left:hover{
 color: #fff;
        padding-left: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-decoration: none;
        }
        .hover_left a:hover {
            padding-left: 0px !important;
            }
            .footer_wrapper a:focus{
                color: #fff;
                text-decoration: none;
                outline: none;
                }
                .navbar-inverse .navbar-toggler-icon {
                    background-image: url('../img/black_menu.svg') !important;
              
                }
                button:focus {
                    outline: none !important;
                }
                .collapse.show {
                    display: block;
                    text-align: center;
                }
                .show>.dropdown-menu {
                    display: block;
                    /* text-align: center; */
                }
                .dropdown-menu {

                    border: none !important;
                    z-index: 999999 !important;
                }
                .dropdown-item.active, .dropdown-item:active {
                    background-color: transparent !important;
                }
                .carousel-caption {
                   
                    bottom: inherit !important;
                     padding-top: 0px !important; 
                     padding-bottom: 0px !important;
                  
                }
                .carousel-caption p {
                    margin: 0 !important;
                }
                .carousel-caption h4 {
                    background-color: rgb(0 0 0 / 45%);
                    display: inline-block;
                    padding: 2%;
                    width: 100%;
                }
                .card-group img.card-img-top {
                    max-width: 40%;
                    margin: 0 auto;
                }

.card-text a:hover  {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    
}
/* .footerdesign {
    background: url(../img/footerdesign.png) repeat-x;
    padding: 4px 0 0 0;
} */
.card-title {
    width: 100%;
}
p.boxs  {
    /* margin-bottom: 0px !important; */
    margin-bottom: 0px !important;
    background: #fff;
    color: #e43750;
    font-size: 0.6rem;
}
.card-text:last-child {
    margin-bottom: 0;
    margin: 0 auto;
}

.boxs-title {
    margin: 0 !important;
}
p.offerbook {
    margin: 0 auto !important;
    text-align: center;
    /* padding-bottom: 1rem; */
}
/* .card-text:last-child {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    margin-left: 30%;
} */
.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #ccc;
    width: 100%;
}
h5.text-left, a.text-left {
    color: #000;
    display: inline;
    float: left;
    margin-right: 0.5rem;
}
a.text-left {
    border-bottom: 2px solid #000;
}
a.text-left:hover {
    /* color: #000 !important; */
    border-bottom: 2px solid #e43750  !important;
    cursor: pointer;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: transparent !important;
}
.menu-large {
    position: static !important;
  }
  
  .megamenu {
    padding: 20px 20px;
    width: 100%;
  }
  .megamenu img {
    width: 50%;
  }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0;
  }
  
  .megamenu > div > li > ul > li {
    list-style: none;
  }
  
  .megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
  }
  
  .megamenu > div > li > ul > li > a:hover,
  .megamenu > div > li > ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  
  .megamenu.disabled > a,
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
    color: #999999;
  }
  
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
  }
  
  .megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
  }
  /* .price-book{
    height: auto;
    margin-top: -120px;
    background-image: url(http://www.themeim.com/demo/kidzcare/kids/img/bg/routine-bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .card-group .card {
    box-shadow: 5px 11px 12px 0px rgb(0 0 0 / 23%);
    border-radius: 0.8rem !important;
  }
  .boxs span img {
      width: 20px;
      margin-right: 5px;
      margin-left: 5px;
  }
  .purple {
    background-color:#8373ce!important;
    color: #fff !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .purple:hover {
    background-color:#fff !important;
    color: #8373ce!important;
    cursor: pointer;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .purple:hover a,   .purple:hover h4.card-title {
    background-color:#8373ce!important;
    color: #fff !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .purple  a ,  .purple h4.card-title {
    background-color: #fff;
    color: #8373ce !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
 }
 .orange {
    background-color: #ffa726!important;
    color: #fff !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.orange:hover {
    background-color:#fff !important;
    color: #ffa726!important;
    cursor: pointer;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .orange:hover a,   .orange:hover h4.card-title {
    background-color:#ffa726!important;
    color: #fff !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .orange  a ,   .orange h4.card-title {
    background-color: #fff;
    color: #ffa726 !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
 }
 .orange::before, .purple::before, .blue::before {
    content: '';
    background-image: url(../img/pattern.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.orange:hover::before, .purple:hover::before, .blue:hover::before {
    background-image: none !important;
}
.blue h4.card-title {
    padding: 0rem 1rem !important;
    display: inline;
}
 .blue {
    background-color: #e43750!important;
    color: #fff !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blue:hover {
    background-color:#fff !important;
    color: #e43750!important;
    cursor: pointer;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .blue:hover a,   .blue:hover h4.card-title {
    background-color:#e43750!important;
    color: #fff !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .blue  a ,   .blue h4.card-title {
    background-color: #fff;
    color: #e43750 !important;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
 } */
 .pr-2.pl-2.text-center img::after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    /* top: 25%;
    left: -20px; */
    background-image: url(../img/price-blue.png);
    z-index: 999;
    background-position: center;
    color: #fff;
    padding-top: 25px;
    width: 120px;
    height: 118px;
    padding-top: 42px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
/* .thumbbg::after {
    content: '';
    background-image: url(../img/798643_preview_preview.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: -16px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top;
    z-index: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
} */
/* .thumbbg .card.text-center {
    padding: 16% 16% 3% 16%;
    border: none;
} */
.footerdesign::before {
    position: relative;
    content: '';
    top: 10px;
    left: 0;
    width: 100%;
    min-height: 20px;
    background: url(../img/sketch-header.png) repeat center bottom;
    background-size: auto 100%;
    margin-bottom: 0px;
    visibility: visible;
    z-index: 99999;
}
/* .slider_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    background: #e43750;
    bottom: 1px;
} */
.slider_title h3 {
    text-transform: uppercase;
    border-bottom: 4px solid #e43750;
    display: inline-block;
}
.slider_title a {
    color: #000;
}
.slider_title a:hover {
    color: #e43750;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #1d1e1f !important;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #ccc;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 3rem;
    line-height: 1;

    opacity: .75;
    color: #e43750;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -15px;
}
[dir='rtl'] .slick-prev
{
    right: -15px;
    left: auto;
}
.slick-prev:before
{
    content: '\2039';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -15px;
}
.slick-next:before
{
    content: '\203A';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

  .slick-slide div {
    padding: 0 10px;
  }
  .slick-slide img {
    width: 100%;
}
.pr-2 {
  padding: 0 !important;
}
/* .slick-next {
    right: 0 !important;
} */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: 0;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mr-2.ml-2 {
    border: 1px solid #ccc;
    padding: 0;
    max-width: 200px;
    float: left;
}
.show_one_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_two_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_four_line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.social_logos {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social_logos li {
    display: inline-block;
    margin-left: 0;
    margin-right: 4px;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
}
.social_logos li a {
    color: #e43750;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social_logos li a:hover {
    padding: 0 !important;
    color: #fff !important;
}
.social_logos li:hover {
background: #e43750;
    border-radius: 50%;
}
.social_logos li a i {
    margin-left: 7px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
}
.social_logos li.gp a i {
    margin-left: 5px;
}
.fixed-bottom {
    left: inherit !important;
    right: 0 !important;
    bottom: 4% !important;
    background-color: #e43750;
    padding: 0.6rem 0.8rem;
    border-radius: 30%;
    z-index: 9999999 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
}
i.fa.fa-whatsapp.fa-4 {
    font-size: 1.5rem !important;
    color: #ffff !important;
    /* margin-right: 5px; */
}
#rightslide a {
    position: fixed;
    right: 24px;
    padding: 7px;
    text-decoration: none;
    font-size: 1rem;
    color: white;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
}
/*   
  #rightslide a:hover {
    right: 0;
  }
   */
  #whatsapp {
    top: 80%;
    background-color: #e43750;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 42px;
  }
#Catalogue{
    top: 70%;
    background-color: #48A4DC;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 42px;
  }
  #Catalogue1{
    top: 72%;
    background-color: #4E4C4CFF;
    right: 82px !important;
    padding: 2px 14px !important;
    border-radius: 5px !important;
  }
  #Catalogue img{
  width: 80%;
    margin-top: -10px;
}
  /* #Catalogue {
    width: 120px;
    background: #4E4C4CFF;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #Catalogue::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid #4E4C4CFF;
    border-bottom: 13px solid transparent;
  } */
  img.img-responsive {
    max-width: 100%;
}
.abtus h2 {
    border-bottom: 4px solid #e43750;
    display: inline-block;
}
.abtus p {
    margin-bottom: 1rem !important;
    font-size: 1rem !important;
}
.abt-e-reader img {
max-width: 40%;
}
.abt-e-reader h2 {
    font-size: 1.3rem !important;
    width: 100%;
    font-weight: bold;
}
.e-series a {
    color: #000;
    cursor: pointer;
}
.e-series a:hover,.e-series a:focus {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.e-series-book {
    border-radius: 4px;
    background-color: #e43750 !important;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    padding: 10px 20px;
    width: calc(100% - 10px);
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px !important;
    border: 0 !important;
    opacity: 1 !important;
    max-width: 250px;
  }
  .plan-price .card {
    border-radius: 0 !important;
  }
 .e-series-book span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
.e-series-book span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
.e-series-book:hover span {
    padding-right: 25px;
  }
  
.e-series-book:hover span:after {
    opacity: 1;
    right: 0;
  }
  /* section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
  } */
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  
  /* Hover Effects on Card */
  div#rightslide {
    z-index: 99999;
}
  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }

  .faq a {
      padding: 1rem 2rem;
  }

a.col-12.text-left {
    background: #f7f7f7;
    border-bottom: 2px solid #ccc;
}
/* body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
} 

*,
*::before,
*::after {
	box-sizing: border-box;
}
*/
@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}
/* 
.rainbow {
	position: relative;
	z-index: 0;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
    padding: 2rem;
    border-bottom: 0px !important;
}
.rainbow::before {
		content: "";
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #399953;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(#399953, #399953),
			linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33),
			linear-gradient(#377af5, #377af5);
		animation: rotate 4s linear infinite;
	}

	.rainbow::after {
		content: "";
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		background: white;
		border-radius: 5px;
    } */
    
    .blog p{
        display:none;
    
    }
    .blog p:first-child{
        display:block;
    }
    .blog a.more{
       text-align: right;
       color: #e43750;
    }
    .blog a.more:hover{
       text-decoration: none;
     }
.fakeimg img {
    width: 100%;
}
.blog h6 {
    color: #e43750 !important;
}
.blog h6 i {
    margin-left: 10px;
    margin-right: 10px;
}
.blog_title{
    border-bottom: 4px solid #e43750;
    display: inline-block;
}
.blog_right a, .blog_right h3{
margin: 0 auto;

}
.blog_right a {
  width: 100%;
  margin-top: 0.5rem;
  color: #000;
  font-size: 12px;
  display: inline-block;
    }
.blog_right a:hover{
        text-decoration: none;
        color: #e43750;
      }

.e_series_bg {
    /* border: 2px solid black; */
    /* padding: 0px;
    background: url(../img/our-e-series/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;*/
    background-color: #fbfcfe; 
    }

        /* .e_series_bg1 {
            content: '';
            padding: 0px;
            background: url(../img/our-e-series/before.jpg);
            background-repeat: no-repeat;
    background-size: 100%;
    background-color: #6ad201;
    height: auto;
    width: 100%;
            } */
    /* .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(0 0 0 / 30%) !important;
        
    }
    .table-striped tbody tr:nth-of-type(even) {
        background-color: rgb(0 0 0 / 55%) !important;
    }
    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #ccc !important;
        color: #fff !important;
    }
    thead.bg_red {
        background: #1c5472 !important;
    } */
    .rainbow span {
        background-color: #e43750;
        color: #fff;
        padding: 10px;
    }
    .rainbow {
        padding: 2px;
        border:1px solid #e43750 !important;
    }
    /* .accordion .card-header .card-title .open a:after {
        font-family: 'FontAwesome';  
        content: "\f103";
        float: right; 
    }
    .accordion .card-header.collapsed .card-title  .open a:after {
        content: "\f102"; 
    } */
    .collapsed P,  .collapse P, .collapsing P {
        /* width: 90% !important; */
            text-align: left;
    margin: 0 auto;
}
.accordion .card-header .card-title .open a img {
    width:12px;
}
.accordion .card-title {
    margin-bottom: 0rem !important;
}
.accordion .card-header {
    background-color: #e5f7ff !important;
    padding: 1rem !important;
    border-bottom: none !important;
}
.accordion .card {
    border: none !important;
}


img {
    max-width: 100%; }
  
  .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 996px) {
      .preview {
        margin-bottom: 20px; } }
  
  .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  
  .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; }
    .preview-thumbnail.nav-tabs li {
      width: 18%;
      margin-right: 2.5%; }
      .preview-thumbnail.nav-tabs li img {
        max-width: 100%;
        display: block; }
      .preview-thumbnail.nav-tabs li a {
        padding: 0;
        margin: 0; }
      .preview-thumbnail.nav-tabs li:last-of-type {
        margin-right: 0; }
  
  .tab-content {
    overflow: hidden; }
    .tab-content img {
      width: 100%;
      -webkit-animation-name: opacity;
              animation-name: opacity;
      -webkit-animation-duration: .3s;
              animation-duration: .3s; }
  
  .card {
    /* margin-top: 50px; */
    background: #eee;
    /* padding: 3em; */
    line-height: 1.5em; }
  
  @media screen and (min-width: 997px) {
    .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  
  .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  
  .colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  
  .product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold; }
  
  /* .checked, .price span {
    color: #e43750 }
   */
  .product-title, .rating, .product-description, .price,  .sizes {
    margin-bottom: 15px !important; }
  
  .product-title {
    margin-top: 0; }
  
  .size {
    margin-right: 10px; }
    .size:first-of-type {
      margin-left: 40px; }
  
  .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px; }
    .color:first-of-type {
      margin-left: 20px; }
  
  .add-to-cart, .like {
    background: #e43750;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
            transition: background .3s ease; }
    .add-to-cart:hover, .like:hover {
      background: #b36800;
      color: #fff; }
  
  .not-available {
    text-align: center;
    line-height: 2em; }
    .not-available:before {
      font-family: fontawesome;
      content: "\f00d";
      color: #fff; }
  
  /* .orange {
    background: #e43750 }
  
  .green {
    background: #85ad00; }
  
  .blue {
    background: #0076ad; } */
  
  .tooltip-inner {
    padding: 1.3em; }
  
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
              transform: scale(3); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  @keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
              transform: scale(3); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }


.product_details .card {
    border: none !important;
    border-bottom: 2px solid;
    padding: 1em !important;
}
div#app {
    max-width: 100%;
    overflow: hidden;
}
.center_alignment_img {
    margin: 0 auto;
}
img.d-block.img-fluid, div#carouselExampleIndicators {
    width: 100%;
}
h5.mt-1.mb-1.show_two_line {
    height: 2.60rem;
    padding: 0.10rem 0.05rem;
    overflow: hidden;
}
.columns {
    /* float: left; */
    /* width: 50%; */
    padding: 8px;
  
  }
  
  ul.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  ul.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }
  
  .price .header {
    background-color: #e43750;
    color: white;
    font-size: 25px;
  }
  
  .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
  }
  
  .price .grey {
    background-color: #eee;
    font-size: 20px;
  }
  
  .button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
.post{
    border: 1px solid #ccc;
}
.card.p-2.blog.col-12 {
    border: none;
}
label {
    left: 10px !important;
}
.white_text {
    color: #000 !important;
        text-transform: uppercase;
}
.white_text:hover {
    color: #000 !important;
}
  @media only screen and (max-width: 600px) {
    .columns {
      width: 100%;
    }
  }
  @media only screen and (min-width: 600px) {
    .columns {
        max-width: 450px;
        /* padding-left: calc(50% - 300px); */
    }
    .columns.col-right {
        float: right;
        width: 100%;
    }
  }

/* img.fa.fa-diamond, img.fa.fa-feather-alt {

    padding: 2rem;
} */
li.rounded-circle, li.rounded-circle {
    max-width: 100px;
    background: #e43750;
    max-height: 100px;
    margin: 0 auto;
}
.openstatus .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: transparent !important;
    border-color: transparent !important;
}
.nav-tabs {
    border-top: 1px solid #ddd;
}
.card-header.tab-card-header, .card-header.tab-card-header ul {
    border: none;
}
.card-header.tab-card-header {
    background-color: #e43750;
}

.card-header.tab-card-header .nav-tabs .nav-item a {
    color: #fff;
}
.card-header.tab-card-header .nav-tabs .nav-link, .card-header.tab-card-header .nav-tabs .nav-link:focus, .card-header.tab-card-header  .nav-tabs .nav-link:hover {
   border:none
}

.person-card {
    margin-top: 5em;
    padding-top: 5em;
}
.person-card .card-title{
    text-align: center;
}
.person-card .person-img{
    width: 10em;
    position: absolute;
    top: -5em;
    left: 50%;
    margin-left: -5em;
    border-radius: 100%;
    overflow: hidden;
    background-color: white;
}
.form-group{
    float:left !important;
}
.badge {
    background: #fff;
    color: #000 !important;
}
.added {
    opacity: 0.5;
}
.button {
    width:100%;
    padding: 7px 25px;
}
@media screen and (max-width: 540px) {
    .button {
    padding: 2px;
    font-size: 12px;
}
}

span.fa.fa-fw.fa-eye-slash.field_icon.toggle-password, span.fa.fa-fw.field_icon.toggle-password.fa-eye {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222;
}