.navbar15 {
            overflow-x: auto; /* Enable horizontal scrolling */
            white-space: nowrap; /* Prevent line breaks in list items */
            justify-content: center;
            display: flex;
        margin-bottom: 10px;
        }

        .nav-list15 {
            list-style: none;
            display: flex;
            padding: 0;
            
   
        }

        /* Style the individual navigation items */
        .nav-item15 {
            margin: 0;
            padding: 15px;
            text-align: center; /* Center the text within each item */
            position: relative; /* Add relative positioning for the underline */
            
        }

        .nav-item15 a {
            color: #000;
            text-decoration: none;
            transition: color 0.3s; /* Smooth color transition on hover */
        }

        /* Add the line under the navigation item on hover */
        .nav-item15:hover::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 2px;
            background-color: #cb8161; /* Orange color for the line */
            transition: width 0.3s; /* Smooth width transition on hover */
        }

        /* Change the text color to orange on hover */
        .nav-item15:hover a {
            color: #cb8161; /* Orange color on hover */
        }

        /* Media query for mobile view */
        @media (max-width: 768px) {
		.navbar15 {
			overflow-x: auto; /* Enable horizontal scrolling */
			white-space: nowrap; /* Prevent line breaks in list items */
			justify-content: left;
			
		}
		}
		.nav-item15.active a {
			
			color: #cb8161; /* Text color for the active item */
		}

		.nav-item4.active a {
			
			color: #cb8161; /* Text color for the active item */
		}
		.nav-item11.active a {
			
			color: #cb8161; /* Text color for the active item */
		}
		.nav-item18.active a {
			
			color: #cb8161; /* Text color for the active item */
		}

		.nav-item15.active a::after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			width: 100%; /* Full-width underline for the active item */
			height: 2px;
			background-color: #cb8161; /* Orange color for the line */
		}

		.container2{
			background-color:#f7f7f7;
		}

		.container1{
			margin-top:20px;
		}

		.navbar11 {
            overflow-x: auto; /* Enable horizontal scrolling */
            white-space: nowrap; /* Prevent line breaks in list items */
            justify-content: center;
            display: flex;
            margin-top: -30px;
        }

        .nav-list11 {
            list-style: none;
            display: flex;
            padding: 0;
            font-size:0.9rem;
   
        }

        /* Style the individual navigation items */
        .nav-item11 {
            margin: 0;
            padding: 15px;
            text-align: center; /* Center the text within each item */
            position: relative; /* Add relative positioning for the underline */
            
        }

        .nav-item11 a {
            color: #000;
font-size: 15px;
            text-decoration: none;
            transition: color 0.3s; /* Smooth color transition on hover */
        }

        /* Add the line under the navigation item on hover */
       

        /* Change the text color to orange on hover */
        .nav-item11:hover a {
            color: #cb8161; /* Orange color on hover */
        }
.right1{
margin-top: 30px;
}
.b{
    font-weight: bold;
}

        /* Media query for mobile view */
        @media (max-width: 768px) {
		.navbar11 {
			overflow-x: auto; /* Enable horizontal scrolling */
			white-space: nowrap; /* Prevent line breaks in list items */
			justify-content: left;
		}
		}
		.container11{
		
		}


		.content1 {
			max-width: 100%;
			padding: 10px;
			box-sizing: border-box;
			text-align: justify;
			margin-top: 10px; /* Add margin to push the content away from the image */
		}

		
		}

		.left1,
		.right1 {
			flex: 1;
		}

.nav-item11 a {
    
    font-size: 14px;
    
}
.nav-item15 a {
    
    font-size: 17px;
    
}


		.r1{
			max-width: 100%;
    margin: 0 234px;
    text-align: center;
		}

		.left1 img {
			max-width: 100%;
			height: auto;
		
    display: block;
    margin-left: auto;
    margin-right: auto;
    
		}

		.head1 {
			font-size: 1.3rem;
			margin-top: 0;
			margin-bottom: -3px;
    text-align: left;
margin-left: 10px;
}
		}

		@media (max-width: 768px) {
			
			.r1{
			max-width: 100%;
    margin: 0px 0px;
    text-align: center;
			}
			.left1 img {
				display: block;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;  
			}
.nav-item11 a {
    
    font-size: 14px;
    
}
.nav-item15 a {
    
    font-size: 17px;
    
}
.h15{
			font-size:1.8rem;
			margin: 20px 0px 20px;

		}

			.left1,
			.right1 {
				width: 100%; /* Full width for both image and text */
			}


			.content1 {
				margin-top: 0; /* Remove top margin on smaller screens */
			}
			
			.container11 {
			padding: 20px;
			}

			.nav-list4{
				display:none;
			}
		}
		
		@media (max-width: 1080px) {
			
			.r1{
			max-width: 100%;
    margin: 0px 0px;
    text-align: center;
			}
			.left1 img {
				display: block;
			margin-left: auto;
			margin-right: auto;
				margin-top: 0px;    
			}

			.left1,
			.right1 {
				width: 100%; /* Full width for both image and text */
			}

			.content1 {
				margin-top: 0; /* Remove top margin on smaller screens */
			}
			
			.container11 {
			padding: 20px;
			}
			.nav-list4{
				display:none;
			}
			.navbar18{
				display:content;
			}
.h15{
			font-size:1.8rem;
			margin: 20px 0px 20px;

		}
		}

		.container4 {
			padding-top: 20px;
		}


		.h15{
			font-size:2.3rem;
			margin: 20px 0px 20px;

		}


		.navbar4 
		{
			background-color: #f7f7f7;
			overflow: hidden;
			overflow-x: auto;
			white-space: nowrap;
			justify-content: center;
			display: flex;
		}
        

        .nav-list4 {
            list-style-type: none;
            margin: 0;
            padding: 0;
			padding-top: 40px;
    		padding-bottom: 40px;
        }

        .nav-item4 {
            display: inline-block;
            margin-right: 55px;
			text-align: center;
    		position: relative;
        }

        .nav-item4:last-child {
            margin-right: 0;
        }

        .nav-link4 {
            text-decoration: none;
            color: #000;
			font-size: 18px;
        }

        /* Style for the circular images */
		.nav-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
        }


		.navbar18{
			display:none;
		}
		.dropbtn18 {
		background-color: #cb8161;;
		color: white;
		padding: 10px 20px;
		border: none;
		cursor: pointer;
		font-size: 16px;
		}

		/* Style for the down arrow */
		.dropbtn18::after {
		content: " ";
		display: inline-block;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		padding: 3px;
		transform: rotate(45deg);
		margin-left: 5px; /* Add some spacing between text and arrow */
		}

		/* Style for the dropdown content (hidden by default) */
		.dropdown-content18 {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		z-index: 1;
		}

		/* Style for the list items inside the dropdown */
		.nav-list18 {
			margin-left: 23%;
			list-style-type: none;
			padding: 0;
			display: block;
		}

		.nav-item18 {
		
		display: flex;
			padding: 10px;
			align-items: center;
		}

		.nav-link18 {
		text-decoration: none;
		color: #333;
		display: block; /* Display links as block elements for vertical layout */
		}

		/* Show the dropdown menu when hovering over the button */
		.navbar18:hover .dropdown-content18 {
		display: block;
		}

		@media screen and (max-width: 600px) {
			.navbar18 {
				text-align: center;
				margin-top: 48px;
				display: inherit;

			}
			
			.dropdown-content18 {
				position: static;
				display: none;
			}

			.navbar18:hover .dropdown-content18 {
				display: block;
			}
		}
@media only screen and (min-width: 601px) and (max-width: 991px) {
 .navbar18 {
				text-align: center;
				margin-top: 48px;
				display: inherit;

			}
			.dropdown-content18 {
				position: static;
				
			}
			.nav-list18 {
margin-left: 0%;
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

			.navbar18:hover .dropdown-content18 {
				display: contents;
			}
		}
}


