body, html {
	margin: 0;
	padding: 0;
	height: 100% !important;
}
@media (max-width: 1023px){
	body, html {
		overflow-y: visible !important;
		height: -webkit-fill-available;
	}
}

.buttonsDedicatedcontainer {
	display: flex;
	flex-directoion: row;
	align-items: center;
}

.buttonsdedicatedsignin {
	
}

.buttonstyleone {
	text-decoration: none;
	padding: 10px 30px;
	border: 0.5px solid #0276B3;
	color: white;
	font-weight: bold;
	background-color: #0276B3;
	font-size: 14px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	margin-right: 12px !important;
}

.buttonstyletwo {
	text-decoration: none;
	padding: 10px 30px;
	border: 0.5px solid #0276B3;
	color: #0276B3;
	font-weight: bold;
	background-color: white;
	font-size: 14px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.buttonstyleone::before {
	margin: opx !important;
}

.buttonstyletwo:hover{
	background-color: white;
	color: #333333;
	border: 0.5px solid #333333;
}

.buttonstyleone:hover {
	background-color: white;
	color: #3374AE;
	border: 0.5px solid #0276B3;
}

.buttonstyleone:disabled{
	border: 1px solid #2d96cd;
	background-color: #2d96cd;
	color: #fff;
	opacity: .65;
}
.buttonstyletwo:disabled{
	opacity: .65;
	border: 0.5px solid #0276B3;
	color: #0276B3;
	background-color: white;
}

@media screen and (max-width: 768px) {
	.buttonsDedicatedcontainer {
		width: 90%;
		flex-direction: column;
		align-items: baseline;
	}
	.buttonstyleone, .buttonstyletwo {
		padding: 10px 10px;
		margin: 10px 0px;
	}
}

@media screen and (max-width: 460px) {
	.buttonstyleone {
		flex-direction: column;
	}
	.buttonsDedicatedcontainer {
		display: flex;
		flex-direction: column;
		width: 95% !important;
		align-items: normal;
	}
	.buttonstyleone {
		width: 100%;
		align-items: center !important;
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}
	.buttonstyletwo {
		width: 100% !important;
	}
}

#onetrust-banner-sdk.otFlat {
	left: 0;
	width: 90%;
	/* display: block; */
	margin-left: auto;
	margin-right: auto;
}

.containerDedicated {
	height: 90%;
	width: 90%;
	display: flex;
	flex-direction: row;
	border: 2px solid #eee;
	margin: auto;
	margin-top: 50px;
	background: #fff;
    border-radius: 20px;
}

.image {
	height: 90%;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	margin: 25px;
	border-radius: 15px;
	position: relative; /* Set container as relative */
}

.image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
	min-height: 100%;
	position: relative; /* Set container as relative */
}

.shadowoverlaydedicated {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	border-radius:20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent); /* Gradient for shadow effect */
}

fordiconimage>img {
	background: rgba(0, 0, 0, 0.1)
}

.fordiconimage {
	position: absolute; /* Set icon as absolute */
	bottom: 10px; /* Position at the bottom */
	left: 50%; /* Adjust as per your design */
	transform: translateX(-50%); /* Center horizontally */
}

.contentDedicated {
	height: 90%;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 25px;
	margin: 16px;
	align-items: left;
	position: relative;
}

.topDedicated {
	position: relative;
	top: 25%;
	width: 100%;
	height: 90%;
	display: flex;
	flex-direction: column;
	letter-spacing: 1px;
	margin-left: 35px
}

.headingDedicated {
	font-weight: 1000;
	color: #333333;
	font-size: 24px;
    margin-top: 32px;
    width: 90%;
}

.bottom {
	width: 100%;
	height: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 1px;
	z-index: 100;
}

.boxboxDedicated {
	margin: auto;
	margin-left: 0px;
	/* width: 90%; */
	padding: 20px;
}

.boxDedicated>a{
	font-weight: 1000;
    display: flex;
    align-items: center;
}

.radiobutton {
    padding: 10px 5px;
	padding-right: 60px;
	border-radius: 10px;
	color: #333333;
}

.radiobuttontwo {
	
}

.radiobutton:after {
 	top: 8px;
	left: 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #1b394e;
} 


.radio-buttons {
    margin: 32px 0 24px 0;
	display: flex;
	flex-direction: column;
	font-size: 16px;
}

.radio-buttons>p {
    margin-bottom: 16px;
	font-weight: 900;
    color: #333333;
}

.radiobuttoncontainer{
	margin-left:15px;
}

input[type=radio]{
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-clip: content-box;
  border: 2px solid #1b394e;
  border: 5px solid #33333;
  background-color: white;
}

input[type="radio"]:checked {  
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  /* background-clip: content-box; */
  border: 0px solid #1b394e;
  background-color: #1b394e;
}

/* .buttondsDedicated {
	margin-top: 10px;
	display: flex;
} */

/* .buttondstyle {
	padding: 10px 30px;
	border: 0.5px solid #0276B3;
	color: white;
	font-weight: bold;
	background-color: #0276B3;
	font-size: 18px;
	margin-right: 12px;
}

.buttondstyle:hover {
	background-color: white;
	color: #3374AE;
	border: 0.5px solid #0276B3;
}

.buttonstyle:active {
	background-color: white;
	color: #3374AE;
	border: 0.5px solid #0276B3;
}

.buttondstyle>span {
	padding-left: 10px;
	font-size: 15px;
}

.buttondstyle:nth-child(1) {
	margin-right: 10px;
} */

.links {
	width: 75%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 20px;
	text-decoration: none;
	font-size: 16px;
	padding-left:18px;
}

.links>a {
	text-decoration: none;
	color: #0276B3;
	font-weight: 1000;
	font-size: 14px;
}

/* The Modal (background) */
.modalpopupscreen {
	
}

.modalpopup {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 101;
	/* Sit on top 
          padding-top: 100px;
          Location of the box */
	left: 0;
	top: 0;
	overflow: auto;
	/* Enable scroll if needed */
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.5);
	/* Black w/ opacity */
	width: 100%;
	height: 100%;
	padding-top: 200px;
}

/* Modal Content */
.modal-contentpopup {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	letter-spacing: 1px;
}

.modal-contentpopup>h3 {
	font-weight: 1000;
	color: #333333;
	font-size: 24px;
}

.modalpopuplist {
	margin: 25px 0;
	padding-left: 0;
	margin-bottom: 50px;
}

.modalpopuplist>li {
	list-style-type: none;
	margin: 15px 0;
	margin-left: 0px;
	font-weight: 800;
	color: #000000;
	font-size: 16px;
	line-height: 24px
}

/* The Close Button */
.closepopup {
	color: #000000;
	float: right;
	font-size: 40px;
	font-weight: bold;
}

.closepopup:hover, .closepopup:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modalpopupbutton {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.modalpopupbutton {
	margin: 10px;
}

.modalpopupbuttonstyle {
	padding: 10px 30px;
	border: 0.5px solid #0276B3;
	color: white;
	font-weight: bold;
	background-color: #0276B3;
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 14px;
}

.modalpopupbuttonstyletwo {
	padding: 10px 30px;
	border: 0.5px solid #0276B3;
	color: #0276B3;
	font-weight: bold;
	background-color: white;
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 14px;
}

.modalpopupbuttonstyle:hover {
	background-color: white;
	color: #0276B3;
	border: 0.5px solid #0276B3;
}
.modalpopupbuttonstyletwo:hover {
	background-color: white;
	color: black;
	border: 0.5px solid black;
}

.modalpopupbuttonstyle:active {
	background-color: white;
	color: black;
	border: 0.5px solid #0276B3;
}

.modalpopupbuttonstyletwo {
	margin-left: 15px;
}

@media screen and (max-width: 768px) {
	.radiobutton {
		padding: 10px;
		width: 50%;
		margin: 0px;
	}
	.radiobuttontwo {
		margin: 10px 0 0 0px;
	}
	/* .buttondsDedicated {
		display: flex;
		flex-direction: row;
		width: 70%;
		flex-direction: column;
	}
	.buttondstyle:nth-child(1) {
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
	} */
	.links {
		width: 50%;
	}
	.modal-contentpopup {
		width: 60%;
	}
	.links {
		width: 90%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 850px) {
	.buttonstyleone, .buttonstyletwo {
		padding: 10px 10px;
		margin: 10px 0px;
	}
}

@media screen and (max-width: 629px) {
	/* .buttonstyle {
		padding: 10px 10px;
	}
	.buttondstyle:nth-child(1) {
		margin-bottom: 15px;
	} */
	.modal-contentpopup {
		width: 80%;
	}
	
	.links {
		width: 90%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.topDedicated {
		top: 15%;
	}
}

@media screen and (max-width: 523px) {
	.contentDedicated {
	    width: auto;
	}
	.radio-buttons {
		margin: 24px 0 30px 0;
		display: flex;
		flex-direction: column;
	}
	/* .buttondstyle:nth-child(1) {
		margin-bottom: 15px;
	} */
	.radiobuttontwo {
		margin-left: 0;
	}
	.modal-contentpopup {
		width: 80%;
	}
	.headingDedicated {
    margin-top: 32px;
	}
}

@media screen and (max-width: 460px) {
	.containerDedicated {
		display: flex;
		flex-direction: column;
		margin: 0;
		width: auto;
		height: 100%;
		border-radius: 0px;
		border: 0px;
	}
	.bottom {
		/* display: none; */
		margin-top: 60px;
	}
	.topDedicated {
		margin-left: 10px;
		margin-top: -30px;
	}
	.image {
		height: 40%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0;
		border-radius: 0px;
	}
	.image img {
		border-radius: 0px;
		/* object-fit: cover; */
		min-height: 100%;
		transform: scale(1.2);
	}
	.shadowoverlaydedicated {
    border-radius: 0px;
    top: 70%;
    }
	.fordiconimage {
		bottom: 0px; /* Position at the bottom */
	}
	.radio-buttons {
		display: flex;
		flex-direction: column;
	}
	.radiobutton {
		padding: 10px;
		width: 50%;
		margin: 0px;
	}
	.radiobuttontwo {
		margin: 10px 0 0 0;
	}
	/* .buttonsDedicated {
		display: flex;
		flex-direction: column;
		margin-right: 20px;
	}
	.buttodnstyle {
		margin-right: 0px;
	} */
	.links {
		/* display: none; */
		width: 90%;
		margin-top: 40px;
		
		display: flex;
        flex-direction: column;
	}
	.links>a {
    margin-top: 16px;
	}
	.links{
	    margin-left:  10px;
	    padding-left:0px
	}

	/* Modal Content */
	.modal-contentpopup {
		margin: 0 !important;
		width: 100% !important;
		height: 100%;
		padding-top: 0px;
	}
	.modalpopup {
		/* Location of the box */
		left: 0;
		top: 0;
		width: 100%;
		/* Full width */
		height: 100%;
		/* Full height */
		padding-top: 0px;
	}
	.modalpopupbutton {
		display: flex;
    	margin: auto;
    	flex-direction: column;
    	justify-content: center;
    	margin-top: 15px;
    	width: 60%;
	}
	.modalpopupbuttonstyletwo {
		margin-top: 15px;
		margin-left: 0px;
	}
}