body {
    background: #f7f4f1;
}

.logo {
    width: 200px;
    padding: 8px 0 0 0;
}


/* .main-header .header-upper .options-box {
    padding: 0px 0px;
} */

.main-header .options-box .social-box .social-icons {
    padding: 10px 0px !important;
}

.main-header.header-style-three .header-upper .logo-box {
    padding: 0px 0px;
}

.header-style-three .main-menu .navigation>li>a {
    padding: 10px 0px 35px 0px;
}


/* SLIDER */

.main-slider-three .owl-nav .owl-prev,
.main-slider-three .owl-nav .owl-next {
    border-radius: 10px;
}


/* .about-section-three {
    background-image: url('../images/bgSecond.jpg');
} */

.theme-btn {
    border-radius: 50px;
}

.main-slider-three h1 {
    font-size: 60px;
}

.main-header.fixed-header .options-box .social-box .social-icons li a {
    color: #fff;
}


/* .circleLogoAbout {
    border-radius: 50px;
    border: 5px solid #c68f91;
} */


/* END SLIDER */


/* COSULTING */

.cta-section-three .inner-container:after {
    border-bottom: 60px solid #f7f4f1;
}


/* END COSULTING */


/* ABOUT */

.about-section .content-column .skills {
    margin-top: 85px;
}

.featured-section-two {
    padding: 70px 0px 0px;
}

.iconAbout {
    width: 80px;
}

.video-section {
    padding: 250px 0px 120px 0px;
}


/* END ABOUT */

.textHelp {
    padding: 20px 0 40px 0;
    font-size: 20px;
}

.main-footer.style-three {
    padding-top: 100px;
}


/* SERVICES */

#services {
    padding: 175px 0 100px 0;
}

.service-detail .inner-box .title-box h3 {
    margin-top: 0px;
}

.service-detail .inner-box .title-box .download-btn {
    border-radius: 100px;
    background-color: #c68f91;
    border: 0px;
    color: #fff;
}


/* END SERVICES */

.info-column .text p {
    margin-bottom: 10px;
}

.details-header small {
    font-size: 100%;
}

.product-details .basic-details .quantity-spinner {
    width: 120px;
}

.item-price h2 {
    color: #222222;
    font-size: 25px;
    text-transform: none;
    margin-bottom: 15px;
}

.contact-info-section .info-box .box-inner {
    padding: 20px 0px;
}

.contact-info-section .info-box .icon {
    font-size: 40px;
}

.contact-info-section h4 {
    font-size: 22px;
}

#sectionPoints {
    background-image: url('../images/feature-img.jpg');
    background-size: cover;
    background-position-y: -250px;
}


/* 
.product-details .basic-details .item-quantity {
    width: none;
} */

.gallery-section-two {
    padding-top: 26px;
}

#sectionContactSlider .inner-container,
#sectionContactSlider .inner-container:before {
    background-color: #222222;
}

#sectionContactSlider .title,
#sectionContactSlider h3 {
    color: #fff;
}

#sectionContactSlider .btn-style-five {
    padding: 10px 44px;
    background-color: #c68f91;
    color: #fff;
}

#sectionContactSlider .btn-style-five:hover {
    padding: 10px 44px;
    background-color: #fff;
    color: #c68f91;
}

#sectionContactSlider .btn-style-five:hover::before {
    opacity: 0;
}

.cta-section .content-column .title {
    color: #333333;
}

.main-footer .footer-bottom .social-nav li {
    margin: 0px 0px;
    border-radius: 100px;
    background-color: #222;
    height: 50px;
    width: 50px;
    border-left: 0px solid rgba(255, 255, 255, 0.30);
}

.main-footer .footer-bottom .social-nav li a {
    padding: 11px 0px;
    background-color: none;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.main-footer .footer-bottom .social-nav {
    margin-top: 5px;
}

.feature-block-three .inner-box .dott {
    border-radius: 100px;
}

.feature-block-three .inner-box:before {
    border-radius: 10px;
}

.gallery-section-two .owl-nav .owl-prev,
.gallery-section-two .owl-nav .owl-next {
    border-radius: 100px;
}

.place-order .accordion-collapse {
    padding: 0px 13px;
}

.cardPaymentsOptions h6 {
    font-weight: bold;
}

.cardsToggle {
    border: 0px solid #fff;
    width: 32%;
    padding: 0;
}

.bodyCards {
    margin-bottom: 0 !important;
}

#StripeCollapse label {
    color: #777;
}

.StripeElement {
    padding: 10px 12px;
    border: 1px solid #0000001c !important;
    margin-bottom: 10px !important;
}

.btnPay {
    padding: 5px 0px;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)), url("../images/feature-img.jpg");
    background-size: cover;
    background-position: center;
}

.modalbox.success,
.modalbox.error {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.modalbox.success.animate .icon,
.modalbox.error.animate .icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.modalbox.success h1,
.modalbox.error h1 {
    font-family: 'Montserrat', sans-serif;
}

.modalbox.success p,
.modalbox.error p {
    font-family: 'Open Sans', sans-serif;
}

.modalbox.success a,
.modalbox.error a,
.modalbox.success a:active,
.modalbox.error a:active,
.modalbox.success a:focus,
.modalbox.error a:focus {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 15px;
    width: 80%;
    background: #29A745;
    color: #fff;
    border-color: #29A745;
    outline: none;
}

.modalbox.success a:hover,
.modalbox.error a:hover,
.modalbox.success a:active:hover,
.modalbox.error a:active:hover,
.modalbox.success a:focus:hover,
.modalbox.error a:focus:hover {
    color: #fff;
    background: #29A745;
    border-color: transparent;
}

.modalbox.success .icon,
.modalbox.error .icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: #29A745;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.modalbox.success .icon span,
.modalbox.error .icon span {
    position: absolute;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
}

.modalbox.error button,
.modalbox.error button:active,
.modalbox.error button:focus {
    color: #f44336;
    border-color: #f44336;
}

.modalbox.error button:hover,
.modalbox.error button:active:hover,
.modalbox.error button:focus:hover {
    color: #fff;
    background: #f44336;
}

.modalbox.error .icon {
    background: #f44336;
}

.modalbox.error .icon span {
    padding-top: 25px;
}

.fa-shopping-cart {
    margin-right: 8px;
}

.numberCart {
    position: absolute;
    background-color: #c68f91;
    color: #fff;
    font-size: 11px;
    width: 15px;
    height: 15px;
    top: 8px;
    left: 14px;
    margin-bottom: auto;
    line-height: 16px;
    border-radius: 50px;
}

.imgCartBorder {
    border-radius: 10px;
}

.imgServices {
    border-radius: 15px;
}

@media (max-width: 479px) {
    .main-slider-three h1 {
        font-size: 30px;
    }
    .header-top {
        display: none;
    }
    .main-header .header-upper .logo-box .logo {
        margin: auto;
    }
    .main-header .header-upper .logo-box .logo img {
        width: 150px;
    }
    .main-header .nav-outer {
        text-align: center;
    }
    .main-header.header-style-three .header-upper .options-box {
        width: 100%;
    }
    .main-header .options-box .social-box {
        position: relative;
        margin-left: 0px;
        float: none;
        display: inline-block;
        margin-top: 10px;
    }
    .main-slider-three .slide {
        background-position-x: -180px;
    }
    .law-image {
        display: none;
    }
    #sectionPoints {
        padding: 30px 0 0 0;
    }
    .cta-section .content-column .icon {
        width: 210px;
        text-align: center;
        margin: 0 auto 60px;
        left: 0;
        right: 0;
    }
    .gallery-section-two .owl-nav {
        margin-left: 0px;
        margin-top: -10px;
        text-align: center;
    }
    .gallery-section-two {
        padding-bottom: 20px;
    }
    .main-footer.style-three {
        padding-top: 0px;
    }
    .main-footer .footer-bottom .social-nav {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .header-upper {
        position: fixed !important;
        width: 100%;
    }
    .owl-carousel.owl-loaded {
        margin-top: 120px;
    }
    .main-header.fixed-header .nav-outer .mobile-nav-toggler {
        color: rgb(255 255 255);
        z-index: 9;
        padding: 10px 12px 5px;
    }
}