@import url(https://web.archive.org/web/20240604084427cs_/https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);

* {
    margin: 0;
    padding: 0
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    color: #272727;
    line-height: 1.3;
    font-weight: 600
}

p {
    font-family: Montserrat, sans-serif;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 2;
    font-weight: 500
}

a, a:focus, a:hover {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000;
    font-weight: 600;
    font-family: Montserrat, sans-serif
}

.own-img1 {
    max-height: 300px;
    width: 555px
}

ol, ul {
    margin: 0
}

ol li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%
}

.page-title {
    position: relative;
    padding: 25px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.page-title .inner-container {
    position: relative
}

.page-title h1 {
    position: relative;
    float: left;
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    font-weight: 600
}

.page-title .bread-crumb {
    position: relative;
    float: left;
    padding: 10px 0;
    direction: ltr
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.sec-title {
    position: relative;
    float: left
}

.sec-title:before {
    background-color: #00c0ff;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 4px;
    background-color: #2385c6;
    content: ''
}

.sec-title:after {
    position: absolute;
    left: 10px;
    top: 0;
    height: 40px;
    width: 2px;
    background-color: #47bb7e;
    content: ''
}

.sec-title {
    position: relative;
    padding-left: 30px
}

.kc_title {
    background: url(http://adwyaa.com/adwyaa/assets/img/bg-img/bottom.png) bottom no-repeat;
    padding-bottom: 2px;
    margin-bottom: 15px
}

.post-tag {
    font-size: 18px;
    font-weight: 600;
    color: #0688bc;
    margin-bottom: 4px;
    display: block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.post-title {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-weight: 600
}

.mt-15 {
    margin-top: 15px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-50 {
    margin-right: 50px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.height-400 {
    height: 400px !important
}

.height-500 {
    height: 500px !important
}

.height-600 {
    height: 600px !important
}

.height-700 {
    height: 700px !important
}

.height-800 {
    height: 800px !important
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

h3 {
    position: relative;
    margin: 0 auto;
    top: 0;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-size: 3vh;
    color: #fff;
    opacity: .75
}

#cooking {
    position: relative;
    margin: 0 auto;
    top: 0;
    width: 50vh;
    height: 50vh;
    overflow: hidden
}

#cooking .bubble {
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 .25vh #2b2b2b;
    opacity: 0
}

#cooking .bubble:nth-child(1) {
    margin-top: 2.5vh;
    left: 58%;
    width: 2.5vh;
    height: 2.5vh;
    background-color: #232323;
    animation: bubble 2s cubic-bezier(.53, .16, .39, .96) infinite
}

#cooking .bubble:nth-child(2) {
    margin-top: 3vh;
    left: 52%;
    width: 2vh;
    height: 2vh;
    background-color: #1b1b1b;
    animation: bubble 2s ease-in-out .35s infinite
}

#cooking .bubble:nth-child(3) {
    margin-top: 1.8vh;
    left: 50%;
    width: 1.5vh;
    height: 1.5vh;
    background-color: #111;
    animation: bubble 1.5s cubic-bezier(.53, .16, .39, .96) .55s infinite
}

#cooking .bubble:nth-child(4) {
    margin-top: 2.7vh;
    left: 56%;
    width: 1.2vh;
    height: 1.2vh;
    background-color: #090909;
    animation: bubble 1.8s cubic-bezier(.53, .16, .39, .96) .9s infinite
}

#cooking .bubble:nth-child(5) {
    margin-top: 2.7vh;
    left: 63%;
    width: 1.1vh;
    height: 1.1vh;
    background-color: #020202;
    animation: bubble 1.6s ease-in-out 1s infinite
}

#cooking #area {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: transparent;
    transform-origin: 15% 60%;
    animation: flip 2.1s ease-in-out infinite
}

#cooking #area #sides {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: 15% 60%;
    animation: switchSide 2.1s ease-in-out infinite
}

#cooking #area #sides #handle {
    position: absolute;
    bottom: 18%;
    right: 80%;
    width: 35%;
    height: 20%;
    background-color: transparent;
    border-top: 1vh solid #111;
    border-left: 1vh solid transparent;
    border-radius: 100%;
    transform: rotate(20deg) rotateX(0) scale(1.3, .9)
}

#cooking #area #sides #pan {
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 50%;
    height: 8%;
    background-color: #111;
    border-radius: 0 0 1.4em 1.4em;
    transform-origin: -15% 0
}

#cooking #area #pancake {
    position: absolute;
    top: 24%;
    width: 100%;
    height: 100%;
    transform: rotateX(85deg);
    animation: jump 2.1s ease-in-out infinite
}

#cooking #area #pancake #pastry {
    position: absolute;
    bottom: 26%;
    right: 37%;
    width: 40%;
    height: 45%;
    background-color: #111;
    box-shadow: 0 0 3px 0 #111;
    border-radius: 100%;
    transform-origin: -20% 0;
    animation: fly 2.1s ease-in-out infinite
}

@keyframes jump {
    0% {
        top: 24%;
        transform: rotateX(85deg)
    }
    25% {
        top: 10%;
        transform: rotateX(0)
    }
    50% {
        top: 30%;
        transform: rotateX(85deg)
    }
    75% {
        transform: rotateX(0)
    }
    100% {
        transform: rotateX(85deg)
    }
}

@keyframes flip {
    0% {
        transform: rotate(0)
    }
    5% {
        transform: rotate(-27deg)
    }
    30%, 50% {
        transform: rotate(0)
    }
    55% {
        transform: rotate(27deg)
    }
    83.3% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes switchSide {
    0% {
        transform: rotateY(0)
    }
    50% {
        transform: rotateY(180deg)
    }
    100% {
        transform: rotateY(0)
    }
}

@keyframes fly {
    0% {
        bottom: 26%;
        transform: rotate(0)
    }
    10% {
        bottom: 40%
    }
    50% {
        bottom: 26%;
        transform: rotate(-190deg)
    }
    80% {
        bottom: 40%
    }
    100% {
        bottom: 26%;
        transform: rotate(0)
    }
}

@keyframes bubble {
    0% {
        transform: scale(.15, .15);
        top: 80%;
        opacity: 0
    }
    50% {
        transform: scale(1.1, 1.1);
        opacity: 1
    }
    100% {
        transform: scale(.33, .33);
        top: 60%;
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        opacity: .05
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .05
    }
}

.tooltip-inner {
    background-color: #0688bc
}

.tooltip .arrow::before {
    border-bottom-color: #0688bc
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #000 !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gray {
    background-color: #f0f4f8
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, .69);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: none
}

.bg-fixed {
    background-attachment: fixed !important
}

#scrollUp {
    background-color: unset;
    border-radius: 0;
    bottom: 50px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 37px;
    right: 50px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    box-shadow: unset
}

.bueno-btn {
    background-color: #0688bc;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #fff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize
}

.bueno-btn:focus, .bueno-btn:hover {
    font-size: 14px;
    font-weight: 500;
    background-color: #000;
    color: #fff
}

.header-area {
    position: relative;
    z-index: 1000;
    width: 100%
}

.header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 61px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area {
        height: 80px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        height: 120px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .top-header-area {
        height: 75px
    }
}

.header-area .top-header-area .top-social-info {
    position: relative;
    z-index: 1
}

.header-area .top-header-area .top-social-info a {
    color: #fff;
    font-size: 15px;
    padding: 4px 12px;
    background: #0688bc;
    border-radius: 2px
}

.social {
    text-align: right
}

.lang {
    line-height: 34px;
    margin: 6px 0;
    float: left
}

.lang li {
    line-height: 34px;
    float: left
}

.lang li a {
    color: #404040;
    display: inline-block;
    padding: 1px 8px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 10px;
    color: #404040
}

.top-social-info span {
    padding: 1px 8px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 10px;
    color: #404040
}

.lang li {
    display: block;
    border-left: 1px solid #e0e0e0;
    box-shadow: -1px 0 0 #fdfdfd
}

.lang li .active {
    color: #fff;
    background: #0688bc
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .top-header-area .top-social-info a {
        padding: 0 10px
    }
}

.header-area .top-header-area .top-search-area {
    position: relative;
    z-index: 1
}

.header-area .top-header-area .top-search-area form {
    position: relative;
    z-index: 1
}

.header-area .top-header-area .top-search-area form input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 2px solid #817773;
    font-size: 14px;
    font-style: italic
}

.header-area .top-header-area .top-search-area form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    z-index: 10;
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer
}

.header-area .logo-area {
    position: relative;
    padding: 0 30px;
    text-align: center
}

.logo-area img {
    height: 99px;
    margin-bottom: 4px
}

.adv_nav {
    padding: 20px 0
}

.classy-nav-container {
    position: relative;
    z-index: 100;
    background-color: #e5e5e5
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .logo-area {
        padding: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .logo-area a {
        max-width: 150px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .logo-area a {
        max-width: 150px
    }
}

.header-area .bueno-main-menu {
    position: relative;
    width: 100%
}

.header-area .bueno-main-menu #toggler {
    position: relative;
    z-index: 1;
    cursor: pointer
}

.header-area .bueno-main-menu .classy-navbar {
    height: 50px;
    padding: 0
}

.header-area .bueno-main-menu .classy-navbar .nav-brand {
    max-width: 160px;
    margin-right: 30px
}

.header-area .bueno-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 9px;
    color: #404040
}

.header-area .bueno-main-menu .classy-navbar .classynav ul li a:focus, .header-area .bueno-main-menu .classy-navbar .classynav ul li a:hover {
    color: #0688bc
}

.header-area .bueno-main-menu .classy-navbar .classynav ul li ul li a {
    color: #404040;
    font-size: 13px;
    padding: 0 6px;
    height: 31px;
    overflow: hidden
}

.header-area .bueno-main-menu .login-area {
    position: relative;
    z-index: 1;
    margin-left: 100px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .bueno-main-menu .login-area {
        margin-left: 10px;
        margin-top: 15px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .bueno-main-menu .login-area {
        margin-left: 10px;
        margin-top: 15px
    }
}

.adv_nav .img_adv img {
    width: 100%;
    height: 165px;
    margin-top: 0
}

.header-area .bueno-main-menu .login-area a {
    display: inline-block;
    font-weight: 500;
    color: #7a7a7a;
    font-size: 16px
}

.header-area .bueno-main-menu .login-area a:focus {
    color: #0688bc
}

.header-area .is-sticky .bueno-main-menu {
    z-index: 9999;
    box-shadow: 0 1px 8px #777
}

.single-slide {
    position: relative;
    z-index: 1;
    height: 420px
}

.single-slide::after {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    min-height: 420px
}

.single-slide .blog-content-bg {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
    position: absolute;
    width: 320px;
    height: 360px;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide .blog-content-bg {
        width: 260px;
        height: 320px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide .blog-content-bg {
        width: 280px;
        height: 320px
    }
}

@media only screen and (max-width: 767px) {
    .single-slide .blog-content-bg {
        width: 250px;
        height: 280px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-slide .blog-content-bg {
        width: 320px;
        height: 360px
    }
}

.single-slide .blog-content-bg::after {
    position: absolute;
    z-index: 5;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: 2px solid #0688bc;
    content: "";
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-slide .blog-content-bg .blog-content {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    width: calc(100% - 58px);
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-slide .blog-content-bg .blog-content .post-tag {
    font-size: 12px;
    font-weight: 600;
    color: #0688bc;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-slide .blog-content-bg .blog-content .post-title {
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide .blog-content-bg .blog-content .post-title {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide .blog-content-bg .blog-content .post-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .single-slide .blog-content-bg .blog-content .post-title {
        font-size: 18px
    }
}

.single-slide .blog-content-bg .blog-content .post-meta a {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #515556;
    font-size: 14px;
    font-weight: 500;
    margin: 0 12px;
    line-height: 26px;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide .blog-content-bg .blog-content .post-meta a {
        font-size: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide .blog-content-bg .blog-content .post-meta a {
        font-size: 10px
    }
}

@media only screen and (max-width: 767px) {
    .single-slide .blog-content-bg .blog-content .post-meta a {
        font-size: 10px
    }
}

.single-slide .blog-content-bg .blog-content .post-meta a:first-child {
    margin-right: 0
}

.single-slide:focus .blog-content-bg, .single-slide:hover .blog-content-bg {
    background-color: #0688bc
}

.single-slide:focus .blog-content-bg::after, .single-slide:hover .blog-content-bg::after {
    border-color: #fff
}

.single-slide:focus .blog-content-bg .blog-content, .single-slide:hover .blog-content-bg .blog-content {
    background-color: #0688bc
}

.single-slide:focus .blog-content-bg .blog-content .post-meta a, .single-slide:focus .blog-content-bg .blog-content .post-tag, .single-slide:focus .blog-content-bg .blog-content .post-title, .single-slide:hover .blog-content-bg .blog-content .post-meta a, .single-slide:hover .blog-content-bg .blog-content .post-tag, .single-slide:hover .blog-content-bg .blog-content .post-title {
    color: #fff
}

.hero-area {
    position: relative;
    z-index: 1;
    padding: 0 30px
}

@media only screen and (max-width: 767px) {
    .hero-area {
        padding: 0 15px
    }
}

.hero-area .owl-item.center .single-slide::after {
    display: none
}

.hero-area .owl-item.center .single-slide .blog-content-bg {
    visibility: visible;
    opacity: 1
}

.hero-area .owl-next, .hero-area .owl-prev {
    position: absolute;
    width: 85px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #0688bc;
    left: 0;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    line-height: 40px
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-next, .hero-area .owl-prev {
        width: 50px;
        font-size: 10px;
        height: 30px;
        margin-top: -15px;
        line-height: 30px
    }
}

.hero-area .owl-next:hover, .hero-area .owl-prev:hover {
    background-color: #000;
    color: #fff
}

.hero-area .owl-next {
    left: auto;
    right: 0
}

.single-post-catagory {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-post-catagory img {
    width: 100%;
    min-height: 220px
}

.single-post-catagory .catagory-content-bg {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 60px);
    height: 128px;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-post-catagory .catagory-content-bg::after {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #0688bc;
    content: "";
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-post-catagory .catagory-content-bg .catagory-content {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    width: calc(100% - 58px);
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-post-catagory .catagory-content-bg .catagory-content .post-tag {
    font-size: 12px;
    font-weight: 600;
    color: #0688bc;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-post-catagory .catagory-content-bg .catagory-content .post-title {
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-post-catagory .catagory-content-bg .catagory-content .post-title {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-catagory .catagory-content-bg .catagory-content .post-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .single-post-catagory .catagory-content-bg .catagory-content .post-title {
        font-size: 18px
    }
}

.single-post-catagory:focus, .single-post-catagory:hover {
    box-shadow: 0 5px 70px 0 rgba(0, 0, 0, .25)
}

.single-post-catagory:focus .catagory-content-bg, .single-post-catagory:hover .catagory-content-bg {
    background-color: #0688bc
}

.single-post-catagory:focus .catagory-content-bg::after, .single-post-catagory:hover .catagory-content-bg::after {
    border-color: #fff
}

.single-post-catagory:focus .catagory-content-bg .catagory-content, .single-post-catagory:hover .catagory-content-bg .catagory-content {
    background-color: #0688bc
}

.single-post-catagory:focus .catagory-content-bg .catagory-content .post-tag, .single-post-catagory:focus .catagory-content-bg .catagory-content .post-title, .single-post-catagory:hover .catagory-content-bg .catagory-content .post-tag, .single-post-catagory:hover .catagory-content-bg .catagory-content .post-title {
    color: #fff
}

.big-post-content {
    position: relative;
    z-index: 1
}

.big-post-content p {
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .big-post-content p {
        font-size: 13px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .big-post-content p {
        font-size: 12px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .big-post-content .post-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .big-post-content .post-title {
        font-size: 18px
    }
}

.big-post-content .post-title:focus, .big-post-content .post-title:hover {
    color: #0688bc
}

.big-post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.big-post-content .post-meta a {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.big-post-content .post-meta a:first-child {
    margin-right: 20px
}

.big-post-content .post-meta a:first-child::after {
    position: absolute;
    z-index: 5;
    top: 0;
    right: -14px;
    content: "/"
}

.bueno-search-area {
    position: relative;
    z-index: 1
}

.bueno-search-area .form-group {
    margin-bottom: 0
}

.bueno-search-area .form-group:focus {
    box-shadow: none
}

.bueno-search-area .form-group .form-control:focus {
    box-shadow: none
}

.bueno-search-area .nice-select {
    border-radius: 0;
    border: 1px solid #dadfe5;
    float: none;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px
}

.bueno-search-area .nice-select .current {
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.bueno-search-area .nice-select .list {
    border-radius: 0;
    width: 100%;
    border-top: 2px solid #0688bc;
    margin-top: 0
}

.bueno-search-area .nice-select .list li {
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.pagination .page-item .page-link {
    background-color: #eaeff1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #7a7a7a;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
    border: none
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
    background-color: #0688bc;
    color: #fff
}

.pagination .page-item.active .page-link {
    background-color: #0688bc;
    color: #fff
}

.footer-area {
    position: relative;
    z-index: 1;
    padding: 50px 0
}

.footer-area .copywrite-text {
    font-size: 12px;
    margin-bottom: 0;
    color: #666;
    font-weight: 400
}

.footer-area .copywrite-text a {
    color: #666;
    font-size: 12px;
    font-weight: 400
}

.footer-area .copywrite-text a:focus, .footer-area .copywrite-text a:hover {
    color: #0688bc
}

.footer-area .footer-nav {
    position: relative;
    z-index: 1;
    display: block
}

.footer-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-nav ul {
        margin-top: 0
    }
}

.footer-area .footer-nav li a {
    position: relative;
    z-index: 1;
    color: #666;
    font-size: 12px;
    margin: 0 10px;
    font-weight: 400;
    padding: 0 5px
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-nav li a {
        padding: 0 2px;
        margin: 0 3px
    }
}

.footer-area .footer-nav li a::after {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
    height: 3px;
    background-color: #0688bc;
    bottom: -8px;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    content: '';
    visibility: hidden;
    opacity: 0
}

.footer-area .footer-nav li a:focus, .footer-area .footer-nav li a:hover {
    color: #0688bc
}

.footer-area .footer-nav li.active a::after, .footer-area .footer-nav li:hover a::after {
    visibility: visible;
    opacity: 1
}

.instagram-feed-area {
    position: relative;
    z-index: 1
}

.single-instagram {
    position: relative;
    z-index: 1;
    -ms-flex: 0 0 20%;
    overflow: hidden
}

.single-instagram img {
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-instagram::after {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 5;
    position: absolute;
    content: '';
    visibility: hidden;
    opacity: 0
}

.single-instagram .img-zoom {
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    z-index: 99;
    background-color: #0688bc;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 62px;
    margin-left: -31px;
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-instagram .img-zoom {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-left: -20px
    }
}

@media only screen and (max-width: 767px) {
    .single-instagram .img-zoom {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-left: -20px
    }
}

.single-instagram:hover::after {
    visibility: visible;
    opacity: 1
}

.single-instagram:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-instagram:hover .img-zoom {
    visibility: visible;
    opacity: 1;
    margin-top: -31px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-instagram:hover .img-zoom {
        margin-top: -20px
    }
}

@media only screen and (max-width: 767px) {
    .single-instagram:hover .img-zoom {
        margin-top: -20px
    }
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: 0;
    text-align: center;
    padding-right: 0;
    top: 40px;
    width: 36px;
    height: 36px;
    background-color: #0688bc;
    line-height: 36px
}

.mfp-bottom-bar {
    margin-top: 0;
    top: auto;
    bottom: 55px;
    left: 0;
    width: 100%;
    cursor: auto;
    background-color: transparent;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.mfp-bottom-bar .mfp-title {
    line-height: normal;
    color: #fff;
    padding-right: 0;
    background-color: #0688bc;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 700;
    display: none
}

.mfp-bottom-bar .mfp-counter {
    color: #fff;
    position: relative;
    line-height: normal;
    background-color: #0688bc;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    display: none
}

.breakpoint-off .classynav ul li .megamenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 65%;
    left: 21%;
    top: 120%;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-bottom: 4px solid #0688bc
}

.single-blog-post {
    border: 2px solid #ccc;
    padding: 2px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-blog-post.style-1 .blog-thumbnail {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%
}

.single-blog-post.style-1 .blog-thumbnail img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%
}

.single-blog-post.style-1 .blog-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    padding-left: 30px;
    padding-left: 30px;
    height: 217px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .single-blog-post.style-1 .blog-content {
        padding-left: 15px
    }
}

.single-blog-post.style-1 .blog-content p {
    margin-bottom: 0;
    height: 116px;
    overflow: hidden;
    line-height: 23px
}

.single-blog-post.style-1 .blog-content .post-tag {
    font-size: 12px;
    font-weight: 600;
    color: #0688bc;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-blog-post.style-1 .blog-content .post-title {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post.style-1 .blog-content .post-title {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-post.style-1 .blog-content .post-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post.style-1 .blog-content .post-title {
        font-size: 18px
    }
}

.single-blog-post.style-1 .blog-content .post-title:focus, .single-blog-post.style-1 .blog-content .post-title:hover {
    color: #0688bc
}

.single-blog-post.style-1 .blog-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    display: none
}

.single-blog-post.style-1 .blog-content .post-meta a {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.single-blog-post.style-1 .blog-content .post-meta a:first-child {
    margin-right: 20px
}

.single-blog-post.style-1 .blog-content .post-meta a:first-child::after {
    position: absolute;
    z-index: 5;
    top: 0;
    right: -14px;
    content: "/"
}

.post-details-content {
    position: relative;
    z-index: 1
}

.post-details-content .blog-thumbnail {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1
}

.post-details-content .blog-thumbnail img {
    width: 100%
}

.post-details-content .blog-content {
    position: relative;
    z-index: 1
}

.post-details-content .blog-content .post-tag {
    font-size: 12px;
    font-weight: 600;
    color: #0688bc;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.post-details-content .blog-content .post-title {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (max-width: 767px) {
    .post-details-content .blog-content .post-title {
        font-size: 18px
    }
}

.post-details-content .blog-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.post-details-content .blog-content .post-meta a {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.post-details-content .blog-content .post-meta a:first-child {
    margin-right: 20px
}

.post-details-content .blog-content .post-meta a:first-child::after {
    position: absolute;
    z-index: 5;
    top: 0;
    right: -14px;
    content: "/"
}

.sidebar-area {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-area {
        margin-top: 70px
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-area {
        margin-top: 70px
    }
}

.single-widget-area {
    position: relative;
    z-index: 1
}

.single-widget-area.add-widget img {
    width: 100%
}

.single-widget-area.post-widget .single-post-area {
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.single-widget-area.post-widget .single-post-area:last-child {
    margin-bottom: 0
}

.single-widget-area.post-widget .single-post-area .blog-thumbnail {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%
}

.single-widget-area.post-widget .single-post-area .blog-thumbnail img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
    height: 60px
}

.single-widget-area.post-widget .single-post-area .blog-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
    padding-left: 20px
}

.single-widget-area.post-widget .single-post-area .blog-content .post-title {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.single-widget-area.post-widget .single-post-area .blog-content .post-title:focus, .single-widget-area.post-widget .single-post-area .blog-content .post-title:hover {
    color: #0688bc
}

.single-widget-area.post-widget .single-post-area .blog-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.single-widget-area.post-widget .single-post-area .blog-content .post-meta a {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #7a7a7a;
    font-size: 10px;
    font-weight: 600;
    height: 43px;
    overflow: hidden
}

.single-widget-area.post-widget .single-post-area .blog-content .post-meta a:first-child {
    margin-right: 20px
}

.single-widget-area.post-widget .single-post-area .blog-content .post-meta a:first-child::after {
    position: absolute;
    z-index: 5;
    top: 0;
    right: -14px;
    content: "/";
    display: none
}

.single-widget-area.author-widget .background-pattern {
    position: relative;
    z-index: 1;
    padding: 50px 30px 0;
    text-align: center
}

.breakpoint-off .classynav ul li .second_mega {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 55%;
    left: 26%;
    top: 120%;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.dropdown a {
    margin: 10px
}

.single-widget-area.author-widget .background-pattern .author-thumbnail {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 30px
}

.single-widget-area.author-widget .background-pattern p {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 25px
}

.single-widget-area.author-widget .background-pattern p span {
    color: #272727
}

.single-widget-area.author-widget .social-info {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
    background-color: #0688bc;
    text-align: center
}

.single-widget-area.author-widget .social-info a {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    line-height: 50px;
    font-size: 14px
}

.single-widget-area.newsletter-widget {
    background-color: #eaeff1;
    padding: 30px;
    position: relative;
    z-index: 1
}

.single-widget-area.newsletter-widget h6 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center
}

.single-widget-area.newsletter-widget form input {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #dadfe5;
    border-bottom: 2px solid #0688bc;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 0 20px
}

.single-widget-area.newsletter-widget p {
    font-style: italic;
    margin-top: 15px;
    font-size: 11px;
    margin-bottom: 0
}

.comment_area {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 20px;
    height: 51px;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        margin-right: 15px
    }
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px
}

.comment_area .comment-content .comment-meta .post-author, .comment_area .comment-content .comment-meta .post-date, .comment_area .comment-content .comment-meta .reply {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    color: #272727;
    margin-right: 30px
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta .post-author, .comment_area .comment-content .comment-meta .post-date, .comment_area .comment-content .comment-meta .reply {
        font-size: 12px;
        margin-right: 15px
    }
}

.comment_area .comment-content .comment-meta .post-author::after, .comment_area .comment-content .comment-meta .post-date::after, .comment_area .comment-content .comment-meta .reply::after {
    position: absolute;
    top: 0;
    right: -16px;
    content: '|';
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta .post-author::after, .comment_area .comment-content .comment-meta .post-date::after, .comment_area .comment-content .comment-meta .reply::after {
        right: -8px
    }
}

.comment_area .comment-content .comment-meta .post-author:hover, .comment_area .comment-content .comment-meta .post-date:hover, .comment_area .comment-content .comment-meta .reply:hover {
    color: #0688bc
}

.comment_area .comment-content .comment-meta .reply {
    margin-right: 0
}

.comment_area .comment-content .comment-meta .reply::after {
    display: none
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500
}

.comment_area .single_comment_area {
    margin-bottom: 30px
}

.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px
}

.recipe-info {
    position: relative;
    z-index: 1;
    background-color: #0688bc;
    padding: 50px 20px;
    margin-bottom: 30px
}

.recipe-info h5 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 18px;
    padding-left: 30px
}

.recipe-info .info-data {
    position: relative;
    z-index: 1
}

.recipe-info .info-data li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 10px 30px;
    border-bottom: 2px solid #a3b65a;
    font-size: 16px;
    font-weight: 600
}

.recipe-info .info-data li:last-child {
    border-bottom: none
}

.recipe-info .info-data li span {
    color: #fff;
    padding-left: 15px
}

.ingredients {
    position: relative;
    z-index: 1;
    background-color: #ebf4f6;
    padding: 50px 20px
}

.ingredients h5 {
    color: #272727;
    margin-bottom: 50px;
    font-size: 18px;
    padding-left: 30px
}

.ingredients .custom-control {
    padding-left: 2.5rem;
    margin-bottom: 20px;
    min-height: 35px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #d6e1e4;
    padding-bottom: 20px
}

.ingredients .custom-control .custom-control-label {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #8b8b8b;
    padding-left: 10px
}

.ingredients .custom-control .custom-control-label::before {
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-color: #d6e1e4;
    background-color: #fff;
    border-radius: 0
}

.ingredients .custom-control .custom-control-label::after {
    top: 5px;
    left: -23px;
    width: 20px;
    height: 20px
}

.ingredients .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0688bc
}

.treading-post-area {
    position: fixed;
    z-index: 9999;
    width: 480px;
    height: 100%;
    background-color: #dadfe5;
    right: -700px;
    top: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    padding: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

@media only screen and (max-width: 767px) {
    .treading-post-area {
        width: 320px;
        padding: 30px
    }
}

.treading-post-area .close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    font-size: 20px;
    cursor: pointer
}

.treading-post-area .close-icon:focus, .treading-post-area .close-icon:hover {
    color: #0688bc
}

.treading-post-area h4 {
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .treading-post-area h4 {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .treading-post-area .single-blog-post.style-1 .blog-content {
        padding-left: 15px
    }
}

.treading-post-area .single-blog-post.style-1 .blog-content .post-title {
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    .treading-post-area .single-blog-post.style-1 .blog-content .post-title {
        font-size: 14px
    }
}

.treading-post-area.on {
    right: 0
}

.contact-content {
    position: relative;
    z-index: 2
}

.contact-content .contact-social-info a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #000
}

.contact-content .contact-social-info a:focus, .contact-content .contact-social-info a:hover {
    color: #0688bc
}

.contact-content .single-contact-info {
    position: relative;
    margin-bottom: 20px
}

.contact-content .single-contact-info:last-child {
    margin-bottom: 0
}

.contact-content .single-contact-info p {
    font-size: 15px;
    margin-bottom: 0
}

.contact-content .single-contact-info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 54px;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
    border: 1px solid #dadfe5;
    border-bottom: 2px solid #dadfe5;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 500;
    color: #aeaeae;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.contact-form-area .form-control:focus {
    box-shadow: none;
    border-bottom-color: #0688bc
}

.contact-form-area textarea.form-control {
    height: 190px
}

.map-area {
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .map-area {
        margin-top: 50px
    }
}

.map-area iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px
    }
}

.carousel-control {
    border: 1px solid #3a4040;
    border-radius: 50%;
    margin-top: 0;
    position: absolute;
    top: -21%;
    padding: 0 9px
}

.carousel-control.right {
    right: 6%
}

.carousel-control.left {
    right: 3%
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px
}

.carousel-indicators {
    top: auto;
    bottom: -10px;
    margin-right: -19px;
    margin: 0 auto
}

.carousel-indicators li {
    background: #cecece
}

.carousel-indicators .active {
    background: #428bca
}

#Carousel .col-md-3 img {
    border: 1px solid #ddd
}

#Carousel .caption {
    padding: 14px 10px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-top: 0
}

#Carousel .bueno-btn {
    background-color: #0688bc;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 122px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 14px;
    line-height: 39px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 2px
}

#Carousel .col-md-3 img {
    border: 1px solid #ddd;
    min-height: 290px;
    max-height: 290px;
    width: 100%
}

.carousel-control.right:hover {
    background: #0688bc;
    color: #fff
}

.carousel-control.left:hover {
    background: #0688bc;
    color: #fff;
    border: unset
}

.kc_single_image {
    max-width: 100%;
    width: 100%;
    position: relative
}

.single-instagram img {
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    height: 250px
}

.effect-v3 {
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.effect-v3:after, .effect-v3:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1
}

.kilimanjaro_area {
    position: relative;
    z-index: 1
}

footer .h3-spec a {
    color: #404040
}

.foo_top_header_one {
    position: relative;
    z-index: 1;
    border: none;
    background: #dadada;
    background-size: cover;
    padding: 82px 0 20px;
    text-align: left
}

.section_padding_100_70 {
    padding-top: 55px;
    padding-bottom: 40px
}

.foo_top_header_one {
    color: #fff
}

.kilimanjaro_part {
    margin-bottom: 30px
}

.foo_top_header_one .kilimanjaro_part > h4, .foo_top_header_one .kilimanjaro_part > h5 {
    color: #404040
}

.kilimanjaro_part h4, .kilimanjaro_part h5 {
    margin-bottom: 30px
}

.foo_top_header_one .kilimanjaro_part > p, .kilimanjaro_blog_area > a, .kilimanjaro_single_contact_info > h5, .kilimanjaro_single_contact_info > p {
    color: #404040
}

ol li, p, ul li {
    font-weight: 300
}

ul {
    margin: 0;
    padding: 0
}

.kilimanjaro_bottom_header_one {
    padding: 20px 0;
    background: rgba(0, 0, 0, .2)
}

.section_padding_50 {
    padding: 50px 0
}

.kilimanjaro_bottom_header_one p {
    color: #fff;
    margin: 0
}

ol li, p, ul li {
    font-weight: 300
}

.kilimanjaro_bottom_header_one a {
    color: inherit;
    font-size: 14px
}

a, h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.m-top-15 {
    margin-top: 15px
}

ul {
    margin: 0;
    padding: 0
}

.kilimanjaro_widget > li {
    display: inline-block
}

ol li, p, ul li {
    font-weight: 300
}

ol li, ul li {
    list-style: outside none none
}

.kilimanjaro_widget a {
    border: 1px solid #828282;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 7px 12px
}

ul {
    margin: 0;
    padding: 0
}

.kilimanjaro_links a {
    border-bottom: 1px solid #333;
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px
}

.kilimanjaro_links a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px
}

top-15 {
    margin-top: 15px
}

.foo_top_header_one .kilimanjaro_part > h5 {
    color: #fff
}

.kilimanjaro_part h4, .kilimanjaro_part h5 {
    margin-bottom: 30px
}

.kilimanjaro_social_links > li {
    display: inline-block
}

ol li, p, ul li {
    font-weight: 300
}

.kilimanjaro_social_links a {
    border: 1px solid #828282;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 7px 12px
}

.kilimanjaro_blog_area .kilimanjaro_date {
    color: #2385c6;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600
}

.kilimanjaro_blog_area > p {
    color: rgba(255, 255, 255, .5);
    line-height: 1.3;
    margin-bottom: 0
}

.kilimanjaro_works > a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.33333333%;
    z-index: 1
}

.kilimanjaro_thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px
}

.kilimanjaro_links a i {
    padding-right: 10px
}

.footer_area {
    position: relative;
    z-index: 1
}

.footer_bottom p > a:hover, .footer_bottom p > i {
    color: #27ae60
}

.social_links_area {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    z-index: 1
}

.social_links_area > a:hover {
    color: #27ae60
}

.inline-style .social_links_area > a:hover {
    background-color: transparent;
    color: #27ae60;
    border: 0 solid transparent
}

.single_feature:hover .feature_text h4 {
    color: #27ae60
}

.kilimanjaro_blog_area {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 10px 0 0 90px;
    position: relative;
    z-index: 1;
    height: 75px
}

.kilimanjaro_links a {
    border-bottom: 0 solid #565656;
    color: #404040;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px
}

.kilimanjaro_links a:hover {
    color: #0688bc
}

.kilimanjaro_part a {
    color: #404040;
    display: block;
}
.kilimanjaro_part .kilimanjaro_single_contact_info a i {
    margin-right: 6px;
}
.kilimanjaro_part a:hover {
    color: #0688bc;
    border-color: #0688bc;
}


.effect-v3:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.effect-v3 img {
    opacity: 1;
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s;
    width: 100%
}

.effect-v3 .banner-title {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: transform .35s ease 0s;
    -o-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s
}

.effect-v3 .action {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s
}

.effect-v3:hover:after, .effect-v3:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v3:hover .action, .effect-v3:hover .banner-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

footer .link {
    color: #0688bc;
    font-weight: 600
}

.section_padding_100_70 {
    padding-top: 85px;
    padding-bottom: 0
}

header .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: inherit;
    color: #000;
    border: none;
    font-weight: 600;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 10px;
    color: #fff
}

.btn-search {
    background: #424242;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #1c1c1c
}

.btn-search:link, .btn-search:visited {
    color: #fff
}

.btn-search:active, .btn-search:hover {
    background: #1c1c1c;
    color: #fff
}

@media (min-width: 1200px) {
    .adv_nav .container {
        max-width: 1530px
    }
}

header .lang .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: inherit;
    color: #000;
    border: none;
    font-weight: 600;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 10px;
    color: #444040
}

.medical-books h6 {
    margin-top: 17px;
    font-weight: 700
}

.call .title {
    font-size: 15px;
    font-weight: 600;
    color: #2385c6
}

.page-title:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .811111);
    opacity: .8;
    position: absolute
}

.call h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #2385c6;
    font-weight: 600;
    text-transform: capitalize;
    cursor: default;
    padding-right: 3px;
    margin-right: 4px
}

.page-title .bread-crumb .first a {
    font-weight: 600;
    color: #fff
}

.books-in .single-post-catagory img {
    width: 100%;
    min-height: 275px;
    max-height: 275px
}

.single-post-catagory .catagory-content-bg {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 60px);
    height: 115px;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.books-in .post-title {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-weight: 600
}

.books-in .single-post-catagory .catagory-content-bg .catagory-content .post-title {
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    height: 32px;
    overflow: hidden
}

.articles-in .single-blog-post.style-1 .blog-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%
}

.articles-in .single-blog-post img {
    width: 100%;
    max-height: 220px;
    min-height: 220px
}

.kc_title {
    background: url(http://adwyaa.com/adwyaa/assets/img/bg-img/bottom.png) bottom no-repeat;
    padding-bottom: 2px;
    margin-bottom: 27px
}

.product-list-left-effect {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.product-list-left-effect img {
    transition-duration: .4s
}

.product-list-left-effect .product-overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    padding: 20px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    top: 5%;
    left: -100%;
    transition-duration: .4s;
    -webkit-transition: left .5s ease-in-out
}

.product-list-left-effect .product-overlay h3 {
    margin: 0 0 12px 0
}

.product-list-left-effect:hover .product-overlay {
    -webkit-transition: left .5s ease-in-out;
    left: 5%
}

.product-list-left-effect:hover img {
    transform: scale(1.1)
}

.product-list-left-effect img {
    transition-duration: .4s;
    width: 100%;
    min-height: 257px;
    max-height: 257px
}

.theme-heading {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 300
}

.careers-effect h6 {
    text-align: center
}

.careers-effect h6 a {
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.careers-effect p {
    color: #fff;
    font-weight: 600
}

.careers-effect p {
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    height: 75px;
    overflow: hidden
}

.careers-effect {
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .adv_nav .img_adv img {
        width: 100%;
        height: 70px;
        margin-top: 10px
    }

    .img_adv .effect-v3 {
        background-color: inherit;
        overflow: hidden;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
        text-align: center
    }

    .adv_nav .img_adv img {
        width: 50%;
        height: 70px;
        margin-top: 10px
    }

    .adv_nav {
        padding: 0
    }

    .top-social-info, header .social {
        display: none
    }

    .header-area .top-header-area {
        height: 45px
    }

    header .lang .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        background: inherit;
        color: #000;
        border: none;
        font-weight: 600;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 11px;
        padding: 0 3px;
        color: #444040
    }

    .lang li a {
        color: #404040;
        display: inline-block;
        padding: 1px 8px;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 11px;
        padding: 0 6px;
        color: #404040
    }

    .header-area .logo-area {
        padding: 0
    }

    .carousel-control {
        display: none
    }

    #Carousel .col-md-3 {
        text-align: center
    }
}

.Sub-Catregories .image {
    background: #fff;
    border: 1px solid #dedddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.Sub-Catregories .caption {
    background: #e6e6e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 0 20px 0;
    margin-bottom: 25px
}

.Sub-Catregories .caption h6 {
    height: 40px;
    overflow: hidden
}

.Sub-Catregories img {
    max-width: 100%;
    height: 265px
}

.Sub-Catregories img {
    max-width: 100%;
    min-height: 265px;
    width: 100%
}

.Sub-Catregories.ad-img img {
    min-height: auto;
    height: auto
}

.pagination {
    display: inline-block
}

.pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd
}

.pagination a.active {
    background-color: #0688bc;
    color: #fff;
    border: 1px solid #0688bc
}

.pagination a:hover:not(.active) {
    background-color: #ddd
}

.bueno-btn:focus, .bueno-btn:hover {
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    color: #0688bc;
    border: 2px solid #0688bc
}

.books-in .pagination {
    display: none
}

.articles-in .pagination {
    display: none
}

.header-area .bueno-main-menu h2 {
    color: #404040;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-right: 19px;
    padding-left: 28px
}

.header-area .bueno-main-menu h2 a {
    line-height: 20px
}

.search {
    width: 100%
}

.search span {
    background: #2a7cb2;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    padding: 8px
}

.search input {
    padding-right: 110px
}

.search span i {
    float: right;
    position: relative;
    top: 3px;
    left: 3px
}

.ads img {
    height: 200px
}

.kilimanjaro_thumb img {
    height: 75px;
    width: 100%
}

.kilimanjaro_blog_area:last-child {
    border: 0
}

.product .show {
    height: 350px;
    background: #fff;
    border: 1px solid #dedddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#show-img {
    height: 350px
}

.small-img {
    width: 350px;
    max-width: 100%;
    height: 70px;
    margin-top: 10px;
    position: relative
}

.small-img .icon-left, .small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0
}

.small-img .icon-left:hover, .small-img .icon-right:hover {
    opacity: .5
}

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.small-container div {
    width: 800%;
    position: relative
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left
}

.small-container .show-small-img:last-of-type {
    margin-right: 0
}

.classynav ul li {
    padding: 7px 0
}

.megamenu .col-lg-3 {
    border-right: 1px solid #ddd;
    text-align: left
}

.megamenu .col-lg-3:last-of-type {
    border-right: 0 solid #ddd
}

.classy-navbar-toggler .navbarToggler span {
    position: relative;
    background-color: #0688bc;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 30px;
    cursor: pointer
}

@media (max-width: 767px) {
    .header-area .bueno-main-menu h2 {
        color: #404040;
        font-size: 14px;
        height: 38px;
        overflow: hidden;
        padding-top: 2px;
        padding-bottom: 12px;
        padding-right: 19px;
        padding-left: 25px;
        border-bottom: 1px solid #ddd
    }
}

.image {
    display: block;
    width: 100%;
    height: auto
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 140, 186, .455)
}

.container:hover .overlay {
    opacity: 1
}

.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.effect-v3:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.img_adv .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: inherit
}

.img_adv .effect-v3 {
    background-color: inherit;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.img_adv .text {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.img_adv .effect-v3:after {
    display: none
}

.classy-nav-container {
    background-color: #dadada
}

.hero-area {
    position: relative;
    z-index: 1;
    padding: 15px 30px
}

.header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 49px
}

.single-blog-post.style-1 .blog-thumbnail img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
    height: auto;
    max-height: 217px
}

.medical-books .single-post-catagory img {
    width: 100%;
    height: 220px
}

a {
    font-weight: 600
}

.typeahead {
    border-radius: 4px;
    padding: 8px 12px;
    background: #fff;
    color: #000
}

.tt-menu {
    width: 300px
}

ul.typeahead {
    margin: 0;
    padding: 10px 0
}

ul.typeahead.dropdown-menu li a {
    padding: 10px !important;
    border-bottom: #ccc 1px solid;
    color: #fff
}

ul.typeahead.dropdown-menu li:last-child a {
    border-bottom: 0 !important
}

.bgcolor {
    max-width: 550px;
    min-width: 290px;
    max-height: 340px;
    background: url(http://adwyaa.com/adwyaa/assets/css/world-contries.jpg) no-repeat center center;
    padding: 100px 10px 130px;
    border-radius: 4px;
    text-align: center;
    margin: 10px
}

.demo-label {
    font-size: 1.5em;
    color: #686868;
    font-weight: 500;
    color: #fff
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #1f3f41;
    outline: 0
}

ul.typeahead.dropdown-menu li a {
    padding: 11px !important;
    border-bottom: #d0cdcd 1px solid;
    color: #0688bc;
    font-weight: 600;
    font-size: 14px
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #dadada;
    outline: 0
}

ul.typeahead.dropdown-menu li a {
    padding: 11px !important;
    border-bottom: #ded9d9 1px solid;
    color: #0688bc;
    font-weight: 600;
    font-size: 14px
}

.bueno-btn {
    background-color: #0688bc;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #fff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize
}

.widget .panel-body {
    padding: 0
}

.widget .list-group {
    margin-bottom: 0
}

.widget .panel-title {
    display: inline
}

.widget .label-info {
    float: right
}

.widget li.list-group-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd
}

.widget li.list-group-item:hover {
    background-color: rgba(86, 61, 124, .1)
}

.widget .mic-info {
    color: #666;
    font-size: 11px
}

.widget .action {
    margin-top: 5px
}

.widget .comment-text {
    font-size: 12px
}

.widget .btn-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 54px;
    width: 100%;
    background-color: #dedede;
    font-size: 12px;
    margin-bottom: 15px;
    border: 1px solid #dadfe5;
    border-bottom: 2px solid #dadfe5;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 500;
    color: #aeaeae;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.v-btn {
    align-items: center;
    border-radius: 2px;
    display: inline-flex;
    height: 36px;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    margin: 6px 8px;
    min-width: 88px;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 16px
}

.v-btn:before {
    border-radius: inherit;
    color: inherit;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .12;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.v-btn:focus, .v-btn:hover {
    position: relative
}

.v-btn:focus:before, .v-btn:hover:before {
    background-color: currentColor
}

.v-btn__content {
    align-items: center;
    border-radius: inherit;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    width: inherit
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
    will-change: box-shadow;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat):active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.avatar {
    width: 50px;
    height: 50px;
    margin-left: -42px;
    border-radius: 50%
}

.v-avatar {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.v-avatar img {
    border-radius: 50%;
    display: inline-flex;
    height: inherit;
    width: inherit;
    object-fit: cover
}

.v-card {
    text-decoration: none
}

.v-card > :first-child:not(.v-btn):not(.v-chip) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.v-card > :last-child:not(.v-btn):not(.v-chip) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.v-sheet {
    display: block;
    border-radius: 2px;
    position: relative
}

.v-dialog__container {
    display: inline-block;
    vertical-align: middle
}

.elevation-2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important
}

button {
    font: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    border-style: none;
    color: inherit
}

[type=button]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner, button:-moz-focusring {
    outline: 0;
    border: 0
}

button, html [type=button] {
    -webkit-appearance: button
}

img {
    border-style: none
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.headline {
    font-weight: 400;
    letter-spacing: normal !important;
    font-size: 24px !important;
    line-height: 32px !important
}

.title {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1 !important;
    letter-spacing: .02em !important
}

.caption {
    font-weight: 400;
    font-size: 12px !important
}

.theme--light.v-btn {
    color: rgba(0, 0, 0, .87)
}

.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: #f5f5f5
}

.theme--light .v-card {
    box-shadow: rgba(0, 0, 0, .11) 0 15px 30px 0, rgba(0, 0, 0, .08) 0 5px 15px 0 !important
}

.theme--light.application .v-card {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    color: #102c3c !important
}

.theme--light.v-card, .theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, .87)
}

a, a:hover {
    text-decoration: none !important
}

.wrapper {
    overflow: auto
}

.answers {
    padding-left: 64px
}

.comment {
    overflow-y: auto;
    margin-left: 32px;
    margin-right: 16px
}

.comment p {
    font-size: 14px;
    margin-bottom: 7px
}

.displayName {
    margin-left: 24px
}

.actions {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end
}

.google-span[data-v-35838f51] {
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.google-button[data-v-35838f51] {
    background-color: #fff;
    height: 40px;
    margin: 0
}

.headline {
    margin-left: 32px
}

.sign-in-wrapper {
    margin-top: 16px;
    margin-left: 32px
}

.error-message {
    font-style: oblique;
    color: #c40030
}

::-moz-selection, ::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

.card {
    padding: 32px 16px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column
}

.application a, [type=button], button {
    cursor: pointer
}

.displayName {
    margin-right: 49px
}

.title {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1 !important;
    letter-spacing: .02em !important
}

.theme--light.v-card, .theme--light.v-sheet {
    background-color: #fff;
    border-color: #d6d3d3;
    color: rgba(0, 0, 0, .87)
}

.theme--light .v-card {
    box-shadow: rgba(0, 0, 0, .11) 0 15px 30px 0, rgba(0, 0, 0, .08) 0 5px 15px 0 !important
}

.card {
    padding: 15px 15px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column
}

.theme--light.v-card, .theme--light.v-sheet {
    background-color: #fff;
    border-color: #dcdada;
    color: rgba(0, 0, 0, .87)
}

.typeahead {
    border-radius: 4px;
    padding: 8px 12px;
    background: #e4e4e4;
    color: #000;
    font-weight: 600;
    font-size: 15px
}

.Sub-Catregories .image {
    background: #fff;
    border: 2px solid #dedddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 54px;
    width: 100%;
    background-color: #dedede;
    font-size: 13px;
    margin-bottom: 15px;
    border: 1px solid #dadfe5;
    border-bottom: 2px solid #dadfe5;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 500;
    color: #000;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.fypage_current {
    background: #ddd;
    padding: 0 10px;
    margin: 0 1px
}

.fypage {
    margin-top: 30px
}

#Carousel .col-md-3 img {
    border: 2px solid #ddd;
    min-height: 290px;
    max-height: 290px;
    width: 100%
}

.fypage_str {
    background: #0688bc;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px
}

.product .show {
    height: 350px;
    background: #fff;
    border: 2px solid #dedddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.effect-v3:after {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: none
}

.caption .text-center {
    text-align: center !important;
    height: 40px;
    overflow: hidden
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: unset;
    opacity: .8
}

.mfp-container {
    display: none
}

.single-instagram .img-zoom {
    cursor: pointer
}

.img_fit {
    object-fit: contain
}

.lang li .dropdown button {
    line-height: unset !important
}

.sec-title {
    margin-left: 20px
}

#button-more {
    padding: 8px 58px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

#image-loader {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 357px;
    bottom: -149px;
    display: none
}

.h3-spec {
    text-align: unset !important;
    color: unset !important;
    animation: unset !important
}

.h3-sub {
    width: unset;
    font-size: unset;
    font-weight: 700
}

.h3-general {
    font-size: 15px;
    padding: 0 5px;
    width: unset;
    font-weight: 700
}

.footer-social {
    display: flex
}

.footer-social li {
    margin: 0 2px
}

.footer-social a {
    color: #fff !important;
    font-size: 15px !important;
    padding: 4px 12px !important;
    background: #0688bc !important;
    border-radius: 2px !important
}

.header-reply {
    text-align: right;
    direction: rtl;
    margin-left: 50px;
    margin-right: 53px
}

.header-reply .displayName {
    margin-right: 49px;
    margin-left: 9px
}

.comment-reply p {
    text-align: right
}

.header-comment-article {
    direction: rtl;
    text-align: right
}

.comment-reply-article p {
    text-align: right
}

.padd-book {
    padding: 16px 0
}

.padd-section-article {
    padding: 0 0 21px 0
}

.comment-reply {
    margin-right: 91px
}

.user_activate {
    color: #fff;
    background-color: #0688bc !important;
    padding: 8px
}

.user_activate a {
    color: #47bb7e
}

.profile-box {
    border-radius: 6px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #ececec
}

.row-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.img-doc {
    width: 50px;
    height: 50px;
    margin-right: 15px
}

.img-doc img {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.mr-dr-name span.name {
    color: #0688bc;
    font-size: 16px
}

.mr-dr-name span {
    display: block
}

.mr-dr-name span em {
    font-style: normal;
    font-size: 13px
}

.ques-cln {
    font-size: 18px;
    line-height: inherit
}

.ques-cln p {
    font-size: 18px
}

.ques-see a {
    background: #0688bc;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    display: inline-block
}

a.btn-new {
    background: #0688bc;
    padding: 9px 10px;
    border-radius: 4px;
    margin-top: 13px;
    display: inline-block;
    color: #fff
}

.consultion-div li {
    margin-bottom: 25px
}

.qus-div h3 {
    color: #1d1d1d;
    font-size: 22px;
    letter-spacing: 0;
    text-align: left;
    font-weight: 700;
    margin-bottom: 7px
}

.qus-div p {
    margin-bottom: 15px !important;
    line-height: inherit
}

.qus-div span {
    display: block;
    border-top: 1px dashed #888;
    padding-top: 15px
}

.qus-div span i {
    margin-right: 5px
}

.answer-div .img-doc img {
    border-radius: 4px
}

.answer-div p {
    margin-bottom: 10px;
    line-height: inherit
}

.flex-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    margin-bottom: 20px;
    padding-bottom: 13px
}

.flex-head h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #484848
}

.ask-doc {
    padding: 20px;
    border: 1px solid #ddd;
    margin-left: auto;
    z-index: 999
}

.form-ul li {
    margin-bottom: 20px;
    position: relative
}

.form-ul li label {
    display: block;
    margin-bottom: 3px;
    font-size: 16px
}

.form-ul li .disabled-data {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    font-size: 16px;
    background: #eaeaea !important;
    color: #000
}

.form-ul li input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 3px;
    font-size: 16px
}

.form-ul li textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 3px;
    font-size: 16px
}

.form-ul li .nice-select {
    float: unset
}

.form-ul li .nice-select.open .list {
    left: 0;
    right: 0
}

.form-ul li .nice-select .option {
    min-height: unset;
    line-height: unset;
    margin: 0
}

.table-details {
    background: #008181;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 30px
}

.table-details h2, .table-details h3 {
    text-align: center;
    font-size: 23px;
    color: #fff;
    opacity: 1;
    margin-bottom: 10px
}

.table-details .dwaa-card {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.table-details .dwaa-card span {
    background: #fff;
    width: 110px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    margin-right: 5px
}

.table-details .dwaa-card p {
    margin: 0;
    background: #fff;
    width: calc(100% - 115px);
    padding: 5px;
    font-size: 15px;
    line-height: inherit;
    text-align: center
}

.details2 .dwaa-card span {
    width: 185px;
    font-size: 17px
}

.details2 .dwaa-card p {
    width: calc(100% - 190px);
    font-size: 17px
}

.table-details .dwaa-card table {
    margin-bottom: 0
}

.table-details .dwaa-card table td {
    background: #fff;
    border: 3px solid #008181;
    padding: 8px
}

.table-details .dwaa-card table td:first-child {
    font-weight: 700
}

.details2.table-details .dwaa-card table {
    text-align: center
}

.details2.table-details .dwaa-card table th {
    background: #fff;
    border: 3px solid #008181;
    padding: 8px
}

.details2.table-details .dwaa-card table td:first-child {
    font-weight: 400
}

.alternative-medc {
    margin: 30px 0
}

.alternative-medc h2 {
    display: block;
    font-size: 24px;
    font-weight: 600
}

.alternative-medc ul {
    padding-left: 20px
}

.alternative-medc ul li {
    margin-bottom: 5px;
    list-style: disc
}

.alternative-medc ul li a {
    color: #0688bc;
    font-size: 14px
}

.dir-div {
    text-align: left;
    direction: ltr
}

.header-area .top-header-area {
    z-index: 999
}

.profile-page {
    width: 500px;
    max-width: 100%;
    margin: 0 auto
}

.profile-page .edit-profile {
    background: #0688bc;
    color: #fff;
    padding: 7px 15px;
    font-size: 17px;
    min-width: 125px;
    margin-bottom: 20px;
    border-radius: 3px
}

.profile-page .form-ul li label i {
    margin: 0 5px;
    font-size: 23px
}

.profile-page .save-btn {
    background: #4caf50;
    color: #fff;
    padding: 7px 15px;
    font-size: 17px;
    min-width: 125px;
    display: block;
    border-radius: 3px;
    margin: 30px auto;
    margin-bottom: 0;
    width: 100%
}

.profile-page .prfile-div {
    padding: 20px;
    border: 1px solid #ddd
}

.profile-page .form-ul li input:focus {
    border: 1px solid #ccc !important
}

.d-none-btn {
    display: none !important
}

.noty-drop {
    width: fit-content
}

.blog-thumbnail-most {
    max-width: 100% !important;
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
}

.blog-content-most {
    max-width: 100% !important;
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    height: auto !important;
    padding: 10px !important;
    margin-bottom: unset !important
}

button:not(#dropdownMenuButton) {
    background-color: #2a7cb2 !important
}

@media (max-width: 767px) {
    .page-title {
        padding: 15px 0 !important
    }

    .page-title .bread-crumb li {
        font-size: 14px
    }

    .article-details-mobile {
        display: none
    }

    .single-blog-post.style-1 .blog-content {
        height: auto !important
    }
}

.alternative-medc h2 {
    font-size: 22px;
    color: #2b6948
}

.alternative-medc ul li a {
    font-size: 18px;
    color: #045f84
}

.select-nice-div {
    z-index: 999 !important
}

@media (max-width: 776px) {
    .search {
        margin-bottom: 11px
    }
}

.link-product-details, .padd-section-article a {
    color: #000
}

.author-container {
    display: flex;
    align-items: center;
    position: relative
}

.author-container .author-img {
    margin-right: 10px
}

.author-container .author-img img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: cover
}

.chosen-blogs ul {
    padding-left: 40px
}

.chosen-blogs li {
    margin-bottom: 10px;
    list-style-type: disc
}

.chosen-blogs li a {
    color: #777;
    font-weight: 500;
    font-size: 18px
}

.chosen-blogs li a:hover {
    color: #0688bc
}

.chosen-blogs.mobile {
    display: none
}

@media (max-width: 767px) {
    .chosen-blogs.desktop {
        display: none
    }

    .chosen-blogs.mobile {
        display: block
    }

    .author-container .author-img img {
        width: 65px;
        height: 65px
    }
}

.authors-section .author-card {
    margin-bottom: 20px
}

.authors-section .author-card .card-img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover
}

.authors-section .author-card .card-content h5 {
    color: #272727;
    font-weight: 700;
    text-align: left;
    margin: 20px 0 10px
}

.author-details .author-details-img img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: contain
}

.border-top-dashed {
    border-top: 1px dashed #888
}

.social-share a.dropdown-toggle {
    white-space: nowrap
}

.social-share .dropdown-toggle::after {
    display: none
}

.social-share .dropdown-menu {
    background: #f1f1f1;
    right: 0 !important;
    left: auto !important
}

ul.decimal-style {
    padding-left: 20px
}

ul.decimal-style li {
    list-style-type: decimal
}

.blog-details-content p, .blog-details-content span {
    font-size: 18px;
    font-family: cairo, sans-serif;
    color: #000
}

.blog-details-content h2 {
    font-size: 22px;
    font-family: cairo, sans-serif;
    color: #2a7cb2;
    font-weight: bolder
}

.blog-details-content h3 {
    font-size: 20px;
    font-family: cairo, sans-serif;
    color: #c0392b;
    font-weight: bolder
}

.blog-details-content h4 {
    font-size: 20px;
    font-family: cairo, sans-serif;
    color: #0b5d4c;
    font-weight: bolder
}

.social-share .show, .social-share.show {
    height: auto;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15)
}

.sug-answers li {
    padding: 5px 0;
    list-style-type: circle
}

.error-page {
    height: 100%;
    background-color: #007aff;
    color: #fff;
    font-size: 100%;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center
}

.error-page .button {
    font-weight: 300;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #efefef;
    padding: .5em;
    border-radius: 3px;
    margin: 2em auto 0;
    position: relative;
    transition: all .3s linear
}

.error-page .button:hover {
    background-color: #007aff;
    color: #fff
}

.error-page p {
    font-size: 2em;
    text-align: center;
    font-weight: 100;
    color: #fff
}

.error-page h1 {
    text-align: center;
    font-size: 15em;
    font-weight: 100;
    color: #fff;
    text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px, #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px, #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px, #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px, #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px, #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px, #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px, #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px, #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px, #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px, #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px, #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px, #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px, #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px, #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px, #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px, #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px, #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px, #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px, #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px, #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px, #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px, #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px, #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px, #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px, #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px, #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px, #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px, #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px, #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px, #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px, #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px, #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px, #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px, #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px, #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px, #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px, #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px, #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px, #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px, #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px, #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px, #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px, #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px, #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px, #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px, #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px, #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px, #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px, #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px, #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px, #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px, #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px, #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px, #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px, #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px, #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px, #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px, #0079fe 199px 199px, #007aff 200px 200px
}

.text-center {
    text-align: center !important
}

.sug-answers li a {
    font-size: 18px
}

.article-text, .article-text p,.article-text span {
    font-size: 18px;
    font-family: cairo, sans-serif;
    color: #000
}

.article-text h2,.article-text h2 span {
    font-size: 22px;
    font-family: cairo, sans-serif;
    color: #2a7cb2;
    font-weight: bolder
}


.article-text h3,.article-text h3 span {
    font-size: 20px;
    font-family: cairo, sans-serif;
    color: #c0392b;
    font-weight: bolder;
    text-align: left;
}

.article-text h4,.article-text h4 span {
    font-size: 20px;
    font-family: cairo, sans-serif;
    color: #0b5d4c;
    font-weight: bolder
}

.article-text ul li {
    list-style-type: disc !important; ;
}

.article-text ol li{
    list-style-type: decimal !important; ;
}

.list-unset ol, .list-unset ul {
    list-style: unset
}

.list-unset ul li {
    list-style-type: disc !important; ;
}

.list-unset ol li{
    list-style-type: decimal !important; ;
}

.article-admin {
    color: #0688bc
}

.sticky-wrapper {
    position: relative;
    z-index: 9999
}

/*
     FILE ARCHIVED ON 08:44:27 Jun 04, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:25:21 Sep 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.849
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.025
  esindex: 0.013
  cdx.remote: 26.947
  LoadShardBlock: 142.425 (3)
  PetaboxLoader3.datanode: 102.464 (4)
  load_resource: 359.422
  PetaboxLoader3.resolve: 165.454
*/