  /* LOADER STYLE */
  .loader-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.81)
    url("https://media.giphy.com/media/8agqybiK5LW8qrG3vJ/giphy.gif") center
        no-repeat;
    z-index: 1;
    display: none;
}

.table:not(.table-dark) th{
    color: #ffffff!important;
}

.status-change{
    cursor: pointer;
    /* padding-top: unset!important; */
}

.btn-style{
    background: #1F3F95;
    border: none;
    width: 100%;
    padding: .5rem 0;
    /* padding: .2rem 1.5rem .2rem 1.5rem!important; */
    color: #ffffff;
    border-radius: 5px;
    font-size: .78rem;
}

.btn-credent{
    background: #1F3F95;
    border: none;
    width: 35%;
    padding: .5rem 0;
    /* padding: .2rem 1.5rem .2rem 1.5rem!important; */
    color: #ffffff;
    border-radius: 5px;
    font-size: .78rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
}

.btn-credent:nth-child(1){

}

.table-head-colour{
    background: #1F3F95!important;
}

.save-button{
    background: #1F3F95!important;
    color: #ffffff!important;
}

.dropdown-menu-style{
    z-index: 100000!important;
    min-width: 15%!important;
    padding-left: .2rem!important;
    padding-right: .2rem!important;
    padding-bottom: 1.2rem!important;
}

.dropdown-style{
   position: unset!important;
}

* {
    font-family: 'inter', sans-serif;
    margin: 0;
    padding: 0;
}

.archware-nav-title{
    color: #1F3F95;
    font-size: 16px;
    font-weight: 500;
}

/* Hide the mobile hero in desktop screen */
.mobile-hero{
    display: none;
}

/* Navbar responsive style */
@media(max-width: 1192px){
     .mobile-hero{
    display: block;
     }
     .hero-wrapper{
        display: none;
     }
}

@media(max-width: 990px){
    /* Support responsive style */
    .support{
        margin-top: 4%!important;
    }
    .support .support-section{
        /* flex-direction: row-reverse!important; */
    }
    .mobile-hero button {
        padding: 1rem 1.5rem;
        background: #1F3F95;
        border-radius: 8px;
        font-style: normal;
        font-weight: 500;
        font-size: .9rem;
        line-height: 19px;
        text-align: center;
        color: #FDFDFD;
        border: none;
        margin-top: 1rem;
    }
}

@media (max-width: 414px) {
    .nav-links-a{
        /* margin-left: 3%!important; */
    }
    .right-btn-container{
        margin-left: 5%;
    }
    .mobile-hero{
        margin-top: 3rem;
    }
    .mobile-hero div img{
        /* width: 80%; */
        margin: 0 auto;
    }
     .mobile-hero-wrapper{
        /* flex-direction: column-reverse!important; */
    }
    .mobile-hero .mobile-copy-hero{
        margin: 0 auto;

    }
    .mobile-hero .mobile-copy-hero h1{
        font-size: 1.9rem!important;
        line-height: 2.5rem!important;
         }
    .mobile-hero .mobile-copy-hero p {
        font-size: clamp(.9rem, 10vw, 2.1rem);
        text-align: justify !important;
       /* max-width: 100vw!important; */
    }


   /* Proof of work responsive style*/
   .proof-of-work{
    margin-top: 8rem!important;
   }
   /* Services brief responsive style */
   .mobile-serv{
    margin-top: 8rem!important;
   }
   .service-wrapper img {
    margin-top: 5rem!important;
   }
/* Mission and vision responsive style */
   .mission{
    margin-top: 8rem!important;
   }
   @media(max-width: 500px){
    .mission-wrapper{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .section4-img{
        width: 100%!important;
    }
    .mission-titles{
        font-size: 1.9rem!important;
    }
   }
 /* Brands that trust us */
 .brands {
    margin-top: 6rem!important;
 }
  /* Reviews section */
  .reviews{
    margin-top: 7rem!important;
  }
  .contact-us{
    margin-top: 8rem!important;
  }
}

/* HERO SECTION */
.carousel-item{
    transition: transform 0.5s ease-in-out;
}

.hero-section-h{
    /* padding-bottom: 3rem; */
    background: #F5F5F5!important;
    height: 80vh;
    /* background: red; */
}

.TopHeader {
    min-height: 3rem;
    /* background-color: #078164; */
    /* background-color: #fff; */
    /* -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 4px;
    border-radius: 5px;

    /* padding: 4px;
    border-radius: 5px; */
}
.TopHeader .InputBox {
    /* max-width: 600px; */
    height: 36px;
    /* background-color: #fff; */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 5px;
}
.TopHeader .InputBox input {
    width: 100%;
    border: 1px solid #fff;
    outline: none;
    padding: 8px 0 8px 15px;
    /* border-radius: 15px; */
    box-shadow: #078164;
    border-radius: 5px;
}
.TopHeader .InputBox .SearchIcon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}
.TopHeader .InputBox .SearchIcon .search {
    color: white;
}
.TopHeader .InputBox .SearchResult {
    z-index: 1;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
    display: none;
    max-height: 400px;
    overflow-y: scroll;
    -ms-overflow-style: scroll;
    -webkit-overflow-scrolling: touch;
}
.TopHeader .InputBox .SearchResult li {
    list-style: none;
    /* padding: 2px; */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.TopHeader .InputBox .SearchResult li a {
    text-decoration: none;
    color: #696262;
    padding: 10px 15px;
    display: block;
    width: 100%;
}
.TopHeader .InputBox .SearchResult li:hover {
    background-color: #ccc;
}
.TopHeader .InputBox .SearchResult li .search {
    color: #afa6a6;
}

.btn-outline-archware {
    border-color: #078164;
    color: #040856;
}
.btn-outline-archware:hover {
    background: #078164;
    color: #fde4ff;
}

.archware-anchor-tags {
    color: #040856;
}
.archware-anchor-tags:hover {
    color: #078164;
}

.archware-button {
    color: #078164;
}
.archware-button:hover {
    color: #040856;
}

.archware-button-back-color {
    background: #078164;
    color: white;
}
.archware-button-back-color-strong {
    background: #040856;
    color: white;
}
.archware-button-back-color-strong:hover {
    background: #078164;
    color: #fde4ff;
}
.archware-modal-header {
    background: #078164;
    color: white;
    height: 2px;
}
.archware-alert {
    background: #078164;
    color: white;
}
.user_photo {
    border-radius: 50%;
    height: 21px;
    width: 18px;
    margin-right: 0.2rem;
}

div.timer-div {
    display: inline-block;
    line-height: 1;
    /* padding: 5px;
    margin-top: 6px; */
    font-size: 20px;
    text-align: center;
    /* margin-bottom: 15px; */
    /* margin-top: 15px; */
}
div.timer-div.timer-hours,
div.timer-div.timer-minutes,
div.timer-div.timer-seconds {
    font-size: 30px;
    letter-spacing: 1px;
    color: #212529;
}
div.timer-div span {
    display: block;
    font-size: 12px;
    color: #6c757d;
    margin-top: 2px;
}

/*.section {
     padding: 50px 150px;
}*/


@media (max-width: 768px) {
    .section {
        padding: 30px 5px;
    }
    .hamburger-icon{
        margin-right: 3%;
    }
    .hide-mobile{
        display: none;
    }
}

#social-links ul {
    padding: 5px;
}

.archware-text-dull {
    width: auto;
    opacity: 0.7;
    margin-top: 4%;
}

.archware-text-yellow {
    color: #a6ce39;
    font-size: 18px;
}

.archware-text-light-yellow {
    color: #d8ff98;
    font-size: 18px;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.buttonIn {
    width: 300px;
    position: relative;
}

input {
    margin: 0px;
    padding: 0px;
    width: 100%;
    outline: none;
    height: 30px;
    border-radius: 5px;
    height: 50px;
}

.inputBoxItem {
    position: absolute;
    top: 10px;
    right: 850px;
}

.footer_submit_button {
    position: absolute;
    top: 0;
    border-radius: 5px;
    right: 15px;
    /* border: none; */
    top: 10px;
    height: 30px;
    cursor: pointer;
    /* color: white;
    background-color: #1e90ff; */
    transform: translateX(2px);
}

.archware_h1 {
    color: #040856;
}

.archware_header_underline {
    border-top: 8px solid #a6ce39;
    border-radius: 20px;
    opacity: 100%;
    background-color: #a6ce39;
    width: 80px;
}

.archware_section_container {
    background-image: linear-gradient(to right, #06377e, #06546d);
    height: 200px;
    width: 400px;
    border: 8px;
    border-radius: 10px;
    /* position: absolute; */
}

.title {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    box-shadow: none;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: 0.28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}

.carousel-indicators .active {
    background-color: white;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.btn {
    margin-top: auto;
}

/* Gbolahan */

* {
    box-sizing: border-box;
}

body {
    margin-top: 20px;
    font-family: "segoe ui";
}

.nav {
    height: 50px;
    width: 100%;
    position: relative;
}

.nav > .nav-header {
    display: inline;
}

.body-copy{
    height: 5.4375rem;
}

.float-to-end{margin-left: 14%;}



@media screen and (max-width:900px) {
    .float-to-end{margin: auto !important;}
    #greenbg{margin-left: 74px; width: 100% !important;}

        #laptop{
            display: none;
        }
        .dropdown-style{
            width: 40%!important;
        }

    }

.btnnav {
    /* margin-left: 172px; */
    width: 134px;
    height: 40px;
    background: #1f3f95;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: none;
    text-align: center;
    color: #fdfdfd;
}
.btnnav-two {
    /* margin-left: 172px; */
    width: 134px;
    height: 40px;
    background:  #1f3f95;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: none;
    text-align: center;
    color:#ffff ;
}


/* SERVICES PAGE STYLE */
.title-style{
    margin-top: 10%;
}
.title-style-contact{
    margin-top: 8%;
}

/* SUBSIDIARIES STYLE */
.card-body h5{
    font-size: 16px;
    font-weight: bold;
    color: #0D2158;
}

/* WHY CHOOSE OUR ARCHWARE TEAM STYLES */
.team-section{
    height: auto;
    /* margin-top: 8%; */
}

.team-section .team-section-right{
    max-width: 34.5rem;
    height: auto;
    padding-bottom: 1rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    /* or 28px */
    color: #FFFFFF;
}

.team-wrapper{
    max-width: 74.375rem;
    /* width: 100%; */
    background: linear-gradient(90.18deg, #A6CE39 -27.2%, #0A655F 248.97%);
    height: auto;
    margin: 0 auto;
}

.team-wrapper .team-section-right{
    /* padding: 2rem; */
    margin-left: auto;
    margin-right: auto;
}

.team-wrapper .team-section-right h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 42px;
    color: #FFFFFF;
    margin-top: 20%;
}

.team-wrapper .team-section-right {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 172%;
    color: #FFFFFF;
}
.team-wrapper .team-section-right p{
    text-align: justify;
}
.team-wrapper .team-section-right p:nth-child(2){
    margin-top: 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 172%;
    text-align: justify;
    color: #FFFFFF;
}

/* Responsive style */
@media(max-width: 400px){
    .team-wrapper{
        width: 100%!important;
    }
    .team-wrapper img{
        width: 100%!important;
    }
    .team-section-right p, .team-section-right p:nth-child(1) {
        text-align: justify!important;
        font-size: 1.1rem !important;
    }
    .team-section-right{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        padding-bottom: 4rem!important;
    }
}
@media(max-width: 820px){
    .team-section{
        /* width: 100%; */
        /* background: linear-gradient(90.18deg, #A6CE39 -27.2%, #0A655F 248.97%);  */
        margin-top: 8rem!important;
    }
}

/* Ipad Screen */
@media(min-width: 601px) and (max-width: 1098px){
    .team-wrapper{
        width: 100%!important;
    }
    .team-wrapper img{
        width: 100%!important;
    }
    .team-section-right p, .team-section-right p:nth-child(1) {
        text-align: justify!important;
        font-size: 1rem!important;
    }
    .team-section-right{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        padding-bottom: 4rem!important;
    }
}
/* End of Ipad screen */
/* END OF WHY CHOOSE ARCHWARE TEAM */

/* PROOF OF WORK SECTION */
 .proof-of-work{
    width: 100%!important;
    height: auto;
    padding: 3rem 0 3rem 0;
    background: rgba(217, 217, 217, 0.35);
    margin-top: 12%;
    /* margin-left: -2%;
    margin-right: -5%!important; */
 }

 .proof-of-work .proof-of-work-child{
    max-width: 70%;
    margin: 0 auto;
 }

 .proof-of-work .web{
    border-right: 3px solid #BDBDBD;
    padding-right: 5rem;
 }

 .proof-of-work .customers{
    padding-right: 5rem;
 }

 .proof-of-work .web h1,
 .proof-of-work .customers h1{
    font-style: normal;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 61px;
    text-align: center;
    color: #BDBDBD;
 }

 .proof-of-work .web p,
 .proof-of-work .customers p{
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 172%;
    /* identical to box height, or 38px */
    letter-spacing: -0.01em;
    color: #BDBDBD;
    margin-top: -.9rem;
 }

 /* Responsive style */
 @media(max-width: 414px){
    .proof-of-work .web h1,
    .proof-of-work .customers h1 {
        font-size: 2rem;
    }

 .proof-of-work .web{
    border-right: 0;
    padding-right: 1rem;
 }
 .proof-of-work .customers{
    padding-right: 1rem;
 }
 .proof-of-work .web p,
 .proof-of-work .customers p{
    font-size: 1rem;
    text-align: center;
 }
 }

 @media(max-width: 654px){
    .proof-of-work .web{
        border-right: 0!important;
     }
}
/* END OF PROOF OF WORK */

/* SERCICES BRIEF SECTION */
.service-section{
    height: auto;
    margin-top: 10%!important;
}

.service-section .service-wrapper .service-section-right{
    max-width: 34.5rem;
    height: 465px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 172%;
    /* or 28px */
    color: #FFFFFF;
}

.service-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 90.375rem;
    /* background: linear-gradient(90.18deg, #A6CE39 -27.2%, #0A655F 248.97%); */
    height: auto;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
}

.service-wrapper .service-section-right{
    /* padding: 2rem; */
    margin-left: auto;
    margin-right: auto;
}

.service-wrapper .service-section-right h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #040856;
    margin-top: 12%;
}

.service-wrapper .service-section-right p{
    margin-top: 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 172%;
    color: rgba(4, 8, 86, 0.7);
    text-align: justify;
}

.service-wrapper .service-section-right button[type="button"]{
    padding: 1rem 2rem;
    background: #1F3F95;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FDFDFD;
    border: none;
    margin-top: 1rem;
}
.read-more{
    /* width: 131px;
    height: 44px; */
    padding: 1rem 2rem;
    background: #1F3F95;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FDFDFD;
    border: none;
    margin-top: 1rem;
}

/* Project Management section */
 .proj-man{

 }
 .proj-man .proj-wrapper .proj-man-right{
    max-width: 35rem;
 }
 .proj-man .proj-wrapper .proj-man-right h2{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #040856;
    margin-top: 12%;
 }
 .proj-man .proj-wrapper .proj-man-right p{
    margin-top: 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 172%;
    color: rgba(4, 8, 86, 0.7);
    text-align: justify;
 }
 .proj-man .proj-wrapper .proj-man-right button[type="button"]{
    padding: 1rem 2rem;
    background: #1F3F95;
    border-radius: 8px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FDFDFD;
 }
 @media(max-width: 990px){
/* .proj-man .proj-wrapper .proj-man-right button[type="button"]{
    padding: 1rem 2rem;
    background: #1F3F95;
    border-radius: 8px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FDFDFD;
    } */
 }
 @media(max-width: 400px){
    .service-wrapper .service-section-right button[type="button"]{
        padding: 1rem 1.5rem;
        background: #1F3F95;
        border-radius: 8px;
        font-style: normal;
        font-weight: 500;
        font-size: .9rem;
        line-height: 19px;
        text-align: center;
        color: #FDFDFD;
        border: none;
        margin-top: 1rem;
    }
    .proj-man .proj-wrapper{
        flex-direction: column-reverse!important;
    }
    .proj-man-right h2{
        font-size: 1.9rem!important;
    }
    .proj-man-right p{
        font-size: .89rem!important;
    }
    .proj-man .proj-wrapper .proj-man-right button[type="button"]{

        background: #1F3F95;
        border-radius: 8px;
        font-style: normal;
        font-weight: 500;
        font-size: .9rem!important;
        line-height: 19px;
        text-align: center;
        color: #FDFDFD;
        border: none;
        margin-top: 1rem;
    }
 }
/* Ipad screen */
 @media(min-width: 601px) and (max-width: 1098px){
    .proj-man .proj-wrapper, .service-wrapper{
        flex-direction: column-reverse!important;
    }
 }
/* End of Project management section */

@media(max-width: 400px){
    .service-section{
        height: auto;
        margin-top: 4rem!important;
    }
    .service-wrapper{
        flex-direction: column-reverse!important;
    }
    .service-wrapper .service-section-right h2{
        font-size: 1.9rem;
    }
    .service-wrapper .service-section-right p {
        font-size: .89rem;
    }
    /* .service-wrapper .service-section-right button[type="button"]{
        width: 8.5rem!important;
        font-size: .85rem;
    } */
    .proj-man{
        margin-top: 4rem!important;
    }
}

/* END OF SERVICES SECTION STYLE */


/* ABOUT US SECTION STYLE */
.aboutus-background{
    max-width: 80.5rem;
    height: auto;
    background: linear-gradient(90.18deg, #A6CE39 -27.2%, #0A655F 248.97%);
    border-top-right-radius: 21px;
    padding-bottom: 2%
}
.aboutus-left{
    padding-left: .2rem;
}
.section3-text2{
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
    line-height: 179%;
    color: #FFFFFF;
    max-width: 35rem;
}
/* Responsive */
@media(max-width: 414px){
    .aboutus-background{
        border-top-right-radius: 0!important;
        padding: 0 1rem 0 1rem!important;
        /* background: blue!important; */
    }
    .about-wrapper {
        max-width: 21.5rem!important;
        border-top-right-radius: 0!important;
        margin: 0 auto;
        /* padding-left: 1rem!important; */
    }

    .aboutus-left h1{
        font-size: 1.9rem!important;
     }
     .aboutus-left p {
        font-size: .875rem!important;
        text-align: justify!important;
     }

}
/* END OF ABOUT US SECTION */

/* ACCOUNT AND EXPENSE MANAGEMENT SECTION */
.support-section .support-section-right{
    max-width: 40rem;
}
.support-section .support-section-right{
    font-size: 35px;
}
.support-section .support-section-right p{
    font-size: 1rem;
    text-align: justify;
    margin-top: 1.8rem!important;
}
/* Responsive */
@media(max-width: 990px){
    .support-section .support-section-right button[type="button"]{

        font-style: normal;
        font-weight: 500;
        font-size: .9rem!important;
        line-height: 19px;
    }
}
@media(max-width: 414px){
    .support {
        margin-top: 4rem!important;
    }
    .support-section{
        margin-top: 4rem;
    }
    .support-section .support-section-right{
        max-width: 100%!important;
    }
    .support-section .support-section-right h2{
        font-size: 1.9rem!important;
        text-align: left;
        margin-top: 2.5rem;
    }
    .support-section .support-section-right p{
        font-size: .89rem;
        text-align: justify;
        margin-top: 1.8rem!important;
    }

}
/* END OF ACCOUNT AND EXPENSE MANAGEMENT SECTION */

/* BRANDS THAT TRUST US STYLES */
.brands-heading-wrapper {
    max-width: 75.6rem;
    height: auto;
    padding-bottom: 2rem;
    background: #1F3F95;
    margin: 0 auto 0 auto;
    padding-top: 2rem;
    border-radius: 10px;
}

.brands-heading-wrapper .brands-heading-title h2{
    font-style: normal;
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 116%;
    /* text-align: center; */
    color: #FFFFFF;
}

.brands-heading-wrapper .brands-heading-title .brands-line{
    max-width: 4.5rem;
    background: #FFFFFF;
    border-top: 8px solid #FFFFFF;
    border-radius: 20px;
    opacity: 100%;
    margin:  1rem auto 0 auto;
}

.brands-heading-wrapper p {
    max-width: 45rem;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 172%;
    /* text-align: center!important; */
    margin: 1rem auto 0 auto;
    color: #FFFFFF;
}

/* Mobile Responsive style */
@media(max-width: 414px){
    .brands-heading-wrapper{
        padding: 1.2rem .5rem 1.2rem .5rem;
    }
    .brands-heading-wrapper .brands-heading-title h2{
        font-size: 1.8rem;
    }
    .brands-heading-wrapper .brands-heading-title p{
        text-align: justify!important;
    }
    .brand-logo img{
        width: 39%;
    }
    .brand-logo .bottom-logo{
        margin-top: 2rem!important;
        margin-left: auto!important;
    }
}

/* END OF BRANDS THAT TRUST US STYLES */

/* REVIEWS SECTION STYLE */
.reviews-card{
    max-width: 51.5rem;
    height: auto;
    padding-bottom: 2rem;
    background: linear-gradient(100.65deg, #7CB142 2.15%, #5F9E4A 96.15%);
    mix-blend-mode: darken;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin: 3.1rem auto 0 auto;
}

.reviews-card .quote-icon-wrapper {
    padding: 2.1rem 0 0 4rem;
}

.reviews-card .card-content .card-text{
    margin-top: 2rem;
}

.reviews-card .card-content .card-text p:nth-child(1){
    max-width: 523px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: left;
    /* margin-top: 2rem; */
}
.reviews-card .card-content .card-text p:nth-child(2){
    font-style: normal;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 31px;
    color: #D8FF98;
}
.mobile-text{
    display: none;
}
/* Review section Responsive style */
@media(max-width: 500px){
    .reviews-heading{
        font-size: 1.9rem!important;
    }
    .reviews-card {
        padding: 0 1rem 1rem 1rem;
    }
    .reviews-card .card-content .card-text p:nth-child(1){
        text-align: left!important;
        font-size: 1rem!important;
    }
    .reviews-card .card-content .card-text p:nth-child(2){
        text-align: center;
        font-size: 1.4rem!important;
    }
    .card-content{
        flex-direction: column-reverse!important;
    }
    .desktop-text{
        display: none;
    }
    .mobile-text{
        font-style: normal;
        font-weight: 700;
        font-size: 1.625rem;
        line-height: 31px;
        color: #D8FF98;
        display: block;
        margin-top: 1rem;
    }
}

/* END OF REVIEWS SECTION */

/* CONTACT US SECTION */
.contact-form-section{
    max-width: 75.625rem;
    /* height: 669px; */
    background: #FFFFFF;
    box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin: 0 auto;
}
@media(max-width: 480px){
    .contact-information-colum{
        display: none;
    }
    .contact-us-wrapper{
        margin-top: 8rem!important;
        margin-bottom: 6rem!important;
    }
    .contact-form-section{
        /* max-width: 1210px;
        height: 669px; */
        width: 100%!important;
        background: #FFFFFF;
        box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.05);
        border-radius: 16px;
        /* margin-left: 1rem;
        margin-right: 1rem; */
    }
    /* .contact-form-section form{
        padding-left: 1.1rem!important;
    } */
    /* .card{
        margin-top: 9rem!important;
    }
    .row{} */
    .col{
        /* display: flex!important;
        flex-direction: column!important;
        width: 100%!important; */
    }
    .input-style{
        /* width: 100!important; */
    }

}
/* END OF CONTACT US SECTION */

/* FOOTER STYLES */
.footer-css{
    /* display: flex; */
}


@media(max-width: 414px){
    .newsletter-style{
    font-size: 2.4rem!important;
    }
    .newsletter-paragraph{
    font-size: .875rem!important;
    /* text-align: justify!important; */
    }
    .newsletter-head{
        font-size: 1.9rem!important;
    }
    /* .footer-wrapper{
        width: 100%!important;
    }
    .footer-css{
      flex-wrap: nowrap!important;
    }
    .footer-category h5{

    } */

    .location{
        /* margin-left: auto;
        margin-right: auto; */
        margin-top: 2.2rem;
    }
    .pages{
        margin-top: 2rem;
    }
}





