.primary-title.no-orange-line {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.primary-title {
    padding: 0;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    font-size: 24px;
    margin: 0;
    letter-spacing: -0.03em;
    position: relative;
}

.contact-y-patch {
    margin-top: 70px;
}

.section-yellow {
    background-color: #ffe600;
}

.contact-y-patch .ourStore {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.contact-y-patch .ourStore>img {
    position: absolute;
    right: 0;
    top: -148px;
    width: 400px;
}

.contact-y-patch .ourStore .secondary-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.secondary-title {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    color: #434444;
    line-height: 1.4;
    font-size: 17px;
    letter-spacing: -0.05em;
}

.contact-store {
    margin-bottom: 30px;
}

.contact-store .c-store-title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
    color: #4d4d4d;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    line-height: 1.7;
    overflow: hidden;
    margin-bottom: 5px;
}

.contact-store address {
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 5px;
}

address {
    font-style: normal;
    line-height: inherit;
    font-size: 13px;
}

.contact-store a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    margin-left: -5px;
    margin-bottom: 5px;
}

a {
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.contact-store a i {
    display: inline-block;
    margin-right: 5px;
    color: #141414;
    font-weight: 600;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.whats-new-container {
    padding: 30px 0;
    margin: 0;
}

.contact-bottom-sec {
    margin-bottom: 20px;
}

.contact-bottom-sec .secondary-title {
    margin-bottom: 10px;
}

.contact-bottom-sec a {
    font-size: 13px;
    color: #4d4d4d;
}

.secondary-title {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    color: #434444;
    line-height: 1.4;
    font-size: 17px;
    letter-spacing: -0.05em;
}

.contact .sort_box .select_box label {
    font-size: 13px;
}

.contact .select_box .b,
strong {
    font-weight: 500;
    font-size: 12px;
}

.contact .legend {
    font-size: 16px !important;
}

.contact .main-form-div {
    margin-bottom: 30px;
}

.contact .form-control:focus {
    border-color: #ff9a34;
}

.contact-y-patch .container .secondary-title {
    padding-top: 25px;
}

@media (max-width: 1024px) {
    .contact .sort_box .select_box {
        display: block !important;
    }
}

@media(max-width:768px) {
    .form-horizontal {
        margin: 30px 0;
    }

    .primary-title.mb-5 {
        margin-bottom: 20px !important;
    }

    .contact-y-patch {
        margin-top: 150px;
    }

    .contact-y-patch .ourStore .secondary-title {
        margin-top: 80px;
        padding: 0;
    }

}


@media(max-width:350px) {
    .contact-y-patch .ourStore .secondary-title {
        margin-top: 25px;
    }



    .main_captcha {
        overflow: hidden;
    }

    .main_captcha div {
        width: 100% !important;
    }
}


@media(max-width:1024px) {
    .contact-form .select_box {
        display: block;
    }
}