@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html,
body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #111;
    overflow-x: hidden;
    font-weight: 500;
}

a {
    transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
    color: #111;
}

a:hover {
    text-decoration: none;
    color: #ac1444;
}

p {
    font-size: 16px;
    color: #111;
    line-height: 28px;
    margin-bottom: 10px;
}

h1,
h3,
h2 {}

.bg-removed {
    background-color: transparent !important;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.col-25 {
    width: 20%;
}

.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-50 {
    padding-bottom: 50px;
}

img {
    max-width: 100%;
}

.mr-30 {
    margin-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.px-18 {
    font-size: 18px;
}

.header-top-wrapper .head-top-list li a:hover {
    color: #ffff;
}

:focus {
    outline: 0;
}

button:focus {
    outline: 0;
    box-shadow: 0;
    border: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol {
    margin-bottom: 0;
    list-style-type: none;
}

button:focus {
    box-shadow: 0;
    border: 0;
    outline: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
    padding: 0;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.mean-container a.meanmenu-reveal span {
    height: 2px;
    margin-top: -4px;
    position: relative;
    top: 7px;
    margin-bottom: 10px;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 9;
}

#toTop i {
    background: #ffbb6f;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 22px;
    border-radius: 85px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    line-height: 2;
    transition: .2s;
    -webkit-transition: .2s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#toTop i:hover {
    background-color: #141824;
    color: #fff;
}

.color-1 {
    background-color: #3b5998;
}

.color-2 {
    background-color: #1da1f2;
}

.color-3 {
    background-color: #393d72;
}

.color-4 {
    background-color: #e1306c;
}

.searchbox-area {
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%;
}

.search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 6, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 999999;
}

.search .form-control {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    color: #37004b;
    background: #ffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -40px;
    padding: 10px 0;
    outline: none;
    border: 2px solid #ffffff;
    height: 50px;
    border-radius: 5px;
}

.search input {
    caret-color: black;
}

.search .btn {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin-top: 61px;
    margin-left: -45px;
    border: black;
    background: #393d72;
    color: #ffff;
    padding: 10px 30px;
    margin: auto;
}

.search .btn:focus {
    box-shadow: none;
}

.search .btn:hover {
    background-color: #fe6367;
}

.search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #393d72;
    border-color: #393d72;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.search .close:hover {
    background-color: #fe6367;
    color: #ffff !important;
    opacity: 1 !important;
    ;
}

.search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.custom-btn {
    color: #ffff;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 50px;
    min-width: 200px;
    background-color: #b61547;
    border-radius: 30px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    padding: 0 32px;
}

.custom-btn img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

.custom-btn:hover {
    color: #ffff;
    opacity: .7 !important;
}

.page-heading {
    font-size: 30px;
    font-weight: 600;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2,
.section-title h3 {
    color: #ac1444;
    font-size: 30px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.section-title h2:before,
.section-title h3:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ffa35f;
    border-radius: 10px;
}

.section-title h1 {
    color: #ac1444;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: .2px;
    line-height: 1.4;
}

.section-title h1:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ff9740;
    border-radius: 10px;
}

.section-title.text-center h2:before {
    left: 50%;
    margin-left: -50px;
}

.section-title h3 {
    font-size: 24px;
}

.sidebar-area .section-title h3,
.sidebar-area .section-title h2,
.sidebar-area .section-title h4 {
    font-size: 24px;
}

.single-sidebar {
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 15px;
}

.section-title-medium {
    margin-bottom: 40px;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.loader {
    position: fixed;
    z-index: 999999999;
    background-color: #ac1443;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.spnr {
    width: 5em;
    height: 5em;
    position: relative;
    margin: auto;
}

.spnr:before,
.spnr:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    animation: spnr-bounce 2s infinite ease-in-out;
}

.spnr:before {
    background-color: #ffffff;
}

.spnr:after {
    animation-delay: -1s;
    background-color: #ffffff;
}

@keyframes spnr-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.header-top-wrapper {
    background: #981134;
}

.header-top-wrapper .head-top-list li {
    display: inline-block;
    padding: 12px 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

.header-top-wrapper .head-top-list li:first-child {
    padding-left: 0;
}

.header-top-wrapper .head-top-list li {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.header-top-wrapper .head-top-list li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.header-top-wrapper .head-top-list li a:hover {
    color: #ffaf60;
}

.header-top-wrapper .head-top-list li:hover {
    color: #ffaf60;
}

.header-top-wrapper .head-top-list li a>i {
    margin-right: 5px;
    color: #fff;
}

.header-top-wrapper .head-top-list li i {
    margin-right: 5px;
    color: #ffaf60;
    font-size: 14px;
}

.header-top-wrapper .social-link {
    text-align: right;
    padding-right: 2px;
    display: flex;
    align-content: space-around;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.header-top-wrapper .social-link li {
    display: inline-block;
}

.header-top-wrapper .social-link li.social>a {
    background: #eca157;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-wrapper .social-link li.hotline a {
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.header-top-wrapper .social-link ul li {
    display: inline-block;
}

.header-top-wrapper .social-link ul li a {
    color: #cacaca;
}

.header-top-wrapper .social-link ul li a.log-btn {
    padding: 8px 12px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    color: #393d72;
    background: #ffff;
}

.header-top-wrapper .social-link ul li a.log-btn:hover {
    color: #ffffff;
    background-color: #ffaf60;
}

.header-top-wrapper .social-link ul li a>i {
    color: #ffffff;
    margin-right: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}

.header-top-wrapper .social-link ul li a>i:hover {
    color: #ffaf60;
}

.header-top-wrapper .social-link ul li a>i::before {
    font-size: 14px;
}

.modal.zoom .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-open .modal {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.modal-dialog {
    max-width: unset;
    margin: auto;
}

.modal-content {
    padding: 40px;
    width: 800px;
}

.modal-form-left img {
    width: 100%;
    height: 100%;
}

.modal-header {
    display: unset;
    border: none;
    padding: unset;
}

.modal-header h4 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.modal-header button.close {
    position: absolute;
    top: -15px;
    right: 12px;
    font-size: 40px;
    padding: 0;
}

.modal-header h4 {
    color: #393d72;
}

.modal-header label {
    font-size: 20px;
    font-weight: 700;
    color: #393d72;
}

.modal-header .password-label {
    margin-top: 20px;
}

.form-control:focus {
    border-color: 1px solid red;
    outline: 0;
    box-shadow: none;
    border-color: 0;
}

.modal-header .password {
    margin-bottom: 20px;
}

.modal-header .forgot-password a {
    color: #32004b;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.modal-header .forgot-password a::before {
    content: "";
    position: absolute;
    background-color: #7a7a7a;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
}

.modal-header .forgot-password a:hover::before {
    width: 0;
}

.modal-header .forgot-password .f-pass {
    margin-right: 72px;
}

.modal-header .login-btn {
    margin-top: 20px;
    background: #393d72;
    color: #ffff;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.modal-header .login-btn {
    box-shadow: unset;
}

.modal-header .login-btn:hover {
    background: #ff6b79;
}

.modal-header .login-btn:focus {
    border: 1px solid transparent;
}

.modal-header .social-link {
    margin-top: 20px;
}

.modal-header .social-link ul {
    text-align: center;
}

.modal-header .social-link ul li {
    display: inline-block;
    margin-right: 10px;
}

.modal-header .social-link ul li a {
    width: 40px;
    height: 40px;
    color: #ffff;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
}

.modal-header .social-link ul li i::before {
    font-size: 18px;
}

.menu-shrink {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffff;
    box-shadow: -9px -10px 23px #9a9a9a;
}

.menu-shrink nav .navbar-nav .nav-item a {
    color: #3f3f3f;
}

.menu-shrink nav .navbar-nav .nav-item a.active {
    color: #ae183f;
}

.menu-shrink .custom-button input {
    background-color: #f5f5f5;
}

.navbar-light .logo a.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-light .logo a.navbar-brand img {
    width: 100%;
    padding: 0;
}

.navbar {
    padding: 0;
}

.navbar {
    position: relative;
}

.navbar-nav .custom-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav .custom-button {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.navbar-nav .custom-button input {
    height: 44px;
    width: 400px;
    border-radius: 30px;
    padding-left: 18px;
    border: none;
}

.navbar-nav .custom-button .icon-search {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 14px;
    fill: #AE183F;
}

.navbar-light .logo a.navbar-brand img {
    height: 80px;
    width: 80px;
}

.content-post {
    text-align: justify;
    font-weight: 500;
}

.content-post img {
    border-radius: 15px;
    margin: 10px 0;
}

.my-breadcrumb {
    padding: 20px 0;
}

.my-breadcrumb li {
    display: inline-block;
    color: #9098a1;
    font-size: 15px;
    font-weight: 500;
}

.gx-4-5 {
    --bs-gutter-x: 2rem;
}

.my-breadcrumb li:hover a {
    color: #d72828;
}

.my-breadcrumb li a {
    color: #333;
    font-size: 15px;
}

.my-breadcrumb li:not(:last-child):after {
    content: "/\00a0";
    margin: 0 5px 0 8px;
    vertical-align: middle;
    color: #d5d5d5;
}

.child-care-section {
    position: relative;
}

.child-care-slider {
    background: #fff0f5;
}

.slider-img {
    position: relative;
    z-index: 1;
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1000ms infinite alternate;
}

.slider-img .img-shape img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-25deg);
    opacity: .3;
    -webkit-animation: mover 800ms infinite alternate;
    animation: mover 800ms infinite alternate;
}

.slider-shape .img-shape2 img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: auto;
    z-index: -1;
    transform: rotate(-25deg);
    opacity: .3;
    -webkit-animation: mover 800ms infinite alternate;
    animation: mover 800ms infinite alternate;
}

.single-slider .slider-text h3 {
    color: #d94d71;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 65px;
}

.single-slider .slider-text p {
    color: #8f6e77;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
}

.slider-all-shape .shape1 img {
    position: absolute;
    top: 10%;
    width: 3%;
    left: 10%;
    z-index: 1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.slider-all-shape .shape2 img {
    position: absolute;
    top: 18%;
    width: 3%;
    left: 42%;
    z-index: 1;
    animation-iteration-count: infinite;
}

.slider-all-shape .shape3 img {
    position: absolute;
    top: 80%;
    width: 3%;
    left: 7%;
    z-index: 1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.slider-all-shape .shape4 img {
    position: absolute;
    top: 12%;
    width: 3%;
    right: 5%;
    z-index: 1;
    animation-iteration-count: infinite;
}

.child-care-slider.owl-theme .owl-dots {
    display: none;
}

.child-care-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    font-size: 60px;
}

.child-care-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font-size: 60px;
}

.child-care-slider.owl-carousel .owl-nav button.owl-next span {
    background: #5b5b5a;
}

.child-care-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}

.child-care-slider.owl-carousel .owl-nav button.owl-prev span {
    background: #a6c5d4;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #ffff;
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    box-shadow: 1px 2px 7px -1px #868686;
    transition: .5s;
    -webkit-transition: .5s;
}

.child-care-slider.owl-carousel .owl-nav button.owl-next span {
    background: #a6c5d4;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #ffff;
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    box-shadow: 1px 2px 7px -1px #868686;
    transition: .5s;
    -webkit-transition: .5s;
}

.child-care-slider.owl-carousel .owl-nav button.owl-next span:hover {
    background: #ff6b79;
}

.child-care-slider.owl-carousel .owl-nav button.owl-prev span:hover {
    background: #ff6b79;
}

.child-care-slider-wrap .img-video-shape {
    position: relative;
}

.slider-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.slider-video-icon a {
    background: #393d72;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    color: #ffff;
    border-radius: 50%;
}

.slider-video-icon i {
    display: inline-block;
    margin-left: 5px;
}

.slider-video-icon a:hover {
    background: white;
    color: #393d72;
}

.play-video-icon {
    text-align: center;
}

.play-video-icon a {
    background-color: #393d72;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 8px;
    text-align: center;
    width: 80px;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
}

.play-video-icon a i {
    border-radius: 50%;
    height: 70px;
    left: 0;
    line-height: 66px;
    margin: auto;
    padding: 0 0 0 3px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 70px;
    z-index: 1;
    color: #ffffff;
}

.play-video-icon a i::before {
    margin-left: 3px;
    font-size: 30px;
}

.sonar-wrapper {
    position: relative;
    z-index: 1;
}

.sonar-wrapper .sonar-emitter {
    position: relative;
    margin: 5px auto;
    width: 70px;
    height: 70px;
    border-radius: 9999px;
}

.sonar-wrapper .sonar-emitter .sonar-wave {
    position: absolute;
    top: 0;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #393d72;
    opacity: 0;
    z-index: -9;
    pointer-events: none;
}

.sonar-wrapper .sonar-emitter .sonar-wave {
    -webkit-animation: sonarWave 2s linear infinite;
    animation: sonarWave 2s linear infinite;
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 0.5;
    }

    to {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

.experience-video {
    background-color: red;
}

.features-section .single-feature {
    background: #ffff;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    margin-bottom: 30px;
    box-shadow: 0 3px 14px #ebebeb;
    height: 300px;
}

section.features-section {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.features-section .single-feature p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    padding: 0 10px;
}

.features-section .single-feature::before {
    content: "";
    position: absolute;
    border-left: 2px solid #ff6b79;
    border-top: 2px solid #ff6b79;
    width: 55px;
    height: 30px;
    left: 0;
    top: 0;
    transition: .5s;
    -webkit-transition: .5s;
}

.features-section .single-feature::after {
    content: "";
    position: absolute;
    border-right: 2px solid #ff6b79;
    border-bottom: 2px solid #ff6b79;
    width: 55px;
    height: 30px;
    right: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
}

.features-section .single-feature:hover::before {
    width: 100%;
    height: 100%;
    border-left: 2px solid #ff6b79;
    border-top: 2px solid #ff6b79;
}

.features-section .single-feature:hover::after {
    width: 100%;
    height: 100%;
    border-right: 2px solid #ff6b79;
    border-bottom: 2px solid #ff6b79;
}

.features-section .single-feature h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ac1444;
    margin-bottom: 10px;
    margin-top: 10px;
}

.features-section .single-feature .image1 {
    position: relative;
}

.features-section .single-feature img {
    width: 150px;
    margin-top: 5px;
}

.features-section .single-feature .image2 {
    position: relative;
}

.features-section .single-feature .image3 {
    position: relative;
}

.features-section .single-feature .image4 {
    position: relative;
}

.features-section .single-feature .image2::before {
    content: "\f10f";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    font-family: Flaticon;
    font-size: 30px;
    color: #ffff;
}

.features-section .single-feature .image3::before {
    content: "\f110";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    font-family: Flaticon;
    font-size: 30px;
    color: #ffff;
}

.features-section .single-feature .image4::before {
    content: "\f10d";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    font-family: Flaticon;
    font-size: 30px;
    color: #ffff;
}

.about-section {
    position: relative;
}

.about-section .col-lg-6 {
    position: relative;
}

.about-section .custom-button {
    margin-top: 50px;
}

.about-section .single-about .section-title {
    margin-bottom: 20px;
}

.about-section .single-about .section-title h6 {
    font-size: 20px;
    font-weight: 400;
    color: #dd006d;
}

.about-section .single-about .section-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
}

.about-section .single-about .section-title img {
    margin-bottom: 30px;
}

.about-section .single-about .section-title p {
    font-weight: 400;
    color: #808080;
    margin-bottom: 0;
}

.about-section .single-about .about-list {
    margin-top: 25px;
}

.about-section .single-about .about-list ul li p {
    margin-bottom: 15px;
    font-weight: 400;
    color: #808080;
    padding-left: 28px;
}

.about-section .single-about .about-list ul li:last-child p {
    margin-bottom: 0;
}

.about-section .single-about .about-list ul li {
    color: #393d72;
    font-size: 18px;
    font-weight: 700;
}

.about-section .single-about .about-list ul li i {
    margin-right: 10px;
    color: #393d72;
    transition: .5s;
    -webkit-transition: .5s;
}

.about-section .single-about .about-list ul li:hover i {
    color: #fe6367;
}

.about-section .single-about .about-list ul li i::before {
    font-size: 16px;
}

.about-section-bg {
    position: relative;
}

.single-about-bg {
    text-align: center;
}

.single-about-bg .image {
    position: relative;
}

.single-about-bg .image img {
    text-align: center;
    opacity: 1;
    position: relative;
}

.single-about-bg .image .benefits-cart {
    position: absolute;
    top: 450px;
    bottom: 0;
    right: 340px;
    left: 0;
    margin: auto;
    background: #fedd9d;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1000ms infinite alternate;
}

.single-about-bg2::before {
    content: "";
    position: absolute;
    background-image: url(../img/about/bg-shapes-2.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: 36%;
}

.single-about-bg .about-img-cartwrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-about-bg .image .benefits-cart h4 {
    color: #ffff;
    font-size: 18px;
    margin-bottom: 0;
}

.single-about-bg .image .benefits-cart p {
    color: #a3813b;
    font-size: 18px;
    margin-bottom: 0;
}

.single-about-bg2 .image-shape2 {
    position: absolute;
    right: -2%;
    bottom: 14%;
    width: 28%;
}

.single-about-bg2 .image-shape2 img {
    width: 40%;
}

.single-about-bg2 .image {
    position: absolute;
    right: 12%;
    bottom: 20%;
    margin: auto;
    display: table;
}

.single-about-bg2 .image img {
    border-radius: 10px;
    width: 80%;
}

.about-section .shape1 {
    position: absolute;
    top: 18%;
    left: 52%;
    width: 3%;
}

.about-section .shape1 img {
    animation: rotation 5s infinite linear;
}

.about-section .shape2 {
    position: absolute;
    top: 35%;
    left: 2%;
    width: 5%;
}

.about-section .shape2 img {
    animation: rotation 8s infinite linear;
}

.about-section .shape3 {
    position: absolute;
    top: 75%;
    left: 3%;
    width: 5%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.about-section .shape4 {
    position: absolute;
    top: 5%;
    left: 90%;
    width: 5%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.work-section {
    position: relative;
}

.work-section .custom-button {
    margin-top: 30px;
}

.work-section .single-work {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.work-section .single-work .image {
    position: relative;
}

.work-section .single-work .image img {
    width: 130px;
}

.work-section .single-work .text {
    margin-top: 10px;
    width: 100%;
}

.work-section .single-work h3 {
    font-size: 20px;
    font-weight: 600;
    color: #be7406;
    margin-bottom: 10px;
    background: #ffe2a8;
    border-radius: 20px;
    padding: 8px;
    width: 100%;
}

.work-section .single-work p {
    color: #7e7e7e;
    max-width: 250px;
    margin: auto;
    line-height: 1.3;
}

.work-section .shape1 {
    position: absolute;
    top: 16%;
    left: 6%;
    width: 5%;
}

.work-section .shape1 img {
    animation: rotation 3s infinite linear;
}

.work-section .shape2 {
    position: absolute;
    top: 40%;
    right: 2%;
    width: 2%;
    animation: rotation 5s infinite linear;
}

.work-section .shape3 {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 2%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.work-section .shape4 {
    position: absolute;
    bottom: 12%;
    right: 5%;
    width: 5%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.work-section .shape5 {
    display: none;
}

.work-section .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    opacity: .1;
    z-index: -1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.choose-section {
    border-top: 1px solid #eeeeee;
}

.choose-section .single-choose {
    text-align: center;
    background-color: #ffffff;
    padding: 25px;
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    box-shadow: 0px 3px 14px #ebebeb;
}

.choose-section .single-choose::before {
    content: "";
    position: absolute;
    border-top: 0px solid #a85860;
    border-left: 0px solid #a85860;
    width: 0px;
    height: 0px;
    left: 0;
    top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: -1;
}

.choose-section .single-choose::after {
    content: "";
    position: absolute;
    border-bottom: 0px solid #a85860;
    border-right: 0px solid #a85860;
    width: 0px;
    height: 0px;
    right: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: -1
}

.choose-section .choose2::after {
    content: "";
    position: absolute;
    border-bottom: 0px solid #a85860;
    border-right: 0px solid #a85860;
    width: 0px;
    height: 0px;
    right: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: -1
}

.choose-section .single-choose:hover::before {
    width: 100%;
    height: 100%;
    border-top: 1px solid #a85860;
    border-left: 1px solid #a85860;
}

.choose-section .single-choose:hover::after {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #a85860;
    border-right: 1px solid #a85860;
}

.choose-section .single-choose .image {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.choose-section .single-choose .image.ico-1::before {
    content: "";
    position: absolute;
    background-image: url(../img/choose/ico-1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.choose-section .single-choose .image.ico-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/choose/ico-2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.choose-section .single-choose .image.ico-3::before {
    content: "";
    position: absolute;
    background-image: url(../img/choose/ico-3.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.choose-section .single-choose .image.ico-4::before {
    content: "";
    position: absolute;
    background-image: url(../img/choose/ico-4.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.choose-section .single-choose .image::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(#2d2d2d, #171713);
    width: 100%;
    height: 100%;
    left: 60px;
    top: 35px;
    clip-path: polygon(13% 18%, 75% 33%, 86% 71%, 21% 55%);
    transform: rotate(20deg);
    transition: .5s;
    -webkit-transition: .5s;
    opacity: .4;
}

.choose-section .single-choose:hover .image::after {
    left: 0px;
    top: 0px;
}

.choose-section .single-choose h3 {
    font-size: 20px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}

.choose-section .single-choose:hover h3 {
    color: #fe6367;
}

.choose-section .single-choose p {
    font-weight: 500;
    color: #888888;
    margin-bottom: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}

.choose-section .single-choose .rd-mre-btn {
    font-size: 15px;
    font-weight: 700;
    color: #393d72;
    transition: .5s;
    -webkit-transition: .5s;
}

.choose-section .single-choose .rd-mre-btn:hover {
    color: #393d72;
}

.choose-section .single-choose:hover .rd-mre-btn {
    color: #fe6367;
}

.choose-section .single-choose .rd-mre-btn i {
    padding-left: 2px;
    transition: .3s;
    -webkit-transition: .3s;
}

.choose-section .single-choose .rd-mre-btn:hover i {
    padding-left: 8px;
}

.event-section {
    background-image: linear-gradient(#393d72, #393d72);
    clip-path: polygon(0 100%, 0 10%, 100% 0%, 100% 90%);
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.event-section .section-title h6 {
    color: #ffff;
}

.event-section .section-title h2 {
    color: #ffff;
}

.event-section .section-title img {
    color: #ffff;
}

.event-section .single-event {
    background: #f7f5f5;
    width: 420px;
    margin: 0 15px;
    display: inline-block;
    padding: 35px;
    text-align: left;
    border-radius: 50px 5px 50px 5px;
    position: relative;
    padding: 20px 30px;
    border-radius: 45px 5px 45px 5px;
    box-shadow: 5px 5px 10px -4px #3f3f3f;
    margin-bottom: 30px;
}

.event-section .single-event .time i {
    color: #7d7b7c;
    margin-right: 2px;
}

.event-section .single-event .time i::before {
    font-size: 15px;
    font-weight: 600;
}

.event-section .single-event .time span {
    font-size: 15px;
    font-weight: 700;
    color: #7d7b7c;
}

.event-section .single-event h4 {
    font-size: 18px;
    font-weight: 700;
    color: #393d72;
    margin-top: 5px;
    margin-bottom: 0;
}

.event-section .single-event .calender {
    position: absolute;
    right: 20px;
    top: 10px;
    bottom: 0;
    margin: auto;
    display: table;
}

.event-section .single-event .calender i::before {
    font-size: 40px;
    color: #ababab;
}

.event-section .event-shape .shape1 {
    position: absolute;
    top: 25%;
    left: 3%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.event-section .event-shape .shape2 {
    position: absolute;
    top: 15%;
    left: 26%;
    width: 3%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.event-section .event-shape .shape3 {
    position: absolute;
    top: 80%;
    left: 4%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.event-section .event-shape .shape4 {
    position: absolute;
    top: 12%;
    left: 78%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.event-section .event-shape .shape5 {
    position: absolute;
    top: 38%;
    left: 94%;
    width: 3%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.event-section .event-shape .shape6 {
    position: absolute;
    top: 75%;
    left: 92%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.unique-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-section .single-service {
    padding-bottom: 30px;
    margin: auto;
    display: table;
}

.services-section .single-service2 {
    padding-bottom: 50px;
}

.services-section .services-all {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.services-section .single-service .image {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

.services-section .single-service .image .img-bg1 {
    background: #ffd15c;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -22px;
    left: -28%;
    z-index: -1;
    transform: rotate(45deg);
    transition: .5s;
    -webkit-transition: .5s;
}

.services-section .single-service .image .img-bg2 {
    background: #f3e2b7;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -16%;
    left: -28%;
    z-index: -1;
    transform: rotate(45deg);
    transition: .5s;
    -webkit-transition: .5s;
}

.services-section .single-service .image .img-bg3 {
    background: #e84661;
}

.services-section .single-service .image .img-bg4 {
    background: #e8aeb7;
}

.services-section .single-service .image .img-bg5 {
    background: #a393e5;
}

.services-section .single-service .image .img-bg6 {
    background: #cbc6e1;
}

.services-section .single-service .image .img-bg7 {
    background: #ed5d4f;
}

.services-section .single-service .image .img-bg8 {
    background: #f3a49c;
}

.services-section .single-service .image .img-bg9 {
    background: #93b8df;
}

.services-section .single-service .image .img-bg10 {
    background: #4391e4;
}

.services-section .single-service .image .img-bg11 {
    background: #7feede;
}

.services-section .single-service .image .img-bg12 {
    background: #00bba0;
}

.services-section .single-service .image .img-bg13 {
    background: #c709a4;
}

.services-section .single-service .image .img-bg14 {
    background: #f9b3ec;
}

.services-section .single-service .image .img-bg15 {
    background: #8c7792;
}

.services-section .single-service .image .img-bg16 {
    background: #70427c;
}

.services-section .single-service .image .img-bg17 {
    background: #e22651;
}

.services-section .single-service .image .img-bg18 {
    background: #fa7694;
}

.services-section .single-service:hover .image .img-bg1,
.services-section .single-service:hover .image .img-bg2 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.services-section .single-service .text {
    margin-left: 100px;
}

.services-section .single-service .text h3 {
    color: #ffd15c;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    transition: .5s;
    -webkit-transition: .5s;
}

.services-section .single-service:hover .text h3 {
    color: #e84661;
}

.services-section .single-service .text h3.shower {
    color: #e84661;
}

.services-section .single-service:hover .text h3.shower {
    color: #a393e5;
}

.services-section .single-service .text h3.time-nan {
    color: #a393e5;
}

.services-section .single-service:hover .text h3.time-nan {
    color: #ffd15c;
}

.services-section .single-service .text p {
    font-weight: 400;
    color: #9e9d9d;
    max-width: 240px;
    margin-bottom: 0;
}

.testimonial-section {
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
    position: relative;
}

.testi-slider.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    background: #707398;
}

.testi-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #fe6367;
}

.single-testimonial .test-text-img {
    position: relative;
    display: inline-block;
    margin: auto;
    display: table;
}

.single-testimonial .test-text-img p {
    position: absolute;
    top: 35px;
    left: 20px;
    right: 0;
    bottom: 0;
    font-weight: 400;
    font-style: italic;
    max-width: 225px;
    margin: auto;
    color: #ffff;
    line-height: 28px;
}

.single-testimonial .test-text-img p i {
    margin-right: 10px;
    margin-left: 2px;
}

.single-testimonial .test-profile {
    text-align: center;
}

.single-testimonial .test-profile img {
    margin-top: 30px;
}

.single-testimonial .test-profile p {
    color: #393d72;
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
}

.testimonial-section .owl-carousel .owl-item img {
    width: unset;
    display: unset;
}

.testimonial-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px;
}

.testimonial-section .test-baby-image {
    padding-top: 80px;
    overflow: hidden;
}

.testimonial-section .test-baby-image ul li {
    float: left;
    width: 16.666667%;
    text-align: center;
}

.testimonial-section .test-baby-image ul li:last-child img {
    margin-right: 0;
}

.testi-all-shape .shape1 {
    position: absolute;
    top: 4%;
    left: 10%;
    width: 1%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.testi-all-shape .shape2 {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 1%;
    -webkit-animation: mover .9s infinite alternate;
    animation: mover .9s infinite alternate;
}

.testi-all-shape .shape3 {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 1%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.testi-all-shape .shape4 {
    position: absolute;
    top: 66%;
    left: 15%;
    width: 2%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.testi-all-shape .shape5 {
    position: absolute;
    top: 55%;
    left: 2%;
    width: 2%;
    -webkit-animation: mover .9s infinite alternate;
    animation: mover .9s infinite alternate;
}

.testi-all-shape .shape6 {
    position: absolute;
    top: 68%;
    left: 4%;
    width: 2%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.testi-all-shape .shape7 {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 2%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.testi-all-shape .shape8 {
    position: absolute;
    top: 10%;
    right: 16%;
    width: 2%;
    -webkit-animation: mover .9s infinite alternate;
    animation: mover .9s infinite alternate;
}

.testi-all-shape .shape9 {
    position: absolute;
    top: 10%;
    right: 4%;
    width: 2%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.testi-all-shape .shape10 {
    position: absolute;
    top: 30%;
    right: 3%;
    width: 3%;
    -webkit-animation: mover .7s infinite alternate;
    animation: mover .7s infinite alternate;
}

.testi-all-shape .shape11 {
    position: absolute;
    top: 60%;
    right: 5%;
    width: 3%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.news-letter {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background-color: #e35272;
}

.news-letter .custom-button {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.news-letter .news-letter-item h2 {
    font-size: 36px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 0;
}

.news-letter .news-letter-item input {
    width: 400px;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    height: 50px;
    padding: 0 20px;
}

.news-btn {
    background-color: #393d72;
    color: #ffffff;
    padding: 10px 35px;
    font-size: 20px;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
}

.news-btn:hover {
    background-color: #ffffff;
    color: #393d72;
}

.logo-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.logo-section .owl-carousel .owl-item img {
    width: unset;
    display: unset;
}

.logo-section .item img {
    height: 150px;
    width: 100% !important;
    object-fit: cover;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 3px 14px #ebebeb;
}

.footer-top {
    padding: 40px 0 20px;
    background-color: #ac1443;
    position: relative;
    z-index: 1;
    color: #fff;
}

.footer-top a {
    color: #eee;
}

.footer-top p {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
}

.footer-top::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: .1;
}

.footer-top .foot-about h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 20px;
}

.footer-top .foot-about p {
    font-weight: 400;
    color: #dddddd;
    margin-bottom: 30px;
}

.footer-top .foot-about .social-icon ul {
    padding-top: 30px;
    border-top: 2px solid #9a82a7;
}

.footer-top .foot-about .social-icon ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-top .foot-about .social-icon ul li a {
    color: #ffff;
    background: #472458;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.footer-top .foot-about .social-icon ul li a:hover {
    background: #e35272;
}

.footer-top .foot-about .social-icon ul li a>i::before {
    font-size: 15px;
}

.footer-top .classes-foot {
    margin: auto;
    display: table;
}

.footer-top .classes-foot h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 30px;
}

.footer-top .classes-foot ul li {
    margin-bottom: 15px;
}

.footer-top .classes-foot ul li:last-child {
    margin-bottom: 0px;
}

.footer-top .classes-foot ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
}

.footer-top .classes-foot ul li a:hover {
    color: #e35272;
}

.footer-top .quick-link h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 30px;
}

.footer-top .quick-link ul li {
    margin-bottom: 15px;
}

.footer-top .quick-link ul li:last-child {
    margin-bottom: 0px;
}

.footer-top .quick-link ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
}

.footer-top .quick-link ul li a:hover {
    color: #e35272;
}

.footer-top .latest-news h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 30px;
}

.footer-top .latest-news ul p {
    font-size: 14px;
    font-weight: 600;
    color: #ffff;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 0;
}

.footer-top .latest-news ul p:last-child {
    padding-bottom: 0px;
}

.footer-top .latest-news ul li {
    margin-bottom: 15px;
    border-top: 1px solid #ffff;
    padding-top: 15px;
}

.footer-top .latest-news ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.footer-top .latest-news ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #ffff;
    color: #eed7ba;
}

.footer-top .latest-news ul li a:hover {
    color: #fe6367;
}

.footer-top .sitemap-widget li {
    padding: 4px 0;
}

.footer-top .sitemap-widget li a i {
    margin-right: 6px;
}

.footer-top .footer-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-top .social {
    margin-bottom: 20px;
}

.footer-top .social a {
    margin-right: 5px;
}

.footer-bottom {
    padding: 15px 0;
    background-color: #900e36;
}

.footer-bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #ffff;
    text-align: center;
    margin-bottom: 0;
}

.footer-bottom a {
    color: #ffb666;
}

.program-section {
    position: relative;
}

.program-section .single-program {
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
}

.program-section .single-program .image {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    height: 500px;
}

.program-section .single-program img {
    transition: .9s;
    -webkit-transition: .9s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.program-section .single-program:hover img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.program-section .single-program .image-caption {
    border-top: 1px solid #e8e8e8;
}

.program-section .single-program .image-caption .pr-content {
    border-bottom: 1px solid #efefef;
    padding: 30px 30px;
}

.program-section .single-program .image-caption .pr-content h2,
.program-section .single-program .image-caption .pr-content h3 {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #1f1f1f;
    transition: .5s;
    -webkit-transition: .5s;
    margin-bottom: 15px;
}

.program-section .single-program:hover .image-caption .pr-content h3 {
    color: #fe6367;
}

.program-section .single-program .image-caption .pr-content p {
    margin-bottom: 0;
    height: 70px;
    line-height: 22px;
    margin-top: 20px;
}

.program-section .single-program .image-caption .pr-bottom {
    padding: 20px 30px;
    text-align: left;
}

.program-section .single-program .image-caption .pr-bottom ul li {
    font-size: 15px;
    font-weight: 500;
    color: #393d72;
    display: inline-block;
    margin-left: 10px;
}

.program-section .single-program .image-caption .pr-bottom ul li:first-child {
    margin-left: 0;
}

.program-section .single-program .image-caption .pr-bottom ul li>span {
    text-transform: lowercase;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
}

.program-section .custom-btn {
    margin-top: 30px;
}

.single-program .pr-bottom .custom-btn {
    width: 100%;
}

.expert-reviews {
    background: #ffe2a8;
    border-radius: 20px;
    padding: 30px;
    height: 325px;
}

.program-slider.owl-carousel .owl-dots.disabled,
.program-slider.owl-carousel .owl-nav.disabled {
    display: block;
}

.program-slider.owl-carousel .owl-nav button.owl-next i,
.program-slider.owl-carousel .owl-nav button.owl-prev i {
    font-size: 30px;
    background: #f58a8c;
    color: #ffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    font-weight: 400;
}

.expert-reviews.owl-carousel .owl-nav button.owl-next i,
.expert-reviews.owl-carousel .owl-nav button.owl-prev i {
    font-size: 20px;
    background: #f58a8c;
    color: #ffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 400;
}

.expert-reviews.owl-carousel .owl-nav button.owl-next:hover,
.expert-reviews.owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
    color: #d45355 !important;
}

.program-slider.owl-carousel .owl-nav button.owl-next:hover,
.program-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
    color: #fe6367 !important;
}

.program-slider.owl-carousel .owl-nav button.owl-next,
.program-slider.owl-carousel .owl-nav button.owl-prev {
    display: inline-block !important;
}

.program-slider.owl-carousel .owl-nav button.owl-next:hover i,
.program-slider.owl-carousel .owl-nav button.owl-prev:hover i {
    background: #fe6367;
}

.program-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
}

.program-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
}

.expert-reviews.owl-carousel .owl-nav button.owl-next,
.expert-reviews.owl-carousel .owl-nav button.owl-prev {
    display: inline-block !important;
}

.expert-reviews.owl-carousel .owl-nav button.owl-next:hover i,
.expert-reviews.owl-carousel .owl-nav button.owl-prev:hover i {
    background: #fe6367;
}

.expert-reviews.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
}

.expert-reviews.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
}

section.features2-section {
    background-color: #f6f6f6;
    position: relative;
}

.features2-section .feature-box-wrapper {
    text-align: center;
    overflow: hidden;
}

.features2-section .feature-box-wrapper .single-feature {
    float: left;
    width: 20%;
    margin-bottom: 30px;
    padding: 0 10px;
}

.features2-section .feature-box-wrapper .single-feature .ico-bg1 {
    background: #955d95;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    line-height: 150px;
    margin-bottom: 30px;
}

.features2-section .feature-box-wrapper .single-feature .ico-bg2 {
    background: #ff4880;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    line-height: 150px;
    margin-bottom: 30px;
}

.features2-section .feature-box-wrapper .single-feature .ico-bg3 {
    background: #393d72;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    line-height: 150px;
    margin-bottom: 30px;
}

.features2-section .feature-box-wrapper .single-feature .ico-bg4 {
    background: #e75b5b;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    line-height: 150px;
    margin-bottom: 30px;
}

.features2-section .feature-box-wrapper .single-feature .ico-bg5 {
    background: #dd006d;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    line-height: 150px;
    margin-bottom: 30px;
}

.features2-section .feature-box-wrapper .single-feature h2 {
    font-size: 22px;
    font-weight: 500;
    color: #393d72;
    margin-bottom: 15px;
}

.features2-section .feature-box-wrapper .single-feature p {
    font-size: 16px;
    line-height: 24px;
}

.event2-section {
    position: relative;
    text-align: center;
    background: #f6f6f6;
}

.event2-section .bg-shape {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.event2-section .single-event2 {
    background: #ffffff;
    width: 420px;
    margin: 0 15px;
    display: inline-block;
    margin-bottom: 30px !important;
    padding: 35px;
    text-align: left;
    border-radius: 50px 5px 50px 5px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.event2-section .single-event2 .time {
    margin-bottom: 10px;
}

.event2-section .single-event2 .time i {
    color: #fe6367;
    font-weight: 600;
}

.event2-section .single-event2 .time i::before {
    font-size: 15px;
}

.event2-section .single-event2 .time span {
    color: #fe6367;
    font-weight: 700;
    font-size: 15px;
}

.event2-section .single-event2 h2 {
    color: #393d72;
    font-weight: 400;
    font-size: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    margin-bottom: 10px;
}

.event2-section .single-event2:hover h2 {
    color: #fe6367;
}

.event2-section .single-event2 .read-more-btn {
    font-size: 15px;
    font-weight: 700;
    color: #393d72;
}

.event2-section .single-event2 .read-more-btn>i {
    font-size: 15px;
    font-weight: 600;
    color: #393d72;
    padding-left: 10px;
}

.event2-section .single-event2:hover .read-more-btn>i {
    color: #fe6367;
}

.event2-section .single-event2 .read-more-btn:hover {
    color: #393d72;
}

.event2-section .single-event2:hover .read-more-btn {
    color: #fe6367;
}

.event-shape .shape1 {
    position: absolute;
    top: 25%;
    left: 3%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.event-shape .shape2 {
    position: absolute;
    top: 12%;
    left: 26%;
    width: 3%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.event-shape .shape3 {
    position: absolute;
    top: 80%;
    left: 2%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.event-shape .shape4 {
    position: absolute;
    top: 12%;
    left: 78%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.event-shape .shape5 {
    position: absolute;
    top: 40%;
    left: 94%;
    width: 3%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.event-shape .shape6 {
    position: absolute;
    top: 82%;
    left: 92%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.plan-section {
    position: relative;
}

.plan-section .single-plan {
    background: #f79765;
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.plan-section .col-lg-4:nth-child(2) .single-plan {
    background: #a45a6b !important;
}

.plan-section .col-lg-4:nth-child(3) .single-plan {
    background: #955d95;
}

.plan-section .single-plan .head h3 {
    font-size: 20px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 15px;
}

.plan-section .single-plan .head h1 {
    font-size: 50px;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 15px;
}

.plan-section .single-plan .content ul li {
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
    margin-bottom: 15px;
}

.plan-section .single-plan .content ul li:last-child {
    margin-bottom: 0;
}

.plan-section .single-plan .img-shape img {
    position: absolute;
    bottom: 8px;
    left: 258px;
    opacity: .5;
    width: 90px;
    transition: .9s;
    -webkit-transition: .9s;
    z-index: -1;
}

.plan-section .single-plan:hover .img-shape img {
    left: 5px;
    transform: rotateY(170deg);
}

.plan-section .single-plan .card-button .card-btn {
    color: #393d72;
    background-image: url(../img/button-bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    width: 161px;
    height: 38px;
    line-height: 38px;
    margin-top: 22px;
}

.plan-section .single-plan .card-button .card-btn:hover {
    opacity: .7;
}

.plan-section .plan-shape-image .shape1 {
    position: absolute;
    left: 30px;
    bottom: 95px;
    width: 5%;
    -webkit-animation: mover 0.8s infinite alternate;
    animation: mover 0.8s infinite alternate;
}

.plan-section .plan-shape-image .shape2 {
    position: absolute;
    right: 30px;
    bottom: 95px;
    width: 5%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.member-section {
    background: #f6f6f6;
}

.member-section .single-member {
    background: #f8f8f8;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transition: .5s;
    -webkit-transition: .5s;
}

.member-section .single-member:hover {
    box-shadow: 0px 0px 8px #b4b4b4;
}

.member-section .single-member .image {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px;
}

.member-section .single-member .image img {
    border: 2px solid #dddddd;
    border-radius: 100%;
    transition: .5s;
    -webkit-transition: .5s;
}

.member-section .single-member:hover .image img {
    border: 2px solid #fe6367;
    border-radius: 100%;
}

.member-section .single-member .text-content {
    text-align: center;
    padding-bottom: 50px;
}

.member-section .single-member .text-content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 8px;
}

.member-section .single-member .text-content h5 {
    font-size: 15px;
    font-weight: 700;
    color: #dd006d;
    margin-bottom: 0;
}

.member-section .single-member .social-link ul {
    background: #dd006d;
    text-align: center;
    padding: 15px 0;
}

.member-section .single-member .social-link ul li {
    display: inline-block;
    margin-right: 12px;
}

.member-section .single-member .social-link ul li:last-child {
    margin-right: 0px;
}

.member-section .single-member .social-link ul li a {
    background: #ffffff;
    color: #fe6367;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    transition: .3s;
    transition: .3s;
}

.member-section .single-member .social-link ul li a:hover {
    background: #32004b;
    color: #ffff;
}

.member-section .single-member .social-link ul li a:hover {
    background: #fe6367;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.member-section .single-member .social-link ul li a>i {
    line-height: 40px;
}

.member-section .single-member .social-link ul li a>i::before {
    font-size: 16px;
}

.blog2-section .single-blog {
    padding: 0;
}

.blog2-section .single-blog .blog-image {
    margin-bottom: 30px;
}

.blog2-section .single-blog .blog-image img {
    border-radius: 15px;
}

.blog2-section .owl-theme .owl-dots {
    display: none;
}

.blog2-section .col-lg-8:nth-child(2) .single-blog {
    background: #ffff;
}

.blog2-section .col-lg-8:nth-child(3) .single-blog {
    background: #ffff;
}

.single-blog .section-title {
    margin-bottom: 20px;
}

.single-blog .section-title h6 {
    font-size: 18px;
    font-weight: 600;
    color: #dd006d;
    margin-bottom: 10px;
}

.single-blog .section-title h2 {
    font-size: 30px;
    font-weight: 400;
    color: #ac1443;
}

.single-blog p {
    color: #1f1f1f;
    margin-bottom: 20px;
    font-weight: 500;
}

.single-blog .read-more-btn {
    color: #ac1443;
    font-size: 16px;
    font-weight: bold;
}

.single-blog:hover .read-more-btn {
    color: #ff9934;
}

.single-blog .read-more-btn>i {
    padding-left: 5px;
    transition: .5s;
    -webkit-transition: .5s;
}

.single-blog .read-more-btn:hover>i {
    padding-left: 10px;
}

.single-blog .blog-image {
    position: relative;
}

.single-blog .blog-chat-list ul li {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #393d72;
}

.single-blog .blog-chat-list ul li:last-child {
    padding-right: 0;
}

.single-blog .blog-chat-list ul li i {
    padding-right: 8px;
    color: #fe6367;
    font-size: 14px;
    ;
}

.blog2-section .single-blog .img-caption {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.blog2-section .single-blog .img-caption {
    padding: 30px;
}

.blog2-section .single-blog .img-caption h2 {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    margin-top: 0;
    margin-bottom: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    line-height: 1.2;
    display: -webkit-box;
    height: 58px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-lines {
    display: -webkit-box;
    height: 80px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog2-section .single-blog:hover .img-caption h2 {
    color: #ff9934;
}

.blog2-section .blog-baby-image {
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
}

.blog2-section .blog-baby-image ul li {
    float: left;
    width: 20%;
}

.blog2-section .blog-baby-image ul li img {
    width: 155px;
}

.blog2-section .owl-carousel .owl-nav.disabled {
    display: block;
}

.blog2-section .owl-carousel .owl-nav button.owl-next,
.blog2-section .owl-carousel .owl-nav button.owl-prev {
    font-size: 30px;
    background: rgb(254, 99, 103, .6);
    color: #ffff;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    line-height: 0;
    display: inline-block;
}

.blog2-section .owl-carousel .owl-nav button.owl-next:hover,
.blog2-section .owl-carousel .owl-nav button.owl-prev:hover {
    background: #32004b;
}

.blog2-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -85px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog2-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -85px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog2-section .blog-slider-two.owl-carousel .owl-nav button.owl-next,
.blog2-section .blog-slider-two.owl-carousel .owl-nav button.owl-prev {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
}

.blog2-section .blog-slider-two:hover.owl-carousel .owl-nav button.owl-next,
.blog2-section .blog-slider-two:hover.owl-carousel .owl-nav button.owl-prev {
    opacity: 1;
    visibility: visible;
}

.testimonial2-section {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eeeeee;
    background: #393d72;
    background-image: url(../img/all-banner-img/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.testimonial2-section:before {
    content: "";
    position: absolute;
    background: rgb(39, 42, 80, .9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial2-section .section-title {
    position: relative;
}

.testimonial2-section .section-title h6 {
    color: #ffff;
}

.testimonial2-section .section-title h2 {
    color: #ffff;
}

.testimonial-slider {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.testimonial-slider .single-testimonial {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.testimonial-slider .single-testimonial.single-feedback {
    background: #ffffff;
    border-radius: 5px;
    padding-left: 170px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    position: relative;
}

.testimonial-slider .single-testimonial .client-img {
    margin: auto;
    display: table;
    margin-bottom: 30px;
}

.testimonial-slider .single-testimonial .client-img img {
    border-radius: 50%;
    border: 2px solid #44ce6f;
    padding: 3px;
}

.testimonial-slider .client-image-list .item .sl-img img:focus {
    border: 0;
    outline: 0;
}

.item.slick-slide.slick-active:focus {
    border: 0;
    outline: 0;
}

.testimonial-slider .single-testimonial h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    margin-top: 25px;
}

.testimonial-slider .single-testimonial span {
    display: block;
    margin-top: 8px;
    margin-bottom: 18px;
    color: #fe6367;
}

.testimonial-slider .single-testimonial p {
    font-size: 15px;
    color: #ffff;
}

.testimonial-slider .single-testimonial p>i {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fe6367;
}

.testimonial-slider .single-testimonial span {
    display: block;
    margin-top: 8px;
    margin-bottom: 18px;
    color: #fe6367;
}

.testimonial-slider .client-image-list .item .sl-img {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.testimonial-slider .client-image-list .item .sl-img img {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    border: 2px solid #44ce6f;
    border-radius: 50%;
    padding: 3px;
    width: 85px;
}

.testimonial-slider .client-image-list .item:hover .sl-img img,
.testimonial-slider .client-image-list .item.slick-center .sl-img img {
    opacity: 1;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.testimonial2-section .testimonial-shape .shape1 {
    position: absolute;
    top: 5%;
    left: 6%;
    width: 2%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape2 {
    position: absolute;
    top: 26%;
    left: 3%;
    width: 2%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape3 {
    position: absolute;
    top: 13%;
    left: 17%;
    width: 2%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape4 {
    position: absolute;
    top: 40%;
    left: 12%;
    width: 2%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape5 {
    position: absolute;
    top: 30%;
    left: 82%;
    width: 2%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape6 {
    position: absolute;
    top: 82%;
    left: 80%;
    width: 2%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape7 {
    position: absolute;
    top: 54%;
    left: 90%;
    width: 2%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape8 {
    position: absolute;
    top: 10%;
    left: 72%;
    width: 3%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.testimonial2-section .testimonial-shape .shape9 {
    position: absolute;
    top: 72%;
    left: 6%;
    width: 3%;
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate;
}

.all-page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 420px;
    position: relative;
}

.all-page-banner.item-one {
    background-image: url(../img/all-banner-img/3.jpg);
}

.all-page-banner.item-two {
    background-image: url(../img/all-banner-img/1.jpg);
}

.all-page-banner.item-three {
    background-image: url(../img/all-banner-img/2.jpg);
}

.all-page-banner.item-four {
    background-image: url(../img/all-banner-img/4.jpg);
}

.all-page-banner.item-five {
    background-image: url(../img/all-banner-img/5.jpg);
}

.all-page-banner.item-six {
    background-image: url(../img/all-banner-img/6.jpg);
}

.all-page-banner.item-seven {
    background-image: url(../img/all-banner-img/7.jpg);
}

.all-page-banner.item-eight {
    background-image: url(../img/all-banner-img/8.jpg);
}

.all-page-banner.item-nine {
    background-image: url(../img/all-banner-img/9.jpg);
}

.all-page-banner.item-ten {
    background-image: url(../img/all-banner-img/10.jpg);
}

.all-page-banner::before {
    content: "";
    position: absolute;
    background-color: rgba(23, 25, 47, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.all-page-banner .banner-text {
    position: relative;
}

.all-page-banner .banner-text h1 {
    font-size: 48px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 15px;
}

.all-page-banner .banner-text ul li {
    color: #ffff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.all-page-banner .banner-text ul li>a {
    color: #ff6b79;
    font-size: 18px;
    font-weight: 600;
}

.all-page-banner .banner-text ul i {
    color: #ff6b79;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

.all-page-banner .banner-text ul i::before {
    font-size: 18px;
}

.about-services-section {
    border-top: 1px solid #eeeeee;
}

.daycare-section {
    background-color: #f6f6f6;
    position: relative;
}

.daycare-section .daycare-bg {
    background-image: url(../img/about/daycare-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.daycare-section .daycare-special {
    padding-top: 130px;
    padding-bottom: 130px;
    margin-right: auto;
    max-width: 660px;
    margin-left: 40px;
}

.daycare-section .daycare-special h3 {
    font-size: 36px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 20px;
}

.daycare-section .daycare-special p {
    color: #858687;
    margin-bottom: 28px;
    font-size: 16px;
}

.daycare-section .daycare-special .special-list ul {
    margin-bottom: 30px;
}

.daycare-section .daycare-special .special-list ul li {
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
}

.daycare-section .daycare-special .special-list ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.daycare-section .daycare-special .special-list ul li i {
    background: #ffff;
    color: #e4ac00;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.daycare-section .daycare-special .special-list ul li i::before {
    font-size: 10px;
}

.babysitter-section {
    position: relative;
}

.babysitter-section .babysitter-shape {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}

.babysitter-section .single-baby {
    margin-bottom: 30px;
}

.babysitter-section .single-baby img {
    border-radius: 10px 10px 0px 0px;
    transition: .8s;
    -webkit-transition: .8s;
}

.babysitter-section .single-baby .image {
    overflow: hidden;
}

.babysitter-section .single-baby:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.babysitter-section .single-baby .image-caption {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: -1px 5px 15px 0px #e6e6e6;
}

.babysitter-section .single-baby .image-caption h3 {
    font-size: 20px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 20px;
    transition: .3s;
}

.babysitter-section .single-baby:hover .image-caption h3 {
    color: #fe6367;
}

.babysitter-section .single-baby .image-caption .social-icon {
    text-align: center;
}

.babysitter-section .single-baby .image-caption .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.babysitter-section .single-baby .image-caption .social-icon li:last-child {
    margin-right: 0;
}

.babysitter-section .single-baby .image-caption .social-icon li a {
    background: #32004b;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
}

.babysitter-section .single-baby .image-caption .social-icon li:nth-child(2) a {
    background: #2a9fd2;
}

.babysitter-section .single-baby .image-caption .social-icon li:nth-child(3) a {
    background: #ee4d71;
}

.babysitter-section .single-baby .image-caption .social-icon li a>i::before {
    font-size: 18px;
}

.classes-section .single-box {
    background: #f6f6f6;
    padding: 50px 50px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
}

.classes-section .single-box:hover {
    box-shadow: 0px 0px 20px 0px rgba(223, 220, 220, 0.4);
}

.classes-section .single-box .class-service-wrap .time i {
    font-size: 15px;
    font-weight: 600;
    color: #fe6367;
}

.classes-section .single-box .class-service-wrap .time i::before {
    font-size: 14px;
}

.classes-section .single-box .class-service-wrap .time span {
    font-size: 15px;
    font-weight: 700;
    color: #fe6367;
}

.classes-section .single-box .class-service-wrap .class-main-content h3 {
    font-size: 24px;
    font-weight: 400;
    color: #393d72;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .5s;
    -webkit-transition: .5s;
}

.classes-section .single-box:hover .class-service-wrap .class-main-content h3 {
    color: #fe6367;
}

.classes-section .single-box .class-service-wrap .class-main-content p {
    margin-bottom: 20px;
}

.classes-section .single-box .class-service-wrap .class-main-content .readmore-btn {
    font-size: 17px;
    font-weight: 700;
    color: #393d72;
    text-decoration: underline;
}

.classes-section .single-box:hover .class-service-wrap .class-main-content .readmore-btn {
    color: #fe6367;
}

.classes-section .single-box .class-service-wrap .date-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.classes-section .single-box .class-service-wrap .date-btn a {
    font-size: 17px;
    font-weight: 700;
    color: #ffff;
    background: #393d72;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

.classes-section .single-box:hover .class-service-wrap .date-btn a {
    background: #fe6367;
}

.classes-section-button {
    overflow: hidden;
}

.classes-section .export-button {
    float: left;
}

.classes-section .export-button a {
    background: #ffff;
    border: 2px solid #c3c3c3;
    padding: 10px 20px;
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.classes-section .export-button a:hover {
    background: #fe6367;
    color: #ffff;
    border: 2px solid #fe6367;
}

.classes-section .next-prev-button {
    text-align: right;
}

.classes-section .next-prev-button ul li {
    display: inline-block;
    padding-right: 30px;
}

.classes-section .next-prev-button ul li:last-child {
    padding-right: 0;
}

.classes-section .next-prev-button ul li a {
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
}

.classes-section .next-prev-button ul li a:hover {
    color: #fe6367;
}

.classes-section .next-prev-button ul li a>i {
    padding-right: 5px;
}

.classes-section .next-prev-button ul li a>i:last-child {
    padding-left: 5px;
}

.classes-section .next-prev-button ul li a>i::before {
    font-size: 15px;
}

.class-img-wrap img {
    width: 100%;
}

.address-section .single-address {
    position: relative;
}

.address-section .single-address {
    margin-bottom: 30px;
    line-height: 2;
}

.address-section .single-address .add-it .icon {
    position: relative;
}

.address-section .single-address .add-it .icon i {
    color: #393d72;
    font-weight: 600;
}

.address-section .single-address .add-it .icon i::before {
    font-size: 28px;
}

.address-section .single-address .add-it-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
}

.address-section .single-address .add-it-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #393d72;
    transition: 5s;
    transition: .5s;
    -webkit-transition: .5s;
}

.address-section .single-address:hover .add-it-text h4 {
    color: #fe6367;
}

.address-section .single-address .add-it-text p {
    font-size: 16px;
    color: #7e7e7e;
    margin-bottom: 0;
    font-weight: 600;
}

.team-section .single-team {
    margin-bottom: 30px;
}

.team-section .single-team .image {
    position: relative;
}

.team-section .single-team .image img {
    border: 1px solid #e2e2e2;
    border-bottom: none;
}

.team-section .single-team img {
    border-radius: 10px 10px 0px 0;
    transition: .5s;
    -webkit-transition: .5s;
    width: 100%;
}

.team-section .single-team .img-caption {
    text-align: center;
    background: #ffff;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 0.9s;
    -webkit-transition: 0.9s;
    position: relative;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.team-section .single-team:hover .img-caption {
    position: relative;
}

.team-section .single-team .img-caption h3 {
    font-size: 22px;
    color: #393d72;
    margin-bottom: 10px;
    font-weight: 400;
}

.team-section .single-team .img-caption p {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

.team-section .single-team .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.team-section .single-team .social-icon li a {
    background: #532968;
    width: 35px;
    height: 35px;
    display: inline-block;
    color: #ffff;
    line-height: 35px;
    border-radius: 50%;
}

.team-section .single-team .social-icon li a:hover {
    background-color: #fe6367;
}

.team-section .single-team .social-icon li a>i::before {
    font-size: 14px;
}

.blog2-section .left-blog .single-blog {
    margin-bottom: 30px;
}

.blog2-section .left-blog .single-blog .blog-image img {
    transition: .5s;
    -webkit-transition: .5s;
    width: 100%;
}

.blog2-section .single-blog .blog-image .blog-chat-list ul {
    background-color: #ffffff;
    padding: 10px 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
}

.blog2-section .single-blog .blog-image .blog-chat-list ul li {
    display: inline-block;
    color: #181111;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #393d72;
}

.blog2-section .single-blog .blog-image .blog-chat-list ul li:last-child {
    padding-right: 0;
}

.blog2-section .single-blog .blog-image .blog-chat-list ul li i {
    padding-right: 5px;
    color: #fe6367;
    font-size: 14px;
}

.blog2-section .left-blog .single-blog .blog-caption {
    background: #ffff;
    padding: 40px;
}

.blog2-section .left-blog .single-blog .blog-caption .text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 12px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.blog2-section .left-blog .single-blog:hover .blog-caption .text h3 {
    color: #e35272;
}

.blog2-section .left-blog .single-blog .blog-caption .text p {
    color: #a6a6a6;
    font-weight: 400;
    margin-bottom: 12px;
}

.blog2-section .left-blog .single-blog .blog-caption .read-more-btn {
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
}

.blog2-section .left-blog .single-blog:hover .blog-caption .read-more-btn {
    color: #e35272;
}

.blog2-section .left-blog .single-blog .blog-caption .read-more-btn>i {
    padding-left: 5px;
    transition: .5s;
    -webkit-transition: .5s;
}

.blog2-section .left-blog .single-blog:hover .blog-caption .read-more-btn>i {
    padding-left: 10px;
}

.blog2-section .left-blog .single-blog .blog-caption .read-more-btn:hover {
    color: #dd006d;
}

.blog2-section .left-blog .single-blog .blog-footer-text ul {
    background-color: #e35272;
    padding: 10px 40px;
    border-radius: 0px 0px 5px 5px;
}

.blog2-section .left-blog .single-blog .blog-footer-text ul li {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
}

.blog2-section .left-blog .single-blog .blog-footer-text ul li i {
    color: #ffff;
    margin-right: 10px;
    margin-left: 10px;
}

.blog2-section .left-blog .single-blog .blog-footer-text ul li i::before {
    color: #ffff;
    font-size: 18px;
}

.blog2-section .right-blog .productsearchform {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog2-section .right-blog .productsearchform input {
    background: #393d72;
    color: #ffff;
    border: none;
    border-radius: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    padding: 15px;
}

.blog2-section .right-blog .productsearchform input {
    caret-color: #ffffff;
}

.blog2-section .right-blog .productsearchform input:focus {
    box-shadow: 0;
    border: 0;
    outline: 0;
}

.blog2-section .right-blog .productsearchform button {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    color: #ffff;
    font-size: 20px;
}

.blog2-section .right-blog .productsearchform button:hover {
    cursor: pointer;
}

.blog2-section .right-blog .productsearchform input::placeholder {
    color: #ffffff;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 15px;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-title {
    margin-bottom: 10px;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ac1444;
    margin-bottom: 0;
}

.blog2-section .right-blog .blog-all-category-wrapper .archievs {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 15px;
}

.blog2-section .right-blog .blog-all-category-wrapper .archievs .archiev-title {
    margin-bottom: 10px;
}

.blog2-section .right-blog .blog-all-category-wrapper .archievs .archiev-title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 0;
}

.blog2-section .right-blog .blog-all-category-wrapper .archievs .archiev-list li {
    margin-bottom: 10px;
}

.blog2-section .right-blog .blog-all-category-wrapper .archievs .archiev-list li a {
    color: #393d72;
    font-weight: 700;
    font-size: 16px;
}

.blog2-section .right-blog .blog-all-category-wrapper .archievs .archiev-list li a:hover {
    color: #fe6367;
}

.blog2-section .right-blog .blog-all-category-wrapper .archievs .archiev-list li a>i::before {
    font-size: 20px;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-list li {
    margin-bottom: 10px;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-list li:last-child {
    margin-bottom: 0px;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-list li a {
    color: #393d72;
    font-weight: 700;
    font-size: 16px;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-list li a:hover {
    color: #fe6367;
}

.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-list li a>i::before {
    font-size: 20px;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 15px;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .latest-title {
    margin-bottom: 15px;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .latest-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ac1444;
    margin-bottom: 0;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box {
    margin-bottom: 30px;
    position: relative;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-img img {}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 122px;
    margin: auto;
    display: table;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text span {
    color: #848484;
    font-size: 14px;
    font-weight: 500;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text span>i {
    padding-right: 5px;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text a>h3 {
    font-size: 16px;
    font-weight: 900;
    color: #393d72;
    margin-bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box:hover .p-text a>h3 {
    color: #fe6367;
}

.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap {
    background: #393d72;
    text-align: center;
    padding: 40px;
    margin-top: 50px;
}

.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap h3 {
    color: #ffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap p {
    color: #ffff;
    margin-bottom: 10px;
}

.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap h4 {
    color: #ffff;
    font-weight: 400;
}

.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap .card-button a {
    color: #393d72;
    background-image: url(../img/button-bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 161px;
    height: 38px;
    line-height: 38px;
    margin-top: 15px;
}

.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap .card-button a:hover {
    opacity: .7;
}

.blog2-section .pagination-wrap {
    margin: auto;
    display: table;
    margin-top: 10px;
    border-top: 1px solid #dedede;
    width: 100%;
    padding-top: 30px;
}

.single-category-news {
    display: table;
}

.news-left {
    width: 300px;
    float: left;
    display: inline-block;
}

.news-right {
    width: calc(100% - 300px);
    float: right;
    display: inline-block;
    padding-left: 20px;
}

.single-category-news .category-news-image {
    position: relative;
    overflow: hidden;
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.single-category-news .category-news-image img {
    width: 100%;
}

.single-category-news:hover .category-news-image img {
    transform: scale(1.1);
}

.single-category-news {
    width: 100%;
}

.single-category-news h3 {
    line-height: .9;
}

.single-category-news h3 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.single-category-news .category-news-image img {
    transition: all 1.5s ease-out;
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 50%;
}

.category-news-content p {
    line-height: 1.3;
}

.category-news-content .meta {
    padding: 5px 0;
}

.single-category-news {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.single-category-news:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog2-section .pagination {
    margin-top: 40px;
}

.blog2-section .pagination-lg .page-link {
    font-size: 16px;
    padding: 10px 20px;
    color: #1f1f1f;
    font-weight: 500;
}

.blog2-section .pagination-lg .page-item:last-child .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.blog2-section .pagination-lg .page-item:first-child .page-link {
    border-radius: 0;
}

.blog2-section .page-link:hover {
    text-decoration: none;
    background-color: #c74448;
    border-color: transparent;
    color: #ffff;
}

.blog2-section .page-link:focus {
    box-shadow: none;
}

.blog2-section .page-item.active .page-link {
    background-color: #ac1443;
    border: 1px solid #ac1443;
    ;
    color: #ffffff;
    font-weight: 600;
}

.shop-section .shop-leftside .single-shop {
    margin-bottom: 30px;
}

.single-shop .image {
    position: relative;
}

.single-shop .image img {
    width: 100%;
}

.single-shop .image .add-cart-hover {
    position: absolute;
    background: rgb(50, 0, 75, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
}

.single-shop .image .add-cart-hover .add-cart {
    background: #c74448;
    padding: 10px 20px;
    display: inline-block;
    color: #ffff;
    border-radius: 5px;
    font-weight: 400;
}

.single-shop .image .add-cart-hover .add-cart:hover {
    background: #ffffff;
    color: #32004b;
}

.single-shop:hover .image .add-cart-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.single-shop .image-caption h3 {
    font-size: 18px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 15px;
}

.single-shop .image-caption h4 {
    font-size: 18px;
    font-weight: 700;
    color: #393d72;
    margin-top: 15px;
    margin-bottom: 0;
}

.single-shop .image-caption {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffff;
    border: 1px solid #e3e3e3;
}

.single-shop .image-caption ul li {
    display: inline-block;
    color: #e97891;
}

.image-caption ul li i {
    font-size: 16px;
}

.right-shop .productsearchform {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.right-shop .productsearchform input {
    background: #32004b;
    color: #ffff;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 38px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}

.right-shop .productsearchform input {
    caret-color: #ffffff;
}

.right-shop .productsearchform input:focus {
    box-shadow: 0;
    border: 0;
    outline: 0;
}

.right-shop .productsearchform button {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    color: #ffff;
    font-size: 20px;
}

.right-shop .productsearchform button:hover {
    cursor: pointer;
}

.right-shop .productsearchform input::placeholder {
    color: #ffffff;
}

.right-shop .blog-all-category-wrapper .cate-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a1a1a1;
    border: 1px solid #c8c8c8;
    padding: 20px;
}

.right-shop .blog-all-category-wrapper .cate-box .cate-title {
    margin-bottom: 10px;
}

.right-shop .blog-all-category-wrapper .cate-box .cate-title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 0;
}

.right-shop .blog-all-category-wrapper .archievs {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a1a1a1;
    border: 1px solid #c8c8c8;
    padding: 20px;
}

.right-shop .blog-all-category-wrapper .archievs .archiev-title {
    margin-bottom: 10px;
}

.right-shop .blog-all-category-wrapper .archievs .archiev-title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 0;
}

.right-shop .blog-all-category-wrapper .archievs .archiev-list li {
    margin-bottom: 10px;
}

.right-shop .blog-all-category-wrapper .archievs .archiev-list li a {
    color: #393d72;
    font-weight: 700;
    font-size: 16px;
}

.right-shop .blog-all-category-wrapper .archievs .archiev-list li a:hover {
    color: #fe6367;
}

.right-shop .blog-all-category-wrapper .archievs .archiev-list li a>i::before {
    font-size: 20px;
}

.right-shop .blog-all-category-wrapper .cate-box .cate-list li {
    margin-bottom: 10px;
}

.ight-shop .blog-all-category-wrapper .cate-box .cate-list li:last-child {
    margin-bottom: 0px;
}

.right-shop .blog-all-category-wrapper .cate-box .cate-list li a {
    color: #393d72;
    font-weight: 700;
    font-size: 16px;
}

.right-shop .blog-all-category-wrapper .cate-box .cate-list li a:hover {
    color: #fe6367;
}

.right-shop .blog-all-category-wrapper .cate-box .cate-list li a>i::before {
    font-size: 20px;
}

.right-shop .blog-all-category-wrapper .latest-posts {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    padding: 20px;
    padding-bottom: 0;
}

.right-shop .blog-all-category-wrapper .latest-posts .latest-title {
    margin-bottom: 15px;
}

.right-shop .blog-all-category-wrapper .latest-posts .latest-title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 0;
}

.right-shop .blog-all-category-wrapper .latest-posts .posts-box {
    margin-bottom: 30px;
    position: relative;
}

.right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 122px;
    margin: auto;
    display: table;
}

.right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text span {
    color: #848484;
    font-size: 14px;
    font-weight: 500;
}

.right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text span>i {
    padding-right: 5px;
}

.right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text a>h3 {
    font-size: 16px;
    font-weight: 900;
    color: #393d72;
    margin-bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

.right-shop .blog-all-category-wrapper .latest-posts .posts-box:hover .p-text a>h3 {
    color: #fe6367;
}

.right-shop .blog-all-category-wrapper .free-call-wrap {
    background: #32004b;
    text-align: center;
    padding: 40px;
    margin-top: 50px;
}

.right-shop .blog-all-category-wrapper .free-call-wrap h3 {
    color: #ffff;
    font-size: 30px;
    font-weight: medium;
    margin-bottom: 10px;
}

.right-shop .blog-all-category-wrapper .free-call-wrap p {
    color: #ffff;
    margin-bottom: 10px;
}

.right-shop .blog-all-category-wrapper .free-call-wrap h4 {
    color: #ffff;
}

.right-shop .blog-all-category-wrapper .free-call-wrap .card-button a {
    color: #32004b;
    background-image: url(../img/button-bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 161px;
    height: 38px;
    line-height: 38px;
    margin-top: 15px;
}

.right-shop .blog-all-category-wrapper .free-call-wrap .card-button a:hover {
    opacity: .7;
}

.right-shop .form-2 input {
    background: #fe6367;
}

.shop-section .pagination-wrap {
    margin: auto;
    display: table;
    margin-top: 10px;
}

.shop-section .pagination {
    margin-top: 40px;
}

.shop-section .pagination-lg .page-link {
    font-size: 16px;
    padding: 10px 20px;
    color: #393d72;
}

.shop-section .pagination-lg .page-item:last-child .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.shop-section .pagination-lg .page-item:first-child .page-link {
    border-radius: 0;
}

.shop-section .page-link:hover {
    text-decoration: none;
    background-color: #fe6367;
    border-color: none;
    color: #ffff;
}

.shop-section .page-link:focus {
    box-shadow: none;
}

.shop-section .page-item.active .page-link {
    background-color: #fe6367;
    border-color: 0;
    border: 1px solid #fe6367;
    ;
    color: #ffffff;
}

.form-group .form-control {
    height: 50px;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.single-contact .form-group .form-control {
    border: none;
}

.single-contact.form-consulting {
    background-color: #c3dce5;
    border-radius: 15px;
    padding: 30px;
    height: 338px;
}

.single-contact .heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-contact .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.single-contact .form-group textarea.form-control {
    height: 90px;
    border: none;
}

.single-contact .form-group textarea {
    font-size: 16px;
    font-weight: 400;
}

.single-contact .list-unstyled {
    margin-bottom: 20px;
    color: #fe6267;
}

.dropdown-toggle::after {
    margin-left: .45em;
}

.single-contact .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

section.contact-form {
    background: #f4f4f4;
}

.getin-touch-section {
    padding-bottom: 50px;
}

.getin-touch-section .get-box {
    margin-bottom: 30px;
    position: relative;
}

.getin-touch-section .get-box .icon {
    margin: auto;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.getin-touch-section .get-box .icon i {
    background-color: #ffde76;
    width: 70px;
    height: 70px;
    display: inline-block;
    color: #ffff;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.getin-touch-section .get-box .icon i::before {
    font-size: 25px;
}

.getin-touch-section .get-box .text {
    padding-left: 20px;
}

.getin-touch-section .get-box .text h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #393d72;
}

.getin-touch-section .get-box .text span {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 700;
}

.getin-touch-section .col-lg-4:nth-child(2) .get-box i {
    background-color: #f08aa2;
}

.getin-touch-section .col-lg-4:nth-child(3) .get-box i {
    background-color: #b97eba;
}

.comment-form-area {
    background: #eeeeee;
    border-top: 5px solid #ffaf60;
    padding: 30px;
}

.comment-form-area .single-contact h3 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
}

.comment-form-area .single-contact p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 35px;
}

.comment-form-area .single-contact .contact-form .form-group label {
    font-weight: 600;
    font-size: 15px;
    color: #393d72;
    margin-bottom: 10px;
}

.comment-form-area .single-contact .contact-form .form-group label span {
    color: red;
}

.comment-form-area .single-contact .form-control {
    border-radius: 0;
    height: 48px;
}

.comment-form-area .single-contact h3 {
    color: #393d72;
}

.comment-form-area p.comment-form-cookies-consent {
    position: relative;
}

.comment-form-area p.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comment-form-area p.comment-form-cookies-consent input::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.comment-form-area .single-contact .contact-form .form-group p {
    padding-left: 20px;
    margin: 0;
}

.blog-content blockquote {
    background: #f6f4f4;
    padding: 20px;
    color: #68686c;
    border-left: 4px solid #fe6367;
    font-weight: 600;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content .blog-meta li,
.blog-content .blog-meta li a {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 600;
    color: #393d72;
}

.blog-content .blog-meta li i {
    display: inline-block;
    padding-right: 5px;
    color: #fe6367;
}

.blog-content .blog-meta li i::before {
    display: inline-block;
    font-size: 15px;
}

.single-contact .submit-btn {
    margin-top: 15px;
}

.slider-for img {
    display: block;
    text-align: center;
    margin: auto;
    border-bottom: 0;
    background: #ebebeb;
}

.slider-nav img {
    margin: auto;
}

button.slick-prev.slick-arrow {
    background: #d2545a;
    width: 40px;
    height: 40px;
    color: #ffff;
    transform: translate(-15px, -20px);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}

.cart-details .product-details h2 {
    font-size: 35px;
    color: #393d72;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-details .rating i {
    color: #f6a03e;
    margin-bottom: 10px;
    font-size: 20px;
    margin-right: 5px;
}

.cart-details .product-details .price {
    margin-bottom: 10px;
}

.cart-details h1 {
    font-weight: 600;
}

.bg-gray {
    background-color: #f6f6f6
}

.cart-details .product-details .price .current {
    font-size: 30px;
    font-weight: 600;
    color: #d71225;
}

.cart-details .product-details .price .old {
    font-size: 16px;
    font-weight: 600;
    color: #bdbdbd;
}

.cart-details .product-details .product-option input#product-count {
    width: 70px;
    font-size: 16px;
    color: #000000;
    float: left;
    padding: 10px 10px;
    border: 2px solid #eeeeee;
    font-weight: 600;
    color: #393d72;
}

button.theme-btn {
    float: left;
    margin-left: 15px;
    background: transparent;
    border: 2px solid #eeeeee;
    color: #393d72;
    font-weight: 600;
    padding: 10px 25px;
    transition: .5s;
    -webkit-transition: .5s;
}

button.theme-btn:hover {
    background: #532968;
    color: #ffffff;
    cursor: pointer;
}

.product-option {
    margin-top: 30px;
}

.shop-cart-tab .nav-item .nav-link {
    background: transparent;
    color: black;
    border-right: 1px solid transparent;
    border-radius: 0;
    position: relative;
    font-weight: 500;
}

.shop-cart-tab li+li+li .nav-link:last-child {
    border-right: 1px solid #eeeeee;
}

.shop-tab .description h3 {
    font-size: 20px;
    color: #393d72;
}

.shop-tab .description p {
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 0;
    font-weight: 500;
}

.shop-cart-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
}

.shop-cart-tab .shop-tab .info h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.shop-cart-tab .shop-tab .info tr {
    border-top: 1px solid #c0c0c0;
    text-align: center;
}

.shop-cart-tab .shop-tab .info th {
    width: 50%;
    border-right: 1px solid #c0c0c0;
}

.slider-nav:hover button.slick-prev.slick-arrow,
.slider-nav:hover button.slick-next.slick-arrow {
    visibility: visible;
    opacity: 1;
}

.slick-initialized .slick-slide {
    display: block;
}

button.slick-prev.slick-arrow {
    background: #d2545a;
    width: 40px;
    height: 40px;
    color: #ffff;
    transform: translate(-15px, -20px);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}

button.slick-next.slick-arrow {
    background: #d2545a;
    width: 40px;
    height: 40px;
    color: #ffff;
    transform: translate(-12px, -20px);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}

.slick-prev:before,
.slick-next:before {
    font-size: 25px;
    opacity: 1;
}

.border-for {
    border: 1px solid #eeeeee;
}

.border-nav img {
    border: 1px solid #e9e9e9 !important
}

.border-nav img:nth-child(4) {
    border-right: 1px solid #cecbcb !important;
}

.tab-content.shop-tab {
    border: 1px solid #eeeeee;
    padding: 25px;
    background: #ffffff;
}

.nav-pills {
    display: inline-flex;
    border-bottom: 0;
}

.shop-cart-tab .nav-pills .nav-link.active {
    background: #ac1443;
    color: #ffff;
    border: 1px solid #eeeeee;
}

.shop-cart-tab .nav-pills .nav-link {
    border: 1px solid #eeeeee;
    border-bottom: 0;
    color: #393d72;
    border-right: 0 !important;
    background: #ffffff;
}

.shop-cart-tab .nav-pills .nav-item:last-child .nav-link {
    border-right: 1px solid #eeeeee !important;
}

.review h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #393d72;
}

.review ol {
    padding: 0;
    margin: 0;
}

.review ol li .comment-wrap {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.review ol li {
    border-bottom: 1px solid #eeeeee;
}

.review ol li .comment-wrap .prof-image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 100px;
    width: 100%;
    margin: auto;
}

.review ol li .comment-wrap .text-wrap {
    padding-left: 120px;
}

.review ol li .comment-wrap .text-wrap .text-meta {
    display: inline-flex;
}

.review ol li .comment-wrap .text-wrap .text-meta strong {
    font-size: 18px;
    font-weight: 700;
    color: #393d72;
}

.review ol li .comment-wrap .text-wrap .text-meta .dashed {
    margin-left: 10px;
    margin-right: 10px;
}

.review ol li .comment-wrap .text-wrap .text-meta .time {
    text-transform: uppercase;
    color: #767575;
    font-weight: 400;
    font-size: 15px;
}

.review ol li .comment-wrap .text-wrap .text-meta .rate {
    margin-left: 10px;
    position: unset;
}

.review ol li .comment-wrap .text-wrap .text-meta .rate i {
    color: #fe6367;
}

.review ol li .comment-wrap .text-wrap p {
    margin-top: 12px;
    margin-bottom: 0;
}

.color {
    color: #a5a5a5 !important;
}

.comment-box-wrapper .comment-heading h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.comment-box-wrapper .comment-heading p {
    font-size: 16px;
    margin-bottom: 10px;
}

.comment-box-wrapper .raiting-p {
    margin-bottom: 30px;
}

.comment-box-wrapper .raiting-p i {
    color: #fe6367;
}

.comment-box-wrapper .comment-form .form-group {
    margin-bottom: 30px;
}

.comment-box-wrapper .comment-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #eeeeee;
}

.comment-box-wrapper .comment-form .form-group .form-control:focus {
    border: 1px solid #dfdede;
}

.comment-box-wrapper .comment-form .form-group textarea.form-control {
    height: 200px;
}

.comment-box-wrapper .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #909090;
}

.comment-box-wrapper button.btn.btn-primary.submit-btn {
    background: #393d72;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    margin: auto;
    display: table;
}

.comment-box-wrapper button.btn.btn-primary.submit-btn:focus {
    box-shadow: none;
}

.comment-box-wrapper button.btn.btn-primary.submit-btn:hover {
    background: #fe6367;
}

.rel-post h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rel-p-text h3 {
    margin-bottom: 10px;
}

.related-post .post-title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #393d72;
    margin-bottom: 50px;
}

.related-post .owl-theme .owl-nav {
    display: none;
}

.prof-image {
    margin: auto;
    display: table;
}

section.number-matching {
    background: #eeeeee;
    position: relative;
}

.single-box img {
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0px #c4c4c4;
    width: 100%;
}

.single-box h2 {
    color: #393d72;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.single-box p {
    margin-bottom: 15px;
}

.single-box .nm-list li i {
    color: #393d72;
    margin-right: 5px;
    font-size: 20px;
}

.single-box .nm-list li {
    margin-bottom: 10px;
    color: grey;
    font-size: 15px;
}

.single-box .nm-list li:last-child {
    margin-bottom: 0;
}

.single-box .nm-list li span {
    color: #393d72;
    font-weight: 700;
    margin-right: 8px;
    font-size: 18px;
}

.plan-section3 {
    border-top: 1px solid #eeeeee;
}

.services-details .details-content .image {
    margin-bottom: 40px;
}

.services-details .details-content .image img {
    width: 100%;
}

.services-details .details-content h3 {
    color: #393d72;
    font-size: 30px;
}

.services-details .details-content blockquote {
    background: #f8f6f6;
    padding: 30px;
    color: #6c6c6c;
    border-left: 5px solid #fe6367;
    margin-top: 20px;
    font-weight: 600;
}

.services-details p {
    margin-bottom: 15px;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code input.form-control:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #808080;
}

.cart-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #eeeeee;
}

.cart-wrapper .shopping-cart-wrap {
    background: #ffffff;
    border: 1px solid #c9c9c9;
}

.cart-wrapper .shopping-cart-wrap .cart-page {
    padding: 20px;
}

.cart-wrapper .shopping-cart-wrap .cart-page table {
    width: 100%;
}

.cart-wrapper .shopping-cart-wrap .cart-page .cart-heading {
    background: #393d72;
}

.cart-wrapper .shopping-cart-wrap .cart-page th {
    color: #ffff;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data {
    padding: 20px;
    text-align: center;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data td {
    border: 1px solid #eeeeee;
    padding: 10px 0;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .remove-pro i {
    font-size: 25px;
    color: #555555;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .img-pro img {
    max-width: 30%;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-name a {
    font-size: 15px;
    font-weight: 700;
    color: #3a3e73;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-price {
    color: #393d72;
    font-size: 18px;
    font-weight: 600;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-qantity label {
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    color: #928c8c;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-qantity input {
    font-size: 15px;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 1px solid #d0d0d0;
    padding-right: 6px;
}

.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .total-amount {
    font-size: 15px;
    font-weight: 600;
}

.cart-wrapper .shopping-cart-wrap .cart-page .submit-cart {
    text-align: center;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 20px;
}

.cart-wrapper .shopping-cart-wrap .cart-page .submit-cart button {
    background: #393d72;
    color: #ffff;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    transition: .5s;
    -webkit-transition: .5s;
}

.cart-wrapper .shopping-cart-wrap .cart-page .submit-cart button:hover {
    background: #fe6367;
    cursor: pointer;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper {
    padding: 20px;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code {
    border: 1px solid #eeeeee;
    padding: 30px;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code h4 {
    color: #393d72;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code input.form-control {
    height: 60px;
    width: 100%;
    line-height: 74px;
    padding: 20px 0;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code input::placeholder {
    padding-left: 15px;
    font-size: 14px;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
    background: #393d72;
    color: #ffff;
    border: none;
    padding: 8px 10px;
    transition: .5s;
    -webkit-transition: .5s;
    margin-top: 20px;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button:hover {
    background: #fe6367;
    cursor: pointer;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .subtotal p {
    color: #393d72;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .subtotal p.price {
    font-size: 18px;
    color: #393d72;
    float: right;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .total {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .total p {
    color: #393d72;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .total .total-amount {
    font-size: 18px;
    float: right;
}

.faq-image {
    text-align: center;
}

.faq-content .faq-panel {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 7px 0 rgba(70, 70, 70, 0.06);
    margin-bottom: 17px;
    position: relative;
}

.faq-content .faq-panel:last-child {
    margin-bottom: 0;
}

.faq-content .faq-panel .faq-title {
    border-bottom: none;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 40px 15px 15px;
    margin: 0;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    background: #393d72;
}

.faq-content .faq-panel .faq-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-content .faq-panel .faq-title.active {
    color: #ffffff;
    background-color: #fe6367;
    border-radius: 5px;
}

.faq-content .faq-panel .faq-textarea {
    display: none;
    padding: 15px;
}

.error-all-info {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

.error-section {
    background-image: url(../img/404two.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

.error-section::before {
    content: "";
    position: absolute;
    background-color: rgb(57, 61, 114, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.error-all-info .image {
    margin-top: 50px;
}

.error-all-info .text h1 {
    color: #ffffff;
    font-size: 170px;
    text-shadow: -11px 2px 0px #ff6767;
}

.error-all-info .text p {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 50px;
}

.error-all-info .custom-btn {
    color: #ff6767;
    background: #fffcfc;
    transition: .2s;
    -webkit-transition: .2s;
}

.error-all-info .custom-btn:hover {
    color: #ffffff;
    background: #fe6367;
    opacity: unset !important;
}

.form-order .form-control {
    border: 1px solid #e1e1e1 !important;
}

.form-order strong {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.footer-shapes {
    position: relative;
    min-height: 140px;
    background-color: #fff;
    background-image: url(/img/frontend/footer-shape.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: bottom;
}

.footer-shapes .shap {
    position: absolute;
    top: -1px;
    background-color: #ac1443;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.footer-shapes .shap2 {
    position: absolute;
    top: -5px;
    width: 100px;
    height: 100px;
    left: 230px;
}

.footer-shapes .shap3 {
    position: absolute;
    top: -80%;
    width: 200px;
    height: 200px;
    left: 300px;
}

.footer-shapes .shap4 {
    position: absolute;
    top: -60px;
    width: 400px;
    height: 400px;
    left: 400px;
}

.footer-shapes .shap5 {
    position: absolute;
    top: -90px;
    width: 400px;
    height: 400px;
    left: 600px;
}

.form-order {
    background-color: #b61547;
    border-radius: 15px;
    padding: 30px;
    color: #fff;
}

.form-order .form-control {
    border: none !important;
}

.form-order .custom-btn {
    background-color: #ffaf60;
}

.form-order .custom-btn:hover,
.form-order .custom-btn:focus {
    background-color: #ea9d51;
    opacity: 1 !important;
}

.form-order .text-warning {
    color: #ffaf60 !important;
}

.form-order .sub-text {
    color: #ed96b1
}

.press-talk {
    padding: 30px;
    background-color: #fefefe;
    border-radius: 15px;
}

.press-talk .pagination .disabled .page-link {
    color: #999;
}

.press-talk .pagination .page-link {
    font-size: 15px;
    padding: 5px 15px;
    color: #b61547;
}

.press-talk .page-item.active .page-link {
    background-color: #b61547;
    border-color: #b61547;
    color: #fff;
}

.press-talk.no-border {
    padding: 0;
    border: none;
    margin-top: 20px;
}

.press-talk .posts-box {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 24px;
    margin-bottom: 23px;
}

.press-talk .posts-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.press-talk .posts-box .p-img {
    width: 100%;
}

.press-talk .posts-box .p-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.press-talk .posts-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.press-talk .p-text .text-muted {
    line-height: 1.3;
    margin-bottom: 0;
}

.expert-profile {
    width: 100%;
    height: 300px;
    padding: 50px 10px;
    background: #fff0f5;
    margin-bottom: 20px;
}

.expert-profile .avatar {
    border-radius: 15px;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.list-article .single-blog {
    border-radius: 15px;
    border: 1px solid #e1e1e1;
}

.list-article .single-blog .blog-image {
    margin-bottom: 0;
}

.list-article .single-blog .blog-image img {
    border-radius: 15px 15px 0 0;
    height: 260px;
    object-fit: cover;
}

hr {
    border-bottom: 1px solid #a9a9a9;
}

.all-blog-post:not(.feature) .single-blog-post {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #e3e3e3;
}

.all-blog-post .single-blog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-blog-post .blog-post-content .two-line {
    max-height: 64px;
    -webkit-line-clamp: 3;
    line-height: 1.5;
}

.single-blog-post>.row {
    margin-right: -10px;
    margin-left: -10px;
}

.single-blog-post>.row>div[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.single-blog-post .blog-post-image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.all-blog-post.feature .first {
    position: relative;
}

.all-blog-post.feature .first .blog-post-content {
    padding: 16px 16px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #0e0e0e6e;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.all-blog-post.feature .first .blog-post-content *,
.all-blog-post.feature .second .blog-post-content * {
    color: #fff;
    margin-bottom: 0;
}

.all-blog-post.feature .first .blog-post-content h2 {
    margin-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.all-blog-post.feature .first .blog-post-image img {
    height: 360px;
}

.all-blog-post.feature .second {
    margin-bottom: 20px;
    position: relative;
}

.all-blog-post.feature .second .blog-post-image img {
    height: 170px;
}

.all-blog-post.feature .second .blog-post-content {
    padding: 10px 10px 6px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #0e0e0e6e;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.all-blog-post.feature .second .blog-post-content h2 {
    font-size: 1.1rem;
    font-weight: 500 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blog-details.single-blog-post {
    margin-bottom: 0;
}

.blog-page-area .section-title {
    margin-bottom: 5px;
}

.blog-page-area.detail .section-title h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.blog-details.single-blog-post .post-content-area .post-quote {
    font-weight: 500;
    font-size: 1.065rem;
    margin-bottom: 10px;
    text-align: justify;
}

.blog-details .share-post i {
    color: #fff;
    font-size: 1.2rem;
}

.note-editor h2 {
    font-weight: 600;
    font-size: 1.65rem;
}

.note-editor h1 {
    font-weight: 600;
    font-size: 1.8rem;
}

.note-editor h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 1.35rem;
}

.note-editor ul {
    list-style: initial;
    padding-inline-start: 30px !important;
}

.note-editor ul>li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.note-editor p {
    margin-right: 0 !important;
}

.note-editor img {
    margin: 8px 0 0 !important;
}

.blog-details .share-post>a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
}

.single-blog-post .source {
    margin-top: 12px;
}

.blog-sidebar .sidebar-menu h2 {
    font-weight: 600;
}

.blog-search .input-text,
.blog-post-content>h2 a,
.blog-post-content>h5,
.post-category strong {
    color: #2c2c2c;
}

.post-tag a {
    border: 1px solid #e6e6e6;
    background-color: #eee;
    padding: 4px 8px 3px;
    font-size: 13px;
    font-weight: 400;
    margin-right: 3px;
    color: #444 !important;
}

.blog-search .input-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 40px;
    padding-right: 40px;
    width: 100%;
}

.blog-search>form {
    position: relative;
}

.blog-search button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #808080;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    cursor: pointer;
}

.blog-search button i {
    display: inline-block;
    height: 100%;
    line-height: 40px;
    vertical-align: middle;
    width: 100%;
    font-size: 20px;
}

.blog-post-content>h2 {
    line-height: 28px;
    font-size: 18px;
    line-height: inherit;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-post-content>h2 a {
    font-size: inherit;
}

.blog-post-content>h2 a:hover,
.blog-search button:hover {
    color: #d72828;
}

.blog-post-content>h5 {
    font-size: 19px;
    margin-bottom: 0;
}

.blog-post-content .default-button {
    margin-top: 15px;
}

.blog-post-content .default-button a {
    font-size: 14px;
}

.single-blog-post-image {
    margin-bottom: 20px;
}

.blog-post-content a:hover {
    color: #2c2c2c;
}

.blog-post-content .default-button a,
.blog-post-content .default-button a:hover {
    color: #fff;
}

.blog-post-content blockquote {
    background: #ebebeb none repeat scroll 0 0;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.3px;
    padding: 15px 20px;
}

.single-blog-post .blog-post-content h2 a {
    color: #222;
}

.single-blog-post .blog-post-content h2 a:hover {
    color: #d72828;
}

.blog-post-content .post-category {
    display: inline-block;
    margin-bottom: 0;
}

.blog-post-content .default-button a {
    line-height: 30px;
    font-size: .95rem;
    height: 30px;
    text-transform: inherit !important;
}

.blog-meta .fl-item {
    background-color: #fceaef;
    padding: 0 12px;
    border-radius: 5px;
    font-style: italic;
}

.blog-meta .fl-item p {
    font-size: 14px;
}

.blog-meta h5 {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-meta>p {
    display: inline-block;
    margin-bottom: 10px;
}

.blog-meta>p:not(:last-child) {
    margin-right: 40px;
}

.share-post {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
}

.blog-details .table-of-content {
    background-color: #eee;
    border-radius: 10px;
    margin: 15px 0;
    padding: 20px;
    font-size: 16px;
}

.blog-details .table-of-content>ol {
    margin-left: 0;
    padding-left: 0;
}

.app-dusty .blog-post-content .share-post>a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
    border-radius: 50%;
}

.share-post>a.facebook {
    background: #3c80d4;
}

.share-post>a.twitter {
    background: #1da1f2;
}

.share-post>a.pinterest {
    background: #bd081c;
}

.share-post>a.instagram {
    background: #ec537d;
}

.share-post>a:hover {
    opacity: 0.8;
    color: #fff;
}

.blog-post-comment {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
}

.blog-post-comment>h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.post-comment-form>h3 {
    font-size: 22px;
    margin-bottom: 25px;
}

.all-comment-list .heading-title {
    font-size: 20px;
}

.all-comment-list h4 {
    margin-bottom: 25px;
}

.single-comment {
    background: #f7f7f6 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
}

.expert-slider .expert-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 20px;
}

.expert-slider .expert-item img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.expert-slider .expert-item h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.expert-slider .owl-nav {
    display: none;
}

.expert-slider .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-bottom: 25px;
}

.expert-slider .owl-dot span {
    background-color: #bbb !important;
    border-radius: 5px !important;
    border: none !important;
    height: 4px !important;
    width: 18px !important;
    margin: 0 3px !important;
}

.expert-slider .owl-dot.active span {
    background-color: #ffbb6f !important;
}

.product-list .single-program h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-slider {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 955px;
}

.gallery-slider .placeholder {
    height: 100%;
    width: 100%;
    background-color: #f6f7f8;
    position: absolute;
}

.gallery-slider.special {
    height: 780px !important;
}

.gallery-slider__images {
    margin: 0;
    position: relative;
}

.gallery-slider__images .item {
    padding: 0;
}

.gallery-slider__images .item .img-fill {
    text-align: center;
    border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 576px) {
    .gallery-slider__images .item .img-fill {}
}

@media screen and (min-width: 720px) {
    .gallery-slider__images .item .img-fill {}
}

.gallery-slider__images .item .img-fill img {
    border-radius: 5px;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 780px;
}

.gallery-slider__images .next-arrow,
.gallery-slider__images .prev-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: 0 none;
    text-align: center;
    color: #FFF;
    z-index: 5;
    opacity: 0;
    transition: all 0.5s;
    outline: 0;
}

.gallery-slider__images .next-arrow {
    border-radius: 50%;
}

.gallery-slider__images .prev-arrow {
    border-radius: 50%;
}

.gallery-slider__images .next-arrow svg,
.gallery-slider__images .prev-arrow svg {
    top: 3px;
}

.gallery-slider__images .next-arrow svg {
    right: -1px;
    top: -1px;
}

.gallery-slider__images .prev-arrow svg {
    left: -1px;
    top: -1px;
}

.gallery-slider__images .next-arrow {
    right: 15px;
    z-index: 10;
}

.gallery-slider__images .prev-arrow {
    left: 15px;
    z-index: 10;
}

.gallery-slider__images:hover .next-arrow,
.gallery-slider__images:hover .prev-arrow,
.gallery-slider .generate:hover .prev-arrow,
.gallery-slider .generate:hover .next-arrow {
    opacity: 1;
}

.gallery-slider__images .caption {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    opacity: 1;
    transition: opacity 0.15s;
}

.gallery-slider__images .caption.hide {
    opacity: 0;
}

.gallery-slider__thumbnails {
    position: relative;
    top: auto;
    left: 0px;
    width: 100%;
    z-index: 4;
    transition: all 0.8s;
    margin: 0;
    padding: 17px 0;
}

.gallery-slider__thumbnails:before,
.gallery-slider__thumbnails:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    pointer-events: none;
}

.gallery-slider__thumbnails:before {
    left: 0;
}

.gallery-slider__thumbnails:after {
    right: 0;
}

.gallery-slider__thumbnails .item .img-fill {
    height: 130px;
    background: white;
    cursor: pointer;
    border: none;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gallery-slider__thumbnails .item .img-fill img {
    opacity: 0.8;
    transition: all 0.5s;
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    top: 50%;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-slider__thumbnails .item:hover .img-fill img,
.gallery-slider__thumbnails .slick-current .img-fill img {
    opacity: 1;
}

.gallery-slider__thumbnails .item.slick-center img {
    opacity: 1;
}

.gallery-slider__thumbnails .next-arrow,
.gallery-slider__thumbnails .prev-arrow {
    position: absolute;
    width: 17px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border: 0 none;
    z-index: 15;
}

.gallery-slider__thumbnails .next-arrow svg,
.gallery-slider__thumbnails .prev-arrow svg {
    top: -1px;
}

.gallery-slider__thumbnails .next-arrow svg {
    right: 5px;
}

.gallery-slider__thumbnails .prev-arrow svg {
    left: -7px;
}

.gallery-slider__thumbnails .next-arrow {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.gallery-slider__thumbnails .prev-arrow {
    left: 0px;
    border-radius: 0 5px 5px 0;
}

.gallery-slider .next-arrow,
.gallery-slider .prev-arrow {
    cursor: pointer;
}

.gallery-slider .next-arrow svg,
.gallery-slider .prev-arrow svg {
    width: 15px;
    height: 15px;
    position: relative;
}

.gallery-slider .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.gallery-slider__thumbnails .slick-slider {
    overflow: hidden;
}

.gallery-slider__thumbnails .slick-slide {
    outline: none;
}

.gallery-slider__thumbnails .slick-list {
    margin: 0 -8px;
}

.gallery-slider__thumbnails .item {
    padding: 0 7px;
}

.sidebar-posts .post {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sidebar-posts .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-posts .post .logo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-posts .post .info .two-line {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.sidebar-posts .post .info .summary {
    line-height: 22px;
    font-size: 15px;
}

.sidebar-posts .post .info .help-block {
    color: #999;
    font-size: 15px;
}

.checkout .coupon-info .form-row input[type="submit"],
.checkout .checkout-coupon input[type="text"] {
    margin-right: 15px;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
    padding: 20px;
    border: 1px solid #ebebeb;
}

.checkout {
    border: 1px solid #e1e1e1;
    margin: 10px 0 30px 0;
    border-radius: 3px;
}

.checkout input,
.checkout textarea {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    height: 40px;
    line-height: 20px;
    padding: 5px 10px;
    color: #2c2c2c;
}

.checkout input[type="submit"] {
    background: #d72828;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    transition: all 0.3s ease 0s;
    width: inherit;
}

.checkout input[type="submit"]:hover {
    background: #2c2c2c;
}

.checkout-coupon>input[type="text"] {
    max-width: 150px;
}

.checkbox-form h3,
.your-order h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 22px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    width: 100%;
}

.checkout-form-list,
.checkout-country {
    margin-bottom: 30px;
}

.nice-select ul.list {
    max-height: 250px;
    overflow-y: scroll;
}

.order-notes .checkout-form-list {
    margin-bottom: 0;
}

.country-select label,
.checkout-form-list label {
    color: #333;
    margin: 0 0 5px;
    display: block;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
    font-size: 15px;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}

.create-acc label {
    color: #2c2c2c;
    display: inline-block;
}

.ship-different-title h3 label {
    color: #2c2c2c;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}

.ship-different-title input {
    height: auto;
    width: auto;
    position: relative;
    top: 1px;
}

.checkout textarea {
    height: 100px;
}

.create-account,
#ship-box-info {
    display: none;
}

.your-order {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px;
}

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

thead {
    background-color: #f6f6f6;
}

.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #ebebeb;
    border-right: medium none;
    font-size: 14.5px;
    padding: 10px 0;
    text-align: center;
}

.your-order-table table tr.cart_item:hover {
    background: #ebebeb;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order .cart-subtotal th,
.your-order .cart-subtotal {
    font-weight: bold;
}

.your-order-table table tr.order-total td span {
    color: #464646;
    font-size: 20px;
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
    font-weight: bold;
}

.payment-method {
    margin-top: 40px;
}

.payment-accordion .card {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.payment-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background: transparent;
}

.payment-accordion .card-body {
    padding: 0;
}

.payment-accordion .panel.panel-default {
    margin-bottom: 20px;
}

.payment-accordion h5.panel-title {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.payment-accordion h5.panel-title>a:hover {
    color: #d72828 !important;
}

.payment-accordion .card-body>p {
    color: #333;
}

.checkout .order-button-payment>input {
    width: 100%;
}

.cart-table {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cart-table .cart-plus-minus {
    position: relative;
    text-align: left;
    width: 112px;
}

.cart-table .head {
    font-size: 16px;
    font-weight: 600;
}

.cart-table .cart-heading {
    font-weight: 500;
    padding: 18px 15px 10px;
    background-color: #f6f6f6;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #e8e8e8;
}

.cart-table .qtybutton svg {
    width: 9px;
    height: 9px;
    fill: #555;
}

.cart-table .dec.qtybutton,
.cart-table .inc.qtybutton {
    right: 28px;
    height: 17px;
    font-size: 13px;
    line-height: 13px;
    width: 18px;
}

.dec.qtybutton,
.inc.qtybutton {
    background-color: #f1f1f1;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
}

.dec.qtybutton {
    bottom: 0;
}

.inc.qtybutton {
    top: 0;
}

.cart-table .cart-plus-minus-box {
    width: 60px;
    border-radius: 3px;
    background: #f8f8f8;
    text-align: center;
    padding: 5px;
}

.cart-table .cart-body {
    padding: 20px;
    font-size: 16px;
}

.cart-table .cart-footer {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
}

.cart-table .cart-body .cart-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.cart-table .cart-body .cart-list .cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cart-table .cart-item .cart-product {
    display: flex;
}

.cart-table .cart-item .cart-product .cart-item-name a {
    font-size: 18px;
    font-weight: 600;
}

.cart-table .cart-item .cart-product .cart-item-name .delete a {
    font-size: 15px;
    font-weight: 500;
}

.cart-table .cart-item-name h4 {
    font-size: 15px;
    font-weight: 500;
}

.cart-table p.delete {
    font-size: 14px;
    margin-top: 5px;
}

.cart-table .cart-item .cart-product .cart-image {
    width: 80px;
    height: 90px;
    margin-right: 15px;
}

.cart-table .cart-item .cart-product .cart-image img {
    width: 80px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-page-edit a {
    font-size: 16px;
}

.korando-table-area .default-button a {
    color: #fff;
}

.cart-page-edit a:hover,
.cartpage-delete-item a:hover,
.cartpage-pro-dec p a:hover,
.ship-info a:hover,
.method-right a:hover,
.cartpage-pro-dec h2 a:hover,
a.wishlist-back:hover,
.wishlist-table .cartpage-pro-dec h2 a:hover {
    color: #d72828;
}

.cart-pro-price {
    margin-bottom: 0;
    color: #414141;
    line-height: 20px;
}

.cartpage-button {
    border-top: 0px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    padding: 18px;
}

.cart-page-single-area {
    border: 1px solid #ebebeb;
    margin: 50px 0 0 0;
    padding: 15px;
}

h2.cartpage-title {
    border-bottom: 1px solid #ebebeb;
    color: #2c2c2c;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.cart-page-single-area .pro-tag-form label,
.estimate-shiping p {
    color: #a6a6a6;
    display: block;
    font-weight: normal;
    margin: 0 0 8px;
    font-size: 13px;
}

.cart-page-single-area .pro-tag-form p {
    border-top: 1px solid #e1e1e1;
    margin-top: 15px;
    text-align: right;
}

.cart-page-single-area .pro-tag-form p a,
.estimate-shiping p a.add-tag-btn {
    line-height: 19px;
    margin-top: 15px;
}

.cartpage-total-price {
    padding: 15px;
    text-align: right;
}

.total-price-box {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cartpage-total-price p {
    margin-bottom: 5px;
    font-size: 14.5px;
    color: #2c2c2c;
}

.estimate-shiping label {
    font-weight: normal;
}

.estimate-shiping label sup {
    top: 0;
}

.card-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #ffce73;
    padding: 1px 5px;
    line-height: 15px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #ae183f;
}

.country-select select,
.cardtype select,
select.month-select,
select.year-select {
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    width: 100%;
    color: #666;
}

.cartpage-button>div:first-child {
    float: left;
}

.cartpage-button>div:last-child {
    float: right;
}

.payment-price .form-group {
    clear: both;
    text-align: right;
}

.payment-price .form-group select {
    margin-bottom: 15px;
}

.payment-price .form-group label {
    font-weight: normal;
    line-height: 24px;
    text-align: left;
}

.payment-price .form-group .red {
    font-weight: bold;
    color: #e32c2f;
}

.payment-info {
    padding: 20px;
}

.payment-info .checkout-head {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: 1px;
}

.payment-info .form-group label {
    font-weight: 600;
    margin-bottom: 5px;
}

.payment-info .form-group sup {
    color: #d9251f;
    font-size: 20px;
    top: 0;
}

.payment-info .divider {
    border-bottom: 1px solid #e8e8e8;
    border-top: 0px;
    margin: 10px -15px;
}

.payment-info .title-tips {
    font-size: 13.5px;
    line-height: 18px;
    color: #b3b8bb;
}

.payment-info textarea {
    height: 100px !important;
}

.order-summary {
    margin: 0;
    list-style: none;
    background: #f6f6f6;
    padding: 15px;
    display: flex;
    border-radius: 3px;
    border-bottom: 1px solid #e1e1e1;
}

.order-summary>li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    line-height: 1em;
    border-right: 1px dashed #e4e4e4;
}

.order-summary>li:last-child {
    border-right: none;
}

.order-summary>li .box {
    padding: 5px 15px;
    font-size: 12px;
    color: #888;
}

.order-summary>li .box strong {
    display: block;
    margin-top: 7px;
    font-weight: 500;
    -webkit-font-smoothing: auto;
    color: #333;
    text-transform: initial;
    font-size: 15px;
}

.order-info .order-status {
    width: 100%;
    height: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    padding: 0;
    color: #fff;
    margin-top: 7px;
    background-color: #24bf66;
}

.order-message .alert {
    margin-bottom: 18px;
}

.order-content table tbody {
    background-color: #fbfbfb;
}

.order-content table td,
.order-content table th {
    padding: 15px 20px;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: inherit;
}

.order-content .amount {
    font-weight: 700;
    font-size: 18px;
}

.order-content .price-item {
    font-weight: 600;
    font-size: 16px;
}

.sweet-alert {
    font-family: inherit;
}

.sweet-alert .sa-button-container button.confirm {
    font-family: inherit;
    border-radius: 10px;
}

.medical-consultation {
    border: none;
    margin-bottom: 25px;
}

.medical-consultation .accordion-button {
    background-color: #ffd581;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

.medical-consultation .accordion-button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.medical-consultation .card-header {
    padding: 0;
    border: none;
}

.medical-consultation .card-body {
    background-color: #eee;
    border-radius: 10px;
    margin-top: 5px;
}

.post-expert {
    border-radius: 15px;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.post-expert .col-left {
    width: 20%;
    float: left;
}

.post-expert .col-right {
    width: 80%;
    float: right;
}

.post-expert .col-right h5 {
    font-size: 18px;
    font-weight: 700;
    color: #ac1444;
}

.post-expert .col-right p {
    font-size: 15.5px;
    line-height: 24px;
}

.post-expert .avatar img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}

.post-expert .socials {
    display: inline-flex;
    margin-top: 5px;
}

.post-expert .socials li {
    margin-right: 2px;
}

.post-expert .socials li img {
    width: 25px;
    height: 25px;
}

.clear {
    clear: both;
}

.review-expert .class-img-wrap img {
    height: 180px;
    object-fit: cover;
}

.rating {
    margin: 0 0 10px;
}

.product-rating {
    margin-right: 10px;
    width: 128px;
    height: 25px;
}

.rating a {
    font-size: 22px;
    margin-right: 5px;
    color: #ffcc4a;
}

.rating a.fa-star {
    color: #ffcc4a;
}

.text-rating i {
    font-size: 15px;
    color: #888;
    margin-top: -12px;
    position: relative;
    top: -5px;
}

.shop-cart-tab .table {
    max-width: 100% !important;
}

#toc {
    margin-left: -20px;
}

#toc ol {
    padding-left: 20px;
}

#toc ol a:hover,
#toc ol a:focus {
    color: #ae183f;
}

.box-gray-rounded {
    background-color: #f4f5f6;
    border-radius: 10px;
    padding: 20px;
}

@media only screen and (max-width: 1368px) {
    .navbar-nav .custom-button input {
        width: 300px;
    }

    .news-left {
        width: 250px;
    }

    .news-right {
        width: calc(100% - 250px);
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px;
    }
}

@media (min-width: 1900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1460px;
    }

    .footer-shapes {
        min-height: 180px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-post-content .post-expert .col-left {
        margin-bottom: 15px;
    }

    .blog-post-content .post-expert .col-left,
    .blog-post-content .post-expert .col-right {
        width: 100%;
        text-align: center;
    }

    .shop-cart-tab .nav-item {
        width: 100%;
    }

    .shop-cart-tab .nav-item button {
        width: 100%;
    }

    .gallery-slider {
        height: 580px;
    }

    .gallery-slider__thumbnails .item .img-fill {
        height: 100px;
    }

    .gallery-slider__images .item .img-fill img {
        height: 430px;
    }

    .expert-reviews {
        height: auto;
    }

    .row .col-25 {
        width: 100%;
    }

    .features-section {
        padding-top: 14px !important;
    }

    .program-section {
        padding-bottom: 0 !important;
    }

    .single-contact.form-consulting {
        height: auto;
    }

    .form-order {
        padding: 20px;
    }

    #press-talk {
        margin-top: 30px;
    }

    .press-talk {
        padding: 20px;
    }

    .press-talk .p-img img {
        height: 180px !important;
        margin-bottom: 20px;
    }

    .footer-shapes {
        min-height: 50px;
    }

    #baby-decor {
        padding-top: 20px;
    }

    #baby-decor .blog-baby-image {
        padding-top: 0;
    }

    .cover {
        width: 100% !important;
        position: relative;
        top: 56px;
    }

    .breadcrumb-area {
        margin-top: 50px;
    }

    .product-list {
        padding-top: 0 !important;
    }

    .single-category-news .news-left {
        width: 100%;
    }

    .single-category-news .category-news-image img {
        height: 240px;
    }

    .single-category-news .news-right {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .sidebar-posts .logo img {
        height: 180px !important;
    }

    .expert-list .single-category-news .news-left {
        width: 35% !important;
    }

    .expert-list .single-category-news .category-news-image {
        width: 100px;
        height: 100px;
    }

    .expert-list .news-left img {
        width: 100px !important;
        height: 100px !important;
    }

    .expert-list .single-category-news .news-right {
        width: 65% !important;
        padding-top: 0;
    }

    .expert-profile {
        text-align: center;
        height: 560px;
        margin-bottom: 10px;
        padding-top: 100px;
    }

    .expert-profile h1 {
        margin-top: 30px;
    }

    .expert-profile .post-expert {
        background-color: transparent;
    }
}

@media only screen and (max-width: 767px) {
    .work-section .single-work h3 {
        font-size: 16px;
    }

    .expert-reviews {
        height: auto;
    }

    .blog-meta .d-flex {
        flex-direction: column;
    }

    .blog-meta .share-post {
        margin-bottom: 20px !important;
        margin-top: 10px;
    }

    .mobile-nav .logo img {
        width: 100px;
    }

    .navbar-nav .custom-btn {
        display: none;
    }

    .header-top-wrapper {
        display: none;
    }

    .child-care-slider-wrap {
        height: 100%;
        padding-top: 56px;
    }

    .single-slider .slider-text h3 {
        font-size: 25px;
    }

    .single-slider .slider-text p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .child-care-slider.owl-theme .owl-nav {
        display: none;
    }

    .mean-container .mean-nav ul li:last-child a {
        padding-bottom: 1em;
    }

    .navbar-light {
        background: #ffff;
    }

    .navbar-light .custom-btn {
        display: none;
    }

    ul.navbar-nav {
        padding: 18px 0;
    }

    .navbar-light .navbar-toggler {
        background: #e1ebf1;
        border: none;
    }

    .navbar-nav .custom-btn {
        right: 60px;
    }

    li.custom-button.mean-last {
        display: none;
    }

    .slider-all-shape {
        display: none;
    }

    .slider-img {
        margin-top: 60px;
    }

    .slider-video-icon a {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }

    .slider-text {
        text-align: center;
    }

    .about-section .single-about .section-title {
        text-align: center;
    }

    .child-care-slider-wrap .img-video-shape {
        position: relative;
        margin-top: 40px;
    }

    section.features-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    section.features-section {
        margin-top: 0;
    }

    .single-slider .slider-text h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .about-section .single-about .section-title h2 {
        font-size: 22px;
    }

    .single-about .section-title {
        margin-bottom: 20px;
    }

    .about-section .shape1 {
        display: none;
    }

    .about-section .shape4 {
        display: none;
    }

    .about-section .shape2 {
        display: none;
    }

    .about-section .shape3 {
        display: none;
    }

    .about-section .single-about .about-list ul li {
        font-size: 16px;
    }

    .about-section .single-about {
        margin-left: unset;
        max-width: 530px;
        margin: auto;
    }

    .ap-about-section {
        padding-top: 50px !important;
    }

    .single-about-bg .image {
        display: none;
    }

    .about-section {
        padding-bottom: 50px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .section-title h6 {
        font-size: 15px;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .work-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .work-section .shape3 {
        top: 5%;
        right: 5%;
        width: 8%;
    }

    .work-section .shape2 {
        top: 40%;
        right: 4%;
        width: 6%;
    }

    .work-section .bg-shape {
        display: none;
    }

    .work-section .shape5 {
        display: none;
    }

    .work-section .shape4 {
        width: 12%;
    }

    .work-section .shape1 {
        width: 8%;
    }

    .work-section .shape4 {
        display: none;
    }

    .work-section .custom-button {
        margin-top: 0px;
    }

    .work-section .single-work p {
        font-size: 15px;
    }

    .work-section .single-work .ico-bg1 {
        width: 120px;
        height: 120px;
    }

    .work-section .single-work .ico-bg2 {
        width: 120px;
        height: 120px;
    }

    .work-section .single-work .ico-bg3 {
        width: 120px;
        height: 120px;
    }

    .work-section .single-work .text {
        margin-top: 20px;
    }

    section.choose-section {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .choose-section .single-choose h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .choose-section .single-choose .image {
        margin-bottom: 15px;
    }

    .event-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .event-section {
        background-image: linear-gradient(#e35272, #e35272);
        clip-path: unset;
        position: relative;
        text-align: center;
    }

    .event-shape {
        display: none;
    }

    .event-section .single-event {
        width: 258px;
    }

    .event-section .single-event h4 {
        max-width: 175px;
        font-size: 16px;
    }

    .services-section {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .services-section2 {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .services-section .single-service .text p {
        font-size: 14px;
    }

    .services-section .single-service .image {
        width: 35px;
    }

    .services-section .single-service .image .img-bg1 {
        width: 45px;
        height: 45px;
    }

    .services-section .single-service .image .img-bg2 {
        width: 45px;
        height: 45px;
    }

    .services-section .single-service .image .img-bg3 {
        width: 45px;
        height: 45px;
    }

    .services-section .single-service .image .img-bg4 {
        width: 45px;
        height: 45px;
    }

    .services-section .single-service .image .img-bg5 {
        width: 45px;
        height: 45px;
    }

    .services-section .single-service .image .img-bg6 {
        width: 45px;
        height: 45px;
    }

    .services-section .single-service .text {
        margin-left: 85px;
    }

    .testimonial-section .owl-theme .owl-dots .owl-dot {
        display: none;
    }

    .testimonial-section .test-baby-image ul li {
        width: 50%;
    }

    .testimonial-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .single-testimonial .test-text-img p {
        max-width: 200px;
    }

    .single-testimonial .test-profile img {
        margin-top: 20px;
    }

    .news-letter .news-letter-item h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .news-letter .news-letter-item {
        text-align: center;
    }

    .program-section .custom-button {
        margin-top: 0;
    }

    .news-letter {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .news-letter .news-letter-item input {
        width: 100%;
    }

    .news-letter .news-letter-item input {
        height: 50px;
    }

    .news-letter-item .head.float-left {
        float: none !important;
    }

    .news-letter-item .float-left {
        float: none !important;
    }

    .testimonial-section .test-baby-image {
        padding-top: 0;
    }

    .news-btn {
        padding: 10px 35px;
        font-size: 15px;
        margin-top: 20px;
    }

    .blog-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-section .blog-slider .single-blog .blog-caption .text h3 {
        font-size: 18px;
    }

    .blog-section .blog-slider .single-blog .blog-footer-text ul {
        padding: 10px 5px;
    }

    .blog-section .blog-slider .single-blog .blog-footer-text ul li {
        font-size: 13px;
    }

    .blog-section .blog-slider .single-blog .blog-caption .text p {
        font-size: 16px;
    }

    .blog-section .blog-slider .single-blog .blog-caption {
        padding: 15px;
    }

    .blog2-section .single-blog .img-caption h3 {
        font-size: 18px;
        max-width: unset;
    }

    .blog2-section .single-blog .read-more-btn {
        font-size: 15px;
    }

    .single-blog .blog-chat-list ul li {
        padding-right: 10px;
    }

    .blog-section .owl-theme .owl-nav {
        margin-top: 30px;
    }

    .blog2-section .single-blog .img-caption {
        padding: 20px;
    }

    .program-section .single-program .image-caption .pr-bottom ul li>span {
        font-size: 15px;
    }

    .footer-top {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .footer-top .foot-about .social-icon ul li {
        margin-right: 14px;
    }

    .footer-top .classes-foot h3 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-top .foot-about {
        margin-bottom: 40px;
    }

    .footer-top .classes-foot {
        margin: unset;
        margin-bottom: 30px;
    }

    .footer-top .quick-link {
        margin-bottom: 30px;
    }

    .footer-top .quick-link h3 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-top .latest-news {
        margin-bottom: 30px;
    }

    .footer-top .latest-news h3 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .program-section .single-program .image-caption .pr-bottom ul li {
        font-size: 13px;
    }

    .program-section .owl-theme .owl-nav {
        display: none;
    }

    .error-all-info .text h1 {
        font-size: 140px;
    }

    .event2-section .single-event2 .time span {
        font-size: 14px;
    }

    .logo-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .event2-section .single-event2 {
        width: 100%;
        margin: 0;
    }

    .event2-section .single-event2 h2 {
        font-size: 18px;
    }

    .plan-section .single-plan .img-shape img {
        right: 0;
        width: 60px;
        left: unset;
    }

    .plan-section .single-plan:hover .img-shape img {
        left: 0;
    }

    .plan-section .single-plan .head h3 {
        font-size: 20px;
    }

    .testimonial-slider .single-testimonial {
        margin-top: 35px;
    }

    .plan-section .single-plan .head h1 {
        font-size: 45px;
    }

    .plan-section .plan-shape-image .shape1 {
        display: none;
    }

    .plan-section .plan-shape-image .shape2 {
        display: none;
    }

    .single-about-bg2 .image {
        display: none;
    }

    .single-about-bg2::before {
        display: none;
    }

    .single-about-bg2 .image-shape2 {
        display: none;
    }

    .testimonial-shape {
        display: none;
    }

    .program-section .single-program .image-caption .pr-content {
        padding: 30px 20px;
    }

    .program-section .single-program .image-caption .pr-bottom {
        padding: 20px 20px;
        text-align: left;
    }

    section.program-section {
        padding-bottom: 50px;
    }

    .program-section .custom-btn {
        margin-top: 0;
    }

    section.features2-section {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .features2-section .feature-box-wrapper .single-feature {
        width: unset;
        float: unset;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg1 {
        margin-bottom: 10px;
        width: 120px;
        height: 120px;
        line-height: 105px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg2 {
        margin-bottom: 10px;
        width: 120px;
        height: 120px;
        line-height: 105px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg3 {
        margin-bottom: 10px;
        width: 120px;
        height: 120px;
        line-height: 105px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg4 {
        margin-bottom: 10px;
        width: 120px;
        height: 120px;
        line-height: 115px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg5 {
        margin-bottom: 10px;
        width: 120px;
        height: 120px;
        line-height: 105px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg1 img {
        width: 65px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg2 img {
        width: 65px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg3 img {
        width: 65px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg4 img {
        width: 65px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg5 img {
        width: 65px;
    }

    .event2-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .plan-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .member-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .member-section .single-member .social-link ul li a {
        width: 35px;
        height: 35px;
    }

    .member-section .single-member .social-link ul li a>i {
        line-height: 35px;
    }

    .member-section .single-member .social-link ul li a>i::before {
        font-size: 15px;
    }

    .testimonial2-section {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .testimonial-slider .single-testimonial p {
        font-size: 14px;
    }

    .blog2-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .blog-details {
        padding-bottom: 0px;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .blog2-section .blog-baby-image {
        padding-top: 30px;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list {
        left: 0;
        right: 0;
    }

    .blog2-section .owl-theme .owl-nav {
        display: none;
    }

    .all-page-banner.item-one .banner-text ul li>a {
        font-size: 16px;
    }

    .all-page-banner.item-one .banner-text ul li {
        font-size: 16px;
    }

    .news-letter .custom-button {
        position: unset;
        margin-top: 25px;
    }

    .blog-section .owl-theme .owl-nav {
        margin-top: 10px;
    }

    .all-page-banner.item-one .banner-text ul i::before {
        font-size: 15px;
    }

    .all-page-banner {
        height: 100%;
        padding-top: 140px;
        padding-bottom: 100px;
    }

    .all-page-banner .banner-text ul li {
        font-size: 16px;
    }

    .all-page-banner .banner-text ul li>a {
        font-size: 16px;
    }

    .all-page-banner .banner-text ul i::before {
        font-size: 15px;
    }

    .all-page-banner.item-one .banner-text h1 {
        font-size: 38px;
    }

    .all-page-banner.item-one .banner-text ul i {
        padding-left: 5px;
        padding-right: 5px;
    }

    .about-section {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .about-section .custom-button {
        margin-top: 30px;
    }

    .about-services-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .daycare-section .daycare-bg {
        display: none;
    }

    .daycare-section .daycare-special {
        margin-left: 0;
    }

    .daycare-section .daycare-special {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .daycare-section .daycare-special h3 {
        font-size: 20px;
    }

    .daycare-section .daycare-special .special-list ul li {
        font-size: 15px;
    }

    .babysitter-section .babysitter-shape {
        display: none;
    }

    .babysitter-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .all-page-banner .banner-text h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .address-section {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .classes-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .classes-section .single-box {
        padding: 30px 15px;
    }

    .class-service-wrap {
        margin-top: 20px;
    }

    .classes-section .single-box .class-service-wrap .class-main-content h3 {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .classes-section .single-box .class-service-wrap .date-btn {
        display: none;
    }

    .classes-section .single-box .class-service-wrap .class-main-content p {
        margin-bottom: 5px;
    }

    .classes-section .next-prev-button {
        text-align: unset;
    }

    .classes-section .export-button {
        float: none;
        margin-bottom: 20px;
    }

    .classes-section .next-prev-button ul li {
        padding-right: 15px;
    }

    .plan-shape-image .plan-top-shape img {
        display: none;
    }

    section.activites-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-features .single-feature {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .our-features .single-feature .heading h3 {
        font-size: 18px;
    }

    .our-features .single-feature .icon i {
        font-size: 22px;
    }

    .our-activites {
        margin-bottom: 40px;
    }

    .our-features h3 {
        margin-bottom: 20px;
    }

    .our-activites h3 {
        margin-bottom: 20px;
    }

    .our-activites .bar-inner {
        height: 20px;
    }

    .our-activites .bar {
        height: 20px;
    }

    .our-activites .bar {
        width: 100%;
    }

    .team-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .team-section .single-team .img-caption h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .team-section .single-team .img-caption p {
        margin-bottom: 8px;
    }

    .team-section .single-team .social-icon li a {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }

    .blog-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text {
        display: unset;
    }

    .blog-section .left-blog .single-blog .blog-caption {
        background: #ffff;
        padding: 20px;
    }

    .blog-section .single-blog .blog-image .blog-chat-list ul li {
        padding-right: 10px;
    }

    .blog-section .left-blog .single-blog .blog-chat-list ul li.chat {
        padding: 5px 14px;
    }

    .blog-section .left-blog .single-blog .blog-chat-list ul li.gallery {
        padding: 5px 18px;
    }

    .shop-section .right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text {
        display: unset;
    }

    section.shop-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .right-sidebar {
        padding-top: 50px;
        padding-bottom: 20px !important;
    }

    .left-sidebar {
        padding-top: 0px !important;
        padding-bottom: 50px;
    }

    .related-post {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .rel-post {
        padding-top: 50px;
    }

    .shop-section .right-shop .blog-all-category-wrapper .latest-posts {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .shop-section .right-shop .productsearchform {
        margin-top: 50px;
    }

    .single-blog-section {
        padding-bottom: 50px;
    }

    .left-blog-section {
        padding-bottom: 50px;
    }

    .single-shop-section {
        padding-bottom: 20px;
    }

    section.contact-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .getin-touch-section .get-box .icon i::before {
        font-size: 18px;
    }

    .getin-touch-section .get-box .icon {
        display: inline-block;
    }

    .getin-touch-section .get-box .text {
        padding-left: 0;
        margin-top: 20px;
    }

    .getin-touch-section .get-box {
        text-align: center;
    }

    section.getin-touch-section {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .blog2-section .right-blog .blog-all-category-wrapper .latest-posts .latest-title h3 {
        font-size: 18px;
    }

    .blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text a>h3 {
        font-size: 15px;
    }

    .blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    section.right-blog-section {
        padding-bottom: 0;
    }

    .shop-section .pagination-lg .page-link {
        font-size: 14px;
    }

    .blog-content {
        padding: 22px;
    }

    .blog-content blockquote {
        padding: 14px;
    }

    .blog-section .right-blog .productsearchform input {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section.cart-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cart-details .product-details h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .cart-details .product-details .price .current {
        font-size: 22px;
    }

    .cart-details .product-details .price .old {
        font-size: 14px;
    }

    button.theme-btn {
        margin-left: 5px;
    }

    section.shop-cart-tab {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .shop-cart-tab .nav-pills .nav-link {
        font-size: 15px;
    }

    .review h3 {
        font-size: 18px;
    }

    .review ol li .comment-wrap .prof-image img {
        position: unset;
    }

    .review ol li .comment-wrap .text-wrap {
        padding-left: 0;
    }

    .blog-section .single-blog .blog-image .blog-chat-list ul {
        padding: 10px 15px;
    }

    .review ol li .comment-wrap .text-wrap .text-meta .rate {
        margin-left: 0px;
        position: unset;
        left: 40%;
        top: 0;
    }

    .blog-section .single-blog .blog-image .blog-chat-list ul li i:before {
        font-size: 15px;
    }

    section.number-matching {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .single-box h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    ul.nm-list {
        margin-bottom: 30px;
    }

    .single-box .nm-list li {
        font-size: 14px;
    }

    .single-box .nm-list li span {
        margin-right: 10px;
        font-size: 16px;
    }

    section.program-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .program-section .single-program .image-caption .pr-bottom {
        padding: 10px 20px;
    }

    .program-section .single-program .image-caption .pr-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .program-section .single-program .image-caption .pr-bottom ul li>span {
        font-size: 12px;
    }

    .program-section .single-program .image-caption .pr-bottom ul li {
        margin-left: 5px;
    }

    .program-section .single-program .image-caption .pr-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list ul li i::before {
        font-size: 15px;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list ul {
        padding: 10px 15px;
    }

    section.right-blog-section .pagination {
        padding-bottom: 20px;
    }

    section.services-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .comment-form-area {
        margin-bottom: 0;
    }

    .comment-form-area {
        padding-bottom: 50px;
    }

    .services-details .details-content h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .services-details .details-content blockquote {
        padding: 22px;
    }

    .table-box {
        overflow: scroll;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code input {
        height: 42px;
        width: 100%;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code h4 {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
        margin-top: 20px;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
        margin-left: 0px;
    }

    .cart-wrapper .shopping-cart-wrap .cart-page .submit-cart button {
        font-size: 13px;
        padding: 8px 16px;
    }

    .cart-wrapper .shopping-cart-wrap .cart-page .submit-cart {
        text-align: center;
    }

    .cart-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cart-wrapper .shopping-cart-wrap .cart-page .tab-data .img-pro img {
        max-width: 100%;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .total .total-amount {
        font-size: 15px;
        float: right;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .subtotal p.price {
        font-size: 15px;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code {
        padding: 20px;
    }

    .cart-wrapper .shopping-cart-wrap .cart-page .tab-data .remove-pro i {
        font-size: 18px;
        color: #555555;
    }

    section.faq-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-content .blog-meta li {
        margin-right: 5px;
    }

    .comment-form-area .single-contact h3 {
        font-size: 20px;
    }

    .comment-form-area {
        padding-bottom: 20px;
    }

    .comment-form-area p.comment-form-cookies-consent input {
        position: absolute;
        left: 0;
        top: 8px;
        bottom: unset;
        margin: auto;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code input.form-control {
        height: 50px;
    }

    .number-matching .testi-all-shape {
        display: none;
    }

    .single-contact .submit-btn {
        margin-top: 10px;
    }

    .single-contact .submit-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .review ol li .comment-wrap .text-wrap .text-meta {
        display: unset;
    }

    .review ol li .comment-wrap .text-wrap .text-meta .dashed {
        display: none;
    }

    .prof-image {
        margin: unset;
        display: unset;
    }

    .review ol li .comment-wrap .prof-image img {
        position: unset;
        margin-bottom: 20px;
    }

    .comment-box-wrapper button.btn.btn-primary.submit-btn {
        font-size: 15px;
    }

    .tab-content.shop-tab {
        padding: 20px;
    }

    .comment-form .col-lg-6 {
        padding-right: 0;
    }

    .review ol li .comment-wrap .text-wrap .text-meta .time {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .error-all-info .text p {
        font-size: 18px;
    }

    .features2-section .feature-box-wrapper .single-feature h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .event-section {
        text-align: center;
    }

    .event-section .single-event {
        width: 80%;
    }

    .event-section .single-event h4 {
        max-width: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-nav .logo img {
        width: 100px;
    }

    .child-care-section {
        margin-top: 56px;
    }

    .header-top-wrapper {
        display: none;
    }

    .navbar-nav .custom-btn {
        right: 80px;
    }

    .mean-container .mean-nav ul li:last-child a {
        padding-bottom: 1em;
    }

    li.custom-button.mean-last {
        display: none;
    }

    .slider-video-icon a {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }

    .child-care-slider-wrap .img-video-shape {
        position: relative;
        margin-top: 40px;
    }

    .slider-all-shape .shape3 img {
        width: 5%;
    }

    .slider-all-shape .shape2 img {
        width: 5%;
    }

    .single-slider .slider-text h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .single-slider .slider-text p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .child-care-slider.owl-theme .owl-nav {
        display: none;
    }

    .navbar-light {
        background: #ffff;
        padding: .0rem 1rem;
    }

    .navbar-light .custom-btn {
        display: none;
    }

    ul.navbar-nav {
        padding: 18px 0;
    }

    .navbar-light .navbar-toggler {
        background: #e1ebf1;
        border: none;
    }

    .slider-all-shape .shape1 img {
        display: none;
    }

    .slider-all-shape .shape4 img {
        display: none;
    }

    .slider-img {
        margin-top: 46px;
    }

    .event2-section .single-event2 h2 {
        color: #393d72;
        font-weight: 400;
        font-size: 18px;
        transition: .5s;
        -webkit-transition: .5s;
    }

    .event2-section .single-event2 {
        padding: 25px;
    }

    .features-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    section.features-section {
        margin-top: 0;
    }

    .features-section .single-feature h3 {
        font-size: 18px;
    }

    .about-section {
        padding-bottom: 50px;
    }

    .about-section .single-about {
        margin-left: unset;
        max-width: 700px;
        margin: auto;
    }

    .about-section .single-about .section-title {
        margin-bottom: 30px;
    }

    .about-section .single-about .section-title h2 {
        font-size: 30px;
    }

    .about-section .single-about .section-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about-section .custom-button {
        margin-top: 35px;
    }

    .about-section .shape2 {
        display: none;
    }

    .about-section .shape1 {
        right: 18%;
        left: unset;
    }

    .single-about-bg .image img {
        margin-top: 48px;
    }

    .single-about-bg .about-img-cartwrap {
        position: unset;
    }

    .work-section .single-work h3 {
        font-size: 18px;
    }

    .work-section {
        margin-top: 20px;
    }

    .work-section .custom-button {
        margin-top: 20px;
    }

    .work-section .shape3 {
        width: 4%;
    }

    .work-section .shape2 {
        width: 3%;
    }

    .work-section .shape5 {
        width: 4%;
    }

    .work-section .shape4 {
        width: 5%;
    }

    .work-section .bg-shape {
        display: none;
    }

    .choose-section {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .event-section {
        padding-top: 50px;
        padding-bottom: 20px;
        clip-path: unset;
    }

    .event-section .event-shape .shape1 {
        width: 5%;
        top: 42%;
    }

    .event-section .event-shape .shape3 {
        width: 5%;
    }

    .event-section .event-shape .shape5 {
        width: 5%;
    }

    .event-section .event-shape .shape6 {
        width: 5%;
    }

    .event-section .event-shape .shape2 {
        left: 18%;
        width: 5%;
    }

    .event-section .event-shape .shape4 {
        width: 5%;
    }

    .services-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .services-section2 {
        padding-bottom: 0px;
    }

    .testimonial-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-letter {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-letter .news-letter-item h2 {
        text-align: center;
        margin-bottom: 25px;
        font-size: 30px;
    }

    .news-letter .news-letter-item input {
        height: 50px;
        width: 100%;
        margin-bottom: 30px;
    }

    .form.float-left {
        float: none !important;
        margin: auto;
    }

    .news-letter .custom-button {
        position: unset;
        top: 0;
        bottom: 0;
        margin: auto;
        align-items: unset;
        justify-content: unset;
        display: unset;
    }

    .news-letter .news-letter-item .head.float-left {
        float: unset !important;
    }

    .blog-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-section .blog-slider .single-blog .blog-footer-text ul {
        padding: 10px 10px;
    }

    .blog-section .blog-slider .single-blog .blog-caption {
        padding: 25px;
    }

    .blog-section .blog-slider .single-blog .blog-caption .text p {
        font-size: 16px;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list {
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
    }

    .blog2-section .single-blog .img-caption h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .blog-section .single-blog .blog-image .blog-chat-list ul {
        padding: 10px 25px;
    }

    .blog-section .single-blog .blog-image .blog-chat-list ul li {
        padding-right: 10px;
    }

    .blog2-section .owl-theme .owl-nav {
        display: none !important;
    }

    .testimonial-section .test-baby-image {
        padding-top: 40px;
    }

    .single-blog-section {
        padding-bottom: 70px;
    }

    .logo-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-top .foot-about {
        margin-bottom: 40px;
    }

    .footer-top .classes-foot {
        margin: unset;
        margin-bottom: 40px;
    }

    .footer-top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-section .blog-slider .single-blog .blog-caption .text h3 {
        font-size: 20px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .about-section .shape1 {
        display: none;
    }

    .daycare-special {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .plan-section .single-plan .img-shape img {
        right: 0;
        width: 60px;
        left: unset;
    }

    .plan-section .single-plan:hover .img-shape img {
        left: 0;
    }

    .plan-section .plan-shape-image .shape1 {
        display: none;
    }

    .plan-section .plan-shape-image .shape2 {
        display: none;
    }

    .single-about-bg2 .image {
        display: none;
    }

    .single-about-bg2::before {
        display: none;
    }

    .single-about-bg2 .image-shape2 {
        display: none;
    }

    .testimonial-shape {
        display: none;
    }

    .program-section .single-program .image-caption .pr-bottom {
        padding: 15px 20px;
        text-align: left;
    }

    .program-section .owl-theme .owl-nav {
        display: none;
    }

    section.program-section {
        padding-bottom: 50px;
    }

    section.features2-section {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .features2-section .feature-box-wrapper .single-feature {
        width: 50%;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg1 {
        margin-bottom: 20px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg2 {
        margin-bottom: 20px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg3 {
        margin-bottom: 20px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg4 {
        margin-bottom: 20px;
    }

    .features2-section .feature-box-wrapper .single-feature .ico-bg5 {
        margin-bottom: 20px;
    }

    .event2-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .event-shape {
        display: none;
    }

    .plan-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .member-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .testimonial2-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog2-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-details {
        padding-bottom: 0px;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .blog2-section .blog-baby-image {
        padding-top: 30px;
    }

    .blog-section .owl-theme .owl-nav {
        margin-top: 20px;
    }

    .blog-section .single-blog .blog-image .blog-chat-list ul li i:before {
        font-size: 16px;
    }

    .event2-section {
        overflow: hidden;
    }

    .event2-section .single-event2 {
        display: unset;
        float: left;
    }

    .event2-section .single-event2 {
        width: 45%;
    }

    .member-section .single-member .social-link ul li {
        margin-right: 16px;
    }

    .about-section {
        padding-top: 0px;
    }

    .daycare-section .daycare-bg {
        display: none;
    }

    .daycare-section .daycare-special h3 {
        font-size: 32px;
    }

    .daycare-section .daycare-special {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-right: auto;
        max-width: 435px;
        margin-left: 40px;
    }

    .babysitter-section .babysitter-shape {
        display: none;
    }

    .babysitter-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .about-services-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .ap-about-section {
        padding-top: 70px;
    }

    .classes-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .classes-section .single-box {
        padding: 30px 30px;
    }

    .class-img-wrap img {
        margin-bottom: 30px;
    }

    .classes-section .single-box .class-service-wrap .date-btn {
        right: 15px;
    }

    .classes-section .single-box .class-service-wrap .date-btn a {
        font-size: 14px;
    }

    section.address-section {
        padding-bottom: 40px;
    }

    .plan-shape-image .plan-top-shape img {
        display: none;
    }

    section.activites-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .our-features .single-feature {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .our-features .single-feature .heading h3 {
        font-size: 18px;
    }

    .our-features .single-feature .icon i {
        font-size: 22px;
    }

    .our-activites {
        margin-bottom: 40px;
    }

    .our-features h3 {
        margin-bottom: 20px;
    }

    .our-activites h3 {
        margin-bottom: 20px;
    }

    .our-activites .bar-inner {
        height: 20px;
    }

    .our-activites .bar {
        height: 20px;
    }

    .our-activites .bar {
        width: 100%;
    }

    .shop-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .left-sidebar {
        padding-top: 50px !important;
        padding-bottom: 0px;
    }

    .shop-section .shop-leftside .single-shop .image img {
        width: 100%;
    }

    .shop-section .shop-leftside .single-shop .image-caption ul li i {
        font-size: 15px;
    }

    .shop-section .shop-leftside .single-shop .image-caption h3 {
        margin-bottom: 10px;
    }

    .shop-section .shop-leftside .single-shop .image-caption h4 {
        margin-top: 10px;
    }

    .shop-leftside {
        margin-bottom: 50px;
    }

    .single-blog-section {
        padding-bottom: 50px;
    }

    .left-blog-section {
        padding-bottom: 50px;
    }

    .right-blog-section {
        padding-bottom: 20px;
    }

    .single-shop-section {
        padding-bottom: 0;
    }

    section.contact-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.getin-touch-section {
        padding-bottom: 25px;
        padding-top: 50px;
    }

    .single-contact .submit-btn {
        padding: 14px 30px;
        font-size: 15px;
    }

    .daycare-section .daycare-special {
        max-width: unset;
    }

    section.cart-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cart-details .product-details h2 {
        margin-top: 30px;
    }

    section.shop-cart-tab {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.related-post {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .rel-post {
        padding-top: 50px;
    }

    section.number-matching {
        padding-top: 50px;
    }

    .single-box h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    ul.nm-list {
        margin-bottom: 30px;
    }

    .single-box .nm-list li {
        font-size: 14px;
    }

    .single-box .nm-list li span {
        margin-right: 10px;
        font-size: 16px;
    }

    section.program-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.services-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .comment-form-area {
        margin-bottom: 0;
    }

    .services-details .details-content blockquote {
        padding: 22px;
    }

    .cart-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.faq-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.team-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .plan-section .single-plan .head h1 {
        font-size: 45px;
    }

    .services-details .details-content h3 {
        font-size: 25px;
    }

    .blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    section.right-blog-section {
        padding-bottom: 0;
    }

    section.right-blog-section .pagination {
        padding-bottom: 35px;
    }

    section.number-matching {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .number-matching .testi-all-shape {
        display: none;
    }

    .error-all-info .text p {
        font-size: 20px;
    }

    .getin-touch-section .get-box .icon {
        display: inline-block;
    }

    .getin-touch-section .get-box .text {
        padding-left: 0;
        margin-top: 20px;
    }

    .getin-touch-section .get-box {
        text-align: center;
    }

    section.getin-touch-section {
        padding-bottom: 20px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .child-care-slider.owl-carousel .owl-nav {
        display: none;
    }

    .single-slider .slider-text h3 {
        font-size: 45px;
    }

    ul.navbar-nav {
        margin: unset;
    }

    .slider-all-shape .shape1 img {
        width: 5%;
    }

    .slider-all-shape .shape3 img {
        width: 5%;
        top: 85%;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list {
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list ul li {
        font-size: 14px;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list ul li i::before {
        font-size: 16px;
    }

    .blog2-section .single-blog .blog-image .blog-chat-list ul {
        padding: 10px 20px;
    }

    .blog2-section .single-blog .img-caption {
        padding: 25px;
    }

    .about-section .single-about .section-title h2 {
        font-size: 30px;
    }

    .slider-all-shape .shape2 img {
        display: none;
    }

    .slider-all-shape .shape4 img {
        position: absolute;
        top: 80%;
        width: 3%;
        right: 8%;
        z-index: 1;
    }

    .child-care-slider.owl-carousel .owl-nav button.owl-next span {
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 38px;
    }

    .child-care-slider.owl-carousel .owl-nav button.owl-prev span {
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 38px;
    }

    .features-section .single-feature img {
        width: 95px;
    }

    .about-section .shape3 {
        display: none;
    }

    .about-section .shape2 {
        display: none;
    }

    .about-section .single-about {
        max-width: 450px;
    }

    .work-section .shape3 {
        width: 4%;
    }

    .work-section .bg-shape {
        display: none;
    }

    .work-section .custom-button {
        margin-top: 15px;
    }

    .choose-section .single-choose h3 {
        font-size: 17px;
    }

    .choose-section .single-choose p {
        font-size: 15px;
    }

    section.choose-section {
        padding-bottom: 40px;
        padding-top: 70px;
    }

    .event-section {
        clip-path: unset;
        padding: 70px 0;
    }

    .event-section .event-shape .shape1 {
        width: 5%;
        top: 6%;
    }

    .event-section .event-shape .shape3 {
        width: 3%;
        top: 90%;
    }

    .features-section .single-feature {
        padding: 25px 12px;
    }

    .event-section .event-shape .shape5 {
        width: 3%;
    }

    .event-section .event-shape .shape6 {
        width: 3%;
        top: 90%;
    }

    .event-section .event-shape .shape2 {
        left: 18%;
        width: 3%;
    }

    .features-section .single-feature h3 {
        font-size: 18px;
    }

    section.features-section {
        margin-top: 0;
    }

    section.services-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    section.services-section2 {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .testimonial-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .testimonial-section .test-baby-image {
        padding-top: 70px;
    }

    .testimonial-section ul li img {
        width: 125px;
        margin-right: 30px;
    }

    .news-letter .news-letter-item h2 {
        font-size: 30px;
    }

    .news-letter .news-letter-item input {
        width: 120%;
    }

    .blog-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .footer-top .foot-about .social-icon ul li {
        margin-right: 10px;
    }

    .single-about-bg2::before {
        width: 80%;
    }

    .program-section .single-program .image-caption .pr-content {
        padding: 30px 20px;
    }

    .program-section .single-program .image-caption .pr-bottom {
        padding: 20px 20px;
    }

    .program-section .single-program .image-caption .pr-bottom ul li {
        font-size: 13px;
        margin-left: 0;
    }

    .program-section .owl-theme .owl-nav {
        display: none !important;
    }

    section.number-matching {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .features2-section .feature-box-wrapper .single-feature h2 {
        font-size: 18px;
    }

    section.features-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .about-section {
        padding-bottom: 70px;
    }

    .blog-details {
        padding-bottom: 40px;
    }

    .plan-section .single-plan .img-shape img {
        left: 220px;
        width: 62px;
    }

    .member-section .single-member .social-link ul li {
        margin-right: 16px;
    }

    .plan-section .single-plan .head h3 {
        font-size: 22px;
    }

    section.team-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .plan-section .single-plan .head h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .event2-section .single-event2 h2 {
        font-size: 18px;
    }

    .program-section .single-program .image-caption .pr-content h3 {
        font-size: 20px;
    }

    .ap-about-section {
        padding-top: 70px;
    }

    .about-services-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .daycare-section .daycare-special {
        padding-top: 68px;
        padding-bottom: 70px;
    }

    .daycare-section .daycare-special h3 {
        font-size: 34px;
    }

    .babysitter-section .babysitter-shape {
        display: none;
    }

    .babysitter-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .classes-section .single-box .class-service-wrap .class-main-content h3 {
        margin-bottom: 5px;
    }

    .classes-section .single-box .class-service-wrap .class-main-content p {
        margin-bottom: 12px;
    }

    .classes-section .single-box .class-service-wrap .class-main-content h3 {
        margin-top: 5px;
    }

    section.address-section {
        padding-bottom: 70px;
    }

    .address-section .single-address .add-it-text p {
        font-size: 15px;
    }

    .plan-shape-image .plan-top-shape img {
        display: none;
    }

    section.activites-section {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .our-features .single-feature {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .our-features .single-feature .heading h3 {
        font-size: 18px;
    }

    .our-features .single-feature .icon i {
        font-size: 22px;
    }

    .our-activites {
        margin-bottom: 40px;
    }

    .our-features h3 {
        margin-bottom: 20px;
    }

    .our-activites h3 {
        margin-bottom: 20px;
    }

    .our-activites .bar-inner {
        height: 20px;
    }

    .our-activites .bar {
        height: 20px;
    }

    .our-activites .bar {
        width: 100%;
    }

    .plan-shape-image {
        display: none;
    }

    .blog-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text {
        display: unset;
    }

    .news-letter .news-letter-item input {
        width: 300px;
        height: 45px;
    }

    .shop-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .shop-section .right-shop .productsearchform input {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 35px;
        padding-bottom: 10px;
    }

    .shop-section .right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text {
        display: unset;
    }

    .single-blog-section {
        padding-bottom: 40px;
    }

    .right-blog-section {
        padding-bottom: 70px;
    }

    .blog2-section .blog-baby-image {
        padding-top: 70px;
    }

    .single-shop-section {
        padding-bottom: 70px;
    }

    section.contact-form {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    section.getin-touch-section {
        padding-bottom: 40px;
    }

    .blog2-section .single-blog .img-caption h3 {
        font-size: 18px;
    }

    .blog2-section .single-blog .img-caption h3 {
        font-weight: 600;
        font-size: 20px;
    }

    .single-blog .blog-chat-list ul li {
        padding-right: 3px;
    }

    .review ol li .comment-wrap .text-wrap .text-meta .rate {
        position: unset
    }

    .comment-form-area {
        padding-bottom: 70px;
    }

    section.services-details {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .comment-form-area {
        padding-bottom: 30px;
    }

    .comment-form-area {
        margin-bottom: 0px;
    }

    .footer-top .quick-link h3 {
        font-size: 22px;
    }

    .cart-details .product-details h2 {
        font-size: 30px;
    }

    .cart-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
        margin-top: 20px;
    }

    section.faq-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .blog2-section .owl-theme .owl-nav {
        display: none !important;
    }

    .plan-section .single-plan .head h3 {
        font-size: 22px;
    }

    .plan-section .single-plan .img-shape img {
        left: 230px !important;
        width: 50px !important;
    }

    section.getin-touch-section {
        padding-bottom: 40px;
        padding-top: 70px;
    }

    .logo-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .daycare-section .daycare-special {
        margin-right: 30px;
    }

    .services-details .details-content h3 {
        font-size: 25px;
    }

    .blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box .p-text a>h3 {
        font-size: 15px;
    }

    .comment-form-area p.comment-form-cookies-consent input {
        position: absolute;
        left: 0;
        top: 8px;
        bottom: unset;
        margin: auto;
    }

    .number-matching .testi-all-shape {
        display: none;
    }

    .error-all-info .text p {
        font-size: 20px;
    }

    .single-blog-section {
        padding-bottom: 70px;
    }

    section.cart-details {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    section.related-post {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .rel-post {
        padding-top: 70px;
    }

    .news-btn {
        font-size: 17px;
    }

    section.classes-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1824px) {
    .slider-all-shape .shape1 img {
        position: absolute;
        top: 8%;
        width: 3%;
        left: 16%;
    }

    .slider-all-shape .shape2 img {
        position: absolute;
        top: 12%;
        width: 3%;
        left: 42%;
    }

    .slider-all-shape .shape3 img {
        position: absolute;
        top: 75%;
        width: 3%;
        left: 12%;
    }

    .slider-all-shape .shape4 img {
        position: absolute;
        top: 12%;
        width: 3%;
        right: 5%;
    }

    .about-section .shape1 {
        position: absolute;
        top: 5%;
        left: 15%;
        width: 3%;
    }

    .testimonial-section .testi-all-shape .shape10 {
        position: absolute;
        top: 38%;
        right: 14%;
        width: 3%;
    }

    .testimonial2-section .testimonial-shape .shape3 {
        position: absolute;
        top: 24%;
        left: 17%;
        width: 2%;
    }

    .testimonial2-section .testimonial-shape .shape2 {
        position: absolute;
        top: 35%;
        left: 3%;
        width: 2%;
    }

    .testimonial2-section .testimonial-shape .shape9 {
        position: absolute;
        top: 76%;
        left: 6%;
        width: 3%;
    }

    .testimonial2-section .testimonial-shape .shape4 {
        position: absolute;
        top: 8%;
        left: 34%;
        width: 2%;
    }

    .child-care-slider.owl-carousel .owl-nav button.owl-prev span {
        background: #a6c5d4;
        width: 50px;
        height: 50px;
        display: inline-block;
        color: #ffff;
        border-radius: 50%;
        font-size: 50px;
        line-height: 39px;
        box-shadow: none;
        transition: .5s;
        -webkit-transition: .5s;
    }

    .child-care-slider.owl-carousel .owl-nav button.owl-next span {
        background: #a6c5d4;
        width: 50px;
        height: 50px;
        display: inline-block;
        color: #ffff;
        border-radius: 50%;
        font-size: 50px;
        line-height: 39px;
        box-shadow: none;
        transition: .5s;
        -webkit-transition: .5s;
    }

    .child-care-slider.owl-carousel .owl-nav button.owl-next span:hover {
        background: #ae183f;
    }

    .child-care-slider.owl-carousel .owl-nav button.owl-prev span:hover {
        background: #ae183f;
    }

    .work-section::before {
        left: 25%;
    }

    .work-section .shape1 {
        top: 16%;
        left: 20%;
    }

    .about-section .shape4 {
        left: 56%;
    }

    .plan-section .plan-shape-image .shape1 {
        position: absolute;
        left: 230px;
        bottom: 100px;
        width: 5%;
    }

    .plan-section .plan-shape-image .shape2 {
        position: absolute;
        right: 230px;
        bottom: 100px;
        width: 5%;
    }

    .single-about-bg2 .image-shape2 {
        position: absolute;
        right: -2%;
        bottom: 14%;
        width: 28%;
    }

    .babysitter-section {
        position: relative;
    }
}

.blog-page-area .list-posts .news-left .category-news-image,
.blog-page-area .list-posts .news-left img {
    width: 100%;
}

.note-editor p[dir="ltr"]>span>span,
.note-editor p[dir="ltr"]>span>span>img {
    width: 100% !important;
    height: auto !important;
}

/* Ipad doc */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

    .expert-list .single-category-news .category-news-image img,
    .expert-list .single-category-news .category-news-image {
        width: 200px !important;
        height: 200px !important;
    }

    .list-article .single-blog .blog-image img {
        height: 220px;
    }

    .single-category-news .news-left {
        width: 40%;
    }

    .single-category-news .news-right {
        width: 60%;
        padding-left: 20px;
        padding-top: 0;
    }

    .program-section .single-program .image {
        height: 280px;
    }

    .program-section .single-program .custom-btn {
        min-width: 100%;
    }

    .program-section .single-program .image-caption .pr-content h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .gallery-slider__thumbnails .item .img-fill {
        height: 70px;
    }
}

/* Ipad ngang */
@media only screen and (min-width: 769px) and (max-width: 1281px) {
    .container {
        max-width: 99%;
    }

    .sidebar-posts .post .col-lg-4,
    .sidebar-posts .post .col-lg-8 {
        width: 100% !important;
    }

    .sidebar-posts .post .logo img {
        height: 180px;
    }

    .program-section .single-program .image-caption .pr-content h2 {
        font-size: 20px;
    }

    .list-article .single-blog .blog-image img {
        height: 220px;
    }

    .navbar-nav .custom-button input {
        width: 270px;
    }

    .main-nav nav .navbar-nav .nav-item a {
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .features-section .single-feature {
        height: 320px;
    }

    .work-section .single-work h3 {
        font-size: 16px;
    }

    .single-contact .heading {
        font-size: 17px;
    }

    .work-section iframe {
        height: 420px;
    }

    .expert-list .single-category-news .category-news-image,
    .expert-list .single-category-news .category-news-image img {
        width: 150px;
        height: 150px;
    }

    .cover .col-lg-2 {
        flex: 0 0 auto;
        width: 22%;
    }
}

.block-banner {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.428571429;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #111;
    box-sizing: border-box;
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    float: none;
    opacity: 1;
}

.block-banner-popup .item {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.428571429;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #111;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.block-banner-popup .item .close {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    font-family: inherit;
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 35px !important;
    border: 1px solid red;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    color: red;
    opacity: 0.8 !important;
}

.block-banner img {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.428571429;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #337ab7;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    max-width: 400px;
    height: auto;
    display: inline-block !important;
}

.block-banner-popup-overlay {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.428571429;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #111;
    box-sizing: border-box;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 996;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}