@charset "utf-8";
/* CSS Document */
body, html{
  height: 100%
}
body{
    background: #f8fbfe;
  font-family: 'SF UI Display';
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Circular Std';
}
p{
  font-size: 14px;
  font-family: 'SF UI Display';
  line-height: 30px;
}
p, a{
  font-family: 'SF UI Display';
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
}
@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Bold.eot');
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Bold.woff2') format('woff2'),
        url('../fonts/CircularStd-Bold.woff') format('woff'),
        url('../fonts/CircularStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/SFUIDisplay-Light.eot');
  src: url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SFUIDisplay-Light.woff2') format('woff2'),
      url('../fonts/SFUIDisplay-Light.woff') format('woff'),
      url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
header#header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  top: 20px;
}
.whitebtn{
  color:#10b508;
  font-size: 15px;
  padding: 15px 35px;
  display: table;   
  background: #fff;
  border-radius: 5px; 
}
.whitebtn:hover{
  background: #10b508;  
  color: #fff;
}
.greenbtn{
  color:#fff;
  font-size: 15px;
  padding: 15px 35px;
  display: table;   
  background: #10b508;
  border-radius: 5px;
}
.greenbtn:hover{
  background: #fff;  
  color: #10b508;
}
.no_pad{
  padding: 0
}
.navbar-default{
  margin-bottom: 0;
  background: none;
  box-shadow: none;
  border: 0;
}

.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #45261a;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}
/* The navigation menu links */
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right:0px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #45261a;
  margin-right: 0;
  margin-top: 0;
  padding: 7px 10px;
}
.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}
.navigation .caret {
  position: relative;
  left: 5px;
}
#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}
#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}
#mySidenav .caret {
  display: none;
}
#mySidenav #hassubmenu {
  position: relative;
}
#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}
#mySidenav div {
  border-top: 1px solid white;
}
#mySidenav div:last-child {
  border-bottom: 1px solid white;
}
#mySidenav a.closebtn+div {
  margin-top: 10px;
}
#mySidenav ul.submenu {  
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}
#mySidenav .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.navigation ul li > .dropdown-menu li a i{
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}
.navigation ul .show-on-hover:hover>ul.submenu {
  left: 101% !important;
  top: -25% !important;
  }

.navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;}
/* sidenav-css end */
/*nav-css BEGINS */
.navigation ul {
    text-align: right;
    margin: 0 0 0 0;
}
.navigation ul li {
  list-style: none;
  display: inline-block;
}
.navigation ul li a {
    font-size: 17px;
    color: #fff;
    padding: 0 10px 45px;
    font-weight: 500;
    cursor: pointer;
}
.navigation ul li a:hover {
  color: #10b508;
}
.navigation ul li.active a, 
.current_page_item a {
  color: #10b508 !important;
}
/*DropDown Css Begin here*/
.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}
.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
}
.navigation ul li > .dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  padding: 7px 12px 10px 12px;
  font-size: 15px;
  color: #000;
}
.navigation ul li > .dropdown-menu li a:hover {
  background-color: #ececec;
} 
.navigation ul li > .dropdown-menu  {
  border-radius: 0;
  border: none;
  padding: 12px 0 12px 0;
  box-shadow: 0 0 11px rgba(0,0,0,0.3);
  top: 90%;
  left:48px;
}
.navigation ul>li>a span img {
  display: inline;
  margin-left: 11px;
}
.navigation ul li > .dropdown-menu:after 
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 12px 16px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -16px;
  left: 113px;
}
.navigation ul.dropdown-menu.submenu:after {
  display: none;
}
.navigation ul li > .dropdown-menu>.active>a {
  background-color: transparent;
  color: #4b2a1c;
  font-weight: 600;
}
.main-navigate{
    margin: 30px 0 0 0;  
}
.searchbtns{
    margin: 16px 0 0 0;  
}
.main-slider .carousel-caption {
  right: 0;
  left: 0;
  width: 100%;
  top: 180px;
  bottom: auto;
  padding: 0;
  text-shadow: none;
  display: flex;
  align-items: center;
}
.main-slider .item {
    transition-property: opacity;
}
.main-slider .item, .main-slider .active.left, .main-slider .active.right {
    opacity: 0;
}
.main-slider .active, .main-slider .next.left, .main-slider .prev.right {
    opacity: 1;
}
.main-slider .next, .main-slider .prev, .main-slider .active.left, .main-slider .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.main-slider .item img {
  width: 100%;
}
.searchbtns ul li{
  display: inline-block;
}
.searchicon a{
  background: #fff;
  color: #10b508;
  width: 53px;
  display: table;
  text-align: center;
  line-height: 51px;
  border-radius: 5px;  
  font-size: 20px;  
}
.searchicon a:hover{
  background: #10b508;
  color: #fff;  
}
.forsale a{
  font-size: 17px;
  color: #fff;
  padding: 14px 66px;
  font-weight: 500;
  background: #10b508;
  border-radius: 5px;
  display: table;
  margin: 0 10px;
  text-decoration: none;
}
.forsale a:hover{
  background: #fff;
  color: #10b508;  
}
.cart a{
  background: #fff;
  color: #10b508;
  width: 53px;
  display: table;
  text-align: center;
  line-height: 51px;
  border-radius: 100px;
  font-size: 20px;
}
.cart a:hover{
  background: #10b508;
  color: #fff;  
}
.slide-text h1 {
    text-align: right;
    display: block;
    font-size: 40px;
    line-height: 60px;
}
.slide-text p{
text-align: right;
    display: block;
    line-height: 30px;
    font-size: 13px;
}
.slide-text a{
    display: inline-block;
    margin: 20px 0px 0 30px;
    padding: 15px 35px;
}
.slide-text{
  margin: 90px 0 0 0;  
}
.btnsection{

}
.arrowbtn{
    position: absolute;
    top: auto;
    bottom: -57px;
    left: 50.6%;
    right: auto;
    text-align: center;
    display: block;
    margin: 0px auto;
    height: 50px;
}
.arrowbtn a{
  background: #fff;
  font-size: 30px;
  display: table;
  border-radius: 100px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  color: #10b508;  
  animation: bounce 1.5s infinite;  
}
.arrowbtn a:hover{
  background: #18d413;
  color: #fff;  
}
/*End Banner Section*/
/*BEGIN Index ABout Us Section*/
.aboutContent h1, 
h1.product_title.entry-title {
    color: #b5058f;
    font-size: 57px;
    text-align: right;
    margin: 93px 0 0 0;
    padding: 0;
}
h1.product_title.entry-title {
  text-align: left;
  margin-bottom: .5em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, 
span.woocommerce-Price-amount.amount, 
span.woocommerce-Price-currencySymbol {
  color: #27404e !important;
}

.aboutContent p{
  text-align: right;
}
.aboutContent a{
  float: right;
  margin: 30px 0 0 0;
}
.aboutContent a:hover{
  background: #b5058f;
  color: #fff;  
}
.aboutsec:before{
    display: block;
    content: '';
    clip-path: polygon(100% 1%, 100% 50%, 0 100%, 0% 50%);
    background: #f8fbfe;
    width: 100%;
    height: 1140px;
    position: absolute;
    bottom: -190px;
    z-index: -1;
    top: auto;
}
.aboutsec:after{
    display: block;
    content: '';
    background: #f8fbfe;
    width: 100%;
    height: 1030px;
    position: absolute;
    bottom: auto;
    z-index: -1;
    top: 30px;
}
.aboutsec{
  position: relative;
  background: #f8fbfe;  
  z-index: 1;  
}
.aboutimg{
  position: absolute;
  right: 0;
}
.aboutimg img{
    position: relative;
    right: 0;
    top: 0;
    bottom: 240px;

}
.whiteimgbox {
    background: #fff;
    padding: 25px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 100px 20px 20px 10px;
    width: 93%;
    float: left;
}
.booksection{
    position: relative;
    padding: 20% 0 5% 0;
    z-index: 1;
}
.booksection:before{
    display: block;
    content: '';
    background: #eef5fa;
    width: 100%;
    height: 280px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    top: auto;
}
.booksection:after{
    display: block;
    content: '';
    clip-path: polygon(100% 1%, 100% 50%, 0 100%, 0% 50%);
    background: #eef5fa;
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    top: auto;
}

.bookslider .slick-prev:before, .bookslider .slick-next:before{
    opacity: inherit;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.31);
    width: 52px;
    line-height: 52px;
    display: table;
    border-radius: 100px;
    color: #18d413;
    opacity: inherit;
}
.bookslider .slick-prev.slick-disabled:before, .bookslider .slick-next.slick-disabled:before {
    opacity: inherit;
    background: #18d413;
    color: #fff;
    width: 35px;
    line-height: 35px;
    margin: 10px 0 0 0;
}
.bookslider .slick-prev {
    left: -145px;
    top: auto;
    bottom: 160px;
    right: auto;
}
.bookslider .slick-next {
    right: auto;
    left: -80px;
    top: auto;
    bottom: 160px;
}
.bookimg a, 
h2.woocommerce-loop-product__title{
  color: #3b3b3b;
  font-size: 16px !important;
  font-weight: 600;
  padding: 0 !important;
  margin: 10px 0 15px 0 !important;
  display: block;
}
.bookimg img{
  width: 100%;
}
.stars ul li{
  display: inline-block;
}
.stars ul li a{
  color: #9f9f9f;
}
.stars ul li a:hover{
  color: #ed4e0e;  
}
.stars ul{
    margin-bottom: 8px;
}
.stars p{
  color: #27404e;
  font-size: 22px;
  display: inline-block;    
}
.stars span{
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  float: right;
  margin: 7px 0 0 0;     
}
.placebtn button{
  color: #fff;
  background-color: #10b508;
  border: 1px solid #10b508;
  width: 100%;
  padding: 13px 0;
  margin: 20px 0 0 0;
  text-transform: uppercase;  
}
.placebtn button:hover{
    color: #fff;
    background-color: #b5058f;
    border: 1px solid #b5058f;
}
.placebtn button:focus{
    color: #fff;
    background-color: #b5058f;
    border: 1px solid #b5058f;
}
/*BEGIN Index ABout Us Section*/
/*BEGIN Night Child Section*/
.nightchild{
    background: #eef5fa;
    padding: 0 0 2% 0;
}
.nightchildText .aboutContent h1{
  color: #b5058f;
  font-size: 57px;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
}
.nightchildText .aboutContent p {
    text-align: left;
}
.nightchildText .aboutContent a {
    float: none;
    margin: 30px 0 0 0;
}
.aboutContent em{
  font-style: normal;
    font-size: 50px;
    color: #10b508;
    display: block;
    margin: 0 0 20px 0 !important;  
}
.nightchildImg{
  position: relative;
}
.nightchildImg img{
    position: absolute;
    bottom: 0;
    top: 0;  
}
/*END Night Child Section*/
/*BEGIN Testimonial Section*/
.TestimonialSection{
  padding: 5% 0 0% 0;
  background: #fff;
}
.TestimonialSection h1{
  color: #b5058f;
  font-size: 57px;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 0;
  display: block; 
}
.TestimonialContent img{
  margin-bottom: 20px;  
}
.TestimonialContent strong{
  display: block;
  color: #10b508;
  font-size: 16px;
  margin-bottom: 15px;
}
.TestimonialContent span{
  display: block;
  margin-bottom: 50px;
}
.TestimonialSection .slick-dotted.slick-slider {
    margin-bottom: -5px;
}
.TestimonialSlider .slick-dots li.slick-active button:before {
    opacity: inherit;
    color: #74beaf;
    font-size: 50px;
}
.TestimonialSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 46px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: inherit;
    color: #10b508;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.TestimonialSlider .slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 350px;
    left: auto;
}
/*END Testimonial Section*/
/*BEGIN Newslatter Section*/
.newslatter{
  background: #b5058f;
  padding: 3% 0 3% 0;
}
.newslatterHeading h1{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 40px 0;
}
.newslatterHeading p{
  text-align: center;
  color: #fff;
}
.newslatter #custom-search-input{
  width: 50%;
  display: table;
  margin: 0px auto;  
}
.newslatter #custom-search-input .btn-info {
    color: #fff;
    background-color: #10b508;
    border-color: #10b508;
    width: 120px;
    text-transform: uppercase;
    border-radius: 0px;    
}
.newslatter #custom-search-input .input-group .form-control, 
input.form-control.input-lg {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  font-family: 'SF UI Display';
  font-size: 16px;
}
/*END Newslatter Section*/
/*BEGIN Footer SEction CSs*/
footer{
    padding: 5% 0;
    background: #f8fbfe;
}
.socialinfo ul li{
  display: inline-block;
}
.socialinfo ul li span{
    font-size: 16px;
    color: #777;
    display: block;
    margin-right: 10px;
}
.socialinfo ul li img{
    position: relative;
    top: 9px;  
}
.footerlogo p{
    font-weight: 500;
    margin-bottom: 30px;
}
.info ul li{
  margin-bottom: 20px;
}
.info ul li i{
  font-size: 20px;
  color: #777;
  margin-right: 10px;
}
.info ul li a{
  font-size: 16px;
  color: #777;  
}
.info ul li span{
  font-size: 16px;
  color: #777;  
}
.info ul li a:hover{
  color: #10b508;  
}
.information span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 30px;
    display: block;
    letter-spacing: 5px;
    border-bottom: 2px solid #e2e3e5;
    padding: 0 0 20px 0;
    position: relative;
}
.information form span {
  color: transparent;
  margin: 0;
  line-height: unset;
  display: inline;
  border: none;
  padding: 0;
}

.information span:after {
    display: block;
    content: '';
    width: 50px;
    height: 3px;
    background: #10b508;
    position: absolute;
    top: auto;
    bottom: -2px;
}
.information form span:after {
  display: inline;
  width:auto;
  background: transparent;
}
.information form span.wpcf7-not-valid-tip {
  color: red;
}
.information ul {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 37px;
}
.information ul li {
    margin-bottom: 20px;
}
.information a {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: block;
}
.information a:hover{
  color: #10b508;
}
.visa ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}
.visa ul li img{
  position: relative;
  top: 6px;
}
.visa h4 {
  font-size: 16px;
  color: #777;
  font-family: 'SF UI Display';    
}
.visa ul li a img:hover {
    opacity: 0.5;
}
.information .form-control{
    background: #ebebeb;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 39px;
    width: 100%;
    color: #000;
    font-size: 16px;
    color: #777;
    font-family: 'SF UI Display';
    margin-bottom: 15px;
}
.information .btn-primary {
    color: #fff;
    background-color: #10b508;
    border-color: #10b508;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 14px 0;
}
.information .btn-primary:hover{
    color: #fff;
    background-color: #b5058f;
    border-color: #b5058f;  
}
.information .btn-primary:focus{
    color: #fff;
    background-color: #b5058f;
    border-color: #b5058f;  
}
.formhight{
  height: 100px !important;
  resize: none;
}
.copyrightBG{
  background: #000000;
  padding: 1% 0 0% 0;
}
.copyrghtText p{
    color: #5f5f5f;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
/*END Footer SEction CSs*/
/*BEGIN Inner CCs*/
/*BEGIN About US Css*/
.InnerBanner .slide-text {
    margin: 0px 0 0 0;
}
.InnerBanner .slide-text h1 {
    text-align: center;
    display: block;
    font-size: 80px;
}
.otherBg{
    background: #f5f9fe;  
}
.innerAbout .aboutimg {
    position: inherit;
    right: inherit;
}
.innerAbout .aboutimg img {
    position: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
}
.innerAbout{
    padding: 5% 0;
    background: #f5f9fe;  
}
.aboutimagesList {
    padding: 5% 0;
    background: #eef5fa;
    position: relative;
    z-index: 1;
}
.aboutimagesList:before{
  display: block;
  content: '';
  clip-path: polygon(0% 1%, 250% 50%, 0 100%, 0% 50%);
  background: #eef5fa;
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  top: auto;
}
.vectorimg img{
display: table;
    margin: 0px auto;
    min-height: 130px;
    object-fit: scale-down;
}
.vectorimg a{
  font-size: 24px;
  font-family: 'Circular Std';
  display: block;
  text-align: center;
  margin: 30px 0px;
  padding: 0px;
  color: #ab078c;
  text-decoration: none;
}
.vectorimg a:hover{
  color: #10b508;  
}
.vectorimg p{
  display: block;
  text-align: center;
}
/*END About US Css*/
/*BEGIN Cart CSS*/
.cartsection{
  background: #f5f9fe;
  padding: 5% 0;
}
.cartHeading h1{
    font-size: 24px;
    color: #333333;
    font-family: 'SF UI Display';
    display: block;
    margin-bottom: 40px;  
}
.carttable .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.table-condensed>tbody>tr>td{
    padding: 35px 0;
    vertical-align: middle;
}
.cartcontent span, 
table .product-name a{
    font-size: 18px;
    color: #333333;
    font-family: 'SF UI Display';
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    background: transparent;
}
table .product-name a:hover {
  background: transparent;
  color: #333333;
}
.cartcontent p{
  font-size: 15px;
  color: #333333;
  font-family: 'SF UI Display';
  display: block;
  margin-bottom: 10px;   
  font-weight: 500;
}
.price span, 
table .product-price span, 
table span.woocommerce-Price-currencySymbol, 
table span.woocommerce-Price-amount.amount{
    font-size: 18px !important;
    color: #333333 !important;
    font-family: 'SF UI Display';
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500 !important;  
}
.quantity .form-control{
    width: 50%;
    border-radius: 0;
    border: 1px solid #000;
    color: #333;  
}
.totalprice span{
    font-size: 18px;
    color: #333333;
    font-family: 'SF UI Display';
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500; 
}
.deleteicon a{
  font-weight: 400;
  font-size: 20px;
  color: #2d3a4b;
}
.deleteicon a:hover{
  color: #830479;  
}
.couponBG{
    background: #830477;
    padding: 50px;
    border-radius: 5px;  
}
.couponHeading span, 
.cart_totals h2{
    color: #333333;
    font-size: 21px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.couponBG #custom-search-input .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 95%;
    margin-bottom: 0;
    border-radius: 0;
    font-family: 'SF UI Display';
    font-size: 16px;
}
.couponBG #custom-search-input .btn-info, 
.coupon button.button {
    color: #fff;
    background-color: #10b508;
    border-color: #10b508;
    width: 160px;
    text-transform: uppercase;
    border-radius: 0px;
    height: 46px;
}
.coupon{
    padding: 4% 0;
    border-bottom: 2px solid #f5f9fe;  
}
.subtotalmain{
  border: 5px solid #10b508;
  padding: 20px;
}
.subtotal p{
    font-size: 18px;
    float: left;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 12px;
}
.subtotal span{
    font-size: 18px;
    float: right;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 12px;
}
.subtotal{
    overflow: hidden;
    border-bottom: 1px solid #d1d5db;
    padding: 20px 0;
}
.bordernone{
  border-bottom: none;
}
.bordernone p{
  font-size: 20px;
}
.couponbtn a{
    background: #eeeeee;
    color: #333333;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 0 0;
    display: inline-block;
    padding: 15px 30px;
    margin-right: 20px;  
}
.couponbtn a:hover{
  background: #10b508;
  color: #fff;
}
/*END Cart CSS*/
/*BEGIN Checkout Section*/
.checkoutmain{
  background: #f5f9fe;
  padding: 5% 0;  
}
.checkoutform label, 
#customer_details label{
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
    text-shadow: none;  
    margin-bottom: 0;
}
.form-control, 
#customer_details input[type="text"], 
#customer_details input[type="email"], 
#customer_details input[type="tel"], 
#customer_details input[type="password"], 
#customer_details select, 
select.orderby {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.checkoutform .form-control, 
#customer_details input[type="text"], 
#customer_details input[type="email"], 
#customer_details input[type="tel"], 
#customer_details input[type="password"], 
#customer_details select {
    width: 100%;
    padding: 20px 10px;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #c6ceda;  
}
.checkoutform .btn-primary {
  color: #fff;
  background-color: #10b508;
  border-color: #10b508;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 14px 60px;
}
.checkoutform .btn-primary:hover {
    color: #fff;
    background-color: #b5058f;
    border-color: #b5058f;
}
.checkoutform .btn-primary:focus {
    color: #fff;
    background-color: #b5058f;
    border-color: #b5058f;
}
.checkoutmain .couponHeading span, 
#customer_details h3 {
  font-family: 'SF UI Display';
    color: #b5058f;
    font-size: 21px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.mtop30{
  margin-top: 60px;
}
input[type="radio"]{
    position: relative;
    top: 1px;
    margin-right: 10px;
    cursor: pointer;
}
input[type="checkbox"]{
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.paypal label{
    position: relative;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 12px;
    font-family: 'SF UI Display';
}
/*END Checkout Section*/
/*BEGIN Our Book Section*/
.glyphicon { margin-right:5px; }


.ourbookssection .item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    background: transparent;
}
.ourbookssection .item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: transparent;
}

.ourbookssection .item.list-group-item .list-group-image
{
    margin-right: 10px;
}


.ourbookssection .item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.ourbookssection .item.list-group-item:nth-of-type(odd)
{
    background: transparent;
    padding: 0;
}

.ourbookssection .item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.ourbookssection .item.list-group-item img
{
float: left;
    width: auto;
    margin-right: 10px;
}
.ourbookssection .item.list-group-item:after
{
    clear: both;
}
.ourbookssection .list-group-item-text
{
    margin: 0 0 11px;
}
.ourbookssection .whiteimgbox{
width: 100%;
    margin: 0 0 30px 0;
    padding: 25px;
}
.ourbookssection{
  background: #f5f9fe;
  padding: 5% 0;  
  position: relative;    
}
.sortby .form-control, 
select.orderby{
    width: 100%;
    float: left;
    border-radius: 100px;
    background: #e6eff3;
    color: #000;
    border: none;
    box-shadow: none;
    padding: 10px 10px 10px 10px;
    height: 50px;
    margin: -10px 0 40px 20px;

}
.ourbookssection .well-sm {
    padding: 9px;
    border-radius: 3px;
    height: auto;
    width: 70%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    float: right;
}
.mytoogle{
    margin: 18px 0 0 0;  
}
.ourbookssection .btn-group, .ourbookssection .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.mytoogle div{
    width: 20px;
    height: 2px;
    background-color: #84818a;
    margin: 6px 0;
}
.devider{
    display: block;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    top: 144px;
    width: 100%;
}
.search{
  border-bottom: 1px solid #d7d7d7;  
  margin-bottom: 1.5em;
}
.search span{
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;  
}
.search:after {
  content: '';
  display: block;
  height: 2px;
  background: #6bd4c4;
  width: 75px;
  position: relative;
  top: 1px;
}
.searchbar{
position: relative;
    margin: 20px 0 40px 0;
}
.searchbar .form-control{
  background: #e6eff3;
  box-shadow: none;
  border-radius: 100px;
  padding: 20px 20px;
}
.searchbar button{
  position: absolute;
  bottom: auto;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  color: #737779;
  outline: inherit;
}
.allcate a{
  color: #1c1b1d;
  display: block;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 20px 0;

}
.allcategories ul li, 
ul.woocommerce-widget-layered-nav-list li{
  margin-bottom: 25px;
}
.allcategories a, 
ul.woocommerce-widget-layered-nav-list li a{
  float: left;
  color: #6a686c;
  display: block;
  font-weight: 500;
  font-size: 16px;
  display: block;  
}
.allcategories span, 
ul.woocommerce-widget-layered-nav-list .count{
  float: right;
}
.FiltersText span{
    display: block;
    font-size: 17px;
    color: #8b8b8b;
    margin-left: 10px;
    line-height: 65px;
}
.filter img{
  margin-bottom: 30px;
}
.filter{
margin: 30px 0 0 0;  
}
/*END Our Book Section*/
/*BEGINS-SEC:CONTACT-US*/
.contact_us_main{
  padding: 6% 0 5% 0;
  background-color: #f5f9fe;
  border-bottom: 2px solid #939598;
}
.contact_us_info{}
.contact_us_info h2 {
    color: #b5058f;
    font-size: 37px;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0;
}
.contact_us_info span{
  display: block;
  color: #10b508;
  font-size: 14px;
  padding: 0;
  font-weight: 600;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
}
.contact_us_info br {
  display: none;
}
.contact_us_info p{
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 40px;
}
.contant_social{
  list-style: none;
  padding: 0;
  margin-top: 67px;
}
.contant_social li{
  display: inline-block;
  margin-right: 22px;
}
.contant_social li a i{
  font-size: 33px;
  color:#c4c7cc;
}
.contant_social li a:hover i{
  color: #333;
}
.contact_map iframe{
    width: 100%;
    height: 424px;
    border: 0;
}
.contac_us_form h2 {
    color: #b5058f;
    font-size: 37px;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0;
}
.contac_us_form p{
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 23px;
}
.contac_us_form{
  padding: 4% 0 0 0;
}
.contac_us_form form input.form-control{
    height: 48px;
  }
.contac_us_form form .form-control{
    margin-bottom: 32px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: #f5f9fe;
    box-shadow: none;
    resize: none;
    font-size: 16px;
}
.contac_us_form form .form-control:focus {
    background-color: #fff;
    border-bottom: 0px solid transparent;
    box-shadow: 0 0 14px 5px #e6e6e6;
    color: #000;
}
/*END-SEC:CONTACT-US*/
/*END Inner CCs*/


/*blog page start*/
section.ourBlog.blogPage h2 {
    text-align: center;
    color: #b5058f;
    font-size: 57px;
}
section.ourBlog.blogPage h6 {
 
    font-size: 14px;
    margin: 0px auto 40px;
    display: table;
    width: 60%;
    text-align: center;
    line-height: 24px;
}

section.ourBlog.blogPage .bloBox {
    margin-bottom: 50px;
}

.bloBox h5 {
    color: #3b3b3b;
}

.bloBoxText {
    padding: 0 7px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
p.box-text {
    color: #3b3b3b;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    min-height: 60px;
}

.bloBoxText:after {
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right, #b5058f, #b5058fad, #b5058fd1, #b5058fc7, #b5058f);
    content: "";
    right: -27px;
    border: 0;
    position: absolute;
    transform: rotate(-44deg);
    bottom: -27px;
}
.ourBlog.blogPage {
   
    background: #f5f9fe;
}
/*blog page end*/

/*blog detail page start*/
.blogPagedetail {
    padding-top: 27px;
    background-color: #f5f9fe;
}

.blogPagedetail h2 {
    color: #3b3b3b;
}

.blogPagedetail h3 {
    color: #b5058f;
}
/*blog detail page end*/
/*hom page section start */
.blog1 .bloBoxText {
    padding: 0 7px;
}

.bloBox img {
    width: 100%;
}

/*hom page section end */

/*home footer 1 css start*/
/*.footerlogo {
    text-align: center;
}
.footerlogo img {
    margin: 0 auto;
    display: table;
}*/

/*home footer 1 css end*/

/*about us page css start*/

.enjoy-text a {
    color: #000;
    font-weight: 400;
    margin: 32px;
    text-transform: capitalize;
}

.choice-text-center h3 {
    font-size: 24px;
    font-family: 'Circular Std';
    display: block;
    padding: 0px;
    color: #ab078c;
    text-decoration: none;
}
.vectorimg {
    padding-bottom: 62px;
}
/*news letter section css start*/
.pleasure-text {
    text-align: center;
    color: #fff;
    padding-bottom: 22px;
}
section.video-section {
    padding: 6% 0px;
}
/*news letter section css end*/
.kids h1 {
    font-size: 40px;
}
.welcome .aboutContent h1 {
    font-size: 43px;
}
.dummy video {
    width: 100%;
}
/*about us page css end*/

/*index page css start*/
.read-text {
    float: left;
}
.read-text p {
    font-size: 16px;
}

.kids {
  padding-top: 0;
  text-align: center;
}
.production .nightchildText .aboutContent h1 {
    font-size: 43px;
}

/*index page css end*/
/*cart page css start*/
.fill-text p {
    text-align: center;
}

/*cart page css end*/

/*contact page css start*/
.contact-text p {
    text-align: center;
}


/*contact page css end*/


/*our book page css start*/
.main-slider.InnerBanner {
    position: relative;
}
.banner-video video {
    position: absolute;
    width: 100%;
    object-fit: cover;
}
/*our book page css end*/

@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1681px) and (max-width: 1920px){}
@media only screen and (min-width: 1600px) and (max-width: 1680px){
.arrowbtn{
  bottom: -320px;
}  
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
.arrowbtn{
  bottom: -55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px){
  .arrowbtn{
        bottom: 240px;
  }
}
@media only screen and (min-width: 967px) and (max-width: 1200px){
.navigation ul li a {
    font-size: 13px;
}
.forsale a{
    padding: 14px 51px;   
}
  .slide-text h1 {
    font-size: 30px;

}
  .slide-text a {
    display: inline-block;
    margin: 20px 0px 0 10px;
    padding: 15px 29px;
}
  .main-slider{
    position:relative;
  }
  .arrowbtn{
    bottom: 303px;    
  }
.kids h1 {
    font-size: 30px;
    margin: 0 0 0 0;
}
  .aboutContent h1{
    font-size: 30px;    
  }
  .production .nightchildText .aboutContent h1 {
    font-size: 30px;
}
  .aboutContent em{
    font-size: 40px;
  }
.InnerBanner .slide-text h1 {
    text-align: center;
    display: block;
    font-size: 40px;
} 
  .welcome .aboutContent h1 {
    font-size: 30px;
}
  .TestimonialSlider .slick-dots{
    right: 310px;
    bottom: 5px;    
  }
  #secondary{
    margin: 30px 0 0 0;
  } 
  #products{
    margin: 30px 0 0 0;
  } 
.logo img{
    padding: 50px 0 0 0;  
}     
}
@media only screen and (min-width: 768px) and (max-width: 966px){
.navigation ul li a {
    font-size: 11px;
    padding: 0 5px 35px;
}
#header .forsale a{
    padding: 14px 18px;
    font-size: 13px;
}
  .slide-text h1 {
    font-size: 22px;
    line-height: 30px;

}
  .slide-text a {
    display: inline-block;
    margin: 20px 0px 0 10px;
    padding: 10px 10px;
    font-size: 14px;
}
  .main-slider{
    position:relative;
  }
  .arrowbtn{
    bottom: 213px;
  }
.arrowbtn a{
    width: 32px;
    line-height: 32px;    
  }
.kids h1 {
    font-size: 30px;
    margin: 0 0 0 0;
}
  .aboutContent h1{
font-size: 20px;
  }
  .production .nightchildText .aboutContent h1 {
    font-size: 20px;
}
  .aboutContent em{
    font-size: 40px;
  }
.InnerBanner .carousel-caption .slide-text h1 {
    text-align: center;
    display: block;
    font-size: 30px;
} 
  .welcome .aboutContent h1 {
font-size: 20px;
}
  .TestimonialSlider .slick-dots{
    right: 0;
    bottom: 21px;
  }
  #secondary{
    margin: 30px 0 0 0;
  } 
  #products{
    margin: 30px 0 0 0;
  } 
  .sidenav{
    display: none;    
  }
  .mobilecontainer span{
    display:none;
  } 
.slide-text {
    margin: 0;
}
.main-slider .main-logo{
    margin: 30px 0 0;
} 
.main-slider .carousel-caption{
top: 120px;
  }
.aboutContent a {
    float: right;
    margin: 30px 0 0 0;
    padding: 10px 25px;
} 
  .TestimonialSection h1{
    font-size: 30px;  
    margin: 0 0 30px 0;   
  }
  .TestimonialImg{
    position: absolute;
    bottom: auto;
    top: 140px;   
  } 
  .newslatterHeading h1{
    font-size: 30px;    
    margin: 0 0 10px 0;   
  }
  section.ourBlog.blogPage h2{
    font-size: 35px;    
  }
  .blog1 .col-sm-3{
    width:50%;
  }
  .visa ul li img{
    width: 19px;    
  }
  .vectorimg a{
    margin: 10px 0px;
    font-size: 18px;    
  } 
  .contact_us_info h2{
    font-size: 25px;    
  } 
  .contac_us_form h2{
  font-size: 25px;
  }
#main {
    padding-bottom: 5%;
}  
#main .flex-center {
    display: block;
    align-items: center;
}
.logo img{
    padding: 50px 0 0 0;  
}
.sortby .form-control, select.orderby{
    margin: 0;  
}     
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.navigation ul li a {
    font-size: 11px;
    padding: 0 5px 35px;
}
.forsale a{
padding: 5px 10px;
    font-size: 15px;
}
  .slide-text h1 {
    font-size: 12px;
    line-height: 15px;
     margin-bottom:0;
    text-align: left;
}
.slide-text p {
    text-align: left;
    display: block;
    line-height: 15px;
    font-size: 11px;
} 
  .slide-text a {
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 5px 5px;
    font-size: 12px;
    float: left;
}
.slide-text:first-child a {
    margin-right: 6px;
}

  .main-slider{
    position:relative;
  }
  .arrowbtn {
    bottom: 286px;
    left: 48.6%;
}
.arrowbtn a{
    width: 32px;
    line-height: 32px;    
  }
.kids h1 {
    font-size: 30px;
    margin: 0 0 0 0;
}
  .aboutContent h1{
    font-size: 14px;
    text-align: center !important;
    line-height: 20px;
  }
  .production .nightchildText .aboutContent h1 {
    font-size: 14px;
    margin: 0 0 20px 0px;
    text-align: center !important;
}
  .aboutContent em{
    font-size: 25px;
    text-align: center;
  }
.InnerBanner .slide-text h1 {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 30px auto;
} 
  .welcome .aboutContent h1 {
font-size: 16px;
}
  .TestimonialSlider .slick-dots{
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    margin: 0px auto 20px auto;
    position: inherit;
  }
  #secondary{
    margin: 30px 0 0 0;
  } 
  #products{
    margin: 30px 0 0 0;
  } 

.slide-text {
    margin: 0;
} 
  .main-slider .carousel-caption{
top: 70px;    
  }
.aboutContent a {
    float: none;
    margin: 0px auto;
    padding: 5px 15px;
    font-size: 13px;
    display: table;
    text-align: center;
    font-weight: 600;
} 
  .TestimonialSection h1{
font-size: 20px;
    margin: 0 0 20px 0;
  }
  .TestimonialImg{
position: inherit;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
  } 
  .newslatterHeading h1{
font-size: 16px;
    margin: 0 0 10px 0;
  }
  section.ourBlog.blogPage h2{
    font-size: 20px;
  }
  .blog1 .col-sm-3{
    width: 100%;
  }
  .visa ul li img{
    width: 36px;
  }
  .vectorimg a{
    margin: 10px 0px;
    font-size: 18px;    
  } 
  .contact_us_info h2{
    font-size: 18px;
    text-align: center !important;
    display: block;
    margin: 0 0 10px 0;
  } 
  .contac_us_form h2{
font-size: 20px;
    text-align: center !important;
    margin: 0px auto 10px auto;
  }
  .logo img {
    width: 45%;
    display: table;
    margin: 0px auto;
    float: right;
}
 .searchbtns {
    display: table;
    margin: 0px auto;
    float: left;
    position: relative;
    top: -30px;
}
.searchicon a {
    background: #fff;
    color: #10b508;
    width: 33px;
    display: table;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    font-size: 14px;
}
.cart a {
    background: #fff;
    color: #10b508;
    width: 32px;
    display: table;
    text-align: center;
    line-height: 32px;
    border-radius: 100px;
    font-size: 15px;
}
  .aboutContent p {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
}
  .aboutimg img {
    position: relative;
    right: 0;
    top: 0;
    bottom: 240px;
    width: 60%;
    display: table;
    margin: 0px auto;
}
  .kids {
    padding-top: 0;
    text-align: center;
    padding: 10% 0 5% 0;
}
  .booksection:after{
    display:none;
}
  .aboutContent h1, h1.product_title.entry-title{
    margin: 0;    
  }
.booksection {
    position: relative;
    padding: 5% 0 5% 0;
    z-index: 1;
}
.wpb_single_image.vc_align_left  .vc_custom_1579098147846 {
    margin-top: 0px !important;
    margin-left: 0px !important;
}
  .nightchildText .aboutContent p {
    text-align: center;
}
  .nightchildText .aboutContent a {
    float: none;
    margin: 30px auto;
}
  .nightchildImg img {
    position: inherit;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 70%;
    display: table;
}
  p{
    font-size: 13px;
    text-align: center;
  }
.TestimonialContent img {
    margin: 20px 0;
}
.TestimonialContent strong {
    display: block;
    color: #10b508;
    font-size: 14px;
    margin: 15px auto;
    text-align: center;
}
  .newslatter {
    background: #b5058f;
    padding: 1% 0 1% 0;
}
  .pleasure-text  h3{
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 18px;    
  }
.newslatter #custom-search-input {
    width: 100%;
    display: table;
    margin: 0px auto;
}
.newslatter #custom-search-input .btn-info {
    color: #fff;
    background-color: #10b508;
    border-color: #10b508;
    width: 70px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    padding: 15px 0 14px 0;
}
  .newslatter #custom-search-input .input-group .form-control, input.form-control.input-lg {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    font-family: 'SF UI Display';
    font-size: 12px;
}
section.ourBlog.blogPage h6 {
    font-size: 13px;
    margin: 0px auto 40px;
    display: table;
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
}
.bloBox h5 {
    color: #3b3b3b;
    text-align: center;
    display: block;
    margin: 20px 0 0 0;
}
  .footerlogo img{
    display: table;
    margin: 10px auto;
    width: auto;
  }
.info ul li {
    display: block;
    text-align: center;
    margin: 10px auto;
}
.info ul li i {
    font-size: 20px;
    color: #777;
    margin: 0px 0px 10px 0px;
    display: block;
    text-align: center;
}
.socialinfo ul{
    display: table;
    margin: 0px auto;
    text-align: center;   
  }
.socialinfo ul li span {
    font-size: 16px;
    color: #777;
    display: block;
    margin-right: 10px;
    position: relative;
    top: -10px;
}
.information ul {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.information ul li {
    margin-bottom: 10px;
}
.information a{
    display: block;
    text-align: center;   
  }
  .visa{
display: table;
    margin: 0px auto;   
}
.information span{
    font-size: 14px;
    margin: 10px auto;
    text-align: center;   
  } 
footer {
    padding: 5% 0 0% 0;
    background: #f8fbfe;
}
.copyrghtText p {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
  .InnerBanner .item img{
    width: 100%;
    height: 190px;    
  }
.wpb_single_image.vc_align_center {
    text-align: center;
    margin: 0;
}
.vectorimg {
    padding-bottom: 0px;
}
.choice-text-center h3 {
    font-size: 18px;
    font-family: 'Circular Std';
    display: block;
    padding: 0px;
    color: #ab078c;
    text-decoration: none;
    margin: 0;
}
.dummy video {
    width: 100%;
    height: 100%;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    width: 100%;
    display: table;
}
.sortby .form-control, select.orderby {
    width: 90%;
    float: none;
    border-radius: 100px;
    background: #e6eff3;
    color: #000;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    height: 50px;
    margin: 0;
    display: table;
    margin: 0px auto;
}
.woocommerce .woocommerce-result-count {
    margin: 0px 0 1em;
    text-align: center;
    display: block;
    float: none;
}
.search span {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.ourbookssection .whiteimgbox {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 15px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0px auto;
} 
.blogPagedetail .flex-center {
    display: block;
    align-items: center;
}
.blogPagedetail h2 {
    color: #3b3b3b;
    font-size: 16px;
    text-align: center;
}
.blogPagedetail h3 {
    color: #b5058f;
    font-size: 15px;
    text-align: center;
    margin: 10px 0 10px 0;
}
#main article img{
/*    width:100%;*/
  } 
  .contact_us_info span{
    text-align: center;   
  }
  .contact_us_info p{
    margin-bottom: 15px;    
  }
  .contant_social {
    margin-top: 15px;
    display: table;
    margin: 0px auto;
  }
.contant_social li {
    display: inline-block;
    margin-right: 11px;
} 
.contant_social li a i {
    font-size: 18px;
    color: #c4c7cc;
}
.contact_map iframe {
    width: 100%;
    height: 250px;
    border: 0;
}
.contac_us_form p {
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 13px;
    text-align: center !important;
}
textarea.form-control {
    height: 110px;
}
.greenbtn {
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    display: table;
    background: #10b508;
    border-radius: 5px;
    display: table;
    margin: 0px auto;
} 
.vc_custom_1579098147846 {
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.wpb_single_image.vc_align_left {
    text-align: left;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.wpb_single_image .vc_figure {
    display: table !important;
    vertical-align: top;
    margin: 0 auto !important;
    max-width: 100%;
} 
.carousel-inner {
    height: 520px;
}
.logo {
    margin-top: -20px;
}
.slide-text {
    margin: 40px 0 0;
}

.mobmenul-container{
    right: 60px;
}

.logo img{
    float: left;
}
.searchbtns{
        float: right;
        top: -50px;
}  
}
@media only screen and (min-width: 300px) and (max-width: 479px){
.navigation ul li a {
    font-size: 11px;
    padding: 0 5px 35px;
}
#header .forsale a{
padding: 5px 10px;
    font-size: 15px;
}
  .slide-text h1 {
    font-size: 12px;
    line-height: 15px;
     margin-bottom:0;
    text-align: left;
}
.slide-text p {
    text-align: left;
    display: block;
    line-height: 15px;
    font-size: 11px;
} 
  .slide-text a {
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 5px 5px;
    font-size: 12px;
    float: left;
}
.slide-text:first-child a {
    margin-right: 6px;
}

  .main-slider{
    position:relative;
  }
  .arrowbtn {
    bottom: 136px;
    left: 48.6%;
}
.arrowbtn a{
    width: 32px;
    line-height: 32px;    
  }
.kids h1 {
    font-size: 30px;
    margin: 0 0 0 0;
}
  .aboutContent h1{
    font-size: 14px;
    text-align: center !important;
    line-height: 20px;
  }
  .production .nightchildText .aboutContent h1 {
    font-size: 14px;
    margin: 0 0 20px 0px;
    text-align: center !important;
}
  .aboutContent em{
    font-size: 25px;
    text-align: center;
  }
.InnerBanner .carousel-caption .slide-text h1 {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 30px auto;
} 
  .welcome .aboutContent h1 {
font-size: 16px;
}
  .TestimonialSlider .slick-dots{
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    margin: 0px auto 20px auto;
    position: inherit;
  }
  #secondary{
    margin: 30px 0 0 0;
  } 
  #products{
    margin: 30px 0 0 0;
  } 

.slide-text {
    margin: 0;
} 
  .main-slider .carousel-caption{top: 70px;}
.aboutContent a {
    float: none;
    margin: 0px auto;
    padding: 5px 15px;
    font-size: 13px;
    display: table;
    text-align: center;
    font-weight: 600;
} 
  .TestimonialSection h1{
font-size: 20px;
    margin: 0 0 20px 0;
  }
  .TestimonialImg{
position: inherit;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
  } 
  .newslatterHeading h1{
font-size: 16px;
    margin: 0 0 10px 0;
  }
  section.ourBlog.blogPage h2{
    font-size: 20px;
  }
  .blog1 .col-sm-3{
    width: 100%;
  }
  .visa ul li img{
    width: 36px;
  }
  .vectorimg a{
    margin: 10px 0px;
    font-size: 18px;    
  } 
  .contact_us_info h2{
    font-size: 18px;
    text-align: center !important;
    display: block;
    margin: 0 0 10px 0;
  } 
  .contac_us_form h2{
font-size: 20px;
    text-align: center !important;
    margin: 0px auto 10px auto;
  }
  .logo img {
    width: 45%;
    display: table;
    margin: 0px auto;
    float: right;
}
 .searchbtns {
    display: table;
    margin: 0px auto;
    float: left;
    position: relative;
    top: -30px;
}
.searchicon a {
    background: #fff;
    color: #10b508;
    width: 33px;
    display: table;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    font-size: 14px;
}
.cart a {
    background: #fff;
    color: #10b508;
    width: 32px;
    display: table;
    text-align: center;
    line-height: 32px;
    border-radius: 100px;
    font-size: 15px;
}
  .aboutContent p {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
}
  .aboutimg img {
    position: relative;
    right: 0;
    top: 0;
    bottom: 240px;
    width: 60%;
    display: table;
    margin: 0px auto;
}
  .kids {
    padding-top: 0;
    text-align: center;
    padding: 10% 0 5% 0;
}
  .booksection:after{
    display:none;
}
  .aboutContent h1, h1.product_title.entry-title{
    margin: 0;    
  }
.booksection {
    position: relative;
    padding: 5% 0 5% 0;
    z-index: 1;
}
.wpb_single_image.vc_align_left  .vc_custom_1579098147846 {
    margin-top: 0px !important;
    margin-left: 0px !important;
}
  .nightchildText .aboutContent p {
    text-align: center;
}
  .nightchildText .aboutContent a {
    float: none;
    margin: 30px auto;
}
  .nightchildImg img {
    position: inherit;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 70%;
    display: table;
}
  p{
    font-size: 13px;
    text-align: center;
  }
.TestimonialContent img {
    margin: 20px 0;
}
.TestimonialContent strong {
    display: block;
    color: #10b508;
    font-size: 14px;
    margin: 15px auto;
    text-align: center;
}
  .newslatter {
    background: #b5058f;
    padding: 1% 0 1% 0;
}
  .pleasure-text  h3{
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 18px;    
  }
.newslatter #custom-search-input {
    width: 100%;
    display: table;
    margin: 0px auto;
}
.newslatter #custom-search-input .btn-info {
    color: #fff;
    background-color: #10b508;
    border-color: #10b508;
    width: 70px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    padding: 15px 0 14px 0;
}
  .newslatter #custom-search-input .input-group .form-control, input.form-control.input-lg {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    font-family: 'SF UI Display';
    font-size: 12px;
}
section.ourBlog.blogPage h6 {
    font-size: 13px;
    margin: 0px auto 40px;
    display: table;
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
}
.bloBox h5 {
    color: #3b3b3b;
    text-align: center;
    display: block;
    margin: 20px 0 0 0;
}
  .footerlogo img{
    display: table;
    margin: 10px auto;
    width: auto;
  }
.info ul li {
    display: block;
    text-align: center;
    margin: 10px auto;
}
.info ul li i {
    font-size: 20px;
    color: #777;
    margin: 0px 0px 10px 0px;
    display: block;
    text-align: center;
}
.socialinfo ul{
    display: table;
    margin: 0px auto;
    text-align: center;   
  }
.socialinfo ul li span {
    font-size: 16px;
    color: #777;
    display: block;
    margin-right: 10px;
    position: relative;
    top: -10px;
}
.information ul {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.information ul li {
    margin-bottom: 10px;
}
.information a{
    display: block;
    text-align: center;   
  }
  .visa{
display: table;
    margin: 0px auto;   
}
.information span{
    font-size: 14px;
    margin: 10px auto;
    text-align: center;   
  } 
footer {
    padding: 5% 0 0% 0;
    background: #f8fbfe;
}
.copyrghtText p {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
  .InnerBanner .item img{

    width: 100% !important;
    height: 190px !important;

  }
.wpb_single_image.vc_align_center {
    text-align: center;
    margin: 0;
}
.vectorimg {
    padding-bottom: 0px;
}
.choice-text-center h3 {
    font-size: 18px;
    font-family: 'Circular Std';
    display: block;
    padding: 0px;
    color: #ab078c;
    text-decoration: none;
    margin: 0;
}
.dummy video {
    width: 100%;
    height: 100%;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    width: 100%;
    display: table;
}
.sortby .form-control, select.orderby {
    width: 90%;
    float: none;
    border-radius: 100px;
    background: #e6eff3;
    color: #000;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    height: 50px;
    margin: 0;
    display: table;
    margin: 0px auto;
}
.woocommerce .woocommerce-result-count {
    margin: 0px 0 1em;
    text-align: center;
    display: block;
    float: none;
}
.search span {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.ourbookssection .whiteimgbox {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 15px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0px auto;
} 
.blogPagedetail .flex-center {
    display: block;
    align-items: center;
}
.blogPagedetail h2 {
    color: #3b3b3b;
    font-size: 16px;
    text-align: center;
}
.blogPagedetail h3 {
    color: #b5058f;
    font-size: 15px;
    text-align: center;
    margin: 10px 0 10px 0;
}
#main article img{
/*    width:100%;*/
  } 
  .contact_us_info span{
    text-align: center;   
  }
  .contact_us_info p{
    margin-bottom: 15px;    
  }
  .contant_social {
    margin-top: 15px;
    display: table;
    margin: 0px auto;
  }
.contant_social li {
    display: inline-block;
    margin-right: 11px;
} 
.contant_social li a i {
    font-size: 18px;
    color: #c4c7cc;
}
.contact_map iframe {
    width: 100%;
    height: 250px;
    border: 0;
}
.contac_us_form p {
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 13px;
    text-align: center !important;
}
textarea.form-control {
    height: 110px;
}
.greenbtn {
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    display: table;
    background: #10b508;
    border-radius: 5px;
    display: table;
    margin: 0px auto;
} 
.vc_custom_1579098147846 {
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.wpb_single_image.vc_align_left {
    text-align: left;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.wpb_single_image .vc_figure {
    display: table !important;
    vertical-align: top;
    margin: 0 auto !important;
    max-width: 100%;
} 
.carousel-inner {
    height: auto;
}
.logo {
    margin-top: 40px;
}
.slide-text {
    margin: 40px 0 0;
}

.mobmenul-container{
    right: 60px;
}

.logo img {
    float: left;
    position: relative;
    top: -55px;
}

#header .searchbtns{
        float: right;
        top: -76px;
}
.aboutimg {
    position: relative;
    right: 0;
}
.aboutimg img{
  width: 100%;
  height: 300px;
}
.main-slider .slideimg img{
    width: 100% !important;
    height: 180px !important;
    object-fit: scale-down !important;
    margin: 120px 0 0px 0;
}
.main-slider .item img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
}