@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --green_color: #337367;
    --text-color: #717171;
    --light-color: #D5E4E1;
    --black-color: #000000;
}

* {
    font-family: "Montserrat", sans-serif;
    color: var(--black-color);
}

a {
    text-decoration: none;
}

.navbar-brand img {
    object-fit: contain;
    height: 45px;
}

.navbar-nav .menu-item a{
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: var(--black-color);
	padding-right:28px;
}
/* animation */
  .fade-up {
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 1s ease-out forwards;
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
.book-btn a,
.contact-btn a, .appoint-btn a {
    text-decoration: none;
    transition: all 1s;
    padding: 18px 10px 18px 10px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 187px;
    border-radius: 5px;
    font-weight: 700;
    line-height: 120%;
    border: 1px solid var(--green_color);
}
.green-bg{
    background: url('../images/green-bg-img.png') no-repeat center center;
                                background-size: cover;
                                /* padding: 60px 20px; */
                                border-radius: 15px;
}
.book-btn a {

    background-color: var(--green_color);
    color: #fff;
}

.contact-btn a {
    background-color: transparent;
    color: var(--green_color);
}
.appoint-btn a{
	
	    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.appoint-btn a:hover{
    background-color: #fff;
    color: var(--green_color);
}
.contact-btn a:hover {
    background-color: var(--green_color);
    color: #fff;
}

.book-btn a:hover {
    background-color: transparent;
    color: var(--green_color);
}

/* **********************Hero-section********************* */
.hero-bg {
    background-image: url(../images/back-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hero-img img {
    object-fit: contain;
    height: 556px;
}

.hero-title h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;


}
.hero-title h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;


}
.hero-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0%;


}

.hero-title span {
    color: var(--green_color);
}

/* ***********************A-R-section********************** */
.top-title h4,
.top-title h3 {

    font-weight: 700;
    font-size: 32px;
    line-height: 120%;

}

.top-title p,
.feature-li li,
.feature-list li {

    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.top-title h4,
.top-title span {
    color: var(--green_color);
}

.tool-bg {
    background-color: var(--light-color);
    border-radius: 30px;
}

.feature-li li::marker {
    color: var(--green_color);
    font-size: 25px;
}

.mobile-img img {
    height: 483px;
    object-fit: contain;
}

#tools .tool-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}


/* Container styles */
#tools .nav-pills {
    border: 1px solid var(--green_color);
    border-radius: 50px;
    display: inline-flex;
    padding: 7px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
}

/* Tab button base styles */
#tools .nav-pills .nav-link {
    font-size: 17px;
    padding: 16px 55px;
    border-radius: 50px;

    color: var(--green_color);
    background-color: transparent;
    font-weight: 700;
    transition: all 0.3s ease;

}

/* Active tab styles */
#tools .nav-pills .nav-link.active {
    background-color: #2f5f4f;
    /* Active tab background */
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Hover effect */


/* footer */
.f_bg {
    background: linear-gradient(to right, #1A3B35, #27685c, #1A3B35);
}

#footer .f_headings {
    font-weight: 700;
    font-size: 20px;

    letter-spacing: 0%;
    color: #fff;
    letter-spacing: 1px;
}

#footer li a, #footer .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
}

#footer .f_logo_decs {
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #fff;

}

#footer .link-cards .h-icon {
    object-fit: contain;
    height: 30px;
}

#footer .link-cards .b-img,
.link-cards .b-img {
    object-fit: contain;
    height: 32px;
}

#footer .link-clr {
    color: var(--green_color);
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    transition: all 0.3s;
}

#footer .link-clr:hover {
    color: #fff;
    background-color: var(--green_color);
}

#footer .copy_right {
    font-weight: 500;
    font-size: 14px;
    line-height: 283%;
    color: #fff;

}

.app-bg {
    background-image: url(../images/back-grreen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 21px 0;

}

.top-heading h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff;
}

.top-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #fff
}
/* .h-img img{
    object-fit: contain;
    height:408px;
} */
/* #slider-image .owl-carousel .item {
    margin: 10px;
} */
.feature-list li::marker {
    font-size: 10px;
}

#slider-image .owl-nav {
    margin-top: 10px;
    text-align: center;
}

#slider-image .owl-nav button {
    background: none;
    border: none;
    font-size: 24px;
    color: #2f7e76;
}

#slider-image .owl-dot.active span {
    background-color: #2f7e76 !important;
}

#slider-image .owl-theme .owl-dots .owl-dot.active span {
    background: var(--green_color);
    width: 29px;
}

#slider-image .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green_color);
}
.top-title h5 {
font-weight: 700;
font-size: 26px;
line-height: 160%;

    }
#footer .link-cards .care_text {
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    color: #fff;
}

#footer .line-divide {
    width: 30px;
    height: 1px;
   
    background-color:  var(--green_color);
}

#slider-image .owl-next i {
    position: absolute;
    right: 44%;
    bottom: -6px;
    color: green;
    font-size: 30px;
}

#slider-image .owl-prev i {
    position: absolute;
    left: 44%;
    bottom: -6px;
    color: green;
    font-size: 30px;
}
/* hr-manage */
#hr-m .hr-img img{
    object-fit: cover;
    height:469px

}
#bill-pay .bill-img img{
    object-fit: cover;
    height:448px;
}
.report-img img{
 object-fit: cover;
    height:460px;
}
.note-img img {
    object-fit: contain;
    height: 460px;
}
.client-img img {
    object-fit: contain;
    height: 466px;
}
.s-img img {
    object-fit: cover;
    height: 466px;
}
.ar-img img{
    object-fit: cover;
    height:469px;
}
#slider-image .owl-carousel .owl-item img {
object-fit: contain;
height: 109px;
}
/* hr-manage */
/* #hr-manage .hr-img img{
    object-fit: contain;
    height:469px

} */
@media(min-width:301px) and (max-width:600px) {
    .navbar-brand img {

        height: 30px;
    }

    .navbar-nav .menu-item a {
        font-size: 10px;
    }

    .book-btn a,
    .contact-btn a, .appoint-btn a {
        font-size: 12px;
        padding: 12px 10px 12px 10px;
        min-width: 130px;
    }

    /* hero */
    .hero-title h1 {
        font-size: 28px;
    }
.hero-title h3 {
    font-size: 16px;
	}
    .hero-title p {
        font-size: 13px;
    }
    .hero-img img {
        object-fit: contain;
        height: 288px;
    }


    /* A-r-section */
        .top-title h4, .top-title h3 {
        font-size: 17px;
    }
    .top-title h5 {

    font-size: 12px;

}

  

    .top-title p,
    .feature-li li,
    .feature-list li {

        font-size: 10px;
    }

    .top-heading p {
        font-size: 10px;
    }

        .top-heading h3 {
        font-size: 19px;
    }

    #slider-image .owl-next i {
        display: none;
    }

    #slider-image .owl-prev i {
        display: none;
    }

    /* tools */
    #tools .tool-title {
        font-size: 20px;
    }

    #tools .nav-pills .nav-link {
        font-size: 10px;
        padding: 12px 38px;
    }

    #tools .nav-pills .nav-link {
        font-size: 12px;
        padding: 14px 36px;
    }
    .ar-img img {
    object-fit: cover;
    height: 253px;
}
.s-img img {
        object-fit: contain;
        height: 262px;
    }
.client-img img {
    object-fit: contain;
    height: 255px;
}
.mobile-img img {
    height: 409px;
    object-fit: contain;
}
    #hr-m .hr-img img {
        object-fit: contain;
        height: 270px;
    }
#bill-pay .bill-img img {
    object-fit: contain;
    height: 260px;
}
    .report-img img {
        object-fit: contain;
        height: 248px;
    }
	.note-img img {
    object-fit: contain;
    height: 247px;
}
/* footer */
    #footer .copy_right {

        font-size: 10px;
    }
#footer .footer-menu .menu-item a, #footer .nav-link {
        font-size: 10px;
    }

    #footer .link-cards .care_text {
        font-size: 12px;
    }

    #footer .f_logo_decs {

        font-size: 10px;
    }
}

@media(min-width:601px) and (max-width:991px) {
    .navbar-brand img {

        height: 35px;
    }

    .navbar-nav .menu-item a {
        font-size: 10px;
    }

    .book-btn a {
        font-size: 12px;
    }

    .book-btn a,
    .contact-btn a, .appoint-btn a {
        font-size: 12px;
        padding: 12px 10px 12px 10px;
        min-width: 137px;
    }

    /* hero */
    .hero-title h1 {
        font-size: 28px;
    }
 .hero-title h3 {
        font-size: 16px;
    }
    .hero-title p {
        font-size: 13px;
    }

     .hero-img img {
        object-fit: contain;
        height: 340px;
    }

    /* A-r-section */
    .top-title h4,
    .top-title h3 {
        font-size: 19px;
    }

    .top-title p,
    .feature-li li {
        font-size: 12px;
    }

    .top-title p,
    .feature-li li,
    .feature-list li {

        font-size: 12px;
    }

    .app-bg {

        height: 289px;
    }

    .top-heading p {
        font-size: 14px;
    }

    .top-heading h3 {
        font-size: 28px;
    }

    #slider-image .owl-prev i {
        display: none;
    }

    #slider-image .owl-next i {
        display: none;
    }

    #tools .tool-title {
        font-size: 24px;
    }

    #tools .nav-pills .nav-link {
        font-size: 12px;
        padding: 11px 35px;
    }
.mobile-img img {
    height: 350px;
    object-fit: contain;
}
    #hr-m .hr-img img {
        object-fit: contain;
        height: 280px;
    }
#bill-pay .bill-img img {
    object-fit: cover;
    height: 260px;
}
    .report-img img {
        object-fit: contain;
        height: 260px;
    }
	.note-img img {
    object-fit: contain;
    height: 263px;
}
    .s-img img {
        object-fit: contain;
        height: 277px;
    }
    .client-img img {
        object-fit: contain;
        height: 260px;
    }
.ar-img img {
    object-fit: cover;
    height: 247px;
}
	.green-bg {
    background: url(../images/green-bg-img.png) no-repeat right center;
    background-size: cover;
    /* padding: 60px 20px; */
    border-radius: 15px;
}
    #footer .copy_right {

        font-size: 10px;
    }

    #footer .link-cards .care_text {
        font-size: 12px;
    }

    #footer .f_logo_decs,  #footer .nav-link,
   #footer .footer-menu .menu-item a {

        font-size: 12px;
    }
}

@media(min-width:992px) and (max-width:1028px) {
    .navbar-brand img {

        height: 40px;
    }

    .navbar-nav .menu-item a {
        font-size: 12px;
    }

    .book-btn a,
    .contact-btn a, .appoint-btn a {
        font-size: 14px;
        padding: 13px 10px 13px 10px;
        min-width: 158px;
    }

    /* hero */
    .hero-title h1 {
        font-size: 28px;
    }
.hero-title h3 {
	font-size: 18px;
	}
    .hero-title p {
        font-size: 10px;
    }

        .hero-img img {
        object-fit: contain;
        height: 400px;
    }

    /* A-r-section */
    #hr-m .hr-img img {
    object-fit: contain;
    height: 335px;
}
#bill-pay .bill-img img {
    object-fit: cover;
    height: 335px;
}
.report-img img {
    object-fit: cover;
    height: 296px;
}
.note-img img {
    object-fit: cover;
           height: 322px;
}
.client-img img {
    object-fit: cover;
    height: 315px;
}
    .s-img img {
        object-fit: cover;
        height: 335px;
    }
	.green-bg {
    background: url(../images/green-bg-img.png) no-repeat right center;
		        background-size: cover;

}
.ar-img img {
    object-fit: cover;
    height: 316px;
}
.mobile-img img {
    height: 400px;
    object-fit: contain;
}
    .top-title h4,
    .top-title h3 {
        font-size: 27px;
    }

    .top-title p,
    .feature-li li,
    .feature-list li {

        font-size: 14px;
    }

    .top-title p,
    .feature-li li {
        font-size: 14px;
    }

    .top-heading p {
        font-size: 14px;
    }

    .top-heading h3 {
        font-size: 31px;
    }

       #tools .tool-title {
        font-size: 27px;
    }

    #tools .nav-pills .nav-link {
        font-size: 14px;
        padding: 12px 30px;
    }
#footer .link-cards .h-icon {
    object-fit: contain;
    height: 25px;
}
    #footer .copy_right {

        font-size: 12px;
    }

    #footer .link-cards .care_text {
        font-size: 14px;
    }

    #footer .f_logo_decs, #footer .nav-link,
   #footer .footer-menu .menu-item a {

        font-size: 14px;
    }
}

@media(min-width:1029px) and (max-width:1400px) {
    .navbar-brand img {

        height: 45px;
    }

    .navbar-nav .menu-item a {
        font-size: 13px;
    }
.hero-title h1 {
	font-size: 48px;}
    .book-btn a,
    .contact-btn a, .appoint-btn a {
        font-size: 16px;
    }

    /* A-r-section */
    .top-title h4,
    .top-title h3 {
        font-size: 32px;
    }

    .top-title p,
    .feature-li li {
        font-size: 16px;
    }

    .top-title p,
    .feature-li li,
    .feature-list li {

        font-size: 16px;
    }

    .top-heading p {
        font-size: 16px;
    }

    .top-heading h3 {
        font-size: 44px;
    }

    #tools .tool-title {
        font-size: 39px;
    }
/* images */
#bill-pay .bill-img img {
    object-fit: contain;
    height: 415px;
}
.report-img img {
    object-fit: cover;
    height: 400px;
}
	.note-img img {
    object-fit: contain;
    height: 400px;
}
#hr-m .hr-img img {
    object-fit: contain;
    height: 465px;
}
.s-img img {
    object-fit:contain;
    height: 427px;
}
.ar-img img {
    object-fit: contain;
    height: 469px;
}
	.green-bg {
		background: url(../images/green-bg-img.png) no-repeat right center;
	        background-size: cover;}
    #tools .nav-pills .nav-link {
        font-size: 16px;
        padding: 16px 45px;
    }

    #footer .f_logo_decs {

        font-size: 16px;
    }

   #footer .footer-menu .menu-item a, #footer .nav-link  {
        font-size: 16px;
    }

    #footer .copy_right {
        font-size: 13px;
    }

    #footer .link-cards .care_text {
        font-size: 16px;
    }

}

@media(min-width:1401px) and (max-width:1440px) {

    .top-title p,
    .feature-li li,
    .feature-list li {

        font-size: 17px;
    }

    /* footer */
    #footer .f_logo_decs {

        font-size: 17px;
    }

  #footer .footer-menu .menu-item a, #footer .nav-link  {
        font-size: 17px;
    }

    #footer .copy_right {
        font-size: 14px;
    }

    #footer .link-cards .care_text {
        font-size: 17px;
    }

}

@media(min-width:1441px) {
    .navbar-brand img {

        height: 45px;
    }

    .navbar-nav .menu-item a {
        font-size: 16px;
    }

    .book-btn a,
    .contact-btn a, .appoint-btn a {
        font-size: 19px;
        min-width: 200px;
        padding: 18px 10px 18px 10px;
    }
    .hero-img img {
        object-fit: contain;
        height: 580px;
    }

    .app-bg {
        height: 574px;
    }

    /* A-r-section */
    .top-title h4,
    .top-title h3 {
        font-size: 35px;
    }

    .top-title p,
    .feature-li li {
        font-size: 19px;
    }

    .top-title p,
    .feature-li li,
    .feature-list li {

        font-size: 19px;
    }
/* images */
.s-img img {
 object-fit: contain;
    height: 457px;
}
.client-img img {
    object-fit: cover;
    height: 457px;
}
#bill-pay .bill-img img {
    object-fit: cover;
    height: 465px;
}
.report-img img {
    object-fit: cover;
    height: 440px;
}
    #tools .nav-pills .nav-link {
        font-size: 19px;
        padding: 16px 52px;
    }

    /* footer */
   #footer .footer-menu .menu-item a,
    #footer .f_logo_decs, #footer .nav-link  {

        font-size: 19px;
    }

    #footer .f_headings {
        font-size: 20px;
    }

    #footer .copy_right {

        font-size: 16px;
    }

    #footer .link-cards .care_text {
        font-size: 19px;
    }
}

/* ****************************Contact-Us****************************** */
#banner-contact{

    background: url('../images/conatct-bg.png') no-repeat center center;
                                background-size: cover;
                                padding: 60px 20px;
                              

}
#contact-us{
    margin-top: -200px;
}
#banner-contact .contact-title h1{

font-weight: 700;
font-size: 40px;
line-height: 120%;
text-align: center;

}
#banner-contact .contact-title span{
color:var(--green_color);
}
#contact-us .form-control:focus,
#contact-us .form-select:focus {
    border: 1px solid #8897AE;
    box-shadow: none;

}

#contact-us .contact-title h4 {
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 160%;
}


#contact-us .form-control {
    border-radius: 6px;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

#contact-us .form-control::placeholder {
    color: #8897AE;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
}

#contact-us .form-label {
    color: #3D4A5C;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.form-select-container_2 {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0rem 1.0rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select-container_2 .form-select {
    border: none !important;
    outline: none;
    appearance: none;
    padding: 0;
    background-position: left 2rem center;
    width: 63px;
    font-size: 14px;
    color: #5E718D;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    border: none;
}

.form-select-container_2 .form-control {
    border: 0;
}

#contact-us .form-select-container_2 .divider {
    position: absolute;
    top: 8px;
    left: 74px;
    font-size: 14px;
    color: #D7DFE9;
}

.sender-point {
    position: absolute;
    right: -12px;
    bottom: -29px;
    background-color: var(--green_color);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.sender-point img {
    position: absolute;
    height: 33px;
}

#contact-us textarea {
    min-height: 130px;
}

@media (min-width: 301px) and (max-width: 600px) {
    #banner-contact .contact-title h1 {

    font-size: 14px;
    }
    #contact-us .contact-title h4 {

        font-size: 16px;
    }

    #contact-us .form-control::placeholder {

        font-size: 10px;
    }

    #contact-us .form-label {

        font-size: 10px;
    }
    .sender-point {
    right: 8px;
    bottom: -19px;
    width: 70px;
    height: 70px;
    }
}

@media (min-width:601px) and (max-width:991px) {
    #banner-contact .contact-title h1 {

    font-size: 33px;
    }
    #contact-us .contact-title h4 {

        font-size: 18px;
    }

    #contact-us .form-control::placeholder {

        font-size: 10px;
    }

    #contact-us .form-label {

        font-size: 10px;
    }
}

@media (min-width:992px) and (max-width:1028px) {
    #banner-contact .contact-title h1 {

    font-size: 28px;
    }
    #contact-us .contact-title h4 {

        font-size: 20px;
    }

    #contact-us .form-control::placeholder {

        font-size: 11px;
    }

    #contact-us .form-label {

        font-size: 11px;
    }
    .sender-point {
 
    width: 70px;
    height: 70px;
    }
}

@media (min-width:1029px) and (max-width:1400px) {
    #banner-contact .contact-title h1 {
   
    font-size: 36px;
    }
    #contact-us .contact-title h4 {

        font-size: 23px;
    }

    #contact-us .form-control::placeholder {

        font-size: 13px;
    }

    #contact-us .form-label {

        font-size: 13px;
    }
}

@media (min-width:1401px) and (max-width:1440px) {

    #contact-us .contact-title h4 {

        font-size: 25px;
    }

    #contact-us .form-control::placeholder {

        font-size: 14px;
    }

    #contact-us .form-label {

        font-size: 14px;
    }

}

@media (min-width:1441px) {
    #banner-contact .contact-title h1 {

    font-size: 42px;}
    #contact-us .form-control::placeholder {

        font-size: 16px;
    }

    #contact-us .form-label {

        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .manuwidth {
        max-width: 1450px;
        margin: 0 auto;
    }
}