.not-sure-where-section {
    background-image: url(/template/85b5ce5e/images/book-consultation-image.png);
    padding: 256px 0 163px;
    background-repeat: no-repeat;
    background-size: Cover;
}
.not-sure-where-section:before{
    content: '';
    background-image: url(/template/85b5ce5e/images/book-gradient-banner.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;

}
.not-sure-where-section .full-container{
    position:relative;
    max-width:1460px;
    padding:0 30px;
    margin:0 auto;
}
.not-sure-where-section .full-container .head-title {
    font-family: Biotif;
    font-weight: 600;
     font-size: 52px;
     line-height: 62px;
    letter-spacing: -0.16px;
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
     max-width: 400px;
}
.not-sure-where-section .full-container p {
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
    color:rgba(255, 255, 255, 0.9);
   
    margin:0 0 15x 0;
    padding:0;
}

.not-sure-where-section .full-container a {
    background: #FFBE63;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    max-width: 228px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.not-sure-where-section .full-container a:hover {
     background:#F87252;
     color: #ffffff;
}
.not-sure-where-section .full-container .book-consultation-box {
    margin-top: 42px;
}
.not-sure-where-section .full-container .book-consultaion-content{
      max-width: 500px;
}
