@import url(../pages/modal.css);

main {
    margin-top: 8rem;
  }
body {
    background: #f5f5f5;    
}
.consult-titel{
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: right;
    color: #31293D;
}


#circle {
    background:linear-gradient(180deg, #5108C1 0%, rgba(81, 8, 193, 0.61) 100%);;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: auto 0 auto 10px;
}
.consult_textbox ul{
    margin-top: 32px;
}
.consult_textbox ul li{
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #31293D;
    margin-bottom: 10px;
}
.consult_textbox p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #31293D;
    margin-top: 32px;
}
.consult_textbox p span{
    font-weight: 700;
}
.highlight-container, .highlight {
    position: relative;
    }
    
.highlight-container {
    display: inline-block;
    text-align: center;
    margin-bottom: 32px ;
    }
.highlight-container:before {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    background: #FEF1D2;
    transform: rotate(-2deg);
    top: -1px;
    left: 4px;
    border-radius: 18px;
    padding: 10px 3px 3px 10px;
    }
.highlight{
    font-weight: 700;
    font-size: 16px;
    line-height:30px;
    text-align: right;
    color: #31293D; 

     
}

 footer .container .row{
    margin-top: 0px !important;
 }



.consult_desbox{
    background: linear-gradient(240.4deg, #E5D5FD -3.15%, rgba(229, 213, 253, 0.89075) -3.15%, rgba(229, 213, 253, 0) 50.32%, rgba(229, 213, 253, 0) 89.29%);
    border-radius: 5px;
    padding:27px 24px;
}
.consult_desboxtitel{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #31293D;
}
.consult_desboxtext{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #31293D;
    padding: 0 25px;
}
.consult_desbox a{
    background: #5108C1;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    justify-content: center;
    padding: 10px 0;
    
}
.consult_desboxttime{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #5108C1;
    margin-top: 16px;
}
.consult_desbox a:hover{
    color: #FFFFFF;
    background: linear-gradient(180deg, #5108C1 0%, rgba(81, 8, 193, 0.61) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-decoration: none;
    border-bottom: unset;
  }
/* tablet */
@media  (min-width: 767px) and (max-width: 992px) {
    main {
        margin-top:6rem;
      }
      .consult-titel{
        font-size: 24px;
        line-height: 36px;
    }
}
/* mobile */
@media screen and (max-width: 767px) {
	 main {
        margin-top:5rem;
      }
    .consult_textbox p{
        font-size: 14px;
        line-height: 24px;
    }
    .consult_textbox ul li{
        font-size: 14px;
        line-height: 24px;
    }
    .consult-titel{
        font-size: 24px;
        line-height: 36px;
    }
    .consult_desboxtext{
        font-size: 14px;
        line-height: 24px;
    }

}


.adetail-sidbar{
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 18%;
	margin-bottom:20px;
}
.br5 {    border-radius: 5px;}