.dashboard_sections {
    padding: 30px 0;
    min-height: 500px;
}
.dashboard-modal .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.dashboard-modal .modal-header .modal-title {
    font-size: 1.5rem;
    font-weight: 300;
}
.dashboard-logo {
    position: relative;
    margin-bottom: 20px;
}
.dashboard-logo a {
    display: inline-block;

}
.dashboard-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* credit-card */
.card-dropdown {
    position: relative;
}
.card-dropdown .card-type-mobile {
    display: none;
}

/*** Login *****/
.login {
    background: url(../images/sec1.jpg) no-repeat center top;
    background-size: cover;
    height: 100%;
}
.login button {
    margin-top: 0;
    margin-bottom: 10px;
}
.login .login-cage {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 9px;
    box-shadow: 0px 5px 10px #666;
    margin-bottom: 100px;
}
/*** Side Bar *****/
.side-menu {
    transition: 0.3s;
}
.side-menu ul {
    padding: 0;
    margin: 0;
}
.side-menu ul li {
    list-style: none;
    margin-bottom: 1px;
}
.side-menu ul li a {
    background-color: #ecedec;
    color: #000;
    display: block;
    clear: both;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.side-menu ul li a:hover {
    background-color: #f9f9f9;
    text-decoration: none;
}
.side-menu ul li a:focus {
    background-color: #f9f9f9;
}
.side-menu ul li.active a {
    color: #AC1715;
    background-color: #f7f7f7;
}
.side-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    background-color: #fff;
}
.closebtn {
    color: #AC1715;
    font-size: 20px;
}
.hamburger {
    font-size: 30px;
    color: #000;
    display: none;
}
#mobile-menu{
    width: 250px;
    background-color: #ecedec;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10;
    border-right: solid 1px #e1e1e1;
    transition: 0.2s;
    left: -260px;
    display: none;
}
  
/*** Right Side *****/
.right-col {
    padding-top: 20px;
}
.right-col .pets {
    background-color: #AC1715;
    color: #fff;
    padding: 5px 15px;
    margin-top: -10px;
}
.right-col .pets .pgTitle {
    font-size: 24px;
    color: #fff;
    margin: 0;
}
.table-heading {
    margin: 0;
    font-size: 20px;
}

/* pet table design */
.pets-list {
    background: #fff;
    background-image: url(/images/qfybox-bg.jpg?747e06a37f994d8d2468dbdaee3dbad8);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 40px 30px;
    border: 1px solid #e1d9ce;
    min-height: 475px;
}
.pets-list .table thead th {
    background-color: #f8f3ef;
    border: 0px;
    padding: 8px 5px;
    font-size: 14px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.pets-list .table tr td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.pets-list .table.pet-header td {
    border-top: 0px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    font-weight: 300;
    vertical-align: middle;
    padding: 8px 5px;
}
.pets-list .form-control {
    font-size: 14px;
    /* padding: 5px; */
}
.pets-list .bootstrap-select .btn.dropdown-toggle {
    font-size: 14px;
}
.add-another-pet-btn {
    color: #555;
    font-size: 15px;
    text-decoration: underline;
}
.pets-list .tablemore tr {
    vertical-align: top !important;
}
.w-200 {
    max-width: 200px;
}



/* login form re-design */
.or-devider {
    text-align: center;
    position: relative;
}
.or-devider:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 4px;
}
.or-devider span {
    background: #fff;
    width: 34px;
    text-align: center;
    position: relative;
    top: -8px;
    display: inline-block;
    font-weight: bold;
}
.or-circle {
    background: #fff;
    width: 34px;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 12px;
    margin: auto;
}

/* package page */
.mr-hdr {
    margin: 20px 0 0 0 !important;
}
.mr-hdr .col-5,
.mr-hdr .col {
    padding: 10px;
    font-size: 13px;
}
.mr-hdr .col h5 {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    color: #212529;
    line-height: 1;
    margin: 0;
}
.mr-hdr .col h5 small {
    display: block;
    margin-top: 10px;
}
.mr-hdr .red-box {
    border-left: solid 4px #AC1715;
    border-right: solid 4px #AC1715;
    background-color: #AC1715;
    overflow: hidden;
    padding: 10px;
}
.mr-hdr .red-box h5 {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.mr-hdr .red-box span.vip-size {
    margin: 5px 0;
    display: inline-block;
}
.mr-hdr .red-box span.vip-size,
strong.vip-price {
    font-size: 18px;
}
.mr-hdr .red-box span.vip-size i {
    color: #ffc901;
    font-size: 12px;
    display: inline-block;
}
.package-dtls-box {
    margin: 0;
}
.package-dtls-box .col-5,
.package-dtls-box .col {
    padding: 10px;
    font-size: 13px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.package-dtls-box .col-5 {
    border-left: 1px solid #ccc;
}
.package-dtls-box:last-child .col-5,
.package-dtls-box:last-child .col {
    border-bottom: 1px solid #ccc;
}
.package-dtls-box .avlty-red {
    border-width: 4px;
    border-color: #AC1715;
    border-left: 4px solid #AC1715;
    border-top-width: 1px;
    border-top-color: #ccc;
}
.package-dtls-box .col:nth-child(2) {
    border-right-color: transparent;
}
.package-dtls-box:last-child .avlty-red {
    border-bottom-color: #AC1715;
    border-bottom-width: 4px;
}
.package-dtls-box .avlty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #09d003;
}
.package-dtls-box .avlty .color-red {
    color: #f02;
}
.package-dtls-box .pkg-text h6 {
    font-size: 13px;
    line-height: 1.5;
    color: #212529;
    font-weight: bold;
    margin: 0;
}
.package-dtls-box .pkg-text p {
    margin: 3px 0 0 0;
    color: #212529;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}
.package-dtls-box .pkg-text .info-close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 20px;
    color: #ac1715;
}
.btn-read{
    color: #005A94;
}
.package-dtls-box .pkg-text .read-more {
    color: #005A94;
    text-decoration: none;
    background-color: transparent;
    font-size: 13px;
    display: none;
}
.order-now-btns {
    padding-top: 20px;
}
.order-now-btns .order-now {
    font-size: 16px;
    text-transform: capitalize;
    padding: 6px 10px;
    font-weight: 400;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
}
.looks-good-pet-info {
    font-size: 20px;
}

.subs-save{
    padding: 0 15px;
    margin-top:30px;
}
.subs-save .subs-inpt{
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    padding:20px 15px;
}
.ins-box{
    padding:15px;
}
.ins-box p{
    margin:0;
    color:#555;
    font-size:16px;
    text-align: center;
}
.ins-box p span{
    color:#9E0000;
    font-weight: 700;
}
.pricing-details{
    padding:5px 15px 15px 15px;
}
.pricing-details ul{
    padding:15px;
    background: #f4f4f4;
    margin:0;
    list-style: none;
}
.pricing-details ul li{
    padding:5px 0;
    border-bottom:1px solid #e2e2e2;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size:16px;
    color:#555;
}
.pricing-details ul li:last-child{
    border:none;
}
.pricing-details ul li.discnt{
    color:green;
}
.online-prcs{
    display:flex;
    flex-wrap: wrap;
    padding:15px;
}
.online-prcs label{
    font-size:16px;
    color:#555;
}
.online-prcs .custom-control{
    width:210px;
}
.online-prcs .price{
    width:calc(100% - 210px);
    color: #CC0000;
    font-size: 20px;
    font-weight: bold;
    text-align:right;
}
.thank_box .box-upsell {
    background-color: #fbeeee;
  }
  .thnktxt-box1, .thnktxt-box2 {
    width: 96%;
    margin: 35px auto 0 auto;
    background: #f8f4ee;
      background-color: rgb(248, 244, 238);
    background-color: #f8f4ee;
    box-sizing: border-box;
    padding: 15px;
  }
 .thank_box .btn {
    margin: 15px 0 15px 0;
    height: 49px;
    font-size: 15px;
    line-height: 49px;
    padding: 0 15px;
  }
  .thnktxtbx-mid .thnktxtbx-txt {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    padding-top: 20px;
    color: #312f2f;
  }
  .thnk-step-list{
    padding: 0 2rem;
  }
  .b-0{
    border: none !important;
  }
/* checkout page slash middle of exp mm & yy */
.slash {
    margin-top: 38px;
    text-align: center;
}

/* questionary page textarea */
.note-shadow {
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    resize: none;
}

/* T & C Popover */
.modal-blue-hd{
    color: #223169;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .after-week{
    font-size: 10px;
    margin: 5px 0;
    line-height: 1;
  }
  .not-now-btn{
    font-size: 24px;
    text-decoration: underline;
    padding: 4px 10px;
  }
  .not-now-btn:hover{
    text-decoration: underline;
  }
  .tnc-wrap{
    position: relative;
    display: inline-block;
  }
  .tnc-popover{
    background: #fff;
    border: 3px solid #223169;
    width: 260px;
    position: absolute;
    display: none;
    left: -42px;
    right: 0;
    bottom: 20px;
    margin: auto;
  }
  .tnc-btn{
    font-size: 16px;
    color: #575757;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .tnc-btn:hover, .tnc-btn:focus{
    text-decoration: underline;
    color: #393838;
  }
  /* .tnc-wrap:hover .tnc-popover{
    display: block;
  } */
  .tnc-popover p{
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    padding: 4px;
  }
  .tnc-popover h6{
   background: #223169;
   color: #fff;
   padding: 4px 5px;
   font-size: 16px;
   margin: 0;
  }
  .modal-blue-hd {
    color: #223169;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2;
}
.no-thanx-btn{
    display: inline-block;
    text-decoration: underline;
    color: #000;
    font-size: 16px;
  }
  .no-thanx-btn:hover{
    color: #000;
  }

.fs-34{
    font-size: 34px !important;
}

.menu-link{
    font-size: 20px;
    color: #000;
    text-decoration: underline;
    text-align: center;
}
.achor-dark{
    color: #000;
}
.achor-dark:hover{
    text-decoration: underline;
    color: #000;
}
.times-icon{
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
    font-size: 28px;
    color: #e12624;
}
.times-icon:hover{
    color: #bd1210;
}
.click-here-btn{
    color: #e12624;
    font-size: 20px;
    text-decoration: underline;
}
.click-here-btn:hover{
    color: #bd1210;
}
.doctor-evaluation{
  width: 80%;
}
.doctor-evaluation .lft{
  width: 62%;
}
.doctor-evaluation .rgt {
  width: 34%;
}
.forgot_css:focus{
    text-decoration: underline;
}
.login-with-social:focus{
    box-shadow: 0 0 0 .2rem rgba(42, 42, 42, 0.5);
}
.forgot_css{
    color: #0051AD;
}
.order-now-btns .order-now {
    background-color: #005894;
    border-color: #005894;
}
.order-now-btns .order-now:hover, .order-now-btns .order-now:focus {
    background-color: #004574;
    border-color: #004574;
}
.btn-success {
    background-color: #176325;
    border-color: #176325;
}
  /* End T & C Popover */
.text-danger {
    color: #AC1715 !important;
}
/* single package design */
.single-package-old-price{
    color: #585858;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 12px 0 0;
    text-align: center;
}
.single-package-old-price span{
    color: #585858;
    position: relative;
}
.single-package-old-price span:after{
    border-bottom: .1em solid #AC1715;
    content: "";
    left: 0;
    margin-top: -.0625em;
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-13deg);
}
.single-package-price-wrap{
    padding-bottom: 10px;
    margin: 10px 0;
    border-top: 1px solid #f1e5d2;
    border-bottom: 1px solid #f1e5d2;
}
.single-package-box-title{
    padding-top: 20px;
}
.single-package-price{
    color: #AC1715;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 10px 0 8px;
    text-align: center;
}
.single-package-save{
    background: url(/images/savebg.png) top no-repeat;
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    width: 185px;
}
.single-package-benefits h5 {
    color: #AC1715;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    padding: 20px 15px 0;
    text-align: left;
}
.single-package-benefits ul li {
    background: url(/images/bullet4.png) left 6px no-repeat;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 22px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0 0 0 22px;
    text-align: left;
}
.chk-frmfld {
    width: 100%;
    height: 42px;
    border: 1px solid #bbbcbe;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 0 0 41px;
    position: relative;
    background: #fff;
    margin: 4px 0 0 0;
}
.chk-frmfld input, .chk-frmfld select {
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #131212;
    padding: 0 0 0 10px;
    background-color: transparent;
}
.chk-frmfld .icon {
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 2;
}
.chk-frmElmnts{
    margin-bottom: 15px;
}
.chk-frmfld .btn-light {
    background-color: #fff;
    border-color: #b7b6b6;
}
.chk-frmfld .btn-light:hover, .chk-frmfld .btn-light:focus {
    background-color: #fff;
    border-color: #b7b6b6;
}
.chk-frmfld .btn-light:not(:disabled):not(.disabled).active, .chk-frmfld .btn-light:not(:disabled):not(.disabled):active, .chk-frmfld .show>.btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: #b7b6b6;
}
.chk-frmfld .bootstrap-select  .dropdown-toggle {border: 0; margin-top: 2px;}
.chk-frmfld .bootstrap-select .dropdown-toggle:focus,
.chk-frmfld   input:focus,
.chk-frmfld  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
    box-shadow: 0 0 0 0 rgba(216,217,219,.5);
    border: 0;
}
.chk-frmfld .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #505050;
}

.doctor-name {
    color: #8e8e8e;
    font-style: italic;
    margin-top: 10px;
}
.msg-timeline {
	position: relative;
	margin: 24px 0;
	padding: 8px 0;
	list-style: none;
	display: grid;
	gap: 28px;
}
.msg-timeline::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 24px;
	width: 2px;
	background: #ac1715;
    left: 0;
}
.msg-item {
	position: relative;
	display: grid;
	grid-template-columns: 108px 1fr;
	gap: 16px;
	align-items: start;
}
.msg-dot {
	position: absolute;
	left: -4px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ac1715;
}
.msg-date {
    grid-column: 1;
    margin-top: 2px;
    color: #6b727a;
    letter-spacing: .2px;
    font-size: .9rem;
    margin-left: 16px;
}
.msg-card {
	grid-column: 2;
	background: #fff;
	border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}
.msg-card h3 {
	margin: 0;
	font-size: 1.1rem;
    text-align: left;
}
.msg-desc {
	margin: 0;
	color: #86939f;
    font-size: 1rem;
    line-height: 24px;
}

.msg-timeline {
	position: relative;
	margin: 24px 0;
	padding: 8px 0;
	list-style: none;
	display: grid;
	gap: 28px;
}
.msg-timeline::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 24px;
	width: 2px;
	background: #ac1715;
    left: 0;
}
.msg-item {
	position: relative;
	display: grid;
	grid-template-columns: 108px 1fr;
	gap: 16px;
	align-items: start;
}
.msg-dot {
	position: absolute;
	left: -4px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ac1715;
}
.msg-date {
    grid-column: 1;
    margin-top: 2px;
    color: #6b727a;
    letter-spacing: .2px;
    font-size: .9rem;
    margin-left: 16px;
}
.msg-card {
	grid-column: 2;
	background: #fff;
	border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}
.msg-card h3 {
	margin: 0;
	font-size: 1.1rem;
    text-align: left;
}
.msg-desc {
	margin: 0;
	color: #86939f;
    font-size: 1rem;
    line-height: 24px;
}

/* Terms and conditions popover desktop */
.sub-popover-wrapper {
    display: block;
    text-align: center;
}
.sub-popover-wrapper .learn-more-btn {
    color: #0073e6;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.sub-popover-wrapper .popover {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 354px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12);
    padding: 2px 20px;
    padding-bottom: 20px;
    display: none;
    z-index: 100;
}
.sub-popover-wrapper .popover::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
}
.sub-popover-wrapper .close-btn {
    position: absolute;
    top: -6px;
    right: 8px;
    font-size: 22px;
    cursor: pointer;
    color: #666;
}
.sub-popover-wrapper .close-btn:hover {
    color: #000;
}
.sub-popover-wrapper .popover p {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0 0;
    text-align: left;
}
.sub-popover-wrapper .popover a {
    color: #0073e6;
    word-break: break-word;
}
.sub-popover-wrapper .popover.active {
    display: block;
    animation: fadeIn 0.2s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
.relative{
    position: relative;
}

@media (max-width: 1199px) {
    .order-now-btns .order-now {
        font-size: 14px;
    }
    .mr-hdr .col h5 {
        font-size: 1rem;
        padding: 2px;
    }
    .mr-hdr .red-box h5 {
        font-size: 10px;
    }
    .mr-hdr .red-box span.vip-size,
    strong.vip-price {
        font-size: 15px;
    }
    .mr-hdr .red-box {
        padding: 5px;
    }
    .package-dtls-box .col-5,
    .package-dtls-box .col {
        padding: 5px;
    }
    .mr-hdr .col-5,
    .mr-hdr .col {
        padding: 5px;
    }
    .mr-hdr .col-5,
    .order-now-btns .col-5,
    .package-dtls-box .col-5 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .package-dtls-box .pkg-text p {
        z-index: 200;
        top: 30px;
        position: absolute;
        width: 264px;
        background-color: #f1f1f1;
        padding: 10px;
        padding-right: 22px;
        border-radius: 6px;
        box-shadow: 2px 2px 2px #888888;
        opacity: 0;
        pointer-events: none;
        transform: scaleY(0);
        transition: all 0.5s ease-in-out;
        transform-origin: 0 0;
    }
    .package-dtls-box .pkg-text.show-more p {
        opacity: 1;
        pointer-events: all;
        transform: scaleY(1);
    }
    .package-dtls-box .pkg-text .read-more {
        display: inline-block;
    }
    .avlty img {
        width: 24%;
        height: auto;
    }
    .pets-list .table.pet-header td {
      font-size: 13px;
    }
    .w-200 {
        max-width: 146px;
    }
    .qfybox_inner{
        padding: 40px 6px;
    }
    .qfybox_inner .btn{
        width: 100%;
        margin: 0 !important;
        margin-bottom: 5px !important;
    }
    .last_li{
        margin-bottom: 15px;
    }
    .more-info:hover .more-info-holder{
        opacity: 1;
        transform: scaleY(1);
    }
    .msg-item{ 
        grid-template-columns: 1fr;
    }
    .msg-card {
        grid-column: 1;
        margin-left: 16px;
        position: relative;
        top: -8px;
    }
    /* Terms and conditions popover mobile */
    .bottom-learn-more{
        text-align: center;

    }
    .bottom-learn-more .learn-more-btn{
        color: #0073e6;
        text-decoration: underline;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
    }
    .bottom-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        display: none;
        z-index: 999;
    }
    .bottom-popover-wrapper {
        position: fixed;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        pointer-events: none;
        z-index: 1000;
    }
    .bottom-popover {
        background: #fff;
        width: 100%;
        max-width: 500px;
        padding: 20px;
        box-shadow: 0 -5px 25px rgba(0,0,0,0.2);
        transform: translateY(100%);
        transition: transform 0.3s ease;
        pointer-events: auto;
        position: relative;
    }
    .bottom-popover p{
        font-size: 18px;
    }
    .bottom-overlay.active {
        display: block;
    }
    .bottom-popover-wrapper.active .bottom-popover {
        transform: translateY(0);
    }
    .close-text-btn {
        margin-top: 20px;
        background: none;
        border: none;
        font-size: 14px;
        cursor: pointer;
        padding: 0;
        position: absolute;
        top: -46px;
        right: 10px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
    }

}
@media screen and (max-width: 767.9px) {
    .thank_box .btn {
        font-size: 13px;
        padding: 0 10px;
    }
    #mobile-menu{
        display: block;
    }

    .modal-blue-hd {
        font-size: 22px;
    }

    .px-m-2{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .msg-item{ 
        grid-template-columns: 1fr;
    }
    .msg-card {
        grid-column: 1;
        margin-left: 16px;
        position: relative;
        top: -8px;
    }
}
@media screen and (max-width: 575px) {
    .dashboard_sections {
        padding: 10px 0;
    }
    .dashboard_sections .pets p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    .dashboard_sections .table tr td {
        padding: 0.25rem;
        font-size: 0.85rem;
    }
    .dashboard-logo a {
        margin-bottom: 0;
    }
    .dashboard-logo {
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .dashboard-logo img {
        width: 120px;
        height: 60px;
    }
    .hamburger {
        display: block;
    }
    .login .dashboard-logo {
        border: none;
    }
    .sidebar {
        display: none;
    }
    .right-col {
        padding-top: 10px;
    }
    .right-col .pets .pgTitle {
        font-size: 18px;
        padding-top: 0;
    }
    .right-col .pets {
        font-size: 13px;
        padding-top: 6px;
    }

    .card-dropdown select {
        width: 75%;
    }
    .card-dropdown .card-type-mobile {
        display: block;
        position: absolute;
        top: 30px;
        right: 0;
        width: 62px;
    }
    .card-icon {
        display: none;
    }
    .pets-list {
        padding: 15px 15px;
    }
    .pets-list .table.pet-header thead {
        display: none;
    }
    .pets-list .table.pet-header tr td {
        display: block;
        position: relative;
        padding-left: 38%;
    }
    .pets-list .table.pet-header tr td::before {
        position: absolute;
        top: 12px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
    }
    .pets-list .table.pet-header tr td:first-of-type::before {
        content: "Pet Type";
    }
    .pets-list .table.pet-header tr td:nth-of-type(2)::before {
        content: "Pet Breed";
    }
    .pets-list .table.pet-header tr td:nth-of-type(3)::before {
        content: "Pet Name";
    }
    .pets-list .table.pet-header tr td:nth-of-type(4)::before {
        content: "Pet Weight";
    }
    .pets-list .table.pet-header tr td:nth-of-type(6)::before {
        content: "Remove Pet";
    }
    .pets-list .table td .btn {
        width: 100%;
    }
    .pets-list .table td .btn-danger {
        margin-bottom: 30px;
    }
    .pets-list .table.tablemore td {
        display: block;
        width: 100%;
    }
    .add-another-pet-btn {
        margin: 1rem 0;
        display: inline-block;
    }
    .w-200 {
        max-width: 100%;
    }

    .mr-hdr .col h5 {
        font-size: 0.8rem;
    }
    .order-now-btns {
        padding-top: 5px;
    }
    .order-now-btns .order-now {
        padding: 6px 6px;
        line-height: 1.25;
    }
    .order-now-btns .col,
    .order-now-btns .col-5 {
        padding: 4px;
    }
    .mr-hdr .red-box span.vip-size {
        display: flex;
        justify-content: center;
    }
    .mr-hdr .red-box h5 {
        font-size: 7px;
    }
    .avlty img {
        width: 24%;
        height: auto;
    }
    .online-prcs .custom-control, .online-prcs .price {
        width: 50%;
    }
    .doc-list .table thead th{
        padding: 0.75rem 0.5rem;
    }
    .menu-link {
        font-size: 18px;
    }
    .click-here-btn {
        font-size: 18px;
    }
    .mr-hdr {
        margin: 5px 0 0 0 !important;
    }
    .top-border-dog{
        display: none;
    }
    .package-dtls-box .col-5,
    .package-dtls-box .col {
        padding: 4px 4px;
    }
    .package-dtls-box .pkg-text{
        position: relative;
        padding-right: 28px;
    }
    .package-dtls-box .pkg-text .more-info{
        position: absolute;
        top: 0;
        right: 2px;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
    }
    .package-dtls-box .pkg-text h6{
        line-height: 1.25;
        font-size: 12px;
    }
}
