@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GilroyLight';
    src: url('../fonts/GilroyLight.eot');
    src: url('../fonts/GilroyLight.eot') format('embedded-opentype'),
         url('../fonts/GilroyLight.woff2') format('woff2'),
         url('../fonts/GilroyLight.woff') format('woff'),
         url('../fonts/GilroyLight.ttf') format('truetype'),
         url('../fonts/GilroyLight.svg#GilroyLight') format('svg');
}
@font-face {
    font-family: 'GilroyExtraBold_0';
    src: url('../fonts/GilroyExtraBold_0.eot');
    src: url('../fonts/GilroyExtraBold_0.eot') format('embedded-opentype'),
         url('../fonts/GilroyExtraBold_0.woff2') format('woff2'),
         url('../fonts/GilroyExtraBold_0.woff') format('woff'),
         url('../fonts/GilroyExtraBold_0.ttf') format('truetype'),
         url('../fonts/GilroyExtraBold_0.svg#GilroyExtraBold_0') format('svg');
}


html {
  scroll-behavior: smooth;
  font-size: 14px;
  height: 100%;
}

body {
	font-family: var(--primaryfont);
	font-size: 1rem;
	color: var(--secondary);
	min-height: 100%;
	padding-top: 170px;
	padding-bottom: 40px;
    background-color: #855e421a;
}



::-webkit-scrollbar {
  display: none;
}

:root {
  --primary: #eb8828;
  --primarydark: #ac530b;
  --primarylightbg: #fff3e8;
  --primarydivider: #d17419;
  --white: #ffffff;
  --textthemegrey: #4a4a4a;
  --textdarkgrey: #666;
  --textgrey: #ccc;
  --colorlight: #eeeeee;
  --colorlightwhite: #f4f4f4;
  --black: #000;
  --searchinputbg: #ac530b;
  --redtheme: #f9595f;
  --bluetheme: #2675e2;
  --skytheme: #02d9ff;
  --eurotheme: #15b6c5;
  --greybgdark: #464646;
  --greencolor: #00c600;
  --greencolordark: #009600;
  --redcolor: #FF0000;
  --redcolordark: #cf0000;
  --primaryfont: GilroyLight;
  --primaryfontbold: GilroyExtraBold_0;
}

body.page-loaded{
    overflow-y: auto;
}
img{
    max-width: 100%;
}
audio, canvas, embed, iframe, img, object, svg, video{
    display: inherit;
}
a{
    text-decoration: none;
    color: var(--primary);
}
menu, ol, ul {
    list-style: inherit;
}
ol {
  list-style: decimal;
}
ol li{
    padding-left: 5px;
}
.link-primary{
    color: var(--primary) !important;
    cursor: pointer;
}
.link-primary:hover{
    color: var(--primarydark) !important;
    text-decoration-color: var(--primarydark) !important;
}
.link-under__line{
    text-decoration: underline !important
}
option{
    font-family: var(--primaryfont);
}
textarea {
   resize: none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* Themes */
 
.theme-bg{
    background-color: var(--primary);
}
.primary-color{
    color: var(--primary);
}
.text-primary{
    color: var(--primary) !important;
}
.theme-bg__light{
    background-color: var(--primarylightbg);
}
.theme-color{
    color: var(--primary);
}
.white-bg{
    background-color: var(--white);
}
.black-color{
    color: var(--black);
}
.textdark-grey{
    color: var(--textdarkgrey);
}
img{
    max-width: 100%;
}
.font-bold{
    font-family: var(--primaryfontbold);
}
.heading{
    font-size: 3rem;
}
.heading-h3{
    font-size: 1.8rem;
}
.heading-h4{
    font-size: 1.5rem;
}
.font-25{
    font-size: 1.6rem;
}
.font-20{
    font-size: 1.45rem;
}
.font-16{
    font-size: 1.2rem;
}
.font-18{
    font-size: 1.3rem;
}
.space-between {
    justify-content: space-between;
}
/* margin paddings */
.section-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-padding__top{
    padding-top: 50px;
}
.section-padding__btm{
    padding-bottom: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mt-10{
    margin-top: 10px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-10{
    margin-bottom: 10px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-40{
    margin-left: 40px;
}
.ml-50{
    margin-left: 50px;
}
.mr-10{
    margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-40{
    margin-right: 40px;
}
.mr-50{
    margin-right: 50px;
}
.pt-70{
    padding-top: 70px;
}
.pt-60{
    padding-top: 60px;
}
.pt-50{
    padding-top: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pt-30{
    padding-top: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pt-10{
    padding-top: 10px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-10{
    padding-bottom: 10px;
}
.pl-15{
    padding-left: 15px;
}
.pr-15{
    padding-right: 15px;
}





img{
	max-width: 100%;
}
.chatbot-container {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.site-header {
	padding: 15px 0;
	position: fixed;
	width: 100%;
	background: #855E42;
	top: 0;
	z-index: 1024;
}
.site-logo {
    width: 126px;
    margin: 0 auto;
}

.search-result {
	position: relative;
}
.no-search {
	padding: 50px 0;
	text-align: center;
}
.no-search__logo {
	width: 80px;
	margin: 0 auto 30px;
}
.no-search__content h1 {
	font-size: 32px;
	color: var(--black);
}
.no-search__content h2 {
	font-size: 18px;
	font-weight: normal;
}













/* Chat Bot */
.chatbot-container {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.chatbot-page .hero-page {
	padding-bottom: 0;
}
.chatbot-page .hero-page__content h1 {
	font-size: 28px;
	font-weight: bold;
}




.search-result__wrap {
	margin-bottom: 30px;
}
.search-result__single {
	margin-top: 30px;
	border-bottom: ;
	padding-bottom: 0;
	overflow: hidden;
}
.search-result__question-wrap {
	position: relative;
	background-color: #855e421f;
	border-radius: 10px;
	padding: 10px 15px 10px 50px;
	min-height: 46px;
	display: flex;
	align-items: center;
}
.search-result__user {
	position: absolute;
	left: 10px;
	top: 10px;
}
.search-result__user img {
	width: 26px;
	margin-right: 10px;
}
.search-result__question {
	font-size: 1.1rem;
	color: #000000a3;
	font-weight: bold;
}
.search-result__answer-wrap {
	margin-top: 10px;
	float: right;
	background-color: #855e421f;
	border-radius: 10px;
	padding: 10px 15px 10px 50px;
	position: relative;
	width: 100%;
}
.search-result__answer {
	padding-left: 0;
	text-align: justify;
	color: #000000a3;
}























.fixed-siteSearch .hero-page {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	background-color: #eee;
	padding-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.site-footer {
	position: fixed;
	bottom: 0;
	background-color: #855E42;
	width: 100%;
	padding: 5px 15px;
	text-align: center;
	color: var(--white);
}
.site-footer a{
	color: var(--white);
	text-decoration: underline;
}
.site-footer .scroll-up {
	position: fixed;
	background-color: #855E42;
	right: 10px;
	z-index: 99;
	bottom: 15%;
	border-radius: 30px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	opacity: 0;
	text-decoration: none;
}
.scroll-up.scroll-up__Show{
	opacity: 1;
}

@media (max-width:479px){
	.site-footer{
		font-size: .9rem;
	}
}




/* // 09 april 2024 */


/* Chat Bot */
.chatbot-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.chatbot-page .hero-page {
    padding-bottom: 0;
}
.chatbot-page .hero-page__content h1 {
    font-size: 28px;
    font-weight: bold;
}
.site-search {
    margin-top: 15px;
}
.site-search .form-group {
    position: relative;
    border: 1px solid var(--textgrey);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    background-color: var(--white);
}
/****update-code***/
.site-search .form-control {
    width: 100%;
    font-size: 16px;
    border: none;
    padding: 10px 0;
    overflow: hidden;
}
.chat-box-ai {
    display: flex;
}
.chat-box-btn {
    display: flex;
    justify-content: end;
}
.chat-box-field {
    display: grid;
    grid-template-columns: 5fr;
    align-items: end;
}
.inner-img-box {
    display: grid;
    grid-template-columns: 5fr 1fr;
}
.site-search .form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.site-search__btn {
    border-radius: 30px;
    border: 0;
    width: 44px;
    height: 44px;
    background-color: var(--textgrey);
    cursor: pointer;
    color: var(--black);
    margin-left: 15px;
}
.site-search__btn:hover, .site-img__btn:hover, .site-img__btn:hover i {
    background-color: #e2d2c7;
    color: var(--white);
}
 
.site-img__btn {
    text-align: center;
    background-color: var(--textgrey);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    position: relative;
    cursor: pointer;
}
.site-img__btn i {
    cursor: pointer;
    color: black;
    z-index: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.min-img-set {
    border: 1px solid var(--textgrey);
    border-radius: 100px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.repeat-img-box {
    width: 40px;
    height: 40px;
}
.repeat-img-box> div:nth-child(n+2) {
    margin-left: 15px;
}
.min-img-set img{
    width: 100%;
	 height: 100%; /*added by me */
    border-radius: 2px;
}
.remove-img-items {
    position: absolute;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    top: -6px;
    right: -3px;
    text-align: center;
    line-height: 12px;
    background-color: #3c3c3c;
}
.remove-img-items i {
    font-size: 9px;
    color: white;
}
 
.result_img_answer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.result_img_answer .output_answer_img {
    border: 1px solid var(--textgrey);
 
}
.question-min-img {
    display: flex;
    align-items: flex-start;
}
.question-min-img span {
    margin-left: 10px;
}
.question-min-img img {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.upload-img {
    position: relative;
}
.upload-img input {
    width: 44px;
    height: 44px;
    border: 1px solid red;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}
 

.extendText {
	margin-bottom: 43px;
}


.increaseArea .extendText{
	margin-bottom: 10px;
}

.increaseArea .chat-box-ai {
	flex-direction: column;
}
.increaseArea .chat-box-ai .inner-img-box .repeat-img-box{
	position: unset;
}
 

/*******end******/

.overlay-box {
    background-color: #00000087;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1025;
    display: grid;
    place-items: center;
}
.preloader-dot-loading {
    display: block;
    margin: 0px auto;
    width: 97px;
  }
    .cssload-loading i {
      width: 19px;
      height: 19px;
      display: inline-block;
      border-radius: 50%;
      background: rgb(63 44 31);
    }
    .cssload-loading i:first-child {
        opacity: 0;
        animation: cssload-loading-ani2 0.58s linear infinite;
        -o-animation: cssload-loading-ani2 0.58s linear infinite;
        -ms-animation: cssload-loading-ani2 0.58s linear infinite;
        -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
        -moz-animation: cssload-loading-ani2 0.58s linear infinite;
        transform: translate(-19px);
        -o-transform: translate(-19px);
        -ms-transform: translate(-19px);
        -webkit-transform: translate(-19px);
        -moz-transform: translate(-19px);
      }
      .cssload-loading i:nth-child(2),  .cssload-loading i:nth-child(3) {
        animation: cssload-loading-ani3 0.58s linear infinite;
        -o-animation: cssload-loading-ani3 0.58s linear infinite;
        -ms-animation: cssload-loading-ani3 0.58s linear infinite;
        -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
        -moz-animation: cssload-loading-ani3 0.58s linear infinite;
      }
      .cssload-loading i:last-child {
        animation: cssload-loading-ani1 0.58s linear infinite;
        -o-animation: cssload-loading-ani1 0.58s linear infinite;
        -ms-animation: cssload-loading-ani1 0.58s linear infinite;
        -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
        -moz-animation: cssload-loading-ani1 0.58s linear infinite;
      }
   
  @keyframes cssload-loading-ani1 {
    100% {
      transform: translate(39px);
      opacity: 0;
    }
  }
   
   
  @-o-keyframes cssload-loading-ani1 {
    100% {
      -o-transform: translate(39px);
      opacity: 0;
    }
  }
   
   
  @-ms-keyframes cssload-loading-ani1 {
    100% {
      -ms-transform: translate(39px);
      opacity: 0;
    }
  }
   
   
  @-webkit-keyframes cssload-loading-ani1 {
    100% {
      -webkit-transform: translate(39px);
      opacity: 0;
    }
  }
   
   
  @-moz-keyframes cssload-loading-ani1 {
    100% {
      -moz-transform: translate(39px);
      opacity: 0;
    }
  }
   
   
  @keyframes cssload-loading-ani2 {
    100% {
      transform: translate(19px);
      opacity: 1;
    }
  }
   
   
  @-o-keyframes cssload-loading-ani2 {
    100% {
      -o-transform: translate(19px);
      opacity: 1;
    }
  }
   
   
  @-ms-keyframes cssload-loading-ani2 {
    100% {
      -ms-transform: translate(19px);
      opacity: 1;
    }
  }
   
   
  @-webkit-keyframes cssload-loading-ani2 {
    100% {
      -webkit-transform: translate(19px);
      opacity: 1;
    }
  }
   
   
  @-moz-keyframes cssload-loading-ani2 {
    100% {
      -moz-transform: translate(19px);
      opacity: 1;
    }
  }
   
   
  @keyframes cssload-loading-ani3 {
    100% {
      transform: translate(19px);
    }
  }
   
   
  @-o-keyframes cssload-loading-ani3 {
    100% {
      -o-transform: translate(19px);
    }
  }
   
   
  @-ms-keyframes cssload-loading-ani3 {
    100% {
      -ms-transform: translate(19px);
    }
  }
   
   
  @-webkit-keyframes cssload-loading-ani3 {
    100% {
      -webkit-transform: translate(19px);
    }
  }
   
   
  @-moz-keyframes cssload-loading-ani3 {
    100% {
      -moz-transform: translate(19px);
    }
  }
   
  /* Overall dropdown styling */
  .custom-dropdown {
    background-color: #fff; /* White background */
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px; /* Padding for options */
    font-family: sans-serif; /* Clean font for options */
    font-size: 16px; /* Readable font size */
    cursor: pointer; /* Hand cursor on hover */
    float:right;
  }
  
  /* Styling for the arrow that appears on the right */
  .custom-dropdown::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  
  /* Styling for the selected option */
  .custom-dropdown option:checked,
  .custom-dropdown option:hover {
    background-color: #f2f2f2; /* Light gray background on hover/select */
  }


  /* start */


/* Chat Bot */
    .hero-page__content {
        margin-bottom: 40px;
    }
    .inner-outer-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 45px;
    }
    .inner-outer-box> div {
        text-align: center;
        padding: 20px;
    }
    .img-outdoor {
        display: grid;
        grid-template-columns: 7fr 1fr;
    }
    .looping-multi-img {
        display: flex;
        gap: 15px;
        flex-flow: wrap;
    }


    /* Start now */


    svg.bi.bi-file-word {
        width: 96px;
        height: 24px;
        color: #855e42;
    }
    a.generate {
        float: right !important;
    }
    .search-result__answer {
        white-space: pre-line;
        margin-top: -17px;
    }

    #msform {
text-align: center;
position: relative;
margin-top: 20px;
padding: 20px;
}

#msform fieldset {
background: white;
border: 0 none;
border-radius: 0.5rem;
box-sizing: border-box;
width: 100%;
margin: 0;
padding-bottom: 20px;
position: relative
}

.form-card {
text-align: left
}

#msform fieldset:not(:first-of-type) {
display: none
}

#msform input {
border: 1px solid #ccc;
border-radius: 0px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: #2C3E50;
background-color: #ECEFF1;
font-size: 16px;
}
.show-for-sr {
visibility: hidden;
}

#msform .action-button {
width: 100px;
background: #855e42;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 0px 10px 5px;
float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
background-color: #311B92
}

#msform .action-button-previous {
width: 100px;
background: #616161;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px 10px 0px;
float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
background-color: #000000
}

.upload-btn-box {
padding: 10px;
background: #855e42;
color: white;
border-radius: 5px;
}

.card {
z-index: 0;
border: none;
position: relative
}

.fs-title {
font-size: 25px;
color: #855e42;
margin-bottom: 15px;
font-weight: normal;
text-align: left
}

.purple-text {
color: #855e42;
font-weight: normal
}

.steps {
font-size: 25px;
color: gray;
margin-bottom: 10px;
font-weight: normal;
text-align: right
}

.fieldlabels {
color: gray;
text-align: left
}

#progressbar {
margin-bottom: 30px;
overflow: hidden;
color: lightgrey;
padding: 0;
}

#progressbar .active {
color: #855e42
}

#progressbar li {
list-style-type: none;
font-size: 15px;
width: 50%;
float: left;
position: relative;
font-weight: 400;
}

#progressbar #account:before {
font-family: FontAwesome;
content: "1"
}

#progressbar #personal:before {
font-family: FontAwesome;
content: "2"
}


#progressbar li:before {
width: 50px;
height: 50px;
line-height: 45px;
display: block;
font-size: 20px;
color: #ffffff;
background: lightgray;
border-radius: 50%;
margin: 0 auto 10px auto;
padding: 2px
}

#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 25px;
z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
background: #855e42
}

.progress {
height: 20px
}

.progress-bar {
background-color: #855e42
}

.fit-image {
width: 100%;
object-fit: cover
}
.grid-image-gallery {
display: grid;
grid-template-columns: repeat(10, 1fr);
gap: 10px;
align-items: center;
}
.gird-img-items-box {
width: 50px;
height: 50px;
position: relative;
}
.close-icon-btn {
display: inline;
position: absolute;
top: -12px;
right: -5px;
cursor: pointer;
}

.close-icon-btn i {
width: 18px;
height: 18px;
border-radius: 100px;
background-color: rgb(17, 17, 17);
color: white;
font-size: 9px;
text-align: center;
line-height: 17px;
}
.catogery-img .grid-image-gallery {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}

.form-card .row:nth-child(2)> div:nth-child(1),
.form-card .row:nth-child(2)> div:nth-child(3),
.form-card .row:nth-child(2)> div:nth-child(5)
{
border-right: 1px solid rgb(0, 0, 0);
}
.form-card .row:nth-child(2)> div:nth-child(4),
.form-card .row:nth-child(2)> div:nth-child(3),
.form-card .row:nth-child(2)> div:nth-child(5),
.form-card .row:nth-child(2)> div:nth-child(6)

{
border-top: 1px solid rgb(0, 0, 0);
}

.catogery-img {
padding: 20px 5px;
}
