/*Main Styles*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', bold, sans-serif;
}

.flex-container {
    display: flex;
}

.flex-container-nav {
    display: flex;
    flex-wrap: wrap;
    height: 120px;
}

.nav {
    z-index: 800;
    /*Makes the mobile menu to display in front*/
}

.nav-item {
    display: flex;
}

.hamburger {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-top: 10px;
}

.blueh2 {
    justify-content: flex-start;
    order: 1;
}

#nav-menu {
    justify-content: flex-start;
}


#nav-name {
    text-align: center;
    padding: 10px;
    justify-content: center;

}

#nav-name a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;

}

#nav-logo {
    justify-content: center;
}

#nav-logo img {
    width: 100px;
    z-index: 850;
    padding:5px;
}


#menu-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    z-index: 998;
}

.active {
    color: white;
    text-decoration: underline;
}

#menu-links ul {
    /* makes menu vertical*/
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: flex-start;
    background-color: #D3EDEF;

}

#menu-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 2px;
    text-decoration: none;
    color: #7FCCD0;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 10px;
    margin-left: 5px;

}


nav {
    background-color: #D3EDEF;
    text-align: center;

}

nav ul {
    display: flex;
    list-style-type: none;
    /*to remove the dots */

}

nav ul li a {
    display: inline-block;
    margin-top: 20px;
    padding: 20px;
    text-decoration: none;
    color: #5D5A5A;
    font-family: 'Helvetica Neue';
    font-size: 18px;

}

nav ul li a:hover {
    color: #7FCCD0;

}

#envelope {
    display: none;
}

.blueh {
    color: #7FCCD0;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    padding: 20px;
    text-align: center;
}


.flex-container-clients {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    margin: auto;

}

.flex-container-clients img {
    display: flex;
}

.clientsbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    padding: 10px;
}

.client {
    width: 100%;
    border-radius: 50%;
    padding: 5px;
    border: solid #B29FCC 20px;
}

.client img {
    object-fit: cover;
}

.clientsbox {
    display: block;
}

.purpleh5 {
    color: #B29FCC;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    padding: 10px;
    text-align: center;
}


.clientsbox h6 {
    color: #7FCCD0;
    font-size: 18px;
    text-align: center;
}

.clientsbox p {
    color: #5D5A5A;
    font-size: 16px;
    text-align: center;
}

.container-blue {
    display: inline-block;
    align-items: center;
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #D3EDEF;
    z-index: 1;
    margin-top: 20px;
}

.bluebg {
    width: 100%;
    display: inline-block;
    background-color: #D3EDEF;
    padding: 40px;
    margin: auto;
    z-index: 2;
}

.subscribe {
    background-color: #7FCCD0;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    height: 180px;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    left: 7.5%;
    bottom: 40%;
    z-index: 3;
}

.button1 {
    display: flex;
    background-color: #B29FCC;
    width: 150px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    justify-items: flex-end;
    position: absolute;
    left: 59%;
    bottom: 15%;
    z-index: 4;
}

.button1 a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    z-index: 4;

}

.dline {
    width: 250px;
    height: 160px;
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: 1%;
    z-index: 5;
}

.dline img {
    z-index: 99;
}

.flex-container-promohome {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: center;
    width: 100%;

}

.promobox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
}

#showerdog {
    width: 100%;
    display: flex;
    margin: auto;

}

#promoinfo {
    width: 100%;
    display: flex;
    margin: auto;
}

/*Here starts footer section*/


.container-footer {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.bottomrectangle {
    align-items: center;
    width: 100%;
    padding: 5px;
    background-color: #D3EDEF;
    height: 200px;
}

.topfooter {
    display: inline-block;
    width: 100%;
    text-align: center;
    ;
}

.blueh2 {
    color: #7FCCD0;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    text-align: center;
}

.location {
    display: inline-block;
}

.location p {
    display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
}

.location img {
    text-align: center;
}

#house {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.socialmedia {
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
}

.socialmedia img {
    width: 30px;
    height: 30px;
    padding: 3px;

}

.copyright {
    width: 100%;
}

.copyright p {
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
}

/*Here starts About us Section*/
.purplesquare {
    background-color: #B29FCC;
    width: 70%;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.purplesquare p {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.container-whyus {
    width: 100%;
    display: block;
    text-align: center;
}

.blueh1abt {
    width: 100%;
    color: #7FCCD0;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    padding: 10px;
    margin: auto;
    margin-top: 20px;
}

.circleus {
    width: 100%;
    margin: auto;
    text-align: center;
}

.vet {
    width: 350px;
}

/*Here starts Services section*/
.container-services {
    width: 100%;
    display: block;
    clear: both;
}

.container-services div {
    text-align: center;
}


.blueh1abt h1 {
    text-align: center;

}

.bluehprem {
    color: #7FCCD0;
    padding: 10px;
    text-align: center;
}


.squaresection {
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center;
}

.sqr {
    width: 350px;
    margin-top: 10px;
    object-fit: cover;
}

.container-chihuahua {
    display: block;
    width: 100%;
    height: 350px;
    z-index: 1;
    margin-top: 40px;
}

.lilacbg {
    width: 100%;
    display: block;
    background-color: #E0C9ED;
    text-align: center;
    height: 420px;
}

.lilacbg img {
    text-align: center;
    width: 200px;
    padding: 10px;
}

.purpleh3 {
    color: #B29FCC;
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
}

.purplebg {
    background-color: #B29FCC;
    height: 120px;
    width: 100%;
    text-align: center;
}

.yellowh3 {
    color: #FFDC92;
    font-size: 26px;
    text-align: center;
    padding: 20px;
}

.whiteh3 {
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    display: block;
}

.container-prempromo {
    width: 100%;
    display: block;
    padding-top: 300px;
    margin: auto;

}

.prempromo img {
    width: 100%;
    display: block;


}

/*Here starts Blog section main styles*/
.headblog {
    width: 100%;
    text-align: center;
    margin: auto;
}

.headblog h2 {
    color: #7FCCD0;
    font-size: 24px;
    margin-top: 40px;
}

.headblog h3 {
    margin-top: 15px;
    color: #B29FCC;
    line-height: 28px;
}

.blogcontent {
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;

}

.blogcontent p {
    width: 70%;
    color: #5D5A5A;
    text-align: justify;
    margin: auto;
    padding: 10px;
}

.topblog {
    width: 70%;
    padding: 20px;
    object-fit: cover;
}

.topblog2 {
    width: 70%;
    padding: 20px;
    object-fit: cover;
}

.container-blueadvice {
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
}

.bluebg2 {
    width: 100%;
    display: inline-block;
    background-color: #D3EDEF;
    padding: 40px;
    margin: auto;
    margin-top: 40px;
    z-index: 2;
}

.bluebg2 h2 h3 h4 {
    text-align: center;
    margin: auto;
}

.vetwithpets {
    width: 100%;
    text-align: center;
    margin: auto;
}

.vetwithpets h2 {
    color: #B29FCC;
    font-size: 18px;
}

.vetwithpets h3 {
    color: #7FCCD0;
    font-size: 16px;
    padding: 10px;
}

.vetwithpets h4 {
    color: #FFFFFF;
    font-size: 19px;
}

.vetwithpets img {
    width: 200px;

}

.spadog {
    width: 100%;
}

.spadog img {
    width: 70%;
    object-fit: cover;
    margin-top: 40px;
}

.spadog h3 {
    font-size: 22px;
    line-height: 34px;
    color: #7FCCD0;
    padding: 20px;
    margin-top: 80px;
}


/*Here starts Contact us Section main styles*/



.headcontact h2 {
    color: #FFFFFF;
    font-family: 'Helvetica Neue';
    font-size: 23px;
    text-align: center;
    padding: 20px;
}

.flex-container {
    display: flex;
}

.purplebubble {
    width: 90%;
    background-color: #B29FCC;
    color: #E0C9ED;
    border-radius: 20px;
    margin: auto;
    margin-top: 40px;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    padding: 20px;
}

form .info {
    line-height: 30px;
    font-size: 20px;
    display: block;
}

form .info2 {
    line-height: 30px;
    font-size: 20px;
    display: block;
}

form .whitespace {
    border-radius: 20px;
    line-height: 30px;
    width: 100%;
    border: 0;
}

form .whitespacebigger {
    border-radius: 20px;
    width: 100%;
    border: 0;
    height: 200px;
    font-family: 'Helvetica Neue';
    font-size: 19px;
    color: #5D5A5A;
    text-align: left;
    position: relative;
}

.paw {
    margin-top: 5px;
}

/*Here starts newsletter section manin styles*/

form .info3 {
    line-height: 30px;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    ;

}

.news {
    width: 100%;
    margin-top: 40px;
}

.news h4 {
    color: #E0C9ED;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: auto;
}

.newsemail {
    width: 45%;
    height: 110px;
    background-color: #D3EDEF;
    border-radius: 20px;
    color: #FFFFFF;
    position: absolute;
    left: 50px;
    bottom: -260px;
    text-align: center;
}

form .whitespace2 {
    border-radius: 20px;
    line-height: 25px;
    width: 90%;
    border: 0;
    font-size: 13px;
    text-align: center;

}

.newsinfo {
    width: 40%;
    height: 100px;
    background-color: #7FCCD0;
    border-radius: 20px;
    position: absolute;
    left: 232px;
    bottom: -330px;
}

.newsinfo p {
    color: #D3EDEF;
    padding: 15px;
    font-size: 13px;
    text-align: center;
}

button {
    color: #E0C9ED;
    background-color: #B29FCC;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    margin: 5px;
    border: none;
}

button:hover {
    color: #FFFFFF;
}

.bottomrectangle {
    margin-top: 250px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #menu-links ul {
        display: flex;
        flex-direction: column;
    }

    #nav-logo {
        display: flex;
        flex-direction: row;
        ;
    }

    .flex-container-clients {
        display: flex;
        flex-direction: row;

    }

    .col-xs-1 {
        width: 8.33%;
    }

    .col-xs-2 {
        width: 16.66%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33%;
    }

    .col-xs-5 {
        width: 41.66%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33%;
    }

    .col-xs-8 {
        width: 66.66%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33%;
    }

    .col-xs-11 {
        width: 91.66%;
    }

    .col-xs-12 {
        width: 100%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #menu-links ul {
        display: flex;
        flex-direction: column;
    }

    .nav {
        width: 100%;
    }

    .nav ul li a {
        font-size: 16px;
        padding: 15px;

    }

    .envelope {
        display: none;
    }

    .dline {
        position: absolute;
        left: 35%;
        bottom: 3%;
        z-index: 5;
    }

    .flex-container-promohome {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    /*Here starts Services section sm devices*/
    .spadog h3 {
        font-size: 22px;
        color: #7FCCD0;
        padding: 26px;
        margin-top: 80px;
    }

    /*Heres starts Contact us section for sm devices*/
    .newsemail {
        width: 40%;
        height: 100px;
        left: 80px;
        bottom: -260px;
        text-align: center;
    }

    .newsinfo {
        width: 35%;
        height: 100px;
        background-color: #7FCCD0;
        border-radius: 20px;
        position: absolute;
        left: 330px;
        bottom: -340px;
    }



    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #menu-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        order: 2;
    }

    #menu-links ul {
        display: flex;
        flex-direction: row;
    }

    #nav-logo {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        order: 1;
        padding: 5px
    }

    #nav-menu {
        display: none;
    }

    #nav-name {
        display: none;
    }

    #envelope {
        display: flex;
        width: 30px;
        padding: 0px 0px 3px 0px;
    }

    .subscribe {
        position: absolute;
        left: 12%;
        bottom: 35%;
        z-index: 3;
    }

    .dline {
        position: absolute;
        left: 40%;
        bottom: 3%;
    }

    .flex-container-promohome {
        justify-content: center;
    }

    .promobox {
        margin: auto;
    }

    /*Here starts Services section md devices*/
    .vetwithpets h2 {
        color: #B29FCC;
        font-size: 21px;
    }

    .vetwithpets h3 {
        color: #7FCCD0;
        font-size: 19px;
        padding: 10px;
    }

    .vetwithpets h4 {
        color: #FFFFFF;
        font-size: 22px;
    }

    .vetwithpets img {
        width: 250px;

    }

    .spadog h3 {
        font-size: 24px;
        color: #7FCCD0;
        padding: 26px;
        margin-top: 80px;
    }

    /*Here starts contact us section for md media queries*/

    .newsemail {
        width: 35%;
        height: 100px;
        left: 150px;
        bottom: -260px;
        text-align: center;
    }

    .newsinfo {
        width: 30%;
        height: 100px;
        background-color: #7FCCD0;
        border-radius: 20px;
        position: absolute;
        left: 400px;
        bottom: -340px;
    }


    /*Here starts footer section for md media queries*/


    .container-footer {
        clear: both;
    }


    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    #menu-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        order: 2;
    }

    #nav-logo {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        order: 1;
    }

    #h1mobile {
        display: none;
    }

    .nav {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .flex-container-clients {
        flex-direction: row;

    }

    .subscribe {
        position: absolute;
        left: 17.5%;
        bottom: 35%;
        z-index: 3;
    }

    .subscribe {
        position: absolute;
        left: 15%;
        bottom: 35%;
        z-index: 3;
    }

    .button1 {
        position: absolute;
        left: 54%;
        bottom: 13%;
        z-index: 4;
    }


    .dline {
        position: absolute;
        left: 38%;
        bottom: 3%;
    }

    .promoh1 {
        display: block;
    }

    .flex-container-promohome {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 1px;

    }

    .promobox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }

    #showerdog {
        width: 460px;
        display: flex;
        flex-direction: row;
        justify-items: flex-start;
        margin-right: 0;

    }

    #showerdog img {
        text-align: left;
        display: flex;
        flex-direction: row;
        justify-items: flex-start;
    }

    #promoinfo {
        width: 310px;
        display: flex;
        flex-direction: row;
        margin-left: 0px;

    }

    /*Here starts About us section for lg media queries*/


    .container-whyus {
        width: 100%;
        display: inline;

    }

    .circleus {
        width: 100%;
        padding: 10px;
        text-align: center;
        display: inline;

    }

    .crc1 {
        float: left;
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .crc2 {
        float: left;
    }

    .crc3 {
        float: left;
        padding-top: 200px;
        padding-bottom: 100px;


    }

    .vet {
        width: 250px;
        margin-top: 20px;
    }

    /*Here starts Services section for lg media queries*/
    .container-services {
        width: 100%;
        display: inline;

    }

    .squaresection {
        width: 100%;
        padding: 10px;
        text-align: center;
        display: inline;
        margin-bottom: 100px;

    }

    .sq1 {
        float: left;
    }

    .sq2 {
        float: left;
    }

    .sq3 {
        float: left;
    }

    .sqr {
        width: 250px;
        margin-top: 20px;
    }

    .container-chihuahua {
        clear: both;

    }

    /*Here starts Blog section lg devices*/
    .headblog {
        margin-bottom: 30px;
    }

    .blogcontent {
        width: 100%;
        display: inline-block;
    }

    .blogcontent p {
        width: 45%;
        color: #5D5A5A;
        text-align: justify;
        padding: 20px;
        padding-top: 30px;
        display: inline;
        float: left;
        margin-left: 20px;
    }

    .topblog {
        width: 45%;
        padding: 10px;
        object-fit: cover;
        display: inline;
        float: left;
        margin-bottom: 80px;
        margin-left: 20px;
        margin-right: 40px;
        margin-top: 0px;
    }

    .topblog2 {
        width: 45%;
        padding: 10px;
        object-fit: cover;
        display: inline;
        float: right;
        margin-top: 130px;
        margin-right: 30px;

    }

    .vetwithpets h2 {
        color: #B29FCC;
        font-size: 23px;
    }

    .vetwithpets h3 {
        color: #7FCCD0;
        font-size: 21px;
        padding: 10px;
    }

    .vetwithpets h4 {
        color: #FFFFFF;
        font-size: 22px;
    }

    .vetwithpets img {
        width: 250px;

    }

    .spadog {
        margin: auto;
    }

    .spadog h3 {
        font-size: 30px;
    }

    /*Here starts Contact section for lg media queries*/


    form .info {
        line-height: 30px;
        font-size: 20px;
        display: block;

    }

    form .whitespace {
        border-radius: 20px;
        line-height: 30px;
        width: 60%;
        border: 0;
        display: inline;
    }

    form .whitespacebigger {
        border-radius: 20px;
        width: 100%;
        border: 0;
        height: 200px;
        font-family: 'Helvetica Neue';
        font-size: 19px;
        color: #5D5A5A;
        text-align: left;
        position: relative;
        display: inline;
        float: right;
        margin-top: 0px;
    }

    /*Here starts Newletter section Contact us lg devices*/

    .news {
        width: 100%;
        margin: auto;
        margin-top: 40px;
    }

    .news h4 {
        text-align: center;
        margin: auto;
    }

    .newsemail {
        width: 30%;
        height: auto;
        background-color: #D3EDEF;
        border-radius: 20px;
        color: #FFFFFF;
        position: absolute;
        left: 210px;
        bottom: -250px;
        text-align: center;
        margin: auto;
    }

    form .whitespace2 {
        border-radius: 20px;
        line-height: 25px;
        width: 90%;
        border: 0;
        font-size: 13px;
        text-align: center;

    }

    form label .info2 {
        text-align: center;
    }

    .newsinfo {
        width: 30%;
        height: auto;
        background-color: #7FCCD0;
        border-radius: 20px;
        position: absolute;
        left: 482px;
        bottom: -330px;
        text-align: center;
    }

    .newsinfo p {
        color: #D3EDEF;
        padding: 20px;
        font-size: 16px;
        line-height: 22px;
        ;
        text-align: center;
    }

    button {
        color: #E0C9ED;
        background-color: #B29FCC;
        text-align: center;
        padding: 2px;
        border-radius: 5px;
        margin: 5px;
        border: none;
    }

    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33%;
    }

    .col-lg-8 {
        width: 66.66%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33%;
    }

    .col-lg-11 {
        width: 91.66%;
    }

    .col-lg-12 {
        width: 100%;
    }

}