* {
    font-family: 'Roboto Condensed', sans-serif;
    color: #4C517A;
    outline: 0;
}

body {
    background-color: #F8F8FC;
}

.top_bar {
    font-size: 1.2em;
}

.nav-icon-color {
    color: rgba(255, 255, 255, .8);
}

.nav-item a {
    font-weight: 400;
}

.dropdown-menu {
    position: absolute;
    top: 111%;
    left: 0;
    z-index: 999;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #4C517A;
    /* border-radius: .25rem; */
    border-radius: 0 0 .5rem .5rem;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #4C517A;
    color: #F8F8FC;
}

.carousel-caption {
    text-align: left;
}

.carousel-title {
    font-size: 30px;
}

.carousel-description {
    font-size: 20px;
}

/* Start Buttons */

.btn-default {
    background: #4C517A;
    color: white;
}

.btn-default:hover {
    background: #404866;
    color: rgba(255, 255, 255, .8)
}

.btn-default:hover span {
    color: rgba(255, 255, 255, .8)
}

.btn-default-outline {
    color: #4C517A;
    background: #fff;
}

.btn-default-outline:hover {
    background: #4C517A;
    color: white;
}

.btn-default-outline:hover span {
    color: white;
}

.btn-outline-default {
    border: 1px solid #4C517A;
    color: #4C517A;
}

.btn-outline-default:hover {
    color: #fff;
    background-color: #4C517A;
    border-color: #4C517A;
}

.btn-outline-default:hover span {
    color: #fff;
}

.btn-default.active {
    background: #001C4E;
    color: white;
}

.btn-highlighte {
    background: #FE4066;
    color: #FFF3F5;
}

.btn-highlighte:hover {
    color: #FFFFFF;
}

/* End Buttons */

/* Start Gender Buttons */

.btn-gendar {
    border: 1px solid #CBCBE1;
    background: #F8F8FC;
    color: #4C517A
}

.btn-gendar span {
    display: none;
}

.btn-gendar.active {
    font-weight: 700 !important;
}

.btn-gendar.active span {
    display: inline;
}

/* End Gender Buttons */

.badge-default {
    color: #fff;
    background-color: #4C517A;
}

.theme-border {
    border: 1px solid #4C517A;
}

.theme-form {
    background-color: #F8F8FC;
    border: 2px solid #DDDDEB;
    border-radius: 20px;
}

.theme-form input {
    border: 1px solid #CBCBE1;
    outline: none;
}

.theme-form select {
    border: 1px solid #CBCBE1;
    outline: none;
}

.ajax-loader {
    width: 35px;
    height: 35px;
}

/* Start Font Classes */

.font-light {
    font-weight: 300 !important;
}

.font-light-italic {
    font-weight: 300 !important;
    font-style: italic !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-regular-italic {
    font-weight: 400 !important;
    font-style: italic !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-bold-italic {
    font-weight: 700 !important;
    font-style: italic !important;
}

/* Start Font Cl asses */

/* Book Styling */

.book {
    border-radius: 0 0 10px 10px;
    background: #fff;
    /* border:1px solid #DDDDEB; */
    box-shadow: 2px 2px 5px #DDDDEB;
}

.book-title a {
    font-weight: 700;
    color: #000;
}

.book-title a:hover {
    color: #000;
}

.book:hover .book-price {
    font-weight: 700;
    color: #000;
}

.book .book-title {
    position: absolute;
    bottom: 0;
    padding: 5px;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: none;
    text-align: center;
}

.book .cover:hover .book-title {
    display: block;
}

.book-price-rating {
    font-size: 15px;
}

.book-title {
    font-size: 15px;
}

.book-options {
    border-radius: 0 0 5px 5px;
    background: #fff;
    background: #4C517A;
    color: #fff;
    cursor: pointer;
}

.book-options:hover {
    background: #404866;
    color: rgba(255, 255, 255, .8)
}

/* Book Styling */

/* Start Moon icons sizing */

.mi-sm {
    font-size: 12px;
}

.mi-md {
    font-size: 18px;
}

.mi-lg {
    font-size: 25px;
}

.mi-xl {
    font-size: 30px;
}

/* End Moon icons sizing */

/* Start Text Color classes */

.text-green {
    color: #00B67A;
}

.text-highlight {
    color: #FE4066;
}

.text-light {
    color: #DDDDEB;
}

.text-theme {
    color: #4C517A;
}

.text-dark {
    color: #000;
}

/* End Text Color classes */

/*  Start Guarantee card */

.guarantee-card {
    background-color: #001C4E;
}

/*  End Guarantee card */

/* Start Background classes */

.bg-dark {
    background-color: #4C517A !important;
}

.bg-light {
    background-color: #EBF5F5 !important;
}

.bg-success-light {
    background-color: #DDFFE4 !important;
}

.bg-theme-light {
    background-color: #F8F8FC;
}

.dark-transparent {
    background: rgb(76, 81, 122, 0.2);
}

/* End Background classes */

/* Start Testimonial */

.testimonial-quote {
    width: 15px;
}

#testimonial .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}

#testimonial .carousel-indicators li {
    background-color: #4C517A;
}

#testimonial .carousel-indicators .active {
    background-color: #001C4E;
}

/* End Testimonial */

/* Start Footer */

.footer {
    background-color: #4C517A;
}

.footer p {
    color: #DDDDEB;
    font-weight: 300;
}

.footer ul li {
    color: #DDDDEB;
    font-weight: 300;
}

.footer .quick-link {
    font-size: 1.2em;
}

.footer a {
    color: #DDDDEB;
}

.footer a:hover {
    color: #fff;
}

.footer .timing {
    font-size: 1.2em;
}

.footer ul.social-media li span {
    color: #DDDDEB;
}

/* End Footer */

/* Start Smart Scroll for navabr */

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

/* End Smart Scroll for navabr */

/* Start package */

.package {
    border: 3px solid #DDDDEB;
    border-radius: 40px;
    background-color: #fff;
}

.btn-get-start {
    background-color: #DDDDEB;
    border-radius: 50px;
    position: relative;
    bottom: -25px;
    padding-left: 50px;
    padding-right: 50px;
    color: #4C517A;
}

.package-girl {
    position: relative;
    bottom: -260px;
}

.pack-header {
    background-color: #DDDDEB;
    border-radius: 35px 35px 0 0;
}

/* End package */

/* Start Text sizings */

.text-xs {
    font-size: 14px;
}

.text-s {
    font-size: 18px;
}

.text-m {
    font-size: 30px;
}

.text-xl {
    font-size: 50px;
}

.text-xxl {
    font-size: 80px;
}

/* End Text sizings */

/* Start Link Styling */

a {
    color: #FE4066;
}

a:hover {
    text-decoration: none;
    color: #4C517A;
}

.theme-link {
    text-decoration: none;
    color: #4C517A;
}

.theme-link:hover {
    font-weight: 700;
}

/* End Link Styling */

.form-white {
    border: 1px solid #CBCBE1;
    background: white;
    border-radius: 20px;
    ;
}

.form-white.noborder {
    border: none;
}

/* Start Book details */

.book-format {
    border: 2px solid #CBCBE1;
    border-radius: 5px;
    font-weight: 300;
}

.book-format h5 {
    font-weight: 300;
}

.book-format.active {
    border: 2px solid #4C517A;
}

.book-format.active h5 {
    font-weight: 500;
}

.book .cover {
    position: relative;
}

.book .cover .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.book .cover .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.book .cover:hover .image {
    opacity: 0.8;
}

.book .cover:hover .middle {
    opacity: 1;
}

.book-cover {
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 10px #DDDDEB;
}

.book-cover.active {
    border: 1px solid #4C517A;
}

.book-rating {
    color: #4C517A;
}

.book-price {
    color: #4C517A;
}

/* End Book details */

/* Letter spacing */

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

/* Start :Order */

.order {
    border: 1px solid #CBCBE1;
}

/* End :Order */

/* Start Services Navigations */

.services-navigation .nav-pills .nav-link.active,
.services-navigation .nav-pills .show>.nav-link {
    color: #4C517A;
    background-color: #F8F8FC;
    font-weight: 700;
}

.services-navigation .nav-pills .nav-link.active i {
    color: #FE4066;
}

.services-navigation .nav-pills .nav-link {
    border-radius: 0;
    color: #4C517A;
    outline: none;
}

.services-navigation .nav-pills .nav-link:hover {
    font-weight: 700;
}

.services-navigation .nav-link:focus,
.services-navigation .nav-link {
    border-top: 1px solid #4C517A;
    background: #fff;
}

.services-navigation .nav-link:focus,
.nav-link:last-child {
    border-bottom: 1px solid #4C517A;
}

/* End Services Navigations */

/* Start Counter Section */

.counter .count-card {
    box-shadow: 25px 27px 10px -24px #e8e8e8;
    padding: 30px;
    width: 100%;
    background: #fff;
    /* border-right: 1px solid #e8e8e8; */
    /* border-bottom: 1px solid #e8e8e8; */
    border-bottom-right-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.counter .count-card::after {
    content: '';
    position: absolute;
    background: #F8F8FC;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    transition: all 0.3s;
    z-index: -1;
}

.counter .count-card:hover::after {
    background: #F8F8FC;
    width: 100%;
    height: 100%;
}

.counter .count-card i {
    display: block;
    font-size: 30px;
    color: #4C517A;
    text-align: center;
}

.counter .count-card .count {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.counter .count-card .count-name {
    text-align: center;
    margin-top: 10px;
}

.counter .count-card p {
    font-size: 14px;
    text-align: center;
}

/* End Counter Section */

/* Pills */

.pill-default {
    padding: 2px 10px;
    background: #4C517A;
    color: #fff;
    border: none;
    border-radius: 20px;
}

.pill-default:hover {
    background: #404866;
    box-shadow: 2px 2px 10px #DDDDEB;
}

.pill-danger {
    padding: 2px 10px;
    background: #fb2f4b;
    color: #fff;
    border: none;
    border-radius: 20px;
}

.pill-danger:hover {
    background: #bb2124;
    box-shadow: 2px 2px 10px #DDDDEB;
}

.pill-success {
    padding: 2px 10px;
    background: #8BB54F;
    color: #fff;
    border: none;
    border-radius: 20px;
}

.pill-success:hover {
    background: #28a745;
    box-shadow: 2px 2px 10px #DDDDEB;
}

.pill-warning {
    padding: 2px 10px;
    background: #ff9700;
    color: #fff;
    border: none;
    border-radius: 20px;
}

.pill-warning:hover {
    background: #bf9700;
    box-shadow: 2px 2px 10px #DDDDEB;
}

/* Borders */

.theme-border-left {
    border-left: 1px solid #4C517A;
}

.theme-border {
    border: 1px solid #4C517A;
}

/* Nex prev button */

.next-page-btn {
    background: #4C517A;
    color: #fff;
    padding: 0 15px 0 5px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    border: none;
}

.prev-page-btn {
    background: #4C517A;
    color: #fff;
    padding: 0 5px 0 15px;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    border: none;
}

.book img {
    color: #d3d3d3;
    text-align: center;
}

.why-with-us {
    background-color: #fff;
}

.para-lg {
    font-size: 1.5em;
}

.bottom-right-shadow {
    box-shadow: -27px 27px 10px -24px #e8e8e8;
    border-bottom-left-radius: 50px;
    /* border-left: 1px solid #e8e8e8; */
    /* border-bottom: 1px solid #e8e8e8; */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.process-loader {
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 252, 0.5);
    position: fixed;
    text-align: center;
    z-index: 99999999;
}

.process-loader img {
    position: absolute;
    top: 50%;
}

.other-link {
    background: #F0F8FF;
    color: #020EA4;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-top: 8px;
    border-radius: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.other-link-selected {
    background: #4C517A;
    color: #fff;
}

.other-link-border {
    border: 1px solid #4C517A;
}

.other-link:hover {
    background: #4C517A;
    color: #fff;
}