body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
	padding-top:0px;
	overflow:hidden;
}
html,body {
	overflow-x:hidden;	
	}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
	color:#333;
}
a{
	text-decoration:none;	
	}
.btn.btn-theme {
    color: #333;
    background-color: #d3a985;
    border-color: #d3a985;
	font-weight:500;
	font-size: 1.3rem;

}
.btn.btn-theme.dark {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
	font-weight:500;
	font-size: 1.3rem;

}
.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}
@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}
/*=============main Banner=================*/
.banner-carousel {
    position: relative;
}
.banner-carousel .np-btn-set{
	width: 40px;
	height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
	right:0;
	right: 22px;
	}
.banner-carousel .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.2;
}
    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 0;
    margin-right: 0px;
    margin-left: 0px;
    transition: .3s;
    z-index: 1;
	position:relative;
	background: #e3b706;
	opacity:0.7;
	margin-bottom: 2px;
    }
    .banner-carousel .carousel-control-prev:hover,
    .banner-carousel .carousel-control-next:hover{
		opacity:1;	
		}
.banner-carousel .carousel-indicators{
	margin-bottom: 2rem;	
	}
.banner-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
	border-radius:50%;
	border:2px solid #fff;
	opacity: 1;
	background:none;
}
.banner-carousel .carousel-indicators .active {
	background:#fff;
}
.banner-carousel .carousel-caption {
position: absolute;
    right:4%;
    left:4%;
    top: 33%;
    bottom: inherit;
	z-index:2;
	text-align:center;
    }
.banner-carousel .carousel-caption .btn {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    background-color: #d3a985;
    border:none;
    border-radius: 10px;
    margin-top: 100px;
    padding: 10px 80px;
}

.banner-carousel .carousel-caption a {
    animation-duration: .9s;
    -webkit-animation-duration: .9s;
    animation-name: slideIn;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
        }

.banner-carousel .carousel-caption h3 {
	position:relative;
	font-size:84px;
    color: #fff;
    font-weight: bold;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    padding-bottom:10px;
}
 .banner-carousel .carousel-caption h5 {
    font-size: 24px;
    font-weight: 400;
	color:#fff;
	animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
.banner-carousel .carousel-caption h3,
.banner-carousel .carousel-caption h5,
.banner-carousel .carousel-caption a {
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideIn;
            
        }

@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.banner-carousel .slides .img{
  height: 790px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-carousel .slides .img.img-1 {
  background-image: url(../images/banner-1.jpg);
}

.banner-carousel .slides .img.img-2 {
  background-image: url(../images/banner-2.jpg);
}

.banner-carousel .slides .img.img-3 {
  background-image: url(../images/banner-3.jpg);
}

.banner-carousel .slides .img.img-4 {
  background-image: url(../images/banner-4.jpg);
}
/*=======================Section======================*/
.filtered-pro{
	padding:100px 0;	
	}
.filtered-pro .heading h2{
	font-weight:normal;	
	}
.filtered-pro .heading h4{
	font-weight:normal;		
	}
/*----------------------------------*/
.filter-button-set{
	text-align:center;
	padding:70px 0;	
  padding-bottom: 0px;
	}
.filter-button-set li{
	position: relative;
    display: inline-block;	
	}
.filter-button-set li a{
	position:relative;
	display:block;
	padding:6px 25px;
	text-decoration:none;
	color:#333;
	font-weight:500;
	font-size:22px;
	cursor:pointer;
	}
.filter-button-set li a:before{
	content: '';
    position: absolute;
    bottom: 13px;
    top: 13px;
    left: -2px;
    width: 2px;
    background: #333;
    transition: .3s;
	}
.filter-button-set li:first-child a:before{
	display:none;	
	}
.filter-button-set li a:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 24px;
    right: 100%;
    height: 3px;
    background: #333;
    transition: .3s;
	opacity:0;
	}
.filter-button-set li a.active:after{
	opacity:1;
	right: 24px;
	}
.filter-button
{
    

}

.port-image
{
    width: 100%;
}

.filter
{
   
}
.product-list{
	 margin-bottom: 30px;
    padding: 0px 25px;	
	}
.product-list a{
	display: block;
    text-decoration: none;
    color: #333;
    background: #d3a985;
    border-radius: 15px;
    padding: 3px;
	transition:.3s;
	position:relative;
	transition:0.3s;
	}
.product-list a:before
{
  position: absolute;
    content: "";
    bottom: -20px;
    left: 10%;
    right: 10%;
    height: 11px;
    background: #777;
    transition: 0.3s;
    border-radius: 100%;
    filter: blur(7px);
	transition:.3s;
}
.product-carousel .product-list a:hover{
	transform: scale(1.10);	
	}
.product-filter .product-list a:hover{
	transform: translateY(-8px);	
	}
.product-list a:hover:before{
	transform: translateY(8px);
	filter: blur(10px);
	}
.product-list .img{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	transition: .3s;
	aspect-ratio: 4 / 3;
	}
.product-list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	}
.product-list .titles{
	padding: 15px 10px;
	text-align: center;
	transition: .3s;
	min-height: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
.product-list a:hover .img{
	border-radius: 15px 15px 25px 25px;
}
.product-list a:hover .titles{
	transform: translateY(-8px);
}
.product-carousel .item{
	padding:45px 25px;
	transition:0.5s;	
	}
.product-carousel.owl-carousel .owl-nav {
            position: absolute;
            width: 100%;
            top: 45%;
        }

.product-carousel.owl-carousel .owl-nav button.owl-next,
.product-carousel.owl-carousel .owl-nav button.owl-prev {
                position: absolute;
                width: 40px;
                height: 40px;
                outline: none;
                z-index: 1;
            }

.product-carousel.owl-carousel .owl-nav button.owl-next {
                right:-40px;
            }

.product-carousel.owl-carousel .owl-nav button.owl-prev {
                left:-40px;
            }

.product-carousel.owl-carousel .owl-nav button.owl-next i,
.product-carousel.owl-carousel .owl-nav button.owl-prev i {
                    width: 100%;
                    height: 100%;
                    line-height: 40px;
                    color: #d3a985;
                    font-size: 45px;
                    transition: 0.3s;
                }

.product-carousel.owl-carousel .owl-nav button.owl-next:hover i,
.product-carousel.owl-carousel .owl-nav button.owl-prev:hover i {
                    color: #333;
                }
/*---------------------------------------------*/
/* .abt-hm{
	padding:100px 0;	
	} */
.abt-hm p{
	font-size: 1.2rem;
    line-height: 33px;
	}
.abt-hm img{
	border-radius:15px;	
	}
.abt-hm hr {
    border: 0;
    border-bottom: 3px dashed #d3a985;
    background:none;
	margin: 2rem 0;
}
/*-----------------------------*/
.howitwork{
	position:relative;
	padding:60px 0;
	text-align:center;	
	}
.howitwork h2{
	text-transform:uppercase;	
	}
.howitwork .box >div{
	margin:50px 0;	
	}
.howitwork .box h3{
	font-weight:600;	
	}
.howitwork .box i{
	display:inline-block;
	width:130px;
	height:130px;	
	}
.howitwork .box i img{
	width:100%;	
	}
/*-----------------------------*/
.gallery-mini{
	position:relative;
	padding:60px 0;
	text-align:center;
	background:#d3a985;	
	}
.gallery-mini .container{
	padding:10px 8%;	
	}
.gallery-mini .item{
	padding:25px;
	transition:0.5s;	
	}
.gallery-mini .item a{}
.gallery-mini .item .img{}
.gallery-mini .item .img img{
	border-radius: 40px;
    transition: 0.5s;
	}
.gallery-mini .item:hover{
	transform: translateY(-10px);	
	}
.gallery-mini .owl-carousel .owl-nav {
            position: absolute;
            width: 100%;
            top: 45%;
        }

.gallery-mini .owl-carousel .owl-nav button.owl-next,
.gallery-mini .owl-carousel .owl-nav button.owl-prev {
                position: absolute;
                width: 40px;
                height: 40px;
                outline: none;
                z-index: 1;
            }

.gallery-mini .owl-carousel .owl-nav button.owl-next {
                right:-40px;
            }

.gallery-mini .owl-carousel .owl-nav button.owl-prev {
                left:-40px;
            }

.gallery-mini .owl-carousel .owl-nav button.owl-next i,
.gallery-mini .owl-carousel .owl-nav button.owl-prev i {
                    width: 100%;
                    height: 100%;
                    line-height: 40px;
                    color: #333;
                    font-size: 45px;
                    transition: 0.3s;
                }

.gallery-mini .owl-carousel .owl-nav button.owl-next:hover i,
.gallery-mini .owl-carousel .owl-nav button.owl-prev:hover i {
                    color: #fff;
                }
/*-----------------------------*/
.applink{
	position:relative;
	padding:60px 0;
	}
.applink h3{
	}
.applink a{
	width:120px;
	height:40px;
	display:inline-block;	
	}
.applink a.android{
	background:url(../images/btn-android.png) no-repeat center;
	background-size:100%;	
	}
.applink a.appstore{
	background:url(../images/btn-appstore.png) no-repeat center;
	background-size:100%;	
	}

/*-----------------------------*/
.testimonials{
	position:relative;
	padding:60px 0;	
	}
.testimonials .owl-theme .owl-dots .owl-dot span{
	background:none;
	border:2px solid #d3a985;
	width: 18px;
    height: 18px;
	margin: 2px 2px;
		
	}
.testimonials .owl-theme .owl-dots .owl-dot.active span{
	background:#d3a985;
	border:2px solid #d3a985;	
	}
.testimonials .item{
	padding:10px 30px;	
	}
.testimonials .item .img{
	width:125px;
	height:125px;
	border-radius:50%;
	overflow:hidden;
	display: block;
    position: absolute;
	left:0;
    text-align: center;	
	}
.testimonials .item .img img{
	max-width: 100%;
    min-width: 100%;
	}
.testimonials .item .comment{
	padding-left:150px;
	position:relative;
	min-height:130px;	
	}
.testimonials .item h4{
	font-weight:600;	
	}
.testimonials .item h4 small{
	display:block;
	font-weight:normal;	
	}
.testimonials .item p{
	font-weight: 500;
    font-style: italic;
    font-size: 1.2rem;
	}
/*==================Login/signup============*/
.login-page{
	min-height: calc(100vh) !important;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/login-bg.jpg) no-repeat center;
	background-size:cover;
	overflow-y:auto;	
	}
.login-page .box{
	border-radius:40px;
	background:#d3a985;
	height:100%;	
	}
.login-page .box .img{
	position:relative;
	height:330px;
	width:100%;
	background:url(../images/login-box-bg.jpg) no-repeat center;
	background-size:cover;
	border-radius: 40px 40px 0 0;		
	}
.login-page .box .form-box{
	position:relative;
	padding:40px;	
	}
.login-page .box .form-box .form-control {
    padding: 0.8rem 0.75rem;
    border: none;
}
.login-page .box .form-box .btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #4d4d4d;
    border: none;
    display: block;
    padding: 0.8rem 0.75rem;
}
.sl{
	color:#fff;
	margin-bottom:10px;
	font-size:80%;
	}
.gt-help{
	color: #fff;
	text-align:center;	
	}
.gt-help a{
	color: #fff;	
	}
/*====================Form===========================*/
.form-page{
	min-height: calc(100vh) !important;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/form-bg.jpg) no-repeat center;
	background-size:cover;
	overflow-y:auto;	
	}
.form-page .box{
	background: #ffffff;
    height: 100%;
    padding: 30px;
	border-radius:10px;	
	}
.form-page .box .form-box .form-control, .form-page .box .form-box .form-select {
    padding: 0.6rem 0.75rem;
}

/*======================Details======================*/

.pro-details{
	position:relative;
	padding:30px 0;	
	}
.pro-details .pro-icons{
	padding: 20px 10px;	
	}
.pro-details .pro-icons li{
	display:inline-block;
	padding:2px 4px;	
	}
.pro-details .pro-icons li i{
	width:50px;
	height:50px;
	display:block;
	border:1px solid #333;
	border-radius:50%;
	background-color:#fff;
	transition:0.3s;
	background-size:70%;
	background-position:center;
	background-repeat:no-repeat;	
	}
/* .pro-details .pro-icons li i.icon-1{
	background-image:url(../images/icon-pro-1.png);
	}
.pro-details .pro-icons li i.icon-2{
	background-image:url(../images/icon-pro-2.png);	
	}
.pro-details .pro-icons li i.icon-3{
	background-image:url(../images/icon-pro-3.png);
	}
.pro-details .pro-icons li i.icon-4{
	background-image:url(../images/icon-pro-4.png);
	}
.pro-details .pro-icons li i.icon-5{
	background-image:url(../images/icon-pro-5.png);
	}
.pro-details .pro-icons li i.icon-6{
	background-image:url(../images/icon-pro-6.png);
	} */

.pro-details .pro-icons li i:hover, .pro-details .pro-icons li.active i{
	background-color:#d3a985;
	border:1px solid #d3a985;	
	}
.pro-details .owl-carousel {
	width: calc(100% - 170px);
}
.pro-details .owl-carousel .owl-item img{
	height:100%;	
	}

.pro-details .owl-carousel .owl-dots {
	position: absolute;
	top: 0;
	right: -170px;
	width: 150px;
	height: 100%;
}
.pro-details .owl-carousel button.owl-dot {
    width: 100%;
    background-size: cover;
	position:relative;
}
.pro-details .owl-carousel button.owl-dot span{
	left:0;
	right:0;
	bottom:0;
	height:10px;
	background:#fff;
	position:absolute;	
	}
.pro-details .owl-carousel button.owl-dot:last-child span{
	display:none;	
	}
.pro-details .owl-carousel .owl-nav {
            position: absolute;
            width: 100%;
            top: 45%;
        }
.pro-details .owl-carousel .owl-nav button.owl-next,
.pro-details .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
                width: 40px;
                height: 40px;
                outline: none;
                z-index: 1;	
	}
.pro-details .owl-carousel .owl-nav button.owl-next {
                right:0px;
            }

.pro-details .owl-carousel .owl-nav button.owl-prev {
                left:0px;
            }

.pro-details .owl-carousel .owl-nav button.owl-next i,
.pro-details .owl-carousel .owl-nav button.owl-prev i {
                    width: 100%;
                    height: 100%;
                    line-height: 40px;
                    color: #d3a985;
                    font-size: 45px;
                    transition: 0.3s;
                }
				
.pro-details .highlights{
	
	}
.pro-details .highlights .row{
	border-bottom:1px solid #ccc;	
	}
.pro-details .highlights h5{
	margin:10px 0;
	font-size: 1rem;	
}
.pro-details .highlights h6{
	font-weight:normal;
	margin:10px 0;
	position:relative;
	padding-left:30px;	
	}
.pro-details .highlights h6:after{
	position:absolute;
	content:'';
	width:30px;
	height:30px;
	background:url(../images/icon-check.png) no-repeat center;
	background-size:80%;
	left:-15px;
	top:50%;
	margin-top:-15px;	
	}
.pro-details .right h2{
	display: inline-block;
	font-size: 1.7rem;	
	}
.pro-details .price-tag{
	display: inline-block;
    margin-left: 10px;
    position: relative;
	margin-top: 6px;
	}
.pro-details .price-tag b{
	font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background-color: #d3a985;
    border: none;
    border-radius: 10px;
    margin-top: 100px;
    padding: 8px 15px;
	}
.pro-details .price-tag  a{
	position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/icon-i.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    margin-left: 6px;
	}
/*-----------------------------*/
@media (max-width: 767px) {	
body {
}

p {
    font-size: 13px;
	line-height:21px;
}
.banner-carousel .slides .img {
    height: 445px;
}
.banner-carousel .carousel-caption h3 {
    font-size: 32px;
	color: #ffffff;
	text-align: center;
}
.banner-carousel .carousel-caption h5 {
    font-size: 15px;
	font-weight:600;
	color: #ffffff;
	text-align: center;
}
.banner-carousel .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background: #061725;
    opacity: 0.4;
}
.filtered-pro {
    padding: 40px 0;
}
.filter-button-set {
    text-align: center;
    padding: 30px 0;
}
.filter-button-set li a {
    padding: 4px 4px;
    font-size: 11px;
}
.filtered-pro .heading h2 {
    font-size: 1.2rem;
}
.filtered-pro .heading h4 {
    font-size: 0.9rem;
}
.abt-hm {
    padding: 30px 0;
}
.abt-hm img{
	margin-bottom:20px;	
	}
.abt-hm p{
	font-size:0.9rem;
	line-height:21px;
	}
.howitwork {
    padding: 20px 0;
}
.gallery-mini {
    padding: 20px 0;
}
.gallery-mini .item {
    padding: 10px;
}
.applink {
    padding: 20px 0;
	text-align:center;
}
.applink h3 {
    font-size: 1rem;
}
.applink h5 {
    font-size: 1.2rem;
}
.testimonials {
    position: relative;
    padding: 20px 0;
}
.testimonials .item {
    padding: 10px 10px;
	text-align:center;
}
.testimonials .item .img {
    position: relative;
    text-align: center;
	margin:0px auto;
}
.testimonials .item .comment {
    padding-left: 15px;
    position: relative;
    min-height: 130px;
}
.login-page .box .form-box{
	position:relative;
	padding:20px;	
	}
.pro-details .pro-icons li i {
    width: 34px;
    height: 34px;
}
.pro-details .owl-carousel {
    width: calc(100% - 70px);
}
.pro-details .owl-carousel .owl-dots {
    right: -70px;
    width: 68px;
}
.pro-details .owl-carousel button.owl-dot span {
    height: 2px;
}
}








.top-div2{padding-top: 20px; padding-bottom: 20px; }
.main-button1{margin-left: 100px; display: flex;}
.main-button1 a{background: #fff; border: 1px solid #424242; border-radius: 50%; margin-right: 10px; padding: 5px; transition:all .5s ease;}
.main-button1 a.active, .main-button1 a:hover{background: #d3a985;}
.main-button1 a img{margin-left: auto; margin-right: auto;}


.main-div1{padding-top: 60px; padding-bottom: 60px;}
.main-div1 h1{margin: 0; font-size: 28px; text-align: center; color:#424242; text-transform: uppercase;}

.main-div1 h2{margin: 0; font-size: 25px; text-align: center; color:#424242; text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;}



.measure-div2{background: #d3a985; margin-top: 40px; padding:70px 20px; border-radius: 20px; transition: all .5s ease;}
.measure-div2:hover, .measure-div2.active{background: #fff; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);}

.back-button {text-align: center;}
.back-button a{margin-top: 40px; background: #4d4d4d; border: none; text-align: center; margin-left: auto; margin-right: auto; display: inline-block; color:#fff; padding: 7px 35px; border-radius: 10px; cursor: pointer;}

.main-body-size1{padding-top: 60px; padding-bottom: 60px;}
.main-body-size1 h1{margin: 0; font-size: 28px; color:#424242; text-transform: uppercase; margin-bottom: 20px;}
.main-body-size1 h3{margin: 0; text-transform: uppercase; color:#50330f; font-size: 18px; width: 25%; }
.bs-list1{padding: 0; margin: 0; list-style: none; column-gap: 10px; font-size: 16px; font-weight: 600; }
.bs-list1 li a{background: #fff; padding:15px 15px; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); border-radius: 10px; color:#d3a985; transition: all .5s ease;}
.bs-list1 li:hover a, .bs-list1 li.active a{background: #d4a986; color:#fff}
.body-size2{margin-top: 40px; }


.main-body-size1 h2{margin: 0; text-transform: uppercase; color:#50330f; font-size: 20px;  }
.main-body-size2{margin-top: 50px;}
.main-body-size2 form .d-flex{column-gap: 10px; flex-wrap: wrap; }
.main-body-size2 .form-group{background: #d3a985; padding: 10px;  padding-top: 0; margin-top: 13px; border-radius: 10px; text-align: center; width: 15.5%;}
.main-body-size2 .form-group label{font-size: 11px; color:#fff; margin: 0; font-weight: 600; margin-bottom: 10px;}
.main-body-size2 .form-group input{color:#000; font-size: 13px; margin-top: -5px;}

.right-img1{border-radius: 30px;}

.note1{margin-top: 10px; font-size: 14px; font-weight: 300; line-height: 28px; margin-top: 20px;}

.pn-buttons{column-gap: 10px; margin-top: 60px;}
.pn-buttons a{padding: 10px 40px; border-radius: 10px;}
.pr-button a{color:#fff; background: #4d4d4d; }
.nx-button a{color:#1a1a1a; background: #d3a985;}

.main-standard-size1{padding-top: 60px; padding-bottom: 60px;}
.main-standard-size1 h1{margin: 0; font-size: 28px; color:#424242; text-transform: uppercase; margin-bottom: 20px;}

.main-standard-size1 table{width: 100%;}
.main-standard-size1 table tr th{background: #d3a985; color:#fff; padding: 10px 20px; border:3px solid #2d1906; font-size: 17px; }
.main-standard-size1 table tr td{background: #fff; color:#4d4d4d; padding: 10px 20px; border:3px solid #2d1906}
.main-standard-size1 table tr td:first-child{font-weight: 600;}

.standard-size1 form .standard-size2{column-gap: 30px; align-items: center; margin-top: 30px;}

.standard-size1 form  label{text-align: right; font-size: 18px; font-weight: 600; color:#595959; margin-top: 10px;}
.standard-size1 form select{background: #d3a985; color:#fff; border: none; padding: 10px;}

.main-sample-measure1{padding-top: 60px; padding-bottom: 60px;}
.main-sample-measure1 h1{margin: 0; font-size: 28px; color:#424242; text-transform: uppercase; text-align: center; margin-bottom: 20px;}

.sample-measure1{background: #dcba9d; padding: 50px 20px; border-radius: 10px; width: 80%; margin-left: auto; margin-right: auto;}

.sample-measure1 label{color:#4d4d4d; font-size: 17px; font-weight: 600;}
.sample-measure1 .form-group{margin-bottom: 20px;}

.qty-input {
  color: #000;
  /* background: #fff; */
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus, .qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: auto;
  border-radius: 7px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 50%;

}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
}
.qty-input .qty-count--minus {
  /* border-right: 1px solid #e2e2e2; */
}
.qty-input .qty-count--add {
  /* border-left: 1px solid #e2e2e2; */
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
  /* border-radius: 4px; */
  /* box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7); */
display: inline-block;
}

button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}
a,
a:hover{
  text-decoration: none;
}

.input-group.file-caption-main{
  display: none;
}
.close.fileinput-remove{
  display: none;
}
.file-drop-zone{
  margin: 0px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0px;
  display: contents;
}
.file-drop-zone.clickable:hover{
  border-color: #fff;
}
.file-drop-zone .file-preview-thumbnails{
  display: inline;
}
.file-drop-zone-title{
  padding: 15px;
  height: 120px;
  width: 120px;
  font-size: 12px;
}
.file-input-ajax-new{
  display: inline-block;
}
.file-input.theme-fas{
  display: inline-block;
  width: 100%;
}
.file-preview{
  padding: 0px;
  border: none;
  display: inline;

}
.file-drop-zone-title{
  display: none;
}
.file-footer-caption{
  display: none !important;
}
.kv-file-upload{
  display: none;
}
.file-upload-indicator{
  display: none;
}
.file-drag-handle.drag-handle-init.text-info{
  display: none;
}
.krajee-default.file-preview-frame .kv-file-content{
  width: 90px;
  height: 90px;
  display: flex;
  text-align: center;
  align-items: center;
}
.krajee-default.file-preview-frame{
  background-color: #fff;
  margin: 3px;
  border-radius: 15px;
  overflow: hidden;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover{
  box-shadow: none;
  border-color: #ed3237;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover .file-preview-image{
  transform: scale(1.1);
}
.krajee-default.file-preview-frame{
  box-shadow: none;
  border-color: #fff;
  max-width: 150px;
  margin: 5px;
  padding: 0px;
  transition: 0.5s;
}
.file-thumbnail-footer,
.file-actions{
  width: 20px;
  height: 20px !important;
  position: absolute !important;
  top: 3px;
  right: 3px;
}
.kv-file-remove:focus,
.kv-file-remove:active{
  outline: none !important;
  box-shadow: none !important;
}
.kv-file-remove{
  border-radius: 50%;
  z-index: 1;
  right: 0;
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff;
  background-color: #ed3237;
  border: 1px solid #ed3237;
  padding: 2px 6px;
  font-size: 11px;
  transition: 0.5s;
}
.kv-file-remove:hover{
  border-color: #fdeff0;
  background-color: #fdeff0;
  color: #ed1924;
}
.kv-preview-data.file-preview-video{
  width: 100% !important;
  height: 100% !important;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{
  box-shadow: none;
}
.btn-toggleheader,
.btn-fullscreen,
.btn-borderless{
  display: none;
}
.btn-kv.btn-close{
  color: #fff;
  border: none;
  background-color: #ed3237;
  font-size: 11px;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-secondary.dropdown-toggle:focus{
  background-color: rgba(255,255,255,0.8);
  color: #000;
  box-shadow: none;
  color: #ed3237;
}
.kv-file-content .file-preview-image{
  width: 90px !important;
  height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  transition: 0.5s;
}
.btn-danger.btn-file{
  padding: 0px;
  height: 55px;
  width: 55px;
  display: inline-block;
  margin: 5px;
  border-color: #fff;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding-top: 15px;
  transition: 0.5s;
}
.btn-danger.btn-file:active,
.btn-danger.btn-file:hover{
  background-color: #fde3e5;
  color: #ed1924;
  border-color: #fdeff0;
  box-shadow: none;
}
.btn-danger.btn-file i{
  font-size: 25px;  
}


@media (max-width: 350px){
  .krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content{
      width: 90px;
  }
}


.main-call-measure1{padding-top: 60px; padding-bottom: 60px;}
.main-call-measure1 h1{margin: 0; font-size: 28px; color:#424242; text-transform: uppercase; text-align: center; margin-bottom: 20px;}
.sample-measure1{background: #dcba9d; padding: 50px 20px; border-radius: 10px; color:#504f4e}

.call-measure1{background: #dcba9d; padding: 50px; width: 60%; margin-left: auto; margin-right: auto;}
.call-measure1 label{color:#4d4d4d; font-size: 17px; font-weight: 600;}
.call-measure1 .form-group{margin-bottom: 20px;}

.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}




  

    @media(max-width:1025px)
    {
      
        .main-body-size2 .form-group{width: 19.5%;}
        .sample-measure1{width: 90%;  }
        .call-measure1{width: 70%;}
    }

    @media(max-width:981px)
    {

      
      



    
        .main-body-size2 .form-group {
          width: 23%;
        }
        
        .standard-size1 form label{font-size: 17px}
 
        .sample-measure1 {
          width: 100%;
        }
        .call-measure1 {
          width: 90%;
        }
       
    .main-button1{margin-left: 0; justify-content: center; } 
   

   
      

    }
@media(max-width:801px)
{
 
  .main-body-size2 .form-group {
    width: 30%;
  }
  .main-standard-size1 table tr th, .main-standard-size1 table tr td{padding: 10px; font-size: 15px;}
}


    @media(max-width:769px){

      
      

  
  
    

    .right-img1{margin-top: 10px; margin-left: auto; margin-right: auto;}

    .standard-size1 form .standard-size2{margin-right: 30px;}
  
    .pn-buttons, .back-button{position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); background: #fff; width: 100%; padding: 20px;}
   
 
} 

/* .dropdown .dropdown-menu{display: none;} */

@media(max-width:576px)
{

  .main-button1 a{width: 35px; height: 35px;}
  .main-button1 a img{width: 100%;}
  .main-div1{padding-top: 20px;}
  .measure-div2{padding: 20px;}
  .main-body-size1 h1{text-align: center;}
  .bs-list1 li a{font-size: 11px;}
  .main-body-size1 h3{font-size: 15px;}
  .main-body-size2 form .d-flex{justify-content: center;}
  .main-body-size2 .form-group {
    width: 47%;
  }
  .main-body-size1 h2{text-align: center;}
  .note1{text-align: center;}
  .main-body-size1, .main-standard-size1, .main-sample-measure1, .main-standard-size1{padding-top: 20px; padding-bottom: 20px;}
  .main-standard-size1  h1{text-align: center;}
  .main-standard-size1 table tr th, .main-standard-size1 table tr td {
    padding: 5px;
    font-size: 9px;
    line-height: 22px;
  }
  .standard-size1 form .standard-size2 .form-group{margin-bottom: 20px;}
  .call-measure1 {
    width: 100%;
    padding: 10px;
  
  }
  .call-measure1 label{font-size: 17px; line-height: 22px;}
}

.option-list{display: flex; column-gap: 40px; flex-wrap: wrap; font-size: 12px;}
.option-list li{position: relative; padding-top: 15px; margin-top: 20px; cursor: pointer;}
.option-list li::before{
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 10px; height: 10px; background: #7c7c7c; border-radius: 50%; }
    .option-list li.active::before{background: #d4a986;}
    .det-img1{column-gap: 20px; flex-wrap: wrap; max-height: 300px; overflow-y: scroll; margin-top: 20px;}
    .det-img1 .det-img2{width: 20%; margin-top: 20px;}
    .det-img2 h5{margin: 0; font-size: 13px; background: #b8804f; color:#202020; text-align: center; padding: 2px; transition: all .5s ease; min-height: 35px; display: flex; flex-direction: column; justify-content: center;}
    .det-img1 .det-img2:hover h5{color: #b8804f; background:#202020;}
    .details-cont1 h3{margin: 0; display: inline-block; position: relative; margin-top: 30px; font-size: 15px;}
    .details-cont1 h3::before{
      content: '';
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
      position: absolute;
      width: 10px; height: 10px; background: #7c7c7c; border-radius: 50%; }

.details-nav{display: none;}
.details-acc{margin-top: 30px;}
.details-acc .accordion-button{background: #d3a985; color:#fff; border: none; box-shadow: none;}
.details-acc .accordion-button:not(.collapsed){background: #a8805d;}
.details-acc .accordion-button::after{background-image: url(../images/down-arrow-svgrepo-com.svg);}

    @media(max-width:570px)
    {
      .details-cont1 h3{margin-top: 0;}
      
      .details-ex{ background: #fff; padding:2px 2px;margin-top: 2.5vh;}
      .det-img1 img{margin-top: 0; 
        }
      .details-nav{display: block; margin-top: 20px;}
      .details-nav .nav-pills {column-gap: 10px;}
      .details-nav .nav-pills .nav-link{ background: #d3a985; color:#fff;}
.details-nav .nav-pills .nav-link.active, .details-nav .nav-pills .show > .nav-link{background: #a8805d;}

      .details-acc{display: none;}
      .pro-details1{padding-top: 0;}
      .pro-details1 .pro-icons{display: none;}
.option-list{/*position: fixed;*/
  flex-direction: column;
  z-index: 2013;
  /* background: #f00; */
  width: 100%;
  top: 0; margin-top: 5px; margin-left: 20px;}

.nav-pills{overflow-x: auto; min-width: 100%; flex-wrap: nowrap !important; }

.nav-pills button{
  min-width: 50%; 
  overflow-x: auto;
}

.nav-pills::-webkit-scrollbar, .nav-pills::-scrollbar {
  display: none;
}


    .det-img1{column-gap: 8px; overflow-x: auto; min-width: 100%; flex-wrap: nowrap; max-height: auto; overflow-y: auto; margin-top: -20px;}
.details-ex .btn.btn-theme.dark, .details-ex .btn.btn-theme{font-size: 1rem;}
    
.det-img1 .det-img2{min-width: 22.5%;  width: 22.5%;
    overflow-x: auto;
  }

  .det-img1::-webkit-scrollbar, .det-img1::-scrollbar {
    display: none;
  }
  .option-list li{padding-top: 0; padding-left: 20px; margin-top: 3px;   /*background: #fff;
  padding-top: 1px;
    border-radius: 20px;
    padding-bottom: 1px;*/}
  .option-list li::before {
    left: 5px;
    padding-top: 0;
    transform: translateX(0) translateY(-50%);
    top: 50%;
    width: 5px;
    height: 5px;
}

  /* .content-carousel {position: relative; z-index: 100;} */

#hm1{position: fixed; width: auto; left: 0;  transition: all .5s ease;
    top: 14%; background: transparent; 
/*

    width: 100vw; /* viewport width */
   /*
    overflow-y: scroll;
    overflow-x: hidden;*/
z-index: 101; /*animation: drop-in 1s ease 200ms backwards;*/}


#hm2{position: fixed; width: 100%; left: 0;  
  bottom: 0; background: transparent; 
/*

  width: 100vw; /* viewport width */
 /*
  overflow-y: scroll;
  overflow-x: hidden;*/
z-index: 20000; }
#hm2{transition: all .5s ease; animation: drop-in 3s ease 200ms backwards;}

#hm1.sticky1, #hm2.sticky2{display: none; }
#hm2.sticky2{transition: all .5s ease; animation: drop-out 3s ease 200ms backwards;}

@keyframes drop-in {
  
  from {
    display: none;
    transform: translateY(260px);

  }
  to {
    display: block;
    transform: translateY(0px);
   }
 }



@keyframes drop-out {
  
    from {
     display: block;
     transform: translateY(0px);
    }
    to {
      display: none;
      transform: translateY(260px);
     }
   }
}



.cont-img img{width: 66%; display: block; margin-left: auto; margin-right: auto;}


#style-12::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

#style-12::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #b8804f;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}


.dress-type h2{margin: 0;}
.dress-type{column-gap: 20px; margin-bottom: 20px;}

.price-tag1 h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #d3a985;
  border: none;
  border-radius: 10px;
 
  padding: 8px 15px;
}
.modal{z-index: 4000;}

@media(max-width:570px)
{
.icon-div{display: none;}

#hm3{position: fixed; width: auto; right: 20px;  transition: all .5s ease;
  top: 18%; background: transparent; 
/*

  width: 100vw; /* viewport width */
 /*
  overflow-y: scroll;
  overflow-x: hidden;*/
z-index: 101; /*animation: drop-in 1s ease 200ms backwards;*/}




#hm3.sticky3{display: none; }

.dress-type h2{font-size: 12px;}
.price-tag1 h4{padding: 5px; font-size: 0.7rem; margin-top: 5px;}

}


