@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    /*background-color: #000;*/
    color: #232323;
    font-weight: 400;
}

.d-none {
    display: none;
}

.container {
    max-width: 1250px;
}

#modalLRForm .tab-content h2 {
    text-align: center;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}

.briefinfo .leftinfo i, .inner_list i {
    margin-right: 7px;
}

.bg-white {
    background-color: #fff;
}

.bg-off-white {
    background-color: #fbfbfb;
}

a {
    color: #fff;
}

    a:hover {
        text-decoration: none;
        color: #5ce1e6;
    }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul li {
        margin: 0;
        padding: 0;
    }

.form-control:focus {
    border-color: #5ce1e6;
    box-shadow: none;
}

.nav > li > a:hover {
    background-color: inherit;
}

.btn {
    cursor: pointer;
    box-shadow: none;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 125px;
    font-size: 14px;
    padding: 8px 0;
}

.btn-theme-primary {
    background-color: #0089D1;
    border: 1px solid #0089D1 !important;
    color: #fff;
}

    .btn-theme-primary:hover {
        background-color: #0e6694;
        border: 1px solid #0e6694;
        color: #fff;
    }

tbody a {
    color: cornflowerblue;
}

.btn-sm {
    min-width: inherit !important;
    padding: 4px 8px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-skyblue, .btn-skyblue-border:hover {
    color: #000;
    border-color: #5ce1e6;
    background-color: #5ce1e6;
}

    .btn-skyblue:hover, .btn-skyblue-border {
        color: #5ce1e6;
        background-color: transparent;
        border-color: #5ce1e6;
    }

    .btn-skyblue:not([disabled]):not(.disabled).active, .btn-skyblue:not([disabled]):not(.disabled):active, .show > .btn-skyblue.dropdown-toggle {
        color: #000;
        border-color: #5ce1e6;
        background-color: #5ce1e6;
        box-shadow: none;
    }

.header .MobTopLink {
    display: none;
}
/*.header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }*/



.header {
    background-color: #fff;
    padding: 0;
    /*box-shadow: 2px 0px 15px 2px #e3e3e3;*/
    margin-bottom: 5px;
    -webkit-box-shadow: 0 8px 6px -6px #e3e3e3;
    -moz-box-shadow: 0 8px 6px -6px #e3e3e3;
    box-shadow: 0 8px 6px -6px #e3e3e3;
}

    .header .header-content {
        display: flex;
        align-content: center;
        justify-content: space-between;
        padding: 10px;
    }

        .header .header-content .middle-part {
            display: flex;
            align-items: center;
        }


            .header .header-content .middle-part .ui-autocomplete {
                max-height:300px;
                overflow-y:auto;
                overflow-x:hidden;
            }


    .header .menu .dropdown-menu {
        background-color: #d9d9d9;
        color: #000;
    }

    .header .header-content .search-container {
        width: 582px;
        display: block;
        margin: 0 auto;
        position: relative;
    }

        .header .header-content .search-container:after {
            font-family: 'FontAwesome';
            content: '\f002';     
            position: absolute;
            top: 8px;
            right: 12px;
            font-size: 18px;
        }


    .header .header-content input#search-bar {
        margin: 0 auto;
        width: 100%;
        height: 40px;
        padding: 0 20px;
        font-size: 15px;
        border: none;
        outline: none;
        background-color: #f9f9f9;
        border-radius: 5px;
    }

        .header .header-content input#search-bar:focus {
            border: 1px solid #008ABF;
            transition: 0.35s ease;
            color: #008ABF;
        }

            .header .header-content input#search-bar:focus::-webkit-input-placeholder {
                transition: opacity 0.45s ease;
                opacity: 0;
                color: #2d2b2b;
            }

            .header .header-content input#search-bar:focus::-moz-placeholder {
                transition: opacity 0.45s ease;
                opacity: 0;
                color: #2d2b2b;
            }

            .header .header-content input#search-bar:focus:-ms-placeholder {
                transition: opacity 0.45s ease;
                opacity: 0;
                color: #2d2b2b;
            }

    .header .header-content .search-icon {
        position: absolute;
        float: right;
        width: 50px;
        height: 50px;
        top: 50%;
        right: 0;
        text-align: right;
        transform: translateY(-50%);
    }

    .header .header-content .middle-part span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 9px;
    }

    .header .header-content .text-left .QuickLinkRight .acountlink i {
        color: #000;
    }

    .header .container:after, .footer .container:after, .header .container:before, .footer .container:before {
        display: none;
    }

    .header .QuickLinkRight a {
        line-height: 1.4;
        font-size: 18px;
        text-transform: capitalize;
        color: #2B2C2D;
        font-weight: 500;
    }


    .header .QuickLinkRight .UserInfo > li > a {
        display: inline-flex;
        padding: 8px 12px;
        min-height: 45px;
        border-radius: 5px;
        align-items:center;
    }


        .header .QuickLinkRight .UserInfo > li > a:hover {
            background-color: #e1f7ff;
            color: #0089D1;
        }

    .header .QuickLinkRight .UserInfo {
        display: flex;
        align-items: center;
    }

    .header .QuickLinkRight .btn.active, .header .QuickLinkRight .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .QuickLinkRight svg {
        width: 20.5px;
        height: 20.5px;
    }

    .header .text-right .btn-skyblue {
        min-width: inherit;
        border-radius: 7px;
        font-size: 23px;
        height: 40px;
        width: 112px;
        line-height: 25px;
        font-weight: normal;
    }

    .header .token img {
        margin-right: 5px;
        vertical-align: middle;
    }
    /*.header a:not(:last-child) {
	margin-right: 15px;
}*/
    .header .QuickLinkRight .titlename {
        margin-left:10px;
    }
    .header .QuickLinkRight .cartdata .CartValues {
        position: relative;
        display: flex;
    }

        .header .QuickLinkRight .cartdata .CartValues #totalitem {
            display: inline-flex;
            height: 20px;
            margin-left: 0;
            font-size: 12px;
            position: absolute;
            top: -12px;
            right: -10px;
            background-color: #0089d1;
            width: 20px;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .header .QuickLinkRight .cartdata .CartValues img {
            margin-right: 0;
        }

    .header .header-content .text-left .QuickLinkRight .profile-button {
        box-shadow: none;
    }

        .header .header-content .text-left .QuickLinkRight .profile-button img {
            width: 25px;
            height: 25px;
        }


.highlightbanner {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}

    .highlightbanner h1 {
        text-transform: uppercase;
        color: #000;
        font-size: 3vw;
        font-weight: 900;
        letter-spacing: 4px;
        margin-bottom: 35px;
    }

    .highlightbanner p {
        text-transform: uppercase;
        font-size: 25px;
    }

.homesearchbar {
    margin: 30px 0;
}

    .homesearchbar .container {
        position: relative;
    }

    .homesearchbar .form-control {
        border-radius: 0;
        font-size: 20px;
        text-transform: uppercase;
        padding: 30px 15px;
    }

    .homesearchbar ::-webkit-input-placeholder {
        text-align: center;
    }

    .homesearchbar :-ms-input-placeholder {
        text-align: center;
    }

    .homesearchbar ::placeholder {
        text-align: center;
    }

    .homesearchbar .othercontrol {
        position: absolute;
        right: 24px;
        top: 7px;
        display: flex;
    }

    .homesearchbar .label {
        min-height: 48px;
        font-size: 14px;
        text-transform: uppercase;
        margin-right: 10px;
        display: flex;
        align-items: center;
        line-height: normal;
    }

    .homesearchbar .btn {
        min-width: inherit;
        padding: 8px 15px;
        font-size: 25px;
        color: #fff;
        line-height: normal;
    }

        .homesearchbar .btn:hover {
            color: #5ce1e6;
        }

.homemenu .navbar-brand {
    height: inherit !important;
    padding: 0;
}

.homemenu .navbar-inverse {
    background-color: transparent;
    border: 0;
    min-height: inherit;
}

.homemenu .navbar {
    padding: 0;
}

.homemenu .navbar-brand {
    display: none;
}

.homemenu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 35px;
}

    .homemenu .navbar-inverse .navbar-nav > li > a:hover {
        color: #000;
        background-color: #5ce1e6;
    }


.date-filter {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #000;
    background-color: #d9d9d9 !important;
    border-left: none;
    margin-bottom: 10px;
}

    .date-filter .custom-select {
        display: flex;
        flex-direction: row;
        align-items: center;
       
    }

#searchelement {
    padding: 60px 0;
    min-height: calc(100vh - 200px);
}

    #searchelement .title {
        margin-bottom: 30px;
        color: #068bd2;
        font-size: 22px;
    }

#main_title .dropdownlist {
    display: block;
    background-color: #FF6C6C;
    color: #fff;
    border-radius: 6px;
    padding: 3px;
    font-size: 16px;
    border-color: #FF6C6C;
}


#main_title {
    display: flex;
    justify-content: flex-end;
}

    #main_title .custom-select a {
        display: flex;
        align-items: center;
        color: #000000;
        border-radius: 10px;
        background-color: #eaeaea;
        padding: 3px 12px;
        text-decoration: none;
    }


        #main_title .custom-select a:hover {
            background-color: #0089D1;
            color: #e1f7ff;
        }


        #main_title .custom-select a i {
            margin-right: 5px;
        }

    #main_title .custom-select .nextbtn {
        margin-left: 5px;
    }

.nextbtn a i {
    margin-right: 0px;
    margin-left: 5px;
}


.singlepet {
    background-color: #FFF;
    padding: 10px;
}

    .singlepet .imageholder img {
        max-height: 255px;
        width: 100%;
        object-fit: cover;
    }

    .singlepet .contentholder h6 {
        text-align: center;
        margin: 10px 0 10px 0;
        color: #0015FF;
    }

    .singlepet .contentholder p {
        font-size: 18px;
        font-style: italic;
        color: #232323;
        height: 50px;
    }

    .singlepet .pet-follower {
        margin: 0;
    }

.petdata {
    background-color: #FFF;
    padding: 10px;
}

    .petdata .imageholder img {
        max-height: 255px;
        width: 100%;
        object-fit: cover;
    }

    .petdata .contentholder h6 {
        text-align: center;
        margin: 10px 0 10px 0;
        color: #0015FF;
    }

    .petdata .contentholder p {
        font-size: 18px;
        font-style: italic;
        color: #232323;
        height: 50px;
    }

    .petdata .pet-follower {
        margin: 0;
    }

.starrating {
    color: #5ce1e6;
}

    .starrating span {
        color: #A7A7A7;
    }

.singlepet .contentholder ul {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

    .singlepet .contentholder ul li {
        width: 33.33%;
    }

.singlepet .contentholder .flowdetails {
    background-color: #5ce1e6;
    padding: 10px 5px;
    font-size: 13px;
    color: #232323;
}

    .singlepet .contentholder .flowdetails span {
        display: block;
        font-weight: 600;
        font-size: 16px;
    }

.singlepet .contentholder .bottomcontrol {
    border-top: 1px solid #939393;
    padding: 10px;
    margin: 10px -5px -10px -5px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    color: #000;
}

.singlepet .bottomcontrol a {
    color: #8E8E8E;
}

    .singlepet .bottomcontrol a:not(:last-child), .singlepet .bottomcontrol span:not(:last-child) {
        margin-right: 5px;
    }

.singlepet .contentholder .bottomcontrol .pricelabel {
    font-weight: 600;
}

.petdata .contentholder ul {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

    .petdata .contentholder ul li {
        width: 33.33%;
    }

.petdata .contentholder .flowdetails {
    background-color: #5ce1e6;
    padding: 10px 5px;
    font-size: 13px;
    color: #232323;
}

    .petdata .contentholder .flowdetails span {
        display: block;
        font-weight: 600;
        font-size: 16px;
    }

.petdata .contentholder .bottomcontrol {
    border-top: 1px solid #939393;
    padding: 10px;
    margin: 10px -5px -10px -5px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    color: #000;
}

.petdata .bottomcontrol a {
    color: #8E8E8E;
}

    .petdata .bottomcontrol a:not(:last-child), .petdata .bottomcontrol span:not(:last-child) {
        margin-right: 5px;
    }

.petdata .contentholder .bottomcontrol .pricelabel {
    font-weight: 600;
}

.homeslider {
    position: relative;
}

    .homeslider .owl-nav div, .catlider .owl-nav div {
        position: absolute;
        top: 220px;
        font-size: 0;
    }

#homepage .owl-nav div, .catlider .owl-nav div {
    position: absolute;
    top: 134px !important;
    font-size: 0;
}

.catlider .owl-nav div {
    top: 50%;
    transform: translateY(-50%);
}

    .homeslider .owl-nav div::after, .catlider .owl-nav div::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 10px;
        margin: 0 auto;
        font-size: 40px;
        line-height: 0;
        color: #fff;
        position: relative;
    }

.homeslider .owl-nav .owl-prev, .catlider .owl-nav .owl-prev {
    left: -40px;
}

.homeslider .owl-nav .owl-next, .catlider .owl-nav .owl-next {
    right: -40px;
}

    .homeslider .owl-nav .owl-next::after, .catlider .owl-nav .owl-next::after {
        content: "\f054";
        left: 0;
    }

.homeslider .owl-nav .owl-prev::after, .catlider .owl-nav .owl-prev::after {
    content: "\f053";
    left: 0;
}

.featureswrapper {
    padding: 25px 0;
    margin: 30px 0;
}

.singlefeature h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px
}

.singlefeature p {
    font-weight: 600;
}

.featuresigncontrol {
    text-align: center;
    margin: 25px 0 0 0;
}

    .featuresigncontrol .btn {
        font-size: 20px;
        min-width: 160px;
    }

.midbannerinfo .bannerholder {
    background-image: url(../img/dogbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

    .midbannerinfo .bannerholder h2 {
        color: #eb5a5a;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bolder;
        border-bottom: 8px solid #eb5a5a;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        position: relative;
        z-index: 2;
    }

    .midbannerinfo .bannerholder h3 {
        color: #fff;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bolder;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }

    .midbannerinfo .bannerholder::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: RGBA(0, 0, 0, 0.7);
        z-index: 1;
    }

.footer {
    padding: 25px 0;
}

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer .footerright {
        display: flex;
    }

    .footer .foot-links {
        margin-right: 25px;
    }

        .footer .foot-links a {
            font-size: 14px;
            color: #989898;
            font-weight: 500;
        }

            .footer .foot-links a + a {
                margin-left: 10px;
            }

    .footer .social-icon {
        display: flex;
    }

        .footer .social-icon a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .footer .social-icon a:not(:last-child) {
                margin-right: 15px;
            }

.singlecategory {
    text-align: center;
}

    .singlecategory h6 {
        font-weight: bold;
        color: #fff;
        font-size: 20px;
        margin-top: 15px;
    }

.catlider + .catlider {
    margin-top: 40px;
}

.brandinginfowrapper {
    padding: 25px 0;
    margin-top: 20px;
}

    .brandinginfowrapper h2 {
        text-transform: uppercase;
        font-size: 60px;
        font-weight: bolder;
        line-height: 1.4;
    }

.singlebrand {
    text-align: center;
}

    .singlebrand h3 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }

    .singlebrand p {
        font-size: 17px;
        font-weight: 600;
    }

    .singlebrand .btn {
        margin: 20px 0;
        font-size: 20px;
        padding: 6px 15px;
    }

    .singlebrand img {
        width: 100%;
    }

.brandinginfowrapper .col-md-4:first-child {
    display: flex;
    align-items: flex-end;
}

.brandinginfowrapper .col-md-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.SinglePetHolder {
    background-color: #fff;
}

.singlepet .pet-img img {
    max-width: 100% !important;
    max-height: 140px !important;
    object-fit: cover !important;
    margin: 9px auto !important;
    border-radius: 0 !important;
    width: 100% !important;
    /*height: auto !important;*/
}

.QuickLinkRight li {
    display: inline-block;
}

.QuickLinkRight .dropdown-menu li {
    display: block !important;
}
/*.QuickLinkRight .btn {
    padding: 10px 0;
}*/

.header_text {
    text-align: center;
    padding-bottom: 9px;
}

    .header_text h1 {
        color: #5ce1e6;
        text-transform: uppercase;
        font-size: 50px;
        line-height: 1.5;
        letter-spacing: 11px;
        font-weight: 600;
    }

.contentholder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 10px 0;
}

    .contentholder .followers {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        width: 50%;
    }

        .contentholder .followers p {
            height: inherit !important;
            font-style: normal;
            color: #000;
            text-transform: uppercase;
            padding: 3px 0;
            font-weight: 500;
            font-size: 13px;
        }

    .contentholder .bottom-text {
        color: #8f8f8f !important;
        font-weight: bold;
    }

    .contentholder::after {
        content: '';
        position: absolute;
        border-right: 1px solid #e2e2e2;
        height: 100%;
        width: 1px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

.homemenu .tablhold ul {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto;
}

    .homemenu .tablhold ul .tablinks {
        display: flex;
        align-items: center;
        justify-content: center;
        /*flex: 0 0 auto;
        width: auto;*/
    }

.tablinks {
    margin: 5px 9px;
    cursor: pointer;
    line-height: 29px;
    font-size: 14.7345px;
    text-transform: none;
    color: #0089D1;
    min-width: 140px;
    text-align: center;
    white-space: nowrap;
    padding: 7px 10px;
    background-color: #e1f7ff;
    border-radius: 25px;
    text-transform: capitalize;
}

    .homemenu .tablhold ul .tablinks.active, .tablinks.ClassTest, .homemenu .tablhold ul .tablinks:hover {
        background-color: #0089D1;
        color: #e1f7ff;
        border: 0;
    }

.AnimalHolderBox .singlepet {
    /*background-image: url(../img/bg-image.png);*/
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    border: none;
    box-shadow: 0px 0px 12px 0px #e5e5e5;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    margin: 0;
    overflow: hidden;
}

    .AnimalHolderBox .singlepet:hover {
        box-shadow: 4px 3px 1px 0px #6fd6ff;
    }


    .AnimalHolderBox .singlepet .pet-img {
        background-color: #eaeaea;
        margin: -20px -10px 10px -10px;
    }


/*.AnimalHolderBox .singlepet:hover .bottomcontrol .greenbg {
        background-color: #a04fcc;
    }*/

.DataFilterNxtPrev {
    display: flex;
    justify-content: space-between;
}
/*.AnimalHolderBox .singlepet::after {
        content:'';
        position:absolute;
        width: 0;
        height: 0;
        border-top: 100px solid red;
        border-right: 100px solid transparent;
    }*/
/*.AnimalHolderBox {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }*/
/*.AnimalHolderBox .petprnt:nth-child(-n+4) {
    margin-top: 0px;
}*/

.AnimalHolderBox .petprnt {
    margin-bottom: 35px;
}

.pet-img-data {
    width: 100%;
    margin: 5px;
}

.petdata {
    background-color: white;
    padding: 0px;
}

.AnimalHolderBox .singlepet .pet_name h4 {
    color: #2d2b2b;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 0;
    font-weight: 600;
    overflow: hidden;
}

.AnimalHolderBox .singlepet .ratings {
    color: #a8a8a8;
    font-size: 18px;
    padding-bottom: 7px;
    padding-top: 10px;
}

    .AnimalHolderBox .singlepet .ratings i {
        color: #0089d1;
    }

    .AnimalHolderBox .singlepet .ratings span {
        color: #a8a8a8;
    }

.AnimalHolderBox .singlepet .bottomcontrol .offer {
    border: none;
    background-color: #eaeaea;
    padding: 11px 12px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    /* width: 71px;*/
}

.AnimalHolderBox .singlepet .bottomcontrol .greenbg {
    background-color: #0089d1;
    color: #fff;
}
/*#featured .col-md-12.col-sm-12.col-xs-12.date-filter-inner {
    height: inherit !important;
    padding-bottom: 50px;
}
.col-md-12.col-sm-12.col-xs-12.date-filter-inner {
    overflow: scroll;
    height: 787px;
    overflow-x: hidden;
}*/
.tools {
    text-align: center;
}

    .tools .tool_title h1 {
        color: #000;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 10px;
        padding-bottom: 20px;
    }

    .tools .paragraph p {
        line-height: 1.8;
        color: #000;
    }

    .tools .tool_icons {
        padding: 20px 0;
    }

    .tools .tools_content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 50%;
        margin: 0 auto;
    }

    .tools .tool_icons p {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        color: #099ba0;
        margin: 10px;
    }

#modalLRForm .tab-content h2 {
    text-align: center;
    margin: 15px 0 10px 0;
}

#modalLRForm form {
    padding: 15px;
}

    #modalLRForm form .modal-footer {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

        #modalLRForm form .modal-footer::after, #modalLRForm form .modal-footer::before {
            display: none;
        }

#modalLRForm .form-group label, #modalLRForm .form-group label i {
    font-size: 16px;
}

#navbar .nav .open > a, #navbar .nav .open > a:focus, #navbar .nav .open > a:hover {
    background: transparent !important;
    color: #5ce1e6 !important;
}

#navbar .dropdown-menu > li > a:focus, #navbar .dropdown-menu > li > a:hover {
    color: #000;
    background-color: inherit;
}

#navbar .dropdown-menu > li > a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

#navbar .nav > li > a {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding-left: 0;
}

.menu .nav > li > a > img {
    vertical-align: bottom;
    margin-right: 7px;
}

.QuickLinkRight .btn {
    min-width: inherit;
    padding: 0;
}

.header .QuickLinkRight img {
    margin-right: 7px;
}

.QuickLinkRight .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    top: 55px;
    padding: 0;
}

/*.QuickLinkRight .dropdown-menu > li > a {
        font-family: 'Roboto', sans-serif;

        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        color: #000;
        text-align: left;
    }*/

.TokenMobileLink {
    display: none;
}

.nametitle {
    color: black !important;
}

.campaign .tab #mainbody {
    width: 100%;
}

#influencerreg .container {
    width: 100%;
    max-width: inherit;
}

#influencerreg .modal-dialog {
    width: 1100px;
}

.MainMenuText {
    display: none;
}

    .MainMenuText a {
        color: #5ce1e6;
        font-size: 25px;
    }

.QuickLinkRight .dropdown-menu li {
    padding: 0;
    border-bottom: 2px solid #f1f1f1;
}

    .QuickLinkRight .dropdown-menu li:last-child {
        border-bottom: none;
    }

.QuickLinkRight .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: inherit;
}

.QuickLinkRight .dropdown-menu li a {
    padding: 7px 10px;
    font-size: 16px;
    text-transform: capitalize;
    color: #0089d1;
    text-align: left;
    font-weight: 400;
}

    .QuickLinkRight .dropdown-menu li a:hover {
        background-color: #e1f7ff;
        color: #0089D1;
    }

    .QuickLinkRight .dropdown-menu li a img {
        margin-right: 5px;
    }

textarea {
    resize: none;
}

    textarea.form-control {
        height: 90px;
    }

.advertise_image .img-responsive {
    height: inherit !important;
}

.services .image .img-responsive {
    height: inherit !important;
    width: 100px;
}


#bottomdiv {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin-top: 10px;
}

/*.bottomcontrol .offer p {

    font-size: 10px;
    font-weight: normal;
}*/

.select-selected {
    background-color: #5ce1e6;
    width: 50px;
    height: 40px;
    border-radius: 8px;
}
    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 17px;
        right: 3px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-color: #000 transparent transparent transparent;
    }
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 3px 5px;
    border: 1px solid transparent;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    color: #000;
    position: relative;
    order: 2;
    margin: 0 10px;
}

.select-items {
    position: absolute;
    background-color: #5ce1e6;
    top: 39px;
    left: -10px;
    right: 0;
    z-index: 99;
    width: 52px;
    margin: 0 auto;
}

#main_title {
    text-align: left;
    background-color: inherit !important;
    float: inherit;
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px;
}

    #main_title .date-display h2 {
        padding: 0 15px;
        line-height: normal;
        font-size: 30px;
        text-transform: none;
        color: #4C30B5;
        text-align: left;
        font-weight: 500;
    }

.ClassTest {
    background-color: inherit;
    border: 3px solid #5bdee3;
    color: #5bdee3;
    font-weight: 600;
}

.services {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #e3e3e3;
    -moz-box-shadow: 0 8px 6px -6px #e3e3e3;
    box-shadow: 0 8px 6px -6px #e3e3e3;
    margin-bottom: 5px;
}

    .services .container {
        display: flex;
        justify-content: space-between
    }


        .services .container:after, .services .container:before {
            display: none;
        }

#divanimalinfluencers .wrapper {
    padding-top: 0;
    margin-top: 0 !important;
}

#divanimalinfluencers #mainbody {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0;
}

.footer .footer_link p {
    color: #0089d1;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.footer {
    background-color: #fff;
    box-shadow: 0px 0px 7px 1px #f5f5f5;
    margin-top: 10px;
}

    .footer .footer_link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .footer .footer_link .social-icon i {
            color: #0089d1;
            font-size: 21px;
        }

    .footer a:hover {
        opacity: 0.5;
    }

.socialli {
    margin-right: 10px;
}

.animalTypeli {
    margin-right: 10px;
}

.nameli {
    margin-left: 10px
}

.btnli {
    margin-top: 19px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.SearchClose {
    color: #ff0000;
}

.colorText {
    color: ghostwhite
}

.Searchbtn {
    padding: 5px 15px;
    background-color: white;
    color: #457BA1;
    margin-top: 4px;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

label.checkbox {
    vertical-align: top;
    line-height: 24px;
    margin: 2px 0;
    display: block;
    height: 24px;
}

.mylabel {
    background-color: #eee;
}

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        min-width: 100px;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #457ba1 solid;
    width: 153px;
    /*height: 100px !important;*/
    position: absolute;
    overflow-y: auto;
    font-weight: 400;
    font-size: 15px;
    background-color: white;
    padding: 6px;
    z-index: 1;
}

    #checkboxes input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin-top: 0 !important;
        margin-right: 4px;
        vertical-align: middle !important;
    }

    #checkboxes label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 2px 0;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

.QuickLinkRight .btn .caret {
    margin-left: 5px;
}

#mediaShoppingcart {
    padding: 80px 15px 0;
}

.SearhFlds {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li.SeacrhLinkMD {
    display: none;
}

.mainmenu {
    background-color: black !important;
}

.OpenHeldperSearchFld .SearhFlds {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .image img {
    margin: 0 auto;
}

.services .image {
    text-align: center;
    padding: 0;
}

    .services .image h3 {
        line-height: 1.4;
        font-size: 18px;
        text-transform: none;
        color: #0089D1;
        margin-top: 5px;
        font-weight: 500;
    }

.logout_btn {
    margin-bottom: 10px;
}

li.SeacrhLinkMD {
    display: inline;
}

.SearhFlds {
    display: none;
    width: 100%;
    order: 3;
    margin-bottom: 10px;
}

.pet-img img {
    border-radius: 50% !important;
    width: 150px !important;
    height: 150px !important;
    margin: 10px auto !important;
}

#divanimalinfluencers .tabcontent {
    background-color: white !important; /*padding: 11px 12px;*/
}

.maindiv {
    background-color: white !important;
}

.inner-content {
    padding: 40px 0;
}


    .inner-content .content-with-left-sidebar {
        border-radius: 15px;
        display: flex;
        overflow: hidden;
        min-height: calc(100vh - 245px);
        box-shadow: 0 0 5px #e3e3e3;
    }

.left-sidebar {
    width: 300px;
    height: 100%;
}

    .left-sidebar ul li {
        border-bottom: 1px solid #ddd;
    }

        .left-sidebar ul li a {
            font-size: 18px;
            color: #0089D1;
            display: block;
            padding: 15px 20px;
            border-left: 4px solid transparent;
        }

        .left-sidebar ul li.active a, .left-sidebar ul li:hover a {
            border-left: 4px solid #0089D1;
        }

.right-content {
    width: calc(100% - 300px);
    padding: 15px;
    border-left: 1px solid #ddd;
}

    .right-content .form-group {
        margin-bottom: 25px;
        font-size: 16px;
    }

        .right-content .form-group label {
            color: #0089D1;
            font-weight: 500;
            font-size: 16px;
            text-align: left;
        }

    .right-content .form-control {
        border: 1px solid #D4D4D4;
        height: 38px;
    }



/*MEDIA START*/
@media(min-height:800px) {
    .date-filter-inner {
        min-height: calc(100vh - 429px);
    }
}

@media(min-width:2560px) {
    .griditemnew {
        width: 313px !important;
    }
}


@media (max-width:1600px) {
    .socialli {
        margin-left: 10px;
    }

    .brand {
        width: auto;
    }
}

@media (max-width:1550px) {
    .navbar-default .navbar-nav > li > a {
        padding: 21px 10px;
    }

    .btnli {
        margin-left: 10px;
    }
}

@media (max-width:1220px) {
    .logout_btn {
        position: absolute;
        right: 16px;
        top: 0;
    }
}

@media (max-width:1050px) {
    .brand img {
        width: 130px;
    }
    /*.navbar-nav {
                float: none;
                margin: 10px auto 10px;
                display: inline-block;
                width: 100%;
            }*/
}

@media (max-width:990px) {
    .contentrow .col-md-12 {
        padding-bottom: 26px !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 21px 5px;
    }
}

@media (max-width: 1050px) and (min-width: 768px) {
    .navbar-nav {
        text-align: center;
    }

        .navbar-nav > li {
            display: inline-block;
            float: none;
        }
}

@media (max-width: 1220px) and (min-width: 768px) {
    #divanimalinfluencers .wrapper {
        padding-top: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 769px) {
    .header {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-toggle-box {
        display: none;
    }
}

@media (max-width:575px) {
    .header_form {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .inline-form {
        display: block !important;
    }
    /*.tab button.active {
                display: block;
                width: 100%;
            }*/
    /*.tab button {
                display: block;
                width: 50%;
            }*/
}

@media(max-width:1350px) {
    .catlider .container, .homeslider .container {
        max-width: inherit;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
}

@media(max-width:1200px) {
    .container {
        max-width: inherit;
        width: 100%;
    }

    .homemenu .navbar-inverse .navbar-nav > li > a {
        padding: 8px 25px;
    }
}

@media(max-width:1100px) {
    #influencerreg .modal-dialog {
        width: 96%;
    }
}

@media(max-width:1036px) {
    .header .logo img {
        max-width: 150px;
    }
}


@media(max-width:1024px) {
    .header .header-content .search-container {
        width: 420px;
        
    }
}


@media(max-width:991px) {
    /*.acountlink span {
        display: none;
    }*/

    .TokenMobileLink {
        display: block;
    }

    /*.tab .tablinks {
        padding: 0px 5px;
    }*/

    .header .header-content .search-container {
        width: 315px;
    }
}

@media(max-width:767px) {
    /*.header .logo {
        display: none !important;
    }*/
    #navbar {
        width: 100%;
        order: 3;
        margin-top: 5px;
    }
    .header .header-content {
     
        flex-wrap: wrap;
    }

    .header .header-content .middle-part, .header .header-content .search-container {
        width: 100%;
        order: 3;
    }

    .mainbody .header .text-left {
        flex-wrap: wrap;
        align-items: center;
    }

    .header .QuickLinkRight .btn {
        padding: 0;
    }

    /*.header .QuickLinkRight li {
        padding: 0 10px;
    }*/

    .header .MainMenuText {
        display: none;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc;
    }

    .header .logo img {
        max-width: 100px;
    }

    .innerheader .logo {
        display: inline-block !important;
    }

    .innerheader .container {
        flex-wrap: wrap;
    }

    .text-center {
        width: 100%;
        order: 3;
        margin-top: 15px;
    }

    .homemenu .navbar-brand {
        display: block;
    }

    .homemenu .navbar-dark .navbar-nav .nav-link {
        padding: 8px 8px;
    }

    .featureswrapper .col-md-4 {
        margin: 20px 0;
    }

    /*.header a:not(:last-child) {
        margin-right: 5px;
    }*/

    .homemenu .navbar-collapse {
        border: 0;
        box-shadow: none;
    }

    .footer img {
        max-width: 35px;
    }

    .footer .foot-links a {
        font-size: 13px;
       
    }
        .footer .foot-links a + a {
            margin-left: 5px;
        }

    .footer .footer_link .social-icon i {
        color: #0089d1;
        font-size: 16px;
    }
    .footer .social-icon a:not(:last-child) {
        margin-right: 8px;
    }
    .footer .social-icon svg
    {
        width:18px;
        height:18px;
    }
    .footer .footerright {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer .foot-links {
        margin-right: 5px;
    }
    .LoginLanding .LogoMobBeforeLogin {
        display: block;
        text-align: center;
        padding-top: 5px;
    }

        .LoginLanding .LogoMobBeforeLogin .logo img {
            max-width: 120px;
        }

    .LoginLanding .header {
        padding-top: 5px;
    }

        .LoginLanding .header .text-left .logo {
            display: none;
            text-align: center;
        }

        .LoginLanding .header .btn-skyblue {
            min-width: inherit;
            padding: 3px 5px;
        }

    .highlightbanner h1 {
        font-size: 4.6vw;
        margin-bottom: 20px;
    }

    .homesearchbar .form-control {
        padding: 30px 70px 30px 15px;
    }

    .tab .navbar-nav {
        margin: 0;
    }

    .MainMenuText a {
        font-size: 18px;
    }

    .SearhFlds form {
        width: 100%;
    }
    .footer .footer_link {
      
        flex-direction: column-reverse;
    }

    .AnimalHolderBox .petprnt {

        padding: 0;
    }
    .inner-content .content-with-left-sidebar {
        flex-direction: column;
    }

    .left-sidebar {
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
    }


        .left-sidebar ul {
            display: flex;
            overflow-x: auto;
        }

            .left-sidebar ul li {
                border-bottom: 0;
                flex: 0 0 auto;
                width: auto;
            }

    .right-content {
        width: 100%;
        padding: 15px;
        border-left: 0;
    }
    #main_title {
     

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pets_info_heading p {
        font-size: 12vw;
    }
}

@media(max-width:435px) {
    .header .QuickLinkRight .UserInfo  .titlename {
        display: none;
    }
    .header .QuickLinkRight svg {
        width: 30px;
        height: 30px;
    }
    .footer .foot-links a {
        font-size: 11px;
    }
    #bottomdiv {
        flex-direction: column;
    }

    .AnimalHolderBox .singlepet .bottomcontrol .offer {
  
        width: 100%;
    }
        .AnimalHolderBox .singlepet .bottomcontrol .offer + .offer {
            margin-top:15px;
        }
}


@media(max-width:360px) {
    /*.header .token img {
        max-width: 15px;
    }

    .header .dropdown-toggle img {
        max-width: 20px;
    }*/

    /*.header .QuickLinkRight li {
        padding: 0 5px;
    }*/

    .homesearchbar .form-control {
        font-size: 16px;
    }

    .midbannerinfo .bannerholder h2, .midbannerinfo .bannerholder h3 {
        font-size: 35px;
    }

    .footer .text-left {
        font-size: 12px;
    }

    .footer img {
        max-width: 26px;
    }
}

@media(min-width:992px) {
    .brandinginfowrapper .row {
        display: flex;
    }
}

@media(min-width:768px) {
    #myNavbar {
        display: flex !important;
        display: -ms-flexbox !important;
        flex-direction: row !important;
        -ms-flex-direction: row !important;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:890px) and (min-width:768px) {
    .header .logo img {
        max-width: 120px;
    }

    .header #navbar .nav > li > a {
        padding: 10px 4px;
    }

    .header #navbar {
        padding: 0;
    }

    /*.header .QuickLinkRight .TokenLi {
        display: none;
    }*/
}
