/* Red Hat Display  */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* 
font-family: 'Red Hat Display', sans-serif;
 */
/* Lora */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* 
font-family: 'Lora', serif;
font-family: 'Red Hat Display', sans-serif;
*/
/* Kumb Sans */
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

dl,
ol,
ul,
a,
p,
h1,
h2,
h3,
h4,
h5,
h5 {
    margin: 0px !important;
}

body {
    font-family: 'Red Hat Display';
}

/* -------Header -------------- */
.header {
    background: #2C6DEB;
    padding: 24px 0px 24px 0px;
    max-width: 1240px;
    margin: 0 auto;
}

.container_flex {
    max-width: 1240px;
    margin: 0 auto;
}

.dflex {
    display: flex;
    justify-content: space-between;
}

.menu ul li {
    padding-right: 34px;
}
.menu ul li:nth-child(3){
    padding-right: 60px;
}
.menu ul li:nth-child(2){
    position: relative;
    padding-right: 53px;
}
.menu ul li:nth-child(2)::after{
    content: '';
    position: absolute;
    top: 5px;
    left: 58px;
    width: 14px;
    height: 10px;
    background-image: url('../postmybiz/images/arrowright2.png');
}

.accounts_menu ul li {
    padding-left: 34px;
}

.menu ul li,
.accounts_menu ul li{
    list-style: none;
    display: inline;

}

.menu ul li:first-child a {
    border-bottom: 2px solid white;
}

.menu ul li a,
.accounts_menu ul li a {
    text-decoration: none;
    color: #ffff;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.menu ul li:last-child {
    padding-right: 0px;
}

.accounts_menu ul li:first-child {
    padding-left: 0px;
}

.main_div {
    background-color: #2C6DEB;
    padding: 0px 40px;
}

.mobile_menu {
    position: absolute;
    width: 260px;
    background: #2C6DEB;
    left: -260px;
    top: 0px;
    height: 100vh;
    z-index: 999;
    transition: 0.5s all ease-in-out;
}

.mobile_menu ul li {
    list-style: none;
    padding-left: 25px;
    padding-top: 15px;
}

.mobile_menu ul li a {
    color: #ffff;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

.mobil-menu-hamburger {
    display: none;
}

.container-footer {
    max-width: 1020px;
    margin: 0 auto;
}

@media (max-width:940px) {

    .menu,
    .accounts_menu {
        display: none;
    }

    .mobil-menu-hamburger {
        width: 32px;
        height: 32px;
        display: block;
        position: relative;
        display: block;
        top: 8px;
        right: -8px;
        z-index: 9999;
        color: #F2F2F2;
        cursor: pointer;
    }

    .mobil-menu-hamburger div {
        position: relative;
        width: 16px;
        height: 14px;
    }

    .mobil-menu-hamburger span:nth-child(1) {
        top: 0%;
    }

    .mobil-menu-hamburger span {
        position: absolute;
        left: 0;
        display: block;
        background: #F2F2F2;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        transition: all .3s ease-in-out;
    }

    .mobil-menu-hamburger span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .mobil-menu-hamburger span:nth-child(3) {
        top: calc(100% - 2px);
    }

    /* on open */
    .mobil-menu-hamburger.open span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }

    .mobil-menu-hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .mobil-menu-hamburger.open span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }

    .mobile_menu.open {
        left: 0px;
        display: block;
        transition: 0.5s all ease-in-out;
    }

    .header {
        padding: 18px;
    }
}

@media (max-width:1020px) {
    .container-footer {
        padding: 0px 10px;
    }
}

@media (max-width:767px) {
    .main_div {
        padding: 0px;
    }
}

/* -----------------------Landing  Page --------------------------- */
.hero {
    padding: 36px 0px 63px 0px;
    max-width: 1240px;
    margin: 0 auto;
}

.hero_text h2 {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 64px;
    color: #3D3D3E;
    padding-top: 55px;
}

.hero_img img {
    width: 100%;
    height: 548px;
}

.listings_tag {
    padding-top: 60px;
}

.listings_tag a {
    text-decoration: none;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(16, 0, 0, 0.43);
    margin-right: 47px !important;
}

.listings_tag a:last-child {
    margin-right: 0px !important;
}

.listings_tag a:first-child {
    color: #1877F2;
}

.search_form {
    max-width: 557px;
    background: #FFFFFF;
    margin-top: 33px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    padding: 13px 59px 14px 24px;
}

.cat {
    display: flex;
    justify-content: space-between;
}

.cat p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #707075;
    padding-bottom: 4px;
    text-align: left;
}

.cat select {
    border: none;
    outline: none;
    background: none;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
}

.cat input {
    border: none;
    outline: none;
    background: none;
    width: 59px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
}

.cat input::placeholder {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
}

.search_button {
    display: flex;
    justify-content: end;
    padding-top: 37px;

}

.search_button button {
    border: none;
    outline: none;
    width: 114px;
    background-color: white;
    height: 50px;
    border: 1px solid #2C6DEB;
    border-radius: 4px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #2C6DEB;
}

.s_form {
    max-width: 557px;
}

/* how it works section  */
.how_it_works {
    background: linear-gradient(100.85deg, #DBEFF8 7.03%, rgba(32, 129, 195, 0) 97.68%);
    padding: 35px 0px 110px 0px;
}

.how_it_works h2 {
    text-align: center;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
    padding-bottom: 56px;
}

.works_card {
    max-width: 243px;
    width: 100%;
    background-color: white;
    padding: 24px 28px 26px 27px;
}

.c_img {
    display: flex;
    justify-content: center;
}

.works_card h4,
.works_card h4 p {
    text-align: center;
    font-family: 'Red Hat Display';
    font-style: normal;
    line-height: 20px;
}

.works_card h4 {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 14px;
}

.works_card p {
    font-size: 15px;
    font-weight: 400;
    color: #535461;
    text-align: center;
}

/* things we think you will love */
.things {
    padding-top: 43px;
    padding-bottom: 72px;
}

.things h2 {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    font-size: 32px;
    padding-bottom: 33px;
    line-height: 41px;
    color: #000000;
}

.things_card1 {
    max-width: 315px;
}

.things_card1 h5 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding-bottom: 17px;
    line-height: 20px;
    color: #000000;
}

.t_card {
    max-width: 315px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.t_img img {
    width: 100%;
    height: 184px;
}

.t_card_content {
    padding: 13px 14px 13px 14px;
}

.location {
    display: flex;
}

.location img {
    height: 27px;
}

.location h5 {
    padding-left: 4px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #707075;
}

.t_title h4 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 8px;

}

.t_title p {
    text-align: left;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #535461;
}

.view_all {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 22px;
    width: 114px;
    height: 50px;
    border: 1px solid #2C6DEB;
    border-radius: 4px;
}

.view_all a {
    text-decoration: none;
}


/* Contact */
.contact_section {
    padding-bottom: 77px;
}

.contact_section h2 {
    text-align: center;
    padding-bottom: 31px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
}

.contact_section p {
    text-align: center;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #535461;
}

.click_here {
    display: flex;
    justify-content: center;
    padding-top: 41px;
}

.click_here a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #2C6DEB;
}

/* meida quries of landing page */
@media (max-width:1440px) {
    .search_button {
        padding-right: 0px;
    }
}
@media (max-width:1340px) {
    .hero {
        padding: 20px 20px;
    }
    .main_div {
        background-color: #2C6DEB;
        padding: 0px 20px;
    }
}
@media (max-width:1140px) {
    .hero {
        padding: 20px 20px;
    }

    .hero_text h2 {
        height: auto;
    }

    .works_card {
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .hero {
        padding: 20px 15px 30px 15px;
    }

    .cat {
        display: flex;
        flex-direction: column;
    }

    .cat select {
        width: 100%;
        border-bottom: 1px solid #707075;
        padding-bottom: 10px;
    }

    .cat input {
        width: 100%;
    }

    .search_form {
        padding: 15px 15px;
    }

    .category,
    .state,
    .city,
    .zip {
        padding-bottom: 14px;
    }

    .search_button {
        padding-top: 25px;
        padding-bottom: 13px;
        padding-right: 0px;
        justify-content: center;
    }

    .hero_img img {
        height: auto;
    }

    .hero_text h2 {
        font-size: 38px;
        line-height: 44px;
        padding-top: 20px;
        text-align: center;
    }

    .listings_tag {
        display: flex;
        justify-content: center;
    }

    .search_form {
        max-width: 100%;
    }

    .s_form {
        max-width: 100%;
    }

    /* how it works */
    .works_card {
        width: 100%;
        max-width: 100%;
    }

    /* ---listing ----*/
    .things_card1,
    .t_card {
        max-width: 100%;
    }

    .thig_card_name h5 {
        padding-top: 35px;
    }
}

/* -----------------------Privacy Policy Page --------------------------- */
.terms {
    padding: 55px 0px 55px 0px;
}

.terms h3 {
    padding-bottom: 40px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
    text-align: center;
}

.terms p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #535461;
    padding-bottom: 23px;
}

@media (max-width:767px) {
    .terms p {
        text-align: center;
    }

    .terms h3 {
        font-size: 27px;
    }
}

/* ------------------Footer----------------------- */
.footer {
    background: #222222;
    padding: 61px 0px 53px 0px;
}

.footer_container {
    max-width: 1025px;
    margin: 0 auto;
}

.footer_bottem {
    display: flex;
    justify-content: space-between;
}

.footer_menu ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

.footer_menu ul li {
    list-style: none;
}

.footer_menu ul li a {
    font-size: 21px;
    color: white;
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
}

.footer_bottem {
    padding-top: 77px;
}

.rights p {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;

}

.icons a {
    margin-left: 76px !important;
}

@media (max-width:767px) {
    .footer_menu ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer_bottem {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .icons a {
        margin: 0px !important;
        padding: 24px;
    }

    .footer_bottem {
        padding-top: 40px;
    }
}