@media only screen and (max-width: 768px) {
    .top_nav ul.tplinks {
        padding-top: 6% !important;
        position: absolute;
        width: auto !important;
    }

    .tpbut {
        margin-top: 7% !important;
    }

    .top_nav .tplinks li {
        font-size: 12px !important;
    }

    .profile-wrapper {
        right: 5%;
    }

    body .navbar-toggle {
        margin-top: 3px;
    }

    body .navbar-default {
        position: absolute;
        right: 0;
    }

    #logo {
        margin-top: 8px !important;
    }

    html body #logo img {
        max-height: none !important;
        max-width: 71%;
    }

    .lng-selectpicker {
        display: contents;
    }

    .dropdown-lang {
        position: absolute;
        right: 9px;
        top: 31px;
    }

    .search_domain_form {
        display: initial;
    }

    .domain__input__box {
        width: 78.2% ;
    }

    .domain_search .serch_area .input_submit {
        position: absolute;
        right: 0;
        top: 52px;
    }

    .domain__input__box .select2-container .select2-choice {
        height: 40px !important;
    }

    .domain__input__box .select2-container .select2-choice > .select2-chosen {
        font-size: 14px !important;
        margin-top: 11px;
    }

    .domain_search .serch_area .enter_email_input {
        padding: 3px 0px 4px 7px;
    }

    .select2-results li {
        font-size: 14px !important;
    }

    .p-w {
        display: inline-grid;
        padding-bottom: 0px;
        margin-bottom: 4px;
    }

    .choose_type.button.one {
        margin: 5px;
        padding: 7px;

    }

    h1 strong {
        font-size: 22px;
    }

    .item-ul .item-div h4 {
        text-align: left;
    }

    .entry-content img, .comment-content img, .widget img {

    }

    .wpb_wrapper .wpb_row .container_full .row {
        margin: 0;
        padding: 0;
    }

    .banner-btn-left {
        left: 11px;
        bottom: 18px;
    }

    .banner-btn-right {
        right: 11px;
        bottom: 18px;
    }

    .feature_section3_elm .lstblogs img {

    }

    .button.one {
        padding: 7px 7px 2px 7px;
        font-size: 12px;
    }

    body .vc_row-fluid ul {
        margin-left: 6px;
    }

    .footer .secarea h3.widget-title {
        text-align: left;
    }

    body .vc_row-fluid li {
        width: inherit;
        margin: 0;
    }

    .copyrights .container > div {
        text-align: center !important;
    }

    .page_title1.sty13 h1 {
        font-size: 16px;
    }

    .wpb_row h1, .wpb_row h2, .wpb_row h3, .wpb_row h4, .wpb_row h5, .wpb_row h6 {
        text-align: center;
    }

    .feature_section3 .lstblogs h4 {
        font-size: 13px;
    }

    .owl-buttons {
        right: 37% !important;
    }

    .yamm-content .section-box strong {
        display: flex !important;
    }

    .domain_search .offers li small {
        display: block;
    }

    .price-ul {
        margin-bottom: 26px !important;
    }

    #buttons {
        display: none;
    }

    .tparrows{
        display: none !important;
    }
    #slider .slick-dots{
        display: none!important;
    }
    .slider-button-wrp{
        display: none;
    }
    .for-mobile{
        display: initial;
    }
}

/* later added styles */
@media screen and (max-width: 450px) {
    .feature_section3_elm .lstblogs img {
        height: 350px;
        object-fit: cover;
    }
}