#d-container-id {
    display: none;
}
.d-header-close {
    margin-right: 15px;
    cursor: pointer;
    color: #A8B2B6;
}
.d-container {
    display: flex;
    border-radius: 12px;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    flex-direction: column;
    background: #F4F6F6;
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    width:385px;
    height: 700px;
    transform: scale(.8);
    transform-origin: bottom;
    overflow-y: hidden;
  	z-index: 1;
}
.d-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    box-shadow: 0 2px 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.05);
    padding: 10px 0 10px 0;
}
.d-header-title {
    /* display: flex; */
    font-size: 1.5em;
    font-weight: normal;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    /* text-indent: 85px; */
    width: 500%;
}
.d-form-container {
    -webkit-box-direction: normal;
    bottom: 0;
    padding: 18px 0 0 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    top: 54px;
    width: 100%;
    overflow-y: hidden;
}
.d-ask-form {
    -webkit-box-direction: normal;
    display: block;
    margin: 10px;
    margin-top: 0em;
    margin-top: 15px;
}
.d-input-group {
    -webkit-box-direction: normal;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    position: relative;
}
.d-input-group label {
    -webkit-box-direction: normal;
    cursor: default;
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-top: 1em;
}
.d-input-group input {
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    width: 100%;
    text-align: start;
}

.d-input-group select{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    background-image: -webkit-linear-gradient(top, transparent, rgba(255,255,255));
    background-image: -moz-linear-gradient(top, transparent, rgba(255,255,255));
    background-image: -o-linear-gradient(top, transparent, rgba(255,255,255));
    background-image: linear-gradient(to bottom, transparent, rgba(255,255,255));
}

.d-select {
    height: 45px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.customerDropdownError {
    text-align: start;
}

select:invalid, select option[value=""] {
    color: #797979;
}

.d-input-group textarea {
    overflow: auto;
    resize: none;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    width: 100%;
    word-wrap: break-word;
    text-align: start;
    padding: 15px;
}
.d-input-group p {
    float:right;
    color: #828f96;
    margin:0px;
}
.d-submit-group {
    padding: 5px 10px 10px;
    position: relative;
    -webkit-box-direction: normal;
}
.d-submit-group button {
    display:block;
    height:50px;
    width:100%;
    background-color: #6FC55D;
    border: #6FC55D;
    border-radius: 4px;
    color:white;
    font-size: 17px;
    padding: 10px 12px 9px;
}
.d-submit-group button:after {
    bottom: -4px;
    content: "";
    display: block;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
}
.d-svg-icon {
    float: left;
    height: 20px;
    margin-right: 6px;
    width: 24px;
    overflow: hidden;
    display: inline-block;
    fill: currentColor;
    pointer-events: none;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    text-transform: none;
    text-align: center;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    -webkit-writing-mode: horizontal-tb;
    -webkit-box-direction: normal;
}
.d-submit-group strong {
    display: inline-block;
    margin-top: 3px;
    vertical-align: top;
    font-weight: bold;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    text-align: center;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    -webkit-writing-mode: horizontal-tb;
    -webkit-box-direction: normal;
}

.d-dislaimer {
    background: #F4F6F6;
    color: #596A73;
    font-size: 11px;
    line-height: 1.333;
    padding: 7px 10px 6px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-box-direction: normal;
    /*overflow-y: scroll;*/
    overflow: auto;
    height:50px;
    width:365px;
}

.d-dislaimer::-webkit-scrollbar { 
    display: none; 
}

.intercom-start {
   padding: 20px; 
   font-size: 20px; 
   margin-bottom:4%; 
   margin-top: 4%;
  
}

@media only screen and (max-width: 750px) {
 .intercom-start {
   font-size: 15px;   
 }
}

@media only screen and (max-width: 320px) {
 .intercom-start {
   font-size: 12px;   
 }
}