@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "saud";
    src: url(../fonts/Saudagar.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'saud';
    font-size: 70px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "saud";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffffab;
    padding: 25px 15px;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    z-index: 1;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.container-fluid {
    padding: 0 6%;
}

header .row {
    align-items: center;
}

.menuSection {
    position: relative;
    z-index: 9;
}

.menuSection::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 55%;
    left: 9%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ac725c;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header-btn a {
    position: relative;
    z-index: 1;
}

.header-btn i {
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: #a16d5b;
    border-radius: 50px;
    font-weight: 500;
}

.header-btn span {
    font-size: 13px;
    color: #ac725c;
    background: #fff;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.header-btn h6 {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
}

.menuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    background: #a16d5b;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: .2s all;
}

.menuSec ul li a:hover:before {
    width: 100%;
    left: 0;
}

.menuSec ul li a.active:before {
    width: 100%;
    left: 0;
}


/* Header Section End */


/* Home Banner Start */

.home-banner-sec {
    position: relative;
    z-index: 2;
}

img.bn-1 {
    position: absolute;
    right: -4%;
    top: -22%;
    width: 14%;
    z-index: 999 !important;
}

img.bn-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
}

img.bn-3 {
    position: absolute;
    left: 6%;
    bottom: 5%;
    z-index: 1;
}

img.home-banner {
    width: 100%;
    object-fit: cover;
}

.home-banner-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
}

.home-banner-text h1 {
    color: #ffffff;
    font-family: 'saud';
    font-size: 81px;
}

.home-banner-text p {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Montserrat';
    width: 80%;
    margin: 20px 0;
}

.btn-1 {
    font-size: 14px;
    color: #fff;
    background: #ac725c;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 5px 5px 20px;
    border-radius: 120px;
    border: 1px solid #fff;
}

.btn-1 i {
    font-size: 16px;
    color: #fff;
    background: #b28371;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.btn-1:hover {
    color: #fff;
}

.baner-slider-box {
    position: relative;
    z-index: 1;
    margin: 0 -98px -50px 0;
    width: 90%;
    margin-left: auto;
}

img.baner-slider-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
}

.baner-slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.baner-slider-content img {
    width: 100%;
    margin: 0 auto;
}

.banner-slider .slick-slide {
    margin: 0;
}

ul.ban-social {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 130%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1%;
    z-index: 5;
}

ul.ban-social li {
    display: grid;
    align-items: center;
    gap: 40px;
    margin-top: 100px;
}

.row.baner-row {
    align-items: flex-end;
    padding-bottom: 20px;
}

.banner-slider ul.slick-dots {
    position: absolute;
    bottom: 38px;
    margin: 0;
    right: 125%;
    z-index: -1;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    left: auto;
}

ul.ban-social i {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: #605959;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.ban-social h6 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'saud';
}

.ban-bottm-text h3 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'saud';
}

.ban-bottm-text p {
    font-size: 12px;
    color: #8b8b8b;
    font-family: 'Montserrat';
    width: 50%;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 165%;
}

.banner-slider .slick-next {
    left: -20%;
}

.home-banner-sec::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 6%;
    background: #ffffff5c;
}

.home-banner-text {
    padding-left: 50px;
    width: 90%;
    position: relative;
    z-index: 1;
}

.ban-bottm-text {
    padding-left: 30px;
}

.home-banner-sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: #3c454e;
    z-index: 0;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    width: 40px;
    height: 40px;
    transition: .5s all;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(105%) contrast(105%);
}

.banner-slider .slick-next:before {
    background-image: url(../images/next.png);
}

.banner-slider .slick-dots li.slick-active button:before {
    display: none;
}

.banner-slider .slick-dots li button:before {
    display: none;
}

.banner-slider .slick-dots li button {
    display: none;
}

.banner-slider .slick-dots li {
    position: relative;
    z-index: 1;
    background: #777d83;
    width: 6px;
    height: 6px;
    border-radius: 30px;
}

.banner-slider .slick-dots li.slick-active {
    position: relative;
    z-index: 1;
}

.banner-slider .slick-dots li.slick-active::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12px;
    left: -12px;
    right: 0;
    bottom: 0;
}


/* Home Banner End */


/* about us */

.about-sec {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.about-sec::before {
    content: '';
    bottom: -60%;
    height: 100%;
    right: 0;
    width: 690px;
    background-size: contain;
    background: url(../images/about-bg.png) no-repeat;
    position: absolute;
    z-index: -1;
}

.about-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-bottom-img::after {
    bottom: -50px;
    right: -80px;
    height: 130px;
    width: 160px;
    content: '';
    position: absolute;
    background-size: contain !important;
    background: url(../images/about-bottom-before.png) no-repeat;
}

.about-bottom-img {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

.about-bottom-img:hover::before {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.2s;
}

.about-bottom-img::before {
    height: 78%;
    width: 92%;
    content: '';
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    transition: ease-out;
    transition-duration: 0.2s;
}

.about-img-col::before {
    height: 90%;
    width: 87%;
    content: '';
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    transition: ease-out;
    transition-duration: 0.2s;
}

.about-img-col:hover::before {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.2s;
}

.about-img-col {
    position: relative;
    height: 830px;
    width: 100%;
}

.about-text h2 {
    font-family: "saud";
    font-size: 70px;
    margin-bottom: 15px;
}

.about-text p {
    font-size: 14px;
    color: gray;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.about-text {
    margin-left: 25px;
}

.about-boxes {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.about-box i {
    background: #eee3de;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
    color: #ac725c;
}

.about-box-text h4 {
    font-family: "saud";
}

.about-box-text p {
    font-weight: 500;
}

.about-box {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: baseline;
}


/* about us */


/* spa_sec start */

section.spa_sec {
    padding: 100px 0;
    background-image: url(../images/spa_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.spa_left_text ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
}

.spa_left_text {
    padding: 30px 0;
}

.spa_left_text ul {
    column-count: 2;
}

.spa_right_box_image img {
    margin: 20px 0 0 0;
    height: 500px;
    width: 100%;
}

.spa_right_box h2 {
    font-size: 70px;
    color: #252525;
    width: 60%;
}

.spa_right_box_image::after {
    position: absolute;
    bottom: -40px;
    left: -40px;
    background-image: url(../images/flower.png);
    content: '';
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    z-index: 5;
    background-size: contain;
}

.spa_left_image2::before {
    content: '';
    position: absolute;
    top: 7%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 5px solid white;
}

.spa_left_image2 {
    position: relative;
}

.spa_left_image1::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 5px solid white;
}

.spa_left_image1 {
    position: relative;
}

.spa_right_box_image {
    position: relative;
    margin-top: 30px;
}


/* spa_sec start */


/*Premium Products Start*/

.premium-products-row {
    margin-top: 40px;
}

.premium-products-silder .slick-slide {
    margin: 0px 15px;
}

.premium-products-silder .slick-active {
    opacity: 1.5;
}

.premium-products-sec {
    padding: 100px 0 150px;
    position: relative;
}

img.pbs {
    position: absolute;
    right: -20px;
    bottom: -7%;
    width: 9%;
}

.premium-products-heading {
    padding-left: 20px;
}

.premium-products-heading h2 {
    font-size: 70px;
    color: #252525;
}

.premium-products-heading p {
    font-family: 'Montserrat';
    color: #919191;
    font-size: 15px;
    width: 90%;
    line-height: 30px;
    font-weight: 500;
}

.premium-products-silder-items-img img {
    width: 100%;
    height: 405px;
    object-fit: cover;
}

.premium-products-silder-items-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-products-silder-items-img a {
    position: relative;
}

.premium-products-silder-items-img a::before {
    content: "";
    position: absolute;
    border: 3px solid #fff;
    width: 85%;
    height: 85%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.premium-products-silder-items-heading {
    border: 2px solid #b28372;
}

.premium-products-silder-items-heading ul li h2 {
    font-size: 25px;
}

.premium-products-silder-items-heading p {
    color: #a39995;
    font-size: 14px;
    margin-bottom: 0;
}

.premium-products-silder-items-heading ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px 15px;
}

.premium-products-silder-items-heading ul li span {
    font-family: "saud";
    color: #b28371;
    font-size: 16px;
}

.premium-products-silder-items-heading ul li span i {
    color: #ffb400;
}

.premium-products-silder-items-cart-button ul li a {
    background-image: -webkit-linear-gradient(90deg, rgb(172, 114, 92) 0%, rgb(175, 123, 103) 30%, rgb(178, 131, 113) 51%, rgb(175, 123, 103) 71%, rgb(172, 114, 92) 100%);
    padding: 15px 25px;
    color: #fff;
}

.premium-products-silder-items-cart-button ul li h2 {
    font-size: 30px;
    color: #b28371;
}

.premium-products-silder-items-cart-button ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #b28371;
    border-top: none;
    padding-right: 20px;
}

.premium-products-silder .slick-prev:before,
.premium-products-silder .slick-next:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    width: 40px;
    height: 40px;
    transition: .5s all;
    filter: brightness(0) saturate(100%) invert(47%) sepia(19%) saturate(1020%) hue-rotate(331deg) brightness(99%) contrast(81%);
}

.premium-products-silder .slick-next:before {
    background-image: url(../images/next.png);
}

.premium-products-silder .slick-prev,
.premium-products-silder .slick-next {
    top: -14%;
    right: 3%;
}

.premium-products-silder .slick-prev {
    left: auto;
    right: 10%;
}

.premium-products-silder .slick-dots li.slick-active button:before {
    display: none;
}

.premium-products-silder .slick-dots li button:before {
    display: none;
}

.premium-products-silder .slick-dots li button {
    display: none;
}

.premium-products-silder .slick-dots li {
    position: relative;
    z-index: 1;
    background: #ac725c;
    width: 6px;
    height: 6px;
    border-radius: 30px;
}

.premium-products-silder .slick-dots li.slick-active {
    position: relative;
    z-index: 1;
}

.premium-products-silder .slick-dots li.slick-active::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #ac725c;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12px;
    left: -12px;
    right: 0;
    bottom: 0;
}

.premium-products-silder ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    bottom: -50px;
    margin: auto;
    right: 10px;
}


/*Premium Products End*/


/*Footer Start*/

.ready-to-relax-sec .row {
    background: #ac725c;
    padding: 30px 30px;
    align-items: center;
}

.ready-box-btn {
    TEXT-ALIGN: end;
}

.ready-to-relax-text h2 {
    color: #fff;
    margin-bottom: 5px;
}

.ready-to-relax-sec {
    margin-bottom: -80px;
    position: relative;
    z-index: 999;
}

.footer-sec {
    background-image: url(../images/footer-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 160px 0 90px;
}

.footer-sec h2 {
    font-size: 25px;
    color: #fff;
    font-family: "saud";
    padding-left: 20px !important;
    border-left: 3px solid #ac725c;
    padding: 5px 0;
    margin-bottom: 20px;
}

.footer-quick-link {
    margin-left: 60px;
}

.ready-to-relax-text p {
    color: #fff;
    font-family: 'Montserrat';
}

.footer-about p {
    color: #a4a7aa;
    font-family: 'Montserrat';
}

.footer-contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat';
    color: #e5e6e7;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-quick-link ul li a {
    color: #b0b2b4;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

a.contact-us {
    background: #3c454e!important;
    padding: 15px 35px !important;
    border: 1px solid #fff !important;
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
    border-radius: 50px !important;
}

.footer-quick-link ul {
    line-height: 32px;
}

.footer-contact-info ul li a i {
    font-size: 20px;
    color: #ac725c;
}

.footer-contact-info ul li {
    margin-bottom: 30px;
}

.footer-get-free-estimate a {
    font-size: 30px;
    font-family: "saud";
    color: #fefefe;
}

.footer-get-free-estimate p {
    margin-top: 10px;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    color: #a4a7aa;
}

.copy-right-sec p {
    font-family: 'Montserrat';
    color: #efe7e4;
}

.copy-right-sec {
    background: #ac725c;
    text-align: center;
    padding: 20px 0;
}

.footer-get-free-estimate h2 {
    margin-bottom: 30px;
}


/*Footer End*/


/* Our Service Section Start */

.service-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

img.sb-1 {
    position: absolute;
    top: 8%;
    left: 0;
    z-index: 1;
}

.sec-head {
    text-align: center;
}

.sec-head h2 {
    font-size: 70px;
    color: #252525;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sec-head p {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
}

.sec-head {
    margin-bottom: 50px;
}


/* .service-sider-box {
    position: relative;
    z-index: 1;
    border-top: 2px solid #ac725c;
    margin: 40px 0 0;
} */

.serv-icon img {
    width: auto;
    filter: brightness(0) saturate(100%) invert(75%) sepia(12%) saturate(4993%) hue-rotate(317deg) brightness(76%) contrast(68%);
}

.service-box {
    position: relative;
    padding: 40px;
    border: 1px solid #ac725c;
    padding-bottom: 0;
    border-bottom: 0;
}

.service-slider .slick-slide {
    opacity: 1;
    margin: 50px 0;
}

.serv-icon {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
    border: 2px solid #ac725c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    background: #fff;
    z-index: 1;
}

.service-slider .slick-center .serv-icon {
    background: #ac725c;
}

.service-slider .slick-center .serv-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(105%) contrast(101%);
}

.service-text h3 {
    font-size: 40px;
    color: #000000;
    font-family: 'saud';
    margin: 20px 0;
}

.service-imag {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.service-imag a {
    position: relative;
    z-index: 1;
    width: 100%;
}

.service-imag img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.service-imag a::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #fff;
    margin: auto;
}

.service-slider .draggable {
    padding: 0 350px 0 100px !important;
}

.service-slider .slick-center .service-box {
    position: relative;
    z-index: 1;
}

.service-slider .slick-center .service-box::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    right: 0;
    bottom: -40px;
    background-image: url(../images/flower.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}


/* Slider */

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    width: 40px;
    height: 40px;
    transition: .5s all;
    filter: brightness(0) saturate(100%) invert(47%) sepia(19%) saturate(1020%) hue-rotate(331deg) brightness(99%) contrast(81%);
}

.service-slider .slick-next:before {
    background-image: url(../images/next.png);
}

.service-slider .slick-dots li.slick-active button:before {
    display: none;
}

.service-slider .slick-dots li button:before {
    display: none;
}

.service-slider .slick-dots li button {
    display: none;
}

.service-slider .slick-dots li {
    position: relative;
    z-index: 1;
    background: #ac725c;
    width: 6px;
    height: 6px;
    border-radius: 30px;
}

.service-slider .slick-dots li.slick-active {
    position: relative;
    z-index: 1;
}

.service-slider .slick-dots li.slick-active::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #ac725c;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12px;
    left: -12px;
    right: 0;
    bottom: 0;
}

.service-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: -30px;
    margin: auto;
}

.service-slider .slick-prev,
.service-slider .slick-next {
    top: auto;
    bottom: -8.2%;
    left: 41%;
    right: auto;
    opacity: 1;
}

.service-slider .slick-next {
    right: 41%;
    left: auto;
}


/* Slider */


/* Our Service Section End */


/* Package Section Start */

.package-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-image: url(../images/package-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pack-bg {
    position: relative;
    background: #fff;
    padding: 50px;
    z-index: 1;
}

.pack-bg::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid #ac725c;
    z-index: -1;
}

img.pkg-1 {
    position: absolute;
    top: -8%;
    right: -6%;
    width: 15%;
}

.package-sec .col-lg-7 {
    display: block;
    align-content: center;
}

img.pkg-2 {
    position: absolute;
    bottom: -10%;
    left: -3%;
    width: 15%;
}

img.packg-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    margin-left: auto;
}

.package-slider .slick-slide {
    margin: 0;
}

.package-text h2 {
    font-size: 80px;
    color: #b28371;
}

.package-text h4 {
    font-size: 29px;
    color: #fff;
    background: #ac725c;
    padding: 0px 20px;
    display: inline-flex;
    font-family: 'saud';
    margin: 10px 0 40px -23px;
}

.package-text p {
    font-size: 14px;
    color: #111111;
}

.package-text {
    padding-left: 30px;
    padding: 70px 0 70px 30px;
}

.package-text a {
    margin-top: 30px;
}

.package-slider .slick-dots li.slick-active button:before {
    display: none;
}

.package-slider .slick-dots li button:before {
    display: none;
}

.package-slider .slick-dots li button {
    display: none;
}

.package-slider .slick-dots li {
    position: relative;
    z-index: 1;
    background: #ac725c;
    width: 6px;
    height: 6px;
    border-radius: 30px;
}

.package-slider .slick-dots li.slick-active {
    position: relative;
    z-index: 1;
}

.package-slider .slick-dots li.slick-active::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #ac725c;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12px;
    left: -12px;
    right: 0;
    bottom: 0;
}

.package-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: 0;
    margin: auto;
}


/* Package Section End */


/* Client Section Start */

.client-sec {
    padding: 80px 0 0;
}

.client-box {
    position: relative;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 42px 0px rgba(135, 135, 135, 0.17);
    margin: 50px 20px;
    padding: 50px 30px;
}

.client-content p {
    font-size: 14px;
    color: #313b45;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

img.qt-1 {
    position: absolute;
    width: auto;
    right: 5%;
    bottom: 15%;
}

ul.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

ul.client-info img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

ul.client-info h5 {
    font-size: 27px;
    color: #1d1d1d;
    text-transform: capitalize;
    font-family: 'saud';
}

ul.client-info h6 {
    font-size: 16px;
    color: #b28371;
    font-family: 'saud';
    font-weight: 600;
}

.client-box::before {
    position: absolute;
    content: '';
    width: 106%;
    height: 90%;
    border: 2px solid #ac725c;
    left: -3%;
    right: 0;
    bottom: -30px;
    z-index: -1;
}

.client-box::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.client-slider .slick-dots li.slick-active button:before {
    display: none;
}

.client-slider .slick-dots li button:before {
    display: none;
}

.client-slider .slick-dots li button {
    display: none;
}

.client-slider .slick-dots li {
    position: relative;
    z-index: 1;
    background: #ac725c;
    width: 6px;
    height: 6px;
    border-radius: 30px;
}

.client-slider .slick-dots li.slick-active {
    position: relative;
    z-index: 1;
}

.client-slider .slick-dots li.slick-active::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #ac725c;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12px;
    left: -12px;
    right: 0;
    bottom: 0;
}

.client-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: -50px;
    margin: auto;
}


/* Client Section End */


/* Inner Pages Start */

.inner-banner {
    height: 690px;
    object-fit: cover;
}

.inner-banner-box {
    align-items: center;
}

ul.ban-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 15px;
}

ul.ban-list a {
    font-size: 30px;
    color: #fff;
    font-family: 'saud';
    text-transform: capitalize;
}

ul.ban-list i {
    color: #fff;
}

.home-banner-text:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #ffffff66;
    left: 0;
    bottom: -40px;
    top: 0;
    margin: auto;
}

.iner-ban-social ul.ban-social {
    height: 110%;
}

.inner-banner-sec::after {
    width: 6%;
}

.inner-ban-abs img.bn-3 {
    left: auto;
    right: -40px;
    bottom: -40px;
}


/* About Page Start */


/* .about-page .about-img-col {
    height: 700px;
} */

.about-page img.bk-1 {
    width: 6%;
    bottom: 0;
}

.about-page img.bk-2 {
    bottom: -50%;
    width: 7%;
}

.about-spa .spa_right_box_image::after {
    bottom: auto;
    top: -10px;
    right: -50px;
    left: auto;
}

.about-spa {
    position: relative;
    z-index: 1;
}

.about-spa img.bk-2 {
    position: absolute;
    right: -60px;
    left: auto;
    bottom: -100px;
    width: 8%;
}


/* About Page End */


/* Book page sTART */


/* .radio-group {
    display: flex;
    flex-direction: column;
} */

.book-radio-select input[type="radio"] {
    display: none;
}

.book-radio-select label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.book-radio-select label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #AC725E;
    background-color: #fff;
    transition: background-color 0.3s;
}

.book-radio-select input[type="radio"]:checked+label::before {
    background-color: #ac725c;
}

.book-radio-select label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3c454e;
    transition: opacity 0.3s;
    opacity: 0;
}

.book-radio-select input[type="radio"]:checked+label::after {
    opacity: 1;
}

.book-page {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.book-page .sec-head p {
    width: 70%;
    MARGIN: 0 AUTO;
}

.book-input input::placeholder,
.book-input textarea::placeholder {
    text-transform: uppercase;
}

.book-input input,
.book-input select {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #3c454e;
    margin: 20px 0;
    padding: 0 10px;
    background: transparent;
    text-transform: uppercase;
}

.book-option {
    position: relative;
}

.book-option i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.book-radio-select label {
    font-size: 20px;
    color: #3c454e;
    font-family: 'saud';
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.book-radio-select label>span {
    color: #ac725c;
}

.book-input p {
    font-size: 13px;
    color: #4c4c4c;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 20px;
}

.book-input {}

.book-input textarea {
    width: 100%;
    height: 150px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    border-top: 1px solid #000;
    padding: 14px;
    display: block;
    align-content: end;
}

.book-btn {
    text-align: center;
}

.inner-bg {
    background-image: url(../images/inner-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}

img.bk-2 {
    position: absolute;
    bottom: -100px;
    left: 0;
}

img.bk-1 {
    position: absolute;
    bottom: 10%;
    right: 0;
}


/* Book page End */


/* Service Page Start */

.service-page {
    position: relative;
    padding: 100px 0;
}

.service-page .service-box {
    padding: 0;
    border: 0;
    margin: 30px 0;
}

.btn-4 {
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
    text-transform: capitalize;
}

.service-right-content h2 {
    font-size: 70px;
    text-transform: capitalize;
}

.service-right-content {
    height: 100%;
    display: block;
    align-content: end;
    padding-bottom: 30px;
}

img.spg-1 {
    position: absolute;
    bottom: 24%;
    right: 0;
    z-index: 3;
}

img.spg-2 {
    position: absolute;
    bottom: 0;
    left: -30px;
}


/* Service Page End */


/* Service Detail Page Start */

.service-detail-pag {
    position: relative;
    padding: 100px 0;
}

.serv-det-image {
    position: relative;
    z-index: 1;
}

.serv-det-image img {
    width: 100%;
}

.serv-det-image:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: 5px solid #fff;
}

.serv-det-text p {
    padding: 10px 0;
    line-height: 28px;
}

.serv-det-text h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.serv-det-text {
    width: 90%;
    margin: 0 auto;
}

.row.ser-det-row {
    margin-top: 50px;
}

.ser-det-bottom {
    padding-left: 50px;
    width: 80%;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

.ser-det-bottom h5 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #ac725c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    font-family: 'saud';
}

.ser-det-bottom h5::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #3c454e;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 40px;
}

.ser-det-bottom h5::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ac725c;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 40px;
    border: 1px solid #fff;
}

.ser-det-bottom::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 132%;
    left: 30px;
    background: #3c454e;
    top: 15px;
}

.no-border::before {
    display: none;
}

img.spgd-2 {
    position: absolute;
    left: -20px;
    bottom: -9%;
}

img.spgd-1 {
    position: absolute;
    right: -4px;
    bottom: -10%;
}


/* Service Detail Page End */


/* Product Page Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top select {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #bdbdbd;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    appearance: auto;
    line-height: 60px;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 85%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    color: #101010;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.show-prg-num a {
    font-size: 16px;
    font-weight: 500;
    color: #767676;
    padding: 0 2px;
    transition: 0.5s;
}

.show-prg-num p {
    font-size: 16px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: #006df0;
}

.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: #000;
}

section.collection-side {
    padding: 100px 0;
    position: relative;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar h5 {
    color: #101010;
    font-size: 23px;
    font-weight: 700;
    font-family: 'saud';
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 90%;
}

.range-slider {
    width: 100%;
    position: relative;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-slider input {
    border: none;
}

.range-slider .rangeValues {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #313131;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0px !important;
    height: 0;
    top: -15%;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #101010;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ac725c;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ac725c;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #006df0;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #006df0;
}

.product-bar1 a {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    padding-bottom: 10px;
    transition: 0.5s;
    font-family: 'Montserrat';
    font-weight: 600;
}

.product-bar1 {
    margin-top: 20%;
}

.product-bar1 a:hover {
    color: #013626;
    padding-left: 2px;
    font-weight: 500;
}

.grid-view {
    display: flex;
    gap: 15px;
    color: #000;
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    overflow: hidden;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: #ac725c;
}

.premium-products-silder-items {}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}


/*product end*/


/*product detail page css start*/

.productdetailsec {
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
}

.productdetailtext h3 {
    font-size: 33px;
    line-height: 45px;
    letter-spacing: 0;
    color: #121212;
    font-family: 'saud';
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 30px;
    color: #1d1d1db0;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #ac725c;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    border: 4px solid #E1E1E1;
    height: 100%;
}

.productdetailsmallportion img:hover {
    border: 2px solid #ac725c;
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #ac725c;
}

.productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: #ac725c;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 50px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #ac725c;
}

.iconlist {
    margin-top: 20px;
}

.productdetailportion::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid #fff;
}

.quanity.product-detail h5 {
    font-size: 18px;
    color: #250503;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

ul.quan-count li {
    width: 30%;
}

ul.quan-count {}

.num-block.skin-2 {}

.iconlist ul {
    display: block;
    column-count: 2;
    width: 60%;
    margin: 60px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #ac735d;
}

ul.disc-list p {
    font-size: 17px !important;
    color: #0e0e0f !important;
    font-family: 'saud' !important;
    padding: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 0;
    object-fit: cover;
}


/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 90%;
    height: 52px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-left: 0;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.statment-choose h6 {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Montserrat';
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 20px;
    font-family: 'Montserrat';
    color: #250503;
}

ul.rate-reviews li:first-child i {
    color: #facc2b;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #000;
    font-size: 22px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    font-family: 'saud';
}

.price h5 {
    font-size: 45px;
    font-family: 'Montserrat';
    color: #1c1c1c;
    font-weight: 700;
    margin: 30px 0;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "★";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #ac725c !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #0b0c0c;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}


/*  product Detail Review Section End */


/*product detail page css end*/


/*CART PAGE CSS*/

.shopping_cart {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.chk-btn {
    text-align: center;
}

.shopping_cart img.bk-2 {
    bottom: -38%;
    width: 6%;
}

.shopping_cart img.bk-1 {
    bottom: -2%;
    width: 7%;
}

.cart-pag-qunty .product-detail .num-in {
    width: 30% !important;
    border: 0 !important;
}

.payment_card a.btn-1 {
    color: #fff !important;
}

.payment_card a.btn-1 i {
    color: #fff !important;
}

.shopping_cart_table h2 {
    font-size: 35px;
    margin-bottom: 30px;
    color: #3c454e;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    padding-bottom: 10px;
    color: #151414;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 25%;
    background-color: #f2f2f2;
    /* padding: 25px 10px; */
    margin-right: 10px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 0;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 0;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
    border: 0;
    width: 50%;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 35px;
    font-weight: 600;
    color: #070707;
    margin: 0;
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 15px 50px;
    border: 1px solid #b8b8b8;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 500;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #151414;
    text-transform: uppercase;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.recipt li span {
    color: #151414;
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    background-color: transparent;
    padding: 0 0;
}

.payment_card h3 {
    font-size: 35px;
    color: #3c454e !important;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    font-family: 'saud';
}

.payment_card * {
    color: #0e0d0d !important;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #414241;
    border-radius: 30px;
    display: inline-flex;
    background: #f3f3f3;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.payment_card form label {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form input::placeholder {
    color: #7d7d7d;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

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

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.payment_card a.theme_btn {
    color: #fff !important;
    margin: 0 auto;
    margin-top: 10px;
}


/*CART PAGE CSS END*/


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-size: 50px;
    color: #121212;
    margin: 0;
    font-family: 'saud';
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.billing_form label {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #7c7c7c;
    font-weight: 600;
}

.radiosss p {
    color: #000000ad;
    font-size: 13px;
    font-family: 'ROBOTO';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Montserrat';
    background: transparent;
    border-radius: 0;
    font-weight: 500;
}

.billing_form input::placeholder {
    color: #b0b0b0;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    font-family: 'saud';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 27px;
    color: #121212;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'saud';
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #121212;
    font-size: 26px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: capitalize;
    font-family: 'saud';
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    font-family: 'saud';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #250503;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
    font-family: 'Montserrat-Ultral';
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: 'Montserrat-Ultral';
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: 'saud';
    font-weight: 600;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #250503;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 60px 0px 80px;
    position: relative;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: none;
    padding: 0;
}

section.checkout_page a.theme_btn {
    margin: 0 auto;
}

.checkout_page {
    position: relative;
    padding: 100px 0;
}

.checkout_page img.bk-1 {
    bottom: 20%;
    width: 7%;
}

.checkout_page img.bk-2 {
    bottom: 10%;
    width: 7%;
}


/*Checkout End*/


/* Contact Page Start */

.contact-page {
    position: relative;
    padding: 100px 0 50px;
}

.cont-pg-form {
    width: 90%;
}

.contact-page img.bk-3 {
    position: absolute;
    right: 5%;
    bottom: -15%;
    width: 7%;
}

.contact-top-box {
    background: #3c454e;
    width: 80%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    transition: .5s all;
}

.contact-top-box i {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact-top-box h3 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.contact-top-box a,
.contact-top-box p {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    height: 25px;
}

.contact-top-box:hover {
    background: #ac725c;
}

.contact-pg-form {
    padding: 80px 0 0;
}

.contact-pg-form .row {
    align-items: center;
}

.cont-pg-form form {
    margin-top: 40px;
}

.cont-pg-input input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #777;
    height: 40px;
    margin-bottom: 50px;
    font-size: 14px;
    padding: 10px;
}

.cont-pg-input input::placeholder {
    text-transform: uppercase;
}

.cont-pg-input textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #777;
    height: 100px;
    margin-bottom: 50px;
    font-size: 14px;
    display: block;
    align-content: flex-end;
    padding: 10px;
}

.cont-pg-input textarea::placeholder {
    text-transform: uppercase;
}

.contact-pg-imag img {
    width: 100%;
    border-radius: 15px;
}

.contact-map iframe {
    width: 100%;
    height: 500px;
}

.contact-map {
    margin-bottom: -130px;
}

.contact-page img.bk-2 {
    width: 8%;
    bottom: 0;
}

.contact-page img.bk-1 {
    bottom: 30%;
    width: 6%;
    right: 30px;
}


/* Contact Page End */


/* Inner Pages End */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/