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

@font-face {
    font-family: BrittanySignature;
    src: url(../webfonts/BrittanySignature.ttf);
}

.top-header {
    position: relative;
}

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

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

.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 p {
    margin: 0;
    font-size: 18px;
}

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

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

.top-header .content-inside {
    text-align: center;
    max-width: 690px;
    margin: 0;
}

.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: 60px;
    }
}

.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: #EDE4D9;
}

.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;
    margin-bottom: 10px;
}

.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;
    max-width: 590px;
    margin: 0 auto 20px;
}

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

.qualifies {
    background: #FEFDF9;
    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/bg-bottom.png) no-repeat center center;
    background-size: cover;
}

.conclusion h1 {
    color: black;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

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

.think-selling {
    padding: 50px 0;
}

.think-selling .row {
    align-items: center;
}

.think-selling h1 {
    text-transform: capitalize;
    color: black;
    font-weight: 600;
    margin: 0 auto 10px;
    font-size: 40px;
    font-family: "Playfair Display", serif;
}

.think-selling p {}

.think-selling .btn {
    background: black;
    border-radius: 0;
    font-size: 20px;
    padding: 7px 20px;
    color: white !important;
    text-decoration: none
}

.conclusion .content {
    background: white;
    padding: 40px;
}

@media (max-width: 991px) {
    .qualifies {
        text-align: center;
        padding: 40px 0
    }
    .assising .content {
        background: white;
        padding: 20px 14px;
    }
    .qualifies .row {
        flex-direction: column-reverse;
    }
    .step-4 .row {
        flex-direction: column;
    }
    .understanding {
        text-align: center;
    }
    .understanding .row {
        flex-direction: column-reverse;
    }
    .assising .row {
        flex-direction: column !important;
    }
    .text-p h1 {
        font-size: 30px !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: #EDE4D9 !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/bgg.png)no-repeat center center;
    background-size: cover
}

.text-p .content {
    background: white;
    padding: 50px;
    max-width: 950px;
    margin: 0 auto;
}

.text-p h1 {
    font-size: 40px;
    font-weight: 600;
    color: black;
}

.text-p p {
    font-size: 18px;
    max-width: 1057px;
    margin: 0 auto 20px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #3A3737;
}

@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: 24px;
        text-align: center;
        margin-top: 15px !important;
    }
    .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;
    }
}

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

.bg-sec h1 {
    font-size: 70px;
    font-family: "Playfair Display", serif;
    color: white;
    font-weight: 600;
}

.bg-sec p {
    color: white;
    font-size: 22px
}

.bg-sec .content {
    position: relative;
}

.bg-sec form {
    background: #FFFFFF4D;
    border-radius: 10px;
    padding: 15px;
}

.bg-sec form input,
.bg-sec form button {
    height: 50px;
}

.bg-sec form button {
    cursor: pointer;
    font-size: 15px
}

.bg-sec .data {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}

.bg-sec .data h2 {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bg-sec .data h3 {
    font-family: BrittanySignature;
    margin: 0;
    padding-top: 5px;
    font-size: 23px;
}

.popup-wg .modal-body {
    padding-bottom: 30px !important;
}

.popup-wg form input {
    height: 50px;
    background: #D9D9D980;
    border: 1px solid #DDD
}

.popup-wg h2 {
    font-size: 25px;
    color: black;
    margin-bottom: 20px;
}

.popup-wg .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.popup-wg .media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto !important;
    width: 100%;
    max-width: 250px;
    margin: auto;
    background: #B8B8B84D;
    border-radius: 10px;
    padding: 10px;
}

.popup-wg .media h5 {
    font-size: 22px;
    text-transform: uppercase;
}

.popup-wg .media p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
}

.popup-wg img {
    margin-right: 10px;
}

.establish {
    padding: 40px 0
}

.establish .mob-img {
    display: none;
}

.establish .container {
    background: url(../images/7.png) no-repeat 0 0;
    background-size: contain;
    padding: 50px 0;
}

.establish .content {
    background: #EDE4D9;
    padding: 40px;
}

.establish .content h1 {
    color: black;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 30px;
    max-width: 600px;
}

@media (max-width:1200px) {
    .bg-sec .data {
        bottom: 60px;
    }
    .top-header .content-inside {
        max-width: 100%;
    }
    .top-header .middle-part h1 {
        max-width: 100%;
    }
}

@media (max-width:991px) {
    .bg-sec {
        padding: 0px 0 60px;
    }
    .bg-sec .row.align-items-center {
        flex-direction: column-reverse;
    }
    .qualifies ul {
        list-style: none;
        padding-left: 0;
    }
    .bg-sec .content img {
        display: block;
        margin: 20px auto -30px;
    }
    .bg-sec .data {
        bottom: 86px;
    }
    .bg-sec h1 {
        font-size: 34px;
        text-align: center;
    }
    .bg-sec p {
        color: white;
        font-size: 16px;
        text-align: center;
    }
    .think-selling h1 {
        text-align: center;
    }
    .think-selling p {
        text-align: center;
    }
    .think-selling .btn {
        margin: 0 auto 20px;
        display: block;
    }
}

@media (max-width:767px) {
    .bg-sec .col-8,
    .bg-sec .col-4,
    .bg-sec .col-12 {
        padding: 5px !important;
    }
    .bg-sec form {
        background: #FFFFFF4D;
        border-radius: 10px;
        padding: 4px 20px;
    }
    .top-header .middle-part .box-foot {
        font-size: 15px;
    }
    .establish {
        background: #FFF;
        padding: 0;
    }
    .establish .mob-img {
        display: block;
        margin-top: 20px;
    }
    .establish .container {
        background: none !important;
        padding: 30px 20px;
    }
    .establish .content {
        background: none !important;
        padding: 0;
        text-align: center;
    }
    .establish .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 510px) {
    .bg-sec .data {
        bottom: 15vw;
    }
    .bg-sec .data h2 {
        font-size: 6vw;
    }
    .bg-sec .data h3 {
        padding-top: 2vw;
        font-size: 5vw;
    }
}