body{
  font-family: "Poppins";
  overflow-x: hidden;
  margin: 0;
  color:#000000;
}
*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
/*navbar*/
.navbar{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: fixed;
  left: 0px;
  right:0px;
  top:0px;
  z-index: 1050;
}
.logo-full{
  width: auto;
  height: 80px;
}
.logo-full-box{
  width: 175px;
  height: 80px;
}
.icon-box{
  height: 95px;
  width: 200px;
  background-color: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
  position: fixed;
  z-index: 1150;
  left:50px;
  top:0px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
  font-size: .875rem;
  margin:30px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media(max-width:767px){
  .icon-box{
    height: 80px;
    width: 150px;
    left:12;
  }
  .logo-full{
    width: auto;
    height: 70px;
  }
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.main-raised {
  margin: -60px 30px 0px;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.main {
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
body,
h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.section {
  padding: 60px 0;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}
/*Responsive*/
.index-page .page-header {
  height: 78vh;
  overflow: hidden;
  background-color: #F3F2EF;
}

.section {
  padding: 20px 0;
}

@media  screen and (max-width: 992px) {
  .index-page .page-header {
    height: 64vh;
}
}

@media  screen and (max-width: 768px) {
  .index-page .page-header {
    height: 55vh;
}
}

@media  screen and (max-width: 576px) {
  .index-page .page-header {
  height: 37vh; 
}

}
/*Close Responsive*/

.w3-card,.w3-card-2{
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  border-radius:5px;
}

/*For all page*/
    .rotate{
        -webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
            -moz-transform: rotate(90deg);  /* Firefox */
            -ms-transform: rotate(90deg);  /* IE 9 */
                transform: rotate(90deg);  /* Standard syntax */    
    }

/*client say*/

.recommend-doctor-name{
padding-top:5px;
color:#3082AB;
font-size:20px;
font-weight:bold;
}
.recommend-degree-name{
margin-top:10px;
color:#231F20;
font-size:15px;
}
.recommend-hospital-name{
margin-top:2px;
font-size:15px;
font-weight:bold;
color:#606060;
}
.block span{

padding:3em;
color:#000000;
transform:translateY(-50%);
transform:translateX(-50%);
}
section.recommend-message{
margin-top:25px;
display: block;

position: relative;
transform:preserve-3d;
text-align: center;
}
/*close client sat*/

.img-circle-hover{
  border:1.5px solid #FFFFFF;
  height:111px;
  width:111px;
  border-radius:50%;
  margin-top: 40px;
  margin-bottom:0px;

}
.border-training{
  border-bottom: 2px solid #FFFFFF;
  width:90%;
}
.border-medical{
  border-bottom: 2px solid #FFFFFF;
  width:180px;
}
.border-sales{
  border-bottom: 2px solid #FFFFFF;
  width:200px;
}
.border-science{
  border-bottom: 2px solid #FFFFFF;
  width:250px;
}
.icon{
	text-align: center;
  margin-top: 40px;
  margin-bottom:20px;
	
}

.choose_section{
	width: 100%;
	float: left;
	margin-top:0px;
	margin-bottom: 40px;
}

.dedicated{
  width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;	
	background-color: #FFFFFF;
	border-radius: 20px;
  border: 1px solid #B4B5B6;
  min-height: 240px;
	text-align: center;
	margin-top: 20px;	
	color: #01619B;
  transition: 1s;
}
.dedicated:hover{
  display: block;
  transition: all ease 0.2s;
  transform: scale(1.1) translateY(-3px);
  background-color:#01619B;
  color:#FFFFFF;
}


/*brand slide*/
img.slide{
    width:100%;
}
.contain{
    width: 100%;
    margin:0px auto;
}
h1{
    font-size: 30px;
    font-weight: 500;
    text-align:center;
    position: relative;
    margin-bottom: 60px;


}
h1:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    
    bottom: -10px;
    left:0;
    right:0;
    margin: 0 auto;

}
.logo-slider .item{
    background-color: #fff;
    box-shadow: 0 4px 5px #cacaca;
    border-radius: 8px;
    padding:15px;
    border:1px solid #B4B5B6;

}
.logo-slider .slick-slide{
        margin: 8px;

}
.slick-dots li.slick-active button:before{
    color:#0C6292;
}
.slick-dots li button:before{
    font-size: 12px;
}
.slick-next:before,
.slick-prev:before{
    color:#FFFFFF;
    font-size: 24px;
    background-color:#0C6292;
    border-radius:50%;
}

.item:hover{
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-2px);
}

/*Message From Chairman*/
img.mc{
    
    height: 180px;
    width: 180px;
    border:2px solid #B4B5B6;
    margin-top: 90px;
    border-radius:50% !important;
    box-shadow: 5px solid #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

img.c{
    border:3px solid #B4B5B6;
    border-radius:5px;
    box-shadow:5px;
 }
 


img.olc{
    float:left;
    width:186px;
    height: 86px;
    margin:5px;
    border:3px solid gray;
    border-radius: 5px;
    padding-top: 10px;
  
}
img.social{
    
    width:25px;
    height: 25px;
    margin: 5px;
    padding:-500px;
   
    bottom:2px;
    left: 2px;
    float: left;
}
.message{
  box-shadow: -15px -15px 15px rgba(255,255,255,0.1),15px 15px 15px rgba(0,0,0,0.1),inset -15px -15px 15px rgba(255,255,255,0),inset 15px 15px 15px rgba(0,0,0,0.1);
}
/*Demo CSS*/

/*message*/
.chairman{
  font-size:30px;
   text-align:center;
   color:white;
   font-weight:500;
}
.name{
  font-size:17px;
   text-align:center; 
   color:white;
   margin-top:15px;
   font-weight:400;
}
.s{
  color:#0C6292; 
  font-family:Poppins;
  font-weight:100 !important;
  font-size:40px

}
@media(max-width:768px){
  .chairman{
   font-size:8.6px;
   text-align:center;
   color:white;
  
  }
  .name{
  font-size:5px;
   text-align:center; 
   color:white;
   margin-top:-8px;
  }
  .s{
    font-size:20px;
    margin-top:-30px;
  }
}
/*close message*/
/*footer*/
p.f{
  color:white;
  line-height:normal;
  font-weight:300;
}
h3.f{
  color:#fff;
}
h2.f{
  font-size:18px;
  color:#fff;
}
.footer-top{
  background:#036296;
  padding:30px;
}
.segment-one h2{
  font-family:Poppins;
  color:#fff;
  letter-spacing:3px;
  margin:10px 0;


}
.segment-two h2{
  color:#D89828;
  font-family:Poppins;
  text-transform:uppercase;

}
.segment-two h2:before{
  content:"|";
  color:white;
  padding-right:10px;
  font-weight:50px;
  
}
.segment-two ul{
  margin-top:10px;
  list-style:none;

}
.segment-two ul li{
  margin-top:0px;


}
.segment-two li a{
  color:#ebf0f5;
}
.segment-two li a:hover{
  color:#B4B5B6;
  padding-left:5px;
  transition: all .3s;
}


.segment-three h2{
  color:#D89828;
  font-family:Poppins;
  text-transform:uppercase;

}
.segment-three h2:before{
  content:"|";
  color:white;
  padding-right:10px;
  
}
.segment-three a{
  background:#14A0F9;
  width:40px;
  height:40px;
  display:inline-block;
  border-radius: 50%;
}
.segment-three a i{
  font-size:20px;
  color:white;
  padding:10px 12px;
}
.segment-four h2{
  color:#D89828;
  font-family:Poppins;
  text-transform:uppercase;

}
.segment-four h2:before{
  content:"|";
  color:white;
  padding-right:10px;
  
}
.segment-four input[type=submit]{
  background-color:#127EC1;
  border:3px;
  border-radius:20px;
  padding:5px;
  margin:15px;
  position:absolute;
  right:0px;
  text-transform:uppercase;
  width:140px;
  height:33px;
  color:#F4F4F4 ;
  font-weight:300;
}

.segment-four input[type=submit]:hover{
  background-color:#BA902E;
  color:white;
  border:1px solid #FFFFFF;
}

.segment-one input[type=email]{
  background-color:#C9CACC;
  border:3px;
  border-radius:20px;
  padding:5px;
  padding-left:15px;
  margin:-5px;
  color:#0C0314;
  height:33px;
  width:200px;
  font-size:12px;
  color:#0C6292;
  font-weight:500;
  outline:none;
}
.segment-one input[type=submit]{
  background-color:#127EC1;
  border:3px;
  border-radius:20px;
  padding:5px;
  margin:-23px;
  width:110px;
  height:33px;
  color:#F4F4F4;
  font-size:12px;
  text-transform:uppercase;
  font-weight:500;
}
.segment-one input[type=submit]:hover{
  background-color:#BA902E;
  color:white;
  border:1px solid #FFFFFF;

}
img{
  max-width:100%;
  height:auto;
}
@media(max-width:768px)
{
  hr{
      margin-top:50px;
      width:100%;
  }
}
/*close footer*/


/*image galary*/
.wrapper{
  margin: 50px auto;
  max-width:100%;
}
.wrapper nav{
  display: flex;
  justify-content: center;
}
.wrapper .items{
  display: flex;
  width: 750px;
  justify-content: space-between;
}
.items span{
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #0C6292;
  border-radius: 50px;
  border: 1px solid #0C6292;
  transition: all 0.3s ease;
  margin:7px;
}
.items span.active,
.items span:hover{
  color: #fff;
  background: #0C6292;
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gallery .image{
  width: calc(100% / 4);
  padding: 7px;
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img{
  transform: scale(1.1);
}
.gallery .image.hide{
  display: none;
}
.gallery .image.show{
  animation: animate 0.4s ease;
}
@keyframes animate {
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  font-weight: 500;
  margin-left: 5px;
}
.details .icon{
  color: #007bff;
  font-style: 22px;
  cursor: pointer;
}
.preview-box .image-box{
  width: 100%;
  display: flex;
}
.image-box img{
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.4);
}
.shadow.show{
  display: block;
}

@media (max-width: 1000px) {
  .gallery .image{
    width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  .gallery .image{
    width: calc(100% / 2);
  }
}
@media (max-width: 700px) {
  .wrapper nav .items{
    max-width: 600px;
  }
  nav .items span{
    padding: 7px 15px;
  }
}
@media (max-width: 600px) {
  .wrapper{
    margin: 30px auto;
  }
  .wrapper nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span{
    margin: 5px;
  }
  .gallery .image{
    width: 100%;
  }
}



/*slider*/
#slide{ 
    margin: 5px auto; 
    position: relative; 
    width:430px; 
    height: 300px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
  }
  
  #slide > div { 
    position: absolute; 
    top: 1px; 
    left: 1px; 
 
  }

  /*/slider*/

  
/*slider*/

/*responsive slider*/
  @media(max-width:768px){
    #slide{
      width:290px !important;
      height: 180px !important;
    }
    .usefull{
      font-size:10.5px !important;
    }
  }

 @media(max-width:992px){
    #slideB,#slide{
   width:200px;
    height:150px;
    }
    .usefull{
      font-size:10px;
    }
  }
  @media(max-width:1200px){
    #slideB,#slide{
    width:290px;
     height: 150px;
    }
    .usefull{
      font-size:10px;
    }
  } 

  @media(max-width:1600px){
    #slideB,#slide{
     width:308px;
     height:220px;
    }
    .usefull{
      font-size:13px ;
    }
  } 


  /*close responsive*/



  .vlh {
    float:left;
    border-right: 1px solid #B4B5B6;
    height: 500px;
    margin-right:10px;
    margin-bottom: auto;
  }
  
  .lines{
        width:120px;
        height:25px;
        position:relative;
        
       
  }
  .lines::after, .lines::before{
    content: '';
    position:absolute;
    margin:auto;
    height:2px;
    background: #FFFFFF;
    width:43%;
    top:10%;

    
  }
  .lines::after{
    left:0;
  }
  .lines::before{
    right:0;
  }
  .circle{
    height: 40px;
    width:40px;
    border: 2px solid #B4B5B6;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    border-radius:50%;
  }
  .diamond{
    height: 6px;
    width:6px;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    transform: rotate(45deg);
  }

  @media(max-width: 768px){
    .circle, .diamond{
      height:6px;
      width:6px;
    }
    .lines{
      height:12px;
      width:100px;
    }
  }
  @media(max-width:768px){
  
    .vlh{
        height:1450px;
      }
  }

  .card-header{
    background-color: #F7F7F7 !important;
  }

                                                        /* Medical Books*/

.center{

  display: flex;
  align-items: center;
  justify-content: center;
  
}
.center-cart{
  display: flex;
  justify-content: center;
  position: absolute;
  top:0px;
  left:6.6px;
  color:#FFFFFF; 
}

.medical-box{
  height:392px;
  width:252px;
  border:1px solid #B4B5B6;
  margin:10px 0px;
  margin-left:20px;
  padding-top:15px;
  border-radius: 5px;
  z-index: 1;
}
.book-page{
  margin:50px 0px;
}
.book-page ul li{
  list-style-type: none;
  display:inline-block;

}
.book-size{
  width:130px;
  height:180px;
  z-index:1;
}
h4.book-title{
  margin-top:12px ;
  font-size:20px;
  color:#000000;
}
h3.book-writter{

  margin:0px 0px;
  font-size:15px;

}
.book-details{
  padding:5px 20px;
  border:.5px solid #B4B5B6;
  background-color: #2CBBB8;
  color:white;
  border-radius: 5px;
  display: none;
  position: absolute;
  z-index: 2;
  
}
.book-details:hover{
  text-decoration: none;
  color:#FFFFFF;
  cursor: pointer;
}
.medical-box:hover .book-details{
  display: block;
}
.medical-box:hover{
  background-color:rgba(172, 168, 166, 0.7);
  box-shadow:30px;
  
}  
.cart{
  padding-left: 10px;
}
h4.book-page-title{
  font-size:25px;
  text-align: center;
  margin:0px 10px;
}
.add-cart{
  padding:5px 20px;
  margin:5px 0px;
  border:.5px solid #B4B5B6;
  background-color: #036296;
  color:white;
  border-radius: 5px;
}
.add-cart:hover{
  background-color: #2CBBB8;
  border:.5px solid #B4B5B6;
}

.add-cart-icon{
padding-left:10px;

}


/*session drop*/
.dropdown-session{
  position:relative;
  display:inline block;
}
.dropdown-content-session{
  display:none;
  position:absolute;
  right:5px;
  background-color:#FFFFFF;
  min-width:400px;
  min-height:300px;
  margin-top: 55px;
  border-radius: 8px;
  padding:25px 0px;
  -webkit-box-shadow: 1px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 0px 3px 0px rgba(50, 50, 50, 0.75);
}

.dropdown-session:hover .dropdown-content-session{
  display:block;
}
/*session drop*/

.cart-count{
  height:20px;
  width:20px;
  border-radius: 50%;
  background-color: #036296;
  z-index:2;
  position:relative;
  top:5px;
  right:0px;

}

.counter-container{
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 25px !important;
  padding-right: 10px;
  padding-top:5px;

}
.counter-container svg{
  width:3rem;
  color:#9b9d9e;
}
.counter-container svg:hover{
  color:#2CBBB8;
}
.counter-container span{
  user-select: none;
  position:absolute;
  background-color: #0C6292;
  width:1.3rem;
  height:1.3rem;
  font-size: .8rem;
  border-radius: 50%;
  font-weight: bold;
  display: block;
  align-items: center;
  justify-content: center;
  bottom: 15px;
  left:30px;
}
.card-col-3-1{
  width:40%;
  padding: 0 15px;
  margin-top:24px;
  margin-bottom: 35px;

}
.card-col-3-2{
  width:60%;
  padding: 0 15px;
  margin-top:24px;
  margin-bottom: 35px;
}
.card-col-2-1{
  width:50%;
  padding: 0 5px;
  margin-top:65px;
 
}
.card-col-5-1{
  width:20%;
  padding: 0 15px;
  margin-top:24px;
  margin-bottom: 10px;
}
.card-col-5-4{
  width:80%;
  padding: 0 5px;
  margin-top:10px;
 
}
@media(max-width:767px){
    img.mc{
    
    height: 80px;
    width: auto;
 
}

  .card-col-3-1{
    width:100%;
    margin-bottom: 15px;
  }
  .card-col-3-2{
    width:100%;
  }
  .card-col-2-1{
    width:100%;
    padding: 0 5px;
    margin-top:45px;
   
  }
  .card-col-5-1{
    width:100%;
    padding: 0 15px;
  }
  .card-col-5-4{
    width:100%;  
  }

}
.row{
	display: flex;
	flex-wrap: wrap;
}
.details-image{
  height:320px;
  width:240px;
}
.details-image-border{
  border:1px solid #B4B5B6;
  width:310px;
  height:400px;
}
.left{
  text-align: left;
}
h2.book-title-2{
  font-family: "Poppins";
  font-size: 30px;
  font-weight: bold;
  color:#060506;
}
h3.book-writter-2{
  font-family: "Poppins";
  font-size: 23px;
  font-weight:300;
  color:#221E1F;
}
.book-category{
  font-family: "Poppins";
  font-size:19px;
  font-weight: 300;
  color:#221E1F;
}
h3.tk-through{
  font-size:16px;
  font-weight: 400;
  color:red;
  text-decoration: line-through;
}
.tk-through{
  font-size:16px;
  font-weight: 400;
  color:red;
  text-decoration: line-through;
  margin-top:5px;
}
span.price{
  font-size:18px;
  font-weight:500;
  color:#666666;
  
}
.green{
  color:green;
}
.book-circle{
  height: 10px;
  width:10px;
  background-color: #0C6292;
  border-radius: 50%;
  margin-right:0px;

}
.ul{
  display: inline-block;
  text-decoration: none;
}
.read-book{
  padding:10px 0px;
  border:1px solid #848787;
  color:green;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #535454;
}
.read-book:hover{
opacity:.7;
}
.add-cart-2{
  padding:10px 50px;
  border:1px solid #848787;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #535454;
  color:#FFFFFF;
  background-color: #0C6292;
}
.add-cart-2:hover{
  color:#FFFFFF;
  background-color:#2CBBB8;
}



/*Book design*/
.bookWrap {
  margin:25px auto;
  margin-top:5px;
  height:346px;
  width:230px;

  position:relative;

  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}

.book {
  background:#acafb0;
  height:340px;
  width:240px;
  position:absolute;
 
  top:0;

  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  
  -webkit-transition: -webkit-transform .5s ease 0s;
     -moz-transition: -moz-transform .5s ease 0s;
          transition: transform .5s ease 0s;
  
  -webkit-border-radius: 0 7px 7px 0;
     -moz-border-radius: 0 7px 7px 0;
          border-radius: 0 7px 7px 0;
  
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}

.bookIntro {
  -webkit-transform: rotateY(30deg);
     -moz-transform: rotateY(30deg);
          transform: rotateY(30deg);
}

.cover {
  position:absolute;
  left:0;
  top:0;

  height: 100%;
  width: 230px;

  max-width: 230px;
  max-height: 346px;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;

  -webkit-transition: -webkit-transform .5s ease 0s, width .5s ease 0s;
     -moz-transition: -moz-transform .5s ease 0s, width .5s ease 0s;
            transition: transform .5s ease 0s, width .5s ease 0s;

  -webkit-transform-origin: 0;
     -moz-transform-origin: 0;
          transform-origin: 0;
}

.cover:hover {  
  width:210px;
  
  -webkit-transform: rotateY(-20deg);
     -moz-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}

.spine {
  background:#acafb0;
  width: 40px;
  height: 340px;
  position: absolute;
  top: 0;
  left:0;


  -webkit-transform: rotateY(90deg);
     -moz-transform: rotateY(90deg);
          transform: rotateY(90deg);

  -webkit-transform-origin: 0;
     -moz-transform-origin: 0;
          transform-origin: 0;
}
/*


/*patients*/
.some-readB{
	cursor: pointer;
   
}
.trailer{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.5);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}
.trailer .ifr{
	max-width: 900px;
	outline: none;
	position: relative;
}
.close_n{
	position: absolute;
	top: 100px;
	right: 50px;
	color: #fff;
	font-size: 42px;
	cursor: pointer;

}
/*image*/
.button-img{
	cursor: pointer;
   
}
.trailer-img{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.5);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}
.trailer-img .ifr{
	max-width: 900px;
	outline: none;
	position: relative;
}
.close-img{
	position: absolute;
	top: 100px;
	right: 50px;
	color: #fff;
	font-size: 42px;
	cursor: pointer;

}
/*image*/
.cer-iframe{
  height:600px;
  width:1000px;
  border:2px solid #B4B5B6;
}

/*patients*/
.some-read{
top:3px;
height:35px;
width:150px;
text-align: center;
margin-left: 80px;
}
.detail-info{
  height:30px;
  width:30px;
  margin-right:13px;
}
ul.list{
  list-style-type: none;
}
ul.list li{
  color:#221E1F !important;
  font-size:14px;
  margin:17px 0px;
  font-weight: 400;
}
.border-bottom{
  border-bottom: 5px solid #B4B5B6;
}
.related-image{
height:155px;
width:110px;
float:left;
margin-right:10px;
}

.related{
  margin-top:20px;
  font-weight:500;
  font-size:20px;
  margin-bottom:15px;
}
.b-name{
  font-weight: 600;
}
.w-name{
  margin-top:10px;
font-size: 14px;
}
.r-price{
  margin-top:15px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.r-details a{
  margin-top: 15px;
  padding:5px 13px;
  border:.1px solid #848787;
  color:green;
  text-align: center;
  border-radius: 10px;
  /* display: none;
 text-align:right; */
}
/* .related-box{
  padding: 0px;
}
.related-box:hover .r-details a{
  display: block;
}
.h{
  text-decoration: none;
  color:inherit;
} */

/*Tab on book details*/
.tab-container{
  width:992px;
  margin:0 auto;
}
.tab-header{
  display: flex;
}
.btns{
  width:150px;
  background-color: transparent;
  border:none;
  outline: none;
  padding: 5px;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  
}
.btns.active{
  border:1px solid #ccc;
  border-bottom-color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  border-top:5px solid #0C6292;
}
.tab-body{
  padding: 0.5rem 1rem ;
}
.tab-content{
  display: none;
}
.tab-content.active{
  display: block;
}

/*specification*/
table.details{border-collapse: collapse;margin-top:10px; margin-bottom:50px;}
table.details,th.details,td.details{
    border: .5px solid #DCE3E8;
    padding:5px;
    font-size: 15px;
}

table.details{width: 100%;}
th.details{height:25px; background-color: #F1F2F4; width:60px !important;font-size: 14px; padding-left:10px;}
td.details{
    text-align: left;
    vertical-align: center;
    height:25px;
    padding-left: 10px;
}
/*close specification*/
.author-image{
  height:180px;
  width:180px;

  border-radius: 50%;
  margin-right:30px;
  background-position: center;
  overflow: hidden;
 
}
.messag{
  text-align:justify;
  font-size: 14px;
}
h3.author-title{
  font-weight:400;
}

.item-left{
  padding-left: 10px;
  font-size:20px;
  color:#2E2C2D;
  font-weight: 400;
  margin-bottom:17px;
}
.view-cart{
text-align: right;
padding-left: 205px;
 
}
.border-bottom-cart{
  border-bottom: 1px solid #221E1F;
}
.button-checkout{
  padding:15px 70px;
  background-color: #0C6292;
  border-radius: 5px;
  color:#FFFFFF;
  font-size: 15px;
  text-align: center;
}
.button-checkout:hover{
  color:#FFFFFF;
  background-color: #2CBBB8;
}
.button-checkout a{
    color:#FFFFFF;
}
.button-checkout a:hover{
  text-decoration: none;
  color:#FFFFFF;
}
a:hover{
  text-decoration: none;
}
.cart-content{
  padding:13px 30px;
}

.subtotal-mini-cart{
  padding-left: 30px;
  font-size:18px;
  color:#2E2C2D;
  font-weight: 300;
  margin-bottom:17px;
}
.money-mini-cart{
text-align: right;
padding-left: 140px;
 
}
.mini-cart-image{
  height:100px;
  width:80px;
}
.remove-icon{
  color:#ed5574;
  font-size:20px;
  margin-top: 10px;
  cursor: pointer;
}
iframe.fame{
  color:black;
  border: none;
  outline:none;
  height:100%;
  width:100%
}
.remove-button{
  outline:none;
  border:none;
  cursor:pointer;
  color:#606161;
  margin-top:15px;
}

h4.cart-page-title-left{
  font-size:22px;
  text-align: left;
  margin:0px 10px;
  margin-top:10px;
}
h4.cart-page-title-right{
  font-size:22px;
  text-align: right;
  margin:0px 10px;
}
h5.cart-page-title-under{

  text-align: right;
  margin:0px 10px;
  color:#0C6292;
}

.check-input-cart{

  width:200px;
  border-radius:5px;
  padding:8px 5px;
  padding-left:20px;
  font-size:16px;

  color:#000000;
  border: 1px solid #797978;
  background-color: #F9F9F8;

}
.check-input-cart:focus{
  border-color:#B4B5B6;
  box-shadow: 0 0 2px 0 #000;
  color:#000000;
}
.cart-check-title{
  font-size: 18px;
  font-weight: 500;
  
}
.cart-check-border{
  border-bottom: 1px solid #221E1F;
  margin-top:5px;
}
ul.cart-list{
  list-style-type: none;
}
ul.cart-list li:not(:last-child){
  color:#221E1F !important;
  font-size:16px;
  margin:20px 0px;
  font-weight: 500;
  padding: 3px 0px;
  border-bottom: 1px solid #221E1F;
}
.right{
  float:right;
  font-size: 14px;
}
.payable{
  font-weight: 600;
  color:#0C6292;
}
.cart-margin{
  padding:15px 20px;
}
.cart-data{
  margin:30px 0px;
}
.mini-cart-page-image{
  height:130px;
  width:100px;
  margin-right:20px;
  float:left;
  
}
.float-clear{
  clear:left;
}
.cart-page-book{
  font-weight: bold;
  font-size: 18px;
}
.cart-page-writter{
color:#221E1F;
}
button.i-d:not([class="remove-button,nav-link,dropbtn"]){
  padding:8px 20px;
  float:left;
}
.decrement{
  background-color: #DADADC;
  cursor:pointer;
  border:.5px solid #9A9B9F;
  
}
.display-qty{
  background-color: #F1F1F2;
  outline:none;
  border:.5px solid #9A9B9F;

}
.increment{
  background-color:#DADADC;
  border:.5px solid #9A9B9F;
  cursor:pointer;
}
.decrement:hover{
  opacity:.7;
}
.increment:hover{
  opacity:.7;
}
.increment-decrement{
  margin-top:70px;
}
.float-right-cart{
  float:right;
  padding-right:20px;
  margin-top:40px;
}
.cart-button{
margin:20px 0px;
padding-bottom:50px;
}

.order-gift{
  padding:15px 20px;
  border:1px solid #848787;
  color:green;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #535454;
}
.order-gift:hover{
opacity:.7;
}
.add-shipping{
  padding:15px 20px;
  border:1px solid #848787;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #535454;
  color:#FFFFFF;
  background-color: #0C6292;
  margin-left:15px;
}
.add-shipping-n{
  padding:15px 20px;
  border:1px solid #848787;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #535454;
  color:#FFFFFF;
  background-color: #0C6292;
  margin-left:15px;
}
.add-shipping:hover{
  color:#FFFFFF;
  background-color:#2CBBB8;
}
.add-shipping-n:hover{
  color:#FFFFFF;
  background-color:#2CBBB8;
}
.border-cart-bottom:not(:last-child){
  border-bottom: .5px solid #B4B5B6;

}
.no-product{
  margin-top: 50px;
}
.shipping-title{
  padding-left: 20px;
  font-weight: 400;
  font-size: 23px;
  padding-top:10px;
}
.shipping-inner{
  font-size: 18px;
}
.pick-label{
  font-size: 20px;
  color:#060506;
  font-weight: 400;
}

/*Field Design of Shipping Page*/
:root {
  --body: #ffffff;
  --text: #363636;
  --text-light: #898989;
  --primary: #0C6292;
  --border: #BBBBBB;
  --padding: 10px 15px;
  --line-height: 16px;
}



.input-group {
  width: 100%;
  position: relative;
  border: 1px solid var(--border);
  border-radius: 5px;
  margin:15px 0px;
}
.input-group input {
  padding: var(--padding);
  border: none;
  background-color: transparent;
  width: 100%;
  color: var(--text);
  font-size: 16px;
  line-height: var(--line-height);

}

.input-group:hover,
.input-group:focus-within {
  border-color:#0C6292;
  color:#545452;
  outline:none;
}

.input-group input:focus,
.input-group:hover input {
  border-color:#0C6292;
  color:#545452;
  outline:none;
}

.input-group label {
  position: absolute;
  background-color: transparent;
  padding: var(--padding);
  line-height: var(--line-height);
  top: 0;
  left: 0;
  bottom: 0;
  color: var(--text-light);
  cursor: text;
  font-size: 15px;
}

.input-group:hover label {
  color: var(--primary);
}

.input-group:focus-within label,
.input-group input:not(:placeholder-shown) ~ label {
  padding: 0px 8px;
  background-color: var(--body);
  top: -12px;
  left: 16px;
  bottom: auto;
  color: var(--text);
}

/*Select box*/
.select-box{
  width:100%;
  position:relative;
  height:46px;
  border: 1px solid #BBBBBB;
  border-radius:6px;
  outline:none;
  padding:12px 15px;
  box-sizing: border-box;
  color:#8D8B89;
  background-color: #FFFFFF;
  font-size: 15px;
}

.select-box:focus{
  border-color:#0C6292;
  color:#545452;
 
}
.select-margin{
  margin:15px 0px;
}
.text-contact{
  width:100%;
  height:78%;
  border: 1px solid #A9A9A9;
  border-radius:6px;
  margin:8px 0;
  outline:none;
  padding:8px;
  box-sizing: border-box;
  color:#000000;
  background-color: #FFFFFF;
  font-size:15px;

}
.text-contact:focus{
  border-color:#0C6292;

  color:#000000;
}


/*radio button*/

.main-container {
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-container h2 {
  margin: 0 0 80px 0;
  color: #0C6292;
  font-size: 30px;
  font-weight: 400;
}

.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 10px;
  width: 200px;
  height: 100px;
  border: 1px solid #B4B5B6;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #0C6292;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(4);
  border-radius: 50px;
  padding: 3px;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  z-index:2;
}



.custom-radio input:checked + .radio-btn {
  border: 2px solid #0C6292;
}

.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.payment-image{
  height:95px;
  width:190px;
  z-index:1;
}
p.payment-step{
  color:#060506;
  font-size: 15px;
  background-color: #B4B5B6;
}
p.payment-step-no-b{
  color:#060506;
  font-size: 15px;
 
}
p.personal{
  color:#060506;
  font-size: 20px;
  font-weight: 400;
}

/*payment field*/
p.payment-field{
  margin-top:50px;
}
.label-name{
  margin-left:50px;
  margin-top:27px;
  color:#121011;
  font-size:18px;
  font-weight:normal;
  text-align: left;
  margin-right:20px;
  margin-top:-15px;

 
}
.check-input{
position: relative;
left:220px;
top:-42px;
line-height:35px;
width:300px;
border-radius:5px;
padding:0 12px;
font-size:16px;
color:#000000;

outline: none;
margin-left:70px;
border: 1px solid #A9A9A9;;
background-color: #FFFFFF;

}
.check-input:focus{
border-color:#0C6292;

color:#000000;
} 
p.grand{
  font-weight: 500;
  font-size:20px;
  margin:50px 0px;
}
.shipping-button{
  margin:20px 40px;
  padding-bottom:50px;
  }

  /*Pick radio*/

  
 .pick-radio {
    display: none;
  }
  
  label.pick {
    position: relative;
    cursor: pointer;
    font-weight: 300;
    padding-right: 22px;
    color:#060506;
    padding-left: 12px;

  }
  
  label.pick:nth-last-child(1) {
    padding-right: 0;
  }
  
  label.pick::before {
    content: "";
    border: 1px solid #0C6292;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -8px 20px;
    margin-left: 0;
    border-radius: 50%;
  }
  
  label.pick::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: rgba(34, 34, 34, 0);
    left: 15.37px;
    top: 13px;
    margin: -8px 20px;
    margin-left: 0;
    border-radius: 50%;
    transition: all 0.4s;
  }
  
.pick-radio:checked + label.pick::after {
    background:#0C6292;
  }

  .order-date{
    margin-top:20px;
    color:#0C6292;
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-align: center;
  }
  .order-no{

    margin-top:50px;
    color:green;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
  }
  .contact-book{
    margin-top:100px;
    color:#0C6292;
    font-size: 30px;
    font-weight: 400;
  }
  h4.shipping-nb{
   font-size:30px;
   font-weight:bold;
  }


.assign-image-view li{
  list-style-type: none;
}
.view-image{
  width:100%;
  height:auto;

}

.cer-iframeB{
  height:600px;
  width:920px;
  border:2px solid #B4B5B6;
  overflow: auto;
}
.center-none{

  display: flex;
  align-items: center;
  justify-content: center;
  display:none;
  
}
h3.pspm{
  font-size:20px;
}
/*Responsive*/
@media(max-width:767px){

  .medical-box{
    margin:10px 38px;
  }

  /*cart details*/

  h4.cart-page-title-left{
    font-size:14px;
    text-align: left;
    margin:0px 0px;
    margin-top:10px;
  }
  h4.cart-page-title-right{
    font-size:14px;
    text-align: right;
    margin:0px 0px;
    
  }
  h5.cart-page-title-under{
  
    text-align: right;
    margin:0px 0px;
    color:#0C6292;
    font-size:14px;
  }

  .cart-button{
    margin:20px 0px;
    padding-bottom:30px;
    }
    
    .order-gift{
      padding:10px 7px;
      font-size: 13px;
    }
  
    .add-shipping{
      padding:10px 7px;
      margin-left:7px;
      font-size: 13px;
    }

    /*end cart details*/

    /*Shipping*/


    .shipping-title{
      padding-left: 20px;
      font-weight: 400;
      font-size: 18px;
      padding-right: 20px;
    }
    .shipping-inner{
      font-size: 15px;
    }
    .pick-label{
      font-size: 18px;
      color:#060506;
      font-weight: 400;
    }
    h3.pspm{
      font-size:16px;
    }
    p.personal{
      font-size: 16px;
    }
    .label-name{
      margin-left:0px;
      margin-top:27px;
      color:#121011;
      font-size:15px;
      font-weight:normal;
      text-align: left;
      margin-right:20px;
      margin-top:-15px;
    
     
    }
    .check-input{
    position: relative;
    left:70px;
    top:-42px;
    line-height:35px;
    width:150px;
    border-radius:5px;
    padding:0 12px;
    font-size:16px;
    color:#000000;
    
    outline: none;
    margin-left:70px;
    border: 1px solid #A9A9A9;;
    background-color: #FFFFFF;
    
    }
    /*end shipping page*/

    /*success*/
    .order-date{
      margin-top:20px;
      color:#0C6292;
      font-size: 20px;
      font-weight: 200;
      line-height: 40px;
      text-align: center;
    }
    .order-no{
  
      margin-top:50px;
      color:green;
      font-size: 18px;
      font-weight: 300;
      line-height: 30px;
      text-align: center;
    }
    .contact-book{
      margin-top:100px;
      color:#0C6292;
      font-size: 18px;
      font-weight: 400;
    }
    /*end success*/

    /*book details*/


    .add-cart-2{
      padding:10px 88px;
      border:1px solid #848787;
    }

    .cer-iframeB{
      height:500px;
      width:350px;
      margin-top:80px; 
    }
    .close-img{
      top: 80px;
      right: 30px;
      font-size: 35px;
    }
    .view-image{
      width:auto;
      height:auto;
    
    }
    .close_n{
      top: 80px;
      right: 30px;
      font-size: 35px;
    
    }

    .tab-container{
      width:300px;
      margin:0 auto;
    }

    .btns{
      width:100px;
      padding: 3px;
      font-size: 13px;   
    }
    .messag{
      padding-right: 18px;
    }
    .tab-body{
      padding-right:1rem;
      padding-top:.5rem;
      padding-left:.5rem;
    }
    .author-image{
      margin:0px 40px;
    }
    /*end book details*/
   

    .mobile-set{
      padding-left:50px !important;

      display: flex;
      align-items: center;
      justify-content: center;
    }

    .dropdown-session:hover .dropdown-content-session{
      display:none;
    }
   
}
.regular-cart-export{
  display: block;
}
.regular-cart-export-two{
  display: none;
}
.irregular-cart{
  display: none;
  padding-left:30px;
}
.regular-cart{
  display: block;
  padding-top: 10px;
}
.regular-cart-b{
  display: block;
  padding-top: 10px;
}
@media(max-width:767px){
  .regular-cart-export{
    display: none;
  }
  .regular-cart-export-two{
    display: block;
  }
  .irregular-cart{
    display: block !important;
  } 
  .regular-cart{
    display: none;
  }
}
.gift{
  padding-left:10px;
}


/*Close Responsive*/

/*section title*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(49% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  background: #0C6292;
  border-radius:5px;
  bottom: 0;
  left: calc(50% - 20px);
}
/*close section title*/
span.mission{
  float:left;
  color:#CAAB5F;
  font-size:50px;
}
li.vis{
  list-style-type:disc;
  padding-left:5px;
}
p.st{
  padding-left:50px;
  font-size: 15px;
  color:black !important;
}

/*registration fee table*/
table{border-collapse: collapse;}
table,th,td{
    border:1px dotted #B4B5B6;
    padding:3px;
    border-radius:5px;
}
table{width:100%;border-radius:5px;}
th{height:30px; background-color: #0C6292;
font-size:20px;color:#BA902E;}
td{
    text-align: right;
    vertical-align: bottom;
    height:20px;
}
tr{
  border-radius:5px;
}

@media(max-width:768px){
  table{
    width:60px;
  }
  th{
    height:30px;
    padding:3px;
    font-size:15px;
  }
  td{
    height:18px;
  }
}
/*close registration fee table*/
.fee-design{
  padding-left:30px;
}
.before{
  font-size: 15px;
  font-weight: 600;
}
h3.description{
  font-size: 23px;
  font-weight:200px !important;
  font-family: 'Poppins', sans-serif;
}
button:focus{
  outline:none;
}
.summary-font{
  font-size: 14px;
  font-family: 'SolaimanLipi', Poppins;
}


/*login*/
.body-content{
  width:100%;
  margin: auto;
  min-height: 700px;
  background-color: #FFFFFF;
}
.body-container{
  width:80%;
  margin: auto;
}
/*Responsive for mobile*/
@media(max-width:767px)
{
  .body-container{
    width:90%;
  }
  .body-container_h{
    width:90% !important;
  }
  .login-box{
    margin-bottom: 50px;
  }
  .body-col-5-4{
    width: 100% !important;
  }
  .body-col-5-1{
    width: 100% !important;
  }
  .generic-button{
    padding:10px 10px !important;
    margin-right: 5px !important;;
    font-size: 15px;
    width:fit-content;
  }
  .thera-button{
    padding:10px 10px !important;
    width:fit-content;
    font-size: 15px;
  }
  .cart-button{
    margin-bottom: 50px;
  }
  ul.product-l{
    padding-left: 18px;
  }
  .select-box-t{
    width: 90% !important;
  }
  .bop{
    font-size: 20px;
  }
  .nsp{
    font-size: 18px;
  }
  .profile-box{
    width:400px !important;
    padding:20px 25px !important;
    height:770px !important;
    margin-bottom:50px;
  }
.m{ 
  width: 280px !important;;
  top: -20%;
  left: -60% !important;

 }
 .modal__content{
  width:80% !important;
  top: 9% !important;
  left:0;
 }

 table.htable{
  border-collapse: collapse;
  border: none;
  width:100%;
}
th.htableh{
  background-color:#D1D1D1;
  height:30px;
  width:130px;
  font-size: 15px !important;
  border:1px solid #B4B5B6;
  color:#0C6292;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
}
td.htabled{
  background-color:#F0F0F0;
  height:30px;
  font-size: 12px !important;
  border:.5px solid #B4B5B6;
  text-align: center;
}
 
}
/*close responsive for mobile*/
.body-container_h{
  width:65%;
  margin: auto;
}
.body-container-button{
  width:60%;
  margin: auto;
}
.start-margin{
  margin-top:120px;
}
.login-box{
  height: fit-content;
  width:450px;
  padding:10px 25px;
  background-color: #EBEBEB;
  border-radius: 10px;
}
.login-img{
  height: 100px;
  width:auto;
}
.sign-title{
  margin-top:10px;
  font-weight: 400;
  color:black;
}
label.title{
  color:black;
  align-items: left;
  justify-items: left;
  font-size: 17px;
  font-weight: 400;
}
.contact-t{
  width:100%;
  height:35px;
  border: 1px solid #797978;
  border-radius: 4px;
  margin:0px 0px;
  outline:none;
  padding:5px;
  box-sizing: border-box;
  color:#000000;
  background-color: #F9F9F8;
  font-size:15px;
}
.contact-tt{
  width:100%;
  height:45px;
  border: 1px solid #797978;
  border-radius: 4px;
  margin:0px 0px;
  outline:none;
  padding:5px;
  box-sizing: border-box;
  color:#000000;
  background-color: #F9F9F8;
  font-size:15px;
}
.contact-tt[type=text]:focus{
  border-color: #0C6292;
  box-shadow: 0 0 8px 0 #0C6292;
  color:#000000;
}
label.title-s{
  color:#FFFFFF;
  align-items: left;
  justify-items: left;
  font-size: 17px;
  font-weight: 400;
}
.contact-s{
  width:80%;
  height:35px;
  border: 1px solid #797978;
  border-radius: 4px;
  margin:0px 0px;
  outline:none;
  padding:5px;
  box-sizing: border-box;
  color:#000000;
  background-color: #F9F9F8;
  font-size:15px;
}
.contact-t[type=email]:focus{
  border-color: #0C6292;
  box-shadow: 0 0 8px 0 #0C6292;
  color:#000000;
}
.contact-t[type=password]:focus{
  border-color: #0C6292;
  box-shadow: 0 0 8px 0 #0C6292;
  color:#000000;
}
.log-in{
  width:100%;
  background-color: #0C6292;
  color:#FFFFFF;
  height:35px;
  outline: none;
  border:none;
  margin-top:20px;
}
.log-in:hover{
  opacity: .9;
}
.by-continue{
  font-size: 15px;
  color:black;
  margin-top:10px ;
}
.join-t{
  color:black;
  font-size: 15px;
  font-weight: 400;
}
table.siw{
  border-collapse: collapse;
  border:1px solid #0C6292;
  width:100%;
}
tr.siwr{
  height:40px;
}
th.siwh{
  width:60px;
  background-color: #FFFFFF;
  border:1px solid #0C6292;

}
td.siwd{
  background-color: #0C6292;
  border-radius: 0px;
  color:#FFFFFF;
}
td.siwd:hover{
 opacity:.9;

}
.start-siwr{
  margin-top:10px;
}
.by-create{
  text-align: center;
  margin-top:10px;
  font-weight: 400;
}
.google-img{
  height: 30px;
  width:30px;
}
.body-col-5-4{
  width: 75%;
  padding: 0 15px;
  color:#E7EBF1;
  margin-top:24px;
  margin-bottom:70px;
}
.body-col{
  width: 100%;
  padding: 0 15px;

  margin-top:24px;
  margin-bottom:70px;
}
.body-col-2-1-button{
  width: 50%;
  padding: 0 1px;
  color:#E7EBF1;
  margin-top:5px;
  margin-bottom:10px;
}
.body-col-5-1{
  width: 25%;
  padding: 0 15px;
  color:#E7EBF1;
  margin-top:24px;
  margin-bottom:70px;
}
.body-col-requisition{
  width: 50%;
  padding: 0 15px;
  color:#E7EBF1;
  margin-top:24px;
  margin-bottom:70px;
}
.body-col-button{
  width: 60%;
  padding: 0 1px;
  color:#E7EBF1;
  margin-top:5px;
  margin-bottom:10px;
}
.pbg{
  color:#0C6292;
}
.p-des{
  text-align: justify;
  color:black;
}
.search-cart{
  height:120px;
  width:90%;
  background-color: #0C6292;
  padding: 15px 20px;
  border-radius: 5px;
}
.icon-search{
  color:#FFFFFF;
  font-size: 30px;
  padding-left: 10px;
  margin-top: 50px;
}
.bop{
  color:black;
}
.mia{
  color:black;
}
.generic-button{
  padding:10px 70px;
  width:300px;
  border:1px solid #B4B5B6;
  background-color: #0C6292;
  color:#FFFFFF;
  margin-right:15px;
}
.float-left a:hover{
  color:#B4B5B6;
  text-decoration: none;
}

.thera-button{
  padding:10px 70px;
  width:300px;
  border:1px solid #B4B5B6;
  background-color:#EFEFF0;
  
  
}
.thera-button a{
  color:black;
  text-align: center !important;

}
ul.product{
  list-style-type: none;
  float:left;
}
ul.product li{
  border:1px solid #B4B5B6;
  margin:4px;

  display: inline-block;
}
ul.product li.product-box{
  padding:7px;


}
ul.product li.product-box a{
  padding:7px;
  text-decoration: none;
 
}
ul.product li.product-box:hover{
  background-color: #0C6292;
 
}
ul.product li.product-box a:hover{
  color:#FFFFFF !important;
}
.active-pro{
  background-color: #0C6292;
  color:#FFFFFF;
}
.active-pro a{
  color:#FFFFFF;
}

/*product list*/
ul.product-l{
  list-style-type: none;
  float:left;
}
ul.product-l li{
  border:1px solid #B4B5B6;
  margin:4px;
  display: inline-block;

}
.product-box-l{
  height:140px;
  width:280px;
  z-index: 25;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.product-box-l-b{
  height:140px;
  width:280px;
  display: none;
  position: absolute;
  z-index: 26;
  padding:40px 40px;
 
}
.medical-cart-icon{
  height:180px;
  width:180px;
}
.product-box-l:hover .product-box-l-b{
  background-color: rgba(0, 0, 0, 0.1); 
  color: rgba(0, 0, 0, 0.1);
  display: block;
  
}
.auto{
  text-align: center;
  padding-top: 55px;
  font-size: 25px;
}

/*close product list*/

.select-box-t{
  width:40%;
  position:relative;
  height:45px;
  border: 1px solid #B4B5B6;
  border-radius:6px;
  margin:8px 0;
  outline:none;
  padding:8px;
  box-sizing: border-box;
  color:#000000;
  background-color: #F9F9F8;
  font-size: 15px;
}
.select-box-t:focus{
  border-color:#0C6292;
  box-shadow: 0 0 8px 0 #0C6292;
  color:#545452;
}

.select-box-t-history{
  width:100%;
  position:relative;
  height:45px;
  border: 1px solid #B4B5B6;
  border-radius:6px;
  margin:8px 0;
  outline:none;
  padding:8px;
  box-sizing: border-box;
  color:#000000;
  background-color: #F9F9F8;
  font-size: 15px;
}
.select-box-t-history:focus{
  border-color:#0C6292;
  box-shadow: 0 0 8px 0 #0C6292;
  color:#545452;
}
.select-box{
    width:100%;
    position:relative;
    height:45px;
    border: 1px solid #B4B5B6;
    border-radius:6px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing: border-box;
    color:#000000;
    background-color: #F9F9F8;
    font-size: 15px;
}

.select-box:focus{
    border-color:#0C6292;
    box-shadow: 0 0 8px 0 #0C6292;
    color:#545452;
   
}
.header-product{
  background-color: #0C6292;
  color:#FFFFFF;
  padding:5px 10px;
  width:100%;
  height:35px;
}
.requision-box{
  width:50%;
}
.requisition-box{
  width:600px;
  height: fit-content;
  padding: 20px 5px;
}
.req-des{
  color:#000000;
  text-align: justify;
}

.accept-terms{
  font-size: 18px;
  padding-left:10px;
}

.send-requisition{
  padding:10px 50px;
  border-radius: 30px;
  border:1px solid #B4B5B6;
  background-color: #0C6292;
  color:#FFFFFF;
  margin:50px 0px;
}
.send-requisition-h{
  padding:10px 60px;
  border-radius: 25px;
  border:1px solid #B4B5B6;
  background-color: #0C6292;
  color:#FFFFFF;
  margin:50px 0px;
}
.send-requisition:hover{
  background-color: #2CBBB8;
}

.profile-box{
  height:fit-content;
  width:450px;
  padding:30px 35px;
  background-color: #EBEBEB;
  border-radius:10px;
  min-height: 600px;
}

.img-circle{
  width: 130px;
  height:130px;
  border-radius: 50%;
  border:3px solid #B4B5B6;
}

.data-profile{
  font-size: 15px;
  color:#91968D;
}

.data-title{
  font-weight: 400;
}
table.ex-profile{
  border-collapse: collapse;
  border: none;
  width:100%;
}
th.ex-profileh{
  background-color:#EBEBEB;
  height:30px;
  width:130px;
  font-size: 18px;
  border: none;
  color:#000000;
  font-weight: 400;
  
}
td.ex-profiled{
  background-color:#EBEBEB;
  height:30px;
  font-size: 15px;
  border: none;
  text-align: left; 
  width:300px; 
}

table.htable{
  border-collapse: collapse;
  border: none;
}
th.htableh{
  background-color:#D1D1D1;
  height:30px;
  width:130px;
  font-size: 18px;
  border:1px solid #B4B5B6;
  color:#0C6292;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
}
td.htabled{
  background-color:#F0F0F0;
  height:30px;
  font-size: 15px;
  border:.5px solid #B4B5B6;
  text-align: center;
}
.pro-icon{
  padding-left: 10px;
}
.add-medicine{
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.remove-medicine{
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

/*modal standard */

.m{
    
  width:40%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 500;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .1s;
 }
 .modal__content{
  width: 55%;
  height:fit-content;
  background-color: #EBEBEB;
  position: absolute;
  top: 56.5%;
  left: 125%;
  transform: translate(-50%, -50%);
  padding: 1em;
  border-radius: 1em;
  opacity: 0;
  visibility: hidden;
   
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border:.5px solid #B4B5B6;
 }
/*e/i modal*/
 #m:target{
  opacity: 1;
  visibility: visible;
 }

 #m:target .modal__content{
  opacity: 1;
  visibility: visible;
 }

 .modal__close{
  color: #080808;
  font-size: 2em;
  position: absolute;
  top: .5em;
  right: 1em;
 }
 a:hover{
     text-decoration: none;
 }
 .modal__heading{
  color: dodgerblue;
  margin-bottom: 1em;
  font-size: 20px;
  color:#0C6292;
 }

 .modal__paragraph{
  line-height: 1.5em;
 }

.modal-open{
display: inline-block;
color: dodgerblue;
/* margin: 2em; */
}
/*end e/i modal*/
.submit{
  padding:7px 30px;
  border-radius: 10px;
  background-color: green;
  color:#FFFFFF;
  outline: none;
  border:none;

}
.submit:hover{
background-color: #0C6292;
}
.top-margin-n{
  margin-top:100px;
}
.top-margin-new{
  margin-top:40px;
}
.details-title{
  color:#0C6292;
  font-weight: 500;
}
.details-content{
  font-size: 18px;
  text-align: justify;
}
.details-title{
  font-size: 22px;
}
.details-info{
  margin-bottom: 50px;
}
.search-button{
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.no-data{
  position: absolute;
  left:0;
  padding-left: 250px;
}
.active-category{
  background-color: #0C6292;
  color:#FFFFFF;

}
.size{
  height:60px;
  width:60px
}
/*laptop responsive*/
@media(max-width:1440px){
  ul.product li.product-box{
    padding:5px;
  
  }
  ul.product li.product-box a{
    padding:5px;
  }
  .product-box-l{
    height:120px;
    width:240px;
    z-index: 25;
  }
  .product-box-l-b{
    height:120px;
    width:240px;
    display: none;
    position: absolute;
    z-index: 26;
    padding:40px 40px;
  }
  .auto{
    text-align: center;
    padding-top: 45px;
    font-size: 20px;
  }
  .body-col-5-4{
    width: 65%;
  }
  .body-col-5-1{
    width: 35%;
  }
  .size{
    height:50px;
    width:50px
  }
  .login-box{
    width:400px;
    padding:10px 25px;
  }
  .login-img{
    height: 85px;
    width:auto;
  }
  .sign-title{
    margin-top:8px;
    font-size: 26px;
  }
  label.title{
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 16px;
  }
  .contact-t{
    height:30px;
    padding:5px;
    font-size:14px;
  }
  .log-in{
    height:30px;
    margin-top:18px;
  }
  .by-continue{
  font-size: 14px;
  margin-top:8px ;
}
.fgotten{
  font-size: 16px;
  margin-top: 7px;
}
table.siw{
 height:30px;
}
tr.siwr{
  height:30px;
}
th.siwh{
  width:60px;
}
th.siwd{
  font-size: 12px;
}
.start-siwr{
  margin-top:10px;
}
.google-img{
  height:22px;
  width:22px;
}
.by-create{
  margin-top:8px;
  font-size: 15px;

}
.pbg{
 
  font-size: 27px;
}
.bop{
  font-size: 27px;
}
  .profile-box{
    width:400px !important;
    padding:20px 25px !important;
    height:550px !important;
    margin-bottom:50px;
  }

  .m{
  width:35%;
  top: 20;
  left: 500;
  }
 .modal__content{
  width:90% !important;
  top: 85% !important;
  left: 143% !important;
 }

 table.htable{
  width:100%;
}
th.htableh{
  height:33px;
  font-size: 17px !important;

}
td.htabled{
  height:33px;
  font-size: 14px !important;
}
}
/*close product details*/
table.pdetials{border-collapse: collapse;margin-top:10px; margin-bottom:8px;width: 100%;border-bottom:1px solid #BA902D !important;}
th.pdetials{
  height:35px;
  background-color: #BA902D;
  width:300px !important;
  font-size: 14px; 
  padding-left:10px;
  color:#FFFFFF;
  border-radius: 0px;
  border:1px solid #BA902D !important;
  }
td.pdetials{
    text-align: left;
    vertical-align: center;
    height:25px;
    padding-left: 10px;
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
    
}
/*close product details*/
.product-details{
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 35px;
  padding-top: 80px;
  width: 100%;
  height:200px;
  background: rgb(228,134,32);
  background: linear-gradient(180deg, rgba(228,134,32,0.12648809523809523) 0%, rgba(186,144,45,1) 100%);
  
}

/*navbar*/

/* .navbar-nav .nav-link{
  padding: 0px 0px !important;
} */
.navbar-nav .nav-link {
  padding: 17px 13px !important;
  color:#000000;
}
.nav-link:hover{
  background-color: #036296;
  color: #FFFFFF;
  border-radius: 5px;
}
.dropdown-item:hover{
  background-color: #036296;
  color: #FFFFFF;
  border-radius: 2px;
}
.regular-icon{
  display: none;
}

.new-regular-cart{
  display: none;
}
@media(max-width:767px){
  .icon-box{
    display: none;
  }
  .regular-icon{
    display: block;
  }
  .new-regular-cart{
  display: block;
  }
}
@media(min-width:1920px){
  .navbar-nav .nav-link {
    padding: 17px 20px !important;
    font-size: 16px;
  }
  .icon-box{
    left:90px;
  }
}

