    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    }

    body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #011627;
    }
    /* width */
        ::-webkit-scrollbar {
          width: 3px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            display: block;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
          background: #e8e8e8;
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
          background: #e8e8e8;
        }

    .page {
    margin: 0 auto;
    width: 85%;
    min-width: 300px;
    max-width: 1250px;
    background-color: white;
    min-height: 700px;
    scrollbar-width: thin;
    }

    ul {
    list-style: none;
    }

    a {
    text-decoration: none;
    }

    button {
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    }

    .page h2 {
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    color: #011627;
    margin: 10vh auto;
    text-align: center;
    margin-top: 70px;
    }
    #P2
    {

    margin-bottom: 140px;
    }

    #top {
    width: 95%;
    text-align: center;
    margin: auto auto 5vh;
    }
    .topimg img{
        width: 600px;
        margin-top: -40px;
    }
    .topimg h2{
        font-weight: 900;
        font-size: 18px;
        letter-spacing: -1px;
        margin: 0px;
    }
    .toppart {
    display: flex;
    }

    .options {
        margin-left: 10%;
    }

    #title {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-around;
    margin: 2vh auto;
    }
    .dropdown {
    height: 40px;
    border-radius: 3px;
    border-color: #ccc;
    color: #011627;
    font-weight: 600;
    padding-left: 10px;
    font-size: 12px;
    margin: 5px;
    width: 300px;
    outline: none;
    }
    #advicelist {
    height: 40px;
    border-radius: 3px;
    border-color: #ccc;
    color: #011627;
    font-weight: 600;
    padding-left: 10px;
    font-size: 12px;
    margin: 5px;
    width: 300px;
    border-style: none;
    border: 1px solid #ccc;
    outline: none;
    }
    #fname {
    height: 40px;
    border-radius: 3px;
    border-color: #ccc;
    color: #011627;
    font-weight: 600;
    padding-left: 10px;
    font-size: 12px;
    margin: 5px;
    width: 300px !important;
    border-style: none;
    border: 1px solid #ccc;
    outline: none;
    }

    #title h2 {
    font-size: 36px;
    height: 150px;
    min-width: 270px;
    background-color: #3179F5;
    color: #ccc;
    padding: 0 20px 0px 10px;
    text-align: left;
    margin: 0;
    }

    #title h2 span {
    color: white;
    }

    #title h1 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #011627;
    padding: 10px;
    }

    #title h1 span {
    font-size: 48px;
    font-weight: 500;
    color: #3179F5;
    }

    #title img {
    width: 30%;
    max-width: 244px;
    height: 200px;
    }

    #headline {
    font-size: 40px;
    font-weight: 700;
    color: #011627;
    text-align: center;
    margin: 22vh auto 4vh auto;
    }
    #headline1 {
    font-size: 20px;
    font-weight: 500;
    color: #011627;
    text-align: center;
    margin: 6vh auto 4vh auto;
    }

    #top a {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
    color: white;
    background-color: #3179F5;
    padding: 5px 8px;
    border-radius: 2px;
    margin: auto;
    }

    #P1 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    }
    #P8
    {
    margin-bottom: 50px;
    }

    #detail,
    #P1 img {
    width: 40%;
    min-width: 300px;
    margin: auto;
    }

    #detail {
    padding: 0px 20px 20px 20px;

    border-radius: 3px;
    margin-top: 100px;
    }

    #detail h2 {
    text-align: center;
    font-size: 40px;
    color: #011627;
    font-weight: 700;
    margin: 3vh auto;
    }

    #detail ul {
    text-align: left;
    font-weight: 700;
    color: #011627;
    font-size: 14px;
    }

    #detail p {
    font-weight: 500;
    }

    #note {
    display: flex;
    width: 100%;
    font-size: 24px;
    text-align: left;
    margin: 12vh auto;
    }

    #note p:nth-child(1) {
    width: 80%;
    padding: 15px;
    border: 1px solid #a5a5a5;
    border-right: none;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    }

    #note p:nth-child(2) {
    width: 20%;
    color: white;
    background-color: #ffc000;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    }

    #P2 h2 {
    color: #011627;
    }

    #stepBoxs {
    display: flex;
    flex-wrap: wrap;
    min-width: 320px;
    }

    #stepBoxs img {
    width: 35px;
    height: 35px;
    }

    .stepBox {
    position: relative;
    width: 28%;
    min-width: 300px;
    height: 230px;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 3px 5px #e8e8e8;
    color: #011627;
    padding: 50px;
    padding-top: 0;
    margin: 10 auto;
    }
    .stepBox p
    {
    color: #011627;
    }
    .advisorBox #button a{
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    color: white;
    }
    }
    .stepBox h3 {
    font-size: 20px;
    font-weight: 700;
    color: #011627;
    margin-top: 3vh;
    }
    .stepBox h3 span{
    font-weight: 600;
    font-size: 14px;
    color: #011627;
    }
    .stepBox p:nth-child(1) {
    font-size: 30px;
    color: #011627;
    font-weight: 600;
    margin-top: 3vh;
    }

    .stepBox p:nth-child(3) {
    font-size: 12px;
    font-weight: 600;
    margin-top: 3vh;
    }

    .stepBox button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #3179F5;
    padding: 5px;
    border-radius: 3px;
    }
    #P3
    {margin-top: 5vh;}

    #advisorBoxs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: minmax(250px, 1fr);
    grid-row-gap: 30px;
    justify-items: center;
    margin-top: 40px;
    }

    .advisorBox 
    {
    display: inline-grid;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    border: 1px solid;
    border-color: #fff;
    box-shadow: 1px 3px 5px #e8e8e8;
    border-radius: 5px;
    width: 85%; 
    margin-top: 50px;
    max-width: 300px;
    }
    .alladvisors {
    display: flex;
    }

    .advisorBox #img {
    width: 100%;
    text-align: center;
    height: 70px;
    }

    #img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-top: -50px;
    border-radius: 50%;
    }
    #name
    {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #011627;
    }
    .profiletext
    {
    font-size: 14px;
    margin: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    }
    .profiletext .area {
    background-color: #fff;
    color: #f4c20d;
    padding: 0px;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-flex;
    /*box-shadow: 1px 3px 5px #e8e8e8;*/
    }
    .profiletext p
    {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    }
    .clientSpeak p
    {
    text-align: center;
    }
    .clientSpeak {
    font-size: 12px;
    margin: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .briefprofile img
    {
    height: 20px;
    }

    .gradeBox {
    min-width: 120px;
    float: right;
    max-width: 40%;
    margin: 15px auto 10px auto;
    text-align: center;
    }

    .advisorBox .grade {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #3179F5;
    }

    .grade span {
    position: relative;
    color: #3179F5;
    bottom: 3px;
    }

    .details {
    width: 100%;
    text-align: center;
    }

    .advisorBox h4 {
    font-size: 30px;
    font-weight: 400;
    border-bottom: 2px solid #ccc;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    }

    .title {
    padding-top: 10px;
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
    }

    .advisorBox ul {
    font-size: 12px;
    font-weight: Normal;
    text-align: center;
    }

    .advisorBox .viewProfile {
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    width: 100px;
    margin: 10px 10px 10px 10px;
    padding: 5px 8px;
    color: white;
    transform: translateX(100%);
    background-color: #3179F5;
    }

    #more {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 10vh auto;
    color: white;
    background-color: #3179F5;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    }

    #P4 {
    width: 85%;
    min-width: 300px;
    }

    #P4 h2 {
    margin: 6vh auto;
    margin-bottom: 10px;
    }

    #videoBoxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    }

    .videoBox {
    width: 357px;
    height: 250px;
    margin: 10px 75px;
    text-align: center;
    box-shadow: 1px 3px 5px #e8e8e8;
    border-radius: 3px;
    }
    .videoBox p {
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    }

    .videoBox iframe {
    width: 100%;
    height: 80%;
    }

    .videoBox:not(:last-child) {
    border-right: 1px solid black;
    }

    #p5 h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 10vh auto;
    }

    #p5 #box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }

    #box img {
    width: 30%;
    min-width: 300px;
    }

    #box p {
    width: 45%;
    min-width: 300px;
    text-align: center;
    padding: 5vw;
    font-weight: 600;
    }

    #P6 h2 {
    font-weight: 700;
    font-size: 36px;
    }

    #P6 h2 span {
    font-weight: 700;
    color: #3179F5;
    }

    #reasonBoxs,
    #firmBoxs {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
    }

    .reasonBox h3,
    .firmBox h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    /* border-top-left-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    /* background-color: #3179F5; */
    color: #011627;
    padding: 10px 5px;
    border-radius: 3px;
    }

    .reasonBox p,
    .firmBox p {
    margin: 14px;
    text-align: center;
    font-size: 12px;
    /* letter-spacing: 1px; */
    font-weight: 600;
    color: #011627;
    padding-left: 10px;
    padding-right: 10px;
    }

    .reasonBox img,
    .firmBox img {
    height: 35px;
    width: 35px;
    display: flex;
    margin: auto;
    }

    .reasonBox,
    .firmBox {
    width: 30%;
    min-width: 300px;
    box-shadow: 1px 3px 5px #e8e8e8;
    padding: 1vw;
    margin: 10px auto;
    background-color: #fff;
    color: white;
    border-radius: 3px;
    }

    #firmBoxs {
    justify-content: space-around;
    }

    #reasonBoxs
    {

    padding-right: 70px;
    padding-left: 70px;
    }

    #p7 h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 6vh auto;
    }

    #P8 {
    text-align: center;
    }

    #P8 p {
    width: 60%;
    margin: 3vh auto;
    color: #011627;
    font-size: 20px;
    font-weight: 600;
    }

    #P8 h3 {
    width: 80%;
    margin: 20vh auto;
    font-size: 24px;
    }


    #note p:nth-child(1) 
    {
    width: 100%;
    padding: 15px;
    border: 0px solid;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-self: center;
    font-size: 20px;
    font-weight: 600;
    }

    #note p:nth-child(2) 
    {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    }

    .videoBox:not(:last-child) 
    {
    border-right: none;
    }

    #advisorBoxs 
    {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(250px, 1fr);
    grid-row-gap: 30px;
    margin-bottom: 50px;
    }
    .advisorBox #name p span
    {
    font-size: 12px;
    font-weight: 600;
    }
    #p5 h2 
    {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 10vh auto;
    }

    #p7 h2 
    {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 10vh auto;
    }

    #p8 p {
    width: 80%;
    }

    #p8,#p8 h3 
    {
    width: 100%;
    }

    #reasonBoxs 
    {
    padding-right: 0px;
    padding-left: 0px;
    }
    .advisorBox #button {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    /* background-color: #3179F5; */
    margin-bottom: 15px;
    }
    .advisorBox #button p {
    background-color: #3179F5;
    padding: 7px 20px;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #e8e8e8;
    width: fit-content;
    justify-content: center;
    display: flex;
    margin: auto;
    color: white;
    cursor: pointer;
    }
    .advisorBox #button:hover  p{
    font-weight: 600;
    }

/*advice-area */

.advice-area
{
    width: 500px;
    height: auto;
    padding: 0px 0;
}
#location-error{

    font-size: 12px;
    color: #E51A4B;
    font-weight: 700;
    display: none;
    padding-left: 8px;
}

.advice-area p.cancel{ 
    background: #f4c20d;
    font-size: 12px !important;
    color: white;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 2px;
    margin: 2px;
    display: inline-flex;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.advice-area p input{
    background-color: #f4c20d;
    color: white;
    font-size: 12px;
    font-weight: 700;
} 
.advice-area p span
{
    cursor: pointer;
}
/* #advice-box img{
    margin-top: 10px;
} */

.advice-area p span.cancel
{
    cursor: pointer;
}

button#search
{
    background-color: #3179F5!important;
    color: #ffffff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 12px;
    font-weight: 600;
}

button#search:hover
{
    font-weight: 600;
}

#search-error
{
    font-size: 12px;
    color: #E51A4B;
    margin: 6px 0;
    opacity: 0;
    font-weight: 700;
    padding-left: 8px;
}

#advice{
    width: 80%;
}

/*sortBy */

.sort
{
    margin: 20px 0;
    display: none;
    justify-content: right;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
}
.sort span
{
    font-size: 12px;
}

.sort select
{
    width: fit-content;
    font-weight: 600;
    font-size: 12px;
    height: 35px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #e8e8e8;
}

.no-advisor
{
    display: none;
}

@media only screen and (max-width:450px) {
    #note p:nth-child(2) {
    width: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    }
    .advisorBox 
    {

    width: 100%;

    }
}

@media only screen and (max-width:768px) {
    #headline {
    font-size: 30px;
    font-weight: 700;
    color: #011627;
    text-align: center;
    margin: 22vh auto 4vh auto;
    }
    #detail h2 {
    text-align: center;
    font-size: 30px;
    color: #011627;
    font-weight: 700;
    margin: 3vh auto;
    }
    .toppart {
    display: grid;
    }
    .topimg {
    display: grid;
    width: 100%;
    }
    .options {
    margin-left: 10%;
    margin: auto;
    width: 100%;
    justify-content: center;
    display: grid;
    }
    .topimg img {
    width: 100% !important;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    }
    .page h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 10px;
    }
    button#search {
    background-color: #3179F5!important;
    color: #ffffff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 10px;
    margin: auto;
    }
    .advice-area {
    width: 100%;
    height: auto;
    padding: 0px 0;
    }
    .advisorBox .viewProfile {
    transform: translateX(80%);
    }
    #title img {
    display: none;
    }
    #title h2 {
    text-align: center;
    }
    #note 
    {
    display: flex;
    width: 100%;
    font-size: 20px;
    text-align: left;
    margin: 10vh auto;
    display: inline-grid;
    }
    .advisorBox ul 
    {
    margin-left: 0px;
    }
    .advisorBox 
    {

    width: 100%;

    }
    .videoBox {
    width: 100%;
    margin: 14px 0px;
    text-align: center;
    box-shadow: 1px 3px 5px #e8e8e8;
    }
    .videoBox iframe {
    width: 100%;
    }
    #P6 h2 {
    font-weight: 700;
    font-size: 30px;
    }
    .stepBox {
    position: relative;
    width: 28%;
    min-width: 300px;
    height: 250px;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 3px 5px #e8e8e8;
    color: #011627;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
    margin: 10 auto;
    }
    .sort {
    margin: 20px 0;
    display: none;
    justify-content: right;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    }
}