@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.form-control {
    font-size: 1.375rem;
}

/* Common Classes starts */

.btn-primary {
    color: #012C1E;
    background-color: #E6FFCC;
    border-color: #E6FFCC;
    font-size: 22px;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #012C1E;
    border-color: #012C1E;
    box-shadow: none;
}

.btn-green {
    color: #fff;
    background-color: #012C1E;
    border-color: #012C1E;
    font-size: 22px;
    border-radius: 20px;
    font-weight: 600;
    padding: 32px 40px;
}

.btn-green:hover, .btn-green:focus {
    color: #012C1E;
    background-color: #E6FFCC;
    border-color: #E6FFCC;
    box-shadow: none;
}

.btn-white {
    color: #012C1E;
    background-color: #fff;
    border-color: #012C1E;
    font-size: 22px;
    border-radius: 12px;
    font-weight: 600;
    padding: 32px 40px;
}

.btn-white:hover, .btn-white:focus {
    color: #012C1E;
    background-color: #E6FFCC;
    border-color: #E6FFCC;
    box-shadow: none;
}

.btn-whitebg {
    color: #012C1E;
    background-color: transparent;
    border-color: #012C1E;
    border-radius: 12px;
    font-size: 22px;   
    padding: 6px 45px;
}

.btn-whitebg:hover, .btn-whitebg:focus {
    color: #012C1E;
    background-color: #E6FFCC;
    border-color: #012C1E;
    box-shadow: none;
}


.btn-whitebgbodr {
    color: #012C1E;
    background-color: transparent;
    border-color: #012C1E;
    border-radius: 5px;
    font-size: 17px;
    padding: 6px 33px;
}

.btn-whitebgbodr:hover, .btn-whitebgbodr:focus {
    color: #E6FFCC;
    background-color: #012C1E;
    border-color: #012C1E;
    box-shadow: none;
}




.btn-secondary {
    color: #fff;
    background-color: #012C1E;
    border-color: #012C1E;
    border-radius: 12px;
    font-size: 22px;   
    padding: 10px 35px;
}


.btn-secondary:hover, .btn-secondary:focus {
    color: #012C1E;
    background-color: #E6FFCC;
    border-color: #012C1E;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #012C1E;
    background-color: #E6FFCC;
    border-color: #E6FFCC;
}

.width-100 {
    width: 100%;
    float: left;
}

/* -------- Common Classes end ------------ */


.topheader {
    width: 100%;
    float: left;
}

.topheader .navbar {
 /* background-color: #000; */
 z-index: 998;
}

.topheader .top-menu ul li ul  {
    margin: 0;
    padding: 0;
    background-color: #B1CF91;   
    float: left;
    border-radius: 12px;
    border: 1px solid #012C1E;
    /*margin-right: 34px;*/
}


.topheader .top-menu ul li ul li {
    list-style: none;
    float: left;
}

.topheader .top-menu ul li ul li a, .topheader .top-menu ul li a{
    font-size:22px; 
    color:#102705 ;
    padding: 2px 0px
}

.leftbanner-content {
    width: 100%;
    float: left;
    background-color: #055C15;
    padding: 57px 56px ;
    border-radius: 20px;
    min-height: 509px;
}

.leftbanner-content h1 {
    color: #E6FFCC;
    font-size: 48px;
    line-height: 55px;
}


.leftbanner-content p {
    color: #E6FFCC;
    font-size: 22px;
    margin-top: 30px;
    line-height: 26px;
    font-weight: 300;
    text-align: justify;
}

.leftbanner-content .callto-action {
 width: 100%;
 float: left;
 margin-top: 30px;
 display: flex;
}

.banner-slider {
    width: 100%;
    float: left;
    height: 509px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.banner-slider .right-content {
    position: absolute;
    top: 20px;
    left: 22px;
    color: #fff;
    width: 76%;
    height: unset;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.banner-slider .right-content h1 {
    color: #fff;
    font-family: "Proxima",sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
.banner-slider .right-content p {
    font-family: "Proxima",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

.banner-slider .right-content p {
    font-family: "Proxima",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

.banner-slider .btn-outlinebdr {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff;
    border-radius: 15px;
    font-weight: bold;
    text-shadow: none;
    background: transparent;
    padding: 7px 27px;
}

.banner-slider .btn-outlinebdr a {
    color: #fff;
}

.mbl-hide {
    display: block;
}

.desktp-hide {
    display: none;
}

.grey-overlay-n {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    border-radius: 15px;
}

.callto-action .svg-inline--fa.fa-w-14 {
    width: .6em;
    margin-left: 0;
    margin-top: 6px;
}

.callto-action .btn {
    padding:18px 20px;
    display: flex;
    justify-content: space-between;

}

.heading-missingpets {
    width: 100%;
    float: left;
    margin-bottom:20px;
}

.heading-missingpets h1 {
    color: #012C1E;
    font-size: 50px;
    font-weight: 600;
}

.search-icn svg {
    width: 1em;
    font-size: 22px;
    color: #818181;
    margin-top: 10px;
}



.filter {
    width: 100%;
    float: left;
    
}

.filter .list-filter,.filter .missing-filter {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.filter .missing-filter {
 display: flex;
 /*padding-left: 30px;*/
}


.filter .missing-filter .col {
     padding-right: 0;
   }

.filter .list-filter {
    display: flex;
}

.filter .search-filter {
    width: 50%;
    float: left;
    border: 1px solid #012C1E;
    border-radius:12px; 
}

.filter .search-filter input {
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 4px 6px;
    background-color: #fff;
    width: 100%;
    font-size: 18px;
    border-radius: 12px; 
}

.filter .search-filter input:focus {
    border: 0;
    outline: none;
}

.filter .list-map-view {
    width: 50%;
    float: left;
}

.filter .missing-filter .bothfilter-opt {
    width: 100%;
    /* float: left; */
    display: inline-block;
}

.filter .missing-filter .bothfilter-opt select {
    height: 47px;
    border: 1px solid #012C1E;
    border-radius: 12px;
    font-size: 22px;
    color: #102705;
}

.filter .missing-filter .bothfilter-opt select option {
    color: #012C1E;
}

.list-map-view ul {
    padding:0;
    margin: 0;
}
.list-map-view ul li {
    list-style: none;
    float: left;
    padding: 5px 20px;
}

.list-map-view ul li a {
    color: #012C1E;
    font-size: 22px;
    text-decoration: none;
}

.list-map-view ul li:hover {
    background-color: #B1CF91;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}


.filter .list-action {
    float: left;
    border: 1px solid #012C1E;
    border-radius: 12px ;
    padding: 0px;
    margin-left: 20px;
}

.list-map-view ul li.active{
    background-color: #B1CF91;
    border-radius: 12px ;
   
}

#listmap-section {
    /* width: 100%;
    float: left; */
}

.product-list {
    width: 100%;
    float: left;
     /* max-height: 800px; */
    overflow-y: auto;
    overflow-x: hidden; 
    padding-right: 10px;
}

.product-list .product-content {
    background-color:#E6FFCC;
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #E6E4E4;
    border-radius: 20px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:#055C15;
    border-radius: 20px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #055C15;
    border-radius: 20px;
  }

  .product-list .product-content .dyreid_tag {
    position: absolute;   
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;    
    font-size: 11px;
    text-align: right;
    top: 2px;
    left: auto;
  }

  .product-list .product-content .dyreid_tag img {
        /* background-color: #fff; */
        color: #012C1E;
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 14px;
        text-transform: uppercase;
        /* float: left; */
        /* margin-left: 80px; */
        width: 100px;
  }

.product-list .product-content .product-tag {
    position: absolute;
    /* top: auto; */
    right: 0;
    width: auto;
    height: auto;
    border-radius: 12px;
    padding: 0px 0;
    font-size: 11px;
    text-align: center;
    bottom: 11px;
    left: 0;
    
}

.product-list .product-content .product-tag span.prod-name {
    background-color: #fff;
    color: #012C1E;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin-left: 12px;
}

.product-list .product-content .product-image {
    background-color: transparent;
    display: flex;
    min-height: 190px;
    max-height: 190px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    vertical-align: middle;
    align-items: center;
    justify-content: center
}

.product-list .product-content .product-image img{
    /* object-fit: cover;
    width: 182px;
    height: 182px;
    object-position: center; */
    border-radius: 10px;
}

.product-list .product-content .product-description {
    width: 100%;
    float: left;
   padding: 18px;
}

.product-list .product-content .product-description h2 {
    color:#012C1E;
    font-size:22px;
    margin-bottom:0;
    
}

.product-list .product-content .product-description .area, 
.product-list .product-content .product-description .date {
    color:#012C1E;
    font-size:17px;
    
}

.product-list .product-content .product-description .breadname {
    font-size:15px;
    font-weight: 600;
    color:#012C1E;
}

.product-list .product-content .product-description .breadnamelightgreen {
    font-size:15px;
    font-weight: 600;
    color:#E6FFCC;
}

.product-list .product-content .product-description .area {
    margin-top: 50px;
}

.product-list .product-content .product-description .more-sec{
    width: 100%;
    float: left;
    margin-top: 30px;
    display: none;
}

.product-imgsec {
    width: 35%;
    float: left;
}

.product-desc {
    width: 65%;
    float: left;
    position: relative;
}


#listmap-section .map-view {
    width: 100%;
    float: left;
    border-radius: 40px;
    background-color: #fff;
    /* border: 1px solid #f0f0f0; */
    overflow: hidden;

}

#list-section {
    width: 100%;
    /* float: left; */
}


.register-actionbtn {
    width: 100%;
    float: left;
}

.register-actionbtn button span {
    margin-left: 68px;
}

.register-heading {
    width: 100%;
    float: left;
}

.register-heading h2 {
    font-size: 43px;
    color: #012C1E;
    font-weight: 600;
}


.footer-sec {
    width: 100%;
    float: left;
    background-color: #B1CF91;
    padding: 65px 0 40px 0;
}

.footer-sec .footer-descrp {

    width: 100%;
    float: left;

}

.footer-sec .footer-descrp h2 {
 font-size: 30px;
 color: #012C1E;
 margin-bottom: 40px;
 margin-top: 30px;
}

.footer-sec .footer-descrp p {
    font-size: 17px;
    color: #012C1E;
}
.footer-link {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.footer-link ul {
    margin:0;
    padding:0;
    float: right;
    text-align: right;
}

.footer-link ul li {   
    padding: 0 0 18px 0;
    list-style: none;
}
.footer-link ul li a {
    color: #012C1E;
    text-decoration: none;
    font-weight: 500;
}

.filter .search-filter {
    position: relative;
}

.filter .search-filter .search-icn {
    position: absolute;
    top: 0px;
    right: 8px;
    background-color: #fff;
    width: 27px;
    padding: 0 3px;
}

/* details  page start here */

.product-details label {
    width: 40%;
    float: left;
    color: #E6FFCC;
    font-size: 18px;
    margin-top: .5rem;
    margin-bottom: 0;
    word-break: break-word;
}

.product-details .details {
    width: 60%;
    float: left;
    color: #E6FFCC;
    font-size: 18px;
    margin-top: .5rem;
    font-weight: 300;
}



.detail-banner-slider {
    width: 100%;
    float: left;
  
}

.detail-banner-slider .image-row-dashboard {
    width: 444px;
    float: left;
    max-height: 444px;
    overflow: hidden;
    border-radius: 20px;
    min-height: 444px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.detail-banner-slider img {
    /* object-fit: cover;*/
    height: 100%;
    width: 100%; 
    max-width: 100%;
    /* min-height: 284px;
    max-height: 284px; */
    object-fit: contain;
    border-radius: 12px;
    
}

 .detail-map-view {
    object-fit: cover;
    height: 399px;
    width: 100%;
    float: left;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.details-rightcontent {
    width: 100%;
    float: left;
    background-color: #055C15;
    padding: 40px 56px;
    border-radius: 20px;
    min-height: 860px;
}

.details-rightcontent h1 {
    color: #E6FFCC;
    font-size: 48px;
    line-height: 55px;
    
}

.details-rightcontent p {
    color: #E6FFCC;
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
    font-weight: 300;
}
.details-rightcontent pre {
    color: #E6FFCC;
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
    font-weight: 300;
}
.product-dtail-inner {
    width: 80%;
    float: left;
}

.product-dtail-inner .pets-details {
    display: flex;
    border-bottom:1px solid #7ba783;
    margin-bottom: 12px;
}

.product-details {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.callto-contact {
    width: 100%;
    float: left;
    margin-top: 56px;
    display: flex;
}

.callto-contact .contactpet-btn {
    width: 60%;
    float: left;
}

.callto-contact .scialicon-pet {
    width: 40%;
    float: left;
    padding-top: 0;
    padding-left: 50px;
    /* height: 60px;
    line-height: 66px; */
}

.print-icon .print-text, .share-icon .print-text {
    width: 50%;
    float: left;
}

.print-icn {
    color: #fff;
}




.callto-contact .btn {
    padding: 15px 20px;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
}
.callto-contact .btn:hover {
    color: #E6FFCC;
}



.callto-contact .btn span {
 float: right;
}

.callto-contact svg {
    width: .65em !important;
    float: right;
    margin-top: 6px;
}

.share-icon, .print-icon {
    width: 100%;
    float: left;
    display: flex;
    justify-content: end;
   cursor: pointer;
   margin-top: 20px;
}


.scialicon-pet {
    width: 100%;
    float: left;
}

.scialicon-pet .print-icon .print-icn svg {
    color: #fff;
    font-size: 21px;
}

.scialicon-pet .print-icon .print-icon {
 font-size: 18px;
}


.scialicon-pet .print-icon {
    margin-bottom:14px;
}
   

.scialicon-pet span {
    font-size: 18px;
    text-transform:  capitalize;
    color: #E6FFCC;
    height: 30px;
    width: 24px;
    float: left;
    /* padding-top: 0;  
    margin-right: 10px;
    font-weight: 500;
    height: 25px;
    float: left; */
}

.scialicon-pet img {
    width: 25px;
    height: 25px;
}

.topheader .top-menu ul li ul.login-regster {
    padding: 2px 5px;
    border: 0;
    border: 1px solid #012C1E;
    color: #012C1E
}

.topheader .top-menu ul li ul li .loggedin-user {
    width: 100%;
    float: left;
}

.topheader .top-menu ul li ul li .user-name {
    width: 100%;
    float: left;
    text-transform: capitalize;   
    padding-top: 3px;
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px;
}


.topheader .top-menu ul li ul li .loggedin-user .userdropdwn {
    width: 100%;
    float: left;
    display: flex;
    cursor: pointer;
}

.topheader .top-menu ul li ul li .profil-photo {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 6px;
    padding-top: 3px;

}

.topheader .top-menu ul li ul li .dropdown-toggle::after {
    position: absolute;
    right: -3px;
    top: 17px;
    color: #055C15;
}

.topheader .top-menu ul li ul li .profil-photo img {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 50%;
    overflow: hidden;
}

.topheader .top-menu ul li ul li .loggedin-user button.dropdown-item a  {
 font-size: 16px;
}

.topheader .top-menu ul li ul li .loggedin-user button.dropdown-item img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.topheader .top-menu ul li ul li .loggedin-user .dropdown-item.active, 
.topheader .top-menu ul li ul li .loggedin-user .dropdown-item:active {
    background-color: #E6FFCC;
}

.topheader .top-menu ul li ul li .loggedin-user .dropdown-menu{
    left: -11px;
    top: 41px;
    border-radius: 12px;
}

.lostdarkgreen {
    background-color: #055C15 !important;
    color: #fff !important;
}

.lostlightgreen {
    background-color: #E6FFCC !important;
}

.custom-ml-3 {
    margin-left: 20px;
}

.logo-dyr img {
    width: 102px;
    cursor: pointer;
}

.login-regster .dropdown-item:focus,.login-regster .dropdown-item:hover {
    background-color: #B1CF91;
}

.topheader .top-menu ul li ul li .loggedin-user button.dropdown-item a:hover {
    text-decoration: none;
}


/* Registration of found pets  starts here */
.registerpet-pg {
    width: 100%;
    float: left;
}

.registerpet-pg h1 {
 font-size: 50px;
 color: #012C1E;
 margin:0 0 40px 0;
}

.registerpet-pg p {
    color:#012C1E;
    font-size:19px;
}

.registerforpet-form h1 {
    font-size:32px;
    color:#012C1E;
    margin-top: 40px;
    width: 100%;
    float: left;
}

.registerforpet-form h2 {
    font-size:22px;
    color:#012C1E;
}

.registerforpet-form .form-feilds {
    width: 100%;
    float: left;
}

.registerforpet-form .form-feilds label {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom:20px;
}

.registerforpet-form .muliple-photos label.camer-label {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: none;
}

.registerforpet-form .muliple-photos span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
    font-size: 16px;
}


.registerforpet-form .muliple-photos span .mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.registerforpet-form .muliple-photos:hover .camer-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 10px;
    margin-bottom: 0;
}

.registerforpet-form .form-feilds .upload-petsphoto input {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.registerforpet-form .form-feilds .upload-petsphoto {
    width: 100%;
    float: left;
    display: flex;   

}

.registerforpet-form .form-feilds .upload-petsphoto .muliple-photos {
    display: inline-block;
    position: relative;
    height: 240px;
    width: 240px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
}

.registerforpet-form .form-feilds .upload-petsphoto .muliple-photos span.fil-upload {
    width: 240px;
    height: 240px;
    float: left;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
}

.registerforpet-form .form-feilds .upload-petsphoto .muliple-photos img {
    position: absolute;
    z-index: -1;
    width: auto;
    left: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 10px;
}


.registerforpet-form  {
 width: 70%;
 float: left;
}

.registerpet-pg {
    width: 100%;
    float: left;
   }


.register-details {
    width: 63%;
    float: left;
}

.registerforpet-form .form-feilds .form-control {
    height: calc(2.4em + .75rem + 2px);
    border: 1px solid #012C1E;
    border-radius: .55rem;
    color: #012C1E;
    font-size: 1.375rem;
    padding: 5px 10px
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #012C1E !important;
    opacity: 0.6 !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #012C1E !important;
    opacity: 0.6 !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #012C1E !important;
    opacity: 0.6 !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #012C1E !important;
    opacity: 0.6 !important;
  }

  .registerforpet-form .pets-gender .custom-radio label {
    opacity: 0.6 !important;
  }
  select {
    /* opacity: 0.6 !important; */
}


.registerforpet-form .custom-city {
 width: 45%;
 float: left;
}

.registerforpet-form .custom-zipcode {
    width: 70%;
    float: left;
   }

.registerforpet-form  .date-details {
    /* display: flex; */
}

.registerforpet-form .date-details .day-details {
    width: 25%;
    float: left;
}

.registerforpet-form .date-details .custom-mr {
    margin-right: 20px;
}

.registerforpet-form .date-details .custom-mx {
    margin-right: 20px;
}
      


.registerforpet-form .form-feilds .cus-texthgi {
    height: 200px;
}

.registerforpet-form .gender-dec {
    display: flex;
    width: 100%;
    float: left;
}

.registerforpet-form .gender-dec .colors-pet {
    width: 40%;
    float: left;
    margin-right: 20px;
}

.registerforpet-form .gender-dec .gender-pet {
    width: 60%;
    float: left;
}
.registerforpet-form .pets-gender {
    display: flex ;
}
.registerforpet-form .pets-gender .custom-radio {
    display: flex;
    border:1px solid #012C1E;
    margin-right: 10px;
    border-radius: 12px;
    padding: 2px 20px;
}

.registerforpet-form .pets-gender .custom-radio label {
    margin-bottom: 14px;
    margin-top: 14px;
}

.registerforpet-form .pets-gender .custom-radio input[type=radio]{
    width: 22px;
    height: 22px;
    margin-top: 18px;
    margin-left: 10px;
}

.registerforpet-form  .details-name {
    width: 100%;
    float: left;
    display: flex;
}


.registerforpet-form  .custom-name,.custom-lname {
    width: 50%;
    float: left;
}

.registerforpet-form  .custom-name {
    margin-right: 20px;
}


.details-registr {
    width: 100%;
    float: left;
}

.details-registr button {
    padding: 20px 40px;
    border-radius: 12px;
    color: #E6FFCC;
}
.details-registr span {
    margin-left: 209px;
}

.registerforpet-form .zipcode {
    width: 40%;
    float: left;
}

.registerforpet-form .check-epost {
    display: block;
    width: 100%;
    float: left;
}

.registerforpet-form .check-epost .custom-radio {
    display: flex;
    border: 0;
    margin-right: 10px;
    border-radius: 12px;
    padding: 2px 20px;
    width: 100%;
}

.registerforpet-form .check-epost .custom-radio input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-top: 6px;
    margin-right: 10px;
}

.round {
    position: relative;
  }
  
  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 24px;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 10px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #fff;
    border-color: #012C1E;
    border: 2px solid;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
    border-color: #012C1E;
  }

  .registerforpet-form .check-epost .custom-radio span.label {
 margin-left: 5px;
 margin-top: 0px;
  }

.product-list .product-content.lostdarkgreen  .product-description h2 {
 color: #E6FFCC;
  }

  .product-list .product-content.lostdarkgreen .product-description .area, 
  .product-list .product-content.lostdarkgreen .product-description .date {
    color: #E6FFCC;
  }

  .h-icon {
    width: 106px;    
    float: left;
   
    position: absolute;
    top: 0;
     
  }

  .k-icon {
    width: 106px;    
    float: left;   
    position: absolute;
    top: 10px;
     
  }



  .details-btm {
    position: absolute;
    bottom: 18px;
    width: 94%;
    float: left;
  }
  

  .spellling-point {
      display: flex;
      background-color: rgba(177, 207, 145, 0.3);
      width: 100%;
      float: left;
      border-radius: 12px;
      padding: 30px 37px;
    
  }

  .selling-heading h2 {
      font-size: 30px;
      color: #012C1E;
      
  }

  .selling-para {
      /*font-size: 22px;*/
      color: #012C1E;
  }

  .selling-para ul {
    margin: 0px;
    padding: 0px;
}

.selling-para ul {
    margin: 0 0px 0 29px;
    padding: 0px;
}

.selling-para ul li{
    font-size: 17px;
    color: #012C1E;
}


  .loginModal .modal-content {
    background-color: #B1CF91;
    border-radius: 1rem;
  }

  .loginModal .modal-header {
      border-bottom:0;
  }

  .loginModal .modal-header h5 {
    font-size: 35px;
    color: #012C1E;
    margin-top: 30px;
    margin-left: 30px;
  }

  .loginModal .close {
    opacity: 1;
    color: #fff;
    /* margin-top: -60px; */
    position: absolute;
    right: -1px;
    top: -31px;
    font-size: 24px;
    font-weight: 400px;
  }

  .loginModal .modal-content {
      margin-top: 50px;
  }

  .loginModal .modal-dialog {
    max-width: 1000px;
    
}

.loginModal .login-pg {
    width: 100%;
    float: left;
    text-align: center;
    /* padding: 65px 0; */
}

.loginModal .login-bttns-sec {
     width: 45%;
     margin: 0 auto;
}

.loginModal .login-bttns-sec button {
    display: flex;
    justify-content: space-between;
}

.loginModal .login-bttns-sec button.btn-white {
   
   
    padding: 17px 36px;
    border: 0;
}

.loginModal .login-bttns-sec button img {
    width: 101px;
}


.loginModal .login-bttns-sec button svg {
    margin-top: 10px;
    width: .6em;
}

.loginModal .socl-icon {
    width: 38px !important;
    margin-right: 16px;
}

.loginModal .modal-backdrop.show {
    opacity: 1;
}

.loginModal  .modal-backdrop {
   
    background-color: #012C1E;
}

.social-font {
    font-size: 26px;
}

.lostlightgreen.details-rightcontent h1, 
.lostlightgreen.details-rightcontent P,
.lostlightgreen.details-rightcontent pre,
.lostlightgreen.details-rightcontent .product-details label, 
.lostlightgreen.details-rightcontent .details,
.lostlightgreen.details-rightcontent .scialicon-pet span {
    color: #012C1E;
}



.lostlightgreen.details-rightcontent .callto-contact .btn {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

.lostlightgreen.details-rightcontent .callto-contact .btn:hover {
    background-color: #E6FFCC;
    border-color: #012C1E;
    color: #012C1E;
}


#print-me {
    display: none;
}

.arrow-iconslide {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
}

.arrow-iconslide .arrowleft {
    margin-right: 17px;
    display: inline-block;
}

.arrow-iconslide svg {
    color:#000000;
    font-size: 19px;
}

.arrow-iconslide .arrowright {
    margin-left: 17px;
    display: inline-block;
}


.arrowMargin
{
 margin-left: 35px;
}

/* 
agm-map {
 height: 800px;
} */


.print-me{
 display: none;
}

.chipid-radio {
    width:30%;
    float: left;
    display: flex;
    justify-content: space-around;
}
.chipid-radio .form-check  label {
    margin: 0;
}

.registerforpet-form .form-feilds .gender-dec  label {
    margin-bottom: 0;
    margin-right: 40px;
}

.registerforpet-form .form-feilds label {
    margin-bottom: 7px;
}

.gender-dec .checkchiid{
    margin-top:10px;
    margin-left:10px;
}

.toggle-btn {
    width: 70px;
    height: 30px;
    background: grey;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s 0.1s ease-in-out;
    -moz-transition: all 0.3s 0.1s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s 0.1s ease-in-out
}

.toggle-btn>.inner-circle {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s 0.1s ease-in-out;
    -moz-transition: all 0.3s 0.1s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s 0.1s ease-in-out
}

.toggle-btn.active {
    background: #012C1E !important
}

.toggle-btn.active>.inner-circle {
    margin-left: 40px
}

.toggle-swicther {
    display: flex;
}

.toggle-swicther label {
    color: #012C1E;
    font-size: 18px;
}

.map-mob {
    margin-left: 0;
}

.pets-gender .option-radio {
 display: flex;
}

.pets-gender .option-radio .form-check-input {
    margin-top: 0.6rem;
}

.regist-btm .btn-secondary {
    padding: 9px 20px;
}

.thanks-page {
    width: 100%;
    float: left;  
}

.thanks-page .heading-missingpets h1 {
    color: #012C1E;
    font-size: 50px;
    font-weight: 600;
}
.registerforpet-form .pets-gender .option-radio label {
    margin-bottom: 14px; 
    margin-left:10px;
}

.registerforpet-form .pets-gender .option-radio input[type=radio]{
    width: 22px;
    height: 22px;
}

.thanks-page p.thanks-para {
    font-size:22px;
    color:#012C1E;
}



.thanks-page .thanks-btn {
    width: 100%;
    float: left;
    text-align: center;
    align-items: center;
    display: flex;
    margin-bottom:20px;
}


.thanks-page .scroll-btn {
    background-color: #012C1E;
    color: #E6FFCC;
    font-weight: 400;
}

.thanks-page .thanks-btn .btn {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

.thanks-page .thanks-btn .svg-inline--fa.fa-w-14 {
    width: .6em;
    margin-left: 0;
    margin-top: 6px;
}

.thanks-center {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.custom-40 {
    width: 40%;
    margin: 0 auto;
}

.similafound-pets {
    width: 100%;
    float: left;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
        
}


.similafound-pets p {
   font-size: 22px;
   margin-right: 10px;
   margin-bottom:0;
        
}

.similafound-pets p span  {
    font-weight: bold;
}

.similafound-pets span.rotate svg {

    transform: rotate(90deg);
  
  
    /* Legacy vendor prefixes that you probably don't need... */
  
    /* Safari */
    -webkit-transform: rotate(90deg);
  
    /* Firefox */
    -moz-transform: rotate(90deg);
  
    /* IE */
    -ms-transform: rotate(90deg);
  
    /* Opera */
    -o-transform: rotate(90deg);
  
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
  }

  .my-modal-popup .modal-lg {

    max-width: 1100px;

}   

.search-fltmt-b5 {
    margin-bottom: 50px;
}

.listmap-sectionmb-3 {
    margin-bottom: 30px;
}


.profile-form .emailidlbl a {
    color: #012C1E;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
}

.cancel-contactbtn {
    padding: 8px 20px;
    font-size: 18px;
}

.profile-form form label {
    font-size: 18px;
    color: #012C1E;
}

.mat-dialog-container {
    border-radius: 12px !important;
}

.profile-form form label.phonenumber {
    font-weight: 300;
}

.profile-form.new-profil .cancelaccpt {
    padding: 10px 35px;
}

.my-modal-popup p {
    text-align: left;

}

.my-modal-popup h2, .my-modal-popup h4 {
    font-size: 20px;
}

.datelogo {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.companylogo img {
    width: 100px;
}

.spellling-pointt {
    display: flex;
    width: 100%;
    float: left;
    border-radius: 12px;
    padding: 30px 0px;
}

.privacy-policy {
    width: 100%;
    float: left;
}

.privacy-policy h3 {
 text-align: left;
 font-size: 20px;
}

.privacy-policy h2 {
    text-align: left;
    font-size: 20px;
   }

.privacy-policy p {
    
    font-size: 16px;
   }

   .cdk-overlay-pane {
       margin-top: 100px;
   }

   .privacy-headr {
       display: flex;
       justify-content: space-between;       
   }

   .privacy-dialog-class{
       /* height: 500px !important; */
       margin-top: 50px !important;
   }

  li.togglesdebtn button {
    border: 0;
    background-color: transparent;
    margin-top: 6px;
   }

   .wlogregitr {
    padding: 0px 23px;
   }

   .lostcompont {
       text-align: right;
       display: flex;
       justify-content: end;
   }

   .lostcompont button {
    padding: 10px 13px;    
   }

   .viking_company_logo  {
    position: absolute;
    bottom: 6px;
    right: 20px;
   }

   .viking_company_logo img {    
      width:70px !important;
   }


   .sidemenu-content {
    width: 100%;
    float: left;    
    padding: 57px 18px;;
    border-radius: 20px;
    min-height: 309px;
}

.sidemenu-content h1 {
    font-size: 22px;
    color:black;
    margin-bottom: 20px;
}
.sidemenu-content .callto-action .btn {
    padding: 13px 20px;
}



/* --------- All media screen ----------- */

@media only screen and (max-width: 1183px) {

    
    .banner-slider img {
        height: 509px;
    object-fit: cover;
    }

    .leftbanner-content {
        padding: 50px 56px;
    }

    .geolcation {
        width: 48%; 
        float: left;
    }
    .geolcation .geolcation-inner {
        width: 100%;
        float: left;
        position: relative;
    }

    .geolcation .geolcation-inner input {
        width: 100%;
        height: 42px;
        border-radius: 10px;
       border: 1px solid #012C1E;
       padding: 0 10px;
    }

    .geolcation .locatingeo-icn {
        position: absolute;
        right: 8px;
        width: 22px;
        height: 22px;
        border-radius: 10px;
        border: 1px solid #012C1E; 
   
        top: 10px;
    }

    .filter .search-filter {
        width: 49%;       
        margin-right: 20px;
    }

    .filter.filtermbl .bothfilter-opt select.form-control {
        border: 1px solid #012C1E;
        border-radius: .55rem;
        height: calc(1.5em + .95rem + 2px);
        color: #012C1E;
    }

    .filter.filtermbl .mlbbutton {
        display: flex;
    }

    .filter {
        width: 100%;
        float: left;
    }
    .filter.filtermbl .list-map-view {
        width: 100%;
        float: left;
    }
    .filter.filtermbl .list-action {
        width: 100%;
    }
    .filter.filtermbl .list-map-view ul {
        display: flex;
    }
    .filter.filtermbl .list-map-view ul li {
        padding: 5px 10px;
        border-radius: 12px;
        width: 100%;
    }

    .filter .list-action {
        margin-left: 0;
    }

}



/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .btn-primary {
        font-size: 18px;
    }

    .leftbanner-content {
        padding: 40px;
    }

    .more-sec {
        display: none;
    }
    .detail-banner-slider img {
        height: 348px;
    }

    .detail-banner-slider {
        height: 348px;
    }

    .detail-map-view {
       display: none;
    }

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  

    .leftbanner-content {
        padding: 58px 40px;
    }

    .register-actionbtn .btn-green {
        padding: 15px 8px;
        font-size: 14px;
    }

    .register-actionbtn button span {
        margin-left: 52px;
    }

    .register-heading h2 {
        font-size: 26px;
       
    }

    .detail-map-view {
        /* height: 408px; */
        display: none;
    }

    .detail-map-view iframe {
        /* height: 408px ; */
        display: none;
    }
    

}


/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}





/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .leftbanner-content {
        padding: 66px 40px;
    }

   
    .register-actionbtn .btn-green {
        padding: 15px 8px;
        font-size: 14px;
    }

    .register-actionbtn button span {
        margin-left: 52px;
    }

    .register-heading h2 {
        font-size: 26px;
       
    }

    .filter.filtermbl .list-map-view{
        width: 100%;
        float: left;
    }

    .filter.filtermbl .list-map-view ul li {
      
        padding: 5px 50px;
    border-radius: 12px;
    }

    .filter.filtermbl .list-action {
       
        margin-left: 0;
    }

    .filter.filtermbl .mlbbutton {
        display: flex;
    }
    

    .filter.filtermbl .bothfilter-opt select.form-control {
        border: 1px solid #012C1E;
        border-radius: .55rem;
        height: calc(1.5em + .95rem + 2px);
        color:#012C1E;
    }

    .search-geo {
        display: flex;
    }

    .filter.filtermbl .search-geo .search-filter {
        width: 100%;
        float: left;
        position: relative;
        border-radius: 12px;

    }

    .filter.filtermbl .search-geo .search-filter .search-icn svg {
        width: 1em;
        font-size: 22px;
        color: #818181;
        margin-top: 10px;
    }

    .filter.filtermbl .search-geo .search-icn {
        position: absolute;
        right: 10px;
    }

    .geolcation {
        width: 37%; 
        float: left;
    }
    .geolcation .geolcation-inner {
        width: 100%;
        float: left;
        position: relative;
    }

    .geolcation .geolcation-inner input {
        width: 100%;
        height: 42px;
        border-radius: 10px;
       border: 1px solid #012C1E;
       padding: 0 10px;
    }

    .geolcation .locatingeo-icn {
        position: absolute;
        right: 8px;
        width: 22px;
        height: 22px;
        border-radius: 10px;
        border: 1px solid #012C1E; 
   
        top: 10px;
    }

    .filter.filtermbl .list-map-view ul {
        background-color: #EFF5E9;
    width: 100%;
    float: left;
    border-radius: 12px;
    }

    .list-map-view ul li a .svg-inline--fa {
        width: .675em;
    }

    .filter .search-filter input {
        width: 86%
    }

    .product-list .product-content .product-tag {
        left: 4px;
    }

    .product-list .product-content .product-description {
        padding: 13px;
    }

    
    .filter.filtermbl .list-action{
        width: 100%;
    }

    .filter.filtermbl .list-map-view ul {
        display: flex;

    }

    .filter.filtermbl .list-map-view ul li {
        padding: 5px 10px;
        border-radius: 12px;
        width: 100%;
    }

    .detail-banner-slider img {
        height: 400px;
    }

    .detail-banner-slider {
        height: 400px;
    }

    .detail-map-view {
        /* height: 375px; */
        display: none;
    }


      

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (max-width: 768px) {

    .register-actionbtn .btn-green {
        padding: 15px 8px;
        font-size: 14px;
    }

    .register-actionbtn button span {
        margin-left: 52px;
    }

    .register-heading h2 {
        font-size: 26px;
       
    }

    .filter.filtermbl .list-map-view{
        width: 100%;
        float: left;
    }

    .filter.filtermbl .list-map-view ul li {
      
        padding: 5px 50px;
    border-radius: 12px;
    }

    .filter.filtermbl .list-action {
       
        margin-left: 0;
    }

    .filter.filtermbl .mlbbutton {
        display: flex;
    }

    .filter.filtermbl .bothfilter-opt select.form-control {
        border: 1px solid #012C1E;
        border-radius: .55rem;
        height: calc(1.5em + .95rem + 2px);
        color:#012C1E;
    }

    .search-geo {
        display: flex;
    }

    .filter.filtermbl .search-geo .search-filter {
        width: 100%;
        float: left;
        position: relative;
        border-radius: 12px;

    }

    .filter.filtermbl .search-geo .search-filter .search-icn svg {
        width: 1em;
        font-size: 22px;
        color: #818181;
        margin-top: 10px;
    }

    .filter.filtermbl .search-geo .search-icn {
        position: absolute;
        right: 10px;
    }

    .geolcation {
        width: 37%; 
        float: left;
    }
    .geolcation .geolcation-inner {
        width: 100%;
        float: left;
        position: relative;
    }

    .geolcation .geolcation-inner input {
        width: 100%;
        height: 42px;
        border-radius: 10px;
       border: 1px solid #012C1E;
       padding: 0 10px;
    }

    .geolcation .locatingeo-icn {
        position: absolute;
        right: 8px;
        width: 22px;
        height: 22px;
        border-radius: 10px;
        border: 1px solid #012C1E; 
   
        top: 10px;
    }

    .filter.filtermbl .list-map-view ul {
        background-color: #EFF5E9;
    width: 100%;
    float: left;
    border-radius: 12px;
    }

    .list-map-view ul li a .svg-inline--fa {
        width: .675em;
    }

    .filter .search-filter input {
        width: 86%
    }

    .product-list .product-content .product-tag {
        left: 4px;
    }

    .product-list .product-content .product-description {
        padding: 13px;
    }

    
    .filter.filtermbl .list-action{
        width: 100%;
    }

    .filter.filtermbl .list-map-view ul {
        display: flex;

    }

    .filter.filtermbl .list-map-view ul li {
        padding: 5px 10px;
        border-radius: 12px;
        width: 100%;
    }

    .details-rightcontent {
        padding: 30px 20px;
    }

    .details-rightcontent h1 {
        font-size: 19px;      
         line-height: 20px;
    }

    .details-rightcontent p {
        font-size: 15px;
    }
    .details-rightcontent pre {
        font-size: 15px;
    }
    .product-dtail-inner {
        width: 100%;
      
    }

    .product-details label, .product-details .details {
        font-size: 15px;
    }
    
    .callto-contact {
        display: block;

    }

    .callto-contact .contactpet-btn {
        width: 100%;
       
    }

    .callto-contact .scialicon-pet {
        width: 100%;
        padding-left: 0;   
      
        text-align: left;
    }


    .custom-ml-3 {
        margin-left: 0px;
    }

    .leftbanner-content .callto-action {
        display: block;
    }

    .leftbanner-content h1 {
        font-size: 30px;
    }

    .topheader ul.navbar-nav li.nav-item {
        margin-top: 10px;
    }


    .registerforpet-form, .registerpet-pg {
        width: 100%;
        float: left;
    }
    
    .register-details {
        width: 100%;
        float: left;
    }
    
    .registerforpet-form .form-feilds .upload-petsphoto .muliple-photos,
    .registerforpet-form .form-feilds .upload-petsphoto .muliple-photos span.fil-upload {
        width: 100%;
    }    

    .registerforpet-form .form-feilds .upload-petsphoto .muliple-photos span.fil-upload img {
        width: 100%;   
        margin-left: 0;
    }

  


    .registerforpet-form .date-details .custom-mr {
        margin-right: 15px;
    }

    .registerforpet-form .date-details .custom-mx {
        margin-right: 0;
    }

    .registerforpet-form .gender-dec .colors-pet {
        width: 100%;    
        margin-right: 0px;
    }

    .registerforpet-form h1 {
        font-size: 31px;
    font-weight: 600;
    }

    .registerforpet-form .form-feilds .form-control {
        font-size: 1.188rem;
    }


    .registerpet-pg h1 {
        font-size: 30px;  
    font-weight: bold;
    margin: 0;
    }

    .register-details {
        display: none;
    }

    .registerforpet-form .details-name {
        display: block;
    }
    .registerforpet-form .custom-name, .custom-lname {
        width: 100%;
        float: left;
    }

    .registerforpet-form .zipcode {
        width: 64%;
        float: left;
    }

    .details-registr button {
        padding: 14px 23px;
        border-radius: 12px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-weight: normal;
        font-size: 19px;
    }

    .details-registr span {
        margin-left: 0; 
    }

    .product-list .product-content .product-description .area {
        margin-top: 0;
    }

    .spellling-point {
        display: none;
    }

    .detail-banner-slider img {
        /* width: 100%; */
    }

    .callto-contact .scialicon-pet {
        display: flex;
        margin-top: 20px;
        flex-direction: row-reverse;
    }

    .share-icon, .print-icon {
        display: block;
        justify-content: normal;
    }

    .callto-contact .btn {
        font-size: 16px;
    }

    .scialicon-pet .print-icon .print-text {
        width: 22%;
    }

    .scialicon-pet .share-icon .print-text {
        width: 47%;
          float: left;
    }

    .scialicon-pet .share-icon {
        width: 41%;
    }

    .loginModal .login-bttns-sec {
        width: 100%;
    }

    .product-list .product-content .product-image 
    {
       min-height: 154px;
       max-height: 154px;
   }

   .detail-banner-slider .image-row-dashboard {
    width:337px;
    max-height: 337px;    
    min-height: 337px;
    
   }

   .gender-dec {
       display: block !important;
   }

   .chipid-radio {
    justify-content: normal !important;
   }

   .map-mob  agm-map {
    width: 100%;
   }

   .map-mob {
         margin-left: 0;
    }

    .registerforpet-form .custom-city {
        width: 100%;
        float: left;
    }

    .spellling-pointt {
        display: block !important;
        padding: 16px 0px 0px 0px !important;
    }

    .selling-heading h2 {
        font-size: 30px;
        color: #012C1E;
    }

    .selling-heading {
        width: 100%;
        float: left;;
    }

    .custom-40 {
        width: 100%;
        float: left;
    }

    .gender-dec.yesno .pets-gender {
        margin-left: 20px;
    }

    .regist-btm .btn-primary{
        font-size: 18px;
    }

    .thanks-center {
        width: 100%;
       
    }

    .thanks-page p.thanks-para {
        font-size: 16px;
       
    }

    .thanks-page .heading-missingpets h1 {
    
        font-size: 30px;
        
    }

    .thanks-page .thanks-btn {
        width: 61%;
        float: none;
       
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .thanks-page .thanks-btn .btn {
        font-size: 16px;
    }

    .thanks-page {
        margin-top: 0px;
    }

    .similafound-pets {
        display: block;
    }
  
    .my-modal-popup .modal-lg {

        max-width: 400px;
    
    }   

    .my-modal-popup .modal-lg h2, .my-modal-popup .modal-lg h4 {
        font-size: 16px;
    }

    .my-modal-popup .modal-lg p {
        text-align: left;
        font-size: 14px;
    }
    
    .sidemenu-content {
        width: 100%;
        float: left;
        padding: 7px 18px;
        border-radius: 20px;
        min-height: 19px;
    }

}



@media only screen and (max-width: 600px) {

    .banner-slider {
        display: none;
    }

    .leftbanner-content h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .leftbanner-content p {
        font-size: 19px;
    }

    .leftbanner-content {
        padding:26px;
    }

    .btn-primary {
        font-size: 16px;
    }

    .leftbanner-content .callto-action .btn {
        margin-top: 10px;
        padding: 15px 20px;
    }

    .product-list {
        max-height: 100%;
    }

    .callto-action .btn {
        padding: 10px;
        font-size: 18px;
    }
    .leftbanner-content  .callto-action .f-16  {
        font-size: 16px !important;
    }

    .callto-action .f-16  {
        font-size: 14px !important;
    }

    .topheader .top-menu ul li ul {
        margin-right: 0;
        width: 100%;
    }

    .banner-slider img {
        height: auto;
        object-fit: cover;
        width: 480px;
    }

    .topheader .top-menu ul li ul li {
        padding: 0 10px;
    }

    .topheader .navbar-nav {
        margin-top: 10px;
    }

    .product-list .product-content .product-image 
     {
        min-height: 132px;
        max-height: 132px;
    }

    .product-list .product-content .product-image img {
        /* height: 144px; */
    }

    .product-list .product-content .product-description .more-sec {
        display: none;
    }

    .product-list .product-content .product-description h2 {
        font-size: 15px;
    }

    .product-list .product-content .product-description .date, .product-list .product-content .product-description .area, .product-list .product-content .product-description .breadname {
        font-size: 12px;
    }

    .product-list .product-content .product-tag span.prod-name {
        font-size: 12px;
        margin-left: 20px;
        margin-bottom: 5px;
        padding: 2px 10px;
    }


    .heading-missingpets h1 {
        font-size: 26px;
    }

    .register-actionbtn .btn-green {
        font-size: 18px;
        padding: 14px 16px;
    }

    .register-heading h2 {
        font-size: 24px;
       
       
    }

    .footer-link ul {
      
        float: none;
        text-align: center;
    }

    .footer-sec .footer-descrp h2, .footer-sec .footer-descrp p {
        text-align: center;
        margin-top: 0;
    }

    .footer-sec {
        padding: 32px 0 40px 0;
        margin-top: 0 !important;
    }


    .filter.filtermbl .list-action{
        width: 100%;
    }

    .filter.filtermbl .list-map-view ul {
        display: flex;

    }

    .filter.filtermbl .list-map-view ul li {
        padding: 10px 10px;
        border-radius: 12px;
        width: 100%;
    }

    .list-map-view ul li a {
        font-size: 18px;
    }

    .form-control {
        font-size: 1.125rem;
    }

    .filter .search-filter{
        margin-right: 4px;
    }

    .detail-banner-slider .image-row-dashboard {
        width: 373px;
        max-height: 373px;
        min-height: 373px;
    }

    .leftbanner-content {
     min-height: auto;
    }

    .leftbanner-content .callto-action {
        margin-top: 0;
    }

    .product-list .product-content .dyreid_tag img{
        width: 80px;    
    }

    agm-map {
        height: 450px;
    }

    .search-fltmt-b5 {
        margin-bottom: 0;
    }

    .listmap-sectionmb-3 {
        margin-bottom: 0px;
    }

    .details-rightcontent {
        min-height: auto;
    }

    .profile-form form .form-group {
        display: block;
    }

    .form-group .form-input-side {
        padding-left: 0px;
    }

    .profile-form.new-profil {
        margin-top: 0;
    }

    .profile-form form label {
        padding: 0;
    }

    .footer-link ul li {
        padding: 0 0 12px 0;
        
    }

    .callto-contact {
        margin-top: 30px;
    }

    .footer-sec .footer-descrp h2 {
        margin-bottom: 25px;
    }

    .profile-form.new-profil .cancelaccpt {
        padding: 8px 20px;
        font-size: 18px;
    }

   .registerforpet-form .btns-box .btn-secondary {
       
        font-size: 18px;
        padding: 8px 25px;
    }

    .btn-whitebg, .btn-secondary {
        font-size: 18px;
    }

    .registerforpet-form .form-feilds label {
        font-size: 18px;
      
    }

    .footer-sec .footer-descrp p {
        font-size: 14px;
    }

    .selling-heading h2 {
        font-size: 26px;
    }

    .chkbx-terms {
        font-size: 14px;
    }

    .privacy-policy h2 {
        text-align: left;
        font-size: 18px;
        margin-bottom: 35px;
    }

    .privacy-policy h3 {
        text-align: center;
        font-size: 16px;
    }

    .privacy-policy h3 p {
        font-size: 14px;
    }
    
  }

  @media only screen and (max-width: 375px) {
    .detail-banner-slider .image-row-dashboard {
        width: 332px;
        max-height: 332px;
        min-height: 332px;
    }

    .profile-form h2 {
        font-size: 14px;
    }

    .registerforpet-form .form-feilds label {
        font-size: 18px;
      
    }

  }

  @media only screen and (max-width: 360px) {

    .btn-primary {
        font-size: 14px;
    }

    .product-list .product-content .product-description {
       
        padding: 11px;
    }

    .product-list .product-content .product-tag {
        left: -13px;
    }


    .filter.filtermbl .list-map-view ul li {
        padding: 5px 30px;
        border-radius: 12px;
    }


    .callto-action .mbl-xm .svg-inline--fa.fa-w-14{
        margin-left: 63px;
    }

    .detail-banner-slider .image-row-dashboard {
        width: 316px;
        max-height: 316px;
        min-height: 316px;
    }

    agm-map {
        height: 60vh;
    }

  }

  @media only screen and (max-width: 320px) {

    .filter.filtermbl .list-map-view ul li {
        padding: 5px 16px;
    }

    .geolcation {
        width: 50%;
        float: left;
    }

 
    .filter.filtermbl .btn-whitebg {
        padding: 6px 15px;
    }

    .filter.filtermbl .search-geo .search-icn {
        position: absolute;
        right: 10px;
        top: 3px;
    }

    .filter.filtermbl .search-geo .search-filter .search-icn svg {
        font-size: 14px;
    }

    .filter .search-filter input,.geolcation .geolcation-inner input {
        font-size: 1.188rem;
    }

    .geolcation .locatingeo-icn {
      
      
        width: 16px;
        height: 16px;      
        top: 13px;
    }

    .product-list .product-content .product-tag {
        left: 4px;
    }

    .register-actionbtn .btn-green {
        font-size: 14px;
        padding: 14px 15px;
    }

    .register-heading h2 {
        font-size: 20px;
        font-weight: 400;
    }

    .filter.filtermbl .search-geo .search-filter {
        width: 50%;
    }

    .filter .search-filter {
        margin-right: 3px;
    }
    .btn-white {
        font-size: 16px;
    }

    .filter.filtermbl .btn-secondary {
        padding: 6px 15px;
    }

    .filter .search-filter{
        margin-right: 4px;
    }

    
    .detail-banner-slider .image-row-dashboard {
        width: 280px;
        max-height: 280px;
        min-height: 280px;
    }   

     agm-map {
        height: 60vh;
    }
  }
  #primary-content-wrap {
    position: relative;
    padding: 0!important;
  }
  .mapsticky {
    position: sticky;
    top: 135px;
    width: inherit;
    border-radius: 25px!important;
  }
  
  .mapabsolute {
    position: absolute; 
    bottom: 10px;
    width: inherit;
  }
  .filtersticky {
    position: sticky;
    top: 59px;    
    z-index: 10;
    background-color: white;
  }
  
  .filterabsolute {
    position: absolute; 
    top: 100px;    
  }

   .FixedProductList{
    height: 250px;
    overflow: hidden;
  }
  .productListNew{
    padding-right: 25px;
    box-sizing: content-box;
    overflow-y: scroll ;
  }
  #dragbar {
    background-color: white;
    height: 20px;
    width: 100%;
    cursor: row-resize;
    position: absolute;
    z-index: 9;
    text-align: center;
    border-bottom: 2px solid gray;
    top: 0;
    left: 0;
  }
  .topHr{
    margin-top: 5px;
    height: 3px;
    background-color: lightgrey;
    width: 20%;
    border-radius: 12px;
    margin-left: 40%;
    
    margin-bottom: 0;
  }
  .listheight{
     height: 50vh;
    position: absolute;
    top: 50vh;
    overflow-y: scroll;
    z-index: 9999999999999999999999999999;
     width: 100%; 
    background: white;
     /* border: 2px solid black;  */
    border-radius: 10px;
  }
  .floatingListFullHeight{
    position: fixed;
top: 56px;
bottom: 0;
left: 0;
right: 0;
height: calc(100vh - 57px);
/* overflow: scroll; */
z-index: -1;
z-index: 99999;
background-color: white;
}
  .listheightFull{
    height: 80vh!important;
  }
  .mapheight{
    height: 60vh;
  }
  .map-viewBorder{
    height: 60vh;
    border-radius: unset!important;
  }
  .listmap-sectionHeight{
    height: 100vh;
  }
  #ghostbar {
    height: 10px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: row-resize;
    z-index: 999
  } 
  .mat-dialog-container{padding: 0!important;}
  .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}