/* .flags-row {
  margin-left: 4rem;
} */

.flags {
  height: 8rem;
  width: 12rem;
  opacity: 0.8;
}
.section-p {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: rgb(100, 117, 137);
  line-height: 1.722;
}
.sub-sub-title {
  font-family: "Poppins", sans-serif;
  color: rgb(34, 54, 69);
  font-weight: bold;
  line-height: 1.343;
}

.large-checkbox {
  transform: scale(1.5); /* Increase the scale as needed */
  margin-right: 10px; /* Optional: add some space between the checkbox and the text */
  margin-left: 1rem;
}
.form_font_color {
  color: #6d6d6d;
}
.formtextcolor {
  color: #636363;
  background-color: white;
}

.experience_btn {
  color: #151c4c !important;
  line-height: normal;
}

.logo{
  
    border: 2px solid #141b4c00; /* Example: 2px solid black border */
    border-radius: 5px; /* Optional: rounded corners */
 
}

.margin_top{
  margin-top: 2rem;
  transition: margin_top 0.3 ease;
}

body{
  background-color: rgb(0 123 255 / 6%);
}
p{
  font-size: 24px;
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;
  padding-left: 8px;
  padding-right: 8px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#26ad2b;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:24px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:10px;
  width: 2rem;
  height: 2rem;
  text-align: center;
}