body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1080px;
}

.top-head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 0px;
}
.back-left {
    color: #040404;
    text-decoration: none;
    font-size: 12px;
    width: auto;
    padding: 4px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    top: 0px;
    position: relative;
    left: 0px;
    background-color: #c1cce9;
    z-index: 99;
    border-radius: 5px;
    transition: ease 0.3s;
    height: 29px;
}
.back-left:hover {
    color: #ffffff;
    background-color: #333;
}

.close-right {
    color: #878787;
    text-decoration: none;
    font-size: 24px;
    width: auto;
    padding: 4px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    top: 0px;
    position: relative;
    left: 0px;
    z-index: 99;
    border-radius: 5px;
    transition: ease 0.3s;
    height: 29px;
}
.close-right:hover {
    color: #000; 
}
 

.tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    margin-top: -2rem;
}
.tabs_wrapper h4 {
    text-align: left;
    font-size: 18px;
    position: relative;
    top: 1.2rem;
    padding-left: 3rem;
    font-weight: 700;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0 0;
    padding: 0;
    width: 30%;
    padding: 1rem;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #12677e;
    border-radius: 10px 0px 0px 10px;
    counter-reset: line;
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
        align-items: center;
    line-height: normal;
    color: white;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    background: #12677e;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 0px;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid rgb(204 204 204 / 25%);
}
ul.tabs li a {
    color: white;
    display: block;
    text-decoration: none;
    padding: 8px 6px;
    width: 100%;
}

ul.tabs li:before {
    position: absolute;
    left: -2.25em;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
    background-color: #FF9800;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    line-height: 1.25em;
    counter-increment: line;
    content: counter(line);
    padding: 4px;
    margin-top: -4px;
    font-weight: 600;
}

ul.tabs li:last-child {
    border-bottom: 0
}

ul.tabs li b {
    float: right;
    font-weight: 500;
    width: 50px;
    text-align: center;
}

ul.tabs li:hover {
    background: #084758;
    color: #ffffff;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    border-bottom: 1px solid #084758;
}

ul.tabs li.active {
    background: #084758;
    color: #ffffff;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    border-bottom: 1px solid #084758;
}

.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: -5px;
    width: 68%;
    text-align: left;
    background: white;
    border-radius: 10px;
}
.tab_content {
    padding: 1rem 1rem;
    height: 100%;
    display: none;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.tab_drawer_heading {
    display: none;
}
.bookslide .carousel-inner .carousel-item {
 
}
.bookslide .carousel-inner .carousel-item img {
    text-align: center;
    margin: auto;
    border: 1px solid #e7e5e5;
    width: 93%;
}
.bookslide .book-prev, .bookslide .book-next {
    background-color: #c7c1c1;
    width: 25px;
    border-radius: 5px;
    z-index: 9;
    opacity: inherit;
}

.bookslide .book-prev:hover, .bookslide .book-next:hover{
  background-color: #333;
}







.dropdown {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    top: 0px;
    margin: auto;
    z-index: 999;
    margin-top: 0px;
}
.dropdown::before {
    content: "";
    position: absolute;
    right: 16px;
    top: calc(50% - 2px);
    z-index: 9999;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    border-top: transparent;
    border-right: transparent;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center;
    pointer-events: none;
    transition: all 0.25s;
}
.dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 11px;
    font-size: 12px;
    color: #333;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    padding-right: 41px;
}
.dropdown .options {
    list-style: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 48px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.35s;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}
.dropdown .options .option {
    padding: 8px 14px;
    transition: all 0.25s ease;
    color: #292d34;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    font-size: 11px;
}
.dropdown .options .option b{
    font-weight: 500;
}
  .dropdown .options .option:not(:last-of-type) {
	margin-bottom: 5px;
  }

  .dropdown.opened::before {
	top: 50%;
	transform: rotate(135deg) translateY(50%);
	border-color: #bbbbbb;
  }
  .dropdown.opened input {
    border-color: #bbbbbb;
    color: #272727;
}
  .dropdown.opened .options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border: 1px solid #eee;
    box-shadow: 0px 5px 20px rgb(153 153 153 / 42%);
}

.dropdown.opened .options li {
    display: flex;
    padding: 0px 10px 0px 0px;
    justify-content: space-between;
    align-items: center;
}
.dropdown.opened .options li b{
color: #000;
float:right;
}



@media screen and (max-width: 1124px) {
.tabs_wrapper {
    margin-top: 0rem;
}
 
    ul.tabs {
        display: none;
    }
.tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-top: none;
    border-radius: 0;
    left: 0px;
}
.tab_drawer_heading {
    font-size: 12px;
    background: #12677e;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    border-bottom: 1px solid rgb(204 204 204 / 25%);
    display: flex;
    justify-content: space-between;
}
.tab_drawer_heading i {
    float: right;
    width: 10px;
}
    .tab_drawer_heading:hover {
      background: #084758;
        color: white;
    }

.d_active {
    background: transparent;
    color: #dddddd;
    padding: 0px;
    margin-bottom: 10px;
}

    .tabs_wrapper h4 {
    text-align: center;
    font-size: 16px;
    position: relative;
    top: 0px;
    padding-left: 0rem;
    font-weight: 700;
    margin-top: 1rem;
}
.tab_content {
    padding: 0rem;
    border-radius: 0px;
    margin: 5px 0px;
    border: 0;
}
.bookslide .book-prev, .bookslide .book-next {
    width: 15px;
    border-radius: 2px; 
}
.bookslide .carousel-inner .carousel-item img {
    width: 92%;
}

}


@media (min-width: 320px) and (max-width: 768px) {}