@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@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");

.switch {
    font-size: 1rem;
    position: relative
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * .8) * 2);
            border-radius: calc(2.375rem * .8);
            height: calc(2.375rem * .8);
            line-height: calc(2.375rem * .8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem)
        }

            .switch input + label::before, .switch input + label::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * .8) * 2);
                bottom: 0;
                display: block
            }

            .switch input + label::before {
                right: 0;
                background-color: #dee2e6;
                border-radius: calc(2.375rem * .8);
                transition: 0.2s all
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: 21px;
                height: 21px;
                border-radius: 50%;
                background-color: #fff;
                transition: 0.2s all
            }

        .switch input:checked + label::before {
            background-color: red
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * .8)
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 .2rem rgba(255,0,0,0.25)
        }

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef
            }

    .switch.switch-sm {
        font-size: .875rem
    }

        .switch.switch-sm input + label {
            min-width: 50px;
            height: 25px;
            line-height: 24.8px;
            text-indent: 57.6px
        }

            .switch.switch-sm input + label::before {
                width: calc(calc(1.9375rem * .8) * 2)
            }

            .switch.switch-sm input + label::after {
                width: calc(calc(1.9375rem * .8) - calc(2px * 2));
                height: calc(calc(1.9375rem * .8) - calc(2px * 2))
            }

        .switch.switch-sm input:checked + label::after {
            margin-left: calc(1.9375rem * .8)
        }

    .switch.switch-lg {
        font-size: 1.25rem
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * .8) * 2);
            height: calc(3rem * .8);
            line-height: calc(3rem * .8);
            text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem)
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * .8) * 2)
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * .8) - calc(2px * 2));
                height: calc(calc(3rem * .8) - calc(2px * 2))
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * .8)
        }

    .switch + .switch {
        margin-left: 1rem
    }

body {
    font-family: 'Poppins', sans-serif;
    color: #232323;
    line-height: 1.7;
    font-size: 16px;
    margin: 0
}

.custom-scrollbar ::-webkit-scrollbar {
    width: 20px
}

.custom-scrollbar ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px
}

    .custom-scrollbar ::-webkit-scrollbar-thumb:hover {
        background: #b30000
    }

.d-block {
    display: block !important
}

.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
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.05em;
    color: #000000
}

a {
    color: #0089d1
}

    a:hover {
        text-decoration: none;
        color: #0089d1
    }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif
}

.text-black {
    color: #000 !important
}

.text-blue {
    color: #0089d1 !important
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    ul li {
        margin: 0;
        padding: 0
    }

.form-control:focus {
    border-color: #0089d1;
    box-shadow: none
}

.form-control-gray {
    background-color: #f3f3f4;
    border-color: transparent
}

    .form-control-gray:focus {
        border: 1px solid #0089d1
    }

.nav > li > a:hover {
    background-color: inherit
}

.btn {
    cursor: pointer;
    box-shadow: none;
    font-weight: bold;
    text-transform: capitalize;
    min-width: 125px;
    font-size: 20px;
    padding: 8px 15px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    border-radius: 5px;
    outline: 0
}

/*.ThemeModal .modal-header {
    background-color: #0089d1
}

    .ThemeModal .modal-header h4 {
        color: #fff
    }

.ThemeModal .modal-content {
    border-radius: 15px;
    border: 0;
    overflow: hidden
}

    .ThemeModal .modal-content p {
        font-size: 16px;
        letter-spacing: normal
    }

.ThemeModal .close {
    background-color: #fff;
    color: #0089d1;
    text-decoration: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}*/

.multiselect-container {
    box-shadow: 0 3px 12px rgba(0,0,0,0.175);
    margin: 0
}

    .multiselect-container .checkbox {
        margin: 0
    }

    .multiselect-container li {
        margin: 0;
        padding: 0;
        line-height: 0
    }

        .multiselect-container li a {
            line-height: 25px;
            margin: 0;
            padding: 0 35px
        }

    .multiselect-container .custom-btn {
        width: 100% !important
    }

        .multiselect-container .custom-btn .btn, .multiselect-container .custom-multi {
            text-align: left;
            width: 100% !important
        }

    .multiselect-container .dropdown-menu > .active > a:hover {
        color: inherit
    }

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, .btn-skyblue:focus {
    color: #fff;
    border-color: #0089d1;
    background-color: #0089d1
}

    .btn-skyblue:hover, .btn-skyblue-border {
        color: #0089d1;
        background-color: transparent;
        border-color: #0089d1
    }

    .btn-skyblue:not([disabled]):not(.disabled).active, .btn-skyblue:not([disabled]):not(.disabled):active, .show > .btn-skyblue.dropdown-toggle {
        color: #fff;
        border-color: #0089d1;
        background-color: #0089d1;
        box-shadow: none;
        outline: 0
    }

.liststyle {
    margin: 0;
    padding: 0
}

    .liststyle li {
        position: relative;
        padding-left: 15px;
        font-size: 22px
    }

        .liststyle li:not(:last-child) {
            margin-bottom: 2px
        }

        .liststyle li:after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #000;
            top: 12px;
            left: 0
        }

.checkstylelist li {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    position: relative;
    padding-left: 35px
}

    .checkstylelist li .checkstylelist {
        margin-left: 25px;
        margin-top: 25px
    }

    .checkstylelist li:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 20px;
        height: 27px;
        background-image: url("../../../Images/icons8-checkmark-104 1.png")
    }

    .checkstylelist li:not(:last-child) {
        margin-bottom: 12px
    }

.IconList li {
    background: #FFFFFF;
    border: 2px solid #DBDBDB;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px;
    display: flex
}

    .IconList li:not(:last-child) {
        margin-bottom: 25px
    }

    .IconList li .icon {
        width: 59px;
        margin-right: 15px
    }

        .IconList li .icon img {
            width: 100%
        }

    .IconList li .titlename {
        width: calc(100% - 74px);
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 55px;
        letter-spacing: 0.05em;
        color: #000000
    }

.container {
    max-width: 1310px;
    width: 100%
}

.login {
    background-color: inherit;
    border: none;
    color: #000;
    line-height: 1.4;
    font-size: 21px;
    text-transform: none
}

.header .navbar {
    padding: 0
}

.header .navbar-brand {
    color: #0089d1;
    font-weight: 700;
    font-size: 34px;
    padding: 0
}

@media only screen and (max-width: 768px) {
    .header .navbar-brand {
        font-size: 18px;
        padding: 19px 0 0 0
    }
}

.header .navbar-light .navbar-nav .nav-link {
    line-height: 1.4;
    font-size: 20px;
    color: #000
}

    .header .navbar-light .navbar-nav .nav-link:hover {
        color: #0089d1
    }

.header .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    min-height: inherit
}

    .header .navbar-inverse .navbar-brand {
        padding-top: 19px;
        height: auto
    }

@media only screen and (max-width: 767px) {
    .header .navbar-inverse .navbar-brand {
        padding-top: 0px
    }
}

.header .navbar-inverse .navbar-brand:hover {
    color: #0089d1
}

.header .navbar-inverse .navbar-nav > li > a {
    line-height: 1.4;
    font-size: 20px;
    color: #000
}

.header .navbar-inverse .navbar-nav > li {
    margin-left: 20px
}

@media only screen and (max-width: 1096px) {
    .header .navbar-inverse .navbar-nav > li {
        margin-left: 10px
    }
}

.header .nav-item {
    margin-left: 10px
}

@media only screen and (max-width: 1096px) {
    .header .nav-item {
        margin-left: 10px
    }
}

.header .navbar-inverse .navbar-nav > li > a:hover {
    color: #0089d1
}

.header .navbar-inverse .navbar-nav > .open > a, .header .navbar-inverse .navbar-nav > .open > a:focus, .header .navbar-inverse .navbar-nav > .open > a:hover {
    color: #0089d1;
    background-color: transparent
}

.header .dropdown-menu > li > a {
    font-size: 15px;
    font-weight: 400;
    padding: 8px 12px
}

    .header .dropdown-menu > li > a:hover {
        background-color: #0089d1
    }

.header .text-left a {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 17.7345px;
    color: #000;
    font-weight: normal !important
}

    .header .text-left a:not(:last-child) {
        margin-right: 30px
    }

    .header .text-left a:hover {
        color: #0089d1
    }

@media only screen and (max-width: 767px) {
    .header .text-right .navbar-right a {
        font-size: 14px !important
    }
}

.header {
    padding: 20px 0 10px 0;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    transition: 0.5s all ease
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 10px 0
    }
}

.header-fixed {
    padding: 10px 0
}

    .header-fixed .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px
    }

    .header-fixed .navbar-inverse .navbar-brand {
        padding: 7px 0 0 0;
        font-size: 25px
    }

@media only screen and (max-width: 768px) {
    .header-fixed .navbar-inverse .navbar-brand {
        padding-top: 0px;
        font-size: 18px
    }
}

.header-fixed .navbar-inverse .btn-skyblue {
    padding: 10px 10px
}

.header .header_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.header_menu {
    background-color: #f1f0f0;
    padding: 12px 0;
    text-align: center
}

.header .navbar-inverse .btn-skyblue {
    color: #fff !important;
    font-weight: normal !important;
    line-height: 0.8 !important;
    min-width: 110px;
    font-weight: 600
}

.header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0089d1
}

.header .navbar-inverse .btn-skyblue:hover {
    color: #0089d1 !important;
    font-weight: normal !important;
    line-height: 0.8 !important
}

.header .navbar-inverse .btn-skyblue:active, .header .navbar-inverse .btn-skyblue:focus {
    color: #0089d1 !important;
    background-color: transparent
}

.header_menu a {
    line-height: 1.4;
    font-size: 26px;
    text-transform: none;
    color: #1a171b;
    margin: 25px
}

#loginpage {
    border: none;
    color: #0089d1;
    background-color: white
}

.bodypawd .header {
    padding-bottom: 0
}

.bodypawd .section-body {
    min-height: calc(100vh - 197px);
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    .bodypawd .section-body {
        min-height: calc(100vh - 146px)
    }
}

.LoginCard {
    width: 400px;
    border: 1px solid #0089d1;
    border-radius: 10px;
    box-shadow: 0 0 5px RGBA(0, 0, 0, 0.5);
    padding: 35px 25px;
    margin: 35px 15px
}

    .LoginCard h2 {
        margin: 15px 0 25px 0;
        color: #0089d1;
        font-size: 22px;
        text-align: center
    }

    .LoginCard .form-control {
        padding-left: 40px
    }

    .LoginCard .form-group {
        position: relative;
        display: flex
    }

        .LoginCard .form-group a {
            color: #0089d1
        }

        .LoginCard .form-group i {
            position: absolute;
            top: 3px;
            left: 7px;
            background-color: #3276b1;
            color: #fff;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center
        }

    .LoginCard .ForgotPassFooter .btn {
        margin-bottom: 15px
    }

    .LoginCard .ForgotPassFooter .btn-link {
        border-bottom: 1px solid #0089d1
    }

        .LoginCard .ForgotPassFooter .btn-link:hover {
            text-decoration: none
        }

@media (min-width: 992px) {
    .welcome-banner .leftside {
        padding-left: 50px
    }
}

.welcome-banner .row {
    display: flex
}

.section-additional-service .section-title {
    margin-bottom: 60px
}

.section-additional-service .Leftside {
    min-height: 350px;
    display: flex;
    align-items: center
}

@media (min-width: 992px) {
    .section-additional-service .Leftside {
        padding-left: 50px
    }
}

.section-additional-service .IconList {
    max-width: 600px
}

.production-intro h2 {
    font-size: 55px;
    color: #0089d1;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 65px
}

    .production-intro h2 + p {
        margin: 20px 0 0 0
    }

.production-intro .btn {
    margin-top: 20px
}

.production-intro .liststyle {
    margin-bottom: 10px
}

    .production-intro .liststyle li {
        margin-bottom: 0px
    }

@media (min-width: 992px) {
    .production-intro .leftside {
        padding-left: 50px
    }
}

.production-intro .RightSide {
    margin-top: 45px
}

.welcome-banner h2 {
    font-size: 75px;
    color: #0089d1;
    font-weight: 800;
    margin-top: 50px
}

@media only screen and (max-width: 768px) {
    .welcome-banner h2 {
        font-size: 52px
    }
}

.welcome-banner p {
    color: #000;
    font-size: 25px;
    margin: 10px 0 25px 0;
    line-height: 1.8
}

.pets_info_heading p {
    font-size: 95px;
    font-weight: normal;
    color: #000;
    padding-top: 40px;
    text-align: center
}

.pets_info .right_content {
    line-height: 1.4;
    font-size: 18.6667px;
    text-transform: none;
    text-align: center
}

    .pets_info .right_content h3 {
        font-size: 35px;
        font-weight: bolder;
        line-height: 2.3
    }

    .pets_info .right_content h4 {
        font-size: 23px;
        font-weight: bold;
        line-height: 2.3
    }

    .pets_info .right_content p {
        line-height: 1.4;
        font-size: 28px;
        width: 80%;
        margin: 10px auto
    }

.button .btn-skyblue {
    line-height: 42px;
    font-size: 25.865px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 10px;
    width: 197px;
    height: 56px
}

.button {
    margin: 30px 0;
    text-align: center
}

.pets_info .pet_content_service .image img {
    margin: 0 auto
}

.pets_info .pet_content_service {
    padding-top: 60px
}

.contentlicence, .membership {
    background-color: #f1f0f0
}

    .contentlicence .left_content_licence .pets_info_heading p {
        padding-top: 0 !important;
        line-height: 1.8
    }

.text p {
    line-height: 1.4;
    font-size: 20.6667px;
    text-transform: none;
    color: #000;
    width: 55%;
    margin: 0 auto
}

.text span {
    display: block;
    line-height: 1.4;
    font-size: 22.3333px;
    text-transform: none;
    color: #000;
    margin: 15px 0
}

.text {
    text-align: center
}

.collaboration .text p, .production .text p {
    line-height: 1.4;
    font-size: 20.6667px;
    text-transform: none;
    color: #000;
    width: 67%;
    margin: 0 auto
}

.collaboration .text span, .production .text span {
    display: block;
    line-height: 1.4;
    font-size: 30.3333px;
    text-transform: none;
    color: #000;
    margin: 15px 0
}

.rescue .image {
    text-align: center;
    padding-top: 50px
}

.rescue .text a {
    color: #23858a
}

.rescue .text p {
    width: 100%;
    font-size: 30px
}

.rescue .text span {
    font-size: 40px
}

.price_option .first_option h3 {
    line-height: 1.4;
    font-size: 30px;
    text-transform: uppercase;
    color: #1a171b
}

.price_option .first_option p {
    line-height: 1.4;
    font-size: 21px;
    text-transform: none;
    color: #000
}

.price_option .first_option {
    text-align: center;
    padding: 30px 0
}

.membership .button .btn-skyblue {
    width: 175px !important;
    padding: 27px 14px;
    line-height: 6px;
    font-size: 33px;
    margin: 0 auto
}

.membership .button .btn-gray {
    width: 175px;
    padding: 22px 14px;
    line-height: 6px;
    font-size: 21px;
    margin: 0 auto;
    background-color: #a6a6a6;
    color: #000;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: normal;
    margin-top: 20px;
    border: 1px solid #a6a6a6
}

    .membership .button .btn-gray:hover {
        background-color: transparent;
        border: 1px solid #a6a6a6
    }

.membership .button a {
    display: block
}

.footer {
    background-color: #000;
    padding: 20px 0
}

    .footer a {
        outline: 0;
        text-decoration: none
    }

    .footer .text-left a, .footer .text-right a {
        line-height: 1.4;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff
    }

.singlepet li {
    font-size: 23px;
    width: 100% !important;
    text-align: center
}

.singlepet {
    padding: 0px
}

.login:hover {
    color: #0089d1
}

.modal-body a.frgtpwdlink {
    background-color: inherit;
    border: none;
    color: #0089d1;
    font-size: 15px
}

#modalLRForm .tab-content .forGetpassBody h2 {
    margin-bottom: 25px
}

@media only screen and (max-width: 450px) {
    #modalLRForm .tab-content .forGetpassBody .btn {
        display: block;
        width: 100%
    }

        #modalLRForm .tab-content .forGetpassBody .btn + .btn {
            margin-top: 15px
        }
}

@media only screen and (max-width: 450px) {
    #mailpass .modal-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 450px) {
    #mailpass .btn {
        display: block;
        width: 100%;
        margin-left: 0
    }

        #mailpass .btn + .btn {
            margin-top: 15px
        }
}

#modalLRForm .modal-content {
    background-color: #fff;
    border-color: #0089d1;
    font-size: 20px
}

.signupoption {
    width: 600px
}

#influencer .modal-dialog {
    width: inherit
}

#newbrand .modal-dialog {
    width: inherit !important
}

.tab-content .md-form form-sm mb-5 {
    padding: 18px
}

.tab-content .md-form form-sm mb-4 {
    padding: 18px
}

#btnlogin {
    color: #fff;
    border-color: #0089d1;
    background-color: #0089d1
}

    #btnlogin:hover {
        color: #0089d1;
        background-color: transparent
    }

.siguppopup {
    width: fit-content
}

#main-content {
    color: white
}

#footerlogin {
    display: flex;
    justify-content: space-between
}

#influencerdetail {
    padding: 50px !important
}

.header .MobTopLink {
    display: none
}

.header .container:after, .footer .container:after, .header .container:before, .footer .container:before {
    display: none
}

.header .text-left a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600
}

.header .text-right .btn-skyblue {
    min-width: inherit;
    border-radius: 7px;
    font-size: 16px;
    width: 112px
}

@media only screen and (max-width: 768px) {
    .header .text-right .btn-skyblue {
        width: auto
    }
}

.header .token img {
    margin-right: 5px;
    vertical-align: middle
}

.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: #0089d1
        }

.homemenu {
    margin-bottom: 15px
}

    .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: #0089d1
        }

.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: #0089d1
}

    .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: #0089d1;
    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: #0089d1;
    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 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 {
    border-radius: inherit !important;
    width: 100% !important;
    height: 255px !important;
    object-fit: cover !important;
    margin: 0 !important
}

.QuickLinkRight li {
    display: inline-block;
    padding: 10px
}

.QuickLinkRight .dropdown-menu li {
    display: block !important
}

.QuickLinkRight .btn {
    padding: 10px 0
}

.header_text {
    text-align: center;
    padding-bottom: 9px
}

    .header_text h1 {
        color: #0089d1;
        text-transform: uppercase;
        font-size: 50px;
        line-height: 1.5;
        letter-spacing: 11px;
        font-weight: 600
    }

.contentholder .followers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    .contentholder .followers p {
        height: inherit !important;
        font-style: normal;
        color: #fff;
        text-transform: uppercase;
        padding-top: 12px;
        font-weight: 500
    }

.AnimalHolderBox .singlepet {
    background-color: #000;
    border-radius: 18px;
    padding: 20px
}

.petdata {
    background-color: white;
    padding: 0px
}

.AnimalHolderBox .singlepet .pet_name h4 {
    color: #5bdee3;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
    overflow: hidden
}

.AnimalHolderBox .singlepet .ratings {
    color: #5bdee3;
    font-size: 18px;
    padding-bottom: 7px
}

    .AnimalHolderBox .singlepet .ratings span {
        color: #fff
    }

.AnimalHolderBox .singlepet .bottomcontrol .offer {
    border: 1px solid;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase
}

#featured .col-md-12.col-sm-12.col-xs-12.date-filter-inner {
    height: inherit !important;
    padding-bottom: 50px
}

.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;
    color: #0089d1
}

#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;
    color: #333
}

#navbar .nav .open > a, #navbar .nav .open > a:focus, #navbar .nav .open > a:hover {
    background: transparent !important;
    color: #0089d1 !important
}

#navbar .dropdown-menu > li > a:focus, #navbar .dropdown-menu > li > a:hover {
    color: #000;
    background-color: #0089d1
}

#navbar .nav > li > a {
    padding: 10px 10px
}

.QuickLinkRight .btn {
    min-width: inherit
}

.TokenMobileLink {
    display: none
}

.nametitle {
    color: black !important
}

.campaign .tab #mainbody {
    width: 100%
}

#influencerreg .container {
    width: 100%;
    max-width: inherit
}

#influencerreg .modal-dialog {
    width: 1100px
}

#influencerreg .logo {
    display: none
}

.signup_info .text p {
    width: 100%
}

.MainMenuText {
    display: none
}

    .MainMenuText a {
        color: #0089d1;
        font-size: 25px
    }

.QuickLinkRight .dropdown-menu li {
    padding: 5px
}

    .QuickLinkRight .dropdown-menu li a {
        padding: 5px
    }

        .QuickLinkRight .dropdown-menu li a img {
            margin-right: 5px
        }

textarea {
    resize: none
}

    textarea.form-control {
        height: 90px
    }

.section-body {
    min-height: calc(100vh - 257px)
}

.section-wrapper {
    padding: 40px 0
}

@media only screen and (max-width: 768px) {
    .section-wrapper {
        padding: 40px 0
    }
}

#discover-content {
    padding-top: 0
}

#work-with-us-content {
    min-height: auto
}

.section-title h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 65px;
    color: #0089D1;
    letter-spacing: 0.05em
}

    .section-title h2 span {
        color: #000
    }

.section-humberg-menu {
    display: none
}

.inner-pages-banner-title {
    padding: 25px 0;
    text-align: center
}

.inner-pages-banner-title {
    padding: 25px 0;
    text-align: center
}

.inner-pages-banner-title {
    padding: 35px 0;
    text-align: center;
    background: #fbfbfb
}

.section-title {
    margin-bottom: 40px
}

.section-info-content p + a {
    display: inline-block;
    margin-top: 20px
}

.inner-pages-banner-title h2, .section-title h2 {
    font-weight: 900;
    font-size: 60px;
    color: #0089d1
}

@media only screen and (max-width: 768px) {
    .inner-pages-banner-title h2, .section-title h2 {
        font-size: 40px
    }
}

.inner-pages-banner-title p, .section-title p, .section-title a {
    font-weight: 700;
    font-size: 25px;
    color: #0089d1;
    margin-top: 15px;
    outline: 0;
    text-decoration: none
}

    .inner-pages-banner-title h2 span, .inner-pages-banner-title p span, .section-title h2 span, .section-title p span, .section-title a span {
        color: #000
    }

.work-with-us-wrapper {
    position: relative;
    z-index: 1
}

    .work-with-us-wrapper .section-title {
        margin-bottom: 100px
    }

@media only screen and (max-width: 768px) {
    .work-with-us-wrapper .section-title {
        margin-bottom: 60px
    }
}

.work-with-us-wrapper .dropdown-menu {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .work-with-us-wrapper .dropdown-menu {
        width: 100%
    }
}

.work-with-us-wrapper .dropdown-menu .dropdown-item {
    display: block
}

    .work-with-us-wrapper .dropdown-menu .dropdown-item:not(:last-child) {
        margin-bottom: 15px
    }

.work-with-us-wrapper .nav-tabs {
    border-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px
}

    .work-with-us-wrapper .nav-tabs .nav-item {
        margin-bottom: 20px;
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px
    }

@media only screen and (max-width: 767px) {
    .work-with-us-wrapper .nav-tabs .nav-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.work-with-us-wrapper .nav-tabs .nav-link {
    background: #FFFFFF;
    border: 2px solid #DBDBDB;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 8px 5px;
    display: flex;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    align-items: center;
    font-size: 22px
}

    .work-with-us-wrapper .nav-tabs .nav-link .white-img {
        display: none
    }

    .work-with-us-wrapper .nav-tabs .nav-link.active {
        background-color: #0089d1;
        color: #fff
    }

        .work-with-us-wrapper .nav-tabs .nav-link.active .white-img {
            display: block
        }

        .work-with-us-wrapper .nav-tabs .nav-link.active .blue-img {
            display: none
        }

    .work-with-us-wrapper .nav-tabs .nav-link img {
        max-height: 70px;
        margin: 0 25px
    }

@media (min-width: 992px) {
    .section-video .LeftSide {
        padding-left: 50px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 991px) {
    .section-video .RightSide {
        margin-top: 45px
    }
}

.section-price .plans-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px
}

@media only screen and (max-width: 991px) {
    .section-price .plans-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-price .plans-list .single-plan {
    width: 30%;
    border: 2px solid #0089d1;
    border-radius: 10px;
    padding: 20px;
    min-height: 450px
}

@media only screen and (max-width: 991px) {
    .section-price .plans-list .single-plan {
        width: 100%
    }

        .section-price .plans-list .single-plan:not(:last-child) {
            margin-bottom: 25px
        }
}

.section-price .plans-list .single-plan h3 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    color: #0089d1;
    line-height: 1.3;
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .section-price .plans-list .single-plan h3 span {
        font-weight: 700
    }

.section-booking .RightSide {
    margin-top: 30px
}

.work-with-us-wrapper .work-with-option .select-choice-work {
    display: flex;
    justify-content: center;
    line-height: 1
}

    .work-with-us-wrapper .work-with-option .select-choice-work .dropdown-toggle:focus {
        background-color: transparent;
        color: #0089d1
    }

    .work-with-us-wrapper .work-with-option .select-choice-work .dropdown-toggle::after {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        bottom: -2px;
        right: -15px;
        border: 0
    }

    .work-with-us-wrapper .work-with-option .select-choice-work .btn-primary:not(:disabled):not(.disabled):active {
        background-color: transparent;
        color: #0089d1
    }

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .work-with-us-wrapper .work-with-option.work-with-option-align-change .dropdown {
        width: calc(100% - 211px);
        text-align: left
    }

        .work-with-us-wrapper .work-with-option.work-with-option-align-change .dropdown .btn-primary {
            font-size: 46px
        }
}

.work-with-us-wrapper .work-with-option.work-with-option-align-change .select-choice-work {
    justify-content: flex-start
}

.work-with-us-wrapper .work-with-option .title {
    font-size: 60px;
    font-weight: 900;
    color: #000;
    margin-right: 25px
}

@media only screen and (max-width: 767px) {
    .work-with-us-wrapper .work-with-option .title {
        font-size: 38px
    }
}

.work-with-us-wrapper .work-with-option .btn-primary {
    padding: 0;
    font-size: 60px;
    color: #c4c4c4;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #0089d1;
    background-color: transparent;
    text-transform: inherit;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    white-space: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: lowercase;
    pointer-events: none;
    position: relative
}

@media only screen and (max-width: 767px) {
    .work-with-us-wrapper .work-with-option .btn-primary {
        font-size: 30px;
        margin-top: 5px
    }
}

.work-with-us-wrapper .work-with-option .dropdown-menu a span {
    display: none
}

.work-with-us-wrapper .work-with-option .btn-primary .choosetext {
    color: #c4c4c4;
    position: relative;
    display: block
}

    .work-with-us-wrapper .work-with-option .btn-primary .choosetext:after {
        content: '.';
        font-size: 20px;
        color: #000;
        position: absolute;
        bottom: -6px;
        right: -20px
    }

.work-with-us-wrapper .work-with-option .dropdown-menu a {
    font-size: 30px;
    font-weight: 700;
    color: #666;
    padding: 6px 15px;
    display: block
}

@media only screen and (max-width: 767px) {
    .work-with-us-wrapper .work-with-option .dropdown-menu a {
        font-size: 20px
    }
}

.work-with-us-wrapper .work-with-option .dropdown-menu a:hover {
    color: #0089d1;
    background-color: transparent
}

.work-with-us-wrapper .work-with-option .option-content .single-option {
    padding: 60px 0 0 0
}

@media only screen and (max-width: 767px) {
    .work-with-us-wrapper .work-with-option .option-content .single-option {
        padding: 40px 0
    }
}

.work-with-us-wrapper .work-with-option .option-content p {
    font-size: 30px;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .work-with-us-wrapper .work-with-option .option-content p {
        font-size: 20px
    }
}

.work-with-us-wrapper .work-with-option .option-content .container-fluid {
    max-width: 900px
}

.meet-the-team-wrapper a {
    outline: 0
}

    .meet-the-team-wrapper a:hover, .meet-the-team-wrapper a:focus {
        outline: 0;
        text-decoration: none
    }

.meet-the-team-wrapper .nav-tabs {
    display: flex;
    justify-content: flex-start;
    border: 0
}

    .meet-the-team-wrapper .nav-tabs:before, .meet-the-team-wrapper .nav-tabs:after {
        display: none
    }

    .meet-the-team-wrapper .nav-tabs li {
        flex: 0 0 auto;
        width: 301px
    }

        .meet-the-team-wrapper .nav-tabs li:not(:last-child) {
            flex: 0 0 auto;
            margin-right: 50px
        }

    .meet-the-team-wrapper .nav-tabs > li > a, .meet-the-team-wrapper .nav-tabs > li.active > a {
        padding: 0;
        border-radius: 0;
        border: 0
    }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #0089d1;
    background-color: transparent;
    outline: 0
}

.meet-the-team-wrapper .nav-tabs img {
    width: 100%;
    border-radius: 3px
}

.meet-the-team-wrapper .nav-tabs span {
    display: block;
    font-size: 35px;
    text-transform: capitalize;
    color: #000;
    font-weight: 900;
    margin-top: 10px;
    text-align: center
}

.meet-the-team-wrapper .tab-pane {
    padding: 25px 0 0 0
}

@media only screen and (max-width: 992px) {
    .meet-the-team-wrapper .tab-pane .image-holder img {
        width: 100%
    }
}

.meet-the-team-wrapper p {
    font-size: 20px
}

.meet-the-team-wrapper .tab-content {
    margin-top: 50px
}

    .meet-the-team-wrapper .tab-content .image-holder span {
        display: block;
        font-size: 35px;
        text-transform: capitalize;
        color: #0089d1;
        font-weight: 900;
        margin-top: 10px;
        text-align: center
    }

.meet-the-team-wrapper .image-holder {
    position: relative
}

    .meet-the-team-wrapper .image-holder img {
        border-radius: 3px
    }

    .meet-the-team-wrapper .image-holder .learn-more {
        background-color: RGBA(0, 137, 289, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        color: #000;
        font-weight: 700;
        opacity: 0;
        transition: 0.5s all ease
    }

.meet-the-team-wrapper .nav-tabs a:hover .image-holder .learn-more {
    opacity: 1
}

.meet-the-team-wrapper .how-it-all-started-wrapper {
    padding-bottom: 0
}

    .meet-the-team-wrapper .how-it-all-started-wrapper .image-holder img {
        margin: 0 auto
    }

    .meet-the-team-wrapper .how-it-all-started-wrapper p {
        font-size: 18px
    }

.contact-us-wrapper {
    padding-bottom: 120px
}

    .contact-us-wrapper .map-holder {
        margin-top: 40px
    }

        .contact-us-wrapper .map-holder iframe {
            width: 100%
        }

        .contact-us-wrapper .map-holder img {
            position: absolute;
            bottom: -60px;
            left: -60px
        }

@media only screen and (max-width: 1440px) {
    .contact-us-wrapper .map-holder img {
        bottom: -60px;
        left: 0
    }
}

.contact-us-wrapper h6 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .contact-us-wrapper h6 {
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 30px;
        margin-top: 120px
    }
}

.form-control-border-style {
    border: 0;
    border-bottom: 2px solid #a6a6a6;
    box-shadow: none;
    font-size: 16px;
    min-height: 40px
}

    .form-control-border-style:focus {
        background: #fcfeff;
        border-bottom: 2px solid #0089d1
    }

.contact-us-wrapper .form-group {
    margin-bottom: 30px
}

.ad-wrappers h2 {
    color: #000;
    font-size: 55px;
    font-weight: 900
}

@media only screen and (max-width: 767px) {
    .ad-wrappers h2 {
        font-size: 40px
    }
}

.ad-wrappers h2 span {
    color: #0089d1
}

.ad-wrappers p {
    margin: 10px 0 20px 0;
    font-size: 20px
}

.ad-wrappers .SectionRight {
    background-image: url(../img/white-bird.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 350px;
    padding-top: 150px
}

@media only screen and (max-width: 1024px) {
    .ad-wrappers .SectionRight .col-lg-9 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }
}

@media only screen and (max-width: 992px) {
    .ad-wrappers .SectionRight .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 812px) {
    .ad-wrappers .SectionRight {
        padding-top: 0;
        background-image: none
    }
}

.ad-wrappers .SectionRight .input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

    .ad-wrappers .SectionRight .input-group .form-control {
        width: 200px;
        border-radius: 0
    }

@media only screen and (max-width: 812px) {
    .ad-wrappers .SectionRight .input-group .form-control {
        width: 100%
    }
}

@media only screen and (max-width: 812px) {
    .ad-wrappers .SectionRight .input-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ad-wrappers .SectionLeft {
    padding-top: 150px
}

@media only screen and (max-width: 992px) {
    .ad-wrappers .SectionLeft {
        padding-top: 0px
    }
}

.ad-wrappers .input-group-btn:last-child > .btn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: 15px
}

@media only screen and (max-width: 812px) {
    .ad-wrappers .input-group-btn:last-child > .btn {
        margin-left: 0px;
        margin-top: 10px
    }
}

.ad-wrappers .form-control {
    height: 46px
}

@media only screen and (min-width: 1280px) {
    .clients-wrapper .frame ul {
        width: 100% !important
    }

        .clients-wrapper .frame ul li {
            flex: inherit !important;
            width: 100% !important
        }
}

@media only screen and (max-width: 1320px) {
    .clients-wrapper li {
        width: 300px !important
    }
}

.clients-wrapper li:not(:last-child) {
    margin-right: 25px
}

.clients-wrapper .scrollbar {
    display: none
}

@media only screen and (max-width: 1320px) {
    .clients-wrapper .scrollbar {
        display: block
    }
}

.clients-wrapper .horizontal-scrolling__wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0
}

.clients-wrapper .horizontal-scrolling__card {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .clients-wrapper .horizontal-scrolling__card:not(:first-child) {
        margin-left: 20px
    }

.clients-wrapper .simplebar-content {
    overflow: auto !important
}

.clients-wrapper .img-responsive {
    max-width: 305px
}

.sectionwisemenubaropen {
    margin-bottom: 25px;
    display: block
}

.SectionMenuOpen .SectionMenu {
    left: 0
}

.SectionMenu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9;
    padding: 30px;
    overflow-y: auto;
    transition: 0.5s all ease
}

    .SectionMenu .headertop {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .SectionMenu .headertop .login {
            padding: 5px 10px;
            font-weight: 500
        }

        .SectionMenu .headertop .text-right {
            display: flex
        }

    .SectionMenu .mid-content {
        text-align: center
    }

        .SectionMenu .mid-content .logo {
            text-align: center;
            color: #0089d1;
            font-size: 55px;
            font-weight: 700
        }

        .SectionMenu .mid-content a {
            color: #000;
            font-weight: 700;
            font-size: 30px
        }

            .SectionMenu .mid-content a:hover {
                color: #0089d1
            }

        .SectionMenu .mid-content ul li:not(:last-child) {
            margin-bottom: 50px
        }

.donate-now-wrapper p {
    font-size: 20px
}

.donate-now-wrapper h4 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 25px
}

@media only screen and (max-width: 992px) {
    .donate-now-wrapper h4 {
        margin-top: 25px
    }
}

@media only screen and (max-width: 768px) {
    .donate-now-wrapper h4 {
        font-size: 6.5vw
    }
}

@media only screen and (max-width: 375px) {
    .donate-now-wrapper h4 {
        font-size: 25px
    }
}

.donate-now-wrapper .btn {
    margin-top: 25px
}

.text-theme-blue {
    color: #0089d1 !important
}

.discover-wrapper .read-row .info a, .discover-wrapper .lisiten-row .info a {
    line-height: 0
}

.discover-wrapper .read-row .info .arrow, .discover-wrapper .lisiten-row .info .arrow {
    max-width: 37px
}

.discover-wrapper .w400 {
    width: 400px
}

.discover-wrapper .w450 {
    width: 450px
}

.discover-wrapper .w260 {
    width: 260px
}

.discover-wrapper .discover-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .discover-wrapper .discover-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.discover-wrapper .discover-title h2 {
    font-size: 55px;
    font-weight: 900;
    width: calc(100% - 400px)
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .discover-wrapper .discover-title h2 {
        font-size: 50px
    }
}

@media only screen and (max-width: 768px) {
    .discover-wrapper .discover-title h2 {
        width: 100%;
        font-size: 40px
    }
}

.discover-wrapper h3, .discover-wrapper h6 {
    font-weight: 900
}

.discover-wrapper h3 {
    font-size: 55px
}

@media only screen and (max-width: 992px) {
    .discover-wrapper h3 {
        font-size: 50px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 768px) {
    .discover-wrapper h3 {
        font-size: 40px
    }
}

.discover-wrapper h6 {
    font-size: 35px
}

@media only screen and (max-width: 768px) {
    .discover-wrapper h6 {
        font-size: 30px
    }
}

.discover-wrapper .item {
    padding: 15px;
    border: 1px solid #0089d1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

    .discover-wrapper .item:not(:last-child) {
        margin-right: 25px
    }

    .discover-wrapper .item img {
        width: auto !important
    }

@media only screen and (max-width: 768px) {
    .discover-wrapper .item img {
        width: 100% !important
    }
}

.discover-wrapper .item .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px
}

.discover-wrapper .item p {
    font-weight: 700;
    font-size: 19px;
    margin-top: 5px
}

.discover-wrapper .item a {
    display: inline-block;
    margin-left: auto
}

.discover-wrapper .owl-carousel img {
    width: auto !important
}

@media only screen and (max-width: 768px) {
    .discover-wrapper .owl-carousel img {
        width: 100% !important
    }
}

.discover-wrapper .owl-carousel .item {
    padding: 15px;
    border: 1px solid #0089d1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.discover-wrapper .owl-carousel .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px
}

.discover-wrapper .owl-carousel p {
    font-weight: 700;
    font-size: 19px;
    margin-top: 5px
}

.discover-wrapper .owl-carousel a {
    display: inline-block;
    margin-left: auto
}

.discover-wrapper .single-discover + .single-discover {
    margin-top: 40px
}

.discover-wrapper .watch-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}

@media only screen and (max-width: 767px) {
    .discover-wrapper .watch-area {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.discover-wrapper .watch-area .sectionleft {
    width: calc(100% - 320px);
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .discover-wrapper .watch-area .sectionleft {
        width: 100%;
        margin: 0 0 20px 0
    }
}

.discover-wrapper .watch-area .sectionleft img {
    width: 100%
}

.discover-wrapper .watch-area .sectionright {
    width: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 767px) {
    .discover-wrapper .watch-area .sectionright {
        width: 100%
    }
}

.discover-wrapper .watch-area .sectionright a {
    margin-left: auto;
    margin-top: 10px
}

.discover-wrapper .follow-more-row {
    margin: 80px 0
}

    .discover-wrapper .follow-more-row a {
        display: inline-block;
        color: #000;
        font-size: 80px;
        margin: 0 30px
    }

@media only screen and (max-width: 992px) {
    .discover-wrapper .follow-more-row a {
        font-size: 8VW;
        margin: 0 3VW
    }
}

@media only screen and (max-width: 768px) {
    .discover-wrapper .follow-more-row a {
        font-size: 8VW;
        margin: 0 3VW
    }

        .discover-wrapper .follow-more-row a:first-child {
            margin-left: 0
        }
}

.discover-wrapper .follow-more-row a:hover {
    color: #0089d1
}

.discover-wrapper .news-row .item {
    border: 0;
    padding: 0
}

@media only screen and (max-width: 1320px) {
    .discover-wrapper .news-row .item {
        width: 450px
    }
}

.discover-wrapper .news-row .item:not(:last-child) {
    margin-right: 35px
}

.discover-wrapper .news-row .news-logo {
    position: absolute;
    top: 0;
    left: 0
}

.discover-wrapper .news-row .news-holder {
    padding: 25px 0 0 25px
}

    .discover-wrapper .news-row .news-holder a {
        display: block
    }

.discover-wrapper .news-row .scrollbar {
    display: none
}

@media only screen and (max-width: 1320px) {
    .discover-wrapper .news-row .scrollbar {
        display: block
    }
}

.temp-gray-section {
    background-color: #c4c4c4;
    height: 600px;
    width: 100%
}

@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 .navbar-right.desknavright {
        display: none
    }

    .acountlink span {
        display: none
    }

    .TokenMobileLink {
        display: block
    }

    .tab .tablinks {
        padding: 0px 5px
    }

    .header .navbar-header {
        float: none;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .header .navbar-right {
        display: none
    }

    .header .navbar-header:after, .header .navbar-header:before {
        display: none
    }

    .header .navbar-left, .header .navbar-right {
        float: none !important
    }

    .header .navbar-header .text-right {
        display: flex;
        align-items: center
    }

    .header .navbar-toggle {
        display: block;
        margin: 0 0 0 15px;
        border: 0
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #0089d1
    }

        .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
            background-color: #fff
        }

        .navbar-inverse .navbar-toggle:hover .icon-bar {
            background-color: #fff
        }

    .header .navbar-inverse .navbar-nav > li {
        margin-left: 0px
    }

    .header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
    }

    .header .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .header .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

        .header .navbar-nav > li {
            float: none
        }

            .header .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px
            }

    .header .collapse.in {
        display: block !important
    }

    .header .navbar-inverse .navbar-collapse, .header .navbar-inverse .navbar-form {
        border: 0
    }

    .header .navbar-right {
        display: flex;
        align-items: center
    }
}

@media (max-width: 768px) {
    .welcome-banner .row {
        flex-direction: column-reverse
    }

    .header_menu_link {
        display: flex;
        flex-wrap: wrap
    }

        .header_menu_link a {
            font-size: 15px;
            text-align: center;
            width: 50%;
            margin: 0
        }

            .header_menu_link a:nth-child(-n+2) {
                margin-bottom: 15px
            }

    .header .header_content {
        flex-direction: column-reverse !important;
        display: none
    }

    .header .text-left {
        margin-top: 15px
    }

        .header .text-left a {
            margin: 0 5px;
            padding-right: 0 !important
        }

    #navbar {
        width: 100%;
        order: 3;
        margin-top: 5px
    }

    .collaboration .text p, .production .text p, .text p, .pets_info .right_content p {
        width: 100%
    }

    .pets_info .right_content p, .collaboration .text span, .production .text span, .rescue .text p {
        font-size: 20px
    }

    .pets_info .right_content h4, .rescue .text span {
        font-size: 23px;
        line-height: 1.5
    }

    .price_option .first_option {
        padding: 10px 0
    }

    .mainbody .header .text-left {
        flex-wrap: wrap;
        align-items: center
    }

    .header .QuickLinkRight .btn {
        padding: 0
    }

    .header .QuickLinkRight li {
        padding: 0 10px
    }

    .header .MainMenuText {
        display: block
    }

    .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
    }

    .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: 25px
    }

    .footer .text-left a, .footer .text-right a {
        font-size: 14px
    }

    .footer a:not(:last-child) {
        margin-right: 5px
    }

    .LoginLanding .LogoMobBeforeLogin {
        display: none;
        text-align: center;
        padding-top: 10px;
        background-color: #000;
        padding-bottom: 10px
    }

        .LoginLanding .LogoMobBeforeLogin .logo img {
            max-width: 120px
        }

    .LoginLanding .header .text-left .logo {
        display: none;
        text-align: center
    }

    .LoginLanding .header .btn-skyblue {
        min-width: inherit
    }

    .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%
    }

    .pets_info_heading p {
        font-size: 12vw;
        line-height: 1.3
    }

    .membership .button .btn-gray {
        width: 175px
    }

    .work-with-us-wrapper .work-with-option .option-content .single-option .row {
        display: flex;
        flex-direction: column-reverse
    }

    .work-with-us-wrapper .work-with-option .option-content .single-option .sectionleft {
        margin-top: 20px
    }

    .meet-the-team-wrapper .panel:not(:last-child) {
        margin-bottom: 15px
    }

    .meet-the-team-wrapper .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 0
    }

    .meet-the-team-wrapper .panel-heading {
        padding: 0;
        background-color: transparent;
        border: 0
    }

    .meet-the-team-wrapper .panel-title a {
        display: block
    }

        .meet-the-team-wrapper .panel-title a img {
            width: 100%
        }

        .meet-the-team-wrapper .panel-title a span {
            font-size: 30px;
            text-transform: uppercase;
            color: #0089d1;
            font-weight: 700;
            margin-top: 10px;
            display: block
        }

    .meet-the-team-wrapper .js-tabcollapse-panel-heading.collapsed span {
        color: #000
    }

    .work-with-us-wrapper .work-with-option .select-choice-work {
        display: block;
        justify-content: center
    }

    .ad-wrappers .col-md-5 {
        padding-top: 0px;
        margin-bottom: 15px
    }

        .ad-wrappers .col-md-5 img {
            width: 100%
        }

    .meet-the-team-wrapper .image-holder .learn-more {
        display: none
    }
}

@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
    }

    .header .text-left a {
        margin: 0 2px;
        font-size: 15px
    }

    .header_menu_link a {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .brandinginfowrapper .row {
        display: flex
    }
}

@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
    }
}

.SignupBody {
    height: 100%
}

@media only screen and (max-width: 767px) {
    .SignupBody {
        height: auto
    }
}

.SignupBody body, .SignupBody .section-body, .SignupBody .SignupWrapper {
    height: 100%
}

@media only screen and (max-width: 767px) {
    .SignupBody body, .SignupBody .section-body, .SignupBody .SignupWrapper {
        height: auto
    }
}

.SignupBody .header{
    display: none;
}

.SignupWrapper {
    padding: 0;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .SignupWrapper {
        align-items: flex-start;
        margin: 30px 0
    }
}

.SignupWrapper .container {
    max-width: 1480px
}

.SignupWrapper .progress {
    margin-bottom: 20px
}

    .SignupWrapper .progress .progress-bar {
        background-image: linear-gradient(to right, #5dcaf8, #1497d9)
    }

.SignupWrapper .social-media-info .form-group {
    position: relative
}

.SignupWrapper .social-media-info .icon-sm {
    position: absolute;
    top: 0;
    left: 0
}

.SignupWrapper .Signupcontent {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .SignupWrapper .Signupcontent {
        flex-direction: column
    }
}

.SignupWrapper .Signupcontent .LeftSide {
    width: 450px;
    display: flex;
    align-items: flex-end;
    position: relative
}

@media only screen and (max-width: 991px) {
    .SignupWrapper .Signupcontent .LeftSide {
        width: 300px
    }
}

@media only screen and (max-width: 767px) {
    .SignupWrapper .Signupcontent .LeftSide {
        width: 100%;
        min-height: 400px
    }
}

.SignupWrapper .Signupcontent .LeftSide img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover
}

.SignupWrapper .Signupcontent .RightSide {
    width: calc(100% - 450px);
    padding: 20px
}

@media only screen and (max-width: 991px) {
    .SignupWrapper .Signupcontent .RightSide {
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width: 767px) {
    .SignupWrapper .Signupcontent .RightSide {
        width: 100%;
        height: auto
    }
}

.SignupWrapper .Signupcontent .RightSide .headertop .text-left img {
    max-width: 60px
}

.SignupWrapper .Signupcontent .RightSide .headertop .text-left a.logo {
    color: #0089d1;
    font-weight: 700;
    font-size: 34px;
    display: block
}

.SignupWrapper .Signupcontent .signup-form {
    max-width: 650px;
    margin: 30px auto auto auto
}

    .SignupWrapper .Signupcontent .signup-form .custom-checkbox label {
        font-size: 14px
    }

    .SignupWrapper .Signupcontent .signup-form h2 {
        color: #0089d1;
        font-weight: 800;
        font-size: 40px;
        margin-bottom: 15px
    }

@media only screen and (max-width: 767px) {
    .SignupWrapper .Signupcontent .signup-form h2 {
        font-size: 30px
    }
}

.SignupWrapper .Signupcontent .signup-form .signup-thumb {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 180px
}

.SignupWrapper .Signupcontent .signup-form .btn-skyblue {
    min-width: 250px
}

@media only screen and (max-width: 767px) {
    .SignupWrapper .Signupcontent .signup-form .btn-control {
        display: flex;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 767px) {
    .SignupWrapper .Signupcontent .signup-form .btn {
        min-width: inherit;
        width: 100%
    }

        .SignupWrapper .Signupcontent .signup-form .btn + .btn {
            margin-bottom: 15px
        }
}

.vscroll {
    height: 90vh !important;
    overflow-y: auto;
    overflow-x: hidden
}

.vscroll2 {
    height: calc(90vh - 90px) !important;
    overflow-y: auto;
    overflow-x: hidden
}

@media only screen and (max-width: 767px) {
    .vscroll2 {
        height: auto !important;
        overflow-y: inherit
    }
}

.influencer-signup .uplodaprofileimg {
    position: relative;
    display: flex;
    align-items: center
}

    .influencer-signup .uplodaprofileimg .filename {
        width: calc(100% - 150px);
        padding-left: 15px
    }

        .influencer-signup .uplodaprofileimg .filename label {
            color: #0089d1;
            display: block
        }

        .influencer-signup .uplodaprofileimg .filename small {
            color: #c3c3c3
        }

    .influencer-signup .uplodaprofileimg input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

.influencer-signup .multiselect-container {
    width: 100%
}

    .influencer-signup .multiselect-container li:not(:last-child) {
        margin-bottom: 10px
    }

    .influencer-signup .multiselect-container li a {
        padding: 0 5px;
        color: #6c757d
    }

.influencer-signup .dropdown-menu {
    top: inherit !important;
    transform: inherit !important;
    bottom: 40px
}

.influencer-signup .btn-group {
    display: block;
    width: 100%;
    position: relative
}

    .influencer-signup .btn-group:after {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: "\f078";
        font-size: 12px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #000;
        border: 0 !important;
        line-height: 0;
        z-index: 1
    }

    .influencer-signup .btn-group .btn {
        display: block;
        width: 100% !important;
        background-color: #f3f3f4;
        box-shadow: none;
        text-align: left;
        font-size: 16px;
        font-weight: normal
    }

        .influencer-signup .btn-group .btn:before {
            display: none
        }

        .influencer-signup .btn-group .btn:after {
            display: none
        }

.Common-Loader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: RGBA(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center
}

    .Common-Loader .loaderHold {
        background: transparent;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 300px
    }

        .Common-Loader .loaderHold img {
            width: 120px;
            margin: 0 auto;
            height: 120px;
            background: #fff;
            border-radius: 50%;
            border: 2px solid #0089d1
        }

        .Common-Loader .loaderHold p {
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            padding: 0;
            margin: 0
        }

.pagefooter {
    background-color: #fff;
    box-shadow: 0px 0px 7px 1px #f5f5f5;
    -moz-box-shadow: 0px 0px 7px 1px #f5f5f5;
    -webkit-box-shadow: 0px 0px 7px 1px #f5f5f5;
    padding: 15px 0
}

    .pagefooter p {
        color: #0089d1;
        letter-spacing: 0;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase
    }

    .pagefooter a {
        font-size: 12px;
        color: #989898;
        font-weight: 500
    }

@media only screen and (max-width: 767px) {
    .pagefooter a {
        font-size: 13px
    }
}

@media only screen and (max-width: 375px) {
    .pagefooter a {
        font-size: 12px
    }
}

@media only screen and (max-width: 375px) {
    .pagefooter .mid-links {
        padding-right: 0
    }
}

@media only screen and (max-width: 375px) {
    .pagefooter .mid-links a {
        font-size: 9px
    }
}

.pagefooter .mid-links a + a {
    margin-left: 15px
}

@media only screen and (max-width: 375px) {
    .pagefooter .mid-links a + a {
        margin-left: 5px
    }
}

@media only screen and (max-width: 767px) {
    .pagefooter .social-icon-footer img, .pagefooter .social-icon-footer svg {
        width: 15px
    }
}

.pagefooter .social-icon-footer a {
    color: #0089d1;
    font-size: 21px
}

@media only screen and (max-width: 767px) {
    .pagefooter .social-icon-footer a {
        font-size: 16px
    }
}

@media only screen and (max-width: 375px) {
    .pagefooter .social-icon-footer a {
        font-size: 12px
    }
}

.pagefooter .social-icon-footer a:not(:last-child) {
    margin-right: 15px
}

@media only screen and (max-width: 767px) {
    .pagefooter .social-icon-footer a:not(:last-child) {
        margin-right: 8px
    }
}
/*# sourceMappingURL=theme.css.map */
