/* Free Page */

.text-success {
    color: #74a735 !important;
}

#top_enquiry_form.bg-light {
    background-color: rgba(116, 167, 53, 0.9) !important; 
}

.bg-success {
    background-color: #74a735 !important;
}

.bg-header-img {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./../../images/free-immigration-advice_1244x700.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

.content-container {
    padding-left: calc(var(--bs-gutter-x) * 6.3) !important;
    padding-right: calc(var(--bs-gutter-x) * 5.2) !important;
}

.primary-btn {
    width: 25%;
    color: #fff;
    background: linear-gradient(#74a735, #79C420);
    border: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

.primary-btn:hover {
    color: #74a735;
    background: transparent;
    border: 1px solid #74a735;
    border-radius: 6px;
	text-decoration: none;
}

@media (min-width: 786px) {
	.cta-col {
		display: flex;
	}
}

.cta-btn {
    width: 15%;
}

.cta-card .cta-text {
    height: 150px;
}

.cta-card {
    padding: 15px;
}

.icon-2x {
    font-size: 1.5em;
}

.in-person-picture-col {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./../../images/office.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.view-height {
    height: 750px;
}

.form-control {
    padding: .875rem .75rem !important;
}

.header-right .form-control  {
	border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
	background: transparent;
	color: #fff;
}

.header-right .form-control::placeholder {
	font-weight: 400;
	color: #fff
}

.header-right .form-control:focus {
	box-shadow: none;
}

.header-right .form-control option {
  background-color: #f8f9fa;
  color: #1A1A1A;        
}

.header-right textarea {
  resize: none;       
}

.header-right #top_enquiry_form {
	background: rgba(0, 0, 0, 0.56);
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	border-radius: 20px;
	border: 1px solid #fff;
}

.secondary-btn {
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 6px;
    width: 25%;
    border: none;
}
.secondary-btn:hover {
    color: #fff;
    background-color: #74a735;
    border: 1px solid #74a735;
}

@media (max-width: 1400px) {
    .cta-btn {
        width: 32%;
        margin-bottom: 10px;
    }
	.view-height {
        height: 800px !important;
    }
}

@media (max-width: 1200px) {
    .cta-card-col {
        width: 100%;
        margin-bottom: 1em;
    }
    .in-person-picture-col {
        width: 100%;
    }
    .iframe-col {
        width: 100%;
    }
	.view-height {
        height: 850px !important;
    }
	
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .header {
		padding: 0px !important
	}
}

@media (min-width: 576px) and (max-width: 1535px) {
    .location-action-btn {
		width: 60%;
	}
}
@media (min-width: 300px) and (max-width: 575px) {
    .location-action-btn {
		width: 80%;
	}
	.header-left .text-white {
		font-size: 36px;
	}
	.header-left .subtitle {
		font-size: 18px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1400px)
{
	.header-right {
		padding-right: 0px !important;
	}
	.header .row {
		padding-right: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px)
{
	.header .row {
		display: flex;
		flex-direction: column;
	}
	.header .header-right {
		width: 100%;
	}
	.header .header-left {
		width: 100%;
	}
}

@media (max-width: 1200px)
{
	.header-right {
		padding: 0px !important;
	}
}

@media (max-width: 992px) {
    .content-container {
        padding-left: calc(var(--bs-gutter-x) * 2) !important;
        padding-right: calc(var(--bs-gutter-x) * 2) !important;
    }
	.view-height {
        height: 950px !important;
    }
    .w-25 {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .px-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .primary-btn {
        width: 48%;
        margin-right: 8px;
        margin-bottom: 8px;
    }
	.header-left {
		width: 100%;
	}
	.header-right {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1024px)
{
	.view-height {
		height: 1400px !important;
	}
}

@media (max-width: 768px) {
    .content-container {
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
        padding-right: calc(var(--bs-gutter-x) * 1) !important;
    }
    .view-height {
        height: 1400px !important;
    }
    .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .px-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #top_enquiry_form {
        margin-top: 16px;
    }
    .cta-card {
        margin-bottom: 3rem;
    }
    .cta-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .primary-btn {
        width: 100%;
        margin-right: 8px;
        margin-bottom: 8px;
    }
	
	.header .row {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}


@media (max-width: 576px){
    .cta-btn {
        width: 49%;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .view-height {
        height: 1300px !important;
    }
    .cta-btn {
        width: 100%;
    }
    .cta-text {
        height: 290px !important;
    }
}

@media (max-width: 375px){
    .cta-btn {
        width: 49%;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .view-height {
        height: 1300px !important;
    }
    .cta-btn {
        width: 100%;
    }
    .cta-text {
        height: 290px !important;
    }
}

.dp-heading span{
	background: linear-gradient(to right, #74A735, #79C420);
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
}


/* Our Team */
/* Free Page */

.text-success {
    color: #74a735 !important;
}

#top_enquiry_form.bg-light {
    background-color: rgba(116, 167, 53, 0.9) !important; 
}

.bg-success {
    background-color: #74a735 !important;
}

.bg-header-img {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./../../images/free-immigration-advice-uk-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

.content-container {
    padding-left: calc(var(--bs-gutter-x) * 6.3);
    padding-right: calc(var(--bs-gutter-x) * 5.2);
}

.primary-btn {
    width: 25%;
    color: #fff;
    background: linear-gradient(#74a735, #79C420);
    border: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

.primary-btn:hover {
    color: #74a735;
    background: transparent;
    border: 1px solid #74a735;
    border-radius: 6px;
	text-decoration: none;
}

.cta-btn {
    width: 15%;
}

.cta-card .cta-text {
    height: 150px;
}

.cta-card {
    padding: 15px;
}

.icon-2x {
    font-size: 1.5em;
}

.in-person-picture-col {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./../../images/office.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.view-height {
    height: 730px;
}

.form-control {
    padding: .875rem .75rem !important;
}

.header-right .form-control  {
	border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
	background: transparent;
	color: #fff;
}

.header-right .form-control::placeholder {
	font-weight: 400;
	color: #fff
}

.header-right .form-control:focus {
	box-shadow: none;
}

.header-right .form-control option {
  background-color: #f8f9fa;
  color: #1A1A1A;        
}

.header-right textarea {
  resize: none;       
}

.header-right #top_enquiry_form {
	background: rgba(0, 0, 0, 0.56);
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	border-radius: 20px;
	border: 1px solid #fff;
}

.secondary-btn {
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 6px;
    width: 25%;
    border: none;
}
.secondary-btn:hover {
    color: #fff;
    background-color: #74a735;
    border: 1px solid #74a735;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .cta-btn {
        width: 32%;
        margin-bottom: 10px;
    }
	.view-height {
        height: 650px !important;
    }
	.tb-col {
		width: 100%;
	}
	.tb-col-2 {
		position: relative;
		left: -30px;
	}
	.desktop-header-form {
		padding: 0px !important;
	}
	#top_enquiry_form {
		margin-left : 0px !important;
		margin-right : 0px !important;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
    .cta-card-col {
        width: 100%;
        margin-bottom: 1em;
    }
    .in-person-picture-col {
        width: 100%;
    }
    .iframe-col {
        width: 100%;
    }
	.view-height {
        height: 850px;
    }
	.cta-col {
		width: 100%;
	}
	.tb-col {
		width: 100%;
	}
	.location-action-btn {
		margin-bottom: 0px !important;
	}
	.desktop-header-form {
		padding: 0px !important;
	}
	#top_enquiry_form {
		margin-left : 0px !important;
		margin-right : 0px !important;
	}
	
}

@media (min-width: 769px) and (max-width: 992px) {
    .content-container {
        padding-left: calc(var(--bs-gutter-x) * 2) !important;
        padding-right: calc(var(--bs-gutter-x) * 2) !important;
    }
	.view-height {
        height: 550px !important;
    }
    .w-25 {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .px-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .primary-btn {
        width: 48%;
        margin-right: 8px;
        margin-bottom: 8px;
    }
	.header-left {
		width: 100%;
	}
	.header-right {
		width: 100%;
	}
	#top_enquiry_form {
        margin-top: 16px;
		display: none;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .content-container {
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
        padding-right: calc(var(--bs-gutter-x) * 1) !important;
    }
    .view-height {
		height: 700px !important;
    }
    .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .px-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #top_enquiry_form {
        margin-top: 16px;
		display: none;
    }
    .cta-card {
        margin-bottom: 3rem;
    }
    .cta-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .primary-btn {
        width: 100%;
        margin-right: 8px;
        margin-bottom: 8px;
    }
	.fia-service-cards {
		display: none;
	}
	.location-action-btn {
		margin-bottom: 0px !important;
	}
}


@media (min-width: 376px) and (max-width: 576px){
	.content-container {
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
        padding-right: calc(var(--bs-gutter-x) * 1) !important;
    }
    .cta-btn {
        width: 49%;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .view-height {
        height: 750px !important;
    }
    .cta-btn {
        width: 100%;
    }
    .cta-text {
        height: 290px !important;
    }
	#top_enquiry_form {
        margin-top: 16px;
		display: none;
    }
	.location-action-btn {
		margin-bottom: 0px !important;
	}
}

@media (max-width: 375px){
	.content-container {
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
        padding-right: calc(var(--bs-gutter-x) * 1) !important;
    }
    .cta-btn {
        width: 49%;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .view-height {
        height: 850px !important;
    }
    .cta-btn {
        width: 100%;
    }
    .cta-text {
        height: 290px !important;
    }
	#top_enquiry_form {
        margin-top: 16px;
		display: none;
    }
	.location-action-btn {
		margin-bottom: 0px !important;
	}
}

.location-action-btn {
	width: 100%;
    height: 50px;
    font-size: 16px;
    background: var(--sunrise-theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.location-action-btn:hover {
    background: linear-gradient(#79C420, #74A735);
}

.page-action-btn {
	width: 11rem;
    height: 40px;
    font-size: 16px;
    background: var(--sunrise-theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	margin-bottom: 18px;
}

.page-action-btn:hover {
    background: linear-gradient(#79C420, #74A735);
	text-decoration: none;
}

.header-right .location-action-btn {
	width: 30%;
    height: 45px;
}

.fia-service-row .icon-box {
	border-radius: 50px;
	display: flex;
	justify-content: center;
	padding: 25px 0px;
	background-color: #74A73F;
	position: relative;
	z-index: 2;
	border: 3px solid #fff;
	width: 105px;
}

@media (min-width: 1280px) and (max-width: 1510px){
	.fia-service-row .icon-box {
		width: 85px;
	}
	
	.fia-service-row .icon-box img {
		width: 30px;
	}
}

@media (max-width: 1279px){
	.fia-service-cards {
		display: none; 
	}
	
	.fia-service-row .icon-box img {
		width: 25px;
	}
	
	.header-right .location-action-btn {
		width: 60%;
		height: 45px;
	}
}


.fia-service-row .service-box {
	display: flex;
	justify-content: center;
	align-self: center;
	align-items: center;
	position: relative;
	left: -40px;
	background: linear-gradient(to left, #74A735, #74C420);
	height: 70px;
	z-index: 1;
	border-radius: 6px;
}

.fia-service-row .service-box .service-title {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1279px){
	.fia-service-row .service-box {
		width: 65%;
	}
}

.subservices-box .subservices-ul {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
	left: -66px;
	top: -22px;
	height: 300px;
	display: flex;
	flex-direction: column;
	padding: 10px 10px 10px 30px;
}

.subservices-box .subservices-ul li {
	list-style-type: none;
	margin: 7px 0px;
}

.subservices-box .subservices-ul a {
	color: #1a1a1a;
	text-decoration: none;
}

.subservices-box .subservices-ul a:hover {
	color: #74A735;
}

.subservices-box .subservices-ul a::before {
	font-family: "Font Awesome 6 Free"; 
	content: "\f138"; 
	font-weight: 900; 
	margin-right: 6px;
}

.fia-team-card {
	background: linear-gradient(to top, #74A735, #79C420);
	border: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 20px;
	position: relative;
	transition: transform 0.3s ease;
}

.fia-team-card:hover {
	cursor: pointer;
	transform: scale(1.05);
}

.fia-team-card .img-row {
	display: flex;
	justify-content: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	--bs-gutter-x : 0px;
	background: linear-gradient(to top, #74A735, #79C420);
}

.fia-team-card .team-img {
	height: 150px;
	width: 150px;
	border-radius: 100px;
	border: 4px solid #fff;
	position: relative;
	top: 15px;
	z-index: 1;
}

.fia-team-card .circle {
	background: linear-gradient(to top, #74A735, #79C420);
	height: 160px;
	width: 160px;
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100px;
	z-index: 0;
}

.fia-team-card .card-body {
	background-color: #fff;
	border-radius: 14px;
	padding: 10px 8px 10px 8px;
	margin-top: 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.fia-team-card .card-title {
	font-size: 1rem;
	color: #1a1a1a;
}

.fia-team-card .card-title:hover {
	text-decoration: none;
}

.fia-team-card .card-text {
	font-size: .875rem;
	color: #74A735;
}

.fia-team-card .card-text:hover {
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1410px ) {
	 .team-card-col {
		 width: 33%;
	}
}

@media (min-width: 477px) and (max-width: 767px ) {
	 .team-card-col {
		 width: 50%;
	}
}

@media (max-width: 476px) {
	 .team-card-col {
		 width: 100%;
	}
}
