

body {
    font-family: "Readex Pro";
}

a:hover {
    text-decoration: none;
}

.swal2-popup {
    transform: scale(1.5);
    transition: 0.3s;
}

.d-none {
    display: none;
}

.form-group {
    margin-bottom: 15px;
}

.question {
    margin: 20px 0;
    display: none; /* لإخفاء الأسئلة في البداية */
}

.form-group.row {
    display: flex;
    justify-content: space-between;
}

.form-group .col-md-6 {
    flex: 0 0 48%;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}


.package {
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 300px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.package:hover {
    transform: scale(1.05);
}

.package h3 {
    color: #fff;
    background-color: #2a2d2c;
    padding: 10px;
    border-radius: 5px;
}

.price {
    font-size: 18px;
    margin: 15px 0;
}

.features {
    text-align: right;
    margin: 15px 0;
}

.features li {
    margin: 5px 0;

}

.btn {
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    margin: 12px auto 0;
    display: inline-block;
    border: 0;
    text-align: center;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.btn:hover {
    background-color: #218838;
}

#notes,
#partnerSpecifications,
#aboutYourself {

    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow: unset;
    border: 0;
    border-bottom: 1px solid #ccc9;
    border-radius: 0;

}

select, input[type="range"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex-basis: 45%;
}

.button {
    background-color: #513645;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.button:hover {
    background-color: #f589a1;
}

.age-container {
    display: flex;
    justify-content: space-between;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.form-group select,
.form-group input,
.form-group textarea{
    flex: 1 1 calc(33.33% - 10px);
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
}

.full-width {
    flex: 1 1 100%;
}

.image-only-label {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.submit-btn {
    display: block;
    margin: 20px auto;
    background-color: #d32f6f;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #b71c5a;
}

.search-box {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.search-box h3 {
    text-align: center;
    color: #444;
    margin-bottom: 20px;
}

.search-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.search-fields input {
    flex: 1 1 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .form-group select,
    .form-group input {
        flex: 1 1 100%;
    }

    .search-fields input {
        flex: 1 1 100%;
    }
}

/****************************************************************************************************/
/****************************************** fixed-navbar-on-the-video ********************************/
.video .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.video .nshap {
    font-size: 10px;
}

.video .nshap span {
    background: #503545;
    display: inline-block;
    color: #fff;
    width: 47px;
    height: 5px;
    margin: 0;
    padding: 0;
}

.qes1 {
    color: #894357;
    font-size: 16px;
}

.video .sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #232323;
    display: block;
    transition: 0.3s;
}

.video .sidenav .closebtn {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 34px !important;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .video .sidenav a {
        font-size: 15px;
    }
}

.video .sidenav .navbar-nav {
    margin-top: 25px;
}

.video .ssidebar {
    width: 60px;
    left: 5%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    top: 8%;
}

@media (min-width: 768px) {
    .video .ssidebar .navbar-nav > li {
        float: unset;
    }

    .video .ssidebar .navbar-nav {
        float: unset;
        text-align: center;
    }
}

.navbar-nav > li > a:hover,
.video .ssidebar .nav .open > a,
.video .ssidebar.nav .open > a:focus,
.video .ssidebar.nav .open > a:hover {
    background: transparent
}

.video .ssidebar .navbar-nav > li > .dropdown-menu {
    min-width: 100%;
}

.video .ssidebar .navbar-nav > li > .dropdown-menu {
    position: relative;
    top: 100%;
    right: 0 !important;
    left: 0 !important;
    text-align: center;
    z-index: 1000;
    float: unset !important;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.video .sidenav .navbar-nav > li > a {
    font-size: 15px;
}

.video .sidenav .l-login {
    padding: 14px 30px;
    color: #fff;
    display: inline-block !important;
    font-size: 16px !important;
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.video .sidenav ul li {
    text-align: center;
    margin: 12px 0;
}

.video .sidenav .l-n-login {
    padding: 14px 33px;
    color: #fff;
    display: inline-block !important;
    font-size: 16px !important;
    background: #4f3445;
}

.video .sidenav .dropdown-menu {
    min-width: 100px !important;
}

.video .sidenav .dropdown-menu > li > a {
    padding: 3px 10px;
}

.first-links {
    text-align: center;
}

.first-links li a {
    font-size: 13px !important;
}

.nav-search {
    width: 30px;
    height: 30px;
    font-size: 13px !important;
    line-height: 30px;
    color: #fff !important;
    border-radius: 100%;
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.nav-cart {
    width: 30px;
    height: 30px;
    font-size: 13px !important;
    background: #4f3445;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    color: #fff !important;
}

/************************************************* f-nav navbar *************************/
.f-nav .displayNav {
    top: 0px;
    transition: 0.3s;
    opacity: 1;
}

.f-nav nav {
    position: fixed;
    top: -48px;
    width: 100%;
    height: 48px;
    background-color: #543749f2;
    color: #ffffff;
    transition: 0.3s;
    opacity: 0;
}

.f-nav .navbar-left > li {
    padding: 0;
}

.dropuser .dropdown-menu {
    right: -58px;
}

.dropuser .dropdown-menu > li > a {
    padding: 7px 20px;
    font-size: 13px;
}

.dropcart a {
    position: relative;
}

.wishlist {
    position: relative;
}

.count {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    color: #fff;
    background: #fc4c4b;
    border-radius: 100%;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
}

.dropcart .dropdown-menu {
    min-width: 290px;
    right: -111px;
}

.dropcart .dropdown-menu li {
    border-bottom: 1px solid #dddddd54;
    padding-bottom: 19px;
    padding-top: 8px;
}

.dropcart .dropdown-menu li a img {
    width: 65px;
    height: 65px;
    float: right;
}

.dropcart .dropdown-menu li a h5 {
    display: inline-block;
}

.dropcart .dropdown-menu li a h5 span {
    display: block;
    text-align: right;
    padding: 3px 0;
}

.dropcart .dropdown-menu > li > a {
    padding: 6px 11px;
}

.dropcart .dropdown-menu li a .close {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: unset;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: 15px;
}

.dropcart .dropdown-menu ul {
    margin-top: 10px;
}

.dropcart .dropdown-menu ul li {
    border-bottom: 0;
}

.dropcart .dropdown-menu ul li a {
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

/******************************************************* navbar*******************************/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-brand {
    height: 80px;
    padding: 10px 15px;
}

.navbar-brand > img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav > li {
    padding: 0 18px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    transition: all .4s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-nav {
    margin-top: 13px;
}

.navbar {
    background: #543749f2;
    min-height: 80px;
    margin-bottom: 0;
    border: 0;
    padding: 3px 0;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    transition: all .8s ease;
    padding: 10px 15px;
}

.navbar-nav > li > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #503545;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-nav > li > a:hover:before,
.navbar-nav > .active > a:before {
    left: 0;
    right: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}

.dropdown-menu {
    min-width: 150px;
    z-index: 100000;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
    text-align: center;
    font-size: 15px;
    transition: all .6s ease-in-out;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #f47d9d;
}

/********************************* mobile-navbar ********************************************/
.snip1555 {
    font-size: 18px;

    line-height: 1em;
    margin: 15px 40px;
    text-transform: uppercase;
}

.snip1555 li {
    display: inline-block;
    list-style: outside none none;
    padding: 5px 15px !important;
    position: relative;
}

/* The side navigation menu */
.sidenav22 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s;
}

.topnav {
    display: none;
    position: absolute;
    top: 4%;
    left: 30px;
}

/* The navigation menu links */
.sidenav22 a {
    padding: 8px 8px 0px 10px;
    text-decoration: none;
    font-size: 19px;
    color: #555 !important;
    display: inline-block;
    width: 100%;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav22 a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav22 .closebtn {
    position: absolute;
    top: 6px;
    right: 13px;
    font-size: 33px;
    margin-left: 0;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    width: 21%;
    border-radius: 50%;
    height: 49px;
}

.snip1555 {
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #fff;
}

.snip1555 li {
    width: 100%;
}

.snip1555 li a {
    color: #fff;
    font-size: 17px;
}

.bob {
    display: block;
}

@media only screen and (max-width: 767px) {
    .topnav {
        display: inline !important;
    }

    .snip1555 .dropdown-menu li {
        padding: 8px 0px !important;
        margin: 0;
    }
}

.snip1555 .navbar-nav > li {
    padding: 6px 50px;
}

.se-nav .topnav {
    top: 34%;

}

/************************************************/
.search-con .form-group {
    display: inline-block;
    width: 83%;
}

.search-con .form-control {
    height: 37px;
    padding: 0px 12px;
    font-size: 14px;
    border-radius: 0;
}

.search-con button {
    border: 0;
    padding: 9px 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    margin-top: -3px;
    margin-right: -3px;
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.search-con button:hover {
    color: #fff;
}

/**********************/

.fade.in {

    opacity: 1 !important;
    -webkit-animation-duration: 225ms;
    -webkit-animation-name: fadein;
    -moz-animation-duration: 225ms;
    -moz-animation-name: fadein;
    animation-duration: unset;
    animation-name: unset;
    background: #00000061;

}

.tab-content .fade.in {
    background: unset !important;
}

#product .modal-content {
    margin-top: 150px;
}

.modal-pro-img img {
    width: 100px;
    height: 200px;
}

.modal-pro-con h4 {
    font-size: 16px;
    color: #555;
}

.modal-pro-con h4 a {
    font-size: 17px;
    color: #555;
    margin: 12px 0;
    transition: all .5s ease-in;
}

.modal-pro-con h4 a:hover {
    color: #c41230;
}

.modal-pro-con .pro-price {
    margin: 13px 0;
}

.modal-pro-con .pro-price span:last-child {
    color: #c41230;
}

/**********************************************************/
/*********************** header ***********************/
header {
    position: relative;
}

.side-logo {
    padding: 30px 0;
}

.side-logo img {
    width: 175px;
}

.side-info {
    padding: 20px 0;
}

.side-info h5 {
    color: #ecb6b5;
    font-size: 15px;
}

.side-info h4 {
    color: #fff;
    font-size: 15px;
    margin: 10px 0;
}

.side-slinks {

}

.side-slinks ul li a {
    padding: 5px;
    color: #fff;
    transition: all .4s ease-in;
    font-size: 14px;
}

.side-slinks ul li a:hover {
    color: #ecb6b5;
}

.side-lo a {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    display: inline-block;
}

.h-image img {
    width: 100%;
    height: 597px;
}

.h-side {
    background: #4f3445;
    padding: 1px;
    height: 582px;
}

.side-image img {
    width: 100%;
    height: 162px;
    object-fit: cover;
    object-position: center top;
}

/********************/
.video {
    position: relative;
    height: 743px;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
}

.video video {
    width: auto;
    position: absolute;
    top: 0%;
    left: 70%;
    min-width: 100%;
    z-index: -100;
    transform: translateX(-70%) translateY(-0%);
    background-size: cover;
    transition: 1s opacity;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    height: auto;
}

.video-shap {
    background: #00000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.video-con {
    position: absolute;
    top: 226px;
    right: 5%;
}

.video-con h5 {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.video-con h3 {
    color: #fff;
    font-size: 31px;
    width: 50%;
    line-height: 40px;
    font-weight: 600;
    margin: 7px 0 20px 0;
}

.video-con h3 span {
    color: #503545;
}

.video-con a {
    color: #ffffff;
    font-size: 36px;
}

.video-con a:hover {
    color: #000;
}

.video-con2 {
    position: absolute;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

    height: 50px;
    line-height: 50px;
    width: 33%;
    color: #fff;
    padding: 0 15px;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px;
    color: #3a2230;

}

.hvr-icon-wobble-horizontal:hover {
    color: #fff;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 25px;
}

.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    color: #fff;
}

/********************************************************************/
/***************************** best-services*************************/
.best-services {
    padding: 50px 0;
    background: #f7f6f5;
}

.best-head {
    padding-bottom: 20px;
}

.best-head h3 {
    font-size: 18px;
    font-weight: 600;
}

.best-head h4 {
    font-size: 17px;
    font-weight: 600;
}

.best-head h4 span {
    color: #fe6d96;
    padding: 0 2px;
}

.best-conn {

}

.best-conn img {
    width: 100%;
    height: 50px;
}

.best-conn p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px auto;
    width: 90%;
    color: #2e2d2d;
}

.owl-carousel {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.best-imgs {
    padding: 20px 0;
}

.best-box {
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.best-box:hover {
    border: 3px solid #72514cd1;
}

.best-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #463e3ead;
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
}

.best-box:hover:before {
    opacity: 1;
}

.best-box img {
    width: 100%;
    height: 263px;
    object-fit: cover;
}

.best-box .boxContent {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
}

.best-box .title a {
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out 0.1s;
}

.best-box .title a:hover {
    color: #ebb3b3;
}

.best-box .title {
    text-transform: uppercase;
    position: relative;
    top: 26%;
    transform: scale(5);
    opacity: 0;
    transition: all 0.3s ease-in-out 0.1s;
}

.best-box:hover .title {
    opacity: 1;
    transform: scale(1);
}

.best-box .links {
    padding: 0;
    list-style: none;
    position: relative;
    top: 40%;
    transform: scale(5);
    opacity: 0;
    transition: all 0.3s ease-in-out 0.1s;
}

.best-box:hover .links {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}

.best-box .links li {
    display: inline-block;
    margin-right: 20px;
}

.best-box .links li:last-child {
    margin-right: 0;
}

.best-box .links li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .best-box {
        margin-bottom: 20px;
    }
}

/********************************************************************/
/***************************** last-services *************************/
.last-services {
    padding: 50px 0;
}

.last-head h5 {
    font-weight: 600;
    color: #000;
    font-size: 12px;
    margin: 11px 0;
}

.last-head h4 {
    font-size: 19px;
    font-weight: 600;
}

.last-head h4 span {
    color: #fe6d96;
    padding: 0 2px;
}

.last-head a {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    margin: 12px 0;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.last-head a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

.last-ser-box {
    padding: 25px;
    border: 1px solid #f699a84d;
    transition: all .6s ease-in 0s;
    position: relative;
}

.last-ser-box:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(244, 130, 159, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(244, 130, 159, 1);
    box-shadow: 0px 0px 3px 0px rgba(244, 130, 159, 1);
}

.last-ser-img {
    position: relative;
    overflow: hidden;
}

.last-ser-img img {
    height: 360px;
    width: 100%;
    transition: all .6s ease-in 0s;
}

.last-ser-box:hover .last-ser-img img {
    transform: scale(1.2);
}

.last-num {
    position: absolute;
    left: 0;
    bottom: -10px;
}

.last-num span {
    font-size: 66px;
    font-weight: 600;
    color: #fff;
    transition: all .6s ease-in 0s;
}

.last-ser-box:hover .last-num span {
    color: #f47d9d;
}

.last-ser-title {
    background: #583b4d;
    width: 70%;
    padding: 12px 0;
}

.last-ser-title a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}

.last-ser-title a span {
    margin: 0 35px;
}

.last-services .col-md-5:nth-child(3) .last-ser-box {
    top: -140px;
}

.last-services .col-md-5:nth-child(4) .last-ser-box {
    top: 200px;
}

/********************************************************************/
/***************************** best-products *************************/
.best-products {
    padding: 50px 0;
    background: #f7f6f5;
}

.best-products .last-head {
    margin-bottom: 25px;
}

.best-products .item {
    margin: 13px;
}

.products-grid {
    text-align: center;
    transition: all .6s ease-in;
    border: 1px solid #888888;
    border-radius: 5px;

}

.products-grid:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(84, 55, 73, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(84, 55, 73, 1);
    box-shadow: 0px 0px 3px 0px rgba(84, 55, 73, 1);
}

.products-grid .product-image {
    position: relative;
    z-index: 100;
    top: 53px;

}

.products-grid .product-image a.image {
    display: block;
}

.products-grid .product-image img {
    height: 225px;
    transition: all 0.3s;
    margin: 0 auto;
}

.products-grid .product-image:hover img {
    transform: scale(1.05);
}

.products-grid .product-new-label {
    color: #fff;
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    position: absolute;
    top: -33px;
    left: 9px;
    border-radius: 100%;
}

.products-grid .social {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -50px;
    transition: all 0.3s ease;
}

.products-grid .product-image:hover .social {
    opacity: 1;
    left: 0;
}

.products-grid .social li {
    margin: 5px 0;
}

.products-grid .social li a {
    color: #fff;
    background: #fe6d96;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    transition: all .3s ease;
}

.products-grid .social li a:hover {
    background: #e7b1b1;
}

.products-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #fe6d96;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    padding: 9px 12px;
    white-space: nowrap;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    transition: all 0.3s ease;
}

.products-grid .social li a:hover:before {
    visibility: visible;
}

.products-grid .product-content {
    position: relative;
    width: 100%;
    padding: 26px 0 0;
    left: 0;
    background: #fff;
    padding-top: 77px;
    z-index: 0;
    margin-bottom: 20px;
}

.products-grid .product-content .shap {
    background: #fe6d96;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: -1;
    right: 0;
}

.products-grid .title {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.products-grid .title a {
    color: #000;
    transition: all 0.4s ease-out;
}

.products-grid .title a:hover {
    color: #033772;
}

.products-grid .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 100px);
    margin: 0 0 10px;
    display: inline-block;
    text-align: right;
}

.products-grid .price span {
    color: #7a7a7a;
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
}

.products-grid .rating {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.product-grid .rating li {
    color: #ffc500;
    font-size: 13px;
}

.products-grid .rating li.far {
    color: #bababa;
}

.products-grid .add-to-cart {
    color: #fff;
    background: #543749;
    font-size: 14px;
    font-weight: 600;
    width: 75%;
    margin: 0 auto;
    border: 1px solid #a6a6a6;
    display: block;
    transition: all .3s ease;
    border-radius: 5px;
}

.products-grid .add-to-cart:hover {
    color: #fff;
    background: #543749;
}

.products-grid .add-to-cart i {
    color: #fff;
    background-color: #543749;
    text-align: center;
    line-height: 37px;
    height: 37px;
    width: 35px;
    border: 1px solid #543749;
    display: inline-block;
}

.products-grid .add-to-cart span {
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: calc(100% - 40px);
    padding: 0 6px;
    vertical-align: top;
    display: inline-block;
}

@media only screen and (max-width: 990px) {
    .products-grid {
        margin: 0 0 30px;
    }
}

.customNavigation {
    position: relative;
    bottom: 245px;
}

.customNavigation2 {
    bottom: 195px;
}

.customNavigation a {
    position: absolute;
    font-size: 55px;
    font-weight: bold;
    cursor: pointer;
}

.customNavigation .prev,
.customNavigation .prev2 {
    right: -42px;
    color: #fff;
}

.customNavigation .next,
.customNavigation .next2 {
    left: -42px;
    color: #fff;
}

.customNavigation img {
    width: 37px;
    height: 37px;
}

/*****************************************************************/
/************************** question *****************************/
.questions {
    background: #f7f6f5;
    padding: 50px 0;
}

.questions-img {
    position: relative;
}

.questions-img img {
    width: 100%;
    height: 426px;
    object-fit: cover;
}

.questions-img::before {
    content: '';
    position: absolute;
    left: -24px;
    top: -27px;
    height: 1px;
    background: #ecb5b5;
    width: 700px;
}

.questions-img::after {
    content: '';
    position: absolute;
    left: -24px;
    top: -27px;
    height: 160px;
    background: #ecb5b5;
    width: 1px;
}

.questions-con {
    position: relative;
}

.queations-form {
    width: 60%;
    padding: 20px 33px 0;
    background: #fff;
    position: absolute;
    right: -54px;
    top: 114px;
    z-index: 100;
}

.queations-form .last-head {
    margin-bottom: 12px;
}

.queations-form button {
    display: block;
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    margin: 12px auto 0;
    border: 0;
    text-align: center;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

#step1 button,
#step2 button,
#step3 button,
#step4 button,
#step5 button {
    display: block;
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    margin: 12px auto 0;
    border: 0;
    text-align: center;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.queations-form button:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

.queations-form .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow: unset;
    border: 0;
    border-bottom: 1px solid #ccc9;
    border-radius: 0;
}

.queations-form textarea {
    height: unset !important;
}

.shap-img {
    position: absolute;
    top: 30px;
    left: 151px;
}

.shap-b {
    position: absolute;
    bottom: -476px;
    left: 0;
    background: #543749;
    height: 60px;
    width: 323px;
}

/***********************************************************************/
/*********************************   ****************************/
.team-box {
    position: relative;
    overflow: hidden;
    text-align: center;

}

.best-products .team-box img {
    padding: 0 22px;
}

.team-box img {

    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team-box:hover img {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-box .user-info {
    position: absolute;
    bottom: 0;
    background: #f694a6;
    width: 83%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: visibility 0.4s linear, opacity 0.4s linear;
    -moz-transition: visibility 0.4s linear, opacity 0.4s linear;
    -o-transition: visibility 0.4s linear, opacity 0.4s linear;
}

.team-box:hover .user-info {
    visibility: visible;
    opacity: 0.9;
}

.team-box .user-info h3 a {
    color: #fff;
}

.team-box h3 {
    text-align: center;
    color: #fff;
    margin-top: 36%;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}

.team-box h5 {
    display: inline-block;
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 12px;
    border-bottom: 1px solid #fff;
    width: 66%;
    position: relative;
}

.team-box h5:after {
    content: "";
    width: 0;
    background: #543749;
    height: 2px;
    right: 0%;
    float: left;
    position: absolute;
    top: 39px;
}

.team-box:hover h5:after {
    animation: move53 1.2s;
    -webkit-animation: move53 1.2s;
    -moz-animation: move53 1.2s;
    -o-animation: move53 1.2s;
    width: 100%;
}

@-webkit-keyframes move4 {
    0% {
        opacity: 0% !important;
    }
    100% {
        opacity: 0.9% !important;
    }
}

@-moz-keyframes move4 {
    0% {
        opacity: 0% !important;
    }
    100% {
        opacity: 0.9% !important;
    }
}

@-o-keyframes move4 {
    0% {
        opacity: 0% !important;
    }
    100% {
        opacity: 0.9% !important;
    }
}

@-webkit-keyframes move53 {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes move53 {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes move53 {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.best-serv {
    position: relative;
    transition: all .6s ease-in;
}

.best-serv:hover {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(84, 55, 73, 0.22);
    -moz-box-shadow: 0px 0px 1px 0px rgba(84, 55, 73, 0.22);
    box-shadow: 0px 0px 1px 0px rgba(84, 55, 73, 0.22);
}

.shap1 {
    top: 0;
    left: 0;
    height: 50px;
    background: #fdf0e8;
    width: 100%;
    right: 0;
    position: absolute;
}

.best-img {
    position: absolute;
    text-align: center;
    top: 28px;

}

.best-img img {
    height: 212px;
    width: 83%;
    object-fit: cover;
}

.best-con {
    bottom: 225px;
    left: 0;
    height: 277px;
    background: #fff;
    width: 100%;
    padding-top: 227px;
    margin: 0 auto;
    text-align: center;
}

.best-con h4 a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: all .6s ease-in;
}

.best-serv:hover .best-con h4 a {
    color: #f47d9d;
}

.se-ser {
    padding: 60px 0;
}

/*****************************************************************/
/************************** subscibe *****************************/
.subscibe {
    position: relative;
    padding:0 50px 50px 50px;
}

.subscibe img {
    position: absolute;
    left: 0;
    right: 0;
    height: 460px;
    width: 100%;
    object-fit: cover;
}

.sub-con {
    margin-top: 140px;
}

.sub-con h3 {
    font-size: 22px;
    width: 80%;
    margin: 0 auto 25px;
    line-height: 34px;
}

.sub-con .form-group {
    position: relative;
}

.sub-con .form-control {
    border-radius: 0;
    height: 63px;
    color: #000;
    font-size: 16px;
}

.sub-con button {
    /* position: absolute;
    left: 20px;
    top: 0; */
    display: inline-block;
    padding: 10px 45px;
    color: #fff;
    margin: 12px auto 0;
    border: 0;
    text-align: center;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.sub-con button:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

/*****************************************************************/
/************************** footer *******************************/
footer {
    background: #2a2d2c;
    padding: 80px 0 40px;
}

.footer-con {

}

.footer-con img {
    width: 175px;
}

.footer-con p {
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    margin: 22px 0;
    text-align: justify;
    width: 88%;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid transparent;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #363a39;
}

.social-links ul {
    margin: 0;
}

.social-links ul li {
    overflow: hidden;
    padding-right: 0;
    background: transparent;
}

.social-links ul li a {
    background: #363a39;
}

.social-links ul li:hover a {
    background: #ecb7b7;
    border: 1px solid #ecb7b7;
}

.social-links ul li:hover a i {
    animation: TopToBottom 1s ease;
}

@keyframes TopToBottom {
    49% {
        transform: translateX(100px);
    }
    50% {
        transform: translateX();
        opacity: 0;
    }
    51% {
        transform: translateX(-100px);
        opacity: 1;
    }
}

.imp-link2 {
    margin-top: 44px;
}

.imp-link h4 {
    color: #ecb8b6;
    font-size: 15px;
    margin: 14px 0;
}

.imp-link ul li {

}

.imp-link ul li a {
    color: #fff;
    padding: 8px 0;
    display: inline-block;
    font-size: 14px;
    transition: all .5s ease-in;
}

.imp-link ul li a:hover {
    margin-right: 4px;
    color: #ecb7b7;
}

.map iframe {
    width: 100%;
    height: 250px;
}

/*****************************************************************/
/************************** se-footer ****************************/
.se-footer {
    background: #f4d7af;
    padding: 14px 0 12px;
}

.design a {
    color: #000;
    font-size: 14px;
}

.brands {

}

.brands ul {
    margin: 0
}

/**************************************************************************************************/
/********************************** clients *******************************/
.clients {
    overflow: hidden;
    height: 345px;
}

.client-con {
    width: 200px;
    padding: 10px;
    background: #f4d7af;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}

#sync1 .item {

}

.clients .col-md-3 {
    background-image: url('../imgs/b-c.png');
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    background-clip: content-box;
    height: 500px;
}

#sync2 {
    /*transform: rotate(90deg);*/
}

#sync2 .item {
    /*transform: rotate(-90deg);*/
    width: 100%;
    height: auto;
    margin-right: 27px;
    margin-top: 50px;
}

.client-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

#sync2 .current .item {

}

.client-info {

}

.client-info h4 {
    font-size: 14px;
}

.client-info h4 a {
    color: #444;
}

#sync2 .current .item {

}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.s-client-con {
    margin-top: 50px;
    position: relative;
    padding: 32px;
    transition: all .5s ease-in;
    z-index: 0;
}

.s-client-con .i1 {
    position: absolute;
    top: 42%;
    left: -28px;
    font-size: 27px;
    transform: rotate(-24deg);
    transition: all .5s ease-in;
    z-index: 100;
}

.s-client-con .i2 {
    position: absolute;
    top: 71%;
    right: -28px;
    font-size: 27px;
    transform: rotate(24deg);
    transition: all .5s ease-in;
    z-index: 100;
}

.s-client-con .i1 i,
.s-client-con .i2 i {
    color: #f7f6f5;
}

.s-client-con h5 {
    font-size: 13px;
    color: #000;
}

.s-client-con h4 {
    font-size: 19px;
    font-weight: 600;
    margin: 12px 0;
}

.s-client-con h4 a {
    color: #000;
}

.s-client-con h4 a span {
    color: #f47d9d;
}

.s-client-con p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.s-client-con:hover .i1 i {
    transform: rotate(0deg);
}

.s-client-con:hover .i2 i {
    transform: rotate(0deg);
}

.s-client-con:hover .i1 i {

}

.s-client-con:hover .i2 i {

}

.customNavigation3 {
    bottom: 10px;
}

.next3 {
    right: 133px;
}

.prev3 {
    right: 88px;
}

/************************************************************************************************************/
/*************************************************************************/
/********************** pages-head ***************************************/
.se-nav .navbar {
    background: #fff;
}

.se-nav .navbar-default .navbar-nav > li > a,
.se-nav .navbar-default .navbar-nav > li > a:hover,
.se-nav .navbar-default .navbar-nav > .active > a,
.se-nav .navbar-default .navbar-nav > .active > a:focus,
.se-nav .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
}

.se-nav .navbar-left > li {
    padding: 0px;
}

.navbar-left > li > a:before {
    position: unset !important;
}

.login a {
    display: inline-block !important;
    padding: 10px 35px !important;
    color: #fff !important;
    margin: 5px 0;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.login a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

.se-nav .navbar-brand {
    height: 88px;
}

.navbar-brand > img {
    width: unset;
}

.se-nav .navbar-nav {
    margin-top: 20px;
}

.page-head {
    padding: 33px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(79 52 69); /* Old browsers */
  /*  background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
  /*  background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  /*  background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.page-title h1 {
    font-size: 34px;
    font-weight: bold;
    font-style: italic;
    color: #fad4cca3;
}

.page-link {
    margin-top: 30px;
}

.page-link li {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.page-link li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all .5s ease-in;
}

.page-link li a:hover {
    color: #463e3e;
}

/*******************************************************************************/
/**************************** services-page ************************************/
.services-page {
    background: #f7f6f5;
    padding: 50px 0;
}

.services-page .best-serv {
    margin-bottom: 20px;
}

/*******************************************************************************/
/**************************** sign-up-page ************************************/
.sign-up-page {
    padding: 50px 0;
}

.form-title {
    font-weight: 600;
    margin: 25px 0;
    position: relative;
    font-size: 17px;
}

.form-title::before {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 2%;
    width: 50px;
    height: 2px;
    background-color: #f47d9d;
}

.sign-up-form {
    border: 1px solid #cccccc54;
    min-height: 250px;
    padding: 20px;
    margin: 20px 0;
}

.sign-up-form form label {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 7px;
}

.sign-up-form form .form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #f8b1b1b0;
    box-shadow: unset;
    color: #000;
}

.sign-up-form .form-group {
    margin-bottom: 17px;
}

.submit {
    text-align: left;
}

.submit button {
    display: inline-block;
    text-align: left;
    padding: 9px 50px;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 16px;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.submit button:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

/*******************************************************************************/
/**************************** contact-page ************************************/
.map iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 18px;
}

.contact-page .form-title::before {
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.contact-page form textarea {
    height: unset !important;
}

.contact-page .sign-up-form {
    border: 0;
    min-height: unset;
    padding: 0;
    margin: 33px 0;
}

/*******************************************************************************/
/**************************** login-page ************************************/
.login-page {
    padding: 50px 0;
}

.login-form h4,
.create-acc h4 {
    font-weight: 600;
    margin: 22px 0;
    font-size: 16px;
}

.login-con,
.create-acc-con {
    border: 1px solid #cccccc54;
    padding: 25px;
    margin: 20px 0;
}

.login-form form label {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 7px;
}

.login-form form .form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #f8b1b1b0;
    box-shadow: unset;
    color: #000;
}

.login-form .form-group {
    margin-bottom: 17px;
}

.create-acc-con h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 11px 0;
    color: #543749;
}

.create-acc-con p {
    font-size: 14px;
    line-height: 25px;
    margin: 11px 0;
    text-align: justify;
}

.create-acc-l {
    text-align: left;
}

.create-acc-l a{
    display: inline-block;
    text-align: left;
    padding: 9px 50px;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 14px;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */
}

.create-acc-l a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

/*******************************************************************************/
/**************************** cart-page ************************************/
.cart-page {
    padding: 50px 0;
}

.cart-page .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    background: #fff;
    border-bottom: 1px solid #ebb3b382;
    font-size: 14px;
    padding-bottom: 12px;
}

.cart-page .table tbody {

}

.cart-info {
    border-bottom: 1px solid #cccccc78;
}

.cart-follow a {
    display: inline-block;
    display: inline-block;
    margin: 10px;
    font-size: 15px;
    color: #555;
}

.cart-info img {
    width: 100px;
    height: 135px;
    margin: 10px 0;

}

.cart-page .table .cart-img {
    padding: 5px !important;
}

.cart-page .table .close {
    float: right;
    font-size: 15px;
    margin-top: 65px;

}

.cart-img span {
    font-size: 15px;
    color: #555;
    display: block;
    margin: 6px 0;

}

.cart-page .cart-info h4 a {
    font-size: 17px;
    display: inline-block;
    color: #555;
    transition: all .5s ease-in-out;
}

.cart-page .cart-info h4 a:hover {
    color: #f47d9d;
}

.cart-page .cart-info p {

}

.cart-info span {
    color: #555;
}

.cart-info h5 a {
    display: inline-block;
    padding: 6px 12px;
    background: #ffcc66;
    color: #fff;
    font-size: 13px;
}

.cart-page .table {
    margin-bottom: 0;
}

.cart-page .table > tbody tr td {
    padding-top: 20px;
}

.cart-page .table > tbody tr td h4 {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    margin-top: 50px;
}

.cart-page .table > tbody tr td form {
    margin-top: 44px;
}

.cart-page .table > tbody > tr > td,
.cart-page .table > thead:first-child > tr > th {
    text-align: center;
}

.cart-page .total-p {
    padding-top: 60px !important;
}

.cart-side h4 {
    font-size: 14px;
    font-weight: 600;
}

.cart-side form {
    margin: 15px 0;
}

.cart-side h3 {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-weight: 600;
    padding: 12px 0;
    margin: 18px 0;
}

.cart-side h3 span:last-child {
    float: left;
}

.cart-pay ul li a {
    display: inline-block;
    padding: 7px 34px;
    margin: 7px 0;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 14px;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.cart-pay ul li a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

/******************************/
.value-button {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 33px;
    font-size: 17px;
    line-height: 33px;
    cursor: pointer;
    transition: all ease 0.5s;
    background: #fff;
    text-align: center;
    border-radius: 0;
    border: 1px solid #cccccce3;
    color: #555;
}

.value-button:hover {
    color: #f47741;
}

#number {
    margin: 0 -5px;
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 33px;
    border: 1px solid #ccccccb3;
    text-align: center;
    border-radius: 0;
}

#increase {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#decrease {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/******************************/
/****************************************************************************/
/************************* services-det-page *******************************/
.servies-det-page {
    padding: 50px 0;
}

.serv-m-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.serv-tabs {
    padding: 25px 0
}

.serv-tabs .nav-tabs > li a:hover,
.serv-tabs .nav-tabs > li.active > a,
.serv-tabs .nav-tabs > li.active > a:focus,
.serv-tabs .nav-tabs > li.active > a:hover {
    cursor: default;
    color: #fff;
    background-color: #bc6079;
    border: 0;
    border-bottom-color: transparent;
    border-radius: 0;
}

.serv-tabs .nav-tabs {
    border-bottom: 0;
    background: #f47d9d;
}

.serv-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 12px 86px;
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    transition: all .5s ease-in;
}

.serv-tabs .nav-tabs > li {
    margin-bottom: 0;
}

#serv {
    padding: 10px 0;
}

#serv p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    color: #777;
    padding: 12px;
}

.serv-features {
    margin: 30px 0;
}

.serv-features h4,
.serv-date h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}

.serv-features ul li {
    width: 32%;
    color: #000;
    font-size: 14px;
    margin: 8px 0;
}

.serv-features ul li i {
    color: #f47d9d;
    margin: 0 4px;
}

.serv-date i {
    float: left;
}

.serv-date h4 {
    border-bottom: 1px solid #cccccc54;
    padding-bottom: 12px;
}

.add-ser {
    min-height: 60px;
    border-bottom: 1px solid #cccccc54;
    padding: 6px 10px;
}

.add-ser span {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}

.add-ser a {
    float: left;
    display: inline-block;
    padding: 7px 40px;
    margin: 7px 0;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 14px;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.add-ser a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

.services-box .table > tbody > tr > td,
.services-box .table > tbody > tr > th,
.services-box .table > tfoot > tr > td,
.services-box .table > tfoot > tr > th,
.services-box .table > thead > tr > td,
.services-box .table > thead > tr > th {
    padding: 5px 5px 14px;
    line-height: 41px;
    vertical-align: middle;
    border-top: 0;
    margin-bottom: 12px;
}

.services-box .table > tbody > tr > td h4 {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.services-box .table {
    margin-bottom: 9px;
}

#b1 #accordion .panel {
    margin-bottom: 9px;
}

.serv-date #accordion h4 {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.serv-date #accordion .panel,
.serv-date .panel-group {
    background: #fff !important;
    margin-bottom: 10px;
}

.serv-date .panel-title {
    background: #fff6f3;
    padding: 3px 0 !important;

}

.serv-date .panel-title a {
    color: #555 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.services-box .table tr {
    border-bottom: 1px solid #cccccc3b;
}

.ser-image {
    padding-left: 20px;
    padding-top: 12px !important;
}

.ser-image img {
    width: 120px;
    height: 120px;
}

.ser-image h4 {
    display: inline-block;
    padding-right: 10px;
}

.ser-image h4 span {
    display: block;
}

.ser-image h4 span:nth-child(2) {
    font-weight: 100;
    padding: 10px 0;
}

.evaluate-ser {
    display: inline-block;
    float: left;
    margin-top: 35px;
}

.evaluate-ser span {
    color: #ccc;
}

.serv-d h4,
.serv-p h4,
.serv-d p,
.serv-p p {
    text-align: center !important;
}

.add-serv a {
    display: inline-block !important;
    padding: 14px 14px !important;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.add-serv a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

/********************* serv-side-left*************/
.serv-choose {
    background: #fff6f3;
    min-height: 200px;
    padding: 10px;
}

.serv-choose h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.panel-group {
    background: #fff6f3;
}

#accordion .panel {
    border-radius: 0;
    margin-top: 0px;
    background: transparent;
    border: 0;
    box-shadow: unset;
}

.panel-title a {
    font-size: 15px;
}

.panel-body {
    padding: 12px;
}

.panel-body p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

#accordion h4 {
    text-align: right;
}

#accordion a {
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 12px 12px;
    text-decoration: none;
}

#accordion ul li a {
    display: inline-block;
    color: #333;
    transition: all .5s ease;
    font-size: 14px;
}

#accordion ul li {
    border-bottom: 1px solid #cccccc57;
}

#accordion ul li span {
    margin: 0 3px;
    font-size: 13px;
}

#accordion ul li a:hover {

}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    color: #000;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: #000;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
    color: #000;
    transition: all 0.2s ease-in;
    display: block;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f106';
    float: left;
    color: #000;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-180deg);
    transition: all 0.2s ease-in;
}

.boket a {
    display: inline-block !important;
    padding: 7px 55px !important;
    margin: 10px 0 0;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 16px;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.boket a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

/************/
.serv-map {
    padding: 35px 0
}

.serv-map iframe {
    width: 100%;
    height: 250px;
}

.ev-customers-con {
    background: #fff6f3;
    min-height: 230px;
    padding: 15px;
}

.ev-customers-con h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}

.progress-con h4 {
    margin: 0;
}

.progres-info1 {
    display: inline-block;
    width: 12%;
}

.progres-info2 {
    display: inline-block;
    width: 10%;
}

.progress {
    margin: -4px;
}

.progress-bar {
    background-color: #ffd341;
}

.progress-con {
    padding: 8px 0;
}

.progres-info2 h4 {
    margin-right: 8px;
    font-size: 15px;
}

.ev-customers-con .evaluate span {
    color: #ffd341 !important;
}

.ev-nu h4 {
    font-size: 16px;
}

.ev-nu h4 span {
    float: left;
}

/******************/
.serv-comm {
    margin-top: 25px;
    padding: 15px
}

.serv-comm h4 {

}

.serv-v {
    margin-top: 25px
}

.serv-v iframe {
    width: 100%;
    height: 400px;
}

#picture {
    padding-top: 30px;
}

.serv-pic {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #f9b8b4;
}

.serv-pic img {
    width: 100%;
    height: 200px;
    transition: all .5s ease-in;
}

.serv-pic img:hover {
    transform: scale(1.2);
    opacity: 0.5;
}

/***************/
#comments {
    padding: 10px;
}

.ev-customers-con {
    min-height: 212px;
    padding: 12px;
    margin: 16px 0 35px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    -moz-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
}

.ev-customers h4 {
    font-size: 16px;
    margin: 12px 0;
}

.ev-customers p {
    line-height: 25px;
    color: #555;
    font-size: 14px;
}

.progress-con h4 {
    margin: 0;
}

.progres-info1 {
    display: inline-block;
    width: 12%;
}

.progres-info2 {
    display: inline-block;
    width: 20%;
}

.progress {
    margin: -4px;
}

.progress-bar {
    background-color: #f7bc29;
}

.progress-con {
    padding: 8px 0;
}

.progres-info2 h4 {
    margin-right: 5px;
}

.ev-nu {
    margin-top: 30px;
}

.ev-nu h2 {
    color: #f7bc29;
    font-size: 50px;
    margin: 0;
    font-weight: 600;
}

.evaluate-info p {
    line-height: 25px;
    color: #555;
    font-size: 15px;
    margin: 5px 0;
}

.ev-customers-con .evaluate span {
    color: #f7bc29 !important;
}

.ev-comm {
    margin-top: 15px;
}

.ev-comm h4 {
    font-size: 15px;
    margin: 8px 0;
}

.ev-comm a {
    background: #c41230;
    padding: 5px 40px;
    margin-top: 12px;
    display: inline-block;
    color: #fff;
}

.feed-back ul li {
    border-bottom: 1px solid #5555;
    min-height: 71px;
    margin-bottom: 15px;
}


.comm-img img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-top: 12px;
}

.comm-con h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.comm-con h4 {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.comm-con h4 span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #f7bc29;
    font-weight: bold;
    margin-left: 0px;
}

.comm-con h5 {
    color: #f7bc29;
    margin: 4px 0;
}

.comm-con p {
    font-size: 13px;
    color: #333333c4;
    width: 100%;
    line-height: 25px;
}

.comment ul {
    margin-top: 0px;
}

.ev-comments ul li {
    display: block;
    padding: 14px 0;
    min-height: 140px;
    border-bottom: 1px solid #cccccc36;
    margin: 8px 0;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    -moz-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    margin-bottom: 20px;
}

.ev-comments ul li:last-child {
    border-bottom: 0;
}

.ev-comments {
    padding: 20px;

}

.co-h h4 {
    font-size: 16px;
    color: #555;
    font-weight: 600;
}

/*************/
.event-comment {
    padding: 15px;
}

.event-comment h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 12px 0;
    color: #555;
}

.event-comment .evaluate span:first-child {
    color: #4f3445 !important;
    margin-right: 8px;
}

.event-comment .evaluate {
    margin: 15px 0;
    font-size: 16px;
}

.event-comment .evaluate span {
    color: #f7bc29;
}

.event-comment .form-control {
    background: #f6f6f6;
    border: 0;
    box-shadow: unset;
    height: 40px;
}

.event-comment textarea {
    background: #f6f6f6;
    border: 0;
    box-shadow: unset;
    height: unset !important;
}

#comments .ev-nu h5 {
    color: #bc6079;
    font-size: 16px;
    font-weight: 600;
}

#comments .ev-nu {
    margin-top: 0;
    margin: 0 15px 12px;
}

#comments .ev-customers-con {
    background: #fff;
    box-shadow: unset;
}

.comments-rate {
    background: #f8eefe !important;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    -moz-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
}

.comments-rate .evaluate {
    display: inline-block;
}

.comments-rate .evaluate span:last-child {
    color: #000 !important;
    margin: 0 5px;
}

/****************************************************************************/
/************************* profile-page *******************************/
.profile-page {
    padding: 50px 0;
}

.profile-l {
    border: 1px solid #dddddd82;
    padding: 10px;
}

.profile-l ul li a i {
    margin-left: 5px;
}

.profile-l ul li a span {
    transition: all .6s ease-in;
}

.profile-l ul li a:hover span {
    margin-right: 5px;
}

.profile-l .nav-tabs {
    border-bottom: 0;
}

.profile-l .nav-tabs > li {
    display: block;
    float: unset;
}

.profile-l .nav-tabs > li > a:hover,
.profile-l .nav-tabs > li.active > a,
.profile-l .nav-tabs > li.active > a:focus,
.profile-l .nav-tabs > li.active > a:hover {
    color: #c04848;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
}

.profile-l .nav > li > a:focus,
.profile-l .nav > li > a:hover {
    background-color: transparent;
    border: 0;
}

.profile-l .nav-tabs > li > a {
    border: 0;
    transition: all .5s ease-in;
    color: #000;
    font-size: 15px;
    padding: 11px 18px;

}

.p1-con {
    border: 1px solid #dddddd82;
    padding: 15px;
}

.p1-con h4,
.p-box22 h4 {
    color: #f47d9d;
    font-size: 16px;
    margin: 12px 0;
    padding-bottom: 10px;
}

.p-box22 h4 {
    border-bottom: 1px solid #dddddd82;
}

.p-box22 h4 a {
    float: left;
    color: #f47d9d;
}

.p-box22 p {
    color: #000;
    font-size: 14px;
}

.p-box22 p a {
    color: #000;
    transition: all .5s ease-in;
}

.p-box22 p a:hover {
    color: #f47d9d;
}

.p-box1 h3,
.p-box2 h3 {
    color: #f47d9d;
    font-size: 17px;
    margin: 3px 0;
    padding-bottom: 0;
}

.p-box3 p a {
    color: #f47d9d;
}

.p5-con {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #dddddd82;
}

.p6-con {
    margin-top: 0;
}

.p5-con form.form-group {
    margin-bottom: 18px;
}

.p5-con form .form-control {
    height: 38px;
    border-radius: 0;
    border: 1px solid #dddddd82;
    box-shadow: unset;
}

.p3-con {
    overflow: hidden;
    border-bottom: 1px solid #cccccc42;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.p3-con:last-child {
    border-bottom: 0;
}

.p3-con .submit a {
    padding: 10px 41px;
    background: #f47d9d;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-top: 32px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #f47d9d;
    transition: all .5s ease-in;
}

.p3-con .submit a:hover {
    background: #fff;
    border: 1px solid #f47d9d;
    color: #f47d9d;
}

.p3-con-img img {
    width: 100%;
    height: 111px;
}

.p3-content h4 {
    color: #000;
    font-size: 16px;
    margin: 11px 0;
    padding-bottom: 0;
    color: #666;
}

.p3-content span {
    color: #5de67f;
    margin-bottom: 10px;
    display: inline-block;
}

.p3-content .span {
    color: #e65d88;
}

/********************/
.p3-profile-det {

}

.p3-profile-det .hvr-icon-wobble-horizontal,
.p3-profile-det .hvr-icon-wobble-horizontal .hvr-icon {
    color: #e65d88 !important;
}

.p3-profile-det .hvr-icon-wobble-horizontal .hvr-icon {
    margin: 0 10px;
}

.p3-profile-det-con {

}

.p3-profile-det-con h5 {
    font-size: 14px;
    margin: 18px 0;
    font-weight: 600;
    color: #777;
}

.p3-profile-det-con h5 span {
    font-weight: 400;
    margin: 0 3px;
}

.p3-profile-det-state {
    border-top: 1px solid #cccccc38;
    min-height: 45px;
    margin: 15px 0;
    padding: 11px 0;
    border-bottom: 1px solid #cccccc38;
}

.p3-profile-det-state h4 {
    color: #666;
    margin: 0;
}

.p3-profile-det-state h4 i {
    margin: 0 3px;
}

.p3-profile-det-state h4 i,
.p3-profile-det-state h4 span {
    color: #478118;
    font-size: 15px;
}

.p3-profile-t p {
    font-size: 15px;
}

.p3-profile-t p i {
    margin: 0 7px;
}

.p3-profile-arr {
    margin: 30px 0;
}

.p3-profile-arr h4 {
    color: #000;
    font-size: 14px;
    margin: 15px 0px;
    position: relative;
}

.p3-profile-arr h4::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 15px;
    width: 1px;
    height: 27px;
    background: #ccccccba;
}

.p3-profile-arr h4:last-child::after {
    position: unset;
}

.p3-profile-arr h4 i {
    color: #478118;
    margin: 0 10px;
}

/****************************************************************************/
/****************************** about-page *********************************/
.about-page {
    padding: 50px 0;
    background: #f7f6f5;
}

.about-con {

}

.about-con h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0;
    font-family: 'Readex Pro' !important;
}

.about-con p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 22px;
    text-align: justify;
    width: 90%;
    font-family: 'Readex Pro' !important;
}

.about-con ul li {
    padding: 0 30px;
    text-align: center;
}

.about-con ul li img {
    width: 55px;
}

.about-con ul li h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0;
}

.about-video iframe {
    width: 100%;
    height: 300px;
}

/****************************************************************************/
/****************************** product-page *********************************/
.product-page {
    padding: 50px 0;
}

.product-content h3 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}

.product-content .evaluate span {
    color: #f7bc29;
}

.product-content a {
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
}

.product-content .product-price h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.product-tabs .nav-tabs > li {
    margin: 0 5px;
}

.product-tabs .nav-tabs > li:nth-child(2) {
    position: relative;
}

.product-tabs .nav-tabs > li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 27px;
    background: #ccc;
}

.product-tabs .nav-tabs > li:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 27px;
    background: #ccc;
}

.product-tabs .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #000;
    border-bottom: 2px solid transparent !important;
}

.product-tabs .nav-tabs > li > a:hover,
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:focus,
.product-tabs .nav-tabs > li.active > a:hover {
    color: #f587a1;
    border: 0;
    border-bottom: 2px solid #f7bc65 !important;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}

.product-tabs .nav-tabs > li > a:hover,
.product-tabs .nav-tabs > li > a:focus {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.product-tabs .tab-content {
    padding: 12px;
}

.pro-con h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.pro-con p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.product-tabs {
    padding: 20px 0;
}

.product-l-cart ul li:nth-child(1) a,
.product-l-cart ul li:nth-child(2) a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #363a39;
    background: #363a39;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    transition: all .4s ease-in;
}

.product-l-cart ul li,
.product-l-cart ul form,
.product-l-cart ul form li {
    display: inline-block;
}

.product-l-cart ul form li:nth-child(1) {
    margin: 0 12px;
}

.product-l-cart ul li:nth-child(1) a:hover,
.product-l-cart ul li:nth-child(2) a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
    border: 1px solid rgb(249, 194, 184);
}

.product-l-cart ul .submit button {
    display: inline-block;
    text-align: left;
    padding: 9px 35px;
}

.product-details .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.product-details .nav-tabs {
    text-align: center;
    border-bottom: 0;
}

.product-details .product-tabs .nav-tabs > li:nth-child(2)::after {
    display: none;
}

.product-details #pro-det1 .pro-con {
    margin-bottom: 33px;
}

.product-details #pro-det1,
.product-details #pro-det2 {
    border: 1px solid #cccccc78;
    padding: 20px;
    border-radius: 7px;
}

#pro-det2 h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}

#pro-det2 label {
    margin-bottom: 7px;
    font-weight: 500;
}

#pro-det2 label span {
    color: #f00;
    margin-left: 4px;
    font-size: 17px;
}

#pro-det2 .form-control,
#pro-det2 textarea {
    border: 1px solid #cccccc80;
}

/**********/
.product-s-slider .item {
    margin: 15px;
}

.product-s {
    background: #f0f0f0;
    text-align: center;
    border: 1px solid #d5d5d5;
    position: relative;
    transition: all .5s ease-in;
}

.product-s:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    -moz-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    border: 1px solid #f586a08f;
}

.product-s .product-image {
    position: relative;
    overflow: hidden;
}

.product-s .product-image a.image {
    display: block;
    border-bottom: 1px solid #d5d5d5;
}

.product-s-slider .product-s .product-image img {
    width: 100%;
    height: 250px;
}

.product-s .product-image .pic-1 {
    backface-visibility: hidden;
    transition: opacity .4s ease-in-out, backface-visibility .4s ease-in-out;
}

.product-s .product-content {
    padding: 12px 12px 20px;
    background: #f0f0f0;
}

.product-s .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 3px;
}

.product-s .title a {
    color: #444;
    transition: all .4s ease-out;
}

.product-s:hover .title a {
    color: #f698a7;
}

.product-s .price {
    color: #f698a7;
    font-size: 15px;
    font-weight: 500;
}

.product-s .rating {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-s .rating li {
    color: #ffa81c;
    font-size: 11px;
}

.product-s .rating li.disable {
    color: #cdcdcd;
}

.product-s .social {
    font-size: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    top: unset !important;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.product-s:hover .social {
    opacity: 1;
}

.product-s .social li {
    display: inline-block;
    width: 25%;
    margin: 0;
}

.product-s .social li a {
    color: #444;
    background: #fff;
    font-size: 14px;
    line-height: 37px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    display: block;
    transition: all 0.4s ease 0s;
}

.product-s .social li:last-child a {
    border-right: none;
}

.product-s .social li a:hover {
    color: #fff;
    background: #f698a7;
}

@media only screen and (max-width: 990px) {
    .product-s {
        margin: 0 0 30px;
    }
}

.product-similar {
    padding-bottom: 50px;
}

.product-head {
    padding-bottom: 10px;
}

.product-head h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 12px 0;
    position: relative;
}

.product-head h4::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 1px;
    background: #ecb5b5;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-head p {
    font-size: 14px;
    line-height: 25px;
}

/*****************************************************************************************/
/****************************** cart-det-page*******************************************/
.cart-det-page {

}

.cart-det-page .col-md-6 {
    padding: 0;
}

.cart-products {
    padding: 50px 70px;
    background: #f7f6f5;
    min-height: 820px;
}

.c-pro-img {
    position: relative;
}

.c-pro-img span {
    font-size: 15px;
    margin: 0 10px;
}

.c-pro-img img {
    width: 90px;
    height: 111px;
}

.c-cont {
    position: absolute;
    top: -10px;
    right: 70px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.c-pro-con {
    margin-top: 43px;
    font-size: 14px;
    font-weight: 600;
}

.cart-box2 {
    margin: 25px 0;
    border-top: 1px solid #cccccc8c;
    border-bottom: 1px solid #cccccc8c;
}

.cart-box2 h4,
.cart-box3 h4 {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin: 30px 0;
}

.cart-box2 h4 span {

}

.cart-box2 h4 span:nth-child(2),
.cart-box3 h4 span:nth-child(2) {
    float: left;
}

/***********************************/
.cart-tab {
    margin: 40px 0;
    padding: 0 15px 0 55px;
}

.cart-links {
    margin: 20px 0;
}

.cart-links li {
    color: #666;
}

.cart-links li a {
    color: #666;
}

.cart-links li .active {
    color: #f587a1;
}

.cart-tab .nav-tabs > li {
    position: relative;
}

.cart-tab .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #000;
    border-bottom: 2px solid transparent !important;
}

.cart-tab .nav-tabs {
    border-bottom: 0;
}

.cart-tab .nav-tabs > li > a:hover,
.cart-tab .nav-tabs > li.active > a,
.cart-tab .nav-tabs > li.active > a:focus,
.cart-tab .nav-tabs > li.active > a:hover {
    color: #f587a1;
    border: 0;
    border-bottom: 2px solid #f7bc65 !important;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}

.cart-tab .nav-tabs > li > a:hover,
.cart-tab .nav-tabs > li > a:focus {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.cart-tab .tab-content {
    padding: 12px;
}

.cart-tab .nav-tabs > li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 27px;
    background: #ccc;
}

.cart-tab .nav-tabs > li:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 27px;
    background: #ccc;
}

/******************/
.cart-info1 {
    margin-top: 15px;

}

.cart-tab h4,
.cart-info1 h4,
.cart-info11 h4,
.cart-info22 h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 12px 0;
}

.cart-image h4 span {
    font-weight: 500;
    display: inline-block;
}

.cart-image h4 a {
    display: block;
    color: #f587a1;
    margin-top: 5px;
}

.cart-image img {
    height: 70px;
    width: 70px;
    margin-left: 10px;
    border-radius: 100%;
}

.cart-image h4 {
    display: inline-block;
}

.cart-image h4 a {
    display: block;
}

.cart-info11 {
    margin: 20px 0;
}

.cart-info11 .col-md-6,
.card .col-md-6 {
    padding: 0 15px;;
}

.cart-info11 .form-group,
.card .form-group {
    margin-bottom: 20px;
}

.cart-info11 .form-control,
.card .form-control {
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ccccccad;
}

.cart-info2 {
    border: 1px solid #cccccc6b;
    margin: 0px 0 20px;
    padding: 10px;
    border-radius: 5px;
}

.cart-info2 ul li {
    width: 32%;
    margin: 2px 0;
}

.cart-info2 ul li a {
    text-align: left;
    display: inline-block;
    float: left;
    color: #f587a1;
}

.cart-info22 label,
.cart-info22 h5 {
    display: inline-block;
}

.cart-info22 {
    margin: 50px 0;
}

.cart-info22 h5 {
    float: left;
    margin: 0;
    font-weight: 600px;
}

.cart-info222 {
    border: 1px solid #cccccc6b;
    margin-bottom: 30px;
    padding: 14px;
    border-radius: 5px;
}

.card {
    border: 1px solid #cccccc6b;
    background: #f7f6f5;
    min-height: 215px;
    margin-bottom: 12px;
    border-radius: 5px;
    overflow: hidden;
}

.card h4 {
    background: #fff;
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}

.card h4 img {
    float: left;
    display: inline-block;
    width: 30px;
    height: 20px;
}

#cart3 .cart-info2 {
    margin: 10px 0;
}

.card .form-group {
    margin-bottom: 15px;
}

.cart-form .submit {
    padding: 8px 35px !important;
    font-size: 13px !important;
}

.cart-add {
    border: 1px solid #cccccc94;
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.follow {
    float: left;
}

.follow a {
    display: inline-block !important;
    padding: 8px 55px !important;
    margin: 10px 0 0;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 14px;
    transition: all .9s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f585a0+0,f9c0b7+100 */
    background: rgb(245, 133, 160); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f585a0', endColorstr='#f9c0b7', GradientType=1); /* IE6-9 */

}

.follow a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c2b8+0,f585a0+100 */
    background: rgb(249, 194, 184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(249, 194, 184, 1) 0%, rgba(245, 133, 160, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c2b8', endColorstr='#f585a0', GradientType=1); /* IE6-9 */
}

/****************************************************************************/
/****************************** products-page *********************************/
.products-page {
    padding: 50px 0;
    overflow: hidden;
}

.products-page .products-grid .product-content {
    background: #f7f6f5;
}

.products-page .products-grid {
    margin-bottom: 20px;
}

.pro-search {
    background: #f7f6f5;
    padding: 15px 12px;
    margin-bottom: 22px;
}

.pro-search ul {
    margin: 0;
}

.pro-search ul li {
    width: 27%;
}

.pro-search ul li:last-child {
    width: 15%;
}

.pro-search .form-control {
    border-radius: 0;
}

.side-search {
    margin: 16px 0px;
}

.side-search .form-control {
    display: inline-block;
    width: 82%;
    border-radius: 0;
    height: 33px;
    border: 1px solid #cccccca1;
}

.side-search button {
    display: inline-block;
    background: transparent;
    box-shadow: unset;
    padding: 6px 12px;
    border: 1px solid #cccccca1;
    margin-right: -4px;
    padding-top: 5px;
}

.side-pro-s .col-md-5 {
    padding: 0;
}

.side-pro-s {
    margin-top: 38px;
}

.side-title {
    font-size: 15px;
    font-weight: 600;
    margin: 12px 0;
    position: relative;
    padding: 8px 0;
}

.side-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #f4d7af;
}

.side-prodcuts {
    border: 1px solid #cccccc2e;
    min-height: 132px;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}

.side-img {
    overflow: hidden;
}

.side-img img {
    width: 100%;
    height: 130px;
    transition: all 0.6s ease;
}

.side-con {
    margin-top: 25px;
}

.side-con h4 {
    font-size: 15px;
    margin: 12px 0px;
    line-height: 21px;
}

.side-con h4 a {
    color: #000;
    transition: all 0.6s ease;
}

.side-con h5 {
    font-weight: bold;
}

.side-prodcuts:hover .side-img img {
    transform: scale(1.2);
}

.side-prodcuts:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    -moz-box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
    box-shadow: 0px 0px 2px 0px rgba(136, 136, 136, .7);
}

.side-prodcuts:hover h4 a {
    color: #bc6079;
}

.side-cat {
    margin-bottom: 27px;
    overflow: hidden;
}

.side-cat .checkbox input {
    width: 25px;
    height: 18px;
    margin-right: -12px;
}

.side-cat .checkbox span {
    margin-right: 17px;
}

.side-cat .checkbox label {
    font-size: 15px;
    color: #444;
}

.side-cat .submit {
    text-align: right;
}

.side-cat .submit button {
    padding: 7px 41px;
}

.side-cat h5 {
    font-size: 15px;
}

/**********************/
.p-range .ui-btn-active {
    background: #f58aa2 !important;
}

.ui-content {
    padding: 0;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background: transparent !important;
}

.p-range form {
    position: relative;
    padding: 7px;
}

.p-range .ui-mobile label, .ui-controlgroup-label {
    margin-bottom: 69px;
    color: #fff;
}

.p-range .ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
    position: unset !important;
}

.ui-loading .ui-loader {
    display: none !important;
}

.ui-mobile .ui-page {
    min-height: 0 !important;

    width: 100%;
    overflow: hidden;
}

.p-range .ui-rangeslider .ui-slider-input.ui-rangeslider-last {
    float: left;
    margin-top: -15px;
}

.p-range .ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
    margin-top: -15px;
}

.p-range .ui-rangeslider .ui-rangeslider-sliders {
    position: relative;
    overflow: visible;
    height: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    top: 15px;
}

.p-range .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track {
    width: 100%;
    top: 0;
}

.p-range .ui-slider-track {
    height: 8px;
}

.p-range .ui-slider-track .ui-btn.ui-slider-handle {
    top: -15px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

html > body .p-range .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
    height: 8px;
}

.p-range .ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited {
    float: left;
    margin: 10px 0;
}

.p-range input.ui-slider-input {
    width: 40px !important;
    font-size: 13px !important;
    margin-top: 40px !important;
    right: -90px;
    margin: 40px auto 0;
    position: relative;
}

.p-range .ui-rangeslider span {
    position: relative;
    bottom: 54px;
    color: #fff;
    left: 75px;
}

.p-range .ui-rangeslider {
    margin: 0 !important;
}

.p-range .submit {
    text-align: right;
    float: right;
    margin: 18px 0;
}

.p-range .submit button {
    font-weight: 300 !important;
    border-radius: 0 !important;
    padding: 10px 35px !important;
    display: inline-block !important;
    color: #fff !important;
    border-color: transparent !important;
    width: unset !important;
}

/******************************/
.pagination > li > a, .pagination > li > span {
    color: #000;
    transition: all .5s ease;
}

.pagination > li > a:hover {
    background: #fe6d96;
    color: #fff;
}

.progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 30px;
}

.step {
    position: relative;
    flex: 1;
    text-align: center;
}

.step::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 2px;
    z-index: 1;
}

.step:first-child::before {
    display: none;
}

.step.active {
    color: #f589a1;
    background-color: #f688a1;
}

.step-number {
    background: #e9ecef;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    z-index: 2;
}

/*swal2 */
.swal2-confirm{
    display: inline-block;
    text-align: left;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 12px;
    outline: none;
    box-shadow: none!important;
    transition: all .9s ease-in!important;
    background: rgb(245,133,160); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(245,133,160,1) 0%, rgba(249,192,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(245,133,160,1) 0%,rgba(249,192,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(245,133,160,1) 0%,rgba(249,192,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f585a0', endColorstr='#f9c0b7',GradientType=1 ); /* IE6-9 */
}
.swal2-confirm:hover{
    border: 0;
    background: rgb(249,194,184); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(249,194,184,1) 0%, rgba(245,133,160,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(249,194,184,1) 0%,rgba(245,133,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(249,194,184,1) 0%,rgba(245,133,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c2b8', endColorstr='#f585a0',GradientType=1 ); /* IE6-9 */
}

/* Hero Buttons Section */
.hero-buttons-section {
    background: linear-gradient(to right, rgba(245, 133, 160, 1) 0%, rgba(249, 192, 183, 1) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-buttons-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

.hero-buttons-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.hero-button {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    background: #fff;
    color: #333;
    padding: 45px 35px;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.hero-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.hero-button:hover::before {
    left: 100%;
}

.hero-button:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 1);
}

.hero-icon-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(245, 133, 160, 0.15) 0%, rgba(249, 192, 183, 0.15) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.hero-button:hover .hero-icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, rgba(245, 133, 160, 0.25) 0%, rgba(249, 192, 183, 0.25) 100%);
}

.hero-icon-wrapper i {
    font-size: 42px;
    color: rgba(245, 133, 160, 1);
    transition: all 0.4s ease;
}

.hero-button:hover .hero-icon-wrapper i {
    color: rgba(245, 133, 160, 1);
    transform: scale(1.1);
}

.hero-button h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #333;
    transition: color 0.3s ease;
}

.hero-button:hover h3 {
    color: rgba(245, 133, 160, 1);
}

.hero-button p {
    font-size: 16px;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.hero-arrow {
    margin-top: 15px;
    font-size: 24px;
    color: rgba(245, 133, 160, 0.7);
    transition: all 0.3s ease;
    display: inline-block;
}

.hero-button:hover .hero-arrow {
    transform: translateX(-8px);
    color: rgba(245, 133, 160, 1);
}

.hero-button-secondary .hero-icon-wrapper i {
    color: rgba(249, 192, 183, 1);
}

.hero-button-secondary:hover .hero-icon-wrapper i {
    color: rgba(249, 192, 183, 1);
}

.hero-button-secondary:hover h3 {
    color: rgba(249, 192, 183, 1);
}

.hero-button-secondary .hero-arrow {
    color: rgba(249, 192, 183, 0.7);
}

.hero-button-secondary:hover .hero-arrow {
    color: rgba(249, 192, 183, 1);
}

@media (max-width: 768px) {
    .hero-buttons-section {
        padding: 50px 0;
    }

    .hero-buttons-container {
        flex-direction: column;
        gap: 25px;
        padding: 0 15px;
    }

    .hero-button {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        padding: 35px 25px;
    }

    .hero-icon-wrapper {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }

    .hero-icon-wrapper i {
        font-size: 35px;
    }

    .hero-button h3 {
        font-size: 24px;
    }

    .hero-button p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-button {
        padding: 30px 20px;
    }

    .hero-button h3 {
        font-size: 22px;
    }
}

/* User Profile Icon in Header */
.user-profile-icon {
    margin: 20px auto;
    text-align: center;
}

.profile-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-image-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(245, 133, 160, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.profile-image-wrapper:hover {
    transform: scale(1.1);
    border-color: rgba(245, 133, 160, 1);
    box-shadow: 0 6px 20px rgba(245, 133, 160, 0.4);
}

.profile-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.profile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(245, 133, 160, 0.9) 0%, rgba(249, 192, 183, 0.9) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
}

.profile-image-wrapper:hover .profile-overlay {
    opacity: 1;
}

.profile-overlay i {
    font-size: 24px;
    margin-bottom: 5px;
}

.profile-overlay span {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.profile-link:hover .profile-avatar {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .user-profile-icon {
        margin: 15px auto;
    }

    .profile-image-wrapper {
        width: 70px;
        height: 70px;
    }

    .profile-overlay i {
        font-size: 20px;
    }

    .profile-overlay span {
        font-size: 10px;
    }
}


.search-form .form-control, .search-form select{
    height:50px;
}
