 @import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(https://newtrendsupply.vendorelite.com/images/down-arrow.png) no-repeat right center #FFF !important;
	border: 1px solid #000;
	padding-right: 24px;
}
.dashboard-icon {
	font-size: 35px;
	margin-bottom: 16px;
	color: #0c47d5;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #e7470c;
}

.no-padding {
    padding: 0px !important;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Merriweather', serif;
}

button:focus {
    outline: none;
    outline: none;
}

input, button, select {}

textarea {
    overflow: hidden;
}

p, .text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}

p, a {
	font-size: 16px;
}

.pet.service .contact .faq form button {
    width: auto !important;
    color: #000;
    font-weight: bold;
    border: 2px solid var(--pt_orange);
    background: var(--pt_white);
    border-radius: 50px;
    border-top-right-radius: 0px;
    padding: 20px 35px !important;
    line-height: 0px;
    overflow: hidden;
    transition: 0.7s;
}
.pet.service .contact .faq form textarea {
    padding: 12px;
    text-indent: 5px;
    border-radius: 50px;
    margin-bottom: 30px;
    border-top-right-radius: 0px;
}
.pet.login .contact .card {
    width: 75%;
    margin: 0px auto;
    padding: 2% 5%;
    background: url("../img/app-bg.png");
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    transition: 1s;
    z-index: 99;
    position: relative;
    border-top: 8px solid;
    border-bottom: 8px solid;
}

.pet.login .contact .card:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--pt_yellow);
    opacity: 0.7;
    transition: 1s;
}

.pet.login .contact .card:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1%;
    z-index: 2;
    background: var(--pt_purple);
    opacity: 0;
    transition: 1s;
}

.pet.login .contact .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 70px var(--pt_pattern);
    transition: 1s;
}

.pet.login .contact .card:hover::after {
    opacity: 1;
    transition: 1s;
}

.pet.login .contact .card .heading p:before {
    background: var(--pt_white);
}

.pet.login .contact .card .heading p:after {
    background: var(--pt_white);
}

.pet.login .contact .faq {
    padding-top: 0px;
}

.pet.login .contact .card content {
    position: relative;
    opacity: 1;
    z-index: 999;
}

.pet.login .contact .card .link {
    margin-bottom: 20px;
    color: var(--pt_orange);
}

.pet.login .contact .card .link a {
    color: var(--pt_black);
    transition: 0.5s;
}

.pet.login .contact .card .link a:hover {
    color: var(--pt_orange);
    transition: 0.5s;
}
.login-dog {
    background-image: url(../img/login-dog.png);
    height: 328px;
    width: 420px;
    position: absolute;
    top: 0px;
    right: 0%;
    background-size: inherit;
    background-repeat: no-repeat;
    float: right;
}
.login-cat {
	background-image: url(../img/login-cat.png);
	height: 176px;
	width: 419px;
	position: relative;
	bottom: 0;
	left: 10%;
	background-size: inherit;
	background-repeat: no-repeat;
}
.pet.main-wrapper {
    background: #e6f1fe;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.pet .contact {
	position: relative;
	padding: 0px 0px 5px;
	margin: 75px 0px 0px;
	color: var(--pt_black);
}
/* Pet Login Page End */

/*** 

====================================================================
	Pet Register Page Style
====================================================================

***/

.pet.register .contact .form-check label {
    display: inline;
}

.pet.register .contact .form-check input {
    border-radius: 0px !important;
    margin-right: 10px;
    box-shadow: none;
    border: 0px;
}

.pet.register .contact .form-check a {
    color: var(--pt_black);
    font-style: italic;
    font-weight: bold;
    transition: 0.5s;
}

.pet.register .contact .form-check a:hover {
    color: var(--pt_orange);
    transition: 0.5s;
}

/* Pet Register Page End */

/*** 

====================================================================
	Pet Team Page Style
====================================================================

***/

.pet.team .team::before {
    background-size: contain;
    background-position: -100px 200px;
}

/* Pet Team Page End */

/*  Register and login Pages   ||-----------*/

.page-signin .main-body {
    max-width: 480px;
    margin: 10px auto;
}

.page-signin .body-inner {
    position: relative;
    padding: 0 20px 20px;
}

.card {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0px 0;
    border: none;
    border-radius: 0px;
}

.mdl-shadow--2dp, .card-panel {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.bg-white {
    background-color: #fff;
    color: #3D4051;
}

.z-depth-2, .page-signin .card {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px 10px 5px 5px;
	border-top: 5px solid #f5832a;
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.page-signin .card .card-content {
    padding: 30px 20px;
}

.page-signin .logo {
    font-size: 26px;
    font-weight: normal;
}

.page-signin .form-group {
    position: relative;
    margin: 0;
}

.ui-input-group {
    position: relative;
    margin: 18px 0 12px;
}

.card .card-action {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.card .card-action.no-border {
    border: 0;
}

.color-primary, a.color-primary {
    color: #e7470c;
}

.card .card-action>a {
    margin-right: 20px;
    text-transform: uppercase;
}

.page-signin .additional-info {
    text-align: center;
    font-size: 12px;
}

.page-signin .additional-info a {
    color: #fafafa;
}

.page-signin .additional-info .divider-h {
    border-right: 1px solid #fafafa;
    margin: 0 15px;
}

.page-signin .additional-info {
    text-align: center;
    font-size: 12px;
}

.page-signin .body-inner::before {
	z-index: -1;
	content: ' ';
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #22418c;
	height: 80%;
	border-radius: 10px 10px 5px 5px;
}

.ui-input-group>input {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #CBD5DD;
    margin: 0;
}

.ui-input-group>input:focus {
    border-bottom: 1px solid #CBD5DD;
    box-shadow: 0 0 0 #fff;
}

.page-signin .ui-input-group .form-control {
    color: #555;
}

.ui-input-group .input-bar {
    position: relative;
    display: block;
    width: 100%;
}

.ui-input-group .input-bar:before {
    left: 50%;
}

.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #e7470c;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group .input-bar:after {
    right: 50%;
}

.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #02b2e8;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group>label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
}

.ui-input-group>input:focus~label, .ui-input-group>input:valid~label {
    top: -20px;
    left: 0;
    font-size: 12px;
}

.ui-input-group>input:focus~label, .ui-input-group>textarea:focus~label {
    color: #02b2e8;
}

.ui-input-group>input:focus~.input-bar:before, .ui-input-group>input:focus~.input-bar:after {
    width: 50%;
}

.ui-input-group>input:focus~.input-bar:before, .ui-input-group>input:focus~.input-bar:after {
    width: 50%;
}

.checkbox-field label {
    font-size: 12px;
}

.checkbox-field #check_box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.custom-check {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #e7470c;
    top: 4px;
    position: relative;
    margin-right: 10px;
}

.custom-check:before {
    content: "";
    font-family: "Flaticon";
    color: #e7470c;
    font-size: 12px;
    position: absolute;
    top: -4px;
    left: 4px;
}

.checkbox-field #check_box:checked+.custom-check:before {
    /* content: "\f3fd"; */
    content: "\f132";
}

.spacer {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*----------------------------------------*/

/* 18. Error page css
/*----------------------------------------*/

.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 200px;
    line-height: 200px;
    color: #e7470c;
    font-weight: 900;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
}

.error-btn:hover {
    background: #fff;
    border: 2px solid #e5a62d;
    color: #e5a62d;
}
.sidebar-page-container {
	position: relative;
	padding: 80px 0px 0px;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}


/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 48px;
}

.sec-title .separator {
    position: relative;
    width: 120px;
    text-align: center;
    margin-bottom: 14px !important;
}

.sec-title .separator:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}

.sec-title .separator:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}

.sec-title .separator .icon {
    color: #02b2e8;
    font-size: 28px;
}

.sec-title .title {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-style: italic;
    font-family: 'Merriweather', serif;
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    color: #222222;
    font-weight: 800;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 4px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered .separator {
    margin: 0 auto;
}

.sec-title.light .separator:before, .sec-title.light .separator:after, .sec-title.light .separator .icon, .sec-title.light h2 {
    color: #ffffff;
}

.sec-title.light .title {
    color: rgba(255, 255, 255, 0.60);
}

/* Contact Section */

.pet.service .contact .faq form {
    padding-top: 1em;
}

.pet.service .contact .faq form input {
    padding: 12px;
    text-indent: 5px;
    border-radius: 50px;
    margin-bottom: 30px;
    border-top-right-radius: 0px;
}

.pet.service .contact .faq form select {
    border-radius: 50px;
    margin-bottom: 30px;
    border-top-right-radius: 0px;
    height: 42px;
}

.pet.service .contact .faq form textarea {
    border: 1px solid #ced4da;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

.hvr-rectangle-in {
	width: auto !important;
	color: var(--pt_black);
	font-weight: bold;
	border: 2px solid #f5832a;
	background: var(--pt_white);
	border-radius: 50px !important;
	border-top-right-radius: 0px;
	padding: 20px 35px !important;
	line-height: 0px;
	overflow: hidden;
	transition: 0.7s;
}
.footer nav {
	display: none;
}
 #hoverbox {
  /* height: 100vh; */
  width: 100%;
  position: relative;
}
#tooltip {
  opacity: 0;
  position: absolute;
  background-color: white;
  color:black;
  top: 0;
  left: 0;
  width:300px;
  padding: 5px;
  border-radius: 15px;
  border: 3px solid #f00;
   z-index:9999;
   line-height: 18px;
}
#hoverbox:hover #tooltip {
  opacity: 1;
}
.hvr-rectangle-in:hover {
    color: var(--pt_orange);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0px;
    transition: 0.7s;
}
/* Global Variables */

:root {
    --pt_yellow: #e5a62d;
    --pt_purple: #630abb;
    --pt_orange: #02b2e8;
    --pt_white: #fff;
    --pt_nwhite: #d1d1d1;
    --pt_pattern: #ecebf7;
    --pt_black: #000;
    --pt_grey: #343434;
    --pt_font_1: 'Lato', serif;
    --pt_font_2: "Cabin", serif;
    /* --pt_font_3: 'Sansita Swashed', serif;
    --pt_font_4: 'Merriweather', serif;
    --pt_font_5: 'Open Sans', serif;
    --pt_font_6: 'Oxygen', serif;
    --pt_font_7: "Nunito", serif;
    --pt_font_8: "Nunito Sans", serif;
    --pt_font_9: "Source Sans Pro", serif;
    --pt_font_10: "Paprika", serif;
    --pt_font_11: "Expletus+Sans", serif;
    --pt_font_12: 'Kaushan Script', serif;
    --pt_font_13: "Montserrat", serif;
    --pt_font_14: "Quicksand", serif;
    --pt_font_15: 'Covered By Your Grace', serif;
    --pt_font_16: 'Expletus Sans', serif;
    --pt_font_17: 'Lora', serif;
    --pt_font_18: 'Amita', serif; */
}

/* Global */






