.homeCardIcons {
  color: #0ea2ab;
}

.card-body {
  padding: 0.3rem;
}

.col-2.leftSideBar {
  border-right: solid #bfc1c2;
}

.row.medicinesRow {
  justify-content: space-between;
  padding: 15px;
}

.medicineDescription {
  text-align: center;
}

.d-flex.flex-column.align-items-center.medicinesCard {
  border: solid rgb(234, 234, 234);
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(220, 217, 217, 0.43),
    0 6px 20px 0 rgba(189, 190, 190, 0.33);
}

@media (min-width: 300px) {
  .col-6.col-sm-6.col-md-6.col-lg-3.col-xl-3.item.medicinesList {
    padding: 0px;
  }
}

@media (min-width: 300px) {
  .name.medicineTitle {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .name.medicineTitle {
    font-size: 23px;
  }
}

.medicinesCard {
  box-shadow: 0 2px 4px 0 rgba(80, 87, 88, 0.43),
    0 6px 20px 0 rgba(35, 35, 35, 0.33);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}

.medicinesCardBody {
  height: 100%;
}

.btns {
  bottom: 0;
  position: absolute;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.row.lastRow {
  height: 100%;
}

.leftSideBar {
  padding: 4px;
  padding-top: 0;
  background-color: rgb(52, 58, 64);
}

.cardd {
  margin-bottom: 8px;
}

.medicineCategoriesDropdown {
  margin-bottom: 10px;
  text-align: left;
}

.categoriesDropdown {
  width: 100%;
  background-color: #343a40;
}

.dropdown-item {
  color: #ffffff;
  /*font-weight:bold;*/
  font-size: 18px;
}

.navDropDown {
  background-color: rgb(52, 58, 64);
  box-shadow: 0 2px 6px 0 #17a2b8, 0 6px 20px 0 #2a1414;
}

.navbar-dark .navbar-nav .nav-link {
  color: #d6f3fc;
}

.subMenu li a {
  display: inline-block;
  padding: 8px;
  width: 100%;
  border-bottom: solid #343a40;
  text-decoration: none;
  color: white;
}

.subMenu li:hover {
  background-color: #016066;
}

.col.marquee {
  color: #fff;
  border-bottom: dashed white 1px;
  font-size: 18px;
  /*box-shadow:0 2px 2px 0 rgb(25,41,52), 0 3px 10px 0 rgb(10,38,58);*/
}

.topMenu {
  text-align: center;
  padding: 30px;
  background-color: #2c3134;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
}

.marque {
  color: white;
  padding: 0;
}

.mainMenuCardHover:hover {
  background-color: rgb(31, 134, 203);
  transition-delay: 1000ms;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.mainCards {
  padding: 8px !important;
  padding-right: 0;
  padding-left: 0;
  background-color: #05141e !important;
  cursor: pointer;
  color: white !important;
}
.mainCards h5 {
  color: white;
}
.mainCards:hover {
  background-color: #000 !important;
  transition-delay: 1000ms;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#priceTag {
  opacity: 1;
}

@media (min-width: 1200px) {
  #bookImg {
    width: 20% !important;
  }
}

@media (min-width: 300px) {
  #ubqLogo {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  #ubqLogo {
    width: 7% !important;
  }
}

@media (min-width: 768px) {
  #ubqLogo {
    width: 10% !important;
  }
}

@media (min-width: 992px) {
  #ubqLogo {
    width: 7% !important;
  }
}

@media (min-width: 576px) {
  #ubqLogo {
    width: 13%;
  }
}

#logoColumn {
  text-align: right;
}

@media (min-width: 1200px) {
  #logoColumn a img {
    width: 80% !important;
  }
}

@media (min-width: 768px) {
  #logoColumn a img {
    /*width:90%;*/
  }
}

@media (min-width: 576px) {
  #logoColumn a img {
    /*width:55%;*/
  }
}

@media (min-width: 300px) {
  #logoColumn a img {
    /*width:85%;*/
    padding: 4px;
  }
}

/*manual started...*/

.headingFont {
  padding-top: 4px;
}
p span {
  font-size: 20px !important;
}
.yearDropdown {
  font-size: 20px !important;
  padding: 3px;
}
.magazinesCard {
  border: solid white 2px;
  border-radius: 0;
  padding: 0 !important;
}
.magazinesCard a img {
  padding-top: 6px !important;
}
.card {
  border-radius: 0;
}
.magazinesCard:hover {
  border-color: #17a2b8;
  transition-duration: 250ms;
}
.iconMarginLeft {
  margin-left: 6px !important;
}
.collapseBtn:hover {
  background-color: #117a8b;
  color: white;
}
.btn {
  border-radius: 0;
}
.form-control {
  border-radius: 0;
}
.navMenu {
  position: absolute;
  z-index: 1000000;
  background-color: #343a40;
}
.collapsing {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*cart btn*/

.label-container {
  position: fixed;
  z-index: 1000;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #fff;
  background: #2b2b2b;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border: solid darkgray;
  border-radius: 50px;
  text-align: center;
  z-index: 10000000;
}

.my-float {
  font-size: 24px;
  margin-top: 18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
a:hover {
  color: white;
}
a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
/*cart end*/

@font-face {
  font-family: "nafees_web_naskhregular";
  src: url("../../assets/fonts/nafees-web-naskh-regular-1.woff2")
      format("woff2"),
    url("../../assets/fonts/nafees-web-naskh-regular-1.woff") format("woff");
  /*    font-family: 'noto_nastaliq_urduregular';
    src:url('../../assets/fonts/notonastaliqurdu-regular.woff2') format('woff2'),
    url('../../assets/fonts/notonastaliqurdu-regular.woff') format('woff');*/
}
.urdu {
  /*font-family: 'noto_nastaliq_urduregular', serif !important;*/
  font-family: "nafees_web_naskhregular", serif !important;
}
.largeFont {
  font-size: 22px !important;
}
.mediumFont {
  font-size: 19px !important;
}
.leftSideBar {
  padding-top: 0px;
}
@media (max-width: 576px) {
  .leftSideBar {
    padding-top: 10px;
  }
}
@media (min-width: 576px) {
  .leftSideBar {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .leftSideBar {
    padding-top: 0;
  }
}
.searchField {
  border: solid white;
  background-color: #0d1b24 !important;
}
.searchField::placeholder {
  color: white;
  opacity: 0.5;
}
.modal-backdrop {
  position: relative !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #17a2b8 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #17a2b8 !important;
}

@media print {
  .col-print-12 {
    float: left !important;
    /*margin-right: 500px !important ;*/
    width: 250% !important;
    right: -10% !important ;
  }
}

/*book covers start*/

.book-cover {
  display: inline-block;
  position: relative;
}

.book-bg {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  width: 95%;
  background: url("https://ubqari.org/assets/img/book-cover.png");
  background-repeat: no-repeat;
  background-size: 95%;
  height: 100%;

  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.book-cover img {
  padding-top: 15px;
  padding-right: 10px;
  width: 83%;
  padding-bottom: 30px;
  position: relative;
  z-index: 8;
  /*   -webkit-transform: perspective(100) rotateY(-3deg) rotateX(0deg); */
  -webkit-transform: perspective(150px) rotateY(-3deg) skewY(8deg);
  -webkit-transform: perspective(170px) rotateY(-3deg) skewY(8deg) skewX(1.5deg);
  z-index: 9;
}

.book {
  position: relative;
}
/*book covers end*/

/*nav items back*/
.features-boxed .item .urduBox {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1150' height='958.3' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.06'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E") !important;
}
/*end*/

/*myUrdu*/
@font-face {
  font-family: "myUrdu";
  src: url("../../assets/fonts/ubqariMagazine-webfont.eot");
  src: url("../../assets/fonts/ubqariMagazine-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/ubqariMagazine-webfont.woff") format("woff"),
    url("../../assets/fonts/ubqariMagazine-webfont.ttf") format("truetype"),
    url("../../assets/fonts/ubqariMagazine-webfont.svg#NafeesRegular")
      format("svg");
}
.myUrdu {
  font-family: "myUrdu" !important;
  line-height: 35px;
}
/*end*/
a:hover {
  color: blue !important;
}
