body {
      background-color: #f9f9f9;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #212529;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, .text-logo #logo {
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
}
h2 {
    font-size: 42px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
}
h3 {
    font-size: 27px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 0px;
}
h4 {
    font-size: 23px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
}
h5 {
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0px;
}
h6 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0px;
}
h1, h1 a, h1 a:hover {
    color: #3c3f44;
}
h2, h2 a, h2 a:hover {
    color: #3c3f44;
}
h3, h3 a, h3 a:hover {
    color: #7d7e7e;
}
h4, h4 a, h4 a:hover, .style-simple .sliding-box .box-text h4 {
    color: #444444;
}
h5, h5 a, h5 a:hover {
    color: #766d62;
}
h6, h6 a, h6 a:hover, a.content-link .title {
    color: #766d62;
}
a {
    text-decoration: none;
}
.home section {
    position: relative;
}
.sec-service {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #404348;
}
.line {
    margin: 20px 0 40px;
}
.sliding-box {
    position: relative;
}
.sliding-box a {
    display: block;
}
.sliding-box .box-image {
    line-height: 0;
    position: relative;
    bottom: -15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sliding-box .box-image img {
    width: 100%;
}
.sliding-box .box-text {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #766d62;
}
.sliding-box .box-text h4 {
    color: #fff;
}
.sliding-box .box-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom-color: #766d62;
}
.sliding-box .box-text {
    color: #fff;
    margin: 0;
}
.sliding-box:hover .box-image {
    bottom: -1px
}
.sliding-box:hover .box-text:after {
    top: -8px;
}
.sec-gift {
    padding-top: 60px;
    padding-bottom: 20px;
}
.button-default {
    background-color: #49433c;
    color: #d3d3d3;
    font-size: 110%;
    padding-top: 11px;
    padding-bottom: 11px;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}
.button-default:hover {
    color: #d3d3d3;
}
.sec-about {
    background-color: #fef9f5;
    overflow-x: hidden;
}
.sec-about .image-about {
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
}
.content-about {
    padding: 80px 50px 65px;
    background-color: rgb(138, 128, 118);
    background-image: url(../images/ng-about.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    height: 100%;
}
.list-num {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 5px 0 0 70px;
    min-height: 50px;
    margin-bottom: 30px;
}
.icon-box .icon {
    background-color: #fff;
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
    transition: background-color .3s ease-in-out;
    border-color: #f8f8f8;
    color: #766d62;
    box-sizing: unset;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-width: 8px;
    border-style: solid;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/stripes_3_b.png);
}
.sec-boxes {
    padding-top: 40px;
    padding-bottom: 30px;
}
.icon-box .icon:before {
    border-color: #e2e2e2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background-color .3s ease-in-out;
}
.icon-box:hover .icon, .icon-box:hover .icon i {
    color: #fff;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.94);
    transform: scale(0.94);
}
.icon-box:hover .icon:before {
    background-color: #766d62;
}
.sec-booking {
    background-color: #766d62;
    transition: all .4s ease-in-out;
}
.sec-booking > a {
    text-align: center;
    color: #fff;
    display: block;
    padding: 40px 30px;
    text-decoration: none;
}
.sec-booking a h2 {
   
	
}
.sec-booking:hover {
    background-color: #c1bdb5;
}
.sec-booking.nm:hover {
    background-color: #766d62;
}
.sec-booking h3 {
    color: #ffffff;
    font-style: italic;
}
.button-default.white {
    background-color: #ffffff!important;
    color: #444444;
}
#Footer {
    color: #9b958e;
    background-color: #fff;
}
#Footer .footer_copy {
    padding: 30px 0;
 
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.copyright {
    padding-top: 40px;
    border-top: 1px solid #ffca60;
	display:flex;
	justify-content:space-between
}
.post, .page {
    margin: 0 ;
}
ul.social{
	display:flex;
	gap:10px
}
.sec-title {
    padding-top: 130px;
    padding-bottom: 90px;
    background-image: url(../images/sub-header_Fotor-1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.sec-title .box-title h2 {
    text-align: center;
    color: #dedede;
}
.sec-sevice-list {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-sevice-list:nth-child(odd) {
    background-color: #efefef;
}
.sec-sevice-list h2 {
    padding: 13px 0;
    text-align: center;
}
table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 5px;
}
table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);
}
table tr:first-child td {
    background: none;
}
.table-theater td.c1 {
    width: 70%;
    text-align: left;
}
table td h4 {
    font-weight: bold;
    margin-bottom: 8px;
    color: #766d62;
}
.table-theater td.c2, .table-theater td.c3, .table-theater td.c4 {
    font-size: 20px;
    text-align: left;
    color: #8C8B8B;
}
table tr:nth-child(2n) td {
    background: rgba(0,0,0,0.01);
}
table th, table td {
    border-width: 1px 0 0;
    padding: 20px;
}
.title-gallery h3 {
    margin: 0;
    text-align: center;
    padding: 40px 0;
    color: #444444;
}
.sec-form .container > .row > .col-12 {
    padding: 40px;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    background-color: #f6f5f3;
    border-color: #aba598;
    border-width: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: #757575;
    border-radius: 0;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    background-color: #fff !important;
    border-color: #a28e53!important;
    color: #757575;
    outline: none;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: inherit;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    border-style: solid;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    background-color: #766d62;
    color: #ffffff;
    border-radius: 0;
}
.box-form input[type="text"], .box-form input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    background-color: #f6f5f3;
    border-color: #aba598;
    border-width: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: #757575;
}

.sec-form {
    overflow: hidden;
}
.sec-form .container {
    position: relative;
    z-index: 2;
}
.sec-banner .box-image {
    width: fit-content;
    margin-left: auto;
}
.sec-banner .container {
    position: relative;
}
.sec-banner h4 {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.4;
    color: #f3dfc7;
}
.sec-banner .box-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f3dfc7;
}
.sec-banner .box-text a {
    margin-top: 5px;
    display: inline-block;
    background-color: #766d62;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    padding: 12px 35px;
    color: #fff;
}
.sec-banner .box-content {
    font-size: 19px;
    width: 50%;
}
.sec-banner {
    background-color: #2b2d32;
    padding: 40px 0;
}
#top-bar {
	background:#000
  
}
#logo {
	display: block;
    height: 130px;
    line-height: 60px;
}
#logo img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    height: auto;
	padding:10px 0
}
.sticky {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    position: fixed!important;
    transition: all 1s;
}
#menu {
    height: 100%;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu > ul {
    height: 100%;
}
#menu ul > li {
    margin: 0;
    z-index: 203;
    display: inline-block;
    position: relative;
    height: 100%;
}
#menu ul > li > a {

   

  padding: 10px;
        font-size: 13px;
        margin-left: 20px;
    display: inline-block;
    border-style: solid;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-bottom: 2px solid transparent;
    padding-left: 0 !important;
    padding-right: 0;
	margin-left: 30px;
	border:none;
	align-items:center;
	color:white;
	display:flex;
}
   
.top-bar-left {
    display: flex;
}
.responsive-menu-toggle {
    display: none;
}
#menu ul li.current-menu-item a, #menu ul li:hover a {
	border-bottom-color: #fff;
    color: #fff;
   
}
.sec-comingsoon img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 1240px) {
    #menu {
        display: block!important;
    }
    #menu > ul {
        display: flex;
		justify-content:center
    }
}
@media only screen and (max-width: 1239px) {
    #menu {
        display: none;
        height: auto;
        margin: 0;
        position: static!important;
        width: 100%!important;
    }
}
@media only screen and (max-width: 480px) {
    .inner-image {
        height: 400px!important;
    }
    .sec-banner .box-text {
        position: relative;
    }
    .sec-banner .box-content {
        width: 100%;
    }
    .sec-banner h4 {
        font-size: 30px;
    }
    .top-bar-left {
        display: block!important;
    }
    .logo {
        text-align: center;
    }
    .top-bar-left a.responsive-menu-toggle {
        position: absolute;
        display: block;
        top: 40.5px;
        right: 10px;
        margin-top: -17px;
        width: 34px;
        height: 34px;
        text-align: center;
        border-radius: 3px;
  
        color: #E5BE2F ;
        background: transparent;
    }
    #logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 110px;
    }
    #top-bar {
        position: relative;
    }
    #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
    }
    #menu ul li a {
        padding: 15px 25px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
        font-size: 13px;
    }
}
.header-top {
    width: 100%;
    background: linear-gradient(120deg, #f3d066, #d39413, #ddb333, #f2c14a, #f3d066);
    position: static;
    top: 0;
    z-index: 9999999;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display: block;
    padding: 5px;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .header-top {
        font-size: 12pt;
    }
}
.site-title, .site-description{
	position:relative !important;
}
.header-top-logo .site-title {
    background: #E5BE2F;
    background: -webkit-radial-gradient(circle farthest-corner at center center, #E5BE2F 10%, #000 135%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #E5BE2F 10%, #000 135%);
    background: radial-gradient(circle farthest-corner at center center, #E5BE2F 10%, #000 135%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px auto;
	text-align:center
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
    margin-top: 0;
}
.book-btn a{
	border: 2px solid #f3d066;
    border-color: #f3d066 !important;
    background: -webkit-linear-gradient(120deg, #f3d066, #d39413, #ddb333, #f2c14a, #f3d066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 20px !important;
   
    animation: wiggle 4s 2s infinite;
}
.book-btn{
	display: flex;
    align-items: center;
}
@keyframes wiggle {
    5%,50% {
        transform: scale(1)
    }

    10% {
        transform: scale(0.9)
    }

    15% {
        transform: scale(1.15)
    }

    20% {
        transform: scale(1.15) rotate(-5deg)
    }

    25% {
        transform: scale(1.15) rotate(5deg)
    }

    30% {
        transform: scale(1.15) rotate(-3deg)
    }

    35% {
        transform: scale(1.15) rotate(2deg)
    }

    40% {
        transform: scale(1.15) rotate(0)
    }
}
@media(max-width:992px){
	.book-btn{
		display:none
	}
}
.contact-banner img{
	width:100%;
}
.sec-banner{background-image:url(/wp-content/uploads/2024/10/slider1.webp);
background-position: center;
    background-size: cover;}
.home section{
	
	padding:70px 15px 20px 15px
}

.collapse:not(.show) {
    display: block !important;
    max-height: 0;
    overflow: hidden;
   	transition:all ease 1s;
}
.collapse{
	transition:all ease 1s;
}
.collapse.show {	transition:all ease 1s;
    max-height: max-content; /* Tùy chỉnh giá trị này sao cho vừa với nội dung của bạn */
}
h2{
	    text-align: left;
    line-height: 1.4em;
    font-size: 35px;
}
.accordion-item button{
	padding:13px 50px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    color: #333 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #333;
    text-transform: uppercase;
    font-size: 14px;border-radius:0 !important;
	
    line-height: 1.5;
}

.accordion-button:focus::after{
	color:white
}
.accordion-item{
	margin-bottom:10px;
	border-radius:0 !important;
	border:0
}
.accordion-button{
	background:white !important;
		outline:none !important;
	box-shadow:none !important
}
.section-header {
    margin: 0 0 40px;
    text-align: center;
}.section-header span {
    color: #feab05;
    font-size: 22px;
    line-height: normal;
    font-family: "Satisfy", cursive;
    margin-bottom: 10px;
}.section-header h2 {
    display: block;
    color: #333;
    margin: 0 0 10px;
    text-transform: capitalize;
	text-align:center
}
.slick-initialized .slick-slide{
	padding: 0 10px;

    overflow: hidden;
    line-height: .1;
    border-radius: 15px;
}
.slick-initialized .slick-slide a{
	position:relative;
}
.slick-initialized .slick-slide img{
	border-radius:15px;
}
.slick-initialized .slick-slide h3{
	    font-size: 25px;
    color: #feab05;position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 25px 15px;
    width: 100%;
	text-transform:uppercase
}
ol, ul{
	padding:0;
	margin:0;
	list-style:none
}
.service-price-items {
   
}

.service-price-items .service-price-item img {
    margin-right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.service-price-items .service-price-item .service-price-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 20px
}

.service-price-items .service-price-item .service-price-title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: 'Oswald',sans-serif;
    font-weight: 300
}

@media screen and (min-width: 992px) {
    .service-price-items .service-price-item .service-price-descr {
   
        
    }

    .service-price-items .service-price-item .service-price-descr::-webkit-scrollbar {
        display: none
    }
}

.service-price-items .service-price-item .service-price-title .service-price-header {
    color: #000;
    margin-bottom: 0;
    font-size: 20px
}

.service-price-items .service-price-item .service-price-title .service-price-dots {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dotted #000;
    border-color: #000;
    border-color: var(--black);
    margin: 0 15px 0;
    position: relative;
    top: 4px
}

.service-price-items .service-price-item .service-price-title .price-service {
    font-weight: 500;
	display:flex;margin-top:-30px;
	text-align:center;gap:10px;flex-direction: column;color:#feab05;
}
span.first{
	color:#000;
	
}
.price1{
	margin-right:25px;
}
.service-price-item{
	margin-bottom:25px;
}
.service-price-items .service-price-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.75)
}

.service-price-items .service-price-item .service-price-descr p {
    color: #949393
}

.service-prices .primary-button {
    margin-top: 50px
}

.service-prices .primary-button:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}
.home-5{
	background-image:url(https://milanonailspamansfield.com/wp-content/uploads/2024/10/LOreal-Hair-Care.jpeg);
	background-size:cover;
background-position: center;
	padding:100px 15px;
	
}
.home-5 h2 {
    color: #fff;
    text-transform: capitalize;

    text-transform: inherit;
 
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.home-5 a{
	display: inline-block;
    font-size: 14px;
    color: #feab05;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 50px;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #feab05;
	height: 45px;
    background-color: #fff;
    border: 2px solid #212529;
    border-radius: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    text-align: center;
    color: #212529;
    padding: 8px 30px;
}
.home-5 p{
	    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.home-5 .content{
	display:flex;
	flex-direction:column;
	gap:20px;
	justify-content:center;
	align-items:center
}
.gallery img{
	aspect-ratio:1;
	object-fit:cover
}
footer {
	position: relative;
    background-color: #191919;
    background-image: url(https://milanonailspamansfield.com/wp-content/uploads/2024/10/bg-footer-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    color: #fff;
    padding: 50px 0 20px;
}
footer a{
	color:white
}
footer h3{
	    font-size: 15px;
    color: #fff;
}

@media(max-width:992px){
	.header-top .text-content{
		font-size:14px
	}
	.header-top-logo h1{
		font-size:24px
	}
	h2{
		font-size:24px
	}
	footer .col-12{
		margin-bottom:20px;
	}
	footer .top img{
		max-width:150px;
		display:flex;
		margin:0 auto;
	}
	.service-price-items .service-price-item .service-price-title .service-price-header{
		font-size:16px;
	}
	.price1{
	
	}
}
.about{
	margin: 30px 0
}
.about .title{
	font-family: oswald,sans-serif;
    font-weight: 700;
    text-align: left;
    color: #000;
    line-height: 50px;
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about .des{
	font-family: oswald;
    font-weight: 400;
    text-align: left;
    color: #323232;
    line-height: 1.4em;
    font-size: 18px;
}
ul.info{
	margin:30px 0;
	list-style:none
}
ul.info li{
	display:flex;
	gap:10px;
}
.sec-form  .fa-solid{
	color:#f2c14a
}
.page-id-145 .home-4 h2{
	text-align:center;
	font-weight:700;
	margin:30px 0 20px
}
.service-price-items .service-price-item .service-price-title .price-service{
		font-size:13px
	}
@media(max-width:768px){
	
	.service-price-items .service-price-item .service-price-title .price-service {margin-top:0}
	span.first{
		display:none;
	}
	.item-1 span.first {display:block}
.item-1  .price-service {
	margin-top:-30px !important
}
}
.quick-support-tab-panels {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    width: 420px;
    max-width: 100%;
    z-index: 100002;
    -webkit-transition: -webkit-transform 0.5s;
    -ms-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.quick-support-tab-panels .quick-support-tabs {
    position: absolute;
    right: 100%;
    display: block;
    width: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 2px 24px -2px rgba(0, 0, 0, 0.14)
}

.quick-support-tab-panels .quick-support-tabs a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #000;
    margin-bottom: 1px;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s, background-color 0.3s;
    -ms-transition: -ms-transform 0.3s, color 0.3s, background-color 0.3s;
    transition: transform 0.3s, color 0.3s, background-color 0.3s;
    padding-right: 0;
    text-decoration: none;
	color:white
}.quick-support-tab-panels .quick-support-tabs a i{
	font-size:24px;
	z-index:333
}

.quick-support-tab-panels .quick-support-tabs a img {
    position: relative;
    z-index: 2
}

.quick-support-tab-panels .quick-support-tabs a::before {
    content: "";
    position: absolute;
    right: -10px;
    height: 60px;
    width: 60px;
    background-color: #000
}

.quick-support-tab-panels .quick-support-tabs a::after {
    content: attr(aria-label);
    position: absolute;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #feab05;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: inherit;
    margin: 0;
    bottom: 0;
    right: 100%;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.quick-support-tab-panels .quick-support-tabs a:hover {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.quick-support-tab-panels .quick-support-tabs a:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.quick-support-tab-panels .quick-support-tabs a+a {
    margin-top: 2px
}

.quick-support-tab-panels .trx_demo_tabs a {
    padding-right: 8px
}
.entry-footer{
	display:none
}
.entry-title{
	 margin:30px 0;
	text-align:center;
	background: radial-gradient(circle farthest-corner at center center, #E5BE2F 10%, #000 135%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px auto;
    text-align: center;
}
.mwb_wgm_expiry_notice.clear h4{
	display:none
}
.mwb_wgm_expiry_notice.clear p{
	display:none
}.blocker{
	z-index:333  !important
}.product_meta,.mwb_wgm_selected_template{
	display:none !important
}.post-thumbnail img{
	aspect-ratio:16/9;
	object-fit:cover;
	width:100%
}
.post-title{
	margin-top:15px;
}
.blog .breadcrumb-section{
	padding:0;
	min-height:700px;
}
.hot-post{
		margin-top:-500px
}
.hot-post img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:20px;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);}
.hot-post .owl-item{
	display:flex;justify-content:center
}
.hot-post .post-item{
	position:relative;
}
.hot-post .post-entry{
	position:absolute;
	background:white;
	border-radius:20px;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:80%;
	    box-shadow: 1px 10px 20px rgba(0, 0, 0, 1);
    padding: 20px 30px;

}
.post-entry h4{
	text-align:center;
}
.post-entry .read-more{
	padding:10px 20px;
	color:white;
	border-radius:10px;
	background:#Ff5895;
	display:flex;
	    margin: 0 auto;
	width:max-content;
}
.post-entry .post-excerpt{
	color:#000
}
@media(max-width:992px){
	.hot-post .post-entry{
		padding:10px
	}
	.price-list-page.col-lg-4{
		max-width:100%;
		margin-bottom:30px
	}
	.page-template-page-pricing #pricing-section{
overflow:hidden}
}
.single .breadcrumb-section {
  padding: 0px; }
  .single .breadcrumb-section .overlay-black {
    width: 100%;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.5); }

.single .blog-details-section {
  position: relative; }
  .single .blog-details-section .blog-details-content {
    z-index: 1;
    padding: 50px;
    position: relative;
    border-radius: 3px;
    margin-top: -230px;
    background-color: #ffffff; }

.blog-details-section .blog-details-content > p {
  font-size: 16px; }
  .blog-details-section .blog-details-content > p > a {
    color: #Ff5895; }

.blog-details-section .blog-details-content .blog-title {
  font-size: 36px;
  line-height: 48px; }

.blog-details-section .blog-details-content .title-text {
  font-size: 21px; }

.blog-details-section .blog-details-content .post-meta > ul > li > .post-admin {
  padding: 3px 0px;
  font-weight: 700;
  color: #272d3a; }
  .blog-details-section .blog-details-content .post-meta > ul > li > .post-admin .admin-image {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: -6px 0px;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid #e3e8fe; }

.blog-details-section .blog-details-content .blockquote {
  margin: 50px 30px;
  padding: 30px 40px;
  border-left: 6px solid #Ff5895; }
  .blog-details-section .blog-details-content .blockquote > p {
    font-size: 18px;
    line-height: 30px;
    color: #272d3a; }

.blog-details-section .blog-details-content .video-item {
  width: 620px;
  overflow: hidden;
  margin: 50px auto;
  position: relative; }
  .blog-details-section .blog-details-content .video-item .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .blog-details-section .blog-details-content .video-item .popup-video {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 65px;
    height: 65px;
    font-size: 24px;
    line-height: 65px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: #d7144e;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1); }
    .blog-details-section .blog-details-content .video-item .popup-video:before {
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: -1;
      content: '';
      position: absolute;
      border-radius: 100%;
      -webkit-box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.15);
      box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.15); }

.blog-details-section .blog-details-content .features-list > ul {
  width: 550px; }
  .blog-details-section .blog-details-content .features-list > ul > li {
    margin-bottom: 20px; }
    .blog-details-section .blog-details-content .features-list > ul > li:last-child {
      margin-bottom: 0px; }
    .blog-details-section .blog-details-content .features-list > ul > li .icon {
      float: left;
      font-size: 18px;
      margin-right: 30px;
      color: #Ff5895; }
    .blog-details-section .blog-details-content .features-list > ul > li .info-text {
      display: table;
      font-size: 16px;
      line-height: 26px; }

.blog-details-section .blog-details-content .post-admin {
  padding: 30px 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }
  .blog-details-section .blog-details-content .post-admin .admin-image {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #e3e8fe; }
  .blog-details-section .blog-details-content .post-admin .admin-content {
    display: table; }
    .blog-details-section .blog-details-content .post-admin .admin-content > p {
      color: #2b2b3e;
      font-size: 18px;
      line-height: 30px; }
    .blog-details-section .blog-details-content .post-admin .admin-content .admin-name {
      width: 100%;
      display: table;
      font-size: 16px;
      position: relative;
      padding-left: 25px;
      color: #272d3a;
      font-weight: 500; }
      .blog-details-section .blog-details-content .post-admin .admin-content .admin-name:before {
        top: 50%;
        left: 0px;
        width: 15px;
        height: 2px;
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #272d3a; }

.blog-details-section .blog-details-content .tag-share-links .title-text {
  float: left;
  font-size: 16px;
  padding: 5px 0px;
  margin-right: 20px;
  color: #272d3a;
  font-weight: 500;
  text-transform: capitalize; }

.blog-details-section .blog-details-content .tag-share-links .tag-links > ul > li {
  margin-right: 15px; }
  .blog-details-section .blog-details-content .tag-share-links .tag-links > ul > li:last-child {
    margin-right: 0px; }
  .blog-details-section .blog-details-content .tag-share-links .tag-links > ul > li > a {
    width: auto;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0px 15px;
    color: #Ff5895;
    text-transform: uppercase;
    border: 1px solid #e3e8fe;
    background-color: #f7f9fe; }

.blog-details-section .blog-details-content .tag-share-links .share-links > ul > li {
  margin-right: 5px; }
  .blog-details-section .blog-details-content .tag-share-links .share-links > ul > li:last-child {
    margin-right: 0px; }
  .blog-details-section .blog-details-content .tag-share-links .share-links > ul > li > a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #535e72; }
    .blog-details-section .blog-details-content .tag-share-links .share-links > ul > li > a:hover {
      color: #Ff5895; }

.blog-details-section .blog-details-content .peoples-comments .title-text {
  font-size: 24px;
  font-weight: 700; }

.blog-details-section .blog-details-content .peoples-comments .comment-item {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e8fe; }
  .blog-details-section .blog-details-content .peoples-comments .comment-item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px; }
  .blog-details-section .blog-details-content .peoples-comments .comment-item .hero-image {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 100%;
    border: 2px solid #e3e8fe; }
  .blog-details-section .blog-details-content .peoples-comments .comment-item .comment-content {
    display: table; }
    .blog-details-section .blog-details-content .peoples-comments .comment-item .comment-content .hero-info {
      position: relative;
      margin-bottom: 20px; }
      .blog-details-section .blog-details-content .peoples-comments .comment-item .comment-content .hero-info .hero-name {
        font-size: 18px;
        font-weight: 700; }
      .blog-details-section .blog-details-content .peoples-comments .comment-item .comment-content .hero-info .reply-btn {
        top: 50%;
        right: 0px;
        position: absolute;
        color: #535e72;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .blog-details-section .blog-details-content .peoples-comments .comment-item .comment-content .hero-info .reply-btn:hover {
          color: #Ff5895; }
    .blog-details-section .blog-details-content .peoples-comments .comment-item .comment-content .paragraph-text {
      font-size: 16px; }
  .blog-details-section .blog-details-content .peoples-comments .comment-item .comment-item {
    margin-top: 30px;
    padding-top: 40px;
    padding-left: 55px;
    border-top: 1px solid #e3e8fe; }

.blog-details-section .blog-details-content .comment-form .title-text {
  font-size: 24px;
  font-weight: 700; }
.sec-ptb-160 {
  padding: 80px 0px; }

.mb-100 {
  margin-bottom: 60px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-45 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 10px; }

.blog-section {
  /* blog-grid-item - start */
  /* blog-grid-item - end */
  /* big-blog-item - start */
  /* big-blog-item - end */ }
  .blog-section .pagination-nav {
    margin-top: 50px; }
  .blog-section .blog-carousel {
    position: relative; }
    .blog-section .blog-carousel:after, .blog-section .blog-carousel:before {
      content: '';
      z-index: -1;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center; }
    .blog-section .blog-carousel:before {
      left: -105px;
      bottom: 40px;
      width: 210px;
      height: 220px;
      background-image: url(../images/blog/shape-1.png); }
    .blog-section .blog-carousel:after {
      top: -30px;
      right: -65px;
      width: 230px;
      height: 210px;
      background-image: url(../images/blog/shape-2.png); }
  .blog-section .big-blog-item,
  .blog-section .blog-grid-item {
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 50px;
   
    background-color: #ffffff; }
    .blog-section .big-blog-item .blog-image,
    .blog-section .blog-grid-item .blog-image {
      overflow: hidden;
      position: relative; }
      .blog-section .big-blog-item .blog-image > img,
      .blog-section .blog-grid-item .blog-image > img {
        width: 100%;
        display: block;
		  aspect-ratio:16/9;
		  object-fit:cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .blog-section .big-blog-item .blog-image .post-date,
      .blog-section .blog-grid-item .blog-image .post-date {
        left: 25px;
        bottom: 25px;
        padding: 10px 15px;
        text-align: center;
        border-radius: 3px;
        position: absolute;
        color: #Ff5895;
        border: 1px solid #e3e8fe;
        background-color: rgba(255, 255, 255, 0.85); }
        .blog-section .big-blog-item .blog-image .post-date .date-text,
        .blog-section .blog-grid-item .blog-image .post-date .date-text {
          width: 100%;
          display: table;
          line-height: .8;
          font-size: 20px;
          margin-bottom: 8px; }
        .blog-section .big-blog-item .blog-image .post-date .month-text,
        .blog-section .blog-grid-item .blog-image .post-date .month-text {
          width: 100%;
          display: table;
          line-height: .8; }
    .blog-section .big-blog-item .blog-content,
    .blog-section .blog-grid-item .blog-content {
      width: 100%;
      display: table;
      padding: 30px 25px; }
      .blog-section .big-blog-item .blog-content .tag-link,
      .blog-section .blog-grid-item .blog-content .tag-link {
        width: auto;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        padding: 0px 15px;
        margin-bottom: 20px;
        color: #Ff5895;
        text-transform: uppercase;
        border: 1px solid #e3e8fe;
        background-color: #f7f9fe; }
      .blog-section .big-blog-item .blog-content .blog-title .title-link,
      .blog-section .blog-grid-item .blog-content .blog-title .title-link {
        font-size: 20px;
        line-height: 30px;
        color: #272d3a;
        font-weight: 700; }
    .blog-section .big-blog-item:hover .blog-image > img,
    .blog-section .blog-grid-item:hover .blog-image > img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .blog-section .big-blog-item:hover .blog-content .blog-title .title-link,
    .blog-section .blog-grid-item:hover .blog-content .blog-title .title-link {
      color: #Ff5895; }
  .blog-section .big-blog-item .blog-image .post-date {
    left: 50px;
    bottom: 50px; }
  .blog-section .big-blog-item .blog-content {
    padding: 0px; }
    .blog-section .big-blog-item .blog-content .post-tags > ul > li {
      margin-right: 20px; }
      .blog-section .big-blog-item .blog-content .post-tags > ul > li:last-child {
        margin-right: 0px; }
    .blog-section .big-blog-item .blog-content .blog-title .title-link {
      font-size: 20px;
      line-height: 36px; }
    .blog-section .big-blog-item .blog-content .item-paragraph {
      font-size: 16px; }
.accordion-button{
	background:linear-gradient(to right,#f6c478 0,#dea43e 100%) !important;

	 border-image:linear-gradient(to right,#f6c478 0,#dea43e 100%);
	color:white !important;
}

@media(max-width:768px){
	.post-entry h4{
		font-size:14px;
	}
	.post-entry .post-excerpt{
		font-size:12px
	}
}
