@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,200&display=swap');

:root {
    --left-textcolor: #FCFCFC;
    --faded-bg: #252525;
  }

  .dark-theme {
    --left-textcolor: #2E2F2E;
    --faded-bg: #FCFCFC;
   
  }
.bottom{
    background-color: var(--faded-bg);
    width:100%;
    height:auto;
    padding-left:5%;
    padding-right:5%;
    border-bottom: 0.4px solid #797979;
    border-top: 0.4px solid #797979;
}

.RightContact{
 
   padding-top:0.2rem;
   padding-bottom:0.2rem;
 


}
/* .LeftContact{
 
  
 
 
 } */
.contact-text{
    color: var(--left-textcolor);
    font-size:1.5rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display:none;
}
.appointmentbutton{
    background-color:#F36F2E;
    width:100%;
    height:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size:0.92rem;
    color: aliceblue;
}
.RightContactTwo{
    border-bottom: 0.4px solid #797979;
    border-right: none;
   
}
.bottom-two{
    background-color: var(--faded-bg);
    width:100%;
    height:auto;
    padding-left:5%;
    padding-right:5%;

}
.LeftContactInner{
 
    padding-top:1.7rem;
    padding-bottom:1.7rem;
}
.ourproducts, .ourinformation{
    color: #6A6A6A;
    font-size:0.9rem;
}
.listproduct{
    color: var(--left-textcolor);
    text-decoration:none;
    font-size:0.8rem;
    list-style:none;
    margin-left:-2rem;
}
.listproduct,.listinformation li:not(:last-child) { 
    margin-bottom: 7px;  
 }

.listinformation{
    color: var(--left-textcolor);
    text-decoration:none;
    font-size:0.8rem;
    list-style:none;
    margin-left:-2rem;
}
.ourpages{
    margin-left:-2rem;
    margin-top: 1rem;
}
.ourpages li{
    display: inline;
    list-style:none;
    margin-right:0.6rem;
  
}

.RightContactInner{
   
    padding-top:1.7rem;
    padding-bottom:1.7rem;
}



@media (min-width: 576px) { 
    .bottom{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:5%;
        padding-right:5%;
        border-bottom: 0.4px solid #797979;
    }
    
    .RightContact{
     
       padding-top:0.7rem;
       padding-bottom:0.7rem;
     
    
    
    }
    /* .LeftContact{
     
      
     
     
     } */
    .contact-text{
        color: var(--left-textcolor);
        font-size:1.5rem;
        font-weight: 600;
        display:none;
        font-family: 'Poppins', sans-serif;
    }
    .appointmentbutton{
        background-color:#F36F2E;
        width:100%;
        height:100%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size:0.92rem;
        color: aliceblue;
    }
    .RightContactTwo{
        border-right: 0.4px solid #797979;
       
    }
    .bottom-two{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:5%;
        padding-right:5%;
    
    }
    .LeftContactInner{
     
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    .ourproducts, .ourinformation{
        color: #6A6A6A;
        font-size:0.9rem;
        font-family: 'Poppins', sans-serif;
    }
    .listproduct{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
        font-family: 'Poppins', sans-serif;
    }
    .listproduct,.listinformation li:not(:last-child) { 
        margin-bottom: 7px;  
     }
    
    .listinformation{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
        font-family: 'Poppins', sans-serif;
    }
    
    .RightContactInner{
       
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    
    

 }


@media (min-width: 768px) { 
    .bottom{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:4%;
        padding-right:4%;
        border-bottom: 0.4px solid #797979;
    }
    
    .RightContact{
     
       padding-top:0.7rem;
       padding-bottom:0.7rem;
     
    
    
    }
    /* .LeftContact{
     
      
     
     
     } */
    .contact-text{
        color: var(--left-textcolor);
        font-size:1.5rem;
        font-weight: 600;
        display:inline;
    }
    .appointmentbutton{
        background-color:#F36F2E;
        width:100%;
        height:100%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size:0.92rem;
        color: aliceblue;
    }
    .RightContactTwo{
        border-right: 0.4px solid #797979;
        border-bottom: 0px solid #797979;
       
    }
    .bottom-two{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:5%;
        padding-right:5%;
    
    }
    .LeftContactInner{
     
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    .ourproducts, .ourinformation{
        color: #6A6A6A;
        font-size:0.9rem;
    }
    .listproduct{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
    }
    .listproduct,.listinformation li:not(:last-child) { 
        margin-bottom: 7px;  
     }
    
    .listinformation{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
    }
    
    .contact-text{
        color: var(--left-textcolor);
         font-size:1.5rem;
         font-weight: 600;
         display:inline;
         padding-top: 5rem;
        }
    
    
    .RightContactInner{
       
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    .ourpages li{
        display: inline;
        list-style:none;
        margin-right:0.3rem;
      
    }
    
    

 }


@media (min-width: 992px) { 
    .bottom{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:6%;
        padding-right:6%;
        border-bottom: 0.4px solid #797979;
    }
    
    .RightContact{
     
       padding-top:0.7rem;
       padding-bottom:0.7rem;
     
    
    
    }
    /* .LeftContact{
     
      
     
     
     } */
    .contact-text{
        color: var(--left-textcolor);
        font-size:1.5rem;
        font-weight: 600;
        display:inline;
    }
    .appointmentbutton{
        background-color:#F36F2E;
        width:100%;
        height:100%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size:0.92rem;
        color: aliceblue;
    }
    .RightContactTwo{
        border-right: 0.4px solid #797979;
       
    }
    .bottom-two{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:5%;
        padding-right:5%;
    
    }
    .LeftContactInner{
     
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    .ourproducts, .ourinformation{
        color: #6A6A6A;
        font-size:0.9rem;
    }
    .listproduct{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
    }
    .listproduct,.listinformation li:not(:last-child) { 
        margin-bottom: 7px;  
     }
    
    .listinformation{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
    }
    
    .RightContactInner{
       
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    .ourpages li{
        display: inline;
        list-style:none;
        margin-right:0.6rem;
      
    }
    
    

 }


@media (min-width: 1200px) { 
    .bottom{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:6%;
        padding-right:6%;
        border-bottom: 0.4px solid #797979;
    }
    
    .RightContact{
     
       padding-top:0.7rem;
       padding-bottom:0.7rem;
     
    
    
    }
    /* .LeftContact{
     
      
     
     
     } */
    .contact-text{
        color: var(--left-textcolor);
        font-size:1.5rem;
        font-weight: 600;
        display:inline;
    }
    .appointmentbutton{
        background-color:#F36F2E;
        width:100%;
        height:100%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size:0.92rem;
        color: aliceblue;
    }
    .RightContactTwo{
        border-right: 0.4px solid #797979;
       
    }
    .bottom-two{
        background-color: var(--faded-bg);
        width:100%;
        height:auto;
        padding-left:5%;
        padding-right:5%;
    
    }
    .LeftContactInner{
     
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    .ourproducts, .ourinformation{
        color: #6A6A6A;
        font-size:0.9rem;
    }
    .listproduct{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
    }
    .listproduct,.listinformation li:not(:last-child) { 
        margin-bottom: 7px;  
     }
    
    .listinformation{
        color: var(--left-textcolor);
        text-decoration:none;
        font-size:0.8rem;
        list-style:none;
        margin-left:-2rem;
    }
    
    .RightContactInner{
       
        padding-top:1.7rem;
        padding-bottom:1.7rem;
    }
    
    

 }


