
body{font-family: "Poppins", sans-serif !important; padding: 0; margin: 0; }
.instruction {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.w-100{width: 100%;}
.mt-4{margin-top: 50px;}
.my-4{margin:0 20px;}
.mt-3{margin-top: 30px;}
.mb-4{margin-bottom: 30px;}
.mt-2{margin-top: 15px;}
p{    font-family: "Poppins", sans-serif !important;}
.fabric-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 35px;
    font-weight: 600 !important;
    line-height: 36px;
}

.fabric-box {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 8px;
}
    .fabric-box.active {
        border: 1px solid #ffca0c;
    }

.fabric-image {
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 0 0px #fecf2f;
}
.fabric-image:hover {
    transform: scale(1.2);
  }

  .fabric-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    color: #ffffff;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    z-index: 11;
    line-height: 40px;
}

    .fabric-box::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #303745;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        content: "";
        transition: 0.3s;
        border-radius: 8px;
    }

.fabric-category {
    margin: 20px auto;
    background: #ffd86d;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;


}

.category-content {
    margin-bottom: 30px;
    text-align: center;
    display: none;
}


.photo-box {
    margin: auto;

  }

.photo {
    width: 100%;
    line-height: 150px;
    border-radius: 12px;
    overflow: hidden;
    width: 80%;
    margin: auto;
    text-align: center;
    height: 100%;
}

.desc {
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 29px;
	font-size: 16px;
}

.faq-heading {
    text-align: center;
    margin-top: 30px;
}

    .faq-heading h2 {
        font-weight: 600;
    }

.note {
    color: red;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
}

.panel-title > a {
    display: block;
    padding: 24px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
    color: black!important;
}
.panel-title > a:hover {
  
    color: black!important;
}

    .panel-title > a[aria-expanded="true"] {
        background-color: #fcd37c;
    }

.panel-default > .panel-heading {
    background-color: transparent !important;
    border: none;
    padding: 0px;
}

.panel-body {
	font-size: 16px;
	padding: 20px;
	border-top: 0px solid #ddd !important;
}

.panel-group .panel {
    border: 1px solid #337ab7;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
	    background-color: #fff!important;
	    overflow: hidden;
}


.panel-heading a.faq-h{
 position: relative;
}

.panel-heading a.faq-h::before {
	content: "";
	font-size: 12px;
	position: absolute;
	right: 19px;
	top: 20px;
	color: #000;
	font-size: 14px;
	background: url(../img/down-arrow.png) no-repeat center center;
	width: 30px;
	height: 30px;  transition: 0.3s;
    transform: rotate(0deg);
	background-size: 100%;
}
.panel-heading a.faq-h[aria-expanded="true"]::before {
    transform: rotate(-180deg);  transition: 0.3s;
}


.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 14px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: #071c34;
padding: 13px 10px 7px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  

.contact-info-icon i {
font-size: 38px;
color: #fda40b;
}
.contact-info-text a{color: #fff; font-weight: 500; }
.contact-info-text h2 {
color: #fff;
font-size: 18px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
	color: #dfdfdf;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.min-h{min-height: auto;}
.fs-18{font-size: 18px;}
.alinecenter{align-items: center; display: flex;}

@media screen and (max-width:600px){
    .alinecenter{align-items: center; display: block;}
}