h1 {
    font-size: 48px;
    line-height: 1.2;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px;
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
}

p {
    margin-bottom: 20px;
}

/* Banner */
.banner {
    padding: 80px 0 30px;
    position: relative;
}

    .banner:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.3);
    }

    .banner h1 {
        padding: 10px;
        position: relative;
    }

/* Common Button Style */
.common-btn {
    font-family: "Cabin", sans-serif;
    padding: 12px 20px;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    text-transform:uppercase;
}

.btn-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


/* Visit US Section Start */

    .we-buy-any .inner {
        display: flex;
        gap: 50px;
    }

        .we-buy-any .inner .h2head:nth-of-type(1) {
            margin-top: 0;
        }

        .we-buy-any .inner .h2head {
            font-size: 24px;
            line-height: 1.3;
            margin-bottom: 10px;
            font-weight: 800;
            border-bottom: 1px solid #808080;
            margin-top: 20px;
        }

.we-buy-any .content-left {
    width: 30%;
}
    .we-buy-any .content-right {
        width: 70%;
    }

    .we-buy-any h2 {
        margin-bottom: 25px;
    }

    .we-buy-any p {
        margin-bottom: 20px;
        text-align:justify;
    }

    .we-buy-any span {
        display: block;
    }

    .we-buy-any h4 {
        font-size: 16px;
    }

    .we-buy-any a {
        font-weight: bold;
        transition: all ease-in-out 0.3s;
    }

.we-buy-any table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*.we-buy-any .mylist label {
    float: left;
    margin-right: 10px;
}*/

.we-buy-any table.mylist tr td {
    border: 0 !important;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
}

.we-buy-any table.mylist tr td {
    text-transform: uppercase;
    font-size: 12px;
}


.we-buy-any table.mylist tr td label {
    vertical-align: middle;
}



/* Start-Journey Section Start */
.start-journey {
    padding: 30px 0;
}

    .start-journey .h2head {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 800;
    }

    .start-journey .inner {
        display: flex;
        margin-bottom: 30px;
        gap: 20px;
    }

        .start-journey .inner .box {
            /*width: 33.33%;*/
            width: 25%;
            padding: 20px;
        }

    .start-journey h2 {
        text-align: center;
    }

    .start-journey h3 {
        margin: 0;
    }

    .start-journey p.box-head {
        margin-top: 20px;
        margin-bottom: 0;
    }
/* Start-Journey Section End */

.widget-link ul {
    list-style:none;
}

/*contact us*/

.contact-us .form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -8px;
}

    .contact-us .form .form-group.full-width {
        width:100%;
    }

    .contact-us .form .form-group {
        width: calc(50% - 10px);
        margin: 8px 5px;
    }

    .contact-us .form .form-group.one-three {
        width: calc(33% - 10px);
        margin: 8px 5px;
    }

.contact-us .form-group label {
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

.contact-us .form-group input[type=radio],
.contact-us .form-group input[type=checkbox] {
    height: 16px;
    width: auto;
    margin-top: 4px;
}
.contact-us .form-group input,
.contact-us .form-group textarea,
.contact-us .form-group select {
    border-radius: 3px;
    font-size: 15px;
    padding: 9px 20px;
    font-family: "Cabin", sans-serif;
    height: 43px;
    width: 100%;
    outline: 0;
}

.contact-us .form-group textarea {
    height: 96px;
}

/*contact use end*/

/* Media Queries Start Here */
@media screen and (max-width:1024px) {
    .banner {
        padding: 120px 0 40px;
    }

        .banner h1 {
            padding: 0;
        }

    .reviews .review {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 30px;
    }

    .we-buy-any .inner {
        flex-wrap: wrap;
    }

    .we-buy-any .content {
        width: 100%;
    }

    .start-journey .inner .box {
        width: 100%;
    }

    .image-content .inner .container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .image-content .inner .content,
    .image-content .inner .img-wrap {
        width: 100%;
    }

    .image-content .inner .img-wrap {
        order: 2;
    }

    .standard-content .inner .wrapper {
        flex-wrap: wrap;
    }

        .standard-content .inner .wrapper .box-wrap,
        .standard-content .inner .wrapper .box {
            width: 100%;
        }
}

@media screen and (max-width:575px) {

    .common-btn {
        width:100%;
    }

    .start-journey .inner {
        flex-wrap: wrap;
    }

    .reviews .review {
        width: 100%;
    }

    .we-buy-any .content-left {
        width: 100%;
    }

    .we-buy-any .content-right {
        width: 100%;
    }

    .contact-us .form .form-group,
    .contact-us .form .form-group.one-three {
        width: 100%;
    }
}

.green-b {
    color: #1f2124;
    border: 1px solid #69727d !important;
    background: #fff;
}

.green {
    color: #fff;
    background: #35aa47 !important;
    border: 1px solid #35aa47 !important;
}

.btn {
    border-width: 0;
    padding: 9px 14px;
    font-size: 14px;
    outline: none !important;
    filter: none;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 3px;
}

.btn-block {
    width: 100%;
}

.col-md-6-l {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
}

.col-md-6-r {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 100%;
    margin-bottom: 8px;
}

.accept-container {
    float: left;
    display: inherit;
}

    .accept-container label {
        padding-left: 15px;
        padding-top: 8px;
    }

    .accpet-term {
        width: 35%;
    }

@media only screen and (max-width: 479px) {
    .ecoomerce .container {
        width: 90% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .accept-container {
        display: block;
    }

        .accept-container label {
            padding-left: 0;
            padding-top: 0;
        }

    .accpet-term {
        width: 100%;
    }
}