:root {
    --primary-color: #619635;
    --secondary-color: #fc3d21;
    --font-color: #555;
    --bg-color: #fff;
    --heading-color: #02112a;
    --border-radius: 5px;
    --border-radius-full: 35px;
    --border-color: #ddd;
    --border-color-light: #ddd;
    --nav-color: #02112a;
    --dropdown-color: #fff;
    --iframe-filter: grayscale(0%);
    --bg-light: #f5f6f9;
    --layer: rgb(0 0 0 /30%);
    --layer-1: rgb(0 0 0 / 75%);
    --bg-grey: #f5f6f9;
    --card-bg: #fff;
}

[data-theme="dark"] {
    --primary-color: #619635;
    --secondary-color: #fc3d21;
    --font-color: #afafaf;
    --bg-color: #080406;
    --heading-color: #ddd;
    --border-color: #333;
    --border-color-light: #444;
    --nav-color: #fff;
    --dropdown-color: #191c1d;
    --iframe-filter: grayscale(100%);
    --layer: rgb(0 0 0 / 50%);
    --layer-1: rgb(0 0 0 / 80%);
    --bg-light: #101112;
    --bg-grey: #101112;
    --card-bg: #888c96;
}

.noscroll {
    overflow: hidden;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #afafaf;
    font-family: "Instrument Sans", sans-serif;
}

body a,
button,
.btn {
    cursor: pointer !important;
}

.clear {
    clear: both;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.d-grid {
    display: grid;
}

.align-self {
    align-self: center;
}

button,
input,
select,
label,
li,
span {
    -webkit-appearance: none;
    outline: none;
    font-family: "Instrument Sans", sans-serif;

}

a,
a:hover {
    text-decoration: none;
}

iframe {
    border: none;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #111;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: "Instrument Sans", sans-serif;
    opacity: .6 !important;
    font-weight: 300;
    letter-spacing: .3px;
}

li {
    list-style-type: none;
}

p.white {
    color: #eee;
}

.align-center {
    align-self: center;
}

.noscroll {
    min-height: 100vh;
    overflow: hidden;
}

.radius-image {
    border-radius: var(--border-radius);
}

.radius-image-full {
    border-radius: var(--border-radius-full);
}

/*-- container --*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

@media (max-width: 992px) {
    .container{
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

/*-- //container --*/
.btn-style {
    padding: 16px 25px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease-in;
    border-radius: var(--border-radius);
    text-transform: capitalize;
    font-family: "Instrument Sans", sans-serif;
}

.btn-white {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid #fff;
}

.btn-white:hover {
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in;
}

.transparant-btn {
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
}

.transparant-btn:hover {
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.transparant-btn:focus {
    box-shadow: none;
}


/*---/Header-Style--*/

/* header */
header {
    background-color: #fff;
    padding: 0px;
    transition: all 0.4s ease 0s;
    height: 80px;
    display: grid;
    align-items: center;
    box-shadow: none;
}

header.nav-fixed {
    padding: 0px;
    background-color: #fff;
    height: 75px;
    border-bottom: none;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

.header-btn {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 500;
    color: #eee;
    letter-spacing: .5px;
}

.navbar .navbar-brand {
    padding: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}

.navbar h1 {
    line-height: 0;
}

.navbar .navbar-brand img {
    max-width: 140px;
    transition: all 0.5s ease;
}
.navbar-nav {
    align-items: center;
}
.navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-nav .nav-link:focus {
    color: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .show > .nav-link,
.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #666;
    opacity: 1;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    text-transform: capitalize;
    color: #000;
    opacity: .6;
    letter-spacing: 0px;
    margin-top: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link span {
    font-size: 12px;
    margin-left: 4px;
    vertical-align: -1px;
}

ul.dropdown-menu li {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}

a.dropdown-item {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    color: #000;
    opacity: .6;
    padding-top: 0;
    display: inline-block;
    display: block;
    width: auto !important;
    padding: 6px 10px;
    letter-spacing: 0px;
}

a.dropdown-item:hover,a.dropdown-item:focus {
    color: #000;
    opacity: 1;
    background: none;
}

a.dropdown-item.active {
    background: transparent;
    color: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -7px;
    left: 49%;
    z-index: 1001;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(-100px);
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
}

.dropdown-toggle::after {
    display: none;
}

.nav-fixed .navbar-nav .nav-link {
    color: #000;
    opacity: 0.6;
}

.nav-fixed .navbar-brand {
    color: #000;
}

.nav-fixed a.search-search {
    background: var(--secondary-color);
    color: #fff;
}

.nav-fixed a.phone-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
    color: #dddddd;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    opacity: 1;
}

/*--//serach--*/
@media only screen and (max-width: 992px) {
    header.nav-fixed {
        height: auto;
        padding: 14px 0;
    }

    header {
        height: auto;
        padding: 14px 0;
    }

    .header-gap {
        height: 60px !important;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    .navbar-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    .navbar-toggler {
        padding: 0rem !important;
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        float: left;
        text-align: center;
        width: 100%;
        background: #1e4b5d;
        padding: 10px 5px;
        margin-top: 16px;
        border-radius: 8px;
        border: 1px solid #363636;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: inline-block;
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: translateX(0px);
        padding: 15px 8px;
        margin-top: 5px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu:before {
        border-right: none;
        border-bottom: none;
    }

    .navbar-toggler-icon {
        background-image: none;
        padding: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #272121;
        border-radius: 4px;
        text-align: center;
    }

    .navbar-toggler-icon.fa {
        font-size: 20px;
        line-height: 1.2em;
        /* background: var(--primary-color); */
        line-height: 34px;
        color: var(--primary-color);
        background: none;
        background-image: none;
    }
    a.dropdown-item {
        font-size: 14px;
    }    
    button.navbar-toggler .icon-close {
        display: block;
    }

    button.navbar-toggler .icon-expand {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-close {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-expand {
        display: block;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #ffffff;
        padding: 5px 0 10px;
    }
}

@media only screen and (max-width: 480px) {
   

}

/*---//Header-Style--*/




.heading-section {
    max-width: 600px;
    margin: 0 auto;
}
.heading-section .title {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.grid-title {
    font-size: 22px;
    line-height: 1.4;
}
.how-it-work-grid{
    padding: 20px 10px;
}

@media screen and (max-width:992px) {
    .heading-section .title {
        font-size: 35px;
    }
}
@media screen and (max-width:736px) {
    .grid-title {
        font-size: 20px;
    }    
    .heading-section .title {
        font-size: 30px;
    }
    
    .title {
        font-size: 26px;
    }
}
@media screen and (max-width:480px) {
    .heading-section .title {
        font-size: 28px;
    }
    
    .title {
        font-size: 24px;
    }
}
@media screen and (max-width:415px) {
    .heading-section .title {
        font-size: 25px;
    }
}
@media screen and (max-width:365px) {
    .heading-section .title {
        font-size: 22px;
    }
}


/*-- banner section --*/
.expertise-section {
    background: #f8f9fa;
}

.banner-section {
    background: url(../images/banner.jpg) 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 550px;
    align-items: center;
    display: grid
;
}
.banner-section:before {
    content: '';
    background-color:#0000005c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner-content {
    max-width: 900px;
    margin: 2rem auto;
}
.banner-content h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    margin-bottom: 80px !important;
    color: #fff;
}
.banner-content h1 span {
    background: #619635bf;
    padding: 4px 20px;
    white-space: nowrap;
    border-radius: 10px;
}
.to-bottom-icon {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.to-bottom-icon a {
    color: #fff;
    font-size: 16px;
    display: block;
    border: 1px solid #ffffff85;
    max-width: min-content;
    margin: 0 auto;
    padding: 20px 15px;
    border-radius: 20px;
}
.to-bottom-icon a:hover {
    background: #ffffff21;
    border: 1px solid #ffffff47;
}
.banner-content h6,.companies h6,.who-we-are h6,.testimonials-section h6,.pricing-section h6,
.contact-section h6,.breadcrumb-bg h6 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .2px;
    opacity: .8 !important;
}
.btn-border {
    border: 1px solid #333;
    background: #111;
    color: #afafaf;
    font-weight: 600;
    border-radius: 35px;
    padding: 16px 25px;
}
.btn-border:hover,.btn-transparent:hover {
    color: #ffffff;
    border: 1px solid #777;
    background: #000;
}
.btn-transparent:hover {
    background-color: #111;
    border: 1px solid #1a1a1a;
}
.btn-style i {
    vertical-align: 1px;
    font-size: 11px;
}

@media only screen and (max-width: 992px) {
    .banner-content h1 {
        font-size: 44px;
    }
    .banner-section {
        min-height: 450px;
    }
}
@media only screen and (max-width: 736px) {
    .banner-content h1 {
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 70px !important;
    }
}
@media only screen and (max-width: 568px) {
    .banner-content h1 {
        font-size: 35px;
    }
    .banner-section {
        min-height: 400px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-content h1 {
        font-size: 34px;
        margin-bottom: 65px !important;
    }
}

@media only screen and (max-width: 422px) {
    .banner-content h1 {
        font-size: 32px;
    }
    .to-bottom-icon a {
        font-size: 14px;
        padding: 16px 12px;
    }
}

@media only screen and (max-width: 415px) {
    .banner-content h1 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 0px !important;
    }
    .banner-content h6, .companies h6, .who-we-are h6, .testimonials-section h6, .pricing-section h6, .contact-section h6 {
        font-size: 14px;
        line-height: 22px;
    }
    .btn-border,.btn-style {
        padding: 14px 20px;
        font-size: 14px;
    }
    .banner-content h6 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-content h1 {
        font-size: 26px;
    }
}

/*-- //banner section --*/



/*-- services --*/

.services {
    background: #f8f9fa;
}


.why-choose-us ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    opacity: .6 !important;
    font-weight: 300;
    letter-spacing: .3px;
    margin-bottom: 10px;
    margin-left: 20px;
    list-style-type: circle;
}


/*-- who we are --*/

.who-we-are {
    background: #fff;
}
.content-title {
    font-size: 30px;
}

@media screen and (max-width:991px) {
    .content-title {
        font-size: 26px;
    }
}
@media screen and (max-width:568px) {
    .content-title {
        font-size: 22px;
    }
}
@media screen and (max-width:415px) {
    .content-title {
        font-size: 20px;
    }
}
/*-- //who we are --*/


/*--/website-footer--*/
.website-footer {
    background: #080406;
}

.website-footer a.navbar-brand {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin: 0;
}

.website-footer a.navbar-brand span {
    color: var(--primary-color);
}

.website-footer h6.footer-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    color: #fff;
    opacity: .9;
}

.website-footer .footer-list ul li {
    list-style: none;
    margin-bottom: 10px;
}

.website-footer .footer-list ul li:last-child {
    margin-bottom: 0px;
}

.website-footer p {
    font-size: 14px;
    line-height: 26px;
    color: #c2c2c2;
}

.website-footer .footer-list ul li a,
.website-footer .footer-list ul li p,
.website-copyright .footer-list ul li a,
.website-footer a {
    font-size: 14px;
    line-height: 26px;
    color: #c2c2c2;
}

.website-footer .footer-list ul li a,
.website-footer p {
    opacity: .6;
    letter-spacing: .5px;
    font-weight: 300;
}

.website-footer .footer-list ul li a:hover,
.website-copyright .footer-list ul li a:hover,
.website-footer a:hover {
    color: #fff;
    opacity: 8;
}

.website-footer .footer-list a.btn {
    color: #fff;
    line-height: 16px;
}

.website-socialicons a {
    margin-right: 6px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    /* border-radius: var(--border-radius-full); */
    transition: 0.3s;
    border: 1px solid #414141;
    background: #ffffff21;
    color: #fff;
}

.website-socialicons a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: 0.3s;
    color: #fff;
}

.footer-list ul li span.fa {
    width: 25px;
}

.website-copyright .copy-footer-section a {
    color: #fff;
}

.website-copyright .copy-footer-section a:hover {
    color: #fff;
    text-decoration: underline;
}

.website-copyright {
    padding: 1.5em 0;
    border-top: 1px solid rgb(43 44 50 / 29%);
}

.website-footer .footer-section form {
    margin-top: 25px;
    position: relative;
}

.website-footer .footer-post a {
    font-weight: 500;
    color: #ccc;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
    display: inline-block;
}

.website-copyright #movetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff78;
    width: 42px;
    height: 42px;
    background: var(--primary-color);
    padding: 0;
    line-height: 42px;
    border-radius: var(--border-radius-full);
    transition: 0.3s ease-out;
}

.website-copyright #movetop:hover {
    color: #fff;
}

.website-footer .footer-post a:hover {
    color: #eee;
}

.website-footer .map-iframe-ft iframe {
    -webkit-filter: var(--iframe-filter);
    -moz-filter: var(--iframe-filter);
    -ms-filter: var(--iframe-filter);
    -o-filter: var(--iframe-filter);
    filter: var(--iframe-filter);
    height: 200px;
    border-radius: var(--border-radius);
}

.website-copyright p.copy-footer-section {
    align-self: center;
    color: #eee;
    font-size: 15px;
    font-weight: 300;
    opacity: 1 !important;
}

@media (max-width: 1080px) {}

@media (max-width: 992px) {
    .website-copyright .copy-footer-section {
        text-align: center;
    }

    .website-footer ul.list-btm-29 {
        text-align: center;
        margin-top: 10px;
    }

    .website-footer h6.footer-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .website-copyright .website-socialicons {
        text-align: center;
        margin-top: 20px;
    }
    .website-footer .footer-list ul li {
        margin-bottom: 5px;
    }
}

@media (max-width: 415px) {

    .website-footer .footer-list ul li,
    .website-footer .midd-footer-section:nth-child(1) .footer-list ul li:last-child {
        margin-bottom: 8px;
    }
}

/*--//website-footer--*/



/*-- contact page --*/

a.link {
    font-size: 15px;
    color: #aaa;
    display: inline-block;
}
a.link span {
    font-size: 14px;
    margin-left: 5px;
}

a.link:hover {
    color: #fff;
}

.contact-info-left{
    border-top: 1px solid #222;
    padding-top: 30px;
}

.contact-info-left:first-child{
    border-top: 1px solid transparent;
}
.contact-info-left h4 {
    font-size: 20px;
    font-weight: 600;
}
ul.socialmedia li {
    display: inline-block;
    margin-right: 15px;
}
ul.socialmedia li a{
    color: #444;
    font-size: 18px;
}
ul.socialmedia li a:hover{
    color: #aaa;
}

.contact-form input,.contact-form textarea {
    font-size: 15px;
    line-height: 26px;
    color: #878787;
    /* background: #0d090b; */
    border: 1px solid #d8d5d5;
    padding: 12px 20px;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
    font-family: "Instrument Sans", sans-serif;
}
.contact-form textarea {
    height: 150px;
    width: 100%;
    resize: none;
}
.contact-form input:focus,.contact-form textarea:focus{
    background: none;
    border: 1px solid #606060;
    box-shadow: none;
    outline: none;
    color: #878787;
}
.contact-bottom {
    background: #040203;
}

.contact-map iframe {
    width: 100%;
    height: 370px;
    border-radius: var(--border-radius);
    filter: grayscale(100%);
}

@media only screen and (max-width: 568px) {
    .contact-map iframe {
        height: 250px;
    }
}
@media only screen and (max-width: 384px) {
    .contact-form input, .contact-form textarea {
        font-size: 14px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    ul.socialmedia li a {
        font-size: 16px;
    }
}

/*-- //contact page --*/



/*-- bg setion with contact button --*/
.bg-section {
    background: url(../images/banner.jpg) 0px 0pc;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bg-section:before {
    content: '';
    background-color: #0000005c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.bg-section h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1.5;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 600;
}

/*-- //bg sedtion with contact button --*/




/*-- accordions / services  --*/

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 600;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #619635;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 2rem;
    width: 22px;
    height: 22px;
    border-radius: 22px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 4px;
    width: 13px;
    height: 3px;
    background: #888;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 9px;
    width: 3px;
    height: 13px;
    background: #888;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #619635;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 12em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1.2rem 2em;
  }


  .modal-title {
    width: 100%;
    text-align: center;
}

.modal-body .contact-form{
    padding: 1rem;
}
.btn-close {
    background-size: 13px;
}

@media only screen and (max-width:736px) {
    .bg-section h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width:568px) {
    .accordion button[aria-expanded='true'] + .accordion-content {
        max-height: 100%;
    }
}


@media only screen and (max-width:480px) {
    .accordion button {
        font-size: 1rem;
    }
    .accordion button .accordion-title {
        padding: 1em 1em;
    }
    .accordion .accordion-content p {
        margin: 1rem 1em;
    }
    .accordion .accordion-content p {
        font-size: 16px;
    }
    .accordion button .icon {
        top: 19px;
        right: .8rem;
    }
    .bg-section h2 {
        font-size: 22px;
    }
    
    p,.why-choose-us ul li {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
    }
}
/*-- //accordions / services  --*/