div#insta_hashtag {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/instagram-tag-analyzer/fone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 400;
    padding: 50px 25px;
}

div#insta_hashtag form {
    width: 80%;
    margin: 35px auto;
    margin-bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

div#insta_hashtag form input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.8;
    padding: 9px 20px;
    color: #fff;
    margin-bottom: 0;
}
#insta_hashtag #reCaptcha,
#insta_hashtag input[type=submit]{
    margin: 15px 0;
}

div#insta_hashtag form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
    transition: all 350ms;
    transition-timing-function: ease-in-out;
}
div#insta_hashtag form input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
    transition: all 350ms;
    transition-timing-function: ease-in-out;
}
div#insta_hashtag form input:-ms-input-placeholder { /* IE 10+ */
       color: #fff;
    opacity: 1;
    transition: all 350ms;
    transition-timing-function: ease-in-out;

}
div#insta_hashtag form input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
    transition: all 350ms;
    transition-timing-function: ease-in-out;
}

div#insta_hashtag form input:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}

div#insta_hashtag form input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;
}
div#insta_hashtag form input:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;
}
div#insta_hashtag form input:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;

}
div#insta_hashtag form input:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;
}

.submit-btn {
    font-weight: 400;
    padding: 7px 15px;
    background-color: rgba(240, 171, 106, 0.9);
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    min-width: 180px;
    transition: all 350ms;
}

.submit-btn:hover, .submit-btn:focus {
    text-decoration: none;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.submit-btn:hover {
    background-color: rgba(240, 171, 106, 1);
    transform: scale(1.1);
}

.insta_result {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-around;
    padding: 0;
}

.insta_single-tag {
    display: flex;
    flex-basis: 40%;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px 35px 25px;
}

.insta_post-counter {
    font-size: 46px;
    font-weight: bold;
    color: #333;
    line-height: 60px;
}

.insta_description {
    color: #696969;
    font-size: 15px;
}

a.insta_link {
    color: #7e8cde;
    font-size: 15px;
    transition: all 350ms;
}

a.insta_link:hover {
    color: rgba(126, 140, 222, 0.76);
    text-decoration: none;
}
.related-tags > .full_img,
.insta_single-tag > .full_img{
    width: 50%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.insta_result > div {
    transition: all 350ms;
    margin-top: 35px;
}

.related-tags {
    display: flex;
    flex-basis: 40%;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 25px;
}

.insta_title {
    font-size: 20px;
    color: #696969;
    margin-bottom: 15px;
}

.insta_tags {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.insta_tags li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
    padding: 7px 0;
    line-height: 1.2;
    border-bottom: 1px solid #ededed;
}

.insta_tags li > * {
    flex: 0 0 auto;
    max-width: 100%;
}

.insta_main-title{
    font-size: 27px;
    font-family: "Myriad Pro";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

span.insta_post-count {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}


a.check-another {
    position: absolute;
    bottom: -40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 350ms;
}

a.check-another:hover, a.check-another:focus {color: rgba(255, 255, 255, 0.71);text-decoration: none;outline: 0;border: none;box-shadow: none;}


@media  (max-width: 768px){
    .insta_result {
        flex-flow: row wrap;
    }

    .insta_single-tag {
        flex-basis: 70%;
        margin-bottom: 35px;
    }
    .related-tags{
        flex-basis: 70%;
    }

}

@media  (max-width: 576px){
    div#insta_hashtag{
        padding: 20px 15px;
        padding-bottom: 40px;
    }
    a.check-another {
        bottom: -30px;
        font-size: 16px;
    }

    div#insta_hashtag form{
        width: 100%;
    }

    .insta_single-tag {
        flex-basis: 100%;
        margin-bottom: 25px;
    }

    .related-tags{
        flex-basis: 100%;
    }

    #insta_hashtag .insta_main-title{
        font-size: 18px;
    }

    div#insta_hashtag form input{
        margin-bottom: 20px;
    }

    #insta_hashtag .related-tags{
        margin-top: 0;
    }
    .insta_post-counter{
        font-size: 36px;
    }
    div#insta_hashtag form{
        margin-top: 25px;
    }
    #insta_hashtag #reCaptcha{
        transform: scale(0.7);
    }
}