ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-group{text-align:right;}
a,
a:hover {
    text-decoration: none
}

a {
    color: #7ea594;
}
.brands__items-item {
    display: inline-block;
    margin-left: 30px;
}
.brands__items{margin-top:-40px;margin-bottom:30px}
.brands__items-item svg {
   width:110px
}
             form .btn{display:inline-block}

 label.error {
    color: red;
    font-weight: 400;
    font-size: 15px;
}
    .login .radio {display:inline-block;margin-left:15px;min-width: 125px;}
    .login{}
    /*------------------------*/
input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.signup-step-container{
        padding: 50px 0;
        min-height:300px;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}

.pagdesidebar li{
    padding-right: 30px;
    position: relative;
    margin-bottom:10px;
}
.pagdesidebar li:before {
    content: "";
    position: relative;
    width: 12px;
    height: 12px;
    background: #999;
    position: absolute;
    right: 0;
    top: 3px;
    border-radius: 50%;
}
.pagdesidebar li.current_page_item:before {
    background:#19221e;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px dashed #19221E;
    padding: 30px;
    text-align: center;
    margin: 15px 0; cursor: pointer;
    border-radius: 9px;
}

.upload-btn-wrapper .btn {


}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  width: 100%;
    height: 100%;
    top:0;
  left: 0;   
  opacity: 0;
}

.progress {
   
    background-color: #BABABA;
   
}
.btn {
    display: flex;
    min-width: 140px;
    justify-content: center;
    align-items: center;
    padding: 11px 18px;
 box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
    border-radius: 8px;
    font-weight: 500;
    font-size: .875rem;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.btn.btn-primary:hover {
    background-color: #3b5047;
    color: #fff;
}

.btn.btn-primary {
    border: 1px solid #3B5047;
    background-color: #3b5047;
    color: #fff;
}
.soon {
    min-height: 192px;
    padding-top: 40px;
}
.btn:hover {
    opacity: .8;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

body {
    font-family: IBM Plex Sans Arabic, sans-serif !important;
    overflow-x: hidden;
}

body {
    margin: 0;
    /*    font-family: var(--bs-body-font-family);*/
    font-size: 16px;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    /*    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    /*    --bs-body-font-family: var(--bs-font-sans-serif);*/
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

img {
    max-width: 100%;
}

.wp-pagenavi {
    margin: 15px auto;
    display: table;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 3px 12px !important;
    text-align: center;
    margin: 2px;
    float: right;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
    background: #19221e;
    color: #fff;
}

header {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #BABABA;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

header img {
    height: 36px
}

header ul {
    float: right;
    margin-top:8px;
    width: 100%
}

header ul li {
    display: inline-block;
    margin-left: 30px
}

header ul li:last-child {
    float: left;
    margin: 0
}

header ul li a {
    color: #474747;
    font-weight:500;
}

/*.current_page_item a {
    color: #45ab80
}*/

header button.btn.btn-primary {
    top: -8px;
    position: relative;
    border-color:#474747!important;
color:#474747 !important;
background:transparent !important;
}

.hero-container {
    background-color: #E6E6E6;
    padding: 90px 0 0;
}

.hero-container .btn {
    display: inline-block;
}

.hero-container .btn-primary {
  margin-left:15px;
}

.hero-container .img {
    width: 100%;
    height: 711px;

}

.hero-container .img img {
    position: absolute;
    left: 0;
    height: 100%;
    max-width: 100%;
    top: 0;
}

.hero-container h1 {
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 107.692% */
letter-spacing: -1.04px;

/*         max-width: 333px; */

    margin-top: 100px;
    color: #3B5047;
    margin-bottom: 30px;
}

.hero-container p {
    margin-bottom: 30px;
    color: #474747;

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */

}

.listing-container {
    padding: 60px 0;
}

.section-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #3B5047;
}
span.catname {
    position: absolute;
    left: 32px;
    top: 30px;
   
    border-radius: 12px;
    color: #fff;
    min-width: 90px;
    text-align: center;
}
#aav4{
	background:#3B5047;
}
#aav5{
	 background: #22C55E;
}
#aav6{background:#F59E0B}


.section-title p {
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
    color: #757575;
}

.listing-container .custom-card {
    padding:15px  ;
    background: #fff;
    box-shadow: 0 2px 6px #1018280f;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.listing-container .custom-card .img{
    height:330px;
	width:100%;
border-radius:12px;
}
.listing-container h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.listing-container .location {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #757575;
    font-size: 16px;
}

span.progggres {
    color: #000;
    display: inline-block;
    width: 50px;
}
.listing-container .progress {
       height: 11px;
    display: inline-block;
    width: calc(100% - 60px);
    margin:0;
    border-radius:12px;

}

.listing-container .progress-bar {
    background: #3b5047;
    line-height: 13px;
}

.listing-container .price h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #3B5047;
}

.listing-container .info {
    display: flex;
    gap: 3rem;
}

.listing-card .info-col {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 8px;
}

.listing-card .details .info-col label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #474747;
}

.listing-card .details .info-col span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.listing-container .btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .5s ease;
}

.btn.btn-primary-outline{
	border-radius: 8px;
border: 1px solid  #3B5047;
background: #fff;
box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
	
}
.btn.btn-primary-outline:hover {
   border-radius: 8px;
border: 3px solid  #62736C;
background: #EBEEED;
/* Drop shadow/Small */
box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
}

/* .listing-card:hover .btn {
    background-color: #3b5047;
    color: #fff;
} */

.workflow-container {
    background-color: #f9fafb;
    padding: 60px 0;
}

.workflow-container .step-text {
    padding-top: 100px;
}

.workflow-container .step-text h4 {
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    color: #374151;
}

.workflow-container .step-text p {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #374151;
    margin-bottom: 60px;
}

.workflow-container .step-illustration {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    min-height: 350px;
}

.workflow-container .step-illustration img {
    max-width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.features-container {
    background-color: #fff;
    padding: 60px 0;
}

.features-container .feature-row:nth-child(even) .imggs {
    float: right !important;
}

.features-container .section-title p {
    max-width: 60%;
    margin: 0 auto 60px;
}

.feature-card {
    margin-bottom: 60px;
}

.features-container h4 {
    font-weight: 700;
    margin-top: 120px;
    font-size: 19px;
    line-height: 28px;
    color: #111827;
}

.features-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #374151;
}

.faqs {
    padding-bottom: 50px
}

.faqs #accordion {
    max-width: 80%;
    margin: 60px auto 0;
}

.faqs .panel-heading a {
      display: block;
    padding: 5px 0;
    font-size: 16px;
    padding-left: 12px;
    color: #000;
    line-height: 24px;
}

.panel-title {
    position: relative;
}

.panel-title a::after {
    content: "\f107";
    color: #333;
    top: 3px;
    left: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title a[aria-expanded="true"]::after {
    content: "\f106" !important;
}

/*
 * Added 12-27-20 to showcase full title clickthrough
 */

.panel-heading-full.panel-heading {
    padding: 0;
}

.panel-heading-full .panel-title {
    padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
    top: 10px;
    right: 15px;
}

.faqs .panel-default>.panel-heading {
    background-color: transparent;
}

.faqs .panel-body {
    padding: 15px;
    font-size: 16px;
    color: #374151;
    line-height: 28px;
}

.banner-container {
    position: relative;
    background-color: #f9fafb;
    padding: 60px 0;
}

.banner-container h1 {
    font-weight: 800;
    font-size: 35px;
    line-height: 56px;
    margin-top: 100px;
    color: #1f2937;
    margin-bottom: 40px;
}

.banner-container p {
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 19px;
    line-height: 28px;
    color: #374151;
}

.banner-container .btn {
    float: left;
    margin-top: 200px;
}

footer hr {
    border-color: #384a42;
}

footer {
    color: #fff;
    background-color: #19221e;
    padding: 45px 0 10px;
}

footer img {
    height: 36px;
    margin-bottom: 0
}

footer .socail li {
    display: inline-block;
    color: #fff;
    margin-left: 15px
}

footer .socail li:last-child {
    margin-left: 0
}

footer .socail li a {
    color: #fff;
    font-size: 17px
}

footer .footer-links-1 {
    margin: 25px auto 25px
}

footer .footer-links-1 li {
    display: inline-block;
    margin-left: 15px
}

footer .footer-links-1 a {
    color: #fff;
}

footer .footer-links-1 li:last-child {
    margin: 0
}

.btss {
    margin: 30px auto;
    width: auto !important;
}

.bread {
    background-color: #f9fafb;
    padding: 50px 0;
}

.bread .separator {
    margin: 0 8px;
}

.details-container {
    background-color: #f9fafb;
    padding: 50px 0;
}

.details-container h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 36px;
    color: #000;
}

.details-container p {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #474747;
}

.details-container .mainimg {
    height: 400px;
    margin-bottom: 30px;
    position: relative;
}

.details-container .mainimg img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.details-container .mainimg .fancybox {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%;
}

.details-container .thumb .active2 img {
    border: 1px solid #3b5047
}

.details-container .thumb .item {
    padding: 0 5px
}

.details-container .thumb img {
    height: 124px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;

}

.details-container .thumb .owl-nav {

    width: 100%;
}

.details-container .thumb .owl-prev {
    background: #3b5047;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 3;
    top: 50px;
    position: absolute;
    left: -7px;
}

.details-container .thumb .owl-next {
    background: #3b5047;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 3;
    top: 50px;
    position: absolute;
    right: -7px;

}

.details-container .mainimg .fancybox i {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #3b5047;
    z-index: 3;
    transform: translate(-50%, -50%);


}


.details-container #features li {
    display: inline-block;
    margin-left: 30px
}

.details-container #features li:last-child {
    margin: 0
}

.details-container #features li b {
    clear: both;
    display: block;
	color:#000;
	font-size: 14px;
font-style: normal;
font-weight: 500;
}

.details-container #features li span{
	font-size: 14px;
font-style: normal;
font-weight: 400;color:#5E5E5E;
}


.vission-sec {
    padding: 10px 0 50px;
}

.vission-box {
    border: 1px solid #EBEBEB;
    padding: 42px 28px;
    position: relative;
    overflow: hidden;
    height: calc(100% - 30px);
    margin: 15px 0;
}

.vission-box .box-header {
    display: flex;
    margin-bottom: 21px;
    align-items: center;
}

.vission-box .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F3F6FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vission-box .img i {
    color: #3b5047;
    font-size: 25px;
}

.vission-box .box-header h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #3b5047;
    margin-inline-start: 12px;
    margin-bottom: 0;
}



.vission-box p {
    min-height: 60px
}

.contact-sec.pages {
    background-color: #F9FAFB;
    padding: 70px 0;
}

.contact-form {
    padding: 33px 27px 37px;
    background: #fff;
    box-shadow: 6px 6px 26px 0px #00000008;
    border-radius: 2px;
    margin: 0 auto;
    display: table;
    width: 60%;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 12px 17px;
    color: #7E7E7E;
    font-size: 15px;
    background: #F8F8F8;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
}

.contact-data li .icone {
    width: 60px;
    height: 60px;
    background: #F8FBFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    color: #3b5047;
}

.contact-data .contact-list {
    padding: 31px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-bottom: 36px;
    box-shadow: 6px 3px 26px 0px #0000000D;
    border-radius: 2px;
}

.contact-data ul li {
    justify-content: normal;
}

.contact-data ul li a,
.contact-data ul li {
    color: #2D2D2D;
    font-size: 15px;
    display: flex;
    /* align-items: center; */
    width: 100%;
}

.contact-data ul li span.key {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #3b5047;
    margin-inline-start: 18px;
    display: inline-block;
    min-width: 150px;
}

.pagedd-s img {
    width: 100%;
    max-height: 450px;
    margin-bottom: 30px;
    margin: 0 auto 30px;
    display: table
}

.advanced-details {
    padding: 50px 0;

}

.advanced-details .price h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #3b5047;
    display:inline-block;
    margin-bottom: 25px;
}
.advanced-details .price h3 {
    font-weight: 400;
    font-size: 19px;
    float:left;
    line-height: 28px;
    color: #374151;
    display:inline-block;
    margin-bottom: 25px; 
}
.advanced-details .progress {
    height: 16px;

}

.advanced-details .progress-bar {
    background: #3b5047;
    line-height: 16px;
}

.advanced-details .investors-total {
    font-weight: 500;
    font-size: 19px;
    margin-top: 10px;
    line-height: 28px;
    color: #374151;
}

.advanced-details .separator {
    width: 100%;
    height: 0px;
    border: 2px solid #E5E7EB;
    margin-top: 15px;
    margin-bottom: 15px;
}

.advanced-details .value-detail {
    padding: 5px 0;
    margin-bottom: 10px;
}

.advanced-details .value-detail label {}

.advanced-details .value-detail span {
    float: left;
    font-size: 18px
}

.advanced-details {}

header .close {
    display: none
}
header .cliker{display:none}

    .closeme {
        position: fixed;
        right: 0;
        top: 0;
        width: 25%;
        z-index:2;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        display: none;
    }
.closeme.act {
    display: block !important;
}
	  .shild{height:350px;overflow:hidden}
.swiper-container,
.swiper-wrapper,
.swiper-slide{
  width: 100%;
  height:100%!important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    position: absolute;
    z-index: 999;
    width: 90px;
    height: 15px;
    background: #f9fafb;
    left: 0;
    bottom: 10px;
    right: 0;
}
span.swiper-pagination-bullet {
    width: 11px;
    height: 12px;
    background: #8d8d8d;
    display: inline-block;
    border-radius: 50%;
    margin-left: 3px;    cursor: pointer;
}
	  span.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#3B5047}
	  .mainimg2 img {
    max-width: 100%;
    display: table;
    margin: 0 auto 30px;
    max-height: 400px;
}
.brands__items-item:last-child{margin-left:0}
@media only screen and (max-width:480px) {
	.brands__items {
    margin-top: -10px;
    margin-bottom: 30px;
}
	.brands__items-item {
    display: inline-block;
    margin-left: 15px;
}
.brands__items-item svg {
   width:100px
}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 17px;
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
    padding-bottom: 15px;
}
	.shild {
    height: 450px!important;
}
	header img {
    height: 40px;
}
    .hero-container h1{max-width:auto}
.details-container{padding-top:10px}
    header .logox {
        text-align: center;
        background-color: #fff;
        margin:0 0 25px !important;
        padding: 15px;
    }
    header .cliker {
        float: left;
        color: #3b5047;
        display: inline;
        padding: 8px;
        position: relative;
        
        font-size: 22px;
    }
    header .btn {
        float: none !important
    }

    header .close {
        display: inline-block;
        position: absolute;
        right:-8px;
        top:8px;
        margin:0 !important;
    }

    header .close i {
        background-color: red;
        color: #fff;
        z-index:33;
        width: 29px;
        height: 29px;
        font-size:17px;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
    }

    header ul {
        background-color: #f9fafb;
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 75%;
        position: fixed;
        left: 0;
        transition: all .3s ease;
        z-index: 99;
        top: 0;
        left:-80%;
        height: 100%;
        box-shadow: 0 9px 12px rgba(0, 0, 0, .5);
    }
header ul.act{
    left:0;
}
    header ul li {
        float: right !important;
        width: 100%;
        margin: 0 15px 12px!important;
    }

    header button.btn.btn-primary {
        margin-top: 10px;
        top: 0;
        position: relative;
    }

    .faqs #accordion {
        max-width: 100%
    }

    .section-title p {
        margin-bottom: 25px
    }

    .hero-container {
        padding: 50px 0 0;
    }

    .hero-container h1 {
        margin-top: 0;
        font-weight: 700;
        line-height: 40px;
        font-size: 30px;
    }

    .workflow-container .step-text {
        padding-top: 0;
    }

    .hero-container .left {
        margin-top: 30px
    }

    .hero-container .img {
        height: 390px;
		        padding: 0 16px;
    }
.hero-container .img img {
    position: relative;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    margin: 0 auto;
}
    .features-container .section-title p {
        max-width: 95%;
        margin-bottom: 10px
    }

    .features-container h4 {
        margin-top: 25px
    }

    .banner-container {
        text-align: center
    }

    .banner-container .btn {
        float: none;
        margin: 0 auto;
    }
}