/* universal */
* {
    margin: 0;
    padding: 0;
}

.color_white p {
	color:#fff !important
}

#contactFormSelect{
	width: 100%;
    padding: 25px 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
	margin-bottom:15px
}
#contactFormSelect option{
	color:#000;
}
#contactFormSelect option:disabled{
	color:#ccc;
}
@font-face {
    font-family: 'Frutiger LT Arabic 45';
    src: url('../font/FrutigerLTArabic-65Bold.woff2') format('woff2'),
        url('../font/FrutigerLTArabic-65Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Arabic 55 Roman';
    src: url('../font/FrutigerLTArabic-55Roman.woff2') format('woff2'),
        url('../font/FrutigerLTArabic-55Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Arabic 45';
    src: url('../font/FrutigerLTArabic-45Light.woff2') format('woff2'),
        url('../font/FrutigerLTArabic-45Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Arabic 55 Roman';
    src: url('../font/FrutigerLTArabic-75Black.woff2') format('woff2'),
        url('../font/FrutigerLTArabic-75Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.custom-container-lg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.button-main {
    border-radius: 50px;
    border: 2px solid #FFF;
    background: #BE2826;
    padding: 12px 20px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25) !important;
    color: var(--White, #FFF);
    font-size: 16px !important;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
}
.button-wtsapp {
    border:none;
    border-radius: 25px;
    background: #BE2826;
    padding: 12px 20px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25) !important;
    color: var(--White, #FFF);
    font-size: 16px !important;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
}
body form .button-main {border-radius: 50px;
  border: 2px solid #FFF;
  background: #BE2826;
  padding: 12px 20px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25) !important;
  color: var(--White, #FFF);
  font-size: 16px !important;
  font-family: 'Frutiger LT Arabic 45';
  font-weight: bold;
    width:175px;
}
.button-main:hover {
    background: #fff;
    color: #636363;
    border: 2px solid var(--White, #BF9E66);
    transition: 0.5s;
}

.button-main:hover img {
    filter: invert(32%) sepia(1%) saturate(290%) hue-rotate(314deg) brightness(108%) contrast(73%);
}
.button-wtsapp:hover {
    background: #fff;
    color: #636363;
    border: 2px solid var(--White, #BF9E66);
    transition: 0.5s;
}

.button-wtsapp:hover img {
    filter: invert(32%) sepia(1%) saturate(290%) hue-rotate(314deg) brightness(108%) contrast(73%);
}
 .whatsapp-widget {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: #bf9e66;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color:#fff;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
}

p{
    font-family: 'Frutiger LT Arabic 55 Roman';
}

.font-gray{
    color: #636363;
}

.font-gold{
    color: #BF9E66;
}

.custom-max-width{
    margin-left: auto;
    margin-right: auto;
}

/* title and subtitle */
.title_sub_title {
    text-align: center;
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_sub_title h3, .red-pill-head {
    color: #BE2826;
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-weight: normal;
    border: solid 1px;
    border-radius: 100px;
    width: 190px;
    font-size: 20px;
    padding: 6px 12px;
}

.title_sub_title h2 {
    color: #636363;
}

.title_sub_title p {
    color: #636363;
    font-size: 14px;
}


/* --------------------------------------------------------------------------- */

/* navbar */
.navbar {
    background: #BF9E66;
}

.nav-link {
    color: #fff;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
}

.nav-link:hover {
    color: #BE2826;
}

.nav_number:hover {
    color: #BE2826 !important;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 18px;
}

.navbar-nav .dropdown-menu {
    background: #BF9E66;
}

.dropdown-item {
    color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #BE2826;
}

.offcanvas-body {
    background: #BF9E66;
}

.offcanvas-header {
    background: #BF9E66;
}

/* -------- home page --------- */
.help-top-title-sec {
    text-align: center;
    background: #BE2826;
    padding: 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.help-top-content-sec {
    display: flex;
    gap: 65px;
    padding: 2rem 4rem;
    border-left: 1px solid #636363;
    border-right: 1px solid #636363;
    border-bottom: 1px solid #636363;
}

.help-top-title-sec h2 {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 24px;
    color: #FFF;
    margin-bottom: 0;
}

.help-top-img-sec img {
    width: 180px;
}

.help-top-text-sec p {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 14px;
    font-weight: 400;
}

.readmore_btn_red{
    color: #BE2826;
    border: none;
    background: none;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: 600;
}

.home-help {
    display: block !important;
}

.banner_bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	padding: 35px 15px 0;
}
.banner_bottom_item a{
	border:1px solid #BF9E66;
	background: #BF9E66;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
	color:#fff;
	text-decoration:none;
	font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
    color: #FFF;
	transition:all .2s ease-in;
	display:block
}
.banner_bottom_item a:hover{
	color:#BF9E66;
	background:#fff;
}

@media(max-width:880px){
	.banner_bottom{
		flex-direction: column;
		gap: 10px;
	}
	.banner_bottom_item,
	.banner_bottom_item a{
		width:100%
	}
}

.help-bottom-box-container{
    display: flex;
}

.help-bottom-box {
    width: 250px;
    border-left: #636363 1px solid;
    border-bottom: #636363 1px solid;
    padding: 30px 20px;
    position: relative;
}

.readmore-btn-home-absolute {
    position: absolute;
    bottom: 20px;
}

.help-bottom-box:first-child {
    border-bottom-left-radius: 25px;
}

.help-bottom-box:last-child {
    border-right: #636363 1px solid;
    border-bottom-right-radius: 25px;
}

.help-bottom-box img {
    width: 120px;
    height: 70px;
}

.help-bottom-box h4{
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 17px;
    margin-top: 1rem;
}
.eligibility-criteria-txt .font-gray{
	 margin-bottom: 1rem;
}
   
.eligibility-criteria-txt .font-gray,
.help-bottom-box p{
    font-size: 14px;
	    font-family: 'Frutiger LT Arabic 55 Roman';
}

.featured-services-home{
    padding: 0 0 !important;
    display: block !important;
}

.featured-service-box-container{
    display: flex;
}

.featured-service-box {
    width: 250px;
    color: #FFF;
    padding: 2rem 1rem;
}

.featured-service-box-3{
    width: 333px;
}

.featured-service-box img {
    width: 40px;
    height: 45px;
}

.featured-service-box h3 {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 18px;
    margin-top: 1rem;
}

.featured-service-box p{
    font-family: 'Frutiger LT Arabic 45' !important;
    font-size: 14px;
} 

.featured-service-box:first-child{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.featured-service-box:last-child{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.maid-visa-left{
    width: 60%;
}

.maid-left-title{
    font-size: 28px;
}

.maid-visa-right{
    width: 40%;
}

.maid-visa-left-img-sec img {
    width: 250px;
}

.maid-visa-right-inner {
    background-color: #BE2826;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-left: 2.5rem;
    border-radius: 20px;
}

.maid-visa-box-img {
    width: 60px;
}

.maid-visa-right-inner h3{
    font-family: 'Frutiger LT Arabic 55 Roman';
    color: #FFF;
    margin-bottom: 0;
}

.maid-visa-right-pts p{
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
    color: #FFF;
}

/* home visa process section */
.home-visa-process {
    display: block !important;
}

.domestic-worker-number-sec {
    display: flex;
    justify-content: center;
}

.no_img {
    width: 85px;
}

.domestic-no-box {
    display: flex;
    width: 200px;
}

.domestic-icon img {
    width: 32px;
    height: 33px;
}

.domestic-title h5 {
    font-family: 'Frutiger LT Arabic 55 Roman';
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.domestic-sub p {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 14px;
}

/* documents req. sec */

.documents-required-sec{
    background-image: url('https://imdadhr.ae/wp-content/uploads/2024/09/Group-12110.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.doc-req-box{
    width: 320px;
}

.documents-req-inner{
    display: block !important;
}

.doc-req-box-container{
    display: flex;
    justify-content: space-between;
}

.doc-req-box-top{
    padding: 15px;
    border-radius: 20px;
}

.doc-req-box-top p{
    color: #FFF;
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-weight: bold;
    margin-bottom: 0;
}

.white-box img{
    width: 95px;
}

.doc-req-box-bottom {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    margin-top: 1rem;
}

.white-box {
    display: flex;
    align-items: center;
    height: 100px;
    gap: 20px;
    border-radius: 20px;
}

.white-box-p {
    margin-bottom: 0;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: 600;
    font-size: 14px;
}

/* faq section */
.faq-section{
    display: block !important;
}

.faq-holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 25px;
}

.faq-ques {
    font-size: 20px;
    padding-left: 55px !important;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: 600;
    color: #636363;
}

details {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
}

summary:hover {
    background-color: #BE2826;
    color: #fff;
    transition: 0.5s;
}

summary {
    display: flex !important;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    align-items: center;
    transition: background-color 0.3s ease;
    height: 110px;
    border-radius: 20px;
    background: #EEEDF6;
    padding: 0 28px !important;
}

summary::-webkit-details-marker {
    display: none;
}

details[open] {
    padding: 30px;
    background-color: #BE2826;
    color: white;
    transform: scale(1.1);
    transition: transform .2s;
    margin: 20px 0;
}

details[open] summary {
    background-color: #BE2826;
    color: white;
    margin-bottom: 0;
    height: auto;
}

details[open] p {
    color: #FFF;
    font-family: Frutiger_Roman;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 0 55px;
    margin-bottom: 0;
    font-family: 'Frutiger LT Arabic 55 Roman';
}

.accordion-container {
    width: 100%;
    max-width: 100%;
    padding: 45px 126px;
}

.accordion-item {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 25px;
}

.accordion-item .active {
    background: #DD5656;
    border-radius: 20px 20px 0 0;
    filter: none;
    color: #fff;
    transition: transform .2s;
    height: 78px;
    transform: scale(1.1);
    filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.35)) !important;
}


.accordion-header:hover {
    background-color: #DD5656;
}

.accordion-content {
    background-color: #DD5656;
    overflow: hidden;
    padding: 0px 128px 0 44px;
    max-height: 0;
    transition: max-height 0.3s ease;
    border-radius: 0 0 20px 20px;
    transform: scale(1.1);
}

.accordion-content p {

    line-height: 1.5;
    color: #FFF;
    font-family: Frutiger_Roman;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.4px;
}

/* why choose us section */
.why-choose-us-parent{
    display: block !important;
}

.why-choose-us-desktop{
    display: flex !important;
    justify-content: space-between;
}

.why-choose-us-mob{
    display: none;
}

.why-choose-box-desk {
    width: 200px;
}

.why-choose-box-desk img{
    width: 200px;
}

.choose-desk-txt {
    font-family: 'Frutiger LT Arabic 45';
    text-align: center;
    font-size: 13px;
    padding-right: 42px;
}

/* testimonial section */
.testimonial-section{
    background-image: url('https://imdadhr.ae/wp-content/uploads/2024/09/Group-12062.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-inner{
    display: block !important;
    position: relative;
}

.testimonial-google-img {
    width: 313px;
    position: absolute;
    right: 0;
    top: 5%;
}

.testimonial-card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.testimonial-card {
    background: #FFF;
    width: 320px;
    padding: 25px 35px;
    border-bottom: 5px solid #BF9E66;
}

.client-name {
    margin-bottom: 0px;
    margin-top: 8px;
    font-size: 22px;
}

.client-img {
    width: 70px;
}

.client-rating {
    width: 80px;
}

.client-review {
    font-size: 14px;
    margin-top: 15px;
}


/* ------ service pages common ------ */

/* banner */
.service_banner_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('https://imdadhr.ae/wp-content/uploads/2024/09/building-bg.png');
    background-size: cover;
    background-position: bottom;
}

.service_banner_left h1 {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-weight: 900;
}

.service_banner_left p{
    font-family: 'Frutiger LT Arabic 55 Roman';
}

.service_banner_right{
    width: 50%;
}

.service_banner_right img{
    width: 100%;
}

/* img txt section */

.img_txt_sec{
    display: flex;
}

.img_right_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img_right_right h2 {
    font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
}

.img_right_right p {
    font-family: 'Frutiger LT Arabic 55 Roman';
}

.img_txt_left img{
    width: 450px;
}


/* image desc box */
.image_desc_inner {
    border: 1px solid #636363;
    border-radius: 20px;
}

.image_desc_title {
    background: #BE2826;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.image_desc_details {
    display: flex;
    padding: 2rem;
    align-items: center;
    gap: 40px;
}

.image_desc_title h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.details_txt p {
    color: #636363;
    margin-bottom: 0;
    font-size: 14px;
}

.details_image img {
    width: 90px;
}

/* readmore box */
.readmore_box_inner{
    border: 1px solid #636363;
    border-radius: 20px;
}

.readmore_box_single {
    width: 25%;
    padding: 3rem 1rem;
    position: relative;
}

.readmore_box_single img {
    width: 70px;
}

.readmore_box_single h4 {
    font-size: 20px;
    margin-top: 1rem;
}

.more-text {
    display: none;
}

.readmore_box_single p{
    font-size: 14px;
}

.dots {
    display: inline;
}

/* ------ curved box section ------ */
.curver-box-sec{
    border: 1px solid #BE2826;
    display: flex;
    align-items: center;
    border-radius: 25px;
}


/* traditional contact section */
.traditional-contact-sec{
    background-color: #BF9E66;
    margin-top: 3rem;
    padding-bottom: 4rem;
}

.traditional-box-container{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.traditional-contact-box{
    width: 450px;
    background-color: #FFF;
    border-radius: 20px;
}

.why-recruit-box{
    width: 300px;
    background-color: #FFF;
    border-radius: 20px;
    position: relative;
    padding-bottom: 2rem;
}

.why-recruit-readmore{
    position: absolute;
    bottom: 12px;
}

.why-recruit-box h3{
    font-size: 21px;
}

.why-recruit-box-content{
    font-size: 13px !important;
    line-height: 20px !important;
}

.traditional-box-img{
    width: 100%;
}

.traditional-box-inner{
    padding: 1.5rem;
    color: #727272;
}

.traditional-box-sub{
    font-family: 'Frutiger LT Arabic 45';
    font-weight: 600;
}

.traditional-contents p{
    margin-bottom: 0 !important;
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 14px;
    line-height: 24px;
}

.traditional-pts-icon {
    width: 20px;
}

.traditional-tick-icon{
    width: 12px;
}

.imdad-center-box{
    display: flex;
    align-items: center;
    background: #a57e3b;
    border-radius: 15px;
}

.center-box-txt-sec p {
    color: #FFF;
    font-family: 'Frutiger LT Arabic 45';
    font-weight: 600;
    font-size: 20px;
}

.center-box-txt-sec {
    padding: 0 2rem;
}

.center-box-img-sec {
    width: 650px;
}

.center-box-img-sec img {
    width: 100%;
}

/* ------ let imdad help section ------ */
.let-imdad-help-box{
    display: flex;
    align-items: center;
}

.let-imdad-img img{
    width: 280px;
}

.let-imdad-txt{
    border-top: #BE2826 1px solid;
    border-bottom:#BE2826 1px solid;
}

.let-imdad-txt p{
    margin-bottom: 0;
}

.comprehensive-domestic{
    display: block !important;
}

.featured-box-icon{
    width: 13px !important;
    height: 13px !important;
}

.what-we-offer{
    display: flex !important;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.what-we-offer-box{
    width: 310px;
    text-align: center;
}

.eligibility-criteria-box{
    width: 220px;
    text-align: center;
}

.what-we-offer-txt {
    font-family: 'Frutiger LT Arabic 45';
    text-align: center;
    font-size: 14px;
    padding: 0 3rem;
}

.eligibility-criteria-txt{
    font-family: 'Frutiger LT Arabic 45';
    text-align: center;
    font-size: 14px;
    padding: 0 1rem;
}

/* ----- red box sec ----- */
.red-box {
    background-color: #BE2826;
    padding: 30px 25px;
    border-radius: 20px;
}

.red-box-top{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.red-box-top-pts p{
    color: #FFF;
    margin-bottom: 6px;
}

.red-box-bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.red-box-bottom h3 {
    margin-bottom: 0;
    color: #FFF;
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 22px;
}

.red-box-img {
    width: 220px;
}

.red-box-red-pill{
        text-align: center;
}

/* services photo section */
.services-photo-inner{
    display: flex;
    justify-content: space-around;
}

.photo-with-text {
    position: relative;
    display: inline-block;
}

.photo-with-text img {
    display: block;
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-family: 'Frutiger LT Arabic 55 Roman';
}

/* about section */
.about-red-box{
    background-color: #BE2826;
    padding: 2rem 1rem;
    border-radius: 20px;
}

.about-red-box p{
    color: #FFF;
    margin-bottom: 10px !important;
    font-family: 'Frutiger LT Arabic 45' !important;
    font-weight: 600 !important;
}

.about-section{
    align-items: center !important;
    justify-content: space-between;
}

/* why choose section */
.readmore_box_single_3{
    width: 33% !important;
    padding: 2rem 1rem !important;
}

.readmore_box_single_3 img{
    width: 70px;
    height: 75px;
}

.featured-box-full-time-page{
    display: block !important;
}

/* hiring process */
.hiring-no-box{
    width: 33%;
}

/* full time maid section */
.full-time-maid{
    font-family: 'Frutiger LT Arabic 45';
  }

  .full-time-maid-title{
    text-align: center;
    color: #fff;
  }

  .full-time-maid-title h2{
    font-size: 30px;
  }

  .full-time-maid-title p{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .full-time-maid-inner{
    background-color: #BF9E66;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .full-time-img-container img{
    width: 100%;
  }

  .full-time-card-container {
    display: flex;
    justify-content: space-evenly;
    padding: 0 7rem;
    margin-top: -3rem;
}

  .full-time-card{
    width: 250px;
    text-align: center;
  }

  .full-time-card h4{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-size: 20px;
  }

  .full-time-card p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
  }

/* ----------------- contact page ---------------------- */

/* form and map section */
.form_map_sec{
    display: flex;
}

.contact_form_sec{
    width: 50%;
}

.contact_map_sec{
    width: 50%;
}

.map-container {
    height: 100%;
}

.map-container iframe{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.contact_form{
    background-color: #BF9E66;
    width: 100%;
    padding: 40px 50px;
    border-radius: 20px;
}

.form_inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form_inner input,textarea {
    width: 100%;
    padding: 25px 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
}
.form_inner textarea {
    height:98px;margin-bottom: 15px;
}
.form_inner input::placeholder,.form_inner textarea::placeholder {
    color: #FFF;
    opacity: 1;
}

.form_p{
    font-family: 'Frutiger LT Arabic 45';
    color: #fff;
    font-weight: bold;
    font-size: 32px; 
}

/* --------------------- footer section --------------------- */

/* social media box */
.social_media_sec{
    display: block !important;
}

/* social media box */
.social-box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.social-box {
    width: 227px;
    border: 1px solid #BF9E66;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.soc-title-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-box-title {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-weight: bold;
    font-size: 20px;
    color: #BE2826;
    margin-bottom: 0 !important;
}

.social-box-icon{
    width: 45px;
}

/* details section */

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

.detail-box {
    display: flex;
    border-top: 1px solid #BF9E66;
    border-right: 1px solid #BF9E66;
    padding: 20px;
    gap: 15px;
    width: 333px;
}

.footer-parent{
    background-color: #636363;
    padding-bottom: 2rem;
}

.footer-inner {
    border-bottom: 1px solid #727272;
    padding-bottom: 45px !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo-sec{
    width: 275px;
}

.footer-sec-head{
    color: #BF9E66;
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-weight: bold;
}

.footer-service-link-sec{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-service-link-sec a{
    text-decoration: none;
    color: #fff;
    font-family: 'Frutiger LT Arabic 55 Roman';
}

.footer-explore-link-sec{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-explore-link-sec a{
    text-decoration: none;
    color: #fff;
    font-family: 'Frutiger LT Arabic 55 Roman';
}

.footer-services-sec, .footer-explore-sec, .footer-subscribe-sec{
    padding-top: 20px;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
}

/* media queries */
@media(min-width: 993px) and (max-width: 1199px){
    .nav-btn-sec{
        display: none !important;
    }

    .custom-container-lg {
        max-width: 980px;
    }
}

@media(min-width: 1000px){
    .imdad-center-box-container{
        position: relative;
    }

    .traditional-contact-sec {
        margin-top: 12rem;
    }

    .imdad-center-box {
        position: absolute;
        bottom: -6rem;
    }

    .traditional-sec-starts{
        padding-top: 8rem;
    }
    
    .center-box-img-sec img {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    
    /* ------ let imdad help section ------ */
    .let-imdad-help{
        position: relative;
    }

    .let-imdad-help-box {
        position: relative;
        width: 80%;
        float: right;
    }

    .let-imdad-img {
        margin-right: -4rem;
        position: relative;
    }

    .let-imdad-txt {
        width: 100%;
        padding: 2rem 15rem 2rem 8rem;
        margin-top: 3rem;
    }

    .let-imdad-txt p {
        margin-bottom: 0;
        font-size: 24px;
    }
    
    .why-recruit-sec-starts{
        padding-top: 4rem !important;
    }

    .why-recruit-sec{
        margin-top: 0 !important;
    }
    
    .photo-with-text {
        width: 14%;
    }
    
    .about-left {
        width: 60%;
    }
}

@media(min-width: 1200px){
    .custom-container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 30px;
        padding: 4rem 0;
    }

    .button-main {
        font-size: 12px !important;
        padding: 12px 20px !important;
    }
    .button-wtsapp {
        font-size: 12px !important;
        padding: 12px 20px !important;
    }

    .service_banner_left {
        padding-left: 5rem !important;
        padding-right: 4rem !important;
    }

    .custom-container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-max-width{
        max-width: 1000px;
    }

}

@media(min-width: 1300px) {
    .custom-container-lg {
        max-width: 1236px;
    }

    .button-main{
        font-size: 16px !important;
    }
    .button-wtsapp{
        font-size: 16px !important;
    }
}

@media(min-width: 1400px) {
    .custom-container-lg {
        max-width: 1250px;
    }
}

@media(min-width: 1500px) {
    .custom-container-lg {
        max-width: 1320px;
    }

    .service_banner_left {
        padding-left: 6rem !important;
        padding-right: 7rem !important;
    }
}

@media(min-width: 1900px){
    .custom-container-lg {
        max-width: 1450px;
    }

    .service_banner_left {
        padding-left: 12% !important;
    }
    
    .let-imdad-help-box {
        width: 75%;
    }

    .let-imdad-txt {
        padding: 2rem 23rem 2rem 10rem;
    }
}

@media(min-width: 2500px){
    .service_banner_left {
        padding-left: 21% !important;
    }
}

@media(max-width: 1300px){
    .let-imdad-txt {
        padding: 2rem 10rem 2rem 8rem;
    }

    .let-imdad-help-box {
        width: 85%;
    }
    
    .full-time-card-container {
        margin-top: -2rem;
    }
}

@media(max-width: 1025px){
    .custom-max-width{
        max-width: 900px;
    }
    
    .doc-req-box {
        width: 290px;
    }

    .service_banner_left {
        padding: 0 2rem;
    }

    .service_banner_left h1 {
        font-size: 32px;
    }

    .service_banner_left p {
        font-size: 14px;
    }

    .custom-container {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 30px;
        padding: 2rem 0;
    }

    .img_txt_left img {
        width: 400px;
    }

    .readmore_box_single h4 {
        font-size: 18px;
    }

    .readmore_box_single p {
        font-size: 13px;
    }
    
    .detail-box {
        width: 300px;
    }
    
    .let-imdad-txt {
        padding: 2rem 3rem 2rem 6rem;
    }
    
    .red-box-sec{
        flex-direction: column;
        align-items: center;
    }

    .red-box-top {
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;
    }

    .red-box-bottom {
        justify-content: center;
    }
}

@media(max-width: 999px){
    .services-photo-inner {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media(max-width: 992px) {
    .full-time-card p {
        padding: 0 1rem;
    }

    .live_maid_img {
        display: none;
    }

    .full-time-card-container {
        display: flex;
        justify-content: space-evenly;
        padding: 0 6rem;
        margin-top: -1rem;
    }

    .full-time-card-container{
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .full-time-card{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .full-time-card-pic{
        display: block !important;
        width: 80px;
    }
    
    .row-rev-mob{
        flex-direction: column !important;
    }
    
    .help-bottom-box h4 {
        font-size: 13px;
    }
    
    .help-top-content-sec {
        padding: 1rem 1rem;
    }
    
    .custom-container-lg {
        padding: 0 2rem;
    }
    
    .featured-service-box-container {
        flex-direction: column;
    }
    
    .featured-service-box, .featured-service-box-3 {
        width: 100%;
    }

    .custom-container {
        padding: 2rem !important;
    }

    .featured-service-box:first-child {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }

    .featured-service-box:last-child {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    
    .maid-visa-left {
        width: 100%;
    }

    .maid-visa-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .maid-visa-right-inner {
        padding: 2rem 2rem;
    }
    
    .domestic-worker-number-sec {
        flex-direction: column;
        align-items: center;
    }

    .domestic-no-box {
        width: 300px;
    }

    .domestic-no-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .doc-req-box-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .doc-req-box {
        width: 340px;
    }
    
    .detail-box {
        width: 100%;
        justify-content: center;
        border-right: none;
    }

    details[open] {
        transform: scale(1.0);
    }

    .faq-ques {
        padding-left: 25px !important;
    }

    details[open] p {
        padding: 0 25px;
    }
    
    .why-choose-box-mob{
        text-align: center;
    }

    .why-choose-box-mob img{
        width: 200px;
        margin-bottom: 15px;
    }
    
    .testimonial-google-img {
        display: none;
    }

    .testimonial-card-container {
        justify-content: center;
        margin-top: 3rem;
    }

    .service_banner_sec {
        flex-direction: column;
    }

    .service_banner_left {
        width: 100% !important;
        align-items: center;
        padding: 3rem 2rem;
    }

    .service_banner_left p{
        text-align: center;
    }

    .service_banner_right {
        width: 100% !important;
        padding: 0 2rem;
    }

    .service_banner_left {
        align-items: center;
    }

    br{
        display: none;
    }

    .img_txt_left img {
        width: 100%;
    }

    .custom-container {
        flex-direction: column;
        padding: 2rem;
    }

    .custom-max-width{
        padding: 2rem;
    }

    .readmore_box_inner {
        flex-direction: column;
    }

    .readmore_box_single {
        width: 100%;
    }
    
    .curver-box-sec img{
        display: none;
    }

    .curver-box-sec {
        padding: 10px;
    }
    
    .imdad-center-box {
        flex-direction: column;
    }

    .center-box-img-sec {
        width: 100%;
    }

    .center-box-img-sec img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .center-box-txt-sec {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .let-imdad-txt {
        border: none !important;
    }

    .let-imdad-help-box {
        width: 100%;
    }

    .let-imdad-help-box {
        flex-direction: column;
    }

    .let-imdad-txt {
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    /* contact page */

    .contact_form {
        background-color: #BF9E66;
        width: 100%;
        padding: 20px 30px;
        border-radius: 20px;
    }
    
    .contact_form_sec {
        width: 100%;
    }

    .contact_map_sec {
        width: 100%;
        height: 300px;
    }
    
    .detail-box {
        width: 100%;
        justify-content: center;
        border-right: none;
    }
    
    .footer-logo-sec {
        width: 100%;
    }

    .footer-inner {
        flex-direction: row !important;
        justify-content: left;
    }

    .footer-services-sec {
        width: 45%;
    }

    .footer-explore-sec {
        width: 45%;
    }

    .footer-btn{
        margin-top: 0 !important;
    }

    .footer-input{
        margin-bottom: 0 !important;
    }
    
    .footer-bottom {
        align-items: center;
    }
    
    .why-choose-us-desktop{
        display: none !important;
    }

    .why-choose-us-mob{
        display: block !important;
    }
    
    .readmore_box_single_3{
        width: 100% !important;
    }

}

@media(max-width: 780px){
    .help-top-content-sec {
        gap: 0px;
        flex-direction: column;
        align-items: center;
    }

    .help-bottom-box-container {
        display: flex;
        flex-direction: column;
    }

    .help-bottom-box {
        width: 100%;
        border-right: #636363 1px solid;
        border-bottom: #636363 1px solid;
    }

    .help-bottom-box:first-child {
        border-bottom-left-radius: 0;
    }
    
    .help-bottom-box:last-child {
        border-right: #636363 1px solid;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .help-bottom-box h4 {
        font-size: 14px;
    }
}

@media(max-width: 500px){
    .full-time-maid-title h2 {
        font-size: 22px;
    }
    
    .title_sub_title {
        padding: 2rem;
    }

    .title_sub_title h2 {
        color: #636363;
        font-size: 22px;
    }

    .service_banner_left h1 {
        text-align: center;
    }

    p{
        font-size: 14px;
    }

    .title_sub_title p {
        color: #636363;
        font-size: 13px !important;
    }

    .image_desc_title h2 {
        font-size: 20px;
    }

    .image_desc_details {
        flex-direction: column;
        justify-content: center;
    }

    .details_txt p {
        font-size: 13px;
        text-align: center;
    }

    .image_desc_details {
        padding: 20px;
    }
    
    .detail-box {
        justify-content: left;
    }
    
    .faq-ques {
        font-size: 16px;
    }

    summary {
        height: auto;
        padding: 15px 20px !important;
    }

    details[open] {
        padding: 12px;
    }
    
    .footer-btn {
        margin-top: 20px !important;
    }
    
    .traditional-box-sub {
        font-size: 13px;
    }

    .traditional-contents p {
        font-size: 13px;
    }
    
    .center-box-txt-sec p {
        font-size: 16px;
    }
    
    .why-recruit-white-pill{
        width: 320px !important;
    }
    
    .red-box-bottom {
        text-align: center;
    }

    .red-box-top {
        flex-direction: column-reverse;
        align-items: center;
    }

    .red-box-red-pill{
        text-align: center;
    }
    
    .doc-req-white-pill{
        padding: 1rem !important;
    }
}

@media(max-width: 400px){
    .service_banner_left h1 {
        font-size: 28px;
    }

    .img_right_right h2 {
        font-size: 20px;
    }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #be2826;
  border: none;
  color: #FFF;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 6px !important;
}
#btn-back-to-top .fas {
  color: #FFF;
}
.eb_img_left img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.eb_box{background:#BE2826;border-radius: 20px;display: flex;font-family: 'Frutiger LT Arabic 55 Roman';align-items: center;}
.eb_img_left{border-radius: 20px;width: 50%;}
.eb_img_right{width: 50%;padding:40px 30px 30px 40px;color: #FFF;}
.eb_img_right ul {
  margin: 20px 0px 18px;
  padding: 0px;
}
.eb_img_right ul li {
  position: relative;
  margin: 0px 0px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  list-style: none;
  padding: 0px 0px 0px 26px;
  color: #FFF;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.02em;
text-align: left;

}
.eb_img_right ul li::before {
  content: "";
  background: url("https://imdadhr.ae/wp-content/uploads/2025/01/Vector-1.png");
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  width: 18px;
  height: 18px;
  top: 8px;
  display: inline;
}
.eb_img_right h2{
font-weight: 700;
line-height: 50.4px;
letter-spacing: -0.02em;
text-align: left;
font-family: 'Frutiger LT Arabic 55 Roman';
}
.apply-flex{display: flex;gap: 20px;width: 100%;}
.apply-image{border-radius: 20px;width: 43%;overflow: hidden;}
.apply-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apply-box{
    border-radius: 20px;
    background: #BF9E66;
    width: 55%;
  padding: 40px 30px 40px 40px;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.apply-box h2 {
  font-weight: 700;
  line-height: 40.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FFF;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.f-div::before {
  content: "";
  position: absolute;
  width: 127px;
  height: 1px;
  bottom: -1px;
  display: inline;
  border: 1px solid;
  color: #FFF;
}
.f-div{position: relative;}

.sb-checkbox {
	 margin: 5px 6px;
}
 .sb-checkbox  {
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  border: 1px solid #FFF;
  align-items: center;
}
.l-text{
  font-size: 16px;
  margin-left: 6px;
  color: #FFF;
}
 .sb-checkbox__input {
	 display: none;
}
 .sb-checkbox__input:checked + .sb-checkbox__label:after {
	 opacity: 1;
}
 .sb-checkbox__label {
	 display: inline-block;
	 width: 16px;
	 height: 16px;
	 position: relative;
	 cursor: pointer;
}
 .sb-checkbox__label:before {
	 content: '';
	 width: 16px;
	 height: 16px;
	 border: 2px solid;
	 box-sizing: border-box;
	 display: inline-block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 border-radius: 2px;
}
 .sb-checkbox__label:after {
	 content: 'done';
	 font-family: 'Material Icons';
	 font-size: 14px;
	 line-height: 16px;
	 text-align: center;
	 width: 16px;
	 height: 16px;
	 display: block;
	 border-radius: 2px;
	 overflow: hidden;
	 text-align: center;
	 opacity: 0;
	 transition: 0.2s opacity;
}
 .sb-checkbox__label--green:before {
	 border-color: #FFF;
}
 .sb-checkbox__label--green:after {
	 background-color: #bf9e66;
	 color: #fff;
}
.apply-box h4 {
  font-size: 17px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 14px;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.checkbox-div-flx{display: flex;flex-wrap: wrap;}
.apply-box input{padding-left: 0px;font-size: 17px;}
.inquiries-sec{
border-radius: 71px;
border: 1px solid #BE2826;
padding: 25px;
text-align: center;
width: 100%;
}
.p0-sec{padding: 40px 0px 20px;}
.inquiries-sec h6{
font-family: 'Frutiger LT Arabic 55 Roman';
font-size: 22px;
font-weight: 400;
line-height: 35px;
letter-spacing: -0.02em;
text-align: center;
 color:#636363;
 margin: 0px;
}
.apply-flex .form_inner{gap: 0px;}
.apply-box .button-main{margin-top: 35px;}
.checkbox-div{margin-top: 25px;}
.banner-list{
  margin: 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
}
.banner-list li{
    padding: 1px 18px 4px 18px;
  border-radius: 15px;
  border: 1px solid #BF9E66;
}

/* Nanny service */

.home-flexibility .help-top-content-sec{border-top: 1px solid #636363;border-top-right-radius: 25px;border-top-left-radius: 25px;}
.home-flexibility h4{color: #636363;}
.Selection-Process .img_txt_left{width: 50%;border-radius:20px;overflow: hidden;}
.Selection-Process .img_txt_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Selection-Process .img_right_right{width: 50%;}
.Selection-Process .readmore_btn_red{margin-bottom: 20px;}
.nanny-service-section{
    background-color: #BF9E66;
    padding-bottom: 4rem;
}
.nanny-service-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.nanny-service-section .traditional-contact-box{width: 32%;}
.nanny-service-section h3{font-size: 18px;}
.Positive-box{
    border-radius: 20px;
    background-color: rgba(191, 158, 102, 0.9);
    padding:40px;
    color:#FFF;
    text-align: center;
}
.Positive-Relationship-section {
    background-image: url('https://imdadhr.ae/wp-content/uploads/2025/01/Group-1254.png'); /* Add your desired background image */
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    margin: 40px 0px;
}
.Positive-Relationship-section h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 40.4px;
    letter-spacing: -0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 24px;
}
.Positive-Relationship-section h5{
line-height: 26px;
letter-spacing: -0.02em;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-bottom: 30px;
}
.Nanny-Role-top .help-bottom-box:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 25px;
}
.Nanny-Role-top .help-bottom-box:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 25px;
}
.Nanny-Role-bottom .help-bottom-box:first-child {
    border-bottom-left-radius: 25px;
}
.Nanny-Role-bottom .help-bottom-box:last-child {
    border-bottom-right-radius: 25px;
}
.Nanny-Role-top .help-bottom-box:nth-child(1) {border-top: #636363 1px solid;}
.Nanny-Role-top .help-bottom-box:nth-child(2) {border-top: #636363 1px solid;}
.Nanny-Role-top .help-bottom-box:nth-child(3) {border-top: #636363 1px solid;}
.Nanny-Role-top .help-bottom-box{width:333px;}
.Nanny-Role-bottom .help-bottom-box{width:500px;}
.Nanny-Role-sec .help-bottom-box img{object-fit: contain;}
.Breaking-Down {
    background: #BF9E66;
    border-radius: 36px;
    padding: 30px;
    width: 100%;
    color: #FFF;
}  
.Breaking-Down-section .title_sub_title{max-width: 755px;width: 100%;}
.Breaking-Down-section .title_sub_title h2{color: #FFF;}
.Breaking-Down-section .title_sub_title p{color: #FFF;margin: 0px;}
/* .Hiring-chart-one{
    display: flex;
    align-items: stretch;
    justify-content: left;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 30px;
}
.chart-one-number{
    width: 25%;
    display: flex;
  align-items: center;
  justify-content: center;
}
.right-arrow{width: 5%;}
.chart-one-content{width: 70%;padding: 18px;}
.chart-one-content p{margin: 0px;}
.chart-one-number h3{
font-size: 50px;
font-weight: 800;
line-height: 45px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin: 0px;
  color: #FFF;
}
.chart-one-number-box{
    background: #BF9E66;
    padding: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-arrow img{
 width: 100%; height: 100%;
}
.Hiring-chart-two{
    border-top: none;
    border-right: none;
} */

.cost-bg{width: 100%;}
.hq-btn{
width: fit-content;
height: 50px;
border-radius: 100px;
padding-top: 10px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;
background: var(--Color-2, #BF9E66);
margin: auto;
position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
.hq-section{
  background: #bf9e66;
  height: 1px;
  position: relative;
  margin: 40px 0px 80px;
}
.hq-btn p{
font-family: 'Frutiger LT Arabic 55 Roman';
font-weight: 400;
font-size: 25px;
line-height: 30px;
letter-spacing: -2%;
color:#FFF;
}
.hq-btn p a {
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
}
.Hiring-chart-outer{position: relative;font-family: 'Frutiger LT Arabic 55 Roman';}
.Hiring-chart-outer h4{
    line-height: 30px;
    letter-spacing: -2%;
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 20px;
    color: #636363;
    line-height: 24px;
}
.Hiring-chart-outer p{
font-weight: 400;
letter-spacing: -2%;
margin: 0px;
color: #636363;
}
.chart-one-content{
    position: absolute;
    top: 37px;
    left: 40%;
    right: 3%;
}
.chart-two-content{
    position: absolute;
    top: 25%;
    right: 37%;
    left: 3%;
    text-align: right;
}
.chart-three-content{
    position: absolute;
    top: 45%;
    left: 40%;
    right: 3%;
}
.chart-four-content{
    position: absolute;
    top: 64%;
    right: 37%;
    left: 3%;
    text-align: right;
}
.chart-five-content{
    position: absolute;
    top: 85%;
    left: 40%;
    right: 3%;
}
.chart-for-mob{display: none;}
.accordion-header {
    margin-bottom: -1px;
}

/*house maid dubai*/

.legal-flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.legal-card{
  width: 33.333%;
  color: #FFF;
  padding: 25px;
}
.legal-card h4 {
  font-family: 'Frutiger LT Arabic 55 Roman';
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 14px;
}
.legal-card .traditional-contents p{margin-bottom: 40px !important}
.legal-card .readmore_btn_red{color: #FFF;}
.lc-1{background: #BF9E66;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.lc-2{background:#AC8C55;}
.lc-3{background: #A57E3C;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.legal-card img{height: 60px;}
.legal-requirements{margin-bottom: 120px;}
.advantages-of-hiring{padding-bottom: 8rem;padding-top: 2rem;}
.selecting-right-maid .help-bottom-box {
  width: 333px;
}
.selecting-right-maid .help-bottom-box:nth-child(1) {
  border-top: #636363 1px solid;border-top-left-radius: 25px;
}
.selecting-right-maid .help-bottom-box:nth-child(2) {
  border-top: #636363 1px solid;
}
.selecting-right-maid .help-bottom-box:nth-child(3) {
  border-top: #636363 1px solid;border-top-right-radius: 25px;
}
.household{border-radius: 25px;border:1px solid #636363;padding: 25px;margin-top: 30px;}
.household p{
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: -2%;
text-align: center;
margin: 0;
color: #636363;
}
.household p a{color:#BE2826;font-weight: 700;font-size: 18px;text-decoration: none;}
.step-by-Step-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.step-image{width:49%;}
.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.step-contents{width:49%;}
.step-contents details {
  border: none;
  border-radius: 20px;
  padding: 0;
  margin-bottom:10px;
  cursor:pointer;
  filter: none;
  border-radius: 50px;
  margin: 0px 0px 10px;
  position: relative;
}

.step-contents summary {
  font-weight: 600;
  margin:0px;
  padding: 0.5em;
  /* list-style-type:"+"; */
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  height: 60px;
  border-radius: 50px;
  color:#636363;
font-weight: 700;
font-size: 18px;
line-height: 26px;
letter-spacing: -2%;
padding-left: 70px !important;
}

.step-contents details[open] {
/*   padding: 0.5em;  */
  border:none;
  background-color:	#BF9E66;
  box-shadow: 0px 4px 23px 0px #00000040;
  transform: none;
  padding: 30px;
  border-radius: 20px;
  margin: 0px 0px 23px;
  padding-left: 60px;
}

.step-contents details[open] p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0px;
  margin-bottom: 0;
  font-family: 'Frutiger LT Arabic 55 Roman';
}

.step-contents summary::marker{
  color: #0000ff;
  font-size: 1.2em;
  margin-right:20px;
}

.step-contents details:hover{
   background-color:#BF9E66;
}

/* .step-contents details summary::after{
  content:"+";
  float:right;
  font-size:1.2em;
  color:green;
} */

/* .step-contents details[open] summary::after{
  content:"-";
  float:right;
  font-size:1.5em;
} */
.step-contents summary:hover {
  background-color: #BE282600;
  color:#FFF
}

/* There might Not be much browser support for the styles below */

.step-contents details::details-content{
  block-size:0;
  /*transition: block-size 0.4s, */
  /*  content-visibility 0.4s;*/
  /*transition-behavior: allow-discrete;*/
}

.step-contents details[open]::details-content{
  block-size:auto;
}
.step-contents details[open] summary {
  background-color: #bf9e66;
  color: white;
  height: auto;
  padding: 0px !important;
  margin: 0px 0px 10px;
}
.step-contents details:last-child{margin: 0px;}
.step-contents summary span{
  background: var(--Color-1, #bf9e66);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 1px;
  z-index: 500;
  left: 0px;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 22.08px;
  line-height: 26.49px;
  letter-spacing: -2%;
  color: #FFF;
}
.step-contents details[open] summary span{left: -1px;top: -6px;background: var(--Color-1, #636363);}
.step-contents summary:hover span{
  background: var(--Color-1, #636363);
}
.professional-section{margin-top: 4rem;}
.accordian-pro ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 12px;
}
.accordian-pro ul{margin: 0;padding: 0;}
.accordian-pro ul li::before {
    content: "";
    background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Vector-1.png");
      background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    position: absolute;
    left: 0px;
    width: 18px;
    height: 18px;
    top: 5px;
    display: inline;
    background-repeat: no-repeat;
}
.accordian-pro .accordion-button img{width: 40px;margin-right: 14px;}
.accordian-pro.accordion-body ul{font-size: 14px;}
.accordian-pro .accordion-item{
    overflow: hidden;
  margin: auto;
    margin-bottom: auto;
  width: 100%;
  margin-bottom: 17px !important;
  border:none!important;
  border-radius: 20px !important;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.accordian-pro .accordion-item .accordion-button{
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  letter-spacing: 0;
  text-align: left;
  padding: 30px 60px 24px 25px !important;
  position: relative;
  border-radius: 20px 20px 0 0 !important;
  color:#636363;
}
.accordian-pro .accordion-body{color: #636363; background: #FFF;padding-top: 0;padding-left: 80px;}
.accordian-pro .accordion-button{background: #FFF;}
.accordian-pro .accordion-button:not(.collapsed){color: #636363; background: #FFF;box-shadow: none;}
.accordian-pro button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url(https://imdadhr.ae/wp-content/uploads/2025/03/Add.png);
  background-repeat: no-repeat;
  background-size: 30px;
  transition: transform .2s ease-in-out;
  position: absolute;
  right: 20px;
  top: 40px;
  background-size: contain;
}
.accordian-pro button:not(.collapsed)::after {
  background-image: url(https://imdadhr.ae/wp-content/uploads/2025/03/Rectangle-554.png);
  height: 3px;
  top: 48px;
}
.accordian-pro .accordion-button:hover{
  color: #636363;
  background: #FFF;
}
.dtc-flex{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.dtc-image{
  width: 30%;
  border-radius: 20px;
}
.dtc-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dtc-content{
  width: 67%;
}
.domestic-tab-content{border: 1px solid #636363;padding: 25px;border-radius: 20px;font-family: 'Frutiger LT Arabic 55 Roman';}
.dtc-content h4{
  font-size: 22px;
  margin-bottom: 14px;
  color:#636363;
}
.dtc-content p{
  color: #636363;
  font-size: 14px;
}
.dtc-content ul{
  margin: 0px 0px 20px;
  padding: 0;
  font-size: 14px;
}
.dtc-content ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 8px;
  font-weight: 600;
  font-family: 'Frutiger LT Arabic 55 Roman';
  color:#636363;
}
.dtc-content ul li::before {
    content: "";
    background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Vector-1.png");
      background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    top: 2px;
    display: inline;
    background-repeat: no-repeat;
}
.dtc-content h5{
  font-size: 18px;
  margin-bottom: 14px;
  color:#636363;
}
.dtc-list-box{
background: var(--Color-4, #63636314);
border-radius: 20px;
padding: 15px 15px 6px 15px;
margin: 15px 0px;
margin-left: 28px;
}
.dtc-list-box ul{margin: 0;padding-left: 14px;}
.dtc-list-box ul li {
  padding-left: 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Frutiger LT Arabic 55 Roman';
  color: #636363;
  list-style: disc;
}
.dtc-list-box ul li::before{background: none;}
.dtc-content h6{
  font-size: 15px;
  margin-bottom: 14px;
  color:#636363;
  position: relative;
  padding-left: 28px;
}
.dtc-content h6::before {
    content: "";
    background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Vector-1.png");
      background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    top: 2px;
    display: inline;
    background-repeat: no-repeat;
}
.domestic-tab{
border: 1px solid var(--Color-2, #BF9E66);
border-radius: 90px;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
width: auto;
  display: table;
  margin: 0px auto 25px;
}
.domestic-tab .nav-tabs .nav-link{
border: 1px solid var(--Color-2, #BF9E66);
border-radius: 150px;
padding-top: 10px;
padding-right: 23px;
padding-bottom: 10px;
padding-left: 23px;
color:#BF9E66;
}
.domestic-tab .nav-tabs .nav-link.active{
background: var(--Color-2, #BF9E66);
border: 1px solid var(--Color-2, #BF9E66);
border-radius: 150px;
padding-top: 10px;
padding-right: 23px;
padding-bottom: 10px;
padding-left: 23px;
color:#FFF;
}
.domestic-tab .nav-tabs .nav-link:hover{
background: var(--Color-2, #BF9E66);
border: 1px solid var(--Color-2, #BF9E66);
border-radius: 150px;
padding-top: 10px;
padding-right: 23px;
padding-bottom: 10px;
padding-left: 23px;
color:#FFF;
}
.domestic-tab .nav-tabs .nav-link{margin: 0px 5px;}
.Domestic-Packages-section{margin: 40px 0px 120px;}
.more-list{
  margin: 0px;
  padding: 0;
  font-size: 14px;
}
.more-list li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Frutiger LT Arabic 55 Roman';
  color: #636363;
}
.more-list li::before {
  content: "";
  background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Vector-1.png");
    background-repeat: repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0px;
  width: 15px;
  height: 15px;
  top: 2px;
  display: inline;
  background-repeat: no-repeat;
}
.last-space{margin-bottom: 60px;}
.advantages-of-hiring.last-space{
	padding-bottom: 4rem;
}
.pro-card{
border-radius: 20px;
border: 1px solid var(--Color-2, #BF9E66);
padding: 60px 25px 25px;
position: relative;
height: 100%;
}
.pro-card h4 {
  font-size: 18px;
  color: #636363;
}
.pro-card p {
  margin-bottom: 0 !important;
  font-family: 'Frutiger LT Arabic 55 Roman';
  font-size: 14px;
  line-height: 24px;
}
.pro-card span {
  background: var(--Color-1, #bf9e66);
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  z-index: 500;
  left: -30px;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 22.08px;
  line-height: 26.49px;
  letter-spacing: -2%;
  color: #FFF;
}
.top-flags{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-flags-image{width: 23%;}
.top-flags-image img{width:100%;}
.top-flags-image h5{
font-weight: 800;
font-size: 20px;
line-height: 30px;
letter-spacing: -2%;
color:#636363;
margin: 10px 0px 0px;
}
.right-red-box{
    color: #FFF;
  padding: 30px 30px 30px 30px;
  background: var(--New-Red, #BE2826);
border-radius: 20px;
margin-top: 15px;
}
.right-red-box ul {
  margin: 0;
  padding: 0;
}
.right-red-box ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.right-red-box ul li::before {
  content: "";
  background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Group-12132.png");
    background-repeat: repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  top: 5px;
  display: inline;
  background-repeat: no-repeat;
}
.right-red-box .readmore_btn_red{color: #FFF;margin: 15px 0px 10px;}
.entitlements-section .help-top-content-sec{align-items: center;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
.entitlements-section h6{
    color:#636363;
font-weight: 700;
font-size: 17px;
line-height: 32px;
letter-spacing: -2%;
}
.entitlements-section ul{
  margin: 0;
  padding: 0;
  color: #636363;
}
.entitlements-section ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.entitlements-section ul li::before {
  content: "";
  background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Group-121321.png");
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  top: 5px;
  display: inline;
  background-repeat: no-repeat;
}
.entitlements-section .help-top-img-sec img {
  width: 110px;
}
.wb-box ul{
  margin: 0;
  padding: 0;
}
.wb-box ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.wb-box ul li::before {
  content: "";
  background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Group-121321.png");
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  top: 5px;
  display: inline;
  background-repeat: no-repeat;
}
.wb-box .readmore_btn_red{margin: 15px 0px 0px;}
.LFHI{float: right;}
.title_sub_title.fullWidth{
	max-width: 100%;
}
@media (min-width: 1000px) {
 .LFHI .let-imdad-help-box {
    width: 86%;
  }
}
.LFHI .let-imdad-help-box .let-imdad-txt p span{
  font-size: 22px;
  font-weight: 700;
}
.LFHI .let-imdad-help-box .let-imdad-txt p a{color:#BE2826;text-decoration: none;}
.LFHI .let-imdad-img img {
  width: 390px;
}
@media (min-width: 1000px) {
.LFHI .let-imdad-txt {
    margin-top: 0rem;
  }
}
.workers-obligations-box{border: 1px solid #636363;padding: 40px;border-radius: 20px;}
.workers-obligations-box ul {
  margin: 0;
  padding: 0;
}
.workers-obligations-box ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.workers-obligations-box ul li::before {
  content: "";
  background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Group-121321.png");
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  top: 5px;
  display: inline;
  background-repeat: no-repeat;
}
.workers-obligations-section{display: table;padding: 7rem 0;}
.wos-icon{width: 80px;margin-bottom: 16px;}
.w-b-box{border: 1px solid #FFF;padding: 40px;border-radius: 20px;margin-top: 50px;}
.w-b-box p {
  margin: 0;
  text-align: center;
  color: #FFF;
}
.row.desk-only .traditional-contents{
  color: #FFF;
  text-align: center;
}
.row.desk-only .traditional-contents .readmore_btn_red{color: #FFF;margin-top: 20px;}
.pos-section{margin-top: 50px;}
.slider_top_image_2 {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 35px;
}
.slider_top_image_2::before {
  content: "";
  display: block;
  height: 85px;
  width: 85px;
  background: url(https://imdadhr.ae/wp-content/uploads/2025/03/Group-12533.png);
    background-size: auto;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-size: contain;
  top: -24px;
}
.slider_top_image_2::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 57%;
  top: 50%;
  height:1px;
  border: 1px solid #FFF;
  background-position: bottom;
  background-size: 20px 1px;
  background-repeat: repeat-x;
}
.slider_top_image_2_last::after {
  display: none;
}
.top_image_3::before{background: url(https://imdadhr.ae/wp-content/uploads/2025/03/Group-12534.png);height: 85px;
  width: 85px;
  background-size: contain;}
.top_image_4::before{background: url(https://imdadhr.ae/wp-content/uploads/2025/03/Group-12535.png);height: 85px;
  width: 85px;
  background-size: contain;}
.top_image_5::before{background: url(https://imdadhr.ae/wp-content/uploads/2025/03/Group-12536.png);height: 85px;
  width: 85px;
  background-size: contain;
}
.full-box.Nanny-Role-top .help-bottom-box{width: 100%;border-right: #636363 1px solid;border-top-right-radius: 25px;}
.full-box ul{
  margin: 0;
  padding: 0;
}
.full-box ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Frutiger LT Arabic 55 Roman';
}
.full-box ul li::before {
  content: "";
  background: url("https://imdadhr.ae/wp-content/uploads/2025/03/Group-121321.png");
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  top: 5px;
  display: inline;
  background-repeat: no-repeat;
}
.full-box .readmore_btn_red{margin: 15px 0px 0px;}
.mb4{margin-bottom:100px;}
.dwc .title_sub_title h2{margin: 15px 0px 30px;}
.pro-slider button.slick-prev.slick-arrow{display: none !important;}
.pro-slider button.slick-next.slick-arrow{display: none !important;}
.pro-slider-mobile{display: none;}

.mnz{display: none;}
details[open] .plz{display: none;}
details[open] .mnz{display: block;}



@media (min-width:1400px) and (max-width:1490px) {

}

@media (min-width:1300px) and (max-width:1398px) {

}

@media (min-width:1200px) and (max-width:1298px) {

}

@media (min-width: 1000px) and (max-width:1050px) {
.chart-one-content{top: 27px;}   
.nanny-service-section .traditional-contact-box {
    width: 31%;
} 
.navbar-expand-lg .navbar-nav .nav-link{font-size: 13px;}
.pro-card p{line-height: 22px;height: 200px;}
.pro-card h4{height: 44px;}
.step-contents summary{font-size: 15px;line-height: 20px;}
.LFHI .let-imdad-txt p{font-size: 20px;}
.LFHI .let-imdad-help-box .let-imdad-txt p span{font-size: 18px;}
.service_banner_left h6{font-size: 15px;line-height: 23px;}
}

@media (max-width: 1000px) {
.eb_box{flex-direction: column;}
.eb_img_left {
  width: 100%;
  overflow: hidden;
}
.eb_img_right{width: 100%;}
.apply-flex{flex-direction: column;}
.checkbox-div-flx{flex-wrap: wrap;} 
.apply-box{width: 100%;}
.apply-image{width: 100%;}
.eb_box{border-radius: 30px;}
.Selection-Process .img_txt_left {
    width: 100%;
}
.Selection-Process .img_right_right {
    width: 100%;
}
.Positive-Relationship-section{background-attachment: unset;background-size: cover;}
.nanny-service-section .traditional-contact-box {
    width: 32%;
  }
.pro-slider{display:none !important;}
.pro-slider-mobile{display: block;}
.pro-card h4{margin-top: 26px;}
.pro-card span{top: 10px;left: 10px;}
.pro-card{margin: 0px 5px;}
}

@media (min-width: 767px) and (max-width:990px){
.Hiring-chart-outer p{font-size: 13px;line-height: 18px;}
.Hiring-chart-outer h4{font-size: 18px;}
.chart-one-content{top: 15px;}
.chart-two-content{top: 23.5%;}
.chart-three-content{top: 43.5%;}
.chart-four-content{top: 64%;}
.chart-five-content{top: 83.5%;}
.Questions-for-Hiring .cat-left h2{font-size: 29px;}
.Questions-for-Hiring .cat-left .nav-link {
    font-size: 12px;
    padding: 9px;
}
.Positive-Relationship-section{margin-bottom: 0px;}
.Breaking-Down-section .title_sub_title{padding-top: 0px;}
.nanny-service-section .traditional-contact-box {
    width: 47%;
}
.Nanny-Role-bottom .help-bottom-box:first-child {
    border-bottom-left-radius: 0;
}
.Nanny-Role-bottom .help-bottom-box {
    width: 100%;
}
.Nanny-Role-top .help-bottom-box:last-child{border-bottom-left-radius: 0;}
.Nanny-Role-top .help-bottom-box:first-child{border-top-right-radius: 25px;}
.Nanny-Role-top .help-bottom-box{width: 100%;}
.Nanny-Role-top .help-bottom-box:last-child{border-top-right-radius: 0;}
.Nanny-Role-top .help-bottom-box:nth-child(3) {
    border-top: #63636300 1px solid;
}
.Nanny-Role-top .help-bottom-box:nth-child(2) {
    border-top: #63636300 1px solid;
}
}

@media (min-width: 770px) and (max-width:990px){
.Nanny-Role-top .help-bottom-box:last-child{border-bottom-left-radius: 0;}
.Nanny-Role-top .help-bottom-box:first-child{border-top-right-radius: 0px;}
.Nanny-Role-top .help-bottom-box{width: 100%;}
.Nanny-Role-top .help-bottom-box:last-child{border-top-right-radius: 25px;}
.Nanny-Role-top .help-bottom-box:nth-child(3) {
    border-top: #636363 1px solid;
}
.Nanny-Role-top .help-bottom-box:nth-child(2) {
    border-top: #636363 1px solid;
}
.Nanny-Role-bottom .help-bottom-box:first-child {
    border-bottom-left-radius: 25px;
}
.legal-card h4{font-size: 18px;height: 44px;}
/*.legal-card .traditional-contents p{height: 311px;}*/
.selecting-right-maid .help-bottom-box:nth-child(1){
    border-top-right-radius: 0px !important;
  }
    .selecting-right-maid .help-bottom-box:nth-child(2) {
    border-top: #636363 1px solid !important;
  }
    .selecting-right-maid .help-bottom-box:nth-child(3) {
    border-top-right-radius: 25px !important;
    border-top: #636363 1px solid !important;
  }
}

@media (min-width: 766px) and (max-width:990px){
.legal-card h4{font-size: 18px;height: 44px;}
/*.legal-card .traditional-contents p{height: 311px;}*/
/*.legal-card .traditional-contents p{height: auto;}*/
.advantages-of-hiring {
  padding-bottom: 4rem;
  padding-top: 0;
}
.legal-requirements {
  margin-bottom: 60px;
}
.selecting-right-maid .help-bottom-box {
  width: 100%;
}
.selecting-right-maid .help-bottom-box:nth-child(1){border-top-right-radius: 25px;}
.selecting-right-maid .help-bottom-box:nth-child(3){border-top-right-radius: 0;border-top: #63636300 1px solid;}
.selecting-right-maid .help-bottom-box:nth-child(2) {
  border-top: #63636300 1px solid;
}
.step-contents summary{font-size: 15px;line-height: 20px;}
.professional-section {
  margin-top: 0;padding-bottom: 1rem;
}
.Domestic-Packages-section {
  margin: 00px 0px 60px;
}
.dtc-flex{align-items: stretch;}
.dtc-image{overflow: hidden;}
.pro-card p{line-height: 20px;height: 224px;}
.pro-card h4{height: 45px;}

}

@media (max-width: 700px) {
.eb_box{flex-direction: column;}
.eb_img_left {
  width: 100%;
}
.eb_img_right{width: 100%;}
.apply-flex{flex-direction: column;}
.checkbox-div-flx{flex-wrap: wrap;}
.eb_img_right ul li{font-size: 14px;line-height: 24px;}
.eb_img_right ul li::before{width:14px;height:14px;top: 6px;}
.inquiries-sec h6{font-size: 18px;line-height: 28px;}
.apply-box input{font-size: 14px;}
.l-text{font-size: 14px;}
.apply-box{width: 100%;}
.apply-image{width: 100%;}
.chart-for-desk{display:none;}
.chart-for-mob{display: block;}
.chart-for-mob .chart-one-content, .chart-two-content, .chart-three-content, .chart-four-content, .chart-five-content{position: static;margin-bottom: 33px;
text-align: left;
}
.chart-one-number-box{
    background: #BF9E66;
    padding: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chart-one-number h3{
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
    color: #FFF;
}
.chart-one-number::before {
    content: "";
    background: url("https://imdadhr.ae/wp-content/uploads/2025/01/Vector1-1.png");
      background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    position: absolute;
    left: 16px;
    width: 28px;
    height: 19px;
    bottom: -19px;
    display: inline;
    background-repeat: no-repeat;
}
.chart-one-number{
    position: relative;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    margin-bottom: 26px;
}
.nanny-service-section .traditional-contact-box {
    width: 100%;
}
.Hiring-title{flex-direction: column;}
.Questions-for-Hiring .cat-left h2{font-size: 22px;line-height: 24px;margin-bottom: 0;}
.Questions-for-Hiring .cat-right h3{font-size: 21px;}
.cat-right .accordion-item .accordion-button{line-height: 20px;}
.Positive-Relationship-section h3{font-size: 22px;line-height: 24px;}
.Breaking-Down-section{padding: 0px !important;}
.Nanny-Role-top .help-bottom-box {
    width: 100%;
}
.Nanny-Role-bottom .help-bottom-box {
    width: 100%;
}
.Nanny-Role-sec .home-help-bottom{border: #636363 1px solid;border-radius: 25px;}
.Nanny-Role-top .help-bottom-box:nth-child(2) {
    border: none;
}
.Nanny-Role-top .help-bottom-box:nth-child(3) {
    border: none;
}
.Nanny-Role-top .help-bottom-box:nth-child(1){
    border: none;
}
.Nanny-Role-bottom .help-bottom-box:first-child{ border: none;}
.Nanny-Role-sec .help-bottom-box:last-child{border: none;}
.hq-btn p{font-size: 14px;}
.legal-card{width: 100%;}
.lc-1{border-bottom-left-radius: 0;border-top-right-radius: 20px;}
.lc-3{border-top-right-radius: 0;border-bottom-left-radius: 20px;}
.legal-requirements {
  margin-bottom: 60px;
}
.advantages-of-hiring {
  padding-bottom: 3rem;
  padding-top: 1rem;
}
.selecting-right-maid .help-bottom-box:nth-child(1){border-top-right-radius: 24px;}
.selecting-right-maid .help-bottom-box {
  width:100%;border: none !important;
}
.step-image {
  width: 100%;
  margin-top: 20px;
}
.step-contents {
  width: 100%;
}
.step-contents summary{font-size: 15px; line-height: 18px;}
.professional-section {
  margin-top: 0;
  padding-bottom: 0rem;
}
.accordian-pro .accordion-item .accordion-button{font-size: 15px !important;line-height: 20px !important;}
.accordian-pro .accordion-body{padding-left: 30px;}
.domestic-tab .nav-tabs .nav-link{width: 100%;margin: 3px 0px;}
.domestic-tab .nav-tabs li{width: 100%;}
.domestic-tab{border-radius: 10px;}
.dtc-image{width: 100%;}
.dtc-content{width: 100%;}
.dtc-flex{flex-wrap: wrap;}
.Domestic-Packages-section {
  margin: 40px 0px 60px;
}
.pro-card p{line-height: 20px;height: 184px;}
.pro-card h4{height: 45px;}
.service_banner_left h6{font-size: 17px;line-height: 24px;text-align: center;}
.top-flags-image {
  width: 47%;
}
.LFHI .let-imdad-help-box .let-imdad-txt p span{font-size: 16px;}
.ready_icon_box{margin-bottom: 35px;}
.slider_top_image_2::after{left: 0%;height: 1px;}
.slider_top_image_2::before{z-index: 1;}
.slider_top_image_2_last::after {
  display: block;
}
.household{border: 1px solid #63636300;}


}

@media(max-width: 600px){
    .not-found-wrapper {
        background: url("https://imdadhr.ae/wp-content/uploads/2025/07/iPhone-16-Pro-Max-1.png") !important;
        background-position: top !important;
    }

    .not-found a {
        margin-top: 240px !important;
    }
}
.not-found-wrapper {
    background: url("https://imdadhr.ae/wp-content/uploads/2025/06/404-BG.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.not-found{
	    text-align: center;
    min-height: 732px;
    padding-top: 78px;
}

.not-found h1{
color: #BF9E66;
	font-family: 'Frutiger LT Arabic 45';
    font-weight: bold;
	font-size: 70px;
}
.not-found p{
color: #636363;
	
}
.not-found a{
margin-top: 348px;
    display: inline-block;
}
.middle-content{
max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
	    border: 1px solid #BF9E66;
	border-radius: 20px;
	padding: 0px;
	
}
.middle-content img{     width: 110px;
    margin-left: 15px;}
.middle-content p{ display: inline-block;     font-family: 'Frutiger LT Arabic 55 Roman';
    font-weight: bold;
    font-size: 20px;
    color: #BE2826;}
.middle-content p span{
	color : #BF9E66;
}
p.addSpace{
	margin-bottom: 27px;
}
div.custom-container.why-choose-heading{
	margin-top: 70px;
}

.service_banner_left#headerLeft{
	padding-right: 2rem !important;
}
.service_banner_left#headerLeft p.font-gray{
	width: 90%;
}
.design2.more-list li::before{
	background-image: url(https://imdadhr.ae/wp-content/uploads/2025/03/Group-121321.png);
	top: 4px;
}
.testimonial-section.new-bg{
	background-image: url(https://imdadhr.ae/wp-content/uploads/2025/07/indian-girl-image.webp);
}
@media (max-width: 992px) {
	.middle-content{
		margin: 32px;
		text-align: center;
		padding: 11px;
	}
}

@media(max-width: 600px){
	.not-found{
    min-height: 700px;
	}
}
@media (max-width: 500px) {
    .title_sub_title.fullWidth {
        padding-left: 0;
		 padding-right: 0;
    }
	.advantages-of-hiring.last-space.mob-space{
		padding-bottom: 0;
	}
	  .faq-holder  details[open] {
        padding-bottom: 27px;
    }
}




.blog-single-page .cat-right p {
    font-family: 'Frutiger LT Arabic 55 Roman';
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.blog-single-page .cat-right p a {
    color: #FFF;
}

.blog-single-page .cat-right p a:hover {
    color: #EEEDF6;
}

.blog-single-page .cat-right .accordion-body ul {
    font-size: 14px;
}

.blog-single-page .cat-right .accordion-item {
    overflow: hidden;
    margin: auto;
    margin-bottom: auto;
    width: 100%;
    margin-bottom: 17px !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.blog-single-page .cat-right .accordion-item .accordion-button {
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
    letter-spacing: 0;
    text-align: left;
    padding: 30px 60px 24px 25px !important;
    position: relative;
    border-radius: 20px 20px 0 0 !important;
    color: #636363;
}

.blog-single-page .cat-right .accordion-body {
    color: #FFF;
    background: #BE2826;
    padding-top: 0;
}

.blog-single-page .cat-right .accordion-button {
    background: #EEEDF6;
}

.blog-single-page .cat-right .accordion-button:not(.collapsed) {
    color: #fff;
    background: #BE2826;
    box-shadow: none;
}

.blog-single-page .cat-right button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: url(https://imdadhr.ae/wp-content/uploads/2024/12/plz.png);
    background-repeat: no-repeat;
    background-size: 30px;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 20px;
    top: 30px;
}

.blog-single-page .cat-right button:not(.collapsed)::after {
    background-image: url(https://imdadhr.ae/wp-content/uploads/2024/12/minz.png);
}

.blog-single-page .cat-right .accordion-button:hover {
    color: #fff;
    background: #BE2826;
}
#post-content .accordion-header{
	margin:0 !important
}
