





.mt-20{
	margin-top:20px!important;
}
.box{
	/*background: #f9fcfd;*/
  background: #efb121;
    color: #000;
    box-shadow: 3px 6px 15px #ecb025f2;
    padding: 20px;
    text-align: justify;
    margin: 2%;

}
.box:hover{
  background: #000;
  color: #efb121;
  box-shadow: 3px 6px 15px #000000ab;

}
.dbox{
  transition: transform 1s;
}
.dbox:hover{
  -moz-transform: translate(0px, -10px);
-webkit-transform: translate(0px, -10px);
-o-transform: translate(0px, -10px);
-ms-transform: translate(0px, -10px);
transform: translate(0px, -10px);
}

.about{
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.42), rgba(12, 12, 12, 0.42)), url(img/about.jpg) no-repeat ;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 2% 0%;
}
.bg-img-1{
	background-image:url(img/4.jpg);
	background-size: cover;
	height: auto;
  width: 100%;
  /*background: #e1e6ea;*/
}
.para{
	color: #000;
	text-align: justify;
  margin-top: 46%;
}
.para1{
  color: #fff;
  text-align: justify;

}
.colr-wh{color:#fff;}
.img-bg-pencile{
  background-image: url(img/service.png);
    background-repeat: no-repeat;
    height: 220px;
    width: 28%;
    margin: auto;
    background-size: cover;
}
.img-center{
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.pad-icon{
	padding-left: 0px;
	padding-right: 0px;
}
.dot{
	content: "";
    width: 15px;
    height: 15px;
    background-color: #1786ce;
    border-radius: 25px;
    border: 2px solid #ececec;
    position: absolute;
    top: 93px;

    transition: all 200ms ease-in;
    transform: translateX(-50%);
}
.cbook {
  background: url(img/cbook.png) no-repeat;
    width: 95px;
    height: 93px;
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom : 20px;

}
.ibook{
      margin-top: 11px;
    font-size: 32px;
    transform: rotate(25deg)!important;
    color: #f1bd6ec4!important;
    }

.mt-80{
  margin-top: 80px;
}

   .cbook:hover{
  background:url(img/obook.png) no-repeat;
  width: 95px;
      height: 93px;
      background-size: contain;
      margin-top: 15px;
      margin-bottom: 0px!important;

}

.cbook:hover .ibook{
  margin-top: 0px!important;
    font-size: 27px;
    transform: rotate(18deg)!important;
    color: #8e6c1e!important;
    margin-left: 11px;
}
.checkout p i{color: #2bc720!important;}

.btns{
	top: 0px;
	transition: all .2s ease-in-out;
	color: #000;
    background-color: #F90;
    box-shadow: 0 5px 0 #c77700;


}
.btns1{
  top: 0px;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #e09e0a;
    box-shadow: 0 5px 0 #eeb422;

}
.btns2{
 top: 0px;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #dc4705;
    box-shadow: 0 5px 0 #fe6c17;
}
.btns3{
 top: 0px;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #61010f;
    box-shadow: 0 5px 0 #930a1e;

}
.btnslider{

  color: #fff;
    background-color: #F90;


}
.btn-center{
	 display: flex;
  align-items: center;
  justify-content: center;
}

.btns:hover{
	color: #f7f7f7;
    background-color: #F90;
    transform: translateY(3px);
    box-shadow: 0 2px 0 #c77700;
}
.btns1:hover{
  color: #fff!important;
    background-color: #fdd329;
    transform: translateY(3px);
    box-shadow: 0 2px 0 #eeb422;
}

.btns2:hover{
 color: #fff!important;
    background-color: #fe8d27;
    transform: translateY(3px);
    box-shadow: 0 2px 0 #fe6c17;
}
.btns3:hover{
  color: #fff!important;
  background-color: #bc1e2d;
    transform: translateY(3px);
    box-shadow: 0 2px 0 #930a1e;
}
.pad-20{
	padding:20px;
}
.btn-2{
	border: 10px solid #fff;
    padding: 10px 12px;
    width: 165px;
    margin: 25px auto;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s;
}
.btn-2:hover{
	width: 165px;
	color: #000;
    font-weight: 700;
    background: #fff;
}
.flip-box {
  background-color: transparent;

  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  border-color: #dead5bb0;
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.2);
    transition: background 0.3s, border 0.8s, border-radius 0.8s, box-shadow 0.8s;
    border-width: 0px 1px 1px 1px;
    border-radius: 12px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
  box-shadow: 0px 22px 43px 0px rgba(0,0,0,0.15);
  border: none!important;
  border-radius: 12px;
}


.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {

  color: black;
  background: beige;
    border-radius: 12px;
}

.flip-box-back {

  color: #000;
  transform: rotateY(180deg);
  background: linear-gradient(45deg, #a71c1c, transparent);
    border-radius: 12px;
}
.para-1{
	display: table-cell;
      text-align: center;
        height: 200px;
        padding: 10px;

        vertical-align: middle;
}
.para-2{
  /*display: table-cell;*/
      text-align: center;
    /* height: 200px; */
    padding: 0px;
    vertical-align: middle;
}
.steps-count{
  color: #f9a61a;
    font-size: 49px;
    font-weight: 700;
    font-family: sans-serif;
    margin-top: 15px;
}
.dark{
	background: #000;
	height: auto;
  width: 100%;
}
.num{
	color: #efb121;
  margin-bottom: 18%;
    margin-top: 0%;
}
.why-heading{
  background: #a94442;
    display: inline-block;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.confirmation{
  background: #42a945;
    display: inline-block;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
/*.icon-hover:before{
	opacity: 0;
	pointer-events: none;
   transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
   transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
   font: 400 3.625em/1.3793em 'Fontello';
    font-size: 58px;
}*/
.mt-50{
	margin-top:50px;
}
.mt-70{
	margin-top:70px;
}
.bg-book{
	background-image:linear-gradient(0deg, rgba(10, 10, 10, 0.53), rgba(10, 10, 10, 0.53)), url(img/banner2.jpg);
	background-size: cover;
	height: auto;
  width: 100%;
}
.form-btn{
	background-color: #9e0909;
    border: #9e0909 9px solid;
    width: 100%;
    color: white;
    padding: 8px;
    border-radius: 40px;
}
.form-btn1{
	background-color: #9e0909;
    border: #9e0909 9px solid;
    width: 100%;
    color: white;
    padding: 8px;

}
.form-btn:hover{
	background-color: #103042;
    border: #103041 9px solid;
    width: 100%;
    color: white;
    cursor: pointer;
    border-radius: 40px;
}
.input-lg, .form-group-lg .form-control{
	border-radius: 0px!important;

}
.form-group {
    margin-bottom: 0px!important;
}
.input-lg{
	color: #b1b7ba!important;
    font-size: 1em!important;
    line-height: 1.5em!important;
    font-weight: 300!important;
    padding: 1.125em 1.625em!important;
    border: solid 0px #f4f7f9!important;
    height: 55px!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.19)!important;
}
.textarea{
	padding: 1.125em 1.625em;
    border: solid 2px #f4f7f9;
}
.form-control{
	/*padding: 12px 21px!important;*/
	padding: 1.125em 1.625em!important;
	border: 0px solid #ccc;
    border-radius: 0px!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.19)!important;
}
.form-control1{
  /*padding: 12px 21px!important;*/
  width: 100%;
  color: #fff!important;
 padding: 1.4em 1.625em!important;
    border: 7px solid #fff!important;
    border-radius: 40px!important;
    box-shadow: inset 0 0 10px #393737!important;
    background-image:linear-gradient(0deg, rgba(10, 10, 10, 0.53), rgba(10, 10, 10, 0.53)), url("img/row.jpg")!important;
}
.form-control1::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-control1:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.form-control1::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

/*.bg-book-1{
	background-image:url(img/book-1.jpg);
	height: auto;
  width: 100%;
	background-size: cover;
}*/
/*.btn-3{
	width: 165px;
	color: #fff;
    font-weight: 700;
    background: #0ce682;
    border: 10px solid #0ce682;
    padding: 10px 12px;
    transition: all 0.3s;
    float: right;
}
.btn-3:hover{
	border: 10px solid #0ce682;
    width: 165px;
    background: none;
    color: #0ce682;
    font-weight: 700;
}
.btn-4{
	border: 10px solid #0ce682;
    padding: 10px 12px;
    width: 165px;

    color: #0ce682;
    font-weight: 700;
    transition: all 0.3s;
}
.btn-4:hover{
	width: 165px;
	color: #fff;
    font-weight: 700;
    background: #0ce682;
}*/
/*.btn-5{
  width: 230px;
  color: #fff;
    font-weight: 700;
    background: #0ce682;
    border: 10px solid #0ce682;
    padding: 10px 12px;
    transition: all 0.3s;

}*/
/*.btn-5:hover{
  border: 10px solid #0ce682;
    width: 230px;
    background: none;
    color: #0ce682;
    font-weight: 700;
}*/

/*----------foooter-------------*/
.bg-blue{
	/*background-image: linear-gradient(0deg, rgba(10, 10, 10, 0.53), rgba(10, 10, 10, 0.53)), url(img/wmap.jpg);*/
	background-image: linear-gradient(0deg, rgba(15, 48, 66, 0.72), rgb(15, 48, 66)), url(img/wmap.jpg);
  height: auto;
  width: 100%;
  padding-bottom: 90px;
}
.f-wt{font-weight: 600;}
.mt-30{margin-top:30px;}
.hr-footer{
  color: #fff;
  height: 4px;
  width: 80%;
}
figure.snip1201 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px!important;
  /*min-width: 220px;
  max-width: 310px;*/
  max-height: 344px;
  width: 100%;
  background: #444444;
}
figure.snip1201 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure.snip1201 img {
  opacity: 1;
  width: 100%;
  height: 345px;
}
figure.snip1201 figcaption {
  height: 78px;
  width: 78px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(90deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip1201 figcaption i {
  border: 2px solid #fff;
  position: absolute;
  background-color: #444444;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1201 figcaption i.left {
  -webkit-transform: rotate(90deg) translate(100%, -100%);
  transform: rotate(0deg) translate(100%, -100%);
  top: 0;
  right: 0;
}
figure.snip1201 figcaption i.right {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  bottom: 0;
  left: 0;
}
figure.snip1201 figcaption i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
figure.snip1201 figcaption:before,
figure.snip1201 figcaption:after,
figure.snip1201 figcaption div:before,
figure.snip1201 figcaption div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.snip1201 figcaption:before,
figure.snip1201 figcaption:after {
  width: 0;
  height: 2px;
}
figure.snip1201 figcaption div:before,
figure.snip1201 figcaption div:after {
  width: 2px;
  height: 0;
}
figure.snip1201 figcaption:before,
figure.snip1201 figcaption div:before {
  left: 0;
  top: 0;
}
figure.snip1201 figcaption:after,
figure.snip1201 figcaption div:after {
  bottom: 0;
  right: 0;
}
figure.snip1201.blue {
  background: #0a212f;
}
figure.snip1201.blue i.right {
  background-color: #2980b9;
}
figure.snip1201.red {
  background: #36100c;
}
figure.snip1201.red i.right {
  background-color: #c0392b;
}
figure.snip1201.yellow {
  background: #583804;
}
figure.snip1201.yellow i.right {
  background-color: #f39c12;
}
figure.snip1201:hover img,
figure.snip1201.hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1201:hover figcaption,
figure.snip1201.hover figcaption {
  background-color: rgba(255, 255, 255, 0.3);
}
figure.snip1201:hover figcaption i {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.snip1201:hover figcaption:before,

figure.snip1201:hover figcaption:after
{
  width: 100%;
}
figure.snip1201:hover figcaption div:before,

figure.snip1201:hover figcaption div:after {
  height: 100%;
}
.glyphy{
	font-family: 'Glyphicons Halflings';
    font-style: normal;
}
/*.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg)!important;
  -moz-transform: rotate(90deg)!important;
  -ms-transform: rotate(90deg)!important;
  -o-transform: rotate(90deg)!important;
  transform: rotate(90deg)!important;
}*/

/*-------------navbar-------------*/
.top-nav{
  background: #a94442;
    color: #fff;
    min-height: 2.5em;
    top: 0;
    width: 100%;
    position: fixed;
    /* z-index: 10000; */
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.0em;
    line-height: 0.1em;
    font-weight: 500;
    letter-spacing: 0.08em;
    /* margin-top: -6px!important; */
}
.top-nav-contact-area{
  float: left;
    padding: 1.4em 0;
}
.top-nav-contact-area a{
  color: #fff;
  text-decoration: none;
}
.top-nav-contact-area a:hover{
  color: #616466;
  text-decoration: none;
}
.top-nav-user-area{
  float: right;

    padding: 1.4em 0;
}
.padd-top-botm{
  padding-top: 50px;
  padding-bottom: 50px;
}
.padd-botm{

  padding-bottom: 50px;
}
/*-------------navbar-------------*/

.bg-camera{
  background-image: url(img/camera.jpg);
  height: 140px;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 73px;
  background-size: cover;
  font-family: 'Stalemate', cursive!important;
}
.bg-book-library{
  background-image: url(img/banner-1.jpg);
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.add-border{
  display: block;
    font-size: 14px;
    margin: 20px 0 20px;
    padding: 10px;
    width: 90%;
    color: #333;
    box-shadow: 0px 0px 3px #8e8e8e;
    border-radius: 5px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
/*table:hover{
  transform: scale(1.07);
  box-shadow: 0px 0px 3px #333333;
   border-top-left-radius: 10px;
  border-top-right-radius:10px;
}*/

th, td {
  text-align: center;
  padding: 15px!important;
}

tr:nth-child(even) {background-color: #fafafa;}
tr:nth-child(odd) {background-color: #eeeeee;}

#rcorners1 {
  border-top-left-radius: 10px;
  border-top-right-radius:10px;




}
#rcorners2 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius:10px;


}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px 36px; margin:10px;  color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {  background:#ccc; }
.btn:focus, .btn:active:focus{outline: 0px auto -webkit-focus-ring-color!important;}

/*search box css start here*/
.search-sec{
    padding: 2rem;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.search-sec{
  position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);

    border-top: 2px solid #3b4246;
}
.online{
  background-image: url(img/o11.png);
  height: 376px;
  background-repeat: no-repeat;
  border: 1px solid #000;
    border-radius: 19px;
    background-size: cover;
    margin-left: 4.16%;
}
.online1{
  background-image: url(img/o22.png);
  height: 376px;
  background-repeat: no-repeat;
  border: 1px solid #000;
    border-radius: 19px;
    background-size: cover;
}
.online2{
  background-image: url(img/o33.png);
  height: 376px;
  background-repeat: no-repeat;
  border: 1px solid #000;
    border-radius: 19px;
    background-size: cover;
}
.num1{
      background-image: url(img/num2.png);
    height: auto;
    padding: 36px 12px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
}
.img-circle{
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 104px;
}
.bg-card-sh{
  background: #fff;
    box-shadow: 3px 6px 15px #7b7b7ac4;
    padding: 5% 4%;
    height: 165px;
    border-radius: 10px;
}
.inside-border{
  border: 10px solid #1d6792;
}
.colr-bl{
  color:#000;
}
.div1 {
  width: 3px;
  height: 50px;
  background-color: red;
  position: relative;
  animation-name: example1;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

.div2 {
  width: 3px;
  height: 50px;
  background-color: red;
  position: relative;
  animation-name: example2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}


@keyframes example1 {
  0%   {background-color:white; left:29px; top:350px;}
  50%  {background-color:#e09e0a; left:29px; top:635px;}

  100% {background-color:white; left:29px; top:350px;}
}

@keyframes example2 {
  0%   {background-color:#e09e0a; left:317px; top:595px;}
  50%  {background-color:white; left:317px; top:300px;}

  100% {background-color:#e09e0a; left:317px; top:595px;}
}

.div3 {
  width: 3px;
  height: 50px;
  background-color: red;
  position: relative;
  animation-name: example3;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

.div4 {
  width: 3px;
  height: 50px;
  background-color: red;
  position: relative;
  animation-name: example4;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}


@keyframes example3 {
  0%   {background-color:white; left:409px; top:250px;}
  50%  {background-color:#dc4705; left:409px; top:535px;}

  100% {background-color:white; left:409px; top:250px;}
}

@keyframes example4 {
  0%   {background-color:#dc4705; left:697px; top:495px;}
  50%  {background-color:white; left:697px; top:200px;}

  100% {background-color:#dc4705; left:697px; top:495px;}
}

.div5 {
  width: 3px;
  height: 50px;
  background-color: red;
  position: relative;
  animation-name: example5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

.div6 {
  width: 3px;
  height: 50px;
  background-color: red;
  position: relative;
  animation-name: example6;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.book-width{
  width: 14%!important;
}

@keyframes example5 {
  0%   {background-color:white; left:789px; top:150px;}
  50%  {background-color:#61010f; left:789px; top:435px;}

  100% {background-color:white; left:789px; top:150px;}
}

@keyframes example6 {
  0%   {background-color:#61010f; left:1077px; top:395px;}
  50%  {background-color:white; left:1077px; top:100px;}

  100% {background-color:#61010f; left:1077px; top:395px;}
}
.mb--260{

  margin-bottom: -260px;
}
.slider{
  margin-top:4%;
}
.hr-style{
  margin-top: 0px;
    margin-bottom: 10px!important;
    margin-left: -31px;
    width: 163px;
}
.brk-btn {
  position: relative;
    background: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 0.6em solid #fff;
    padding: 0.5em 0.5em;
}
.brk-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #0f3042;
  height: 0.6em;
  right: 20%;
  top: -0.6em;
  transform: skewX(-45deg);
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.brk-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #0f3042;
  height: 0.66em;
  left: 20%;
  bottom: -0.66em;
  transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  /*transform: skewX(45deg);
  -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);*/
}
.brk-btn:hover::before {
  right: 80%;
}
.brk-btn:hover::after {
  left: 80%;
}
.bg-book-publish{
  background: #0f3042;
  height: auto;
}


#container {

  width: 101px;
  height: 101px;
  padding:4px;
position: relative;

-webkit-animation-name: rotate;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.56, #F24D55),
	color-stop(0.57, #FF924F),
	color-stop(0.74, #FFC164),
	color-stop(0.74, #62C374),
	color-stop(0.34, #F24D55),
	color-stop(0.33, #00AEDA)
);
    border-radius:50%;
}



@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
.test{
  width:250px;
  height:250px;
  border-radius:50%;
  position:absolute;
  margin-top: -97px;
  margin-left: 4px;
}
.test img {
  width:250px;
  height:250px;
  border-radius:50%;
  position:absolute;


}

.width50{
  width : 50%!important;
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #5d4b47;
z-index: 999999;
}
.spinner {

  width: 300px;
  height: 250px;
  /* background-color: #333; */
background-image: url("img/pre-loader.gif");

  position: absolute;
  top: 31%;
    left: 36%;
  /* -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; */
}
/* @-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
} */

.img-bg-table{
  background-image: url("img/table.png");
  background-size: cover;
  height: 600px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*------------------product--------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);*/
.bg-book-details-page{
    max-width: 18%;
}
.bg-book-details-page img{
  height: 60px!important;
  width: 60px!important;
}
.bg-product-page{
    background: #fff;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.08);
    padding: 10px 8px;
    border: 1px solid #c7c4c4;
    margin: 22px;

    max-width: 21%;
}
.add-to-cart{
  font-size: 11px;
    color: #fff;
    /* text-decoration: none; */
    background: #ff9f00;
    /* border: 1px solid #d9534f; */
    border-radius: 3px;
    padding: 4px 6px;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.08);
}
.view-details{
  font-size: 11px;
    color: #fff;
    /* text-decoration: none; */
    background: #ff9f00;
    /* border: 1px solid #d9534f; */
    border-radius: 3px;
    padding: 4px 6px;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.08);
}
figure.snip0019 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    max-height: 190px;
    min-height: 190px;
    max-width: 3px;
    min-width: 142px;
    /* width: 100%; */
    background: #000000;
    text-align: center;
    margin: auto;
}
figure.snip0019 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0019 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0019 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.snip0019 figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
figure.snip0019 figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0019 h2,
figure.snip0019 p {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
figure.snip0019 h2 {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0019 h2 span {
  font-weight: 800;
}
figure.snip0019 p {
  display: block;
  bottom: 0;
  text-align: left;
  font-weight: 300;
  top: 0%;
  color: #000;
  background: #ffffff;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0019 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0019:hover img {
  opacity: 0.7;
}
figure.snip0019:hover figcaption h2,
figure.snip0019:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0019:hover figcaption h2 {
  opacity: 1;
}
figure.snip0019:hover figcaption p {
  opacity: 1;
}
figure.snip0019:hover figcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/*------------------products-ends-------------------------*/



/*-----------------------div-slide-animation-why-us-start---------------------------------------------*/


.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 900ms linear;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  -moz-transform: translate3d(-200px, 0px, 0px);
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -o-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 900ms linear;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  -moz-transform: translate3d(200px, 0px, 0px);
  -webkit-transform: translate3d(200px, 0px, 0px);
  -o-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



/*media queries for small devices*/
/*@media screen and (max-width: 678px){
  /*testimonials*/
 /* .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }

}*/
/*-----------------------div-slide-animation-why-us-ends---------------------------------------------*/

.bg-white-colr{
  background: #31415a;
  box-shadow: 0 5px 6px 0 rgba(0,0,0,.08);
  margin: 2% auto;
  padding: 2% 4%!important;
  border: 13px groove #F3E2A9;
  color: #fff;
}
.bg-confirmation{
  background: #21aac9;
  box-shadow: 0 5px 6px 0 rgba(0,0,0,.08);
  margin: 2% auto;
  padding: 2% 4%!important;
  border: 13px groove #F3E2A9;
  color: #fff;
}


/***********************************************/
.why{
  position: relative;
}
.why p{
  float: right;
}



*{
font-family: 'Playfair Display', serif;
font-family: 'Cabin', sans-serif;
font-family: 'Philosopher', sans-serif;
}



/* --------------------media query-------------------------------------------------- */


@media screen and (max-width: 1024px) {
  .header2 {
    margin-top: 4.4%;
  }
  .irapub{
    font-size:29px;
    margin-top:4.5%;
  }
	.irapub p{
    font-size:29px!important;

  }
  .btn-lg, .btn-group-lg>.btn{
    font-size: 16px!important;
  }
  .bg-product-page {
    max-width: 28%!important;
  }
  figure.snip1201{
    max-height:235px;
  }
  figure.snip1201 img{
    height:235px;
  }
.div1, .div2, .div3, .div4, .div5, .div6{
  display:none;
}
.genre .mt-30{
  margin-top: 30%;
margin-bottom: 5%;
}
.online, .online1, .online2{
  height: 409px!important;
}
#container{
  width: 90px!important;
    height: 90px!important;
}
.img-circle{
  width: 99%!important;
    height: 92%!important;
    top: 111%!important;
    left: 19%!important;
}
.snip1272{
  padding: 0px 5px!important;
font-size: 15px!important;
margin: 20px 6px 20px 6px!important;
}
.service_tab {
    margin-top: 7%!important;
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 900ms linear;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  -moz-transform: translate3d(-75px, 0px, 0px)!important;
  -webkit-transform: translate3d(-75px, 0px, 0px)!important;
  -o-transform: translate(-75px, 0px)!important;
  -ms-transform: translate(-75px, 0px)!important;
  transform: translate3d(-75px, 0px, 0px)!important;
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 900ms linear;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  -moz-transform: translate3d(75px, 0px, 0px)!important;
  -webkit-transform: translate3d(75px, 0px, 0px)!important;
  -o-transform: translate(75px, 0px)!important;
  -ms-transform: translate(75px, 0px)!important
  transform: translate3d(75px, 0px, 0px)!important;
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.horizontal thead th{
	min-width: 248px!important;
	max-width: 248px!important;
}
.horizontal tbody td{
	min-width: 248px!important;
	max-width: 248px!important;
}
.img6{
	width:23%!important;left:39%!important;
}
.expert{
	width:60%!important;
}
.earn{
	width:141%!important;
}
.today{
	top:6%!important;
}
.paperback{
	top:4%!important;
}
.hardcover{
	top:4%!important;
}
.ebook{
	top:4%!important;
}
.topnav{
  top: 95px;
}
.sticky{
  top:0px;
}

}

/* ------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .irapub{
    font-size: 23px!important;
    margin-top: 5.6%;
  }
	.irapub p{
		font-size: 23px!important;

	}
  .logo{
    margin-top: 6px;
  }
  .total_checkout{
    margin-left: 20%;
  }
  figure.snip1201 img {
    height: 190px;
  }
	.horizontal thead th{
		min-width: 182px!important;
		max-width: 182px!important;
	}
	.horizontal tbody td{
		min-width: 182px!important;
		max-width: 182px!important;
	}
  .online, .online1, .online2{
    margin-top:85px;
    height: 486px!important;
  }
  .online .btn-center {
    margin-top: 29px!important;
  }
  .online2 .btn-center {
    margin-top: 29px!important;
  }
  .bg-card-sh{
    height:219px;
  }
  .why h3{
    margin-top:73%;
  }
.topnav a{
  font-size: 12px!important;
  padding: 14px 9px;
}
.dropdown .dropbtn {
    font-size: 12px;
  }
  .dropdown-content{
    z-index: 10000;

  }

  .welcome{
    flex: none;
    max-width: 50%;
  }

.img-bg-pencile {
    background-image: url(img/service.png);
    background-repeat: no-repeat;
    height: 135px!important;
    width: 28%!important;
    margin: auto;
    background-size: cover;
}
.header2 {
    margin-top: 5.4%!important;
  }
.edit #book{

  margin-left: 75px;
  padding-top: 48px!important;
}
.cover #book{

  margin-left: 68px;
  padding-top: 40px;
  font-size: 1.5em;
}
.book #book{

  margin-left: 68px;
  padding-top: 40px;
  font-size: 1.25em;
}
.ebook #book{

  margin-left: 68px;
  padding-top: 40px;
  font-size: 1.5em;
}
.digi #book{

  margin-left: 68px;
  padding-top: 40px;
  font-size: 1.5em;
}
.dist #book{

  margin-left: 68px;
  padding-top: 48px!important;
  font-size: 1.25em;
}
.other #book{

  margin-left: 75px;
  padding-top: 48px!important;
}
.social-stiky-container{
  top:115px;
}
.horizontal th{
  min-width: 241px!important;
  max-width: 241px!important;
}
.horizontal td{
  min-width: 241px!important;
  max-width: 241px!important;
}
  .bg-shape{



    padding: 27px 20px 27px 10px!important;

    margin-top: -26px!important;

    font-size: 10px!important;
  }
  /* width */
::-webkit-scrollbar {
  width: 3px!important;

}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey!important;
  border-radius: 10px!important;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red!important;
  border-radius: 10px!important;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000!important;

}

  .why{
    position: absolute!important;
  }
  .why p{
    text-align: center!important;
    float:none!important;

  }
.brk-btn::before {
  height: 3.6em!important;
  top: -1.6em!important;
}
.brk-btn::after {
  height: 1.66em!important;
  bottom: -1.66em!important;
}
  .animation-element.slide-left {
    opacity: 0;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
  }
  .animation-element.slide-right {
    opacity: 0;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
  }
  .spinner{

    top: 14%!important;
left: 12%!important;
  }

  .test {
    width: 93px!important;
  }
  .cbook{
    width: 45px!important;
    height: 43px!important;
  }
  .ibook{
    margin-top: 7px!important;
    font-size: 15px!important;
  }
  .cbook:hover .ibook {
    font-size: 15px!important;
    margin-left: 9px;
    }
  .cbook:hover{
    margin-top: 5px!important;
  }
   .hr-style{
    margin-top: -30px!important;
    width: 105px!important;
    margin-left: -17px!important;
   }
   .p-style{
    font-size: 8px!important;
   }
   .dot{
    top: 78px!important;

   }
   .mt-80{
    margin-top: 25px!important;
   }

  .slider{
    margin-top:-23%;
  }
  .num1{
    padding: 7px 12px!important;
  }
.anim-slider{
  margin-top:29%;
  height:249px;
}
.topnav{
  padding: 0px!important;
  top:85px;
}
.sticky{
  top: 0px;
}
.bg-camera{
      margin-top: 45px;
}
.top-nav{
  height:47px!important;
}
.snip1272 {
    padding: 0px 6px!important;
    font-size: 10px!important;
    margin: 20px 6px 20px 6px!important;
}
.bg-product-page {
    max-width: 27%!important;
 }
  .para-1{
  	width: 700px!important;
  }
  .div1{
    display: none;
  }

  .div2{
    display: none;
  }

  .div3{
    display: none;
  }

  .div4{
    display: none;
  }

  .div5{
    display: none;
  }

  .div6{
    display: none;
  }

  .bg-card-sh{
    margin-bottom:5%
  }
  .num{
    margin-bottom:24%!important;

  }
  .mt-70{
    margin-top:0px!important;
  }
  .main-menu{
    float: none;
  }
  .pad-icon{
    margin: 30px auto;
  }
  .search-sec {
    padding-bottom: 2px!important;
    padding-top: 2px!important;
  }
  @keyframes load{
  0%{
     transform: translateY(0px);
  }
  100%{
  opacity: 1;
  transform: translateY(0px);
      }
}
.nomargin{
  font-size: 16px;
}
.cart_price{
  font-size: 13px;
}
.blank_quantity{
  font-size: 14px!important;
  padding: 4px!important;
}
.publish{
	top:-10%!important;
}
.b1, .b2, .b3, .b4, .b5{
	top:-21%!important;
}
.b6{
	top:-45%!important;
}
.b7{
	top:-59%!important;
	width:81%!important;
}
.img6 {
    width: 16%!important;
    left: 42%!important;
    top:55% ;
}
.content{
	font-size:8px;
}

  .top-nav {
    font-size: 10px;
}

}

/* --------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 425px) {
  .top-nav-contact-area {
    /*float: left;*/
     padding: 0px;
    /* line-height: 0.00001px; */
    padding-top: 14px;
    text-align: center;
    float: none;
}
.top-nav-user-area{
  float: none!important;
  text-align: center;
}
.irapub {
    font-size: 12px!important;
    margin-top: 10%;
}
.irapub p {
    font-size: 12px!important;

}
.topnav {
    padding: 0px!important;
    top: 71px;
}
.sticky{
  top: 0;
}
  .total_checkout{
    margin-left: 0%;
    font-size: 16px!important;
  }
  .btn-lg, .btn-group-lg>.btn {
    font-size: 12px!important;
}
	.top-nav{
		font-size:11px!important;
	}

.hr-style{
  width:63px!important;
}
.horizontal thead th{
	min-width: 124px!important;
	max-width: 124px!important;
}
.horizontal tbody td{
	min-width: 124px!important;
	max-width: 124px!important;
}
.bg-shape1, .bg-shape2, .bg-shape3, .bg-shape4, .bg-shape5 {

    margin-top: -32px!important;
    font-size: 16px!important;
}
.welcome{
  max-width: 80%;
    margin-left: 9%;
}
.dot {
    top: 77px!important;
  }
.online{
      margin-top: 172px;
      height:420px!important;
}
.online1{
  height:420px!important;
}
.online2{
  height:420px!important;
}
.num1 {
    padding: 65px 0px!important;
}
.why{
  position:relative!important;
}
.test{
  width:83px!important;
}
.img-circle {
    width: 24%!important;
    height: 92%!important;
    top: 111%!important;
    left: 4%!important;
}

.whydiv{
margin-top: -29px;
}
.why h3{
  margin-top: -70px;
  margin-left: 29%;
}
.why p{
  margin-left: 75%;
}
.bg-card-sh {
    height: 177px;
}
.topnav.responsive {
    position: absolute;
}
.main-menu {
    float: left;
  }
  .topnav a {
    font-size: 12px!important;
    padding: 14px 17px;
}
.snip1272 {
    padding: 3px 0px!important;
    font-size: 7px!important;
    margin: 20px 0px 20px 0px!important;
}
.service_tab {
    margin-top: 11%!important;
}
.header2 {
    margin-top: 9.4%!important;
}
.img-bg-pencile {
  width: 48%!important;

}

.edit #book {
    margin-left: 63px;
  }
  .book #book {
    margin-left: 68px;
    padding-top: 40px;
    font-size: 1.15em;
}
.bg-product-page {
    max-width: 41%!important;
    margin-right:0px;
  }
  .view-details {
    font-size: 10px;
  }
  .bg-book-details-page img {
    margin-top:76%;
  }
.online h4{
  padding: 37px;
    font-size: 3em;
}
.online .para{
  margin-top:37%;
}
.online1 .para{
  margin-top:35%;
}
.online2 .para{
  margin-top:23%;
}
.online1 h4{
  padding: 37px;
    font-size: 3em;
}
.online2 h4{
  padding: 37px;
    font-size: 3em;
}
.img-rose{
  width: 50px;
  height: 50px;
}
.horizontal thead{
  width: 398px;
}
.anim-slide h2#bounceLeft {
    top: 17%!important;
	}
	.img6{
		width: 30%!important;
    left: 35%!important;
	}
	.content {
    font-size: 8px!important;
}
.today{
	top:17%!important;
}
.paperback, .hardcover, .ebook {
    top: 15%!important;
}
.publish{
	top:15%!important;
}
.b1, .b2, .b3, .b4, .b5 {
    top: 12%!important;
}
.b6{
	top:19%!important;
}
.b7{
	top:20%!important;

width: 67%!important;
}
figure.snip1201 {
    max-height: 318px;
}
figure.snip1201 img {
    height: 318px;
}

}
/* ------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
   .topnav {
    top: 68px;
}
.sticky{
  top: 0;
}
  .total_checkout{
    margin-left: 0%;
    font-size: 12px!important;
  }
  .btn-lg, .btn-group-lg>.btn {
    font-size: 10px!important;
}
.top-nav-contact-area {
  font-size: 8px!important;

}
.irapub {
    font-size: 11px!important;
    margin-top: 11%;
}
.irapub p {
    font-size: 11px!important;

}
.sticky{
  top:0;
}
.online .btn{
  margin-top:-18px;
}
.img-circle {
    width: 28%!important;
    height: 92%!important;
    top: 111%!important;
    left: 5%!important;
}
.header2{
  display:none;
}
.snip1272 {
    padding: 3px 5px!important;
    font-size: 8px!important;
    margin: 9px 18px -5px 0px!important;
}
.service_tab{
  height:75px;
}
.cover #book {
    margin-left: 68px;
    padding-top: 40px;
    font-size: 1.25em;
}
.book #book {
    margin-left: 68px;
    padding-top: 40px;
    font-size: 1.05em;
}
.digi #book {
    margin-left: 68px;
    padding-top: 40px;
    font-size: 1.25em;
}
.dist #book {
    margin-left: 68px;
    padding-top: 48px!important;
    font-size: 1.15em;
}
.bg-product-page {
    max-width: 46%!important;
    margin-left: 0px;
}
}
/* --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .irapub {
    font-size: 9px!important;
    margin-top: 13%;
}
.irapub p{
	font-size: 9px!important;

}
.topnav {
    top: 65px;
}
.sticky{
  top: 0;
}
  .total_checkout{
    margin-left: 0%;
    font-size: 10px!important;
  }
  .btn-lg, .btn-group-lg>.btn {
    font-size: 7px!important;
}
  .why h3 {
      margin-top: -70px;
      margin-left: 46%;
  }
  .img-circle {
    width: 34%!important;
    height: 92%!important;
    top: 111%!important;
    left: 6%!important;
}
.online .btn {
    margin-top: 0px!important;
}
.online2 .btn  {
    margin-top: -10px!important;
}
.snip1272 {
    padding: 3px 5px!important;
    font-size: 8px!important;
    margin: 10px 5px -5px 0px!important;
}
.edit #book {
    margin-left: 70px;
    font-size:1.5em;
}
.cover #book {
    margin-left: 70px;
    padding-top: 45px;
    font-size: 1em;
}
.book #book {
    margin-left: 68px;
    padding-top: 40px;
    font-size: 1em;
}
.ebook #book {
    margin-left: 68px;
    padding-top: 40px;
    font-size: 1em;
}
.digi #book {
    margin-left: 68px;
    padding-top: 40px;
    font-size: 1em;
}
.dist #book {
    margin-left: 70px;
    padding-top: 48px!important;
    font-size: .9em;
}
.other #book {
    margin-left: 75px;
    padding-top: 48px!important;
    font-size: 1.5em;
}
figure.snip0019 {
min-width:122px;
}
.view-details {
    font-size: 7px;
}
.bg-book-details-page img {
    margin-top: 123%;
}
}

/* --------------------------media query ends------------------------------------------------ */


@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
  }
}


