
body{
    font-family: "Cairo",sans-serif;
    text-decoration: none;
    /* overflow: hidden; */
   
}
body {
    overflow: auto;
    scrollbar-width: thin;
    /* scrollbar-color: #333333 #f5f5f5; */
  }
  
  /* Track */
  body::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Handle */
  body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 8px;
  }
  
  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background-color: #555555;
  }
#loading{
    position: fixed;
    inset: 0;
    z-index: 99999999;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
*{
  --webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  --text-decoration: none;
  caret-color: transparent;

}
:root{
    --main-color:#194E48;
    --main-color-alt:#6B8986;

}
a{
    text-decoration: none !important;
    
    
}






.hidden {
    display: none;
  }
  





/* Start header */
nav{
    background-color: var(--main-color);
    color: white;
}
.fa-arrow-left{
    font-weight: 900;
    font-family: 'FontAwesome';
}
.logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container a img{
    max-width: 100% !important;
    width: 75px!important;
    margin-top: 10px!important;
}
@media (max-width: 767px) {
    .navbar-toggler{
        width: fit-content;
        margin-top: -113px;
    }
    .logo-container{
        display: none !important;
        width: 40%;
        margin-left: -10px;
    }
}
nav span{
    color:white;
    font-weight: bold;
    font-family: 'Oleo Script';
    font-size: 36px;
    font-style:regular;
}
.parentSellBtn{
    background: #FBD686 !important;
    color: var(--main-color) !important;
    font-size: 18px!important;
}
@media (max-width:768px) {
    .parentSellBtn{
        transform: translateX(-30px) !important;
    }
    #navbarSupportedContent{
        display: none !important;
    }
}

@media (max-width:375px) {
    .parentSellBtn{
        transform: translateX(0px) !important;
        transform: translateY(-5px) !important;

    }
}
#sellBtn,#backBtn{
    color: var(--main-color)!important;
    padding: 10px;
}
.parentSellBtn:hover{
    color: var(--main-color-alt) !important;
    background: #f4c869 !important;

}

#loginText{
    transform: translateX(-10px);
    transform: translateY(-12px);
}

.login{
transform: translate(-50px,5px);
z-index: 111;
}
@media (max-width: 768px) {
    .login{
        font-size: 14px !important;
    }
    #loginText{
        font-size: 15px;
        transform: translateX(50px) !important;
    }
    #myAccount{
        transform: translateX(50px) !important;
        
    }
}
@media (max-width:991px) {
    #loginText{
        display: block ;
    }
    
 .login{
    transform: translate(-29px,4px);
    width: fit-content;
     
        }
    
}

/* responsive button */
.navbar-toggler-icon {
    display: inline-block;
    width: 1.1em !important;
    height: 1.2em !important;
}
.form-control{
    height: 50px;
}
.login a{
    color:white;
    transition: .3s;
}
.login a:hover{
    color:var(--main-color-alt)
}
.login a:first-child{
    margin-right: 5px;
}
.login a:last-child{
    margin-left: 5px;
}
/* زرار الريسبونسيف  */

    .responsiveBtn{
        margin-left: 73%;
        margin-top: -25%;    }

.drop-button ul{
    width: 300px!important;
  
}
.drop-button ul li a{
    color: var(--main-color-alt) ;   
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.drop-button button{
    display: block!important;
    width: 75%;
    margin:20px auto!important;
}
.category-items ul li a{
    color: var(--main-color-alt) ;
    font-style: normal !important;
    font-weight: 600;
    cursor: pointer;
    
}
 .active {
    color: var(--main-color) !important;
    font-weight: 700 !important;
}
#myAccount{
    display: none ;
}
@media (max-width: 768px) {
    #myAccount ul{
        width: 50% !important;
    }
    #logout{
        width: fit-content;
    }
}
.dropdown-menu  { 
    width: 200px!important;
}
.dropdown-item:active{
   background-color :  transparent ;
    }
/* End header */

/* start newly added h3 */
.new{
    margin:15px 0 0 100px;
    font-size: 18px;
    font-weight: bold !important;
}
/* End new */

/* start home */

@media (max-width:767px) {
    .row{
        --bs-gutter-x:10px !important;
        --bs-gutter-y: 0 !important;
        
    }
   
}
.box{
    position: relative !important;
    padding: 15px;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    transition: .3s;
    overflow: visible;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important; */
    transition: all 0.3s  !important;
}
.box .overlay {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999; 
    transition: 5s;
   display: none;/* Hide the overlay by default */
  }
  .box .postedBy{
    position: absolute;
    top: -20px ;
    left: 5px;
    background-color: var(--main-color);
    color: white;
    padding: 2px 5px;
    border-radius: 8px;
    transition: all .3s;
    opacity: 0;

    
  }

  .box:hover .postedBy {
    opacity: 1;
    top: -33px ;
  }
.postDate{
    color: var(--main-color-alt);
    font-size: 13px;
    letter-spacing: 1.5px;

}
  .box:hover .overlay{
    transition:all .3s;
    display: flex !important;

  }
  
  

.box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid var(--main-color-alt);
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    transition: all 0.5s;
  }
  

  
  .box:hover{
    margin-top: 0;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,.3) !important;
    transform: translateY(-6px);
    border: 1.5px solid var(--main-color-alt);
    
   
}

.box img{
    height: 150px;
    cursor: pointer;
}
.box .caption h4{
    font-size: 18px;
    font-weight: bold;

}
.favorite-i{
    color: #f00404;
    font-size: 18px;
    margin-left: 51px !important;
}
.box .price{
    font-size: 18px;
    font-weight: bold;
}
.box .location{
    margin-top: 15px;
}
.box .location i{
    margin-right: 8px;
    font-weight: 900;
    font-size: 20px;
}
.box .location span{
    font-size: 18px;
    font-weight: 900;
    margin-top: 10px;
}
.container-button{
    display: block;
    margin: auto;
    margin-top: 30px;
    padding: 10px 60px;
    font-size: 20px;
    margin-bottom: 100px;
    background-color: #194E48;
    color: white;
    border-radius: 4px;
}
.container-button:hover{
    background-color:#195c54;
    border-color: #195c54;
}
.box .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
}
 .box .info a{
    color: var(--main-color);
    font-weight: bold;
    cursor: pointer;;
  }
   .box .info i{
    color: var(--main-color);
  
  }
   .box:hover .info i{
    animation: moving-arrow .6s linear infinite;
  }

/* End Home */


/* display box info (read-more) */

.clicked-pet-info input {
    width: fit-content !important;
}


/*End display box info (read-more) */



/* Start Add */
.add{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90.81deg, #ECC1B5 40.38%, rgba(255, 255, 255, 0) 104.97%);
    padding: 15px 15px 0;
    height: fit-content;
    margin-bottom: 160px;
}
@media (max-width: 768px) {
    .add{
        flex-direction: column;
    }
    .add-content button{
        margin-bottom: 10px;
    }

   
}
.add .image{
margin-bottom: 0;
}
.add .image img{
max-width: 100%;
}

.add-content h2{
    font-size: 30px;
    font-weight: 700;
}
.add-content p{
    font-size: 18px;
    color: #444340;
}
.add-content button{
    background-color: black;
    color: white;
    float: right;
}

/* End Add */


/* start Footer */
.footer{
    position: relative;
    display: flex;
    justify-content: center;
    margin:100px 60px 0;
    gap: 104px;
    z-index: 111;
    bottom: 90px;    
}
.footer::after{
    content: "";
    position: absolute;
    top: -15px;
    width: calc(100% + 120px) ;
    height: 1px;
    background-color: #777;

}
.footer h2{
    color: var(--main-color);
}
.footer .footer-about{
flex-basis: 50%;
}
@media (max-width:768px) {
    .footer{
        flex-direction: column;
        gap: 15px;
    }
    .footer::after{
        content: "";
        position: absolute;
        top: -15px;
        width: calc(100%) ;
        height: 1px;
        background-color: #777;
    
    }
    .footer .footer-about{
        flex-basis: 100%;
        } 
       
}
.footer .footer-about p{
    line-height: 1.7;
    color: #0b130c;
}
.footer .footer-contact{
    flex: 1;
    margin-left: 50px;
}
@media (max-width:767px) {
.footer .footer-contact{
    margin-left: 0;
}
}

.footer .footer-contact .contact{
    display: flex;
    flex-direction: column;
}
.footer .footer-contact .contact span{
    line-height: 1.7;
    color: #0b130c;
}
.footer .footer-contact .contact .number{
    color: var(--main-color-alt);
    
}
.footer .footer-contact .contact span a{
    line-height: 1.7;
    color: var(--main-color-alt);
}


.footer-footer{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--main-color);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    height: 6%;
    margin-top: 80px;
}
.footer-footer h4{
    font-weight: 400;
}
.footer-footer .copyright{
    font-size: 17.5px;
}
@media (max-width: 768px) {
    .footer-footer h4{
        margin-bottom: 0 !important;
    }
.footer-footer{
    flex-direction: column;
    height: max-content;
}
    .footer-footer .social-icons {
        margin-top: 5px;
        display:flex;
        gap: 5px;
    }
}
.footer-footer .copyright span{
    color: #79d9cf;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 21px;
}
.footer-footer .social-icons i{
    padding: 5px;
    font-size: 18px;
    color: white;
    border-radius: 8px;
    margin-right: 5px;
}
.fa-whatsapp{
    background-color: #075e54;
}
.fa-facebook{
    color:#000000 !important;
    background-color: #0078d7;
}
.instagram{
    background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

/* End Footer */

/* Start login & SignUp */
.modal {
    overflow-y: auto;
  }
  
.modal-content{
    border: 3px solid var(--main-color-alt) !important;
}
.modal-content .container{
    background: white;
}
.modal-body .header{
    text-align: center;
}
.modal-body .header h3{
    color: var(--main-color);
    font-weight: 600;
}
.modal-body .header p{
    color: var(--main-color);
    font-weight: 600;
}

form .input{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 60px 0;
}
.input i {
    position: absolute;
    color: var(--main-color-alt);
}
  
.input {
    width: 100%;
    margin-bottom: 10px;
}
.input-icons{
    width: 60%;
}
  
.icon {
    padding: 10px;
    min-width: 40px;
}
  
.input-field {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    margin-bottom: 10px;
    border: 1px solid #B4B4B4;
    border-radius: 8px;
    color: #075e54;
    outline: none;
}
.input-field::placeholder {
    text-align: left;
        transform: translate(20px,-2px);
        color: var(--main-color-alt);
}
#signUp ,#login {
    text-align: center !important;
}

.login-btn{
    background-color: var(--main-color);
    color: white;
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
}
.input p{
    color: var(--main-color);
    font-size: 17px;
    font-weight: 600;
}
.input p a{
    text-decoration:underline !important;
    color: var(--main-color);
    font-weight: 800;
}
@media (max-width: 768px) {
    #showpassword{
        top: 38.5% !important;
    }  
    #showConfirmPassword{
        top: 47% !important
    }  
    .showpassword{
        top: 38% !important;
    }
}

/* End login & SignUp*/



/* Start Buy & Sell */

.row{
    align-items: center;
}
@media (max-width:767px) {
    .row{
        align-items: center;
        
        margin-left: 0 !important;
    }
}
.photo-container .buttons input:first-child{
    width: 78px;
    height: 42px;
    border: 1px solid #5E928B;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    background: #FFFFFF;
    transition: .3s;

}
.special-button{
    background-color: var(--main-color) !important;
    color: white !important;
 
}
.photo-container .buttons input:last-child{
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    width: fit-content;
    height: 42px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #5E928B;
    color: #2C2C2C;
    transition:.3s;
}
.photo-container .image{
    position: relative;
    width: 100%;
    height: 238px;
    background: #FFF1D3;
    border: 1px solid #194E48;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 41px 56px;
    gap: 50px;
    height: 250px;
    margin-top: 20px;
}
.photo-container .image img{
    position: absolute;
    width: 99%;
    height: 99%;
    display:none ;

}
.button-container{
    position: absolute !important;
    display: flex;
    bottom: 0px;
    right: 0;
    gap: 5px;
    width: fit-content;
    padding: 10px;
    background-color: transparent;
    display: none ;
    transform-origin: .5s;
}
/* .photo-container .image img:hover .button-container{
    position: relative ;
} */
.button-container button{
    width: fit-content;
    padding: 10px;
}

.photo-container .image label {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--main-color);
    cursor: pointer;
}
.photo-container .image i{
    font-size: 30px;
    color: var(--main-color);
    text-align: center;
    margin-right: 5px;
    font-weight: 300 !important;
    border-radius: 8px;
}
.photo-container ul{
    margin-left: -15px;
}
.photo-container ul li:first-child{
    display: inline-block;
    display: inline-block;
    padding: 5px 5px 5px 0;
    margin  : 5px 5px 5px 0;

}

.photo-container ul li{
    display: inline-block;
    display: inline-block;
    margin: 5px;
    padding: 5px;
}
.special-li-a{
    color: var(--main-color) !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
   
}
.photo-container ul li a{
    color: var(--main-color-alt);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    
}

.price{
    margin-bottom:124px;
}
.delet-price{
    transition: .5s;
}
.type h3 ,.price h3{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--main-color);
    margin-top: 10px;
}
 input[type="text"]{
    border: 1px solid #5E928B;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    outline: none;
    caret-color: var(--main-color-alt);
    padding: 9px 30px;
    
}
input[type="password"]{
    padding: 9px 30px;
}
input[type="number"]{
    border: 1px solid #5E928B;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    outline: none;
    caret-color: var(--main-color-alt);
    padding: 5px 7px;
    
}
input[type="text"]:hover{
    border-color: #0077be;
}

 .col-lg-4 input[type="text"]::placeholder{
    color: var(--main-color);
}
input[type="number"]:hover{
    border-color: #0077be;
}

 .col-lg-4 input[type="number"]::placeholder{
    color: var(--main-color);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*  */

.type .male input{
    display: none;
}
.type .male{
    cursor: pointer;
    border: 1px solid #5E928B;
    border-radius: 8px;
    width: fit-content;
    padding: 10px 15px;
    float: left;
    margin: 10px 7px;
    transition: .3s;
}
.special-male{
    background-color: var(--main-color-alt) !important;
    color: white !important;
    
}
.type .male label {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    transition: .3s;
}
.special-label{
    color: white !important;
} 

.buy-footer{
    margin-top: 150px;
}


/* Style the select element */
select {
    /* display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; */
    border: 1px solid #5E928B;
    line-height: 1.3;
    color: #333;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    outline: none;
    caret-color: var(--main-color-alt);
    padding: 5px 7px;
    
  }
  
  /* Style the option elements */
  select option {
    padding: 12px 16px !important;
    /* height: 400px; */
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: var(--main-color);
    background-color: rgb(214, 221, 226);
    outline: none;
    border-radius: 40px;
    
    height: 40px;
    
  }
  
  select + .select-selected {
    border-radius: 8px;
  }
  
  /* Style the selected option */
  select option:checked {
    padding-top: 2px;
    background-color: var(--main-color-alt);
    color: #fff;
  }
  select option:hover{
    background-color: #a51010 !important; /* change the background color on hover */
    color: white;
  }

  
  
  /* Style the dropdown arrow */
  select::-ms-expand {
    display: none;
  }
  
  select::-webkit-scrollbar {
    width: 10px;
  }
  
  select::-webkit-scrollbar-thumb {
    background-color: var(--main-color-alt);
    border-radius: 5px;
  }
  
  /* Style the hover/focus state */
  select:hover,
  select:focus {
    border-color: #0077be;
  
  }
/* End Buy & Sell */



/* Start Description */
.description{
    width: 100%;
    margin-top: 30px;
}
@media (max-width:767px) {
    .description{
        margin-left: 0!important;    }
    
}
.description h4{
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 15px;
}

.description textarea {
    width: 90%;
    outline: none ;
    padding: 5px 10px;
    resize: none;
    border: 1px solid var(--main-color-alt);
    border-radius: 6px;
}
.description textarea::placeholder {
    color: var(--main-color-alt);
}


/* End Description */


/* Start Modal to preview read more info */
#modalPetName{
    color: rgb(10, 10, 10);
    font-weight: 700;
    width: fit-content;
}

.clicked-pet-info input{
    margin-bottom: 5px;
    outline: none !important;
    border: inset !important;
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
}
.clicked-pet-info input{
    margin-bottom: 0;
}

.clicked-pet-info h5{
    color: var(--main-color);
    font-weight: 600;
}
.arrow-heading ,.arrow-heading-s {
    position: relative;
    display: inline-block;
  }
  
  .arrow-heading:after ,.arrow-heading-s::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #16ce8e;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
  .arrow-heading-s:after {
    border-top: 8px solid #16ce8e;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: translateY(-15%);

}
  


.clicked-pet-info input:hover{
    outline: none !important;
    border: inset transparent;
}

.clicked-pet-info .for{
    /* justify-content: center;
    align-items: center; */
    gap: 10px;
    margin-top: 10px;
}
.clicked-pet-info .for h5:first-child{
    background-color: var(--main-color-alt);
}

#chat{
    width: 35%;
    border-radius: 10px;
    text-align: center;
}
@media (max-width: 768px) {
    #modalBox{
        flex-direction: column;
    }
    #modalBox .modal-image{
        width: 100% !important;
    }
   #modalBox .clicked-pet-info{
        width: 100% !important;
    }
    #chat {
        width: 100% !important;
    }
}



/* End Modal to preview read more info */

/* Start Chat containers */
.chat{
    position: fixed;
    bottom: 70px;
    right: 6px;
    z-index: 1;
    background: var(--main-color);
    padding: 15px;
    border-radius: 8px;
    display: none;
}
 .messages-boxes::-webkit-scrollbar {
    width: 10px;
    margin-right: 5px;
  }
  
  .messages-boxes::-webkit-scrollbar-thumb {
    background-color: var(--main-color-alt);
    border-radius: 5px;
  }
.container-chat {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    position: relative;
  }
  .background{
    background-color: gray;
    border: none;
  }
  /* Darker chat container */
  .darker {
    border-color: #ccc;
    background-color: #ddd;
  }
  
  /* Clear floats */
  .container-chat::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Style images */
  .container-chat img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
  }
  
  /* Style the right image */
  .container-chat img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
  }
  
  /* Style time text */
  .time-right {
    float: right;
    color: #aaa;
  }
  
  /* Style time text */
  .time-left {
    float: left;
    color: #999;
  }
 
   .messege button{
    position: absolute;
    right: 2%;
    bottom: 19%;
    border: 1px solid #5E928B !important;

  }
  .messages-boxes{
    height: 410px;
    overflow: auto;
  }
 .chat .container-button{
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 5px;
    width: fit-content;
    padding: 5px;
    margin-left: 86%;    
}
.delete-chat{
    background-color: #e23636;
    border: none;
    font-size: 13px !important;
    margin-left: 90% !important;
}
.delete-chat:hover{
    background-color: #d02020;

}


  /* chat icon  */
  .chat-icon-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    display: none;
  }
  
  .chat-icon {
    display: block;
    width: 60px;
    height: 60px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
  }
  
  .chat-icon:hover {
    background-color: #075e54;
  }
  
  .chat-icon i {
    font-size: 24px;
  }
  
  /* End chat container */
/* start clinic */
.clinic-box{
    height: 200px !important;

}
.down p{
    margin-top: 10px;
    font-size: 17px;
    color: #075e54;
    font-weight: 500;
}
.down{
    margin-top: 70px;
    align-items: center;
}
.clinic-box .caption{
    height: 100%;
    float: right;
    flex: 1;
    background-image: url('../images/clinic.png');
}
.clinic-box .caption h3{
    color: var(--main-color);
    margin: 10px 20px;
}
.clinic-box button {
    margin-left: 10px !important;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-image: url('../images/image 2.png');
    background-size:cover;
    background-repeat: no-repeat;
    /* margin: auto; */
    text-align: center;
    font-family: arial;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card h1{
    margin: 10px;
    font-size: 20px;
    font-weight: 700;
  }
  .card p{
    font-size: 19px;
  }
  .card h3{
    font-size: 19px;
    color: #194E48;
  }
  .price {
    color: grey;
    font-size: 22px;
  }
  .card p i{
    color: #f4c869;
  }
  .card button {
    padding: 11px 40px;
    border: none;
    outline: 0;
    color: white;
    /* background-color: #194E48; */
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 10px;
  }
/* end clinic */

  /* start should message modal*/
  .should-content{
    background: white !important;
    border: none !important;
  }
  .message-Login{
    background: white !important;
  }
.should-message{
    background-color: white;
    color: red;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
/* font-family: 'Times New Roman', Times, serif; */
border: none !important;
border-radius: 8px;
outline: none !important;
}

  /* End should message modal */

/* Start KeyFrames animation */
@keyframes moving-arrow{
    100%{
      transform: translateX(10px);
    }
  }

/* End KeyFrames animation */


/* Like h6 style design */
#likeCount{
    color: var(--main-color);
    font-weight: 900;
    font-size: 14px;
        right: 50%;
    margin-top: 4px;
    position: absolute;
}


/* slider style */
.owl-carousel img{
  height: 100% !important;
}
.overlay {
    position: absolute;
    bottom:-100%;
    background: red;
    display: block;
    right: 0;
    left: 0;
    width: 100%;
    transition: .5s;
  }
  
  .item:hover .overlay {
    position: absolute;
    bottom: 0;
    background: #1d19198a;
    color: aliceblue;
    display: block;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: center;
  }
  
  /* DO NOT USE BELOW IN YOUR REAL CODE */
  
  .item {
      position: relative;
  }
  .item h4{
    font-size: 18px;
    font-weight: 700;
    font-style: oblique;
    font-family: system-ui;
  }
  .item p{
    font-size: 16px;
    color: #43c0c4;
  }
  .item h4 span{
    color: #16ce8e;
    font-size: 19px;
  }
  
  .owl-carousel {
    display: flex;
    background-color: var(--main-color);
    margin-bottom: 134px !important;
}
  .owl-carousel .owl-item {
    padding-top: 15px;
  }
  .owl-carousel .owl-item .box {
    height: 400px !important;
    overflow-y: hidden;
  }
  

/* tayped  */
.loading h1{
    color: beige;

}
.element
 {
    color: var(--main-color-alt);
    font-weight: 800;
    font-family: cursive;
}
