body,
html {
    font-family: poppins;
    overflow-x: hidden;
    /* font-family: "Playfair Display", serif; */
}


.top-header {
    position: relative;
}

.top-header .top-part {
    background: #232323;
    color: white;
}

.top-header .top-part h2 {
    font-family: "Playfair Display", serif;
}

.top-header .middle-part {
    background: #F5EDE6;
    padding: 40px 0;
}

.top-header .middle-part .box {
    background: #59A94C7D;
    width: fit-content;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
}

.top-header .middle-part h1 {
    font-family: "Playfair Display", serif;
    font-size: 55px;
    max-width: 700px;
}

.top-header .last-part {
    background: url(../images/top-bg.png) no-repeat center center;
    background-size: cover;
    padding: 35px 0;
}

.top-header .last-part p {
    margin: 0;
    font-size: 18px;
}

.top-header .content {
    max-width: 620px;
    margin: 0;
    background: white;
    padding: 20px
}

.top-header .right-img {
    position: absolute;
    width: 250px;
    right: 15vw;
    bottom: 70px;
}

.top-header .data {
    position: absolute;
    bottom: 13px;
    text-align: center;
    width: 100%;
}

.top-header .data h2 {
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.top-header .data h3 {
    font-family: BrittanySignature;
    margin: 0;
    padding-top: 5px;
}

@media (min-width: 1400px) {
    .top-header .right-img {
        width: 250px;
        right: 23vw;
        bottom: 30px;
    }
}

.top-header.bottom {
    padding: 30px 0;
}

.relative-div {
    position: relative;
}

.top-header.bottom .middle-part {
    margin: 70px auto;
}

.top-header.bottom .absolute-div {
    position: absolute;
    top: -125px;
}

.top-header.bottom .absolute-div img {
    width: 80%;
}

.top-header.bottom .middle-part h1 {
    font-family: 'Poppins';
    font-size: 29px;
    margin-top: 10px !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .top-header.bottom .absolute-div {
        position: absolute;
        top: -135px;
    }
    .top-header.bottom .absolute-div img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .top-header.bottom {
        padding: 0;
    }
    .top-header.bottom .middle-part .box {
        max-width: fit-content;
    }
    .top-header.bottom .middle-part h1 {
        font-size: 20px;
    }
    .top-header.bottom .middle-part {
        margin: 0 auto;
        padding: 40px 0
    }
    .top-header.bottom .absolute-div {
        position: initial;
        margin: 0 auto 10px;
    }
    .top-header.bottom .absolute-div img {
        display: block;
        margin: auto
    }
    .top-header.bottom .row {
        flex-direction: column-reverse;
    }
}

.port {
    padding: 50px 0 30px;
    text-align: center;
    background: #FFF;
}

.port h1 {
    text-align: center;
    text-transform: capitalize;
    color: black;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 890px;
    margin: 0 auto 30px;
    font-size: 28px;
    font-family: "Playfair Display", serif;
}

.port img {
    display: block;
    margin: 10px auto 20px;
}

.port h4 {
    text-align: center;
    color: black;
    font-weight: 500;
}

.port p {
    text-align: center;
    color: #525252;
}

.port .col-lg-4 {
    margin-bottom: 30px;
}

.qualifies {
    background: #FFF8F0;
    padding: 60px 0;
}

.qualifies .content {}

.qualifies .row {
    align-items: center;
}

.qualifies h1 {
    color: black;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 30px;
}

.qualifies ul {
    margin-left: 0px;
    padding-left: 20px;
}

.qualifies li {
    color: #525252;
    margin-bottom: 20px;
    font-size: 21px;
}

.understanding {
    padding: 40px 0;
}

.assising {
    background: url(../images/bg.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0
}

.assising .content {
    background: white;
    padding: 30px 30px 30px 100px;
}

.assising .content ul {
    margin: 0;
    padding-left: 20px;
    padding-top: 20px;
}

.assising .content ul li {
    padding-bottom: 20px;
}

.understanding .row {
    align-items: center;
}

.understanding h1 {
    font-size: 33px;
    color: black;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.understanding p {
    margin-bottom: 20px;
    font-size: 21px;
}

.conclusion {
    padding: 60px 0;
    text-align: center;
    background: url(../images/bg2.png) no-repeat center center;
    background-size: cover;
}

.conclusion h1 {
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.conclusion p {
    text-align: center;
    color: white;
    max-width: 1030px;
    margin: 0 auto;
    font-size: 20px;
}

@media (max-width: 991px) {
    .qualifies {
        text-align: center;
        padding: 40px 0
    }
    .assising .content {
        background: white;
        padding: 20px 14px;
    }
    .qualifies .row {
        flex-direction: column-reverse;
    }
    .understanding {
        text-align: center;
    }
    .understanding .row {
        flex-direction: column-reverse;
    }
    .assising .row {
        flex-direction: column !important;
    }
}

.expert-tips {
    padding: 40px 0;
    background: #232323;
    color: #EBDFB3;
}

.expert-tips p {
    color: #BEBEBE;
    font-size: 21px;
}

.stepby {
    background: none;
}

.stepby h1 {
    font-family: "Playfair Display", serif;
    max-width: 100%;
}

.step-4 {
    background: #FDFBF7 !important;
}

.expert-tips.last h1 {
    font-family: "Playfair Display", serif;
    max-width: 600px;
    font-size: 50px;
}

.expert-tips.last p {
    max-width: 600px;
    font-size: 20px;
}

.text-p {
    text-align: center;
    padding: 70px 0;
    background-color: #FFF8F0 !important;
    background: url(../images/quotes.png)no-repeat center center;
    background-size: 20%
}

.text-p p {
    font-size: 27.5px;
    max-width: 1057px;
    margin: 0 auto 20px;
    position: relative;
}

@media (max-width: 1190px) {
    .top-header .right-img {
        display: none;
    }
}

.top-header .right-img.mob {
    display: none;
}

@media (max-width: 991px) {
    .top-header .right-img.mob {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        margin: 5px auto 20px;
        text-align: center;
    }
    .top-header .middle-part .box {
        margin: 10px auto;
        text-align: center;
        max-width: 270px;
    }
    .expert-tips {
        text-align: center;
    }
    .expert-tips img {
        display: block;
        margin: 10px auto;
    }
    .top-header .top-part .media {
        display: block;
        text-align: center;
    }
    .top-header .top-part .media img {
        margin: 0 !important;
    }
    .top-header .top-part h2 {
        padding-bottom: 40px;
        font-size: 20px;
        margin-top: 10px;
    }
    .top-header .top-part .media img {
        margin: 0 !important;
        padding: 20px 0;
    }
    .top-header .top-part .media h1 {
        font-size: 25px;
    }
    .top-header .content {
        max-width: 100%;
    }
    .top-header .middle-part h1 {
        font-size: 22px;
        text-align: center;
    }
    .top-header .last-part p {
        font-size: 16px;
        text-align: center;
    }
    .port h1 {
        font-size: 28px;
    }
    .port p {
        font-size: 16px;
    }
    .expert-tips h1 {
        font-size: 28px;
    }
    .expert-tips p {
        font-size: 16px;
    }
    .qualifies h1 {
        font-size: 28px;
    }
    .qualifies ul {
        list-style: none;
    }
    .qualifies li {
        font-size: 16px;
    }
    .understanding h1 {
        font-size: 28px;
    }
    .understanding p {
        font-size: 16px;
    }
    .text-p {
        padding: 20px 0 20px;
    }
    .text-p p {
        font-size: 16px;
    }
    .text-p img {
        width: 55%;
    }
    .text-p p:after,
    .text-p p:before {
        display: none;
    }
    .qualifies p {
        font-size: 16px;
    }
    .conclusion h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .conclusion p {
        font-size: 16px;
    }
    .expert-tips.last h1 {
        font-size: 28px;
    }
    .expert-tips.last p {
        font-size: 18px;
    }
    .last .btn-light {
        margin-bottom: 30px;
    }
    .step-5,
    .qualifies {
        padding: 20px 0 40px;
    }
    .step-5 .row {
        flex-direction: column;
    }
    .understanding .align-items-baseline {
        flex-direction: column;
    }
}

@media (max-width:767px) {
    .assising .content h1 {
        font-size: 24px
    }
    .assising .content ul {
        padding-top: 10px;
    }
}