  <meta charset="utf-8">

/* Define font family */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 1.rem;
    text-transform: none;
    text-decoration: none;
}

p {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: .75rem;
	word-wrap: normal;
	color: #808080;
	
	}
p {
            margin-bottom: .75rem; /* Add some spacing between paragraphs */
        }
.text-box2{
	background-color: #C5D2C8;
	width: auto;
	font-size:1.75rem;
	text-align: center;
	padding: 1.8rem;
}
.text-box-treatment-heading{
	width: 100%;
	background-color:ffffff;
	text-align: center;
	font-size:1.75rem;
	
}
img{
	max-width: 100%;/*main image*/
    height: auto;/*needed for images to shrink on other medias*/
	margin-right:  2.0rem;
	margin-top: .75rem;
	margin-left: 0rem;
	padding-left: 0rem;
	img-float: left;
	clear: both;
}

body {
    margin-left: .2rem;
    margin-right: auto;
	background: #FCFDFE;
    font-family: "Roboto Regular",sans-serif;
    font-weight: 300;
	list-style-type: none;
	color: #808080;
}



     
.img-home-logo2{
	margin-top: 2.0rem;
	margin-left: 30rem;  
}

 .item-home1 {
            display: flex;
            flex-wrap: wrap;
			border: 0px solid black;
	 		margin-top: .75rem;
		    margin-left: 1.1rem;
        }

        video {
            width: 33%; /* Adjust the width as needed */
        }

.text-content {
            flex: 1;
            padding: 0 1.2rem; /* Adjust the padding as needed */
            box-sizing: border-box; /* Include padding in the width calculation */
        }

 .text-content-about {
            flex: 1;
            padding: 0 2.5rem; /* Adjust the padding as needed */
            box-sizing: border-box; /* Include padding in the width calculation */
        }

.text-content-policy {
            flex: 1;
            padding: 3.5rem; /* Adjust the padding as needed */
            box-sizing: border-box; /* Include padding in the width calculation */
        }

		
.img-home {
            width: auto; /* Adjust the width as needed */
			text-align: center;
			font-size: 1.65rem;
			padding-bottom: 1.2rem;
			padding-top: 1.2rem;
			margin-top: -.75rem;
			background-color: #fcdace;
        }


.item-home2 {
            display: flex;
            flex-wrap: wrap;
			margin-top: 1.2rem;
			margin-bottom: 1.2rem;
			
        }

        /* Adjust styling as needed */

        

        img-home2{
            width: 30%; /* Adjust the width as needed */
        }

  @media (max-width: 768px) {
            img, .text-content {
                width: 100%; /* Full width on smaller screens */
            }
        }

 @media (min-width: 769px) and (max-width: 1024px) {
            img 

            .text-content {
                width: 100%; /* Full width for text on iPad screens */
                order: -1; /* Move text above image */
            }
        }


.container{
	
	max-width: 100%;
	background-color: black;
	margin: auto;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}


.row{
	display:flex;
	flex-wrap: wrap;
}


.footer{
	background-color: #000000;
	padding:20px 0;
	
}
.footer-col{
	width: 20%;
	padding:20 0px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
	
}

.footer-col h4::before{
	content:'';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
	
}

.footer-col ul li:not(last-child){
	margin-bottom: 10px;
	
}

.footer-col ul {
    list-style: none; /* Add this line to remove bullet points */
    padding: 0;
    margin: 0;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display:block;
	transition: all 0.3s ease;
	 
}
	
.footer-col ul li a:hover{
	color:ffffff;
	padding-left:8px;
	
}
.footer-col .social-links a{
	display:inline-block;
	height:40px;
	width:40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 10px, 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color:#ffffff;
	transition: all 0.5s ease;
	
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
	


/* Responsive styles for smaller screens and iPhones */
@media (max-width: 767px) {
    /* Add your responsive styles here for screens up to 767px wide */
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

.text-content-about {
   flex: 1;
   padding: 0 40px; /* Adjust the padding as needed */
   box-sizing: border-box; /* Include padding in the width calculation */
        }
