.whatsapp-icon-holder
{
    position : fixed;
    bottom : 10%;
    right : 1.8em;
    width : 45px;
    height : 45px;
    z-index : 999;
}

.telephone-icon-holder
{
    position : fixed;
    bottom : 16%;
    right : 1.8em;
    width : 45px;
    height : 45px;
    z-index : 999;
}


.chat-icon-holder
{
    position : fixed;
    bottom : 4%;
    right : 1.8em;
    width : 45px;
    height : 45px;
    z-index : 999;
}


@font-face {
  font-family: 'customfont';
  src: url('custom.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.customfont
{
	font-family: 'customfont', sans-serif;

}

.center-text
{
    text-align: center;
}
.card
{
    background-color: #ffffff !important;
    padding : 1em;
}


.v-flex
{
    display : flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.h-flex
{
    display : flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.flex1
{
    flex: 1;
}
.pr
{
    padding-right : 0.5em;
}
.pl
{
    padding-left : 0.5em;
}
.redformbg
{
    border : 2px solid red;
}
.default-hidden
{
    display : none;
}
.well
{
     min-height: 20px;
  padding: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.vc-container
{
    border : 1px solid #9b9999;
    border-radius: 0.5em;
    border-top: 0px;
    box-shadow: 0px 0px 12px 12px #e3e3e3;
}
.vc-header
{
   background-image: url('../bgi.jpg');
   background-position: center;
   background-size: cover;
    padding : 2.5em 2em;
    /* background-image: linear-gradient(90deg, #735238, #5E3719); */
    /* background-image: linear-gradient(35deg, #181107, #010101); */
    /* background: #59430b; */
/* background: linear-gradient(294deg,rgba(89, 67, 11, 1) 0%, rgba(79, 66, 14, 1) 50%, rgba(33, 31, 10, 1) 100%); */
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    color : #ffffff;
    /* border-bottom-left-radius: 0.5em; */
    /* border-bottom-right-radius: 0.5em; */
}


.vc-title
{
    font-size: 1.32em;
    font-weight: bold;
    letter-spacing: 0.1em;
    display : inline-block;
    padding-bottom: 0.315em;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 0.75em;
}
.vc-text
{
    font-size: 0.95em;
    line-height: 1.1em;
}

.vc-inner
{
    padding : 1.7em 1.2em;
}

.outline-card
{
    border : 1px solid #dfd4c5;
    border-radius : 0.5em;
    padding : 1em;
}

.passive
{
    color : rgb(180, 173, 173);
margin-top : -5px;
margin-bottom : -5px;
}

.outlinecard-footer
{
    background-color: #f0eeeb;
    color : #1b1a1a;
    padding : 1em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.outline-card2
{
       border : 1px solid #dfd4c5;
    border-radius : 0.5em;
}
.p1
{
    padding : 1em;
}
.the-card-title
{
    padding-top : 5px;
    padding-bottom : 5px;
    font-weight: 500;
}
.outlinecard-header
{
     background-color: #f0eeeb;
    color : #1b1a1a;
    padding : 0.75em 1em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.custom-btn
{
    padding : 0.8em 4em;
    font-weight: bold;
    color : #ffffff;
    border : none;
    outline : none;
    border-radius: 0.5em;
    transition : 0.5s ease all;

}
.custom-btn:hover
{
    padding : 0.8em 4em;
    font-weight: bold;
    color : #ffffff;
    border : none;
    outline : none;
    border-radius: 0.5em;
    background-color: #1b1a1a;
    transition : 0.5s ease all;
}
.micro
{
    text-decoration: none;
    padding : 1em;
    font-size : 0.85em;
    background-color: #ffffff;
    outline : none;
    border : none;
    margin-top : 5px;
}
.modern-modal
{
    height : 100vh;
    width : 100vw;
    background-color: #dde5f5;
    background-image: url('../images/background/banner-one-image.jpg');
    background-position: center;
    background-size: cover;
    overflow : hidden;
    position : fixed;
    top : 0;
    left : 0;
    z-index: 99999;
}
.modern-modal-btn
{
    padding : 0.25em 1.25em;
    border : none;
    border-radius : 0.25em;
    background-color: #ff0000;
    color : #ffffff;
}

.mydiv
{
	border-radius : 20px;
	background-color : rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(25px);
	margin-top : 1.5em;
	margin-bottom : 1.5em;
	height : 100%;
	padding : 2em;
	
}
.chatinput
{
	width : 100%;
	background-color : #ffffff;
	padding : 0.75em;
	outline : none;
	border : 0px;
	margin-bottom : 0.75em;
}
.resulter
{
	margin-bottom : 1em;
}
.user
{
	width : 70%;
	margin-left : 28%;
	padding : 1em;
	margin : 0.5em;
	background-color : #efe7e4;
	margin-left: auto;
	margin-right: 0;
	border-radius : 5px;
}
.assistant
{
	width : 70%;
	padding : 1em;
	margin : 0.5em;
	background-color : #def3f3;
	border-radius : 5px;
	
}
.gdpr
{
	position : fixed;
	z-index : 999;
	left : 10%;
	bottom : 3%;
	width : 80%;
	height : auto;
}
.close
{
	background-color : inherit;
	padding-left : 10px;
	padding-right : 10px;
	border : none;
	outline : none;

}
.banner-section-one
{
	background-color : #d9dedc;
}

.cxmodal
{
    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
   /* background-color: rgba(155, 153, 153, 0.5); */
     background-color: rgba(255, 255, 255, 0.7);
    z-index: 999999;
    backdrop-filter: blur(25px);
    display : none;
}

.cxmcard-container
{
/* background-color: red; */
padding-top : 3em;
padding-bottom : 1em;
position : relative;


}

.cxmcard
{
    background-color: #ffffff;
    border-radius: 0.85em;
    padding : 1em;
    min-height: 100px;
    overflow-x: hidden;
}

.cxmcard-close
{
    margin-top : 3em;
    width : 30%;
    margin-left : 35%;
    background-color: #ff0000;
    color : #ffffff;
    border-radius: 0.5em;
    padding-top : 0.3em;
    padding-bottom : 0.3em;
    text-align: center;
   /* position : absolute;
    bottom : 1em;
    left : 10%; */
    cursor : pointer;
}

.next-btn
{
    background-color: #6302fd;
    padding-top : 0.15em;
    padding-bottom : 0.1em;
    padding-left : 1em;
    padding-right : 2em;
    border-radius: 1.5em;
    color : #ffffff;
    outline : none;
    border : none;
    position : relative;
      float : right;
}
.next-btn i 
{
    position : absolute;
    top : 0.235em;
    right : 0.175em;
    padding : 0.15em 0.5em;
    background-color: #ffffff;
    color : #6302fd;
    border-radius: 1.5em;
  
}



.back-btn
{
    background-color: #ffffff;
    padding-top : 0.15em;
    padding-bottom : 0.1em;
    padding-right : 1em;
    padding-left : 2em;
    border-radius: 1.5em;
    color : #d10b96;
    outline : none;
    border : none;
    position : relative;
      
    
}
.back-btn i 
{
    position : absolute;
    top : 0.235em;
    left : 0.175em;
    padding : 0.15em 0.5em;
    background-color: #d10b96;
    color : #ffffff;
    border-radius: 1.5em;
  
}

.cxcard-content
{
    position : absolute;
    top : 0;
    left : 0;
    display : block;
    width : 100%;
    
}
.cxcard-content-parent
{
    position : relative;
    min-height: 300px;
    display: block;
}

.modal-form-control
{
    width : 100%;
    padding : 3px 5px;
    border : none;
    border-bottom : 1px solid rgb(206, 196, 166);
    margin-bottom : 0.6em;
    outline : none;
}
.modal-icon-holder
{
    padding : 3px 5px;
    font-size: 1.175em;
    color : #d4a772;
}
.modal-bm
{
    margin-bottom : 8px;
}
.modal-form-control select 
{
    margin-top : 7px !important;
}