
/* Template default CSS
/*----------------------------------------*/

body {
    overflow-x: hidden !important;
   
}
html {
    overflow-x: hidden !important;
}

#header.header-scrolled {
    top: 0 !important;
    
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
    
    p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

ul, ol {
    padding: 0;
    margin: 0;
}


/*---------------------
  Header
-----------------------*/

.header.header--normal {
    border-bottom: 1px solid #f2f2f2;
}

.header__top {
    background: #0c5d69;
}

.header__top__left {
    padding: 12px 0;
}

    .header__top__left li {
        font-size: 13px;
        color: #ffffff;
        list-style: none;
        display: inline-block;
        margin-right: 25px;
    }

        .header__top__left li:last-child {
            margin-right: 0;
        }

        .header__top__left li i {
            font-size: 15px;
            margin-right: 5px;
        }

.header__top__right {
    text-align: right;
    padding: 12px 0;
}

    .header__top__right a {
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        margin-right: 20px;
    }

        .header__top__right a:last-child {
            margin-right: 0;
        }

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.header__logo {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
    position: relative;
}
    .header__logo a {
        display: inline-block;
    }

.header__menu__option {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.header__menu {
    display: inline-block;
    /*margin-right: 45px;*/
}

.mission_p {
    border-left: 5px solid #0c5d69;
    padding-left: 20px;
    background-color: #dcf2f5;
    padding: 20px;
    border-radius: 0px 10px 10px 0px;
}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    /*position: relative;*/
}

    .header__menu ul li.active a:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .header__menu ul li:hover a:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .header__menu ul li:hover .dropdown {
        top: 0px;
        opacity: 1;
        visibility: visible;
        z-index:9999999999 !important;
    }

    .header__menu ul li:last-child {
        margin-right: 0;
    }
ul li a {
    font-family: "Poppins", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14.5px;
    color: #050505;
    font-weight: 400;
}
.header__menu ul li .dropdown {
    position: absolute;
    left: 100px;
    right: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 55px !important;
    /*width: 100%;*/
    background: #fff;
    text-align: left;
    padding: 20px 40px;
    z-index: 99999999 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    /*box-shadow: 0px 5px 20px rgb(0 61 85 / 10%) !important;*/
    box-shadow: 0px 18px 20px rgb(0 61 85 / 10%);
}

    .header__menu ul li .dropdown li {
       
        margin-right: 0;
    }

            .header__menu ul li .dropdown li a {
                font-size: 14px;
                color: #000;
                font-weight: 500;
                padding: 0px 0px;
                text-transform: capitalize;
                margin:0px 40px;
            }

    .header__menu ul li:hover .arrow_up {
        visibility: visible;
    }

.arrow_up {
    visibility: hidden;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #00cc43;
    position: relative;
  
    bottom: 0px;
    left: 43%;
}

.header__menu ul li .dropdown li a:after {
    display: none;
}

.header__menu ul li .dropdown li a:hover {
    color: black !important;
    font-weight:600;
    /*border-left: 2px solid #00cc43;*/
    }

.header__menu ul li a {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    display: block;
    padding: 4px 0;
    text-transform: capitalize;
    position: relative;
}
.pagination {
    display: flex !important;
}
.header__btn {
    display: inline-block;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
    padding-top: 145px;
    padding-bottom: 215px;
}

.hero__text span {
    font-size: 15px;
    font-weight: 500;
    color: #13a2b7;
    text-transform: uppercase;
    display: block;
}

.hero__text h2 {
    font-size: 48px;
    color: #111111;
    font-weight: 700;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 35px;
}

/*---------------------
  Consultation
-----------------------*/
.consultation {
    position: relative;
}

.consultation__form {
    padding: 50px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: -70px;
    background: #ffffff;
}

    .consultation__form .section-title {
        margin-bottom: 35px;
    }

    .consultation__form form input {
        font-size: 15px;
        color: #666666;
        width: 100%;
        height: 50px;
        padding-left: 20px;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        margin-bottom: 20px;
    }

        .consultation__form form input::-webkit-input-placeholder {
            color: #666666;
        }

        .consultation__form form input::-moz-placeholder {
            color: #666666;
        }

        .consultation__form form input:-ms-input-placeholder {
            color: #666666;
        }

        .consultation__form form input::-ms-input-placeholder {
            color: #666666;
        }

        .consultation__form form input::placeholder {
            color: #666666;
        }

        .consultation__form form input:focus {
            border-color: #9d9d9d;
        }

    .consultation__form form .datepicker__item {
        position: relative;
    }

        .consultation__form form .datepicker__item i {
            position: absolute;
            right: 20px;
            top: 18px;
            font-size: 15px;
            color: #666666;
        }

    .consultation__form form .nice-select {
        float: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

        .consultation__form form .nice-select:after {
            border-bottom: 1.5px solid #666666;
            border-right: 1.5px solid #666666;
            height: 8px;
            right: 20px;
            top: 46%;
            width: 8px;
        }

        .consultation__form form .nice-select span {
            font-size: 15px;
            color: #666666;
        }

        .consultation__form form .nice-select.active, .consultation__form form .nice-select.open, .consultation__form form .nice-select:focus {
            border-color: #666666;
        }

        .consultation__form form .nice-select .list {
            width: 100%;
            margin-top: 0;
            border-radius: 5px;
        }

    .consultation__form form button {
        width: 100%;
    }

.consultation__text {
    padding: 100px 0;
    position: relative;
}

    .consultation__text:after {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #f2f2f2;
        content: "";
    }

.consultation__text__item .section-title {
    margin-bottom: 15px;
}

    .consultation__text__item .section-title h2 {
        line-height: 1.4;
        font-size: 50px;
        margin-bottom: 20px;
    }

        .consultation__text__item .section-title h2 b {
            font-weight: 700;
            color: #00cc43;
        }

.consultation__text__item p {
    color: #444444;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 0;
}

.consultation__video {
    height: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .consultation__video .play-btn {
        display: inline-block;
        height: 50px;
        width: 50px;
        background: #13a2b7;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
    }

/*---------------------
  Choose Us
-----------------------*/

.chooseus {
    padding-bottom: 50px;
}

.chooseus__item {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    border: 3px solid rgb(239, 253, 250);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 30px 10px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}

    .chooseus__item h5 {
        font-size: 14.5px;
        letter-spacing: 0.8px;
        color: black;
        font-weight: 600;
        margin-top: 26px;
        margin-bottom: 16px;
    }

    .chooseus__item p {
        margin-bottom: 0;
    }

    .chooseus__item img {
        width: 150px;
        height: 100px;
    }
/*---------------------
  Services
-----------------------*/

.services {
    padding-bottom: 70px;
}

    .services .section-title span {
        color: #13a2b7;
    }

    .services .section-title h2 {
        color: #ffffff;
    }

.services__btn {
    text-align: right;
}

    .services__btn .primary-btn {
        color: #ffffff;
    }

.services__item {
    background: #ffffff;
    padding: 45px 30px 45px 50px;
    margin-bottom: 30px;
    border-radius: 5px;
}

    .services__item:hover {
        background: #13a2b7;
    }

        .services__item:hover .services__item__icon span {
            color: #ffffff;
        }

        .services__item:hover .services__item__text h5 {
            color: #ffffff;
        }

        .services__item:hover .services__item__text p {
            color: #ffffff;
        }

.services__item__icon {
    float: left;
    margin-right: 40px;
}

    .services__item__icon span {
        color: #13a2b7;
        font-size: 40px;
        display: inline-block;
        line-height: 76px;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

        .services__item__icon span:before {
            font-size: 70px;
        }

.services__item__text {
    overflow: hidden;
}

    .services__item__text h5 {
        font-size: 20px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 14px;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

    .services__item__text p {
        margin-bottom: 0;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

/*---------------------
  Team
-----------------------*/

.team {
    padding-bottom: 70px;
}

.team__item {
    text-align: center;
    margin-bottom: 30px;
}

    .team__item:hover img {
        border-color: #13a2b7;
    }

    .team__item img {
        height: 270px;
        width: 270px;
        border-radius: 50%;
        border: 10px solid #ffffff;
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 32px;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
    }

    .team__item h5 {
        font-size: 20px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .team__item span {
        font-size: 15px;
        color: #13a2b7;
        display: block;
        margin-bottom: 12px;
    }

    .team__item .team__item__social a {
        font-size: 15px;
        color: #666666;
        display: inline-block;
        margin-right: 20px;
    }

        .team__item .team__item__social a:last-child {
            margin-right: 0;
        }

/*---------------------
  Gallery
-----------------------*/

.gallery {
    overflow: hidden;
}

.gallery__container {
    margin-right: -20px;
}

    .gallery__container .gc__item {
        height: 338px;
        width: calc(25% - 20px);
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .gallery__container .gc__item:hover:after {
            opacity: 1;
        }

        .gallery__container .gc__item:hover a {
            opacity: 1;
            visibility: visible;
        }

        .gallery__container .gc__item:after {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: rgba(19, 161, 183, 0.5);
            content: "";
            z-index: -1;
            -webkit-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
            opacity: 0;
        }

        .gallery__container .gc__item a {
            font-size: 30px;
            color: #ffffff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
        }

        .gallery__container .gc__item.gc__item__large {
            height: 696px;
        }

.grid-sizer {
    width: calc(25% - 20px);
}

/*---------------------
  Latest
-----------------------*/

.latest {
    padding-top: 80px;
    padding-bottom: 70px;
}

.latest__btn {
    text-align: right;
}

.latest__item {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

    .latest__item:hover {
        -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    }

        .latest__item:hover h5 a {
            text-decoration: underline;
        }

    .latest__item h5 {
        margin-bottom: 10px;
    }

        .latest__item h5 a {
            color: #111111;
            font-weight: 600;
            line-height: 24px;
        }

    .latest__item ul li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        margin-right: 22px;
        color: #888888;
        position: relative;
        font-weight: 300;
    }

        .latest__item ul li:after {
            position: absolute;
            right: -16px;
            top: 12px;
            height: 5px;
            width: 5px;
            background: #888888;
            border-radius: 50%;
            content: "";
        }

        .latest__item ul li img {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
        }

        .latest__item ul li:last-child {
            margin-right: 0;
            .footer_part
        }

            .latest__item ul li:last-child:after {
                display: none;
            }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #071527;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            /* margin-top: 15%; */
            /* background: #05101e;
    border-top: 4px solid #ed502e; */
            text-align: left;
            padding: 30px 0px;
        }

            #footer .footer-top .footer-info h2 {
                font-size: 30px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
                color: #fff !important;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            background: #0a1e38;
        }

            #footer .footer-top .social-links a:hover {
                color: #fff;
                background: #ed502e;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-family: "Poppins", Arial, sans-serif !important;
            -webkit-font-smoothing: antialiased;
            font-size: 13.5px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 2;
            color: #8CC53F;
            position: relative;
        }

.footer_hr {
    background-color: rgba(255, 255, 255, 0.308);
}

#footer p {
    color: #fff !important;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #ef6445;
            font-size: 18px;
            line-height: 1;
        }

        #footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        #footer .footer-top .footer-links ul a {
            color: #fff;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #ef6445;
            }

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    /* background: #fff; */
    /* padding: 6px 10px; */
    position: relative;
    border-radius: 4px;
}

#coppri {
    border-top: 0.2px solid rgb(237, 80, 46);
}

    #coppri .col-md-6 {
        padding-top: 20px;
    }

.btn-learn-more3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    /* display: inline-block; */
    margin-left: auto;
    /* padding: 12px 20px; */
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #ed502e;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    /* margin-top: 16px; */
    border: 2px solid #ed502e;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    /* width: calc(100% - 110px); */
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #ed502e;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

    #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
        background: #ef6445;
    }

#footer .copyright {
    /* border-top: 1px solid #0f2f57; */
    text-align: center;
    padding-top: 10px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}

.div-transparent.sdsdz:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(255, 255, 255), transparent);
}

.header__logo a {
    font-size: 24px;
    color: #00cc43 !important;
    text-transform: capitalize !important;
    font-weight: 700;
}
/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
    padding-top: 0px;
    padding-bottom: 0px;
}

.breadcrumb__text h2 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.breadcrumb__links a {
    font-size: 15px;
    color: #ffffff;
    margin-right: 26px;
    display: inline-block;
    position: relative;
}

    .breadcrumb__links a:after {
        position: absolute;
        right: -18px;
        top: 10px;
        height: 4px;
        width: 4px;
        background: #ffffff;
        content: "";
        border-radius: 50%;
    }

.breadcrumb__links span {
    font-size: 15px;
    color: #073b5a;
    display: inline-block;
}

/*---------------------
  About
-----------------------*/

.about {
    padding-bottom: 0;
}

    .about .container {
        padding-bottom: 100px;
        /* border-bottom: 1px solid #e1e1e1; */
    }

.about__video {
    height: 366px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .about__video .play-btn {
        display: inline-block;
        height: 50px;
        width: 50px;
        background: #13a2b7;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
    }

.about__text {
    padding-left: 20px;
}

    .about__text .section-title {
        margin-bottom: 25px;
    }

    .about__text p {
        margin-bottom: 25px;
    }

    .about__text ul {
        margin-bottom: 25px;
    }

        .about__text ul li {
            list-style: none;
            font-size: 15px;
            color: #666666;
            line-height: 36px;
        }

            .about__text ul li i {
                color: #13a2b7;
                font-size: 15px;
                margin-right: 6px;
            }

/*---------------------
  Testimonials
-----------------------*/

.testimonials {
    overflow: hidden;
    background: #f2f7f8;
    padding-bottom: 90px;
}

    .testimonials .section-title {
        margin-bottom: 15px;
    }

.testimonial__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

    /* .testimonial__item .rating {
	position: absolute;
	right: 40px;
	top: 52px;
} */

    .testimonial__item .rating i {
        font-size: 13px;
        color: #e4c870;
    }

.nice-select .option {
    min-width: 250px;
}

.testimonial__item p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.sports-title h4 {
    color: #000;
    font-weight: 600;
}

    .sports-title h4 b {
        color: #00cc43;
    }

.testimonial__author {
    overflow: hidden;
    /* padding-bottom: 10px; */
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.testimonial__author__icon {
    height: 150px;
    width: 250px;
    /* background: #13a2b7; */
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.testimonial__author__text {
    overflow: hidden;
    padding-top: 4px;
}

    .testimonial__author__text h5 {
        color: #111111;
        font-weight: 600;
    }

    .testimonial__author__text span {
        font-size: 13px;
        color: #888888;
    }

.testimonial__slider .col-lg-6 {
    max-width: 100%;
}

.testimonial__slider.owl-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: visible;
}

.testimonial__slider .owl-dots {
    text-align: center;
}

    .testimonial__slider .owl-dots button {
        height: 10px;
        width: 10px;
        background: #d2d2d2;
        border-radius: 50%;
        margin-right: 6px;
    }

        .testimonial__slider .owl-dots button.active {
            background: #9c9c9c;
        }

        .testimonial__slider .owl-dots button:last-child {
            margin-right: 0;
        }

/*---------------------
  Services
-----------------------*/

.services__title h4 {
    color: #111111;
    font-weight: 600;
    margin-bottom: 25px;
}

    .services__title h4 img {
        margin-right: 5px;
    }

.services__accordion {
    margin-bottom: 60px;
}

    .services__accordion .accordion {
        border: 1px solid #eaf4f6;
        border-radius: 10px;
        padding-bottom: 15px;
    }

    .services__accordion .card {
        border: none;
    }

        .services__accordion .card:last-child .card-body {
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .services__accordion .card:last-child .card-body ul {
                border-bottom: none;
                padding-bottom: 0;
            }

    .services__accordion .card-heading {
        padding: 10px 30px;
        margin-bottom: -6px;
        cursor: pointer;
        background: transparent;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

        .services__accordion .card-heading.active {
            background: #f2f7f8;
        }

            .services__accordion .card-heading.active a {
                color: #111111;
                display: block;
            }

        .services__accordion .card-heading a {
            color: #666666;
            font-size: 15px;
        }

    .services__accordion .card-body {
        padding: 0 30px;
        margin-bottom: 12px;
    }

        .services__accordion .card-body ul {
            border-bottom: 1px solid #e1e1e1;
            padding: 24px 0 18px;
        }

            .services__accordion .card-body ul li {
                list-style: none;
            }

                .services__accordion .card-body ul li a {
                    font-size: 15px;
                    color: #666666;
                    line-height: 32px;
                    -webkit-transition: all, 0.3s;
                    -o-transition: all, 0.3s;
                    transition: all, 0.3s;
                }

                    .services__accordion .card-body ul li a:hover {
                        color: #13a2b7;
                    }

    .services__accordion .card-heading a:after, .services__accordion .card-heading > a.active[aria-expanded=false]:after {
        content: "";
        font-family: "FontAwesome";
        font-size: 15px;
        color: #111111;
        position: absolute;
        right: 28px;
        top: 11px;
    }

    .services__accordion .card-heading.active a:after {
        content: "";
        font-family: "FontAwesome";
        font-size: 15px;
        color: #111111;
        position: absolute;
        right: 28px;
        top: 8px;
    }

    .services__accordion .card-heading a[aria-expanded=true]:after, .services__accordion .card-heading > a.active:after {
        content: "";
        font-family: "FontAwesome";
        font-size: 15px;
        font-weight: 400;
        color: #111111;
        position: absolute;
        right: 28px;
        top: 11px;
    }

.services__appoinment form input {
    font-size: 15px;
    color: #666666;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .services__appoinment form input::-webkit-input-placeholder {
        color: #666666;
    }

    .services__appoinment form input::-moz-placeholder {
        color: #666666;
    }

    .services__appoinment form input:-ms-input-placeholder {
        color: #666666;
    }

    .services__appoinment form input::-ms-input-placeholder {
        color: #666666;
    }

    .services__appoinment form input::placeholder {
        color: #666666;
    }

    .services__appoinment form input:focus {
        border-color: #9d9d9d;
    }

.services__appoinment form .datepicker__item {
    position: relative;
}

    .services__appoinment form .datepicker__item i {
        position: absolute;
        right: 20px;
        top: 18px;
        font-size: 15px;
        color: #666666;
    }

.services__appoinment form .nice-select {
    float: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .services__appoinment form .nice-select:after {
        border-bottom: 1.5px solid #666666;
        border-right: 1.5px solid #666666;
        height: 8px;
        right: 20px;
        top: 46%;
        width: 8px;
    }

    .services__appoinment form .nice-select span {
        font-size: 15px;
        color: #666666;
    }

    .services__appoinment form .nice-select.active, .services__appoinment form .nice-select.open, .services__appoinment form .nice-select:focus {
        border-color: #666666;
    }

    .services__appoinment form .nice-select .list {
        width: 100%;
        margin-top: 0;
        border-radius: 5px;
    }

.services__appoinment form button {
    width: 100%;
}

.services__details {
    padding-left: 30px;
}

.services__details__title span {
    font-size: 15px;
    color: #13a2b7;
}

.services__details__title h3 {
    color: #111111;
    font-weight: 600;
    margin-top: 5px;
}

.services__details__widget {
    text-align: right;
}

    .services__details__widget .rating i {
        font-size: 13px;
        color: #e4c870;
    }

    .services__details__widget h3 {
        color: #13a2b7;
        font-weight: 600;
        margin-top: 10px;
    }

.services__details__pic {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .services__details__pic img {
        min-width: 100%;
    }

.services__details__text {
    margin-bottom: 40px;
}

    .services__details__text p {
        margin-bottom: 25px;
    }

        .services__details__text p:last-child {
            margin-bottom: 0;
        }

.services__details__item__pic {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 15px;
}

    .services__details__item__pic img {
        min-width: 100%;
    }

.services__details__desc {
    margin-top: 12px;
}

    .services__details__desc p:last-child {
        margin-bottom: 0;
    }

.services__details__feature {
    margin-bottom: 25px;
}

    .services__details__feature li {
        list-style: none;
        font-size: 15px;
        color: #666666;
        line-height: 36px;
    }

        .services__details__feature li i {
            color: #13a2b7;
            font-size: 15px;
            margin-right: 6px;
        }

/*---------------------
  Pricing
-----------------------*/

.pricing {
    padding-bottom: 60px;
}

.pricing__item {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.1);
    padding: 0 0 50px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    border-radius: 10px;
    margin-bottom: 40px;
}

    .pricing__item:hover {
        -webkit-box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
        box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
        margin-top: -20px;
        padding-bottom: 70px;
    }

        .pricing__item:hover .pricing__item__title {
            background: #13a2b7;
            padding-top: 62px;
        }

            .pricing__item:hover .pricing__item__title p {
                color: #ffffff;
            }

            .pricing__item:hover .pricing__item__title h3 {
                color: #ffffff;
            }

                .pricing__item:hover .pricing__item__title h3 span {
                    color: #ffffff;
                }

        .pricing__item:hover .primary-btn {
            background: #13a2b7;
            color: #ffffff;
        }

    .pricing__item ul {
        margin-bottom: 42px;
        margin-top: 50px;
    }

        .pricing__item ul li {
            list-style: none;
            margin-bottom: 25px;
        }

            .pricing__item ul li:last-child {
                margin-bottom: 0;
            }

            .pricing__item ul li h6 {
                font-size: 15px;
                color: #888888;
                margin-bottom: 5px;
            }

            .pricing__item ul li span {
                font-size: 15px;
                color: #111111;
                display: block;
            }

    .pricing__item .primary-btn {
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
    }

.pricing__item__title {
    background: #f2f7f8;
    padding: 42px 0;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .pricing__item__title p {
        color: #111111;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

    .pricing__item__title h3 {
        color: #13a2b7;
        font-weight: 700;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

        .pricing__item__title h3 span {
            color: #111111;
            font-weight: 500;
            display: block;
            font-size: 15px;
            margin-top: 12px;
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
        }

/*---------------------
  Doctor
-----------------------*/

.doctor__item {
    padding-bottom: 65px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 65px;
}

    .doctor__item:last-child {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

.doctor__item__pic {
    text-align: center;
}

    .doctor__item__pic img {
        height: 470px;
        width: 470px;
        border-radius: 50%;
        border: 10px solid #ffffff;
        -webkit-box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
        box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
    }

.doctor__item__text {
    padding-top: 25px;
}

    .doctor__item__text.doctor__item__text--left {
        text-align: right;
    }

    .doctor__item__text span {
        color: #13a2b7;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
        margin-bottom: 6px;
    }

    .doctor__item__text h2 {
        color: #111111;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .doctor__item__text ul {
        margin-bottom: 30px;
    }

        .doctor__item__text ul li {
            list-style: none;
            font-size: 15px;
            color: #666666;
            line-height: 36px;
        }

            .doctor__item__text ul li i {
                color: #13a2b7;
                font-size: 15px;
                margin-right: 6px;
            }

.doctor__item__social a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #f2f7f8;
    font-size: 18px;
    color: #111111;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
}

    .doctor__item__social a:last-child {
        margin-right: 0;
    }

/*---------------------
    Blog
-----------------------*/

.blog__item {
    margin-bottom: 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
    box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .blog__item:hover {
        -webkit-box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
        box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
    }

        .blog__item:hover .blog__item__text h5 a {
            text-decoration: underline;
        }

.blog__item__pic img {
    min-width: 100%;
}

.blog__item__text {
    padding: 25px 30px 25px;
}

    .blog__item__text h5 {
        margin-bottom: 18px;
    }

        .blog__item__text h5 a {
            color: #111111;
            font-weight: 600;
            line-height: 24px;
        }

    .blog__item__text ul li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        margin-right: 22px;
        color: #888888;
        position: relative;
        font-weight: 300;
    }

        .blog__item__text ul li:after {
            position: absolute;
            right: -16px;
            top: 12px;
            height: 5px;
            width: 5px;
            background: #888888;
            border-radius: 50%;
            content: "";
        }

        .blog__item__text ul li img {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
        }

        .blog__item__text ul li:last-child {
            margin-right: 0;
        }

            .blog__item__text ul li:last-child:after {
                display: none;
            }

.load__more {
    margin-top: 10px;
}

/*---------------------
  Blog Details
-----------------------*/

.blog__details__hero {
    padding: 200px 0;
    margin-bottom: 60px;
}

.blog__hero__text h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 20px;
}

.blog__hero__text ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 22px;
    color: #ffffff;
    position: relative;
    font-weight: 300;
}

    .blog__hero__text ul li:after {
        position: absolute;
        right: -16px;
        top: 12px;
        height: 5px;
        width: 5px;
        background: #ffffff;
        border-radius: 50%;
        content: "";
    }

    .blog__hero__text ul li img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }

    .blog__hero__text ul li:last-child {
        margin-right: 0;
    }

        .blog__hero__text ul li:last-child:after {
            display: none;
        }

.blog__details__social {
    position: absolute;
    left: -64px;
}

    .blog__details__social a {
        display: block;
        height: 40px;
        width: 40px;
        background: #f2f7f8;
        font-size: 16px;
        color: #111111;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 10px;
    }

        .blog__details__social a:last-child {
            margin-bottom: 0;
        }

.blog__details__text {
    margin-bottom: 20px;
}

.blog__details__text__item {
    margin-bottom: 35px;
}

    .blog__details__text__item:last-child {
        margin-bottom: 0;
    }

    .blog__details__text__item h5 {
        color: #111111;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .blog__details__text__item p {
        color: #444444;
        margin-bottom: 0;
    }

.blog__details__desc, .blog__details__desc__more {
    margin-bottom: 50px;
}

    .blog__details__desc p, .blog__details__desc__more p {
        margin-bottom: 0;
        color: #444444;
    }

.blog__details__pic {
    margin-bottom: 10px;
}

    .blog__details__pic img {
        min-width: 100%;
        margin-bottom: 30px;
    }

.blog__details__desc__more {
    margin-bottom: 30px;
}

.blog__details__tag {
    padding-top: 10px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
}

    .blog__details__tag p {
        color: #111111;
        margin-bottom: 0;
        display: inline-block;
        margin-right: 20px;
    }

        .blog__details__tag p i {
            color: #13a2b7;
        }

    .blog__details__tag a {
        display: inline-block;
        font-size: 15px;
        color: #666666;
        background: #f2f7f8;
        border-radius: 5px;
        padding: 8px 15px;
        margin-right: 11px;
    }

        .blog__details__tag a:last-child {
            margin-right: 0;
        }

.blog__details__btns {
    margin-bottom: 50px;
}

.blog__details__btn__item {
    display: block;
    overflow: hidden;
}

    .blog__details__btn__item.blog__details__btn__prev {
        text-align: right;
    }

        .blog__details__btn__item.blog__details__btn__prev .title i {
            margin-right: 0;
            margin-left: 5px;
        }

        .blog__details__btn__item.blog__details__btn__prev .blog__details__btn__pic {
            float: right;
            margin-right: 0;
            margin-left: 25px;
        }

    .blog__details__btn__item .title {
        font-size: 15px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 25px;
    }

        .blog__details__btn__item .title i {
            margin-right: 5px;
            font-size: 18px;
            font-weight: 600;
        }

.blog__details__btn__pic {
    float: left;
    margin-right: 25px;
}

.blog__details__btn__text {
    overflow: hidden;
}

    .blog__details__btn__text h6 {
        color: #111111;
        line-height: 21px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .blog__details__btn__text span {
        font-size: 13px;
        color: #878787;
    }

.blog__details__related h3 {
    color: #111111;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}

.blog__details__related .blog__item__text {
    padding: 25px 25px 20px;
}

    .blog__details__related .blog__item__text h5 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 0;
    }

    .blog__details__related .blog__item__text span {
        font-size: 13px;
        color: #888888;
        font-weight: 300;
    }

.blog__details__comment {
    padding-top: 10px;
}

    .blog__details__comment h3 {
        color: #111111;
        font-weight: 600;
        margin-bottom: 35px;
        text-align: center;
    }

    .blog__details__comment form input {
        width: 100%;
        height: 50px;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        padding-left: 20px;
        font-size: 15px;
        color: #666666;
        margin-bottom: 30px;
    }

        .blog__details__comment form input::-webkit-input-placeholder {
            color: #666666;
        }

        .blog__details__comment form input::-moz-placeholder {
            color: #666666;
        }

        .blog__details__comment form input:-ms-input-placeholder {
            color: #666666;
        }

        .blog__details__comment form input::-ms-input-placeholder {
            color: #666666;
        }

        .blog__details__comment form input::placeholder {
            color: #666666;
        }

    .blog__details__comment form textarea {
        width: 100%;
        height: 120px;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        padding-left: 20px;
        font-size: 15px;
        color: #666666;
        padding-top: 12px;
        resize: none;
        margin-bottom: 24px;
    }

        .blog__details__comment form textarea::-webkit-input-placeholder {
            color: #666666;
        }

        .blog__details__comment form textarea::-moz-placeholder {
            color: #666666;
        }

        .blog__details__comment form textarea:-ms-input-placeholder {
            color: #666666;
        }

        .blog__details__comment form textarea::-ms-input-placeholder {
            color: #666666;
        }

        .blog__details__comment form textarea::placeholder {
            color: #666666;
        }

    .blog__details__comment form button {
        width: 100%;
    }

/*---------------------
  Contact
-----------------------*/

.contact__widget {
    margin-bottom: 30px;
}

.contact__widget__icon {
    height: 70px;
    width: 70px;
    background: #f2f7f8;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #13a2b7;
    float: left;
    margin-right: 30px;
}

.contact__widget__text {
    overflow: hidden;
    padding-top: 8px;
}

    .contact__widget__text h5 {
        font-size: 20px;
        font-weight: 600;
        color: #111111;
        margin-bottom: 5px;
    }

    .contact__widget__text p {
        font-weight: 300;
        margin-bottom: 0;
    }

.contact__content {
    padding-top: 70px;
}

.contact__pic img {
    min-width: 100%;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 61, 85, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 61, 85, 0.1);
}

.contact__form h3 {
    color: #111111;
    font-weight: 600;
    margin-bottom: 35px;
}

.contact__form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .contact__form form input::-webkit-input-placeholder {
        color: #666666;
    }

    .contact__form form input::-moz-placeholder {
        color: #666666;
    }

    .contact__form form input:-ms-input-placeholder {
        color: #666666;
    }

    .contact__form form input::-ms-input-placeholder {
        color: #666666;
    }

    .contact__form form input::placeholder {
        color: #666666;
    }

    .contact__form form input:focus {
        border-color: #9d9d9d;
    }

.contact__form form textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    padding-top: 12px;
    resize: none;
    margin-bottom: 14px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .contact__form form textarea::-webkit-input-placeholder {
        color: #666666;
    }

    .contact__form form textarea::-moz-placeholder {
        color: #666666;
    }

    .contact__form form textarea:-ms-input-placeholder {
        color: #666666;
    }

    .contact__form form textarea::-ms-input-placeholder {
        color: #666666;
    }

    .contact__form form textarea::placeholder {
        color: #666666;
    }

    .contact__form form textarea:focus {
        border-color: #9d9d9d;
    }

.contact__form form button {
    width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__menu {
        margin-right: 25px;
    }

        .header__menu ul li {
            margin-right: 25px;
        }

    .header__top__left li {
        margin-right: 10px;
    }

    .consultation__form {
        padding: 40px 25px;
    }

    .footer__newslatter form button {
        padding: 14px 15px 12px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas__open {
        display: block;
        font-size: 22px;
        color: #222;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #323232;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

        .offcanvas-menu-overlay.active {
            visibility: visible;
        }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 999999999 !important;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

        .offcanvas-menu-wrapper.active {
            opacity: 1;
            left: 0;
        }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #111111;
        font-weight: 600;
    }

        .slicknav_nav .slicknav_row:hover {
            border-radius: 0;
            background: transparent;
            color: #111111;
        }

        .slicknav_nav a:hover {
            border-radius: 0;
            background: transparent;
            color: #111111;
        }

    .slicknav_nav {
        display: block !important;
    }

    .slicknav_arrow i {
        font-size: 17px;
        position: relative;
        top: 2px;
    }

    .offcanvas__logo {
        margin-bottom: 25px;
    }

    .offcanvas__btn {
        margin-bottom: 30px;
    }

    .offcanvas__widget {
        margin-bottom: 30px;
    }

        .offcanvas__widget li {
            font-size: 15px;
            color: #111111;
            list-style: none;
            line-height: 30px;
        }

            .offcanvas__widget li i {
                color: #13a2b7;
                font-size: 15px;
                margin-right: 5px;
            }

    .offcanvas__social a {
        font-size: 16px;
        color: #111111;
        display: inline-block;
        margin-right: 20px;
    }

        .offcanvas__social a:last-child {
            margin-right: 0;
        }

    .header__top {
        display: none;
    }

    .header__menu__option {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }

    .header__btn {
        display: none;
    }

    .consultation__text__item {
        margin-bottom: 40px;
    }

    .footer__logo {
        margin-bottom: 30px;
    }

    .footer__newslatter {
        margin-bottom: 30px;
    }

    .footer__social {
        text-align: center;
    }

    .footer__copyright__text p {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__copyright ul {
        text-align: center;
    }

    .services__item {
        padding: 35px 30px 35px 30px;
    }

    .testimonial__item .rating {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .services__sidebar {
        padding-top: 50px;
    }

    .services__details {
        padding-left: 0;
    }

    .doctor__item__text {
        text-align: center;
        padding-top: 40px;
    }

        .doctor__item__text.doctor__item__text--left {
            text-align: center;
        }

    .blog__details__social {
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }

        .blog__details__social a {
            display: inline-block;
            margin-right: 6px;
        }
}

.footer__logo img {
    filter: invert(0.3);
    filter: saturate(18);
}
/* Wide Mobile = 480px */
.com {
    color: rgb(228, 206, 10);
}

/*.video-banner-layout2 {
    margin-bottom: 20px;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}*/

.video-banner-layout2 {
    max-height: 400px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width:768.5px) {
    .banner-top {
        text-align: center;
        width: 100%;
        height: 200px !important;
        display: block;
        background-image: linear-gradient(#cbb976, #f3f3f9);
        background-size: cover;
    }
    .banner_text {
        margin-top: 80px;
        height: 120vh !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}
/*@media only screen and (min-width:768.5px){
    .review_nav .nav__scroll{
        visibility:hidden;
    }
}*/
@media only screen and (max-width: 767px) {
    .khadibg {
        position: absolute;
        right: 0;
        top: 0;
        height: 100% !important;
        width: 100vw;
        opacity: 0.3;
    }
    .adj_bulk img {
        width: 50% !important;
        height: 200px;
        border: 2px solid #fff;
        margin: 10px;
    }
    .modal-header h2{
        font-size:15px;
    }
    .cd-dropdown-trigger {
        
        font-size: 12px;
        padding: 7px 40px 7px 10px !important;
        line-height: 1.7;
        background-color: #111433;
        color: #ffffff !important;
        border-radius: 3px;
        margin-left: 40px;
    }
    .set_all_menu {
        /* display: none; */
        position: absolute !important;
        top: 90px !important;
        left: -150px !important;
    }
    .modal-content {
        background-color: #fff;
        margin: 30% auto !important;
        padding: 1.2rem;
        max-width: 90% !important;
        z-index: 99999999999 !important;
        visibility: hidden;
        box-shadow: 2px 2px 10px 0px rgb(99 106 119 / 80%);
        border-radius: 5px;
    }
    .banner-top {
        text-align: center;
        width: 100%;
        height: 140px !important;
        display: block;
        background-image: linear-gradient(#cbb976, #f3f3f9);
        background-size: cover;
    }
    .jsdjsjdf {
        left: -300% !important;
        max-width: 100px !important;
    }
    .slider .content-section {
        padding-top: 0px;
        min-width: 100%;
        min-height: 72vh !important;
        width: 100%;
        height: 70vh !important;
        text-align: center;
    }
    .product {
        padding: 0em 0 2em !important;
    }
    .img-fill {
        background: url(../images/adsd.jpg);
        width: 100%;
        height: 70vh;
        background-position: center;
        background-size: cover !important;
        display: block;
        background-repeat: no-repeat;
        position: relative;
        padding:10px;
    }
    .Modern-Slider .item .image {
        width: 100%;
        height: 65vh !important;
        background-position: center center;
        background-size: cover;
        display: block;
    }
    .set_adj {
        display: block !important;
        justify-content: space-between;
        align-items: center;
    }
    .mid-2 p em {
        font-style: normal;
        font-size: 14px;
        font-weight: 600;
        color: green;
        margin-left: 20px !important;
    }
    .mid-2 p label {
        margin: 0px 0px 5px 0px !important;
        color: #808080 !important;
        position: relative;
        font-size: 13px;
       
    }
    .price {
        position: absolute;
        top: -8px;
        left: 35% !important;
        z-index: 9;
        border-radius: 0px 0px 10px 10px;
        display: inline-block;
        background: #ffc600;
        background-image: linear-gradient(230deg, #ffc480, #ff763b);
        background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
        color: #9b742f;
        font-weight: 600;
        padding: 4px 8px !important;
        font-size: 10px !important;
        letter-spacing: 1px;
        font-weight: 500;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    }
    .Modern-Slider .item .image {
        width: 100%;
        height: 100vh;
        background-position: center center;
        background-size: contain !important;
        display: block;
        background-repeat: no-repeat;
    }
    .img_fluid {
        max-width: 100% !important;
        min-width: 100% !important;
        height: 150px !important;
    }
    .Modern-Slider .info {
        text-align: right !important;
        right: 0px;
        padding: 0px 30px;
    }
    .img-fill .info p {
        font-size: 14px !important;
        font-family: "Poppins", sans-serif !important;
        /* font-family: "questa-grande", serif !important; */
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    }

    .Modern-Slider .info p {
        color: #000 !important;
        
    }
    .Modern-Slider .info h1 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 25px !important;
        font-style: italic;
        color: #000 !important;
        font-family: "questa-grande", serif !important;
        font-weight: 700;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    }
    .header__menu ul li:last-child {
        margin-right: 70px !important;
    }
    #header.header-scrolled {
        background: #ccbb79;
        height: 50px !important;
    }
    .review_nav .nav__scroll {
        background: #ccbb79 !important;
        background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
    }
    .review_nav .nav__heading {
        margin-right: 0px !important;
        margin-left: 20px !important;
    }
    .review_nav .nav__outer-wrap {
        display: flex;
        justify-content: space-between;
        height: 65px !important;
        margin: 0 auto;
    }
    .review_nav .nav {
        width: 100vw !important;
        height: 58px;
        background-color: #f5f5f5;
        /* border-bottom: 1px solid #fff; */
        background-color: transparent;
    }

    .not_in_mob{
        display:none !important;
    }
    /* header menu search bar */
    .search-wrapper {
        position: absolute;
        transform: translate(-20%, -50%);
        top: 30px;
        right: -10px;
       
    }

   

        .search-wrapper .input-holder {
            /* height: 50px;
    width: 50px; */
            overflow: hidden;
            background: rgba(255, 255, 255, 0);
            border-radius: 50%;
            position: relative;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
            border-radius: 50%;
        }

        .search-wrapper.active .input-holder {
            width: 215px;
            padding: 2px;
            border-radius: 50px;
            background: rgba(0, 0, 0, 0.5);
            transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        }

        .search-wrapper .input-holder .search-input {
            width: 100%;
            height: 100%;
            padding: 0px 30px 0 10px;
            opacity: 0;
            position: absolute;
            top: -10px;
            left: 0px;
            background-color: transparent !important;
            box-sizing: border-box;
            border: none;
            outline: none;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: #FFF;
            transform: translate(0, 60px);
            transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
            transition-delay: 0.3s;
        }

        .search-wrapper.active .input-holder .search-input {
            opacity: 1;
            transform: translate(0, 10px);
        }

        .search-wrapper .input-holder .search-icon {
            /* width: 70px;
    height: 70px; */
            border: none;
            border-radius: 6px;
            background: #FFF;
            padding: 6px 10px;
            outline: none;
            position: relative;
            z-index: 2;
            float: right;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
        }

        .search-wrapper.active .input-holder .search-icon {
            width: 40px;
            height: 40px;
            /* margin: 3px; */
            border-radius: 30px;
        }

        .search-wrapper .input-holder .search-icon span {
            width: 22px;
            height: 22px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            transform: rotate(45deg);
            transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
        }

        .search-wrapper.active .input-holder .search-icon span {
            transform: rotate(-45deg);
        }

        .search-wrapper .input-holder .search-icon span::before,
        .search-wrapper .input-holder .search-icon span::after {
            position: absolute;
            content: '';
        }

        .search-wrapper .input-holder .search-icon span::before {
            width: 4px;
            height: 11px;
            left: 9px;
            top: 2px;
            border-radius: 2px;
            background: #000;
        }

        .search-wrapper .input-holder .search-icon span::after {
            width: 14px;
            height: 14px;
            left: 3px;
            top: -10px;
            border-radius: 16px;
            border: 4px solid #000;
        }

        .search-wrapper .close {
            position: absolute;
            z-index: 1;
            top: 5px;
            right: 5px;
            width: 25px;
            height: 25px;
            cursor: pointer;
            transform: rotate(-180deg);
            transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
            transition-delay: 0.2s;
        }

        .search-wrapper.active .close {
            top: 25%;
            right: -40px;
            transform: rotate(45deg);
            transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
            transition-delay: 0.5s;
        }

        .search-wrapper .close::before,
        .search-wrapper .close::after {
            position: absolute;
            content: '';
            background: red;
            border-radius: 2px;
        }

        .search-wrapper .close::before {
            width: 4px !important;
            height: 20px !important;
            left: 10px !important;
            display: block !important;
            top: -2px;
        }

        .search-wrapper .close::after {
            width: 20px;
            height: 4px;
            left: 2px;
            top: 8px;
        }

    /* search bar close */




    .review_nav .nav__link {
        text-transform: uppercase;
        font-size: 10.5px;
        letter-spacing: 1px;
        display: block;
        padding: 0px 10px !important;
        cursor: pointer;
        vertical-align: middle;
    }
    .jhsdfjj{
        position:absolute;
        top:80px;
    }
    .header-search .form-control {
                background-color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
      
    }
    .header-search .input-group-text {
        display: -ms-flexbox;
        display: unset !important;
        
        align-items: center;
        padding: 6px 10px !important;
        margin-bottom: unset !important;
        font-size: unset !important;
        font-weight: 400;
        line-height: unset !important;
        color: #495057;
        text-align: center;
        white-space: unset !important;
        background-color: unset !important;
        border: unset !important;
        border-radius: unset !important;
    }
    .input-group-text {
        background-image: none !important;
    }
    .header-search .input-group {
        border: 0px !important;
        border-radius: 50px !important;
    }
    .adj_row {
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .footer_part .single_footer_part .mail_part input {
        padding: 11px 15px !important;
        font-size: 13px;
        border-radius: 5px;
        border: 0px solid #d10024;
        margin-top: 20px;
        width: 80%;
        background-color: #353535;
    }
    .header-ctn > div > a {
        display: flex;
        position: relative;
        width: 23px !important;
        font-size: 8px !important;
        text-align: center;
        /* color: #FFF; */
    }
    .d_flex {
        display: block !important;
        text-align: center !important;
    }

        .d_flex .btn-outline-success.btn-sm.text-dark {
            margin: 10px auto;
        }

    .testimonial__author__icon {
        height: 150px;
        width: 100%;
        margin-bottom: 25px;
        /* background: #13a2b7; */
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        border-radius: 50%;
        float: none !important;
        margin-right: 20px;
    }

    .list-group-item {
        font-size: 13px !important;
    }

    div.bhoechie-tab-content {
        background-color: #ffffff;
        /* border: 1px solid #eeeeee; */
        padding: 5px 5px !important;
    }

    .services-top-grids.row .grid1 {
        margin-bottom: 15px !important;
    }

    .services-bottom-grids.row .grid1 {
        margin-bottom: 15px;
    }

    .member-info-content .opening-hours li {
        font-size: 12px !important;
    }

    .member-info-content {
        margin-bottom: 40px;
        box-shadow: rgb(44 73 100 / 8%) 0px 2px 15px;
        padding: 5px !important;
        border-radius: 10px;
        font-size: 12px !important;
    }

    .slicknav_nav .dropdown a {
        padding-left: 10px;
        color: rgb(141, 141, 141);
    }

    .notshow {
        visibility: hidden;
    }

    .breadcrumb__text h2 {
        color: #ffffff;
        font-weight: 700;
        font-size: 18px !important;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .breadcrumb-option .yjdf {
        position: absolute;
        top: 20% !important;
        left: 0% !important;
    }

    .contact__pic img {
        min-height: 250px !important;
    }

    .breadcrumb-option img {
        height: 180px !important;
        width: 100vw;
    }

    .footer__logo img {
        filter: invert(0.3);
        filter: saturate(18);
    }

    .op2 {
        z-index: 8;
        position: absolute;
        top: 10% !important;
        left: 0;
        right: 0;
        bottom: 10%;
        width: 100%;
    }
    /* .cta {
		position: relative;
		padding: 250px 0 !important;
	} */
    .inner-services .col-md-12 {
        padding: 0 !important;
    }

    .serv h4 {
        line-height: 1.7;
        font-weight: 600 !important;
        font-size: 1.2rem !important;
    }

        .serv h4::after {
            content: "";
            width: 30px !important;
            height: 1px;
            display: inline-block;
            background: #fff;
            margin: 8px 10px;
        }

    .about .container {
        padding-bottom: 40px !important;
        /* border-bottom: 1px solid #e1e1e1; */
    }

    .consultation__text__item .section-title h2 {
        font-size: 1.3rem !important;
    }

    .about__text {
        padding-left: 0px !important;
        margin-top: 40px !important;
    }

    .pic .set {
        width: 140px !important;
        height: 140px !important;
        border-radius: 100%;
    }

    .doctors .member {
        position: relative;
        box-shadow: 0px 2px 15px rgb(44 73 100 / 8%);
        padding: 10px !important;
        border-radius: 10px;
    }

        .doctors .member span {
            display: block;
            font-size: 12px !important;
            padding-bottom: 10px;
            position: relative;
            font-weight: 500;
        }

    .formrotate {
        transform: rotate(90deg);
        position: absolute;
        z-index: 555;
        right: -120px;
        top: 10px !important;
        width: 70%;
    }

    .consultation__text {
        padding: 30px 0 !important;
        position: relative;
    }

    .banner_text p {
        font-size: 0.9rem !important;
    }

    .hero-wrap {
        height: 60vh !important;
    }

    .owl-carousel.home-slider {
        height: 60vh !important;
    }

        .owl-carousel.home-slider .slider-item {
            height: 60vh !important;
        }

            .owl-carousel.home-slider .slider-item .slider-text h1 {
                font-size: 18px !important;
                letter-spacing: 3px;
            }

    .enq-form:hover {
        left: 0px;
        top: 40% !important;
    }

    .cta {
        position: relative;
        padding: 40px 0px;
        /* background: #0b2341; */
        height: auto !important;
        width: 100%;
    }

    .banner_text {
        height: 80vh !important;
    }

    owl-carousel.home-slider .slider-item .slider-text h2 {
        font-size: 12px !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700;
        color: #000;
        display: inline-block;
        position: relative;
        letter-spacing: 0.5px !important;
        word-spacing: 5px;
    }

    .enq-form {
        top: 60% !important;
    }
    header.header {
        position: fixed !important;
        /* margin-bottom: 100px; */
        background-color: #ede5d0 !important;
        /* height: 75px; */
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    }
    #nav__scroll--right, #nav__scroll--left {
        display: none !important;
    }
    .mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 25px !important;
        z-index: 999999999;
        border: 0;
        background: none;
        font-size: 20px !important;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }
    .header-ctn > div > a > .qty {
        position: absolute;
        right: -10px !important;
        top: -9px !important;
        width: 18px !important;
        height: 18px !important;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        font-size: 10px;
        color: black;
        border: 1px solid #fff;
        font-weight: 600;
        background-color: #D10024;
        background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
        box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    }
    .header__logo {
        width: 60%;
        padding: 10px 0px;
    }
    .header-ctn > div > a > i {
        display: block;
        font-size: 15px !important;
    }
    .slicknav_nav .slicknav_row, .slicknav_nav a {
        display: flex;
        justify-content: space-between;
    }
    .header {
        
        padding: 0px 0px !important;
       
    }
    .header-search form{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .input-select {
        padding: 0px 15px;
        background: #FFF;
        border: none;
        height: 30px !important;
    }
    .header-search form .search-btn {
        height: 29.5px !important;
        width: 60px !important;
        background: #D10024;
        color: #FFF;
        font-weight: 500 !important;
        font-size: 11px !important;
        border: none;
        border-radius: 0px 40px 40px 0px;
    }
    .header-search form .input-select {
        width: 120px !important;
        font-size: 10px !important;
    }
    .header__logo {
        justify-content: center !important;
    }
    .header-search form .input {
        width: calc(100% - 180px) !important;
        margin-right: -4px;
    }
    .header-ctn {
        float: none !important;
        padding: 5px 0px;
    }
    .header-search form .input {
        height: 30px !important;
        padding: 0px 5px !important;
        border: 1px solid #fff;
        background-color: #FFF;
        width: 100%;
    }
    .canvas__open {
        display: block;
        font-size: 22px;
        color: #222;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #323232;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

        .offcanvas-menu-overlay.active {
            visibility: visible;
        }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -280px;
        width: 280px;
        height: 100%;
        background: #ffffff;
        padding: 15px 10px 30px 15px;
        display: block;
        z-index: 999999999 !important;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

        .offcanvas-menu-wrapper.active {
            opacity: 1;
            left: 0;
        }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 10px 0;
        margin: 0;
        color: #111111;
        border-bottom: 1px solid azure;
        font-weight: 600;
    }

        .slicknav_nav .slicknav_row:hover {
            border-radius: 0;
            background: transparent;
            color: #111111;
        }

        .slicknav_nav a:hover {
            border-radius: 0;
            background: transparent;
            color: #111111;
        }

    .slicknav_nav {
        display: block !important;
    }

    .slicknav_arrow i {
        font-size: 17px;
        position: relative;
        top: 2px;
    }

    .offcanvas__logo {
        margin-bottom: 25px;
    }

    .offcanvas__btn {
        margin-bottom: 30px;
    }

    .offcanvas__widget {
        margin-bottom: 30px;
    }

        .offcanvas__widget li {
            font-size: 12px;
            color: #111111;
            list-style: none;
            line-height: 30px;
        }

            .offcanvas__widget li i {
                color: #13a2b7;
                font-size: 15px;
                margin-right: 5px;
            }

    .offcanvas__social a {
        font-size: 16px;
        color: #111111;
        display: inline-block;
        margin-right: 20px;
    }

        .offcanvas__social a:last-child {
            margin-right: 0;
        }

    .header__top {
        display: none;
    }

    .header__menu__option {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }

    .header__btn {
        display: none;
    }

    .consultation__text__item {
        margin-bottom: 40px;
    }

    .footer__logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer__newslatter {
        margin-bottom: 30px;
    }

    .footer__social {
        text-align: center;
    }

    .footer__copyright__text p {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__copyright ul {
        text-align: center;
    }

    .about__video {
        margin-bottom: 0px;
    }

    .section-title h2 {
        color: #111111;
        font-weight: 700;
        margin-top: 8px;
        font-size: 1.6rem;
    }

    .services__sidebar {
        padding-top: 50px;
    }

    .services__details {
        padding-left: 0;
    }

    .doctor__item__text {
        text-align: center;
        padding-top: 40px;
    }

        .doctor__item__text.doctor__item__text--left {
            text-align: center;
        }

    .services__btn {
        text-align: left;
        margin-bottom: 30px;
    }

    .latest__btn {
        text-align: left;
        margin-bottom: 30px;
    }

    .services__details__widget {
        text-align: left;
        margin-top: 20px;
    }

    .contact__pic {
        margin-bottom: 40px;
    }

    .team__item img {
        height: auto;
        width: auto;
    }

    .doctor__item__pic img {
        height: auto;
        width: auto;
    }

    .gallery__container .gc__item {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .grid-sizer {
        width: 100%;
    }

    .gallery__container {
        margin-right: 0;
    }

    .blog__details__social {
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }

        .blog__details__social a {
            display: inline-block;
            margin-right: 6px;
        }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .hero__text h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .consultation__form .section-title h2 {
        font-size: 24px;
    }

    .consultation__form {
        padding: 40px 25px;
    }

    .services__item {
        padding: 45px 25px 45px;
    }

    .services__item__icon {
        float: none;
        margin-bottom: 25px;
    }

    .footer__newslatter form button {
        padding: 14px 15px 12px;
    }

    .testimonial__item .rating {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .blog__details__tag a {
        margin-bottom: 10px;
    }

    .blog__details__btn__item.blog__details__btn__prev {
        margin-top: 35px;
    }

    .footer__newslatter form {
        text-align: center;
    }

        .footer__newslatter form input {
            margin-bottom: 15px;
            padding-right: 20px;
        }

        .footer__newslatter form button {
            position: relative;
            border-radius: 50px;
            padding: 14px 30px 12px;
        }
}

/* banerr start */

.hero-wrap {
    position: relative !important;
    height: 500px;
}

.slider-text.banner_text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #febe00;
    line-height: 1.3;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
}

.slider-text.banner_text h1 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
}

.start_compare {
    margin: 100px 0px;
}

.slider-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../img/overlay-pattern.png) #000000; */
    background: #fff;
    opacity: 0.85;
    /* background: linear-gradient( 42deg, rgb(0, 0, 0.5) 5%, rgb(58, 197, 200) 100%); */
}

.hero-wrap {
    width: 100%;
    height: 120vh;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .hero-wrap {
        background-position: center center !important;
    }
}

/* .hero-wrap .overlay {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;

	bottom: 0;
	content: '';
	opacity: .4;
	background: #00043c;
  }
   */

.hero-wrap.hero-wrap-2 {
    height: 600px;
}

    .hero-wrap.hero-wrap-2 .overlay {
        opacity: .4;
        background: #000000;
    }

    .hero-wrap.hero-wrap-2 .slider-text {
        height: 600px;
    }

        .hero-wrap.hero-wrap-2 .slider-text h1 {
            font-weight: 400;
            font-size: 40px;
        }

.hero-wrap .slider-text {
    height: 700px;
}

    .hero-wrap .slider-text h1 {
        color: #fff;
        line-height: 1.4;
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 45px;
    }

@media (max-width: 991.98px) {
    .hero-wrap .slider-text h1 {
        font-size: 40px;
    }
}

.hero-wrap .slider-text h1 span {
    border: 2px dashed #fd645b;
    color: #fd645b;
    padding: 0 5px;
}

.hero-wrap .slider-text .subheading {
    font-size: 15px;
    color: #eec857;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-wrap .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

    .hero-wrap .slider-text p strong {
        font-weight: 700;
    }

        .hero-wrap .slider-text p strong a {
            color: #000000;
        }

.hero-wrap .slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: capitalize !important;
}

    .hero-wrap .slider-text .breadcrumbs span {
        color: rgba(255, 255, 255, 0.5);
    }

        .hero-wrap .slider-text .breadcrumbs span i {
            color: rgba(255, 255, 255, 0.3);
        }

        .hero-wrap .slider-text .breadcrumbs span a {
            color: rgba(255, 255, 255, 0.7);
        }

            .hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
                color: #eec857;
            }

                .hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
                    color: #eec857;
                }

.hero-wrap .slider-text .bread {
    text-transform: capitalize;
    font-weight: 800 !important;
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-item {
        opacity: 1;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            position: relative;
        }

            .owl-carousel .owl-dots .owl-dot:after {
                position: absolute;
                top: -2px;
                left: -2px;
                right: 0;
                bottom: 0;
                width: 14px;
                height: 14px;
                content: '';
                border: 1px solid #4d4d4d;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

            .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
                outline: none !important;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #b3b3b3;
            }

                .owl-carousel .owl-dots .owl-dot.active:after {
                    border-color: #fff;
                }

    .owl-carousel.home-slider {
        position: relative;
        height: 80vh;
        z-index: 0;
    }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 120vh;
            position: relative;
            z-index: 0;
            overflow: hidden;
        }

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 700px;
    position: relative;
}

    .owl-carousel.home-slider .slider-item .slider-text .text {
        z-index: 0;
        color: rgba(255, 255, 255, 0.9);
    }

    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    }

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #000;
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
    word-spacing: 5px;
}

.owl-carousel.home-slider .slider-item .slider-text .button-link .button-video {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fd645b;
    margin-right: 10px;
    margin-left: 20px;
}

    .owl-carousel.home-slider .slider-item .slider-text .button-link .button-video span {
        color: #fff;
    }

.owl-carousel.home-slider .slider-item .slider-text .button-link span {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .owl-carousel.home-slider .owl-nav .owl-prev, .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
    }

        .owl-carousel.home-slider .owl-nav .owl-prev span:before, .owl-carousel.home-slider .owl-nav .owl-next span:before {
            font-size: 30px;
            color: rgba(255, 255, 255, 0.5);
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before, .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            color: #fff;
        }

    .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 0;
        margin-left: 0;
    }

    .owl-carousel.home-slider .owl-nav .owl-next {
        right: 0;
        margin-right: 0;
    }

.owl-carousel.home-slider:hover .owl-nav .owl-prev, .owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    ::placeholder {
    color: #f1f3f4 !important;
}
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
    
}

@media (min-width: 768.5px) {
    .input-holder{
        display:flex !important;
    }
    .search-icon {
        position: absolute;
        right: 17px;
        top: 7px;
        padding: 5px 10px !important;
        border: none !important;
        background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
    }
}
.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

    .owl-carousel.home-slider .owl-dots .owl-dot.active {
        background: #fff;
    }

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* banner close */

/* side form start */

/*------------- Form ---------------*/

.enq-form {
    position: fixed;
    font-family: 'Roboto', sans-serif;
    z-index: 9999;
    width: 280px;
    background: #FFF;
    left: -285px;
    top: 50%;
    transition: all .8s cubic-bezier(0.43, 1.07, 0.66, 1.15) .2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    cursor: pointer;
}

    .enq-form:hover {
        left: 0px;
    }

.formrotate {
    transform: rotate(90deg);
    position: absolute;
    z-index: 555;
    right: -120px;
    top: 88px;
    width: 70%;
}

.enq-form .user-icon {
    position: absolute;
    top: -40px;
    right: -110px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 15px;
    border-radius: 100%;
    background: #0c5d69;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    box-shadow: 0px 2px 4px 0px #00000094;
}

.enq-form .title {
    background: #3bb6c4;
    padding: 8px 18px;
    color: #0c5d69 !important;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
}

.enq-form p.message {
    position: relative;
    color: #000;
    font-size: 16px;
    padding-left: 12px;
    font-weight: 600;
    margin: 10px 5px;
    padding-bottom: 8px;
}

    .enq-form p.message::before {
        content: "";
        position: absolute;
        height: 3px;
        width: 60px;
        background: #0c5d69;
        bottom: 0px;
        border-radius: 5px;
        left: 15px;
    }

.enq-form button {
    display: block;
    margin: 12px auto;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
    background: #353e91;
    font-size: 22px;
    margin-bottom: 0;
    outline: none;
}

.enq-form select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}

.enq-form button:hover {
    background: #FF1A7D;
    box-shadow: 1px 1px 3px #000;
}

.enq-form .group {
    position: relative;
    margin-bottom: 7px;
}

.enq-form form {
    width: 96%;
    margin: 10px auto;
    padding: 8px;
    box-sizing: border-box;
}

.enq-form input, .enq-form select {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-bottom: 1px solid #757575b0;
}

    .enq-form input:focus, .enq-form select:focus {
        outline: none;
        border-bottom: none;
    }

        .enq-form input:focus ~ label, .enq-form select:focus ~ label {
            display: none !important;
        }

    .enq-form input:valid ~ label, .enq-form select:valid ~ label {
        display: none !important;
    }

.enq-form label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    letter-spacing: 1px;
}

.enq-form .bar {
    position: relative;
    display: block;
    width: 100%;
}

    .enq-form .bar:before, .enq-form .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .enq-form .bar:before {
        left: 50%;
    }

    .enq-form .bar:after {
        right: 50%;
    }

.enq-form input:focus ~ .bar:before, .enq-form input:focus ~ .bar:after {
    width: 50%;
}

.enq-form select:focus ~ .bar:before, .enq-form select:focus ~ .bar:after {
    width: 50%;
}

.enq-form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.enq-form input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.enq-form select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.enq-form .contact .php-email-form {
    box-shadow: none !important;
    padding: 10px !important;
    background: #fff !important;
}

    .enq-form .contact .php-email-form button[type="submit"] {
        background: #353e91 !important;
        border: 0px;
        padding: unset !important;
        transition: all 0.4s ease 0s;
        display: block;
        margin: 12px auto;
        height: 54px;
        width: 54px;
        border-radius: 50%;
        cursor: pointer;
        transition: all .4s ease;
        color: #fff !important;
        border: none;
        background: #353e91;
        font-size: 22px;
        margin-bottom: 0;
        outline: none;
    }

    .enq-form .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #b42700;
        text-align: center;
        font-size: 13px !important;
        padding: 5px;
        font-weight: 400;
        letter-spacing: 1px;
        border-radius: 4px;
    }

/*--------------------------------------------------------------
                        # Contact
                        --------------------------------------------------------------*/

.contact .info-box {
    color: #0b2341;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.att span {
    position: absolute;
    display: block;
    color: #fff;
    left: unset;
    right: 15px !important;
    top: 8px !important;
    font-size: 15px !important;
}

    .att span i.fa .fa-envelope {
        color: #fff;
    }

    .att span i.fa .fa-check {
        color: green !important;
    }

.contact .info-box i {
    font-size: 32px;
    color: goldenrod;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

.contactForm.php-email-form {
    position: relative;
}
/* .header{
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 10%);
} */

.header {
    width: 100vw;
    padding: 4px 0px 0px 0px;
    /* opacity: 0.5;
	background-color: #fff; */
    position: absolute;
    z-index: 9999 !important;
}

.contact .php-email-form .error-message {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    position: absolute;
    left: 25px;
    top: -30px;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
}

    .contact .php-email-form .error-message br + br {
        margin-top: 25px;
    }
.header-search .input-group {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.form-control {
    
    outline: none;
    border: 1px solid #dadada;
    border-radius: 4px;
    transition: 0.2s ease-out;
    /*color: #a1a1a1;*/
}

/* input, textarea {
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%) !important;
} */

.form-group {
    position: relative;
}

.form-row2 {
    display: block;
    margin-right: -5px;
    margin-left: -5px;
}

.successicon {
    position: relative;
}

    .successicon::before {
        position: relative;
        top: 30px;
        color: green;
        right: -260px;
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        z-index: 5;
    }

.success-icon {
    position: absolute;
    top: -4px;
    color: green;
    right: -1px;
    background: #fff;
    opacity: 0;
}

    .success-icon.active {
        position: absolute;
        top: -4px;
        color: green;
        right: -1px;
        background: #fff;
        opacity: 1;
    }

.success-icon2 {
    position: absolute;
    top: -4px;
    color: green;
    right: -1px;
    background: #fff;
    opacity: 0;
}

.form-control.active {
    position: relative;
}

    .form-control.active::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
        color: #ff4500;
    }

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

    .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
        border-color: #ed502e;
    }

/* .contact .php-email-form input {
							padding: 20px 15px;
						} */

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #ed502e;
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
}

    .contact .php-email-form button[type="submit"]:hover {
        background: #ef6445;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-muted2 {
    color: red !important;
}

.text_muted2 {
    color: gray;
}

/* form {
	box-shadow: 0 0 30px rgb(214 215 216 / 60%);
	padding: 20px;
} */

/* form div input {
	width: 100%;
	height: 40px;
	border-radius: 8px;
	outline: none;
	border: 2px solid #c4c4c4;
	padding: 0 30px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
} */

/*label {
    display: block;
    margin-bottom: 5px;
}*/

.contact .info-box {
    color: #0b2341;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 18px;
    background: #fff;
}

    .contact .info-box i {
        font-size: 32px;
        color: #fab005;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #fbdad2;
    }

.bx {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.bx-map:before {
    content: "\eab8";
}

.bx-envelope:before {
    content: "\ea23";
}

.bx-phone-call:before {
    content: "\eb15";
}

.healthcardbutton {
    position: fixed;
    left: -10px;
    top: 58%;
    z-index: 200;
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 15px;
    border-radius: 0px 10px 10px 0px;
    background: #353E91;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    box-shadow: 0px 2px 4px 0px #00000094;
}

    .healthcardbutton a {
        color: #fff;
        padding-left: 5px;
    }

.feedback > span {
    color: rgb(253, 72, 6);
    animation: fancy-animation 3s linear infinite;
    position: relative;
    font-size: 0.9rem;
    font-weight: 600;
}

.att span {
    position: absolute;
    display: block;
    color: #fff;
    left: unset;
    right: 15px !important;
    top: 8px !important;
    font-size: 15px !important;
}

    .att span i.fa .fa-envelope {
        color: #fff;
    }

    .att span i.fa .fa-check {
        color: green !important;
    }

.feedback > span:after {
    content: '...';
    position: absolute;
    top: -13.5px;
    left: 100%;
    font-size: 1.5rem;
    animation: fancy-animation 3s linear infinite;
}

@keyframes fancy-animation {
    0% {
        content: '';
        text-shadow: 0px 0px 10px #ffffff;
    }

    25% {
        content: '.';
        text-shadow: 0px 0px 50px #ffffff;
    }

    50% {
        content: '..';
        text-shadow: 0px 0px 10px #ffffff;
    }

    75% {
        content: '...';
        text-shadow: 0px 0px 50px #ffffff;
    }

    100% {
        content: '....';
        text-shadow: 0px 0px 10px #ffffff;
    }
}

.login {
    position: relative;
    display: flex;
    border-radius: 4px;
}

.inputfield {
    position: relative;
    width: 100%;
    display: flex;
}

.login {
    display: flex;
    justify-content: space-between;
}

.inputfield span {
    position: absolute;
    display: block;
    color: orangered;
    left: 10px;
    top: 3px;
    font-size: 20px;
}

.inputfield input {
    width: 100%;
    padding: 10px 5px 10px 40px !important;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 0.3px !important;
    transition: 0.2s ease-out !important;
    color: #a1a1a1;
}

.text-warning {
    color: #ffc107 !important;
}

.inputfield input:focus .input span i {
    display: none;
}

.inputfield input:focus {
    padding: 10px 5px 10px 10px !important;
    outline: 0;
    border-color: #FF7052 !important;
}

.submit {
    width: 40px;
    height: 39px;
    display: block;
    margin-left: 15px;
    margin-top: 0px;
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #FF7052;
    color: #FF7052;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease-out;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}

    .submit:hover, .submit:focus {
        background: #FF7052;
        color: #fff;
        outline: 0;
    }

.feedback {
    position: absolute;
    bottom: -70px;
    width: 100%;
    right: 1px;
    text-align: center;
    color: #fff;
    background: #2ecc71;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: none;
    opacity: 0;
    transition: 0.3s ease-out;
}

    .feedback:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(46, 204, 113, 0);
        border-bottom-color: #2ecc71;
        border-width: 10px;
        margin-left: -10px;
    }

.mt-100 {
    margin-top: 100px;
}

.text2 {
    font-size: 15px !important;
}

/* side form close */

.img_f_luid {
    /* background: #fff; */
    width: 100%;
    height: 100%;
    padding: 0px;
    /* border-radius: 100%; */
    /* border: 10px solid #ffffff; */
    /* box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important; */
}
/* .about_us{
	position: relative;
} */
.shape {
    width: 70%;
    height: 305px;
    /* transform: rotate(20deg); */
    top: -60px;
    right: -75px;
    opacity: 0.8;
    z-index: 3;
    position: absolute;
}

.banner_text {
    position: relative !important;
    z-index: 2 !important;
    bottom: 20px;
}

.banner_text {
    margin-top: 80px;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .banner_text p {
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        word-spacing: 2px;
        line-height: 1.7;
        color: #fff !important;
    }

.divider {
    position: relative;
    margin-top: 30px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(8, 8, 8), transparent);
}


/* appointment section */
.services {
    width: 100%;
    background: url('../img/service-bg.html');
    padding: 75px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.serv {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    /* margin: 25px 0px; */
}

.gfg {
    background: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}

.heading h2.white {
    color: #fff;
}

.serv h4 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

    .serv h4::after {
        content: "";
        width: 120px;
        height: 1px;
        display: inline-block;
        background: #fff;
        margin: 8px 10px;
    }

.serv p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 5px;
}

.icon-service {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

    .icon-service img {
        width: 60px;
    }

.inner-services {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.appointment-form .form {
    float: left;
    width: 100%;
}

    .appointment-form .form form {
        float: left;
        width: 100%;
        margin: 0;
    }

        .appointment-form .form form fieldset {
            float: left;
            width: 100%;
        }

.form-group {
    float: left;
    width: 100%;
    margin: 0;
}

    .form-group input, .form-group select, .form-group textarea {
        float: left;
        width: 100%;
        border-radius: 25px;
        box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
        outline: none;
        border: 1px solid green;
        padding: 8px 15px;
        font-weight: 400;
        font-size: 13px;
        margin: 1px 0 !important;
        box-shadow: none;
        color: #333;
        height: 44px;
    }

/*.input-group-text {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    background-color: green;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0px 25px 25px 0px;
}*/

.sdsghdsg {
    margin: 100px 0px;
}

.my_1 {
    margin: 6px 0px;
}

.form-group textarea {
    float: left;
    width: 100%;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    outline: none;
    border: 1px solid #dadada;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 12px 0 0;
    box-shadow: none;
    color: #333;
    height: 90px;
}

    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
        box-shadow: none;
    }

.select-section div.form-group:nth-child(1) {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.select-section div.form-group:nth-child(2) {
    float: left;
    width: 49%;
}

.center {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
}

.form-group button {
    background: linear-gradient(to right, #956b31 0%, #ede3be 100%);
    border: none;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    transition: ease all 1s;
    font-weight: 600;
}

    .form-group button:hover, .form-group button:focus {
        background: linear-gradient(to right, #835414 7%, #a9a28c 100%);
    }

body.clinic_version .dev-list .widget h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 15px 20px;
    position: relative;
    top: -25px;
}

body.clinic_version .dev-list .widget small {
    display: block;
    margin: -15px 0 -5px;
    font-size: 16px;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #0071d1;
}

.big-tagline {
    float: left;
    width: 100%;
    background: rgba(255,255,255,7);
    padding: 0;
    margin: 0;
}

.appointment-form {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 425px;
    box-shadow: 0 0 50px -22px rgba(0,0,0,0.3);
    padding: 20px;
}

    .appointment-form h3 {
        float: left;
        margin: 0;
        background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
        width: 100%;
        color: #fff;
        padding: 15px 25px;
        font-size: 18px;
        font-weight: 600;
    }

#home.first-section {
    position: relative;
    min-height: 650px;
}

    #home.first-section::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0);
    }

.text-contant {
    float: left;
    width: 80%;
    margin: 5px 10% 0;
    padding: 40px 0 40px;
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.timing {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    /* box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important; */
    padding: 20px 0px;
}

.opening-hours h3 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 900;
}

.opening-hours ul {
    border-bottom: 1px solid #E2EBF9;
    padding: 8px 0;
    margin-top: 10px;
}

    .opening-hours ul li:nth-child(1) {
        float: left;
    }

    .opening-hours ul li:nth-child(2) {
        float: right;
    }

    .opening-hours ul li {
        letter-spacing: 0.5px;
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }
/* appointment section close */


/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
    background: #fff;
}

    .doctors .member {
        position: relative;
        box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
        padding: 30px;
        border-radius: 10px;
    }

.pic .set {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.doctors .member .pic {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

    .doctors .member .pic img {
        transition: ease-in-out 0.3s;
    }

.doctors .member:hover img {
    transform: scale(1.1);
}

.doctors .member .member-info {
    padding-left: 30px;
}

.doctors .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2c4964;
}

.doctors .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

    .doctors .member span::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background: #b2c8dd;
        bottom: 0;
        left: 0;
    }

.doctors .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.doctors .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .doctors .member .social a {
        transition: ease-in-out 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 32px;
        height: 32px;
        background: #a0bcd5;
    }

        .doctors .member .social a i {
            color: #fff;
            font-size: 16px;
            margin: 0 2px;
        }

        .doctors .member .social a:hover {
            background: #1977cc;
        }

        .doctors .member .social a + a {
            margin-left: 8px;
        }


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    position: relative;
    padding: 40px 0px;
    /* background: #0b2341; */
    height: 100%;
    width: 100%;
}

.sdsd {
    color: #00cc43 !important;
}

.op {
    position: absolute;
    background: linear-gradient( 42deg, rgb(0, 0, 0.5) 5%, rgb(58, 197, 200) 100%);
    opacity: 0.9;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.op2 {
    z-index: 8;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 100%;
}

.cta h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #000;
}

.cta .cta-btn {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #ed502e;
    color: #fff;
}

    .cta .cta-btn:hover {
        background: #ed502e;
        border: 2px solid #ed502e;
    }

footer {
    z-index: 99999999999 !important;
}

.contact__pic {
    height: 100%;
}

    .contact__pic img {
        min-height: 470px;
    }

.breadcrumb-option {
    position: relative;
}

    .breadcrumb-option img {
        /* position: absolute;
	top:0;
	left:0; */
        height: 400px;
        width: 100vw;
    }

    .breadcrumb-option .yjdf {
        position: absolute;
        top: 30%;
        left: 10%;
    }

/*-- //vertical-tabs --*/


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 22px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon, div.bhoechie-tab-menu div.list-group > a .fa {
                color: #F1C616;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #063b5b;
                background-image: #5A55A3;
                color: #ffffff;
            }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    border-color: #063b5b;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #063b5b;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding: 25px 25px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

div.bhoechie-tab-content {
    padding: 25px 15px;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding: 25px 25px;
}

.mission_p3 {
    border-left: 5px solid orangered;
    padding-left: 20px;
    padding: 20px;
    color: black;
    background-color: rgb(241, 235, 227);
    width: 100%;
    border-radius: 0px 8px 8px 0px;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

.tabadj {
    padding: 15px;
}

.heading-agileinfo {
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 36px;
    margin-bottom: 1.9em;
    text-align: center;
    color: #0d4160;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.1;
}

    .heading-agileinfo span {
        text-align: center;
        display: block;
        font-size: 16px !important;
        margin-top: 1em;
        letter-spacing: 4px;
        text-transform: capitalize;
        color: #000000;
        font-weight: 600;
        /* font-family: 'Source Sans Pro', sans-serif; */
        line-height: 1.1;
    }

.services-top-grids {
    margin-bottom: 30px;
}

    .services-top-grids.row .grid1 {
        margin-bottom: 15px;
    }

.grid1 {
    text-align: center;
    background: #fff;
    min-height: 270px;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(158 158 158 / 75%);
    -moz-box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    box-shadow: 0px 1px 8px 0px rgb(158 158 158 / 75%);
}

    .grid1 img {
        width: 120px;
        height: 100px;
    }

    .grid1 h4 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 10px 0 !important;
        color: #000;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.1;
    }

    .grid1 p {
        font-size: 15px;
        letter-spacing: .5px;
        color: #383535;
        text-align: center;
        line-height: 1.9em;
        font-family: 'Open Sans', sans-serif;
    }

.services-bottom-grids {
    margin-bottom: 30px;
}

.list-group-item {
    padding: 17px 15px !important;
    font-size: 15px;
    letter-spacing: 2px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.text-center {
    text-align: center;
}

a.list-group-item {
    color: #263D48;
    font-weight: 600;
}

.text_white {
    color: white !important;
}

.ulu {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #47b19e;
    word-spacing: 2px;
    line-height: 2.7;
}
/* .header__menu ul{
	display: flex;
} */
.navbar {
    display: block !important;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@  neomorphic search @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.form-group {
    position: relative;
}

.form-group {
    margin-bottom: 1rem;
}

.dfdf .owl-carousel .owl-stage-outer {
    position: absolute !important;
    left: 0;
}

.dfdf .screenshot_slider .owl-item .item {
    /* width:80px; */
    height: 100px;
}

    .dfdf .screenshot_slider .owl-item .item img {
        width: 100%;
        height: 100%;
        box-shadow: none !important;
    }

.dfdf .owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-padding {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    height: 300px;
    overflow: hidden !important;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    margin: 50px 0;
    /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item H6 {
    font-weight: 600;
    margin: 10px;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1 !important;
}

.screenshot_slider .owl-nav {
    text-align: center;
}

    .screenshot_slider .owl-nav button {
        font-size: 24px !important;
        margin: 10px;
        color: #033aff !important;
    }

.d_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.set_ancher a {
    border-bottom: 2px solid rgb(136, 8, 8);
}

.sportsbook img {
    width: 200px;
    height: 50px;
}
header.header {
    position: relative;
    /*margin-bottom:100px;*/
    /*background: #147db5;
    background-image: linear-gradient(230deg, #fc5286, #fbaaa2);
    background: -webkit-linear-gradient(45deg, #006db0 0%, #006db0 100%);
    background: -webkit-linear-gradient(45deg, #6B6ECC 0%, #89BFDF 100%);
    background: -webkit-linear-gradient(45deg, #c96881 0%, #f7b695 100%);
    background: -webkit-linear-gradient(45deg, #81B77B 0%, #A3E3C3 100%);*/
    /* background-color:#d5c68f; */
    /*height:75px;*/
}
.footer_part {
    background: #f1eeda;
    background: url('../Dynamic/Blurfooter.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 2px solid #ccbb79;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  review navbar css @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
body {
    margin: 0;
    overflow-x: hidden;
}

.review_nav ul {
    padding: 0;
}

.review_nav li {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.review_nav button {
    border: none;
    background: none;
    margin: 0;
    font: inherit;
    letter-spacing: inherit;
    -webkit-font-smoothing: inherit;
}
#header.header-scrolled {
    width: 100%;
    position: fixed;
    top: 0 !important;
    
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
/* utility */
.review_nav .nav__heading{
    margin-right:20px;
}
.review_nav .bold {
    font-weight: 600;
    color: #000;
    /* border-bottom:2px solid rgb(194, 2, 2) !important; */
}

/* icons */
.review_nav .icon {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor
}

.review_nav .icon--dropdown {
    margin-top: -2px;
    fill: #757575
}

/* nav component */

/* 
	$nav-dropdown-max-height should be taller than maximum dropdown height so that dropdowns aren't cut off. 
	It should also be taller than screen height on browsers (e.g. firefox, IE<10) where horizontal scroll bar can't be hidden
	65em = 910px, plenty high for 1080p screens
*/
.review_nav {
    position: relative;
    
}

    .review_nav .nav {
        width: 100%;
        height: 58px;
        background-color: #f5f5f5;
        /*border-bottom: 1px solid #fff;*/
        background-color: #ede3be;
    }

        /* hide horizontal scrollbar */

        .review_nav .nav ::-webkit-scrollbar {
            width: 0;
        }

    .review_nav .nav {
        -ms-overflow-style: none;
        /*position: absolute;*/
        z-index: 1;
    }
    /* 
	allow dropdown menus to be displayed below bar 
	by allowing their tall (height: $nav-dropdown-max-height) containers to be visible 
*/
    .review_nav .nav--hovered, .nav--focused {
        overflow: visible;
    }

    .review_nav .nav__placeholder {
        height: 2.5em;
    }

    .review_nav .nav__outer-wrap {
        display: flex;
        justify-content: space-between;
        height: 60px;
        margin: 0 auto;
    }

.nav__scroll--left {
    left: 0 !important;
}
/* Level 1 (header)
   ==================================== anutara ====================================== */
.review_nav .nav__heading {
    display: inline-block;
    flex-shrink: 0;
    /*flex-grow: 1;*/
    /*background: #f1f1f1 !important;*/
    border-right: 2px solid gray;
    /* border-radius: 6px 6px 0px 0px; */
    z-index: 2 /* so leftmost nav__item doesn't cover it */
}

.review_nav .nav__heading-caret {
    color: #666;
    font-size: 16px;
    margin: 0 -.5em;
}

.review_nav .nav__inner-wrap {
    white-space: nowrap;
    padding-bottom: 0px !important;
    margin: 0 auto;
    
}



    /* Hack: ensure the first menu item has a little margin-left so it's not narrower 
			 than it's dropdown menu if it's the only menu item. This is compensated 
			 for by the nav__heading's margin-right */
    .review_nav .nav__item:first-child {
        margin-left: 0em;
    }

    /* so that items w/ children contain their dropdown menus */
    .review_nav .nav__item.nav__menu-item--has-children {
        position: relative;
    }

/* space on right edge of .nav__inner-wrap below .nav__scroll--right */
.review_nav .nav__item--right-spacer {
    display: none;
    padding: 0 calc(2em / 2);
    background-color: transparent !important;
}

.review_nav .nav--scrollable .nav__item--right-spacer {
    display: block;
}
 
 .review_nav .nav__link {
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 1px;
    display: block;
    padding: 0px 28px;
    cursor: pointer; /* needed for all menu items, even dropdown, so iOS devices can hover over them */
    vertical-align: middle; /* really only needed for children of .nav__heading so they line up with other links */
}
.asdas{
    font-size:8px !important;
}

.review_nav .nav__link--has-dropdown {
    position: relative;
}

.review_nav .nav__scroll {
    position: absolute;
    top: 0;
    z-index: inherit;
    padding: 0 0 .15em;
    width: calc(2em / 2);
    background: rgba(0, 0, 0, .10);
    color: #000 !important;
    font-family: Gill Sans, Futura, sans-serif;
    font-size: 200%;
    line-height: 0;
    height: calc( 3.5em / 2 ); /* b/c font-size is doubled */
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s;
    box-shadow: 0 0 20px -5px rgb(255 255 255 / 90%) !important;
}

    .review_nav .nav__scroll:focus {
        opacity: 1;
    }

.review_nav .nav__scroll--left {
    left: 0;
    /*border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;*/
    border-radius:0px 8px 8px 0px;
}

.review_nav .nav__scroll--right {
    right: 15px;
    /*border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;*/
    border-radius:8px 0px 0px 8px;
}

.review_nav .nav__scroll--visible {
    opacity: .9;
    transition: opacity .3s;
}

.review_nav .nav__link--toplevel {
    /* prevent text color from changing AFTER background color change on top-level links (not dropdowns) */
    transition: none;
}

/* Levels 2 & 3 (header)
   ========================================================================== */
/* menu item hovered/focused */

    /* 
		tiny pseudolement to cover bottom edge of adjacent menu items to prevent accidental hover
		as mouse moves diagonally down from menu item to dropdown
	 */
    .review_nav .nav__item:hover .nav__link--has-dropdown:before, .nav__item--has-focus .nav__link--has-dropdown:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: calc(100% + 3em);
        left: -1.5em;
        height: 1.2em;
        /*background-color: red;*/
    }
    /* ensure tiny pseudoelement only shows up on left side (not right side) of final menu item */
    .review_nav .nav__item:hover .nav__link--has-dropdown:nth-last-child(2):before, .nav__item--has-focus .nav__link--has-dropdown:nth-last-child(2):before {
        width: calc(100% + 1.5em);
    }

    .review_nav .nav__item:hover .nav__dropdown, .nav__item--has-focus .nav__dropdown {
        display: block;
    }

    .review_nav .nav__item:hover .icon--dropdown, .nav__item--has-focus .icon--dropdown {
        fill: white;
    }

    .review_nav .nav__item:hover .nav__menu-item, .nav__item--has-focus .nav__menu-item {
        padding: 0;
        margin-left: 1em;
        line-height: calc(2.5em - 8px);
    }

        .review_nav .nav__item:hover .nav__menu-item > a, .nav__item--has-focus .nav__menu-item > a {
            display: inline-block;
        }

            .review_nav .nav__item:hover .nav__menu-item > a:hover, .nav__item:hover .nav__menu-item > a:focus, .nav__item--has-focus .nav__menu-item > a:hover, .nav__item--has-focus .nav__menu-item > a:focus {
                background-color: rgb(106, 70, 138);
            }

            .review_nav .nav__item:hover .nav__menu-item > a:active, .nav__item--has-focus .nav__menu-item > a:active {
                background-color: rgb(73, 23, 110);
            }

.review_nav .nav__item--repeated {
    margin-left: 0 !important;
}

.review_nav .nav__dropdown {
    display: none;
    position: absolute;
    z-index: 2;
    left: -1em;
    padding: 1em;
    background-color: inherit;
    box-shadow: 1px 1px 4px rgba(150,150,150,.7);
}

.review_nav .nav__item--right-aligned-dropdown .nav__dropdown {
    left: auto;
    right: 0;
    top: 2.5em;
}

.review_nav .nav--scrollable .nav__item--right-aligned-dropdown .nav__dropdown {
    right: -2em;
}

/*Small Phones*/
@media only screen and (max-width: 479px) {

    /* entire site nav bar is scrollable */
    .review_nav .nav__outer-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

/*Large Phones on up*/
@media only screen and (max-width:576px) {
    .review_nav .nav__outer-wrap {
        display: flex;
        justify-content: space-between;
        align-items:center;
        height: 55px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 480px) {

    /* nav is scrollable EXCEPT for heading (first item) */
    .review_nav .nav__inner-wrap {
        overflow-x: auto;
        /*overflow-y: hidden;*/
        -webkit-overflow-scrolling: touch;
    }

    .review_nav .nav__heading {
        background-color: #e0e0e0;
    }
}
.review_nav .nav__outer-wrap {
    align-items:center !important;
}
    @media screen and (min-width: 1024px) {
        .review_nav .nav__outer-wrap {
            position: relative; /*to contain nav__dropdown  */
            padding-right: 0;
            width: 100vw;
            padding: 0px 70px 0px 80px;
           
            display: flex;
            justify-content: center;
        }
       
        .review_nav .nav__heading {
            background-color: transparent;
        }

        /* remove link to see full menu (in footer) and the spacing for it */
        /* .review_nav .nav__scroll {
		display: none;
	} */
    }



.arrow_up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: -17px;
    left: 45%;
    
}

.review_nav .nav__item:hover, .nav__item--has-focus {
    /*background-color: #fff;*/
    color: darkgreen !important;
    border-radius: 10px 10px 0px 0px;
    padding-top:15px;
    padding-bottom:15px;
    
    /*border-bottom-color: rgb(139, 117, 166);*/
    box-shadow: 0px 5px 20px rgb(0 61 85 / 10%);
}

.review_nav .nav__link:focus {
   
    font-weight:600;
}
.review_nav .nav__link:hover {
    color: #ff9153 !important;
}
.condition-render-verticalFilters {
    border: 1px solid #fff;
    background-color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px rgb(0 128 0 / 30%) !important;
    box-shadow: 6px 11px 41px -28px #a99de7 !important;
    transition: all 0.5s;
    margin: 0 !important;
   
}
.vertical-filters-filters {
    padding-top: 10px !important;
    padding-bottom: 26px;
    padding-left: 5px !important;
    padding-right: 0px !important;
}
div.ex1 {
    /* background-color: lightblue; */
    /* width: 217px; */
    height: auto !important;
     overflow-y: scroll !important;
     min-height:250px;
     max-height:120vh;
     overflow-x:hidden !important;
}
.vertical-filters-header {
    font-weight: 800;
    text-transform: uppercase;
    
    font-size: 15px !important;
    letter-spacing:1px;
    margin: 0 0 18px;
    clear: both;
    color: #282c3f;
    display: block;
    border-bottom: 2px solid #70b367 !important;
}
.vertical-filters-filters .categories-list label {
    font-size: 13px !important;
    margin-bottom: 7px;
}
.header__menu ul li a {
    transition: none !important;
}
.vertical-filters-header i {
    color: #008000 !important;
    margin-right:10px;
}
.tabs li a.active {
    color: #000000;
}
.tabs li {
    transition: all 0.5s ease-in-out !important;
}
.tabs li a {
    font-size: 1em;
    color: #8A8A8A;
    padding: 10px 17px !important;
    display: inline-block;
   
}
/*.header__menu ul li a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        background: #00cc43;
        content: "";
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }*/
/*----------------------------*\
	Search
\*----------------------------*/
.header-search {
    padding: 5px 0px;
}

    .header-search form {
        position: relative;
    }

        .header-search form .input-select {
            margin-right: -5px;
            border-radius: 40px 0px 0px 40px;
            font-family: "Poppins", Arial, sans-serif !important;
            -webkit-font-smoothing: antialiased;
            border: 1px solid #E4E7ED;
            font-size: 15px;
        }

.input-select {
    padding: 0px 15px;
    background: #FFF;
    border: none;
    height: 39.5px;
    
}
.divider {
    position: relative;
    margin-top: 20px;
    height: 1px;
}
#myTabDrop1{
    display:flex !important;
    position:relative;
}
    #myTabDrop1::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        margin-top: 5px !important;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .div-transparent:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(0, 0, 0), transparent);
}
        .header-search form .input {
            width: calc(100% - 260px);
            margin-right: -6px;
        }
.input {
    height: 39.5px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
}
.header-search form .search-btn {
    height: 40px;
    width: 100px;
    background: #fff;
    color: #212529;
    font-weight: 700;
    border: 1px solid #E4E7ED;
    border-radius: 0px 40px 40px 0px;
}

/*----------------------------*\
	Cart
\*----------------------------*/

.header-ctn {
    float: right;
    padding: 5px 0px;
}

    .header-ctn > div {
        display: inline-block;
    }

        .header-ctn > div + div {
            margin-left: 15px;
        }

        .header-ctn > div > a {
            display: block;
            position: relative;
            width: 50px;
            text-align: center;
            /*color: #FFF;*/
        }

            .header-ctn > div > a > i {
                display: block;
                font-size: 22px;
            }

            .header-ctn > div > a > span {
                font-size: 11px;
                letter-spacing:0.5px;
                font-weight:500;
                text-transform:uppercase;
            }

            .header-ctn > div > a > .qty {
                position: absolute;
                right: -2px;
                top: -15px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                border-radius: 50%;
                font-size: 10px;
                color: black;
                border:1px solid #fff;
                font-weight: 600;
                background-color: #D10024;
                background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
                box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
            }

    .header-ctn .menu-toggle {
        display: none;
    }

.cart-dropdown {
    position: absolute;
    width: 300px;
    background: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
    box-shadow: 0px 0px 0px 2px #E4E7ED;
    z-index: 99;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.dropdown.open > .cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.cart-dropdown .cart-list {
    max-height: 180px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

    .cart-dropdown .cart-list .product-widget {
        padding: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .cart-dropdown .cart-list .product-widget:last-child {
            margin-bottom: 0px;
        }

        .cart-dropdown .cart-list .product-widget .product-img {
            left: 0px;
            top: 0px;
        }

        .cart-dropdown .cart-list .product-widget .product-body .product-price {
            color: #2B2D42;
        }

.cart-dropdown .cart-btns {
    margin: 0px -17px -17px;
}

    .cart-dropdown .cart-btns > a {
        display: inline-block;
        width: calc(50% - 0px);
        padding: 12px;
        background-color: #D10024;
        color: #FFF;
        text-align: center;
        font-weight: 700;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .cart-dropdown .cart-btns > a:first-child {
            margin-right: -4px;
            background-color: #1e1f29;
        }

        .cart-dropdown .cart-btns > a:hover {
            opacity: 0.9;
        }

.cart-dropdown .cart-summary {
    border-top: 1px solid #E4E7ED;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sethero_pos {
    position: relative !important;
    height: 100%;
    margin-top:300px;
    display:block;
}
    .sethero_pos > div {
        position: relative !important;
       width:100vw !important;
       height:50vh !important;
    }
    .sethero_pos video {
        margin: unset !important;
        position: relative !important;
        z-index: -1;
        top: 50%;
        left: 0 !important;
        transform: translate(0%, -50%) !important;
        visibility: visible;
        
    }




/**********************footer part css*******************/
/* line 2, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part {
    padding: 80px 0px 0px 0px !important;
}

@media (max-width: 576px) {
    /* line 2, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part {
        padding: 70px 0px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part {
        padding: 70px 0px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part {
        padding: 70px 0px 25px;
    }
}

/* line 18, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part img {
    margin-bottom: 35px;
}

@media (max-width: 576px) {
    /* line 22, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}
@media (min-width: 768.5px) {
   
    .not_in_lap {
       display:none !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 22, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 22, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}

/* line 37, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .single_footer_part h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #353535 !important;
}

@media (max-width: 576px) {
    /* line 37, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 37, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 37, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 37, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        font-size: 19px;
    }
}

/* line 59, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .single_footer_part p {
    margin-bottom: 10px;
    color: #9b742f !important;
}

/* line 65, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .single_footer_part .list-unstyled li a {
    color: #9b742f !important;
    margin-bottom: 10px;
    display: inline-block;
}

    /* line 69, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part .list-unstyled li a:hover {
        color: #000 !important;
    }

/* line 76, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon {
    float: left;
    margin-top: 38px;
}

@media (max-width: 991px) {
    /* line 76, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part .social_icon {
        margin-top: 15px;
    }
}

/* line 87, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon li a {
    margin-left: 0;
    margin-right: 25px;
    padding: 10px;
}

/* line 98, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part {
    position: relative;
}

    /* line 101, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part .mail_part input {
        padding: 12.5px 15px;
        font-size: 13px;
        border-radius: 5px;
        border: 0px solid #d10024;
        margin-top: 20px;
        width: 80%;
        background-color: #353535;
    }

    /* line 111, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .single_footer_part .mail_part .email_icon {
        position: absolute;
        right: 0px;
        top: 20px;
        background-color: #ccbb79;
        padding: 4.5px 20px;
        text-align: center;
        color: #353535;
        border-radius: 5px;
        line-height: 2;
        border: 2px solid #353535;
    }

/* line 125, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part hr {
    background-color: #cad7dc;
    margin-top: 50px;
    margin-bottom: 25px;
}

/* line 131, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .footer_icon {
    text-align: right;
}

    /* line 134, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .footer_icon li {
        display: inline-block;
    }

        /* line 137, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
        .footer_part .footer_icon li a {
            font-size: 14px;
            color: #7f7f7f;
            padding: 5px 11px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            /* line 141, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
            .footer_part .footer_icon li a:hover {
                background-color: #ff3368;
                box-shadow: -1.717px 8.835px 29.76px 2.24px rgba(255, 51, 104, 0.18);
                color: #fff !important;
            }

            /* line 147, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
            .footer_part .footer_icon li a i:hover {
                color: #fff !important;
            }

@media (max-width: 576px) {
    /* line 137, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .footer_icon li a {
        margin-left: 0px;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 137, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .footer_icon li a {
        margin-left: 0px;
        margin-right: 25px;
    }
}

/* line 168, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .footer_icon li a :hover {
    color: #ff3368;
}

@media (max-width: 576px) {
    /* line 131, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .footer_icon {
        float: left;
        margin-top: 15px;
    }
}

/* line 187, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .copyright_text p {
    color: #ccbb79;
}

/* line 191, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .copyright_text span {
    color: #ff3368;
    font-size: 12px;
}

@media (max-width: 991px) {
    /* line 186, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .copyright_text {
        text-align: center !important;
    }
}

/* line 203, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .copyright_text p a {
    color: #ececec;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    /* line 207, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .copyright_text p a:hover {
        color: #ff3368;
    }

/* line 212, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .info {
    color: red !important;
}

/* line 215, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
.footer_part .copyright_part {
    margin-top: 45px;
    padding:20px 0px 10px 0px;
    background: #202128;
}

@media (max-width: 991px) {
    /* line 219, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .footer_icon {
        text-align: center;
        float: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 225, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .justify-content-around {
        justify-content: flex-start !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 231, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_footer.scss */
    .footer_part .justify-content-around {
        justify-content: flex-start !important;
    }
}

.col-m {
    border: 1px solid #fff;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px rgb(0 128 0 / 30%) !important;
    box-shadow: 6px 11px 41px -28px #a99de7 !important;
    transition: all 0.5s;
}
.img_fluid{
    max-width:200px;
    min-width:180px;
    height:250px;
}

.img_fluid {
    
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.pro-1:hover .img_fluid {

    -webkit-transform: scale(1.15);
    transform: scale(1.05);
}
.mt_3{
    margin-top:10px;
}
.dropdownlist, option {
    border: 1px solid #fff !important;
    text-align: left;
    /*color: aquamarine !important;
    background-color: #fff;*/
    border-radius: 20px !important;
    box-shadow: 0px 0px 10px rgb(0 128 0 / 30%) !important;
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%) !important;
    transition: all 0.5s;
    font-size: 13px;
    padding: 0px 10px !important;
    margin: 5px 0px;
    /*background-image: linear-gradient(230deg, #fc5286, #fbaaa2);*/
}

.mid-2 p label {
    margin: 0px 0px 5px 0px !important;
    color: #808080 !important;
    position: relative;
    font-size: 13px;
}
    .mid-2 p label::after {
        content: "";
        position: absolute;
        top: 13.5px;
        left: -3px;
        width: 65px;
        height: 1px;
        transform: rotate(-12deg);
        background: red;
    }
.mid-2 p em {
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: green;
    margin-left: 20px !important;
}



.button {
    --background: #fff;
    --text: #fff;
    --cart: #111111;
    --tick: var(--background);
    position: relative;
    font-size: 13px;
    border: none;
    background: none;
    padding: 5px 20px;
    border-radius: 20px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    min-width: 130px;
    color: var(--text);
    /*background: var(--background);*/
    background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
    color: saddlebrown;
    transform: scale(var(--scale, 1));
    transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
}
.set_shadow {
    box-shadow: 0px 0px 10px rgb(0 128 0 / 30%) !important;
}
.button:active {
    --scale: .95;
}

    .button span {
        font-size: 13px;
        letter-spacing:1px;
        font-weight: 500;
        display: block;
        position: relative;
        /*padding-left: 24px;
        margin-left: -8px;*/
        line-height: 26px;
        transform: translateY(var(--span-y, 0));
        transition: transform 0.7s ease;
    }

        /*.button span:before, .button span:after {
            content: "";
            width: var(--w, 2px);
            height: var(--h, 14px);
            border-radius: 1px;
            position: absolute;
            left: var(--l, 8px);
            top: var(--t, 6px);
            background: currentColor;
            transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
            transition: transform 0.65s ease 0.05s;
        }*/

        .button span:after {
            --w: 14px;
            --h: 2px;
            --l: 2px;
            --t: 12px;
        }

    .button .cart {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -13px 0 0 -18px;
        transform-origin: 12px 23px;
        transform: translateX(-120px) rotate(-18deg);
    }

        .button .cart:before, .button .cart:after {
            content: "";
            position: absolute;
        }

        .button .cart:before {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            box-shadow: inset 0 0 0 2px var(--cart);
            bottom: 0;
            left: 9px;
            filter: drop-shadow(11px 0 0 var(--cart));
        }

        .button .cart:after {
            width: 16px;
            height: 9px;
            background: var(--cart);
            left: 9px;
            bottom: 7px;
            transform-origin: 50% 100%;
            transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
            transition: transform 1.2s ease var(--fill-d);
        }

        .button .cart svg {
            z-index: 1;
            width: 36px;
            height: 26px;
            display: block;
            position: relative;
            fill: none;
            stroke: var(--cart);
            stroke-width: 2px;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

            .button .cart svg polyline:last-child {
                stroke: var(--tick);
                stroke-dasharray: 10px;
                stroke-dashoffset: var(--offset, 10px);
                transition: stroke-dashoffset 0.4s ease var(--offset-d);
            }

    .button.loading {
        --scale: .95;
        --span-y: -32px;
        --icon-r: 180deg;
        --fill: 1;
        --fill-d: .8s;
        --offset: 0;
        --offset-d: 1.73s;
    }

        .button.loading .cart {
            -webkit-animation: cart 3.4s linear forwards 0.2s;
            animation: cart 3.4s linear forwards 0.2s;
        }

@-webkit-keyframes cart {
    12.5% {
        transform: translateX(-60px) rotate(-18deg);
    }

    25%, 45%, 55%, 75% {
        transform: none;
    }

    50% {
        transform: scale(0.9);
    }

    44%, 56% {
        transform-origin: 12px 23px;
    }

    45%, 55% {
        transform-origin: 50% 50%;
    }

    87.5% {
        transform: translateX(70px) rotate(-18deg);
    }

    100% {
        transform: translateX(140px) rotate(-18deg);
    }
}

@keyframes cart {
    12.5% {
        transform: translateX(-60px) rotate(-18deg);
    }

    25%, 45%, 55%, 75% {
        transform: none;
    }

    50% {
        transform: scale(0.9);
    }

    44%, 56% {
        transform-origin: 12px 23px;
    }

    45%, 55% {
        transform-origin: 50% 50%;
    }

    87.5% {
        transform: translateX(70px) rotate(-18deg);
    }

    100% {
        transform: translateX(140px) rotate(-18deg);
    }
}
.cart-table {
    display: none !important;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0px 0px 10px rgb(0 128 0 / 30%) !important;*/
    border-radius: 20px;
    max-width: 130px;
    margin: 0 auto;
    background-color: #f6f6f6;
    border:1px solid green;
    font-size:13px !important;
}
    .cart-table .qty-minus,
    .cart-table .qty-plus {
        background-color: #f6f6f6;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        width: 20px;
       border-radius:20px;
    }
    

    .cart-table .qty-minus i,
    .cart-table .qty-plus i {
        line-height: 30px;
        font-size: 10px;
    }

    .cart-table .qty-text {
        background-color: #f6f6f6;
        border: medium none;
        display: inline-block;
        height: 30px;
        
        text-align: center;
        font-size: 12px;
        width: 50px;
        /*box-shadow: 0px 0px 10px rgb(0 128 0 / 30%) !important*/
    }

.cart-table .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}

.set_adj {
    display: block;
    justify-content: space-between;
    align-items: center;
}
.mid-2 p {
    width: 100%;
    
}
.divider {
    position: relative;
    margin-top: 30px;
    height: 1px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(0, 0, 0), transparent);
}
.price {
    position: absolute;
    top: -8px;
    left: 15%;
    z-index: 9;
    border-radius: 0px 0px 10px 10px;
    display: inline-block;
    background: #ffc600;
    background-image: linear-gradient(230deg, #ffc480, #ff763b);
    background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
    color: #9b742f;
    font-weight: 600;
    padding: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}


    .price:before {
        width: 0;
        right: -8px;
        height: 0;
        border-style: solid;
        border-width: 8px 0 0 8px;
        border-color: transparent transparent transparent #c2a85e;
    }
    .price:after {
        left: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #c2a85e transparent;
    }
.price:after, .price:before {
    position: absolute;
    top: 0;
    content: '';
}
.tabs li a.active {
    border-bottom: 2px solid #000
}
.tabs li a{
    transition:none !important;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.mid-1 {
    padding: 0em 0 0;
    margin-top: 15px !important;
}
.wishlist-amitsharma{
    position:absolute;
    top:0;
    right:0;
    color:red;
}
.banner-top h4 {
    font-size: 0.9em;
    color: #fff;
    margin-top: 1em;
    display: flex !important;
    float: right;
}
.banner-top .container{
  padding:60px 0px;
   
}


.master_header {
    position: absolute;
   z-index:99999999 !important;
    top: 0;
    left: 0;

}
.header-ctn a{
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.about-img {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
    /* background: #fff; */
    border: 1px solid #fff;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}
.heading-meta {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
    letter-spacing: 5px;
}
.colorlib-narrow-content h2 {
    font-size: 24px;
}

.colorlib-heading {
    font-size: 28px;
    margin-bottom: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.8;
    position: relative;
}
.ser-t span i {
    border: 2px solid #ccbb79 !important;
    background: linear-gradient(to bottom, #cfc09f 22%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #3a2c0f 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.colorlib-heading:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 4px;
    content: '';
    background: #ccbb79;
}
.u-custom-list li {
    position: relative;
    margin-left: 1.4em;
    font-size: 18px;
    line-height: 2.5;
}
.u-custom-list .u-list-icon > :first-child {
    display: inline-block;
    position: relative;
    margin: -0.8em;
    font-size: 0.8em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    line-height: 0.9;
    border: 1px solid #fff;
    font-weight: 600;
    border-radius:20px;
    background-color: #D10024;
    background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
}
.colorlib-blog, .colorlib-work, .colorlib-about, .colorlib-services, .colorlib-contact {
    padding-top: 4em;
    padding-bottom: 4em;
    clear: both;
    width: 100%;
    display: block;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.u-custom-list .u-list-icon {
    display: inline-block;
    position: absolute;
    width: 1em;
    min-height: 1em;
    height: auto;
    left: -1.5em;
    fill: currentColor;
    text-align: center;
}
.categories {
    padding: 0px 20px;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}
.categories__deal__countdown span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}
.categories__deal__countdown h2 {
    color: #111111;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 5px;
}

.categories__text h2 {
    line-height: 1.2 !important;
}

.categories__text h2 {
    color: #b7b7b7;
    line-height: 72px;
    font-size: 24px;
}
.categories__text h2 {
    line-height: 1.2 !important;
}

.categories__text h2 {
    color: #b7b7b7;
    line-height: 72px;
    font-size: 24px;
}

.colorlib-heading {
    font-size: 28px;
    margin-bottom: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.8;
    position: relative;
}
.top_btn {
    display: inline-flex;
    text-transform: uppercase;
    background-image: linear-gradient(230deg, #f1eeda, #c2ac5e) !important;
    padding: 2px 8px !important;
    color: #000 !important;
    margin-top: 2px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    /* filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)); */
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}
.categories__hot__deal img {
    position: relative;
    right: 0px;
    min-width: 100px;
    max-width: 450px;
}
.categories__deal__countdown {
    margin-top: 30px;
}

.categories__text h2 span {
    font-weight: 700;
    color: #111111;
}

.categories__hot__deal {
    position: relative;
    z-index: 5;
}

    .categories__hot__deal img {
        position: relative;
        right: 0px;
        min-width: 100px;
        max-width: 450px;
    }

.hot__deal__sticker {
    height: 100px;
    width: 100px;
    background: #111111;
    border-radius: 50%;
    padding-top: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -36px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

    .hot__deal__sticker span {
        display: block;
        font-size: 15px;
        color: #f8d8a1;
        margin-bottom: 4px;
    }

    .hot__deal__sticker h5 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
    }

.categories__deal__countdown span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.categories__text h2 {
    line-height: 1.2 !important;
}

.categories__deal__countdown h2 {
    color: #111111;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 5px;
}

.categories__deal__countdown .categories__deal__countdown__timer {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
}

    .categories__deal__countdown .categories__deal__countdown__timer .cd-item {
        width: 25%;
        float: left;
        margin-bottom: 25px;
        text-align: center;
        position: relative;
    }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item:after {
            position: absolute;
            right: 0;
            top: 7px;
            content: ":";
            font-size: 24px;
            font-weight: 700;
            color: #3d3d3d;
        }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item:last-child:after {
            display: none;
        }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
            color: #111111;
            font-weight: 700;
            display: block;
            font-size: 36px;
        }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
            margin-bottom: 0;
        }

.offer-box li a {
    display: inline-flex;
}

.img_fluid_about{
    width:100%;
    height:365px;
}
.img_deal_offer{
    width:100%;
    
    padding:20px;
}
.overlay::before {
    background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}
.ser-t span {
    background: #f3f3f9 !important;
}


.services-img img {
    width: 100%;
    height: 200px;
}

.services-wrap {
    display: block;
    margin-bottom: 40px;
    z-index: 0;
   
}

    .services-wrap .services-img {
        display: block;
        z-index: -1;
        background: #fff;
        border: 1px solid #fff;
        color: #000;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
    }
/*.video-banner-layout2.bg-overlay:before {
    z-index: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #00000000), color-stop(97%, #061733));
    background-image: linear-gradient(180deg, #00000000 6%, #061733 97%);
}*/

/*.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, .25);
}*/
.video-banner-layout2 .video__btn {
    position: absolute;
    left: 20px;
    bottom: 20%;
    
}

.controls{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.adj_bulk{
    display:flex;
    margin:55px auto;
    align-items:center;
    justify-content:center;
}
    .adj_bulk img{
       width:250px;
        height:200px;
        border:2px solid #fff;
        margin:10px;
    }
    .but_ton {
        padding: 10px 30px;
        border: 2px solid black;
        border-radius: 6px;
        background: #ccbb79;
        box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
        letter-spacing: 2px;
        font-size: 14px;
    }
.khadi {
    position: relative;
    top:-47px;
}
.khadibg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    
    opacity: 0.3;
  
   
}
.video__btn {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-left: 70px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .video__btn .video__player {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        color: #fff;
        background-color: #00ad25;
        -webkit-box-shadow: 0 0 0 7px rgb(0 0 0 / 15%);
        box-shadow: 0 0 0 7px rgb(0 0 0 / 15%);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }
    .video__btn .video__btn-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        display: inline-block;
        white-space: nowrap;
        
        border-bottom: 2px solid #fff;
        border-bottom-color: #ccbb79;
    }

.color-white {
    color: #fff !important;
}

    .services-wrap .desc {
        width: 90%;
        z-index: 1;
        margin-top: -20px;
        background: #fafafa;
        padding: .8em .5em;
    }
/*.about-layout2 .video-banner-layout2 {
    margin-bottom: 20px;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 50%) !important;
}*/

.video-banner-layout2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
        .services-wrap .desc h3 {
            font-weight: 500;
            margin-bottom: 20px;
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            letter-spacing: 3px;
            line-height: 1.5;
            margin-bottom: 0;
            text-transform: uppercase;
        }
.heading-meta {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
    letter-spacing: 5px;
}
.colorlib-narrow-content h2 {
    font-size: 24px;
}

.colorlib-heading {
    font-size: 28px;
    margin-bottom: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.8;
    position: relative;
}
.colorlib-feature {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
    .colorlib-feature .colorlib-icon {
        position: absolute;
        top: -20px;
        left: 0;
        width: 100px;
        height: 100px;
        display: table;
        text-align: center;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

        .colorlib-feature .colorlib-icon span {
            font-size: 70px;
            font-weight: 900;
            background: linear-gradient(to bottom, #cfc09f 22%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #3a2c0f 88%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: -1px 0 1px #c6bb9f, 0 1px 0 1px #c6bb9f, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
        }

         
            .move-bottom {
                margin-top: 100px;
            }
    .colorlib-feature .colorlib-text {
        padding-left: 120px;
        width: 100%;
    }
        .colorlib-feature .colorlib-text h3 {
            font-weight: 600;
            margin-bottom: 10px;
            color: rgb(0, 0, 0);
            font-size: 17px;
            letter-spacing: 3px;
            text-transform: uppercase;
        }
/*.banner-top{
    margin-top:100px;
}*/
.banner-top > .container {
    display: none !important;
}
.product .col-md-3{
    display: none !important;
}
.product .col-md-3.pro-1{
    display: block !important;
}
.mb_10{
    margin-bottom:30px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.aboutpage-section-h2{
    font-size:22px;
}

.aboutpage-section-p{
    text-align:justify;
}

.adj_row {
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    
}

.jsdjsjdf{
    left:-120%;
    max-width:100px !important;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
    background: linear-gradient(230deg, #c2ac5e, #f1eeda);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    z-index: 99999 !important;
}
.swal2-title {
    color: black !important;
}
.shopping-cart .product-details p{
    font-family: "Poppins", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.input-group-text {
    background-image: linear-gradient(230deg, #f1eeda, #c2ac5e);
}
.header-search .input-group {
    border: 1px solid #c8b56e;
    border-radius:5px;
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   PRODUCT   DETAILS  START  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/



.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .picZoomer-pic-wp:hover .picZoomer-cursor {
        display: block;
    }

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    /*width: 100%;
	height: 100%;*/
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.html) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}

    .piclist li img {
        width: 97%;
        height: auto;
    }

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}

.img-fluid2{
    width:100%;
    height:100%;
    max-width:100% !important;
}
/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
.new_sel{
    border-radius:4px !important;
    max-width:250px !important;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

    ._boxzoom ._product-images .picZoomer {
        width: 100%;
    }

        ._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
            left: 0px;
        }

        ._boxzoom ._product-images .picZoomer img.my_img {
            width: 100%;
        }

.piclist li img {
    height: 100px;
    object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}

    ._product-detail-content p._p-name {
        color: black;
        font-size: 20px;
        border-bottom: 1px solid lightgray;
        padding-bottom: 12px;
    }

.p-list span {
    margin-right: 15px;
}

    .p-list span.price {
        font-size: 25px;
        color: #318234;
    }

._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}

._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}

.p-list {
    margin-bottom: 10px;
}

._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}

._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}

    .title_bx h3.title:before {
        content: "";
        height: 2px;
        width: 20%;
        position: absolute;
        left: 0px;
        z-index: 1;
        top: 40px;
        background-color: #fd7f34;
    }

    .title_bx h3.title:after {
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 40px;
        background-color: #ffc107;
    }

.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #c8b56e !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}

.owl-nav .owl-next {
    right: -10px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    top: 50%;
    position: absolute;
}

.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}

.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}

.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}

._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.item .sq_box span.wishlist {
    right: 5px !important;
}

.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

    .sq_box span.wishlist i {
        color: #adb5bd;
        font-size: 20px;
    }

.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.sq_box .price-box {
    margin-bottom: 15px !important;
}

.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}

.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
    color: #28a745;
}

.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}

.sq_box span.wishlist i:hover {
    color: #fd7f34;
}

/*---------------------
    Blog
-----------------------*/

.blog {
    padding-bottom: 55px;
}

.latest {
    padding-bottom: 55px;
}

.blog__item {
    margin-bottom: 45px;
}

    .blog__item:hover a::after {
        width: 40px;
        background: #e53637;
    }

    .blog__item:hover .blog__item__text {
        -webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
        box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
    }

.blog__item__pic {
    height: 270px;
}

.blog__item__text {
    padding: 20px 20px 15px;
    margin: 0 0px;
    margin-top: -35px;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .blog__item__text span {
        color: #3d3d3d;
        font-size: 13px;
        display: block;
        margin-bottom: 10px;
    }

        .blog__item__text span img {
            margin-right: 6px;
        }

    .blog__item__text h5 {
        color: #0d0d0d;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .blog__item__text a {
        display: inline-block;
        color: #111111;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        padding: 3px 0;
        position: relative;
    }

        .blog__item__text a:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #111111;
            content: "";
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
        }

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar__item {
    text-align: center;
    margin-bottom: 65px;
}

    .blog__sidebar__item:last-child {
        margin-bottom: 0;
    }

    .blog__sidebar__item form input {
        height: 50px;
        font-size: 15px;
        color: #444444;
        padding-left: 20px;
        border: 1px solid #e1e1e1;
        width: 100%;
        margin-bottom: 20px;
    }

        .blog__sidebar__item form input::-webkit-input-placeholder {
            color: #444444;
        }

        .blog__sidebar__item form input::-moz-placeholder {
            color: #444444;
        }

        .blog__sidebar__item form input:-ms-input-placeholder {
            color: #444444;
        }

        .blog__sidebar__item form input::-ms-input-placeholder {
            color: #444444;
        }

        .blog__sidebar__item form input::placeholder {
            color: #444444;
        }

.blog__sidebar__title {
    text-align: center;
    margin-bottom: 35px;
}

    .blog__sidebar__title h4 {
        color: #111111;
        font-weight: 700;
        position: relative;
        padding-bottom: 20px;
    }

        .blog__sidebar__title h4::before {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 5px;
            width: 70px;
            background: #e1e1e1;
            content: "";
            margin: 0 auto;
        }

.blog__sidebar__social a {
    display: inline-block;
    font-size: 18px;
    color: #111111;
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-right: 6px;
}

    .blog__sidebar__social a:last-child {
        margin-right: 6px;
    }

.recent__item {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: left;
}

.recent__item__pic {
    float: left;
    margin-right: 25px;
}

.recent__item__text {
    overflow: hidden;
}

    .recent__item__text h6 {
        color: #111111;
        line-height: 21px;
        font-weight: 700;
    }

    .recent__item__text span {
        font-size: 13px;
        color: #888888;
    }

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
    background: #f3f2ee;
    padding-top: 125px;
    padding-bottom: 190px;
}

.blog__hero__text h2 {
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.blog__hero__text ul li {
    list-style: none;
    font-size: 15px;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

    .blog__hero__text ul li:after {
        position: absolute;
        right: -25px;
        top: 0;
        content: "|";
    }

    .blog__hero__text ul li:last-child {
        margin-right: 0;
    }

        .blog__hero__text ul li:last-child:after {
            display: none;
        }

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
    margin-top: -115px;
    padding-top: 0;
}

.blog__details__content {
    position: relative;
}

.blog__details__pic {
    margin-bottom: 60px;
}

    .blog__details__pic img {
        min-width: 100%;
        border-radius: 5px;
    }

.blog__details__share {
    text-align: center;
    position: absolute;
    left: -120px;
    top: 0;
}

    .blog__details__share span {
        color: #111111;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        margin-bottom: 30px;
    }

    .blog__details__share ul li {
        list-style: none;
        margin-bottom: 15px;
    }

        .blog__details__share ul li a {
            color: #ffffff;
            font-size: 18px;
            height: 46px;
            display: inline-block;
            width: 46px;
            border-radius: 50%;
            line-height: 46px;
            text-align: center;
            background: #4267b2;
        }

            .blog__details__share ul li a.twitter {
                background: #1da1f2;
            }

            .blog__details__share ul li a.youtube {
                background: #fe0003;
            }

            .blog__details__share ul li a.linkedin {
                background: #0173b2;
            }

.blog__details__text {
    margin-bottom: 50px;
}

    .blog__details__text p {
        font-size: 18px;
        line-height: 34px;
    }

        .blog__details__text p:last-child {
            margin-bottom: 0;
        }

.blog__details__quote {
    background: #f3f2ee;
    padding: 50px 40px 35px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 45px;
}

    .blog__details__quote i {
        font-size: 16px;
        color: #ffffff;
        height: 50px;
        width: 50px;
        background: #e53637;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
        position: absolute;
        left: 40px;
        top: -25px;
    }

    .blog__details__quote p {
        color: #111111;
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        margin-bottom: 20px;
    }

    .blog__details__quote h6 {
        color: #e53637;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

.blog__details__option {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 70px;
}

.blog__details__author__pic {
    display: inline-block;
    margin-right: 15px;
}

    .blog__details__author__pic img {
        height: 46px;
        width: 46px;
        border-radius: 50%;
    }

.blog__details__author__text {
    display: inline-block;
}

    .blog__details__author__text h5 {
        color: #111111;
        font-weight: 700;
    }

.blog__details__tags {
    text-align: right;
}

    .blog__details__tags a {
        display: inline-block;
        color: #111111;
        font-weight: 700;
        margin-right: 10px;
    }

        .blog__details__tags a:last-child {
            margin-right: 0;
        }

.blog__details__btns {
    margin-bottom: 40px;
}

.blog__details__btns__item {
    display: block;
    border: 1px solid #ebebeb;
    padding: 25px 30px 30px;
    margin-bottom: 30px;
}

    .blog__details__btns__item.blog__details__btns__item--next {
        text-align: right;
    }

        .blog__details__btns__item.blog__details__btns__item--next p span {
            margin-right: 0;
            margin-left: 5px;
        }

    .blog__details__btns__item p {
        color: #b7b7b7;
        margin-bottom: 10px;
    }

        .blog__details__btns__item p span {
            font-size: 20px;
            position: relative;
            top: 4px;
            margin-right: 5px;
        }

    .blog__details__btns__item h5 {
        color: #111111;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
    }

.blog__details__comment h4 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.blog__details__comment form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 15px;
    color: #b7b7b7;
    margin-bottom: 30px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .blog__details__comment form input::-webkit-input-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form input::-moz-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form input:-ms-input-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form input::-ms-input-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form input::placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form input:focus {
        border-color: #000000;
    }

.blog__details__comment form textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-top: 12px;
    font-size: 15px;
    color: #b7b7b7;
    margin-bottom: 24px;
    resize: none;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .blog__details__comment form textarea::-webkit-input-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form textarea::-moz-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form textarea:-ms-input-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form textarea::-ms-input-placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form textarea::placeholder {
        color: #b7b7b7;
    }

    .blog__details__comment form textarea:focus {
        border-color: #000000;
    }

.blog__details__comment form button {
    letter-spacing: 4px;
    padding: 14px 35px;
}
.blog__item__pic {
    height: 270px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}




/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    shop  all   start   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/




.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 7px 50px 7px 10px;
    line-height: 1.7;
    background-color: #111433;
    color: #ffffff !important;
    border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 13px;
    }

        .cd-dropdown-trigger.dropdown-is-active {
            background-color: #3f8654;
        }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f;
    }

    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

    .cd-dropdown h2 {
        /* dropdown title - mobile version only */
        position: relative;
        z-index: 1;
        color: #585a70;
        background-color: #111433;
        border-bottom: 1px solid #242643;
    }
.mobile-nav-toggle i {
    color: #111433 !important;
}
.mobile-nav {
    /* background-color: #111433 !important;*/
    background-color: #FFFFFF !important;
    color:black;
}
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

        .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
            /* this is the 'X' icon */
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #ffffff;
        }

        .cd-dropdown .cd-close::after {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .cd-dropdown .cd-close::before {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

    .cd-dropdown.dropdown-is-active {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
        transition: transform 0.5s 0s, visibility 0s 0s;
    }

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }

    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }

    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        display: block;
        color: #ffffff;
        /* truncate text with ellipsis if too long */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-top-width: 1px;
        border-color: #242643;
        border-style: solid;
    }

    .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
        border-top-width: 0;
    }

    .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
        border-bottom-width: 1px;
    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0b0e23;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: #585a70;
        text-transform: uppercase;
    }

        .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
            border-top-width: 0;
        }

    .cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

    .cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
        /* push the secondary dropdown items to the right */
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
            /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
            opacity: 0;
        }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* push the dropdown items to the left when secondary dropdown slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }

        .cd-dropdown-content a, .cd-dropdown-content ul a {
            font-size: 1.8rem;
        }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }

        .cd-dropdown-content a, .cd-dropdown-content ul a {
            color: #111433;
            height: 50px;
            line-height: 50px;
            font-size: 13px;
            border-color: #ebebeb;
        }

        .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
            background-color: transparent;
            color: #b3b3b3;
            border-top: 1px solid #ebebeb;
        }

            .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
                border-top-width: 1px;
            }

        .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
            /* reset mobile style */
            opacity: 1;
        }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        /* truncate text with ellipsis if too long */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        color: #111433;
        font-size: 1.3rem;
        /* hide description on small devices */
        display: none;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        /* item icon */
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
        background-image: url("../img/nucleo-icon-1.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
        background-image: url("../img/nucleo-icon-2.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
        background-image: url("../img/nucleo-icon-3.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
        background-image: url("../img/nucleo-icon-4.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
        background-image: url("../img/nucleo-icon-5.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
        background-image: url("../img/nucleo-icon-6.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
        background-image: url("../img/nucleo-icon-7.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
        background-image: url("../img/nucleo-icon-8.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
        background-image: url("../img/nucleo-icon-9.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
        background-image: url("../img/nucleo-icon-10.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
        background-image: url("../img/nucleo-icon-11.html");
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
        background-image: url("../img/nucleo-icon-12.html");
    }

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }

        .cd-dropdown-content > li:last-of-type a {
            border-bottom: none;
        }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #3f8654;
    }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }

        .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
            clear: both;
            content: "";
            display: table;
        }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }

        .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
            margin: 0;
            height: 100%;
            line-height: 45px;
            background: #ebebeb;
            pointer-events: auto;
            -webkit-transition: color 0.2s, background-color 0.2s;
            -moz-transition: color 0.2s, background-color 0.2s;
            transition: color 0.2s, background-color 0.2s;
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }

        .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
            width: calc(100% - 60px);
        }

        .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
            width: 50%;
            float: left;
        }

    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }

        .cd-dropdown-content .cd-secondary-dropdown::before {
            /* this is the separation line in the middle of the .cd-secondary-dropdown element */
            position: absolute;
            content: '';
            top: 290px;
            left: 15px;
            height: 1px;
            width: 520px;
            background-color: #ebebeb;
        }

        .cd-dropdown-content .cd-secondary-dropdown > li > a {
            color: #3f8654;
            font-size: 18px;
            margin-bottom: 10px;
            font-weight:600;
            line-height: 30px;
            height: 30px;
            pointer-events: none;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
                /* hide the arrow */
                display: none;
            }

        .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
            /* reset mobile style */
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-dropdown-content .cd-secondary-dropdown > li {
            margin: 20px 0;
            border-right-width: 1px;
            border-color: #fff;
            border-style: solid;
            padding: 0 30px;
            height: 250px;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
                border-right-width: 0;
            }

            .cd-dropdown-content .cd-secondary-dropdown > li > ul {
                /* reset mobile style */
                -webkit-transform: translate(0);
                -moz-transform: translate(0);
                -ms-transform: translate(0);
                -o-transform: translate(0);
                transform: translate(0);
                position: relative;
                height: auto;
            }

                .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
                    display: none;
                }

        .cd-dropdown-content .cd-secondary-dropdown a {
            line-height: 1.7;
            height: 25px;
            font-size: 13px;
            padding-left: 0;
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654;
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }

        .cd-dropdown-content .cd-dropdown-gallery > li {
            width: 48%;
            float: left;
            margin-right: 4%;
        }

            .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
                margin-right: 0;
            }

        .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
            padding: 0;
            height: auto;
            line-height: normal;
            color: #3f8654;
            margin-bottom: 2em;
        }

        .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
        .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
            margin-bottom: 0;
        }

        .cd-dropdown-content .cd-dropdown-gallery img {
            position: static;
            height: auto;
            width: 100%;
            margin: 0 0 0.6em;
        }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
            height: 80px;
            line-height: 1.2;
            padding: 24px 0 0 85px;
        }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
                background: #ebebeb;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
                color: #3f8654;
                font-weight: bold;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
                display: block;
                font-size: 1.2rem;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
                left: 25px;
            }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }

        .cd-dropdown-content > .has-children > ul.is-active {
            /* when hover over .cd-dropdown-content items - show subnavigation */
            visibility: visible;
        }

    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #3f8654;
        color: #3f8654;
    }

        .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
            background: #3f8654;
        }

    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #3f8654;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:focus {
        background: #ffffff;
        color: #111433;
        outline: none;
    }

        .cd-search input[type="search"]:focus::-webkit-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus::-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-ms-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }

        .cd-search input[type="search"]::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]::-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-ms-input-placeholder {
            color: #b3b3b3;
        }
}

.has-children > a, .go-back a {
    position: relative;
}

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        /* arrow icon in CSS - for element with nested unordered lists */
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .has-children > a::before, .go-back a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .has-children > a::after, .go-back a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-right: 40px;
}

    .has-children > a::before, .has-children > a::after {
        /* arrow goes on the right side - children navigation */
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
    }

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

        .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
            right: auto;
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
        }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

    .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}
.services-img.gdgdg img {
    width: 100%;
    height: 350px;
   
}
.contact.hnkdcj{
    padding:0 !important;
}



/*************/
/*   MODAL   */
/*************/
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: #1111117c;
    /* Black w/ opacity */
    transition: all 0.5s ease 0.06s;
}


/* Modal Content/Box */

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    /* 15% from the top and centered */
    padding: 1.2rem;
    max-width: 40%;
    z-index: 9999;
    /* Could be more or less, depending on screen size */
    visibility: hidden;
    box-shadow: 2px 2px 10px 0px rgba(99, 106, 119, 0.6);
    border-radius: 5px;
}


/* The Close Button */

.close {
    color: #dedede;
    /*float: right;*/
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

    .close:before {
        content: "Close";
        font-size: 1rem;
        display: none;
        text-decoration: none;
        align-self: center;
        margin-top: 0.2rem;
        font-weight: 400;
    }

    .close:hover:before {
        display: initial;
        color: #dedede;
    }

    .close:hover,
    .close:focus {
        color: hsl(0, 100%, 70%);
        text-decoration: none;
        cursor: pointer;
    }

    .close:active,
    .close:before:active {
        transition: all 60ms ease;
        transform: scale(0.97);
    }


/***********************/
/*  modal form layout  */
/***********************/

.modal-content {
    display: flex;
    flex-direction: column;
}

.modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 2em;
    font-weight: bold;
}

.modal-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

    .modal-footer > input {
        margin-top: 0.8rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
    }

.modal-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-row {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0.4rem 0.4rem;
}

    /*.form-row:nth-child(odd) {
        background: #f2f2f2;
    }*/

    .form-row label {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 50%;
    }

    
.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(4%);
    }

    65% {
        transform: translateY(-2%);
    }

    80% {
        transform: translateY(2%);
    }

    95% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(0%);
    }
}


.whatsapp_button {
    position: fixed;
    right: 4px;
    bottom: 70px;
    z-index: 999999;
    width: 45px;
}
.jknscj input, textarea, select{
    border-radius:6px !important;
}

.jknscj .form-group input, .form-group select, .form-group textarea {
    float: left;
    width: 100%;
    border-radius: 25px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    outline: none;
    border: 1px solid green;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 1px 0 !important;
    box-shadow: none;
    color: #333;
    height: 44px;
}
#divShippingAddress{
    visibility:visible !important;
}
.jknscj .gfdhgds {
    padding: 50px;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
}

.set_checkout_margin{
    margin-top:200px;
}
.sdsdss tr td{
    
    text-align:center;
}
.sdsdss tr th {
    min-width: 230px !important;
    text-align: center;
}
.phonepopup {
    text-align: center;
    background-color: #b38c55;
    color: #fff;
    padding: 20px;
}


.form-group1 {
    animation: zoom-in-zoom-out 4s ease-out infinite;
    
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}