a{
    text-decoration: none;
}
.bg-green{
    background-color: #00463A;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    color: #fff;
}
.logo {
    position: relative;
    top: 30px;
}

.background-img {
    /* Set the background image */
    background-image: url('../images/newbackgound.png');
    
    /* Set the background color overlay */
   /* background-color: rgba(255, 255, 255, 0.5); /* Adjust the opacity (last value) as needed */
    
    /* Ensure the background image covers the entire container */
    background-size: cover;
    
    /* Center the background image */
    background-position: center;
    
    /* Enable scrolling behavior if the content overflows */
    overflow: auto;
  }
  .heading {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
}

.text-box {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    font-weight: 400;
}
.colrText{
    color: #900000;
}

.form {
    width: 450px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.sideImage {
    width: 450px;
    height: auto;
}
.formSubmitBtn {
    padding: 5px 50px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border:none;
}
.subheading{
    font-weight: 700;
    text-align: center;
    color: #002D4E;
}
.whyChoseBox {
    background: #e4e4e4;
    display: flex;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 140px;
    width: auto;
}
.rightborder {
    border: 5px solid #f27272;
}
.content-text {
    padding: 15px;
}

.content-text p{
    font-size: 14px;
}
.image-box {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.imageManage {
    height: 200px;
}
.section-text {
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
}
.myGreenBtn {
    background-color: #00463a;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
}
.myGreenBtn:hover{
    color: #fff;
    text-decoration: none;

}

.heading-right{
    font-weight: bold;
    margin-left: 23px;
}
.heading-right-marger-non{
    font-weight: bold;
}
.whyChoseBox-new{
    background: #ffffff;
    display: flex;
    border-radius: 5px;
    margin-bottom: 30px;
    /* height: 140px; */
    width: auto;
}
.image-bg{
    background-color: #ccff00;
}
.center-image{
    height: 135px;
}
.mobile-icon {
    height: 30px;
    width: auto;
}

/* footer */


/* FOTTER */

/*footer*/
.col_white_amrc { color:#ffffff;}
footer { width:100%; background-color:#AB0808; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:15px; color:#ffffff; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:15px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#ffffff;}
.footer_ul_amrc li a:hover{ color:#ffffff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #AB0808; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#ffffff; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#ffffff; border:1px solid #ffffff; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 99;
}

.whatsapp-icon img {
    height: 70px;
}


/* media for mobile */

@media (max-width: 490px) {
    .phone {
        font-size: 11px;
        font-weight: 700;
        margin-left: 40px;
    }
    .sideImage{
        width: auto;
    }
    .form{
        width: auto;
    }
    .content-text p{
        font-size: 10px;
    }
    .content-text h5{
        font-size: 10px;
    }
    .section-text{
        text-align: center;
    }
    .mobile {
        font-size: 14px;
    }
    .content-text h5 {
        font-size: 15px;
    }

  }
