@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html body{
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding:0;
    color: #212121;
    font-size: 16px
}
body ul, body li{
    margin: 0;
    padding:0;
    list-style: none;
}
body a{
    text-decoration: none;
}
.rtl {
    direction: rtl;
}
.form-row {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.collunm-left {
    float: left;
    max-width: 505px;
    width: 100%;
    position: sticky;
    top: 0;
}
.collunm-right {
    float: left;
    width: calc(100% - 505px);
}
.welcome-text {
    background: #212121;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    height: 100% !important;
}
.welcome-text:before {
    content: "";
    height: 320px;
    position: absolute;
    width: 320px;
    background-image: url(../images/arabic-symbol-2.png);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-text:after {
    content: "";
    height: 320px;
    position: absolute;
    width: 320px;
    background-image: url(../images/arabic-symbol-1.png);
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-text h1 {
    font-size: 77px;
    font-weight: 800;
    color: #fff;
    position: relative;
    line-height: 92px;
    margin: 0 0 7px;
}
.welcome-text p {
    position: relative;
    margin: 0;
}
.welcome-text p:before {
    content: "";
    height: 6px;
    width: 80px;
    background: #fff;
    bottom: 10px;
    position: absolute;
    right: 0;
}
.registration-form {
    max-width: 461px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.form-tab {
    margin: 50px 0 50px;
}
.form-tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-tab ul li {
    padding: 0 20px;
    position: relative;
}
.form-tab ul li:last-child:before{
    display: none;
}
.form-tab ul li:before {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    left: 30px;
    background: #DFDFDF;
    top: 14px;
}

.form-tab ul li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px;
    font-weight: 700;
    height: 18px;
    width: 18px;
    background: #DFDFDF;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    position: relative;
}
.form-tab ul li.completed a {
    background: #212121;
}
.form-tab ul li.completed a:before{
    background: #212121;
}
.form-tab ul li.active a{
    background:#212121;
}

.registration-form form h4 {
    text-align: center;
    margin: 0 0 40px 0px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
}
.registration-form form .form-group input {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 14px;
}
.registration-form form .form-group.invalid_input input {
    border-color: #AA0000;
    color: #AA0000;
}
.registration-form form .form-group span.error {
    color: #AA0000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25px;
}
.registration-form form .form-group input:focus, 
.registration-form form .form-group select:focus{
    outline: none;
}
.registration-form form .form-group label {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}
.registration-form form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.registration-form form .form-check input {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 10px 0 0;
}
.registration-form form .form-check .form-check-label {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}
.registration-form form .form-check{
    padding: 0;
}
.registration-form form .form-check input:focus{
    outline: none;
    box-shadow: none;
}
.password-field {
    position: relative;
}
.registration-form form .form-group select {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 14px;
}
.registration-form form .form-btn {
    text-align: center;
    margin: 50px 0 0;
}
.password-field .hide-show {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    top: 8px;
    right: 15px;
    line-height: 32px;
    cursor: pointer;
    display: none;
}
.registration-form form .form-group .password-field input {
    padding-right: 65px;
}
.registration-form form .form-btn button {
    width: 100%;
    background: #212121;
    border-radius: 6px;
    height: 48px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border: none;
    transition: 0.3s;
}
.registration-form form .form-btn button:hover {
    background: #8A8A8A;
}
.registration-form .step{
    display: none;
}
.registration-form .step.active {
    display: block;
}


.registration-form form p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
.verification-input {
    display: flex;
    margin: 230px 0 50px 0;
    justify-content: center;
}
.verification-input input {
    width: 89px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 3px solid #CACACA;
    margin: 0 15px;
    text-align: center;
    font-weight: 700;
    font-size: 56px;
}
.verification-input input:focus{
    outline: none;
}
.expired-time {
    text-align: center;
    line-height: 28px;
    color: #8A8A8A;
    font-weight: 600;
    margin-bottom: 30px;
}
.expired-time span {
    color: #212121;
}
.resend-code{
    text-align: center;
    line-height: 28px;
    color: #8A8A8A;
    font-weight: 600;
}
.resend-code a {
    color: #212121;
}
.resend-code a:hover{
    color: #8A8A8A;
}

.registration-form form h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 30px 0;
}



.login-form form .form-group {
    margin-bottom: 30px;
}
.login-form form .form-group label {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}
.login-form form .form-group input {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 14px;
}
.login-form form .form-group input:focus{
    outline: none;
}
.login-form form h4 {
    text-align: center;
    margin: 0 0 40px 0px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
}
.login-form {
    max-width: 461px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.login-form form {
    padding-top: 138px;
}
.login-form form .form-btn {
    text-align: center;
    margin: 50px 0 0;
}
.login-form form .form-btn button {
    width: 100%;
    background: #212121;
    border-radius: 6px;
    height: 48px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border: none;
    transition: 0.3s;
}
.login-form form .form-btn button:hover {
    background: #8A8A8A;
}
.login-form form .go-to-register a {
    width: 100%;
    border-radius: 6px;
    height: 48px;
    color: #212121;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    border: 1px solid #212121;
    padding: 9px 0;
}
.login-form form .go-to-register a:hover{
    background: #8A8A8A;
    color: #fff;
    border-color: #8A8A8A;
}
.login-form form .forgot-password {
    text-align: right;
    margin-top: -10px;
}
.login-form form .forgot-password a {
    color: #212121;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
.login-form form .forgot-password a:hover{
    color: #8A8A8A;
}
.login-form .regiter-btn-label {
    text-align: center;
    margin: 50px 0 30px;
    position: relative;
}
.login-form .regiter-btn-label span {
    color: #8A8A8A;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    z-index: 9;
    position: relative;
    background: #fff;
    padding: 0 15px;
}
.login-form .regiter-btn-label:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: #DFDFDF;
    left: 0;
    top: 14px;
}
header.header {
    padding: 13px 46px 13px 78px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    position: relative;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-left .logo img {
    width: 54px;
}
.header-left .search .form-group {
    position: relative;
}
.header-left .search .form-group input {
    width: 100%;
    min-width: 390px;
    border: 1px solid #DFDFDF;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 10px 5px 40px;
}
.header-left .search .form-group input:focus {
    outline: none;
}
.header-left .search .form-group input::placeholder{
    color: #C4C4C4;
}
.header-left .search .form-group button {
    position: absolute;
    left: 0;
    background: transparent;
    border: none;
    font-size: 20px;
    -webkit-text-stroke: 1px #fff;
    height: 48px;
    padding: 0 10px;
}
.header-left .search {
    padding-left: 56px;
}
.header-right {
    display: flex;
    justify-content: right;
    align-items: center;
}
.header-right .menubar ul li img {
    width: 16px;
    opacity: 0.5;
    margin-right: 10px;
}
.header-right .menubar ul li.active img {
    opacity: 1;
}
.header-right .menubar ul li:hover img{
    opacity: 1;
}
.header-right .menubar ul li.active a{
    color: #212121;
}
.header-right .menubar ul {
    display: flex;
    align-items: center;
}
.header-right .user-account ul li img {
    opacity: 0.5;
    width: 18px;
}
.header-right .user-account ul li a:hover img{
    opacity: 1;
}
.header-right .user-account ul {
    display: flex;
    align-items: center;
}
.header-right .menubar ul li a {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}
.header-right .menubar ul li a:hover{
    color: #212121;
}
.header-right .menubar ul li {
    padding-right: 26px;
}
.header-right .user-account {
    padding-left: 12px;
}
.header-right .user-account ul li {
    padding-right: 20px;
}
.header-right .user-account ul li .dropdown {
    margin: 0 5px 0 0;
}
.header-right .user-account ul li:last-child{
    padding-right: 0;
}
.header-right .user-account ul li.language img {
    opacity: 1;
    width: 20px;
    margin: 0 7px 0 0;
}
.header-right .user-account ul li.user span {
    display: inline-block;
    height: 41px;
    width: 41px;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 15px;
}
.header-right .user-account ul li.user span img {
    width: 100%;
    opacity: 1;
}
.header-right .user-account ul li a {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
}
.header-right .user-account ul li.user a {
    font-size: 16px;
    line-height: 28px;
}
.header-right .user-account ul li a label{
    cursor: pointer;
}
.header-right .user-account ul li .dropdown-menu {
    min-width: 190px;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    top: 14px !important;
    padding: 10px 0 10px;
}
.header-right .user-account ul li.notification .dropdown-menu {
    min-width: 323px;
}
.header-right .user-account ul li .dropdown-menu h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 0 16px;
    margin: 0;
}
.header-right .user-account ul li .dropdown-menu ul {
    display: block;
}
.header-right .user-account ul li .dropdown-menu ul li {
    padding: 20px 16px 20px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 10px;
}
.header-right .user-account ul li .dropdown-menu ul li:last-child{
    border:none;
}
.header-right .user-account ul li .dropdown-menu ul li p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #898989;
}
.header-right .user-account ul li .dropdown-menu .show-btn {
    padding: 0 16px;
    text-align: center;
}
.header-right .user-account ul li .dropdown-menu .show-btn a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
}
.header-right .user-account ul li .dropdown-menu .show-btn a:hover{
    color: #8A8A8A;
}
.header-right .user-account ul li a.dropdown-toggle:after{
    display: none;
}
.header-right .user-account ul li a.dropdown-toggle.show img{
    opacity: 1;
}
.add-business-btn {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #212121;
    border-radius: 6px;
    margin: 0;
    background: #212121;
    color: #fff;
    transition: 0.2s;
    text-transform: capitalize;
}
.add-business-btn:hover {
    background: #8A8A8A;
    color: #fff;
    border-color: #8A8A8A;
}



.landing-header {
    padding: 18px 0px 18px 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    position: relative;
}
.landing-header .logo img {
    height: 47px;
}
.login-menu a {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 35px 0 0;
    display: flex;
    align-items: center;
}
.login-menu {
    display: flex;
    align-items: center;
}
.login-menu a:last-child{
    margin: 0;
}
.login-menu a img {
    width: 16px;
    opacity: 0.8;
    margin-right: 10px;
}
.login-menu a:hover{
    color: #212121;
}
.login-menu a:hover img{
    opacity: 1;
}

.toggle-btn {
    display: none;
}


body.open-submenu:before {
    content: "";
    height: calc(100%);
    width: 100%;
    position: fixed;
    background: #212121;
    left: 0;
    bottom: 0;
    opacity: 0.14;
    z-index: 9;
}
.open-submenu .header{
    z-index: 9;
}

.overflow-scroll-x {
    overflow-x: scroll;
    margin-bottom: 54px;
}

.overflow-scroll-x::-webkit-scrollbar-track
{
    -webkit-box-shadow: none;
    border-radius: 6px;
    background-color: transparent;
}

.overflow-scroll-x::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.overflow-scroll-x::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: none;
    background-color: #DFDFDF;
}


.wallet {
    padding: 70px 0px 0 60px;
}
.wallet h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 40px;
}
.wallet-category {
    display: flex;
    margin: 0;
    padding-bottom: 10px;
}
.wallet-category .category-blocks {
    min-width: 334px;
    max-width: 334px;
    width: 100%;
    padding: 0 16px 0 0;
}
.wallet-category .top-collunm {
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 0px;
}
.wallet-category .top-collunm .category-type {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    padding: 9px 20px;
}
.wallet-category .top-collunm .amount {
    padding: 22px 20px 48px;
}
.wallet-category .top-collunm .amount label {
    font-size: 14px;
    line-height: 25px;
    color: #8A8A8A;
    font-weight: 600;
    margin: 0 0 10px;
}
.wallet-category .top-collunm .amount h4 {
    margin: 0;
    line-height: 35px;
    font-size: 32px;
    font-weight: 700;
}
.wallet-category .top-collunm .amount h4 input {
    display: inline-block;
    width: 170px;
    border: none;
    color: #212121;
    line-height: 35px;
    font-size: 32px;
    font-weight: 700;
    padding: 0;
}
.wallet-category .top-collunm .amount h4 input::placeholder{
    color: #8A8A8A;
}
.wallet-category .top-collunm .amount h4 input:focus{
    outline: none;
}
.wallet-category .category-blocks .dropdown button {
    width: 100%;
    border: 1px solid #212121;
    border-radius: 6px;
    background: transparent;
    padding: 9px 0;
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.wallet-category .category-blocks .dropdown button:after{
    display: none;
}
.wallet-category .category-blocks .dropdown button span {
    position: absolute;
    right: 0;
    height: 48px;
    margin: 0;
    border: none;
    width: 47px;
    top: 0;
    border-left: 1px solid #212121;
    line-height: 47px;
}
.wallet-category .category-blocks .dropdown button span img {
    width: 12px;
}
.wallet-category .category-blocks .dropdown ul.dropdown-menu {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
}
.wallet-category .category-blocks .dropdown ul.dropdown-menu li a {
    padding: 9px 10px;
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.wallet-category .category-blocks .dropdown ul.dropdown-menu li a:active {
    background: #DFDFDF;
}
.select-btn {
    padding: 0 20px 22px;
}
.select-btn button {
    text-align: center;
    width: 100%;
    background: #fff;
    color: #212121;
    border-radius: 6px;
    height: 47px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
    border: 1px solid #212121;
}
.wallet-category .top-collunm:hover .select-btn button {
    background: #212121;
    color: #fff;
}
span.insert {
    color: #8A8A8A;
}

/*============share-model===============*/
.popup{
  position: absolute;
  left: 50%;
}

.popup{
  background: rgb(255, 254, 254);
  padding: 25px;
  border-radius: 15px;
  top: 10%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
			  z-index: 9999;
}
.popup.show{
  top: 50%;
  left: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.popup header span{
  font-size: 21px;
  font-weight: 600;
}
.popup header .close{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
} 
.popup .icons a {
    text-align: center;
    height: 40px !important;
    width: 40px !important;
    font-size: 20px !important;
    color: #fff;
    line-height: 39px;
}
.popup header .close{
  color: #878787;
  font-size: 17px;
  background: #f3f3f3;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.popup header .close:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
}
.popup .content p{
  font-size: 16px;
}
.popup .content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.popup .icons a i{
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
  color: #fff;
  background: #1877f2;
}
.icons a:nth-child(1):hover{
  background: #1877F2;
}
.icons a:nth-child(2){
  color: #fff;
  background: #1da1f2;
}
.icons a:nth-child(2):hover{
  background: #1da1f2;
}
.icons a:nth-child(3){
  color: #fff;
  background: #b706e3;
}
.icons a:nth-child(3):hover{
  background: #b706e3;
}
.icons a:nth-child(4){
  color: #fff;
  background: #25D366;
}
.icons a:nth-child(4):hover{
  background: #25D366;
}
.icons a:nth-child(5){
  color: #fff;
  background: #0088cc;
}
.icons a:nth-child(5):hover{
  background: #0088cc;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #757171;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button {
    color: #fff;
    padding: 5px 18px;
    background: #8000ff;
    border: none;
}
.field button:hover{
  background: #8d39fa;
}
/*============share-model===============*/



.wallet-payment .payment-blocks .dropdown button {
    width: 100%;
    border: 1px solid #212121;
    border-radius: 6px;
    background: transparent;
    padding: 9px 0;
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.wallet-payment .payment-blocks .dropdown button:after{
    display: none;
}
.wallet-payment .payment-blocks .dropdown button span {
    position: absolute;
    right: 0;
    height: 48px;
    margin: 0;
    border: none;
    width: 47px;
    top: 0;
    border-left: 1px solid #212121;
    line-height: 47px;
}
.wallet-payment .payment-blocks .dropdown button span img {
    width: 12px;
}
.wallet-payment .payment-blocks .dropdown ul.dropdown-menu {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
}
.wallet-payment .payment-blocks .dropdown ul.dropdown-menu li a {
    padding: 9px 10px;
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.wallet-payment .payment-blocks .dropdown ul.dropdown-menu li a:active {
    background: #DFDFDF;
}


.wallet-payment {
    display: flex;
    margin: 0;
    padding-bottom: 10px;
}
.wallet-payment .payment-blocks {
    min-width: 334px;
    max-width: 334px;
    width: 100%;
    padding: 0 16px 0 0;
}
.wallet-payment .top-collunm {
    border: 1px solid #DFDFDF;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin: 0;
}
.wallet-payment .top-collunm .payment-type {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    padding: 9px 20px;
}
.wallet-payment .top-collunm .amount {
    padding: 22px 20px 48px;
}
.wallet-payment .top-collunm .amount label {
    font-size: 14px;
    line-height: 25px;
    color: #8A8A8A;
    font-weight: 600;
    margin: 0 0 10px;
}
.wallet-payment .top-collunm .amount h4 {
    margin: 0;
    line-height: 35px;
    font-size: 32px;
    font-weight: 700;
}
.wallet-payment .payment-blocks .payment-bottom {
    background: #F4F4F4;
    padding: 15px 20px;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    border-radius: 0 0 6px 6px;
    margin: 0 0 20px;
}
.wallet-payment .payment-blocks .payment-bottom .left {
    width: 50%;
}
.wallet-payment .payment-blocks .payment-bottom .right {
    width: 50%;
    text-align: right;
}
.wallet-payment .payment-blocks .payment-bottom .right a {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #212121;
}
.wallet-payment .payment-blocks .payment-bottom .left label {
    font-size: 14px;
    line-height: 25px;
    color: #8A8A8A;
    font-weight: 400;
    margin: 0;
}
.wallet-payment .payment-blocks .payment-bottom .left .date {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.add-block {
    max-width: 318px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
}
.add-block a span {
    display: block;
    height: 46px;
    width: 46px;
    background: #212121;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
    margin: 0 auto 9px ;
    transition: 0.3s;
}
.add-block a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #212121;
}
.add-block a img {
    width: 14px;
}
.add-block a:hover {
    color: #8a8a8a;
}
.add-block a:hover span{
    background: #8a8a8a;
}

.contribution-detail {
    display: flex;
    margin: 0 ;
    padding: 0 0 10px;
}
.contribution-detail .contribution-blocks {
    min-width: 334px;
    max-width: 334px;
    width: 100%;
    padding: 0 16px 0 0;
}
.contribution-detail .contribution-blocks .contribution-content {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    padding: 20px 20px 0px;
}
.contribution-detail .contribution-blocks .contribution-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 30px;
}
.contribution-detail .contribution-blocks .contribution-content label {
    font-size: 14px;
    line-height: 25px;
    color: #8A8A8A;
    font-weight: 600;
    margin: 0 0 3px;
}
.contribution-detail .contribution-blocks .contribution-content h2 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    margin: 2px 0 26px;
}
.contribution-detail .contribution-blocks .contribution-content .date {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}
.contribution-detail .contribution-blocks .contribution-content a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #212121;
    display: inline-block;
    transition: 0.3s;
    margin: 30px 0 30px;
}
.contribution-detail .contribution-blocks .contribution-content a:hover{
   color: #8a8a8a; 
}
.contribution-detail .contribution-blocks .contribution-content .block-btn {
    text-align: center;
    width: 100%;
    background: #212121;
    color: #fff;
    border-radius: 6px;
    height: 46px;
    line-height: 46px;
    margin: 22px 0 20px;
}
.contribution-detail .contribution-blocks .contribution-content .block-btn:hover{
    color: #fff; 
    background: #8a8a8a; 
}
footer {
    clear: both;
}
.footer-top {
    background: #212121;
    padding: 52px 45px;
}
.footer-collunm .footer-logo img {
    width: 127px;
}
.footer-collunm .address a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}
.footer-collunm ul.contact-detail {
    display: flex;
}
.footer-collunm ul.contact-detail li {
    margin: 0 33px 0 0;
}
.footer-collunm ul.contact-detail li:last-child{
    margin: 0;
}
.footer-collunm ul.contact-detail li a {
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.footer-collunm ul.contact-detail li a img {
    width: 18px;
    margin: 0 13px 0px 0px;
}
.footer-collunm .address {
    margin: 0 0 15px;
}
.footer-collunm h6 {
    color: #fff;
    margin: 15px 0 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.footer-collunm ul.quick-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}
.footer-collunm ul.quick-links li a:hover{
    color: #8a8a8a
}
.footer-collunm ul.quick-links li {
    margin: 0 0 20px;
}
.footer-collunm ul.social-icons {
    display: flex;
}
.footer-collunm ul.social-icons li {
    margin-right: 40px;
}
.footer-collunm ul.social-icons li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.footer-collunm ul.social-icons li a:hover img {
    opacity: 0.7;
}
.footer-collunm form {
    margin: 34px 0 0;
}
.footer-collunm form p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-collunm form .form-group {
    position: relative;
}
.footer-collunm form .form-group input {
    width: calc(100% - 10px);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding: 9px 110px 10px 20px;
    border-radius: 6px;
    border: none;
}
.footer-collunm form .form-group input::placeholder{
    color: #C4C4C4;
}
.footer-collunm form .form-group input:focus{
    outline: none;
}
.footer-collunm form .form-group button {
    position: absolute;
    right: 0;
    height: 47px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    background: #004B79;
    color: #fff;
    border-radius: 0px 6px 6px 0px;
    padding: 0 22px;
}
.footer-bottom {
    padding: 0 60px;
    background: #4B4B4B;
}
.footer-bottom-content {
    position: relative;
    padding: 23px 0 24px;
}
.footer-bottom-content:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #8A8A8A;
    top: -1px;
}
.footer-bottom  ul {
    display: flex;
}
.footer-bottom ul li a {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-bottom ul li {
    margin-right: 60px;
}
.footer-bottom p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #8A8A8A;
    text-align: right;
}
.graph-section {
    padding: 0 45px;
    margin-bottom: 70px;
}
.graph-section h5 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin: 0 0 43px;
}

.my-task {
    padding: 70px 45px;
}
.task-head {
    display: flex;
    margin: 0 0 40px;
}
.task-head h5 {
    width: 50%;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.task-head h5 span.time {
    color: #AA0000;
}
.task-content {
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    overflow: hidden;
}
.task-id {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    background: #212121;
    color: #fff;
    padding: 9px 20px;
}
.task-parts {
    display: flex;
    flex-wrap: wrap;
}
.task-parts .left {
    width: 75%;
    padding: 20px;
}
.task-parts .left label {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}
.task-parts .left p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
.task-parts .left ul {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 32px 0 87px;
}
.task-parts .left ul li a {
    height: 98px;
    width: 98px;
    border-radius: 100%;
    background: #212121;
    display: inline-block;
    line-height: 83px;
    font-size: 20px;
    font-weight: 700;
    color: #212121;
}
.task-parts .left ul li.green a{
    background: #537B35;
}
.task-parts .left ul li.red a{
    background: #AA0000;
}
.task-parts .left ul li.yellow a{
    background: #FFD42A;
}
.task-parts .left ul li {
    padding: 0 62px;
}
.task-parts .left ul li img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-top: 14px;
}

.task-parts .right {
    width: 25%;
    border-left: 1px solid #DFDFDF;
    padding: 20px;
}
.task-parts .right h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}
.task-parts .right .text-btn a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #212121;
    padding: 14px 20px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
}
.task-parts .right .text-btn a:hover{
    color: #8a8a8a;
}
.task-parts .right .add-attachment {
    margin-top: 18px;
}
.task-parts .right .add-attachment a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    display: inline-block;
}
.task-parts .right .add-attachment a:hover {
    color: #8a8a8a;
}
.task-parts .right .add-attachment a:hover img{
    opacity: 0.5;
}
.task-parts .right .text-btn a img {
    width: 14px;
    margin: 0 10px 0 0;
}
.task-parts .right .text-btn a:hover img{
    opacity: 0.5;
}
.task-parts .right .add-attachment a img {
    width: 14px;
    margin: 0 15px 0px 0;
}
.comment-section {
    border-top: 1px solid #DFDFDF;
}
.comment-section .comment-view {
    padding: 20px;
}
.comment-section .comment-view label {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.comment-view .comment-list {
    display: flex;
    align-items: flex-start;
    margin: 37px 0 20px;
    position: relative;
}
.comment-view .comment-list .img img {
    width: 47px;
}
.comment-view .comment-list .img {
    margin: 0 18px 0 0;
}
.comment-view .comment-list .message span.name {
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 10px;
    display: inline-block;
}
.comment-view .comment-list .message p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    padding: 0 111px 0 0;
    margin: 0;
}
.comment-view .comment-list .message .date-time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #8A8A8A;
}
.comment-section .comment-view .more-comments img {
    width: 14px;
    margin: 0 15px 0 0;
}
.comment-section .comment-view .more-comments {
    border-top: 1px solid #DFDFDF;
    padding: 15px 0 0;
}
.comment-section .comment-view .more-comments a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #212121;
}
.comment-section .comment-view .more-comments a:hover{
    color: #8A8A8A;
}
.comment-section .comment-view .more-comments a:hover img{
    opacity: 0.5;
}
.new-comment {
    background: #F4F4F4;
    padding: 21px 20px;
}
.new-comment form {
    display: flex;
    align-items: center;
}
.new-comment form .form-group input {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    padding: 12px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    width: 100%;
}
.new-comment form .form-group input:focus{
    outline: none;
}
.new-comment form .form-group input::placeholder{
    color: #8A8A8A;
}
.new-comment form .comment-btns img {
    width: 18px;
}
.new-comment form .comment-btns button {
    border: none;
    background: transparent;
    margin: 0 13px;
    padding: 0;
}
.new-comment form .comment-btns button.send img {
    width: 24px;
}
.new-comment form .comment-btns button.send {
    height: 48px;
    width: 48px;
    background: #212121;
    border-radius: 100%;
    margin-right: 0;
    transition: 0.3s;
}
.new-comment form .comment-btns button.send:hover {
    background: #004b79;
}
.new-comment form .form-group {
    width: calc(100% - 176px);
}
.new-comment form .comment-btns button.attach-file img {
    width: 22px;
}
.comment-btns {
    padding-left: 16px;
}


.document-row {
    float: left;
    width: 100%;
}
.document-row .document-left {
    float: left;
    max-width: 397px;
    width: 100%;
    position: sticky;
    top: 0;
    padding: 70px 20px 70px 60px;
    overflow-y: scroll;
}

.document-row .document-left::-webkit-scrollbar-track{
    -webkit-box-shadow: none;
    border-radius: 6px;
    background-color: transparent;
}

.document-row .document-left::-webkit-scrollbar{
    width: 6px;
    background-color: transparent;
}

.document-row .document-left::-webkit-scrollbar-thumb{
    border-radius: 6px;
    -webkit-box-shadow: none;
    background-color: #DFDFDF;
}


.document-row .document-right {
    float: left;
    width: calc(100% - 397px);
    background: #f4f4f4;
    padding: 70px 60px 40px 110px;
}

.document-row .document-left h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 40px;
}
.document-row .document-left li{
    margin: 0 0 20px;
}

.document-row .document-left li img {
    width: 22px;
    opacity: 0.5;
    margin: 0 20px 0 0;
    transition: 0.3s;
}
.document-row .document-left li a {
    display: flex;
    align-items: center;
    padding: 10px 27px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    transition: 0.3s;
}
.document-row .document-left li.active a {
    border-color: #212121;
}
.document-row .document-left li label {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #8A8A8A;
    cursor: pointer;
    transition: 0.3s;
}
.document-row .document-left li.active label{
    color: #212121;
}
.document-row .document-left li.active img{
    opacity: 1;
}
.document-row .document-left li label span.date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #8A8A8A;
}
.document-row .document-left li a:hover{
    border-color: #212121;
}
.document-row .document-left li a:hover img{
    opacity: 1;
}
.document-row .document-left li a:hover label{
    color: #212121;
}
.document-row .document-right .document-content {
    /* max-width: 763px; */
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 40px 60px 80px;
    margin: 0 0 40px;
}
.document-row .document-right .document-content h4 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 10px;
}
.document-row .document-right .document-content label {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #8A8A8A;
    margin: 0 0 30px 0;
}
.document-row .document-right .document-content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 20px;
}
.document-row .document-right .document-content .signature {
    text-align: right;
    margin: 47px 0 0 0;
}
.document-row .document-right .document-content .signature img {
    width: 390px;
}

.financial-report {
    padding: 70px 0px 60px 60px;
}
.financial-report h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 40px;
}
.financial-part .fund {
    display: inline-block;
    padding-right: 120px;
}
.financial-part .fund:last-child{
    padding-right: 0;
}
.financial-part .fund label {
    font-size: 14px;
    color: #C4C4C4;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 10px;
}
.financial-part .fund h5 {
    margin: 0;
}
.financial-part form select {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border: 1px solid #DFDFDF;
    color: #212121;
    padding: 14px 16px;
    border-radius: 6px;
    min-width: 169px;
}
.financial-part form select:focus{
    outline: none;
}
.financial-chart {
    margin-top: 37px;
}
.financial-part {
    margin-bottom: 70px;
    padding-right: 60px;
}
.expenses-report table thead {
    background: #212121;
}
.expenses-report table thead th {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 15px 17px;
    font-weight: 600;
}
.expenses-report table td p {
    max-width: 275px;
    margin: 0;
}
.expenses-report table {
    width: 100%;
}
.expenses-report table td.approval img {
    width: 14px;
}
.expenses-report table td {
    padding: 20px 17px;
    font-size: 14px;
    line-height: 25px;
    vertical-align: top;
    font-weight: 400;
}
.expenses-report table td.id {
    color: #8A8A8A;
    font-weight: 600;
}
.expenses-report table td.name {
    font-weight: 700;
}
.expenses-report table td.type {
    color: #8A8A8A;
}
.expenses-report table td.initiate-date {
    font-weight: 600;
    color: #8A8A8A;
}
.expenses-report table td.approval-date {
    font-weight: 600;
    color: #8A8A8A;
}
.expenses-report table td.amount {
    font-weight: 600;
}
.expenses-report table td td {
    padding: 0;
}
.expenses-report table table tr{
    border:none;
}
.expenses-report table tr {
    border-bottom: 1px solid #DFDFDF;
}
.expenses-report {
    margin: 0 0 70px;
    padding-right: 60px;
}
.investment {
    display: flex;
    margin: 0;
    padding-bottom: 10px;
}
.members-contribution {
    padding: 0 60px 0 0;
}
.investment .investment-blocks {
    min-width: 334px;
    max-width: 334px;
    width: 100%;
    padding: 0 16px 0 0;
}
.investment .investment-blocks .top-collunm {
    border: 1px solid #DFDFDF;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin: 0;
}
.investment .investment-blocks .top-collunm .investment-type {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    padding: 9px 20px;
    background: #212121;
    display: flex;
    align-items: center;
}
.investment .investment-blocks .top-collunm .investment-type span {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.investment-content {
    padding: 22px 20px 40px;
}
.investment-content label {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #8A8A8A;
    margin: 0 0 5px;
}
.investment-content h4 {
    margin: 0 0 21px 0;
    line-height: 35px;
    font-size: 32px;
    font-weight: 700;
}
.investment-content span {
    color: #CACACA;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 5px;
}
.investment-content p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.investment .investment-blocks .link-btn {
    background: #212121;
    padding: 11px 20px;
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;
    border-radius: 0 0 6px 6px;
}

.investment .investment-blocks .link-btn img {
    width: 20px;
    margin: 0 10px 0 0;
}
.investment .investment-blocks .link-btn a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
}
.investment .investment-blocks .link-btn a:hover {
    color: #dfdfdf;
}
.investment .investment-blocks .link-btn a:hover img{
    opacity: 0.8;
}
.members-contribution table {
    width: 100%;
}
.members-contribution table .contribution img {
    width: 10px;
    margin: 0 7px 0 0;
}
.members-contribution table thead {
    background: #212121;
}
.members-contribution table thead th {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 15px 17px;
    font-weight: 600;
}
.members-contribution table td {
    padding: 20px 17px;
    font-size: 14px;
    line-height: 25px;
    vertical-align: top;
    font-weight: 400;
}
.members-contribution table td.id {
    color: #8A8A8A;
    font-weight: 600;
}
.members-contribution table td table td {
    padding: 0;
}
.members-contribution table tr {
    border-bottom: 1px solid #DFDFDF;
}
.members-contribution table td table tr{
    border:none;
}
.members-contribution table td.contribution td {
    font-size: 14px;
    line-height: 25px;
    color: #898989;
}
.members-contribution table td.contribution td span {
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    display: block;
    margin-bottom: 5px;
}
.members-contribution table td.contribution td a {
    color: #212121;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    display: block;
    margin: 5px 0 0;
}
.members-contribution table td.contribution td a:hover {
    color: #8a8a8a;
}
.members-contribution table td.contribution td a:hover img{
    opacity: 0.5;
}

.listing-table {
    margin: 0;
    padding-right: 60px;
}
.listing-table table {
    width: 100%;
}
.listing-table table thead {
    background: #212121;
}
.listing-table table thead th {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 15px 17px;
    font-weight: 600;
}
.listing-table table td {
    padding: 20px 17px;
    font-size: 14px;
    line-height: 25px;
    vertical-align: top;
    font-weight: 400;
}
.listing-table table td.text {
    max-width: 215px;
}
.listing-table table td.start-date {
    font-weight: 600;
    color: #8A8A8A;
}
.listing-table table td.end-date {
    font-weight: 600;
    color: #8A8A8A;
}
.listing-table table td p {
    margin: 0;
}
.task-listing {
    padding: 70px 0px 70px 60px;
}
.task-listing .sorting .col-md-2 {
    margin: 0 0 0 auto;
    width: 100%;
    text-align: right;
}
.task-listing .sorting form label {
    font-weight: 600;
    font-size: 15px;
    margin: 0 10px 0 0;
}
.task-listing .sorting form select {
    max-width: 210px;
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 10px 5px 10px;
}
.listing-table table tr {
    border-bottom: 1px solid #DFDFDF;
}
.listing-table table td.title {
    font-weight: 600;
    font-size: 15px;
    max-width: 160px;
}
.listing-table table td.link a {
    display: inline-block;
    height: 42px;
    width: 42px;
    background: #000;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    -webkit-text-stroke: 2px #000;
}
.listing-table table td.link a:hover {
    background: #8a8a8a;
    -webkit-text-stroke: 2px #8a8a8a;
}
.task-listing h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 40px;
}

.landing-page {
    position: relative;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(104deg,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
    padding: 80px 0 80px;
}
.landing-page .container {
    z-index: 9;
    position: relative;
}
.landing-page:before {
    content: "";
    height: 420px;
    position: absolute;
    width: 410px;
    background-image: url(../images/arabic-symbol-right.png);
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.landing-page:after {
    content: "";
    height: 420px;
    position: absolute;
    width: 410px;
    background-image: url(../images/arabic-symbol-left.png);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.landing-page .content {
    padding: 90px 0 0 0;
}
.landing-page .content h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 30px;
}
.landing-page .content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #3D3D3D;
}
.landing-page .content .btns {
    display: flex;
    margin: 48px 0 0 0;
}
.landing-page .content .btns a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    max-width: 262px;
    width: 100%;
    border: 1px solid #212121;
    border-radius: 6px;
    margin: 0 16px 0 0;
    background: #212121;
    color: #fff;
    transition: 0.2s;
}
.landing-page .content .btns a:last-child {
    background: #fff;
    color: #212121;
}
.landing-page .content .btns a:hover{
    background: #8A8A8A;
    color: #fff;
    border-color: #8A8A8A;
}
.landing-slider .slick-arrow{
    z-index: 9;
    
}
.landing-slider .slick-arrow:before {
    content: "";
    background-color: #212121;
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 0;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 10px 13px;
    opacity: 1;
}
.landing-slider .slick-prev {
    left: 20px;
    height: 40px;
    width: 40px;
}
.landing-slider .slick-next {
    right: 30px;
    height: 40px;
    width: 40px;
}
.landing-slider .slick-prev:before{
    background-image: url(../images/left-arrow.png);
}
.landing-slider .slick-next:before {
    background-image: url(../images/right-arrow.png);
    background-position: 13px 13px;
}
.landing-slider .slick-slide {
    position: relative;
    height: auto;
}
.landing-slider .slick-slide .mobile {
    display: none;
}
.landing-slider .content {
    position: absolute;
    max-width: 1320px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
}
.landing-slider .content .inner {
    max-width: 750px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
}
.landing-slider .content p {
    color: #fff;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 30px;
}
/*19-1-23*/
.slick-slide img {
    display: block;
    width: 100%;
}
.landing-header .logo img {
    height: 66px;
}

.footer-collunm .address a {
    font-size: 14px;
    line-height: 24px;
}
.footer-collunm ul.contact-detail li a {
 
    font-size: 14px;
    line-height: 30px;

}
.footer-collunm ul.quick-links li {
    margin: 0 0 9px;
}
.footer-collunm ul.quick-links li a {
    
    font-size: 14px;
    
}
.footer-collunm h6 {
   
    font-size: 18px;

}
.footer-collunm form p {
  
    font-size: 14px;
   
}

.footer-bottom ul li a {
    font-size: 14px;
   
}
.footer-bottom p {
    Color: #fff;
    font-size: 14px;
    
}
.login-menu a img {
    width: 21px;
}
.footer-collunm ul.contact-detail {
    display: block;
}
.footer-bottom {
    padding: 0 44px;
   
}
.landing-slider .content .inner {
    max-width: 86%;
    background: rgb(250 248 248 / 70%);
    padding: 25px 60px;
    margin: 0 auto;
    text-align: center;
    border-radius: 88px 1px 88px 1px;
}
.landing-slider .content p {
    color: #000;
    margin: 15px 0;
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    text-align: justify;
}
.img img {
    width: 100%;
}
.landing-page .content {
    padding: 0px 90px 0 0;
}
.landing-page .row {
    align-items: center;
}
.login-menu a {
    font-size: 16px;
}
/*19-1-23*/

.profile-image{
    /*text-align: center;*/
}
.profile-image .img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    /* padding: 7px; */
    overflow: hidden;
    /*margin: 0 auto;*/
}
.my-profile {
    margin-bottom: 70px;
}
.profile-image a {
    display: inline-block;
    margin: 20px 0 0 25px;
    height: 39px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 39px;
    background: #004B79;
    color: #fff;
    border-radius: 6px;
    padding: 0 22px;
}
.profile-detail h3 {
    font-weight: 800;
    margin: 10px 0 30px;
    position: relative;
}
.profile-detail h3 a {
    color: #8a8a8a;
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 12px;
}
.profile-detail label {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px;
}
.profile-detail h6 {
    background: #f5f5f5;
    color: #8a8a8a;
    font-weight: 600;
    padding: 12px 10px;
    margin: 0 0 30px;
}
.profile-detail h3 i {
    margin: 0 4px 0 0;
    font-size: 14px;
}
.profile-detail h3 a:hover, .profile-detail h3 a:hover i{
    color: #000;
}

.signature-heading {
    margin: 30px 0 10px;
}
.signature-heading span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
/* .signature-form .kbw-signature {
    height: 250px !important;
    width: 100% !important;
} */
.signature-form .btn {
    margin: 10px 0 0;
}


.comment-box .comment-section .comment-view label {
    margin: 0 0 10px;
}
.comment-box .comment-section .comment-view .message span.name {
    margin-bottom: 2px;
}
.comment-box .comment-section .comment-view .comment-list {
    margin: 18px 0 18px;
}
.comment-box .comment-section .comment-view .message p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.comment-box .comment-section {
    border: 1px solid #DFDFDF;
    margin: 20px 0 0;
    border-radius: 6px;
    overflow: hidden;
}

.comment-box .comment-section .new-comment .form-group {
    width: calc(100% - 150px);
}
.comment-box .comment-section .new-comment input {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    padding: 12px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    width: 100%;
}
.comment-box .comment-section .new-comment .comment-btns button.send {
    height: 48px;
    width: 48px;
    background: #212121;
    border-radius: 100%;
    margin-right: 0;
    transition: 0.3s;
}
.comment-box .comment-section .new-comment .comment-btns button.send:hover{
    background: #004b79;
}
.comment-box .comment-section .new-comment .comment-btns button.send img {
    width: 24px;
}
.comment-box .comment-section .new-comment input:focus-visible{
    outline: none;
}


.business-form {
    /*max-width: 461px;
    margin: 0 auto;
    padding-bottom: 45px;*/
}
.business-form {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.business-form form h4 {
    text-align: center;
    margin: 0 0 40px 0px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
}
.business-form form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.business-form form .form-group input {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 14px;
}
.business-form form {
    padding-top: 138px;
}
.business-form .max-width form {
    padding-top: 50px;
}
.business-form .max-width form h4 {
    width: 100%;
}
.business-form .max-width form .form-group {
   /* width: 50%;
    padding: 0 10px 0;*/
}
.business-form form .form-group.full-field {
    width: 100%;
}
.business-form .max-width form .form-group textarea {
    height: 48px;
}
.business-form .max-width form .form-btn {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
.business-form form .form-group input[type="radio"] {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.business-form form .form-group span.own-listing-radio {
    display: inline-block;
    width: 100%;
    height: 60px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 16px 0px 10px 55px;
    font-weight: 600;
    position: relative;

}
.business-form form .form-group span.own-listing-radio:before {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    border: 1px solid #DFDFDF;
    border-radius: 100%;
    left: 14px;
    top: 16px;
}
.business-form form .form-group span.own-listing-radio:after {
    content: "";
    height: 17px;
    position: absolute;
    width: 17px;
    left: 18px;
    background: #212121;
    border-radius: 100%;
    top: 20px;
    opacity: 0;
}
.business-form form .form-group input[type="radio"]:checked ~ span.own-listing-radio:after{
    opacity: 1;
}
.business-form form .form-group input[type="radio"]:checked ~ span.own-listing-radio{
    border-color: #212121;
}
.business-form form .form-group input[type="radio"]:checked ~ span.own-listing-radio:before{
    border-color: #212121;
}


.business-form form .form-btn {
    text-align: center;
    margin: 20px 0 0;
}
.business-form form .form-btn button {
    width: 100%;
    background: #212121;
    border-radius: 6px;
    height: 48px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border: none;
    transition: 0.3s;
}
.business-form form .form-btn button:hover{
    background: #8A8A8A;
    color: #fff;
    border-color: #8A8A8A;
}
.business-form form .form-group .add_more_url {
    position: absolute;
    right: 0;
    top: 6px;
    background: transparent;
    color: #07ab2a;
    border: 1px solid #07ab2a;
    padding: 1px 8px;
    border-radius: 14px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.business-form form .form-group .add_more_url:hover {
    background: #07ab2a;
    color: #fff;
}

.profile-detail .form-group {
    position: relative;
}
.all_websites .add_more_url_edit {
    position: absolute;
    right: 0;
    top: 1px;
    background: transparent;
    color: #07ab2a;
    border: 1px solid #07ab2a;
    padding: 1px 8px;
    border-radius: 14px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.rtl .all_websites .add_more_url_edit {
    right: auto;
    left: 0;
}
.all_websites .add_more_url_edit:hover {
    background: #07ab2a;
    color: #fff;
}
.business-form form .form-group .remove_url {
    position: absolute;
    right: 0;
    top: 6px;
    background: transparent;
    color: #ff0b0b;
    border: 1px solid #ff0b0b;
    padding: 1px 8px;
    border-radius: 14px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.business-form form .form-group .remove_url:hover {
    background: #ff0b0b;
    color: #fff;
}
.all_websites .remove_url {
    position: absolute;
    right: 0;
    top: 1px;
    background: transparent;
    color: #ff0b0b;
    border: 1px solid #ff0b0b;
    padding: 1px 8px;
    border-radius: 14px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.all_websites .remove_url:hover {
    background: #ff0b0b;
    color: #fff;
}

.business-form .step {
    display: none;
    max-width: 461px;
    margin: 0 auto;
}
.business-form .max-width.step {
    max-width: 100%;
}
.business-form .step.active {
    display: block;
}
.business-form form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.business-form form .form-group span.select2 .select2-selection--single {
    height: 48px;
    padding: 9px 0;
}
.business-form form .form-group span.select2-selection.select2-selection--multiple ul {
    display: inline-block;
    height: 48px;
}
.business-form form .form-group span.select2-selection.select2-selection--multiple {
    height: 48px;
}
.business-form form .form-group span.select2-selection.select2-selection--multiple ul li{
    /*margin-top: 0;*/
}
.business-form form .form-group span.select2 .select2-selection--single span.select2-selection__arrow {
    top: 10px;
}
.business-form form .form-group label {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}
.business-form form .form-group input {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 14px;
}
.business-form form .form-group input:focus, 
.business-form form .form-group select:focus, 
.business-form form .form-group textarea:focus{
    outline: none;
    box-shadow: none;
}
.business-form form .form-group select {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 14px;
}
.checked {
  color: orange;
}

.bussiness-detail {
    padding: 70px 0 50px;
}
.bussiness-detail .detail .info {
    border-bottom: 1px solid #DFDFDF;
    padding: 0px 0 30px 0px;
    margin: 0 0 30px;
}
.bussiness-detail .detail h4 {
    font-weight: 600;
    margin: 0 0 15px;
}
.bussiness-detail .business-info p {
    margin: 0 0 10px;
}

.bussiness-detail .detail .info h2 {
    font-weight: 600;
}
.bussiness-detail .detail .info .ratting span {
    padding: 6px;
    background: #f1f1f1;
    border-radius: 6px;
    margin: 0 5px 0px 0;
}
.bussiness-detail .detail .info .ratting {
    margin: 0 0 12px;
}
.bussiness-detail .detail .gernal-list p {
    font-weight: 600;
}
.bussiness-detail .detail .gernal-list ul {
    display: flex;
    align-items: center;
}
.bussiness-detail .detail .gernal-list ul li {
    margin: 0 20px 0 0;
}
.rtl .bussiness-detail .detail .gernal-list ul li:first-child {
    margin: 0;
}
.bussiness-detail .detail .gernal-list ul li span {
    display: inline-block;
    background: #f1f1f1;
    padding: 9px 5px 0;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    text-align: center;
    margin: 0 7px 0 0;
    transition: 0.3s;
}
.bussiness-detail .detail .gernal-list ul li a {
    color: #212121;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}
.bussiness-detail .detail .gernal-list ul li a:hover {
    color: #8a8a8a;
}
.bussiness-detail .detail .gernal-list ul li a:hover span{
    background:#8a8a8a;
    color: #fff;
}
.bussiness-detail .business-info {
    border-bottom: 1px solid #DFDFDF;
    padding: 0px 0 30px 0px;
    margin: 0 0 30px;
}
.bussiness-detail .business-grid{
    border-bottom: 1px solid #DFDFDF;
    padding: 0px 0 30px 0px;
    margin: 0 0 30px;
}
.bussiness-detail .business-grid .grid h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0;
}
.bussiness-detail .business-grid .grid h6 a{
    color: #212121;
}
.bussiness-detail .business-grid .grid h6 a:hover{
    color: #004B79;
}
.bussiness-detail .business-grid .grid li {
    display: inline-block;
}
.bussiness-detail .business-grid .grid li a {
    display: block;
    height: 25px;
    width: 25px;
    background: #f1f1f1;
    text-align: center;
    margin: 0 5px 0 0;
    color: #8A8A8A;
}
.information .address a {
    font-weight: 600;
    color: #07ab2a;
}
.information {
    display: flex;
    justify-content: space-between;
}
.information .direction-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 7px 20px;
    text-align: center;
    border: 1px solid #212121;
    border-radius: 6px;
    margin: 0 0 0 10px;
    transition: 0.2s;
    background: #fff;
    color: #212121;
}
.information .direction-btn a:hover{
    background: #8A8A8A;
    color: #fff;
    border-color: #8A8A8A;
}

.timing .time-row {
    display: flex;
    margin: 0 0 10px;
}
.timing {
    padding: 0 0 0 50px;
}
.timing .time-row .day {
    width: 30%;
    font-weight: 600;
}
.timing .time-row .time {
    font-weight: 600;
    width: 70%;
    text-align: right;
}
.bussiness-detail .sidebar {
    padding: 20px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
}
.bussiness-detail .sidebar li {
    border-bottom: 1px solid #DFDFDF;
}
.bussiness-detail .sidebar li:last-child{
    border:none;
}
.bussiness-detail .sidebar li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
}
.bussiness-detail .sidebar li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px 0;
    color: #212121;
    font-weight: 600;
    word-wrap: break-word;
}
.bussiness-detail .sidebar li a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 19px;
}
.bussiness-detail .sidebar li a:hover{
    color: #8A8A8A;
}

.bussiness-detail .business-info a {
    display: block;
    font-weight: 600;
    margin: 0 0 7px;
    color: #8A8A8A;
    font-size: 15px;
}
.bussiness-detail .business-info a:hover{
    color: #212121;
}
.single-business {
    padding: 70px 0;
}
.single-detail img {
    margin: 0 0 20px;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.listing-banner img {
    width: 100%;
}

.listing-page {
    padding: 50px 0;
}
.listing-page .view-buttons {
    margin: 0 0 20px;
}

.listing-page .view-buttons ul li {
    margin: 0 20px 0 0;
}
.listing-page .view-buttons ul li:last-child {
    margin: 0 0 0 0;
}
.listing-page .view-buttons ul li a {
    font-size: 24px;
    color: #212121;
    transition: 0.3s;
}
.listing-page .view-buttons ul li a:hover {
    color: #07ab2a;
}
.listing-page .view-buttons ul li a.active {
    color: #07ab2a;
    opacity: 1;
}
.listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.listing .collunm {
    padding: 15px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    border: 1px solid #ededed;
    border-radius: 6px;
    margin: 0 0 20px;
    width: 100%;
}
.listing .collunm .detail h4 {
    font-weight: 600;
    font-size: 25px;
}
.listing .collunm .detail h4 a {
    color: #212121;
}
.listing .collunm .detail ul {
    display: flex;
    margin: 0 0 10px;
    align-items: flex-start;
}
.listing .collunm .detail ul li .ratting {
    min-width: 95px;
}

.listing .collunm .detail ul li {
    font-weight: 600;
    color: #07ab2a;
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}
.listing .collunm .detail a {
    font-weight: 600;
    color: #07ab2a;
}
.listing .collunm .detail ul li a {
    color: #07ab2a;
}
.listing .collunm .detail ul li:last-child{
    margin: 0;
}
.listing .collunm .detail ul li i {
    margin: 0 7px 0 0;
}

.listing .collunm .detail h4 a:hover {
    color: #07ab2a;
}
.collunm-container {
    padding: 0 10px;
    width: 100%;
}
.grid-view .collunm-container {
    width: 33.33%;
}
.grid-view .collunm-container .col-lg-3 {
    width: 100%;
}
.grid-view .collunm-container .col-lg-9 {
    width: 100%;
}
.grid-view .collunm-container .detail h4 {
    font-size: 20px;
    margin: 10px 0 10px;
}
.grid-view .collunm-container .detail ul {
    display: flex;
    margin: 0 0 10px;
    flex-wrap: wrap;
}
.grid-view .collunm-container .detail ul li {
    margin: 0 0 10px;
    font-size: 14px;
    width: 100%;
}


.listing .collunm .detail ul li .ratting span.checked {
    color: orange;
}
.listing .collunm .detail ul li .ratting span {
    color: #dfdfdf;
}

.side-collunm form select {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 45px;
    border-radius: 6px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 9px;
    font-size: 15px;
}
.side-collunm form select:focus{
    outline: none;
}
.side-collunm .form-group {
    margin: 0 0 30px;
}

.side-collunm form input {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 45px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
    padding: 10px 14px;
}
.side-collunm form input:focus{
    outline: none;
}
.side-collunm form {
    position: relative;
    margin: 10px 0 0;
}
.side-collunm form button.search-icon{
    position: absolute;
    right: 7px;
    background: transparent;
    border: none;
    color: #DFDFDF;
    font-size: 20px;
    top: 50px;
    -webkit-text-stroke: 1px #fff;
}
.rtl .side-collunm form button.search-icon {
    left: 1px;
    right: auto;
}
.rtl .side-collunm form input {
    padding: 10px 14px 10px 32px;
}
.side-collunm {
    margin: 0 0 0;
    padding: 0 0 0 0;
}
.side-collunm h6 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 9px;
}
.side-collunm form label {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.side-collunm .filter-text {
    color: #212121;
    font-weight: 600;
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    margin: 5px 0 6px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
}
.side-collunm button.clear {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 1px 8px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    margin: 10px 0 20px;
    background: #fff;
    color: #8A8A8A;
    transition: 0.2s;
    text-transform: capitalize;
}
.side-collunm button.clear:hover {
    background: #212121;
    color: #fff;
    border-color: #212121;
}
.side-collunm:last-child{
    border:none;
}
.list-sidebar {
    padding: 20px 20px 0;
    border-radius: 6px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    border: 1px solid #ededed;
}
.collunm-btns {
    display: flex;
    justify-content: space-between;
    margin: 0px 0 30px;
}

.collunm-btns .buttons {
    background: transparent;
    font-weight: 600;
    border: 1px solid #07ab2a;
    border-radius: 19px;
    padding: 5px 25px;
    color: #07ab2a;
    transition: 0.3s;
}
.collunm-btns .buttons:hover {
    background: #07ab2a;
    color: #fff;
    border-color: #07ab2a;
}
.listing-page .view-buttons h2 {
    font-weight: 600;
}
.header-right .menubar ul li {
    padding-right: 10px;
}
.header-right .menubar ul li a {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 700;
    line-height: 41px;
}
.add-business-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 6px 13px;
    text-align: center;
    border: 1px solid #212121;
    border-radius: 6px;
    margin: 0;
    background: #212121;
    color: #fff;
    transition: 0.2s;
    text-transform: capitalize;
}

.pagination {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}
.pagination nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
ul.pagination {
    margin: 0 auto;
    width: auto;
    display: block;
}
ul.pagination li {
    display: inline-block;
}
ul.pagination li a {
    line-height: 42px !important;
    height: 46px !important;
    padding: 13px 25px;
    color: #000;
    background-color: #f3f3f3 !important;
    width: auto;
    font-size: 17px;
	border-color:transparent !important;
}
ul.pagination li.page-item a.page-link {
    line-height: 19px !important;
}
ul.pagination li.active a.page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #07ab2a !important;
    border-color: #07ab2a !important;
}
.country-detail {
    display: flex;
}
.country-detail a {
    padding: 0 30px 0 0;
}
.listing-banner img.mobile {
    display: none;
}


.rating-modal .modal-header h5 {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
}
.rating-modal .modal-header {
    padding: 10px 15px;
}
.rating-modal .modal-body form .rating-group label.rating__label {
    font-size: 17px;
    background: #f7f7f7;
    margin: 0 2px;
    padding: 0 5px;
    border-radius: 5px;
}
.rating-modal .modal-body form .form-group label {
    font-weight: 600;
    color: #212121;
    margin: 10px 0 6px;
}
.rating-modal .modal-body form .form-group textarea {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 75px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 10px 5px 10px;
    min-height: inherit;
}
.rating-modal .modal-body {
    padding: 30px 15px 0px;
}
.rating-modal .modal-footer {
    border: none;
    padding: 15px 15px;
}
.rating-modal .modal-footer button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 7px 25px;
    text-align: center;
    border: 1px solid #212121;
    border-radius: 6px;
    margin: 0;
    transition: 0.2s;
    background: #212121;
    color: #fff;
}
.rating-modal .modal-footer button:hover {
    background: #8A8A8A;
    color: #fff;
    border-color: #8A8A8A;
}
a.mobile-number {
    filter: blur(3px);
    background: #fbfbfb;
    pointer-events: none;
}
.bussiness-detail .sidebar li {
    position: relative;
}
.sidebar li .eye-icon {
    position: absolute;
    left: 50%;
    top: 10px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    transition: 0.3s;
}
.sidebar li .eye-icon:hover {
    background: #f1f1f1;
}
a.mobile-number.active {
    filter: blur(0px);
    background: transparent;
    pointer-events: all;
}
a.mobile-number.active ~ button.eye-icon {
    display: none;
}
.login-menu .dropdown .dropdown-menu a.dropdown-item {
    font-size: 16px;
    line-height: 24px;
}
.header-left .search form {
    margin: 0;
}


.rtl .login-menu a {
    margin: 0 0 0 20px !important;
}
.rtl .listing-page .view-buttons ul li {
    margin: 0 0 0 20px;
}
.rtl .listing .collunm .detail ul li {
    margin: 0 0 0 30px;
}
.rtl .listing .collunm .detail ul li i {
    margin: 0 0 0 7px;
}
.rtl .bussiness-detail .sidebar li a {
    padding: 15px 30px 15px 0;
}
.rtl .bussiness-detail .detail .gernal-list ul li span {
    margin: 0 0px 0 7px;
}
.rtl .timing {
    padding: 0 50px 0 0;
}
.rtl .timing .time-row .time {
    text-align: left;
}
.rtl .footer-collunm ul.social-icons li {
    margin-right: 0;
    margin-left: 40px;
}
.rtl .footer-collunm ul.contact-detail li a img {
    margin: 0 0 0px 13px;
}
.rtl .password-field .hide-show {
    right: auto;
    left: 10px;
}
.rtl .login-form form h4 {
    text-align: right;
}
.rtl .welcome-text p:before {
    right: auto;
    left: 0;
    position: relative;
    float: left;
    top: 12px;
}
.rtl .registration-form form h4 {
    text-align: right;
}
.rtl .header-left .search {
    padding-left: 0;
    padding-right: 56px;
}
.rtl .header-right .menubar ul li img {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .header-right .menubar ul li {
    padding-right: 15px;
}
.rtl .header-right .user-account ul li.user span {
    margin-right: 15px;
    margin-left: 15px;
}
.rtl .form-tab ul li:before {
    left: -20px;
}
.rtl .business-form form .form-group .add_more_url {
    right: auto;
    left: 0;
}
.rtl .business-form .max-width form .form-btn {
    margin-left: 0;
    margin-right: 0;
}

.rtl .business-form form .form-group span.own-listing-radio {
    padding: 16px 10px 10px 55px;
}
.rtl .header-right .user-account ul li:last-child {
    padding-right: 20px;
}

.rtl .display-radio {
    padding: 10px 0px 10px 20px;
}
.rtl .week-day-value input[type="checkbox"] {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .all_websites .remove_url {
    right: auto;
    left: 0;
}

.rtl .business-form form .form-group .remove_url {
    right: auto;
    left: 0;
}

.rtl .detail a .country_code {
    margin-left: 5px;
    margin-right: 5px;
}
.rtl .listing .collunm .detail a .fa-pen {
    margin: 0 0 0 2px;
}

/*Media*/

@media (min-width: 768px){
.header-right .user-account ul li .dropdown-menu{
    right: 0 !important;
    left: auto !important;
}
}
@media (min-width: 1400px){
.landing-page .content p {
    font-size: 20px;
   
}
.landing-page .content .btns a {

    font-size: 17px;
    line-height: 28px;
    height: 53px;
}
.footer-collunm .address a {
    font-size: 17px;
    line-height: 24px;
}
.footer-collunm ul.contact-detail li a {
    font-size: 17px;
    line-height: 30px;
}
.footer-collunm ul.quick-links li a {
    font-size: 17px;
}
.footer-collunm h6 {
    font-size: 19px;
}
.footer-collunm form p {
    font-size: 17px;
}
.footer-bottom p {

    font-size: 17px;
}
.footer-bottom ul li a {
    font-size: 16px;
}
}
@media (min-width: 1600px){
.collunm-left {
    max-width: 605px;
}
.collunm-right {
    width: calc(100% - 605px);
}
.document-row .document-left {
    max-width: 497px;
}
.document-row .document-right {
    width: calc(100% - 497px);
}
.document-row .document-right .document-content {
    /* max-width: 863px; */
     max-width: 100%;
}
.landing-page .content p {
    font-size: 20px;
   
}
.landing-page .content .btns a {

    font-size: 17px;
    line-height: 28px;
    height: 53px;
}
.footer-collunm .address a {
    font-size: 17px;
    line-height: 24px;
}
.footer-collunm ul.contact-detail li a {
    font-size: 17px;
    line-height: 30px;
}
.footer-collunm ul.quick-links li a {
    font-size: 17px;
}
.footer-collunm h6 {
    font-size: 19px;
}
.footer-collunm form p {
    font-size: 17px;
}
.footer-bottom p {

    font-size: 17px;
}
.footer-bottom ul li a {
    font-size: 16px;
}
}
@media (min-width: 1920px){
.landing-header .logo img {
    height: 66px;
}
.login-menu a {
    font-size: 22px;
}
.footer-top {
 
    padding: 52px 100px;
}
.footer-collunm .address a {
   
    font-size: 18px;
    line-height: 30px;

}
.footer-collunm ul.contact-detail li a {
 
    font-size: 18px;
    line-height: 30px;

}
.footer-collunm ul.quick-links li {
    margin: 0 0 15px;
}
.footer-collunm ul.quick-links li a {
    
    font-size: 18px;
    
}
.footer-collunm h6 {
   
    font-size: 20px;

}
.footer-collunm form p {
  
    font-size: 18px;
   
}
.footer-bottom {
    padding: 0 96px;
 
}
.footer-bottom ul li a {
    font-size: 18px;
   
}
.footer-bottom p {
 
    font-size: 18px;
    
}
.login-menu a img {
    width: 28px;
    
}
.landing-slider .content p {
    
    font-size: 25px;
    line-height: 37px;
  
}
.landing-page .content p {
    font-size: 22px;
    line-height: 36px;
   
}
.landing-page .content h2 {
    font-size: 45px;
    line-height: 56px;
    
}
.landing-page .content p {
    font-size: 24px;
    line-height: 36px;
}
.landing-page .content h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 40px;
}
.landing-page .content .btns a {
 
    font-size: 22px;
    line-height: 38px;
    height: 63px;
}
.landing-slider .content .inner {
    max-width: 100%;
    }
}

@media (max-width: 1680px){
header.header .col-lg-4 {
    width: 30%;
}
header.header .col-lg-8 {
    width: 70%;
}
.header-left .search {
    padding-left: 25px;
}
.header-left .search .form-group input {
    min-width: 300px;
}
}

@media (max-width: 1599px){
.header-right .menubar ul li a {
    font-size: 13px;
}
.header-right .menubar ul li {
    padding-right: 20px;
}
.header-right .menubar ul li img {
    margin-right: 5px;
}
.rtl .header-right .menubar ul li img {
    margin-right: 5px;
    margin-left: 6px;
}
.header-left .search {
    padding-left: 20px;
}
.header-right .menubar ul li:last-child{
    padding-right: 0;
}
.header-right .user-account ul li {
    padding-right: 16px;
}
.header-right .user-account ul li.user span {
    height: 39px;
    width: 39px;
    margin-right: 7px;
}
.header-right .user-account {
    padding-left: 20px;
}
.login-menu a {
    font-size: 16px;
}

.landing-page .content h2 {
    line-height: 45px;
    font-size: 37px;
}
.landing-slider .content p {
    font-size: 19px;
    line-height: 32px;
}
.login-menu a img {
    width: 21px;
}
header.header .col-lg-4 {
    width: 27%;
}
.header-left .search .form-group input {
    min-width: 270px;
}
header.header .col-lg-8 {
    width: 73%;
}
.rtl .header-left .search {
    padding-right: 16px;
}
}

@media (max-width: 1499px){
.header-right .menubar ul li {
    padding-right: 14px;
}
}

@media (max-width: 1439px){
.header-right .menubar ul li {
    padding-right: 11px;
}
.landing-slider .content {
    max-width: 1180px;
}
.landing-slider .content .inner {
    padding: 25px 60px;
}
header.header {
    padding: 13px 36px 13px 38px;
}
header.header .col-lg-4 {
    width: 25%;
}
header.header .col-lg-8 {
    width: 75%;
}
.header-left .search .form-group input {
    min-width: 230px;
}
}

@media (max-width: 1400px){
.business-form form .row {
    margin: 0;
}
header.header {
    padding: 13px 20px 13px 25px;
}
}

@media (max-width: 1300px){
header.header {
    /*padding: 13px 46px 13px 45px;*/
}
.header-left .search {
    /*padding-left: 35px;*/
}
.header-left .search .form-group input {
    /*min-width: 300px;*/
}
.header-right .menubar ul li {
    padding-right: 6px;
}
.document-row .document-right {
    padding: 70px 60px 40px 60px;
}
.document-row .document-right .document-content {
    padding: 40px 40px 80px;
}
.header-right .user-account {
    padding-left: 10px;
}
.header-right .user-account ul li {
    padding-right: 12px;
}
.landing-slider .content {
    max-width: 1060px;
}
}

@media (max-width: 1250px){
.header-left .search .form-group input {
    min-width: 200px;
}
header.header {
    padding: 13px 10px 13px 15px;
}
.header-right .user-account ul li {
    padding-right: 10px;
}
.header-right .user-account {
    padding-left: 8px;
}
.header-left .search {
    padding-left: 15px;
}
.header-right .menubar ul li a {
    font-size: 12px;
}
.add-business-btn {
    font-size: 14px;
}
.header-right .user-account ul li.user a {
    font-size: 14px;
}
}



@media (max-width: 1199px){
.collunm-left {
    max-width: 385px;
}  
.collunm-right {
    width: calc(100% - 385px);
}
.welcome-text h1 {
    font-size: 57px;
    line-height: 72px;
    margin: 0;
}
.welcome-text h1:before {
    height: 7px;
    width: 142px;
    bottom: -20px;
}
.welcome-text p img {
    width: 230px;
}
.welcome-text p:before {
    height: 4px;
    width: 55px;
    bottom: 8px;
}
.header-left .search .form-group input {
    /*min-width: 250px;*/
}
.header-right .user-account ul li.user span {
    margin-right: 4px;
    height: 35px;
    width: 35px;
}
.header-right .user-account ul li {
    /*padding-right: 18px;*/
}
.header-right .menubar ul li {
    padding-right: 8px;
}
.header-right .menubar ul li img {
    margin-right: 5px;
}
.footer-collunm ul.contact-detail {
    flex-wrap: wrap;
}
.footer-collunm ul.contact-detail li {
    margin: 0 20px 10px 0;
}
.footer-bottom ul li {
    margin-right: 20px;
}
.document-row .document-left {
    max-width: 347px;
}
.document-row .document-right {
    width: calc(100% - 347px);
}
.document-row .document-right {
    padding: 70px 30px 40px 30px;
}
.expenses-report table td {
    padding: 15px 10px;
}
.expenses-report table thead th {
    padding: 14px 10px;
}
.expenses-report table td p {
    max-width: 235px;
}
.header-right .user-account ul li.language img {
    margin: 0 4px 0 0;
}
.header-right .user-account ul li a {
    font-size: 12px;
}
.header-right .user-account ul li.user a {
    font-size: 14px;
}
.landing-slider .content {
    max-width: 750px;
}
.landing-slider .content p {
  
    font-size: 18px;
    line-height: 28px;
}
.landing-slider .slick-slide img {
    height: 420px;
    object-fit: cover;
}
.grid-view .collunm-container {
    width: 50%;
}
.rtl .header-right .menubar ul li {
    padding-right: 10px;
}
.rtl .header-right .menubar ul li img {
    margin-left: 5px;
}
.rtl .header-right .user-account ul li.user span {
    margin-right: 8px;
    margin-left: 8px;
}
.rtl .header-left .search .form-group input {
    min-width: 170px;
}
.add-business-btn {
    font-size: 12px;
    padding: 6px;
}
.header-left .search .form-group input {
    min-width: 180px;
}
}


@media (max-width: 1100px){
.header-left .search {
    padding-left: 10px;
}
.header-left .search .form-group input {
    min-width: 170px;
}
.header-right .user-account {
    padding-left: 6px;
}
.header-right .menubar ul li a {
    font-size: 11px;
}
.header-right .user-account ul li.user a {
    font-size: 12px;
}
}

@media (max-width: 1024px){
.wallet-category .category-blocks, 
.wallet-payment .payment-blocks, 
.contribution-detail .contribution-blocks, .investment .investment-blocks {
    min-width: 288px;
    max-width: 288px;
}
.header-left .search {
    padding-left: 25px;
}

.header-right .menubar ul li {
    padding-right: 5px;
}
.task-parts .left ul li {
    padding: 0 30px;
}
.task-parts .left ul li img {
    width: 38px;
    height: 38px;
    margin-top: 7px;
}
.task-parts .left ul li a {
    height: 78px;
    width: 78px;
    line-height: 69px;
    font-size: 18px;
}
.landing-page .content {
    padding: 0px 60px 0 0;
}
.landing-slider .content p {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}
.landing-page .content p {
    font-size: 17px;
    line-height: 27px;
}
.landing-page .content .btns a {
   
    max-width: 180px;
    }
.landing-page .content .btns {
 
    margin: 35px 0 0 0;
}
.landing-slider .content .inner {
    max-width: 100%;
    padding: 35px 37px;

}
.footer-collunm h6 {
    font-size: 17px;
    margin: 15px 0 20px;
}
.landing-slider .content {
    max-width: 89%;
}
.footer-collunm ul.contact-detail li a {

    line-height: 19px;
}
.footer-collunm ul.quick-links li {
    margin: 0 0 3px;
}
.footer-collunm ul.social-icons li {
    margin-right: 20px;
}
.footer-collunm .address a br {
    display: none;
}
.footer-bottom-content {
  
    padding: 16px 0 15px;
}
.login-menu a img {
    width: 20px;
}
.landing-header .logo img {
    height: 49px;
}
}

@media (max-width: 991px){
.collunm-left {
    max-width: 285px;
}
.collunm-right {
    width: calc(100% - 285px);
}
.welcome-text h1 {
    font-size: 40px;
    line-height: 52px;
}
.welcome-text h1:before {
    height: 5px;
    width: 112px;
    bottom: -13px;
}
.registration-form {
    max-width: 361px;
    padding-bottom: 45px;
}
.welcome-text p img {
    width: 180px;
}
.welcome-text p:before {
    height: 2px;
    width: 24px;
    bottom: 9px;
}
.welcome-text:before {
    height: 220px;
    width: 220px;
}
.welcome-text:after {
    height: 220px;
    width: 220px;
}
.login-form {
    max-width: 361px;
}
.footer-bottom ul li a {
    font-size: 12px;
}
.footer-bottom ul li {
    margin-right: 14px;
}
.footer-bottom p {
    font-size: 13px;
}
.header-left .search {
    width: 100%;
}
.header-right {
    justify-content: center;
}
.task-parts .right {
    width: 30%;
}
.task-parts .left {
    width: 70%;
}
.comment-view .comment-list .message p {
    padding: 0 0px 0 0;
}
.document-row .document-left {
    max-width: 287px;
    padding: 40px 20px 40px 20px;
}
.document-row .document-left li a {
    padding: 8px 17px;
}
.document-row .document-left li img {
    margin: 0 10px 0 0;
}
.document-row .document-right {
    width: calc(100% - 287px);
    padding: 40px 20px 40px 20px;
}
.document-row .document-right .document-content {
    padding: 30px 20px 50px;
}
.document-row .document-left h5 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 25px;
}
.document-row .document-right .document-content label {
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 10px 0;
}
.document-row .document-right .document-content p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 15px;
}
.document-row .document-right .document-content h4 {
    font-size: 28px;
    line-height: 30px;
}
.document-row .document-right .document-content .signature {
    margin: 37px 0 0 0;
}
ul.navigation-bar {
    display: none !important;
}
.toggle-btn {
    display: block;
}
.toggle-btn button {
    border: none;
    background: #fff;
    font-size: 21px;
}
.header-right .user-account {
    width: 100%;
}
.header-right .user-account ul {
    justify-content: right;
}
.header-right {
    margin: 10px 0 0;
    position: relative;
}
.header-right .user-account ul li {
    padding-right: 22px;
}
.header-right .user-account ul li a {
    font-size: 14px;
}
.header-right .user-account ul li.user a {
    font-size: 16px;
}
.header-right .user-account ul li.user span {
    margin-right: 10px;
}
.task-listing .sorting form select {
    max-width: 180px;
}
.landing-slider .slick-next {
    right: 10px;
}
.landing-slider .slick-prev {
    left: 10px;
}
.landing-slider .content .inner {
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
}
.landing-slider .content {
    max-width: 100%;
    width: 100%;
    padding: 0 60px;
}
.landing-page .content {
    padding: 0;
}
.landing-page .content h2 {
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 10px;
}
.landing-page .content p {
    font-size: 16px;
    line-height: 25px;
}

.landing-page .content .btns {
    margin: 28px 0 30px 0px;
}
.landing-slider .content .inner {
    max-width: 100%;
    padding: 25px 40px;
    margin: 0 auto;
    border-radius: 68px 1px 68px 1px;
}
.footer-collunm form .form-group input {
    width: 100%;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    margin-bottom: 6px;
}
.footer-collunm form .form-group button {
    position: static;
    border-radius: 6px 6px 6px 6px;
    padding: 0 22px;
    width: 100%;
}
.profile-image .img {
    width: 160px;
    height: 160px;
}
.profile-image a {
    margin: 16px 0 0 0;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    border-radius: 6px;
    padding: 0 15px;
}
.profile-image {
    text-align: center;
}
.profile-detail label {
    font-size: 16px;
    margin: 0 0 5px;
}
.profile-detail h6 {
    padding: 10px 10px;
    margin: 0 0 25px;
    font-size: 15px;
}
.profile-detail h3 a {
    font-size: 16px;
}
.listing-page .view-buttons {
    margin: 40px 0 20px;
}
.listing-page .view-buttons .row {
    align-items: end;
}
.login-menu a {
    margin: 0 13px 0 0;
}
.add-business-btn {
    font-size: 15px;
    padding: 7px 15px;
}
.bussiness-detail .business-grid .grid {
    margin: 0 0 20px;
}
.timing {
    padding: 10px 0 20px;
    max-width: 400px;
}
.rtl .welcome-text p:before {
    top: 7px;
}
.header-right .user-account ul li {
    padding-right: 14px;
    padding-left: 14px;
}
.rtl .header-left .search {
    padding-right: 6px;
}
.rtl header.header .col-lg-4 {
    width: 35%;
}
.rtl header.header .col-lg-8 {
    width: 65%;
}
.header-left .search .form-group button {
    top: 3px;
}
.rtl .timing {
    padding: 0;
}
header.header .col-lg-4 {
    width: 50%;
}
header.header .col-lg-8 {
    width: 50%;
}
.header-right .menubar ul li a {
    font-size: 14px;
}
ul.navigation-bar.open-menu {
    display: block !important;
    position: absolute;
    background: #fff;
    width: 190px;
    left: 0;
    top: 48px;
    padding: 0 10px 10px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 12%);

}
}
@media (max-width: 768px){
.expenses-report {
    overflow-x: scroll;
}

.overflow-table {
    min-width: 910px;
}
.members-contribution {
    overflow-x: scroll;
}


.expenses-report::-webkit-scrollbar-track, .members-contribution::-webkit-scrollbar-track, .listing-table::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 6px;
    background-color: transparent;
}
.expenses-report::-webkit-scrollbar, .members-contribution::-webkit-scrollbar, .listing-table::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: transparent;
}
.expenses-report::-webkit-scrollbar-thumb, .members-contribution::-webkit-scrollbar-thumb, .listing-table::-webkit-scrollbar-thumb{
    border-radius: 6px;
    -webkit-box-shadow: none;
    background-color: #DFDFDF;
}
.expenses-report {
    padding-bottom: 10px;
}
.members-contribution {
    padding-bottom: 10px;
}
.listing-table {
    overflow-x: scroll;
    padding-right: 20px;
        padding-bottom: 10px;
}
.task-listing {
    padding: 40px 0px 40px 20px;
}
.footer-top .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 25px;
}
.listing-banner img.desktop {
    display: none;
}
.listing-banner img.mobile {
    display: block;
}
}

@media (max-width: 767px){
.collunm-left {
    max-width: 100%;
    position: relative;
}
.welcome-text {
    height: auto !important;
    padding: 80px 0;
}
.collunm-right {
    width: 100%;
    padding: 0 20px;
}
.form-tab {
    margin: 40px 0 40px;
}
.registration-form form h4 {
    margin: 0 0 30px 0px;
    font-size: 28px;
    line-height: 30px;
}
.registration-form form .form-group label {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.registration-form form .form-group input {
    height: 44px;
}
.registration-form form .form-group select {
    height: 44px;
}
.registration-form form .form-group {
    /*margin-bottom: 20px;*/
}
.registration-form form .form-btn {
    text-align: center;
    margin: 40px 0 0;
}
.verification-input input {
    width: 69px;
    margin: 0 8px;
}
.verification-input {
    margin: 100px 0 30px 0;
}
.expired-time {
    margin-bottom: 20px;
}
.registration-form form h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.login-form form {
    padding-top: 60px;
}
.login-form form h4 {
    margin: 0 0 30px 0px;
    font-size: 28px;
    line-height: 30px;
}
.login-form form .form-group label {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.login-form form .form-group input {
    height: 44px;
}
.footer-collunm ul.quick-links li {
    margin: 0 0 10px;
}
.footer-collunm h6 {
    margin: 15px 0 10px;
}
.footer-top {
    background: #212121;
    padding: 10px 10px 30px;
}
.footer-collunm form {
    margin: 20px 0 0;
}
.footer-bottom  ul {
    display: flex;
    justify-content: center;
}
.footer-bottom p {
    text-align: center;
}
.footer-bottom-content {
    padding: 13px 0 14px;
}
.footer-bottom {
    padding: 0 12px;
}
.wallet {
    padding: 40px 0px 0 20px;
}
.wallet h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
}
.overflow-scroll-x {
    margin-bottom: 44px;
}
header.header {
    padding: 13px 16px 13px 15px;
}
.header-right {
    /*flex-wrap: wrap;*/
}
.graph-section {
    padding: 0 5px;
    margin-bottom: 30px;
}
.graph-section h5 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}
.graph-section .col-md-6 div {
    margin-bottom: 30px;
}
.task-parts .left ul li {
    padding: 0 20px;
}
.task-parts .left ul li img {
    width: 28px;
    height: 28px;
    margin: 16px auto 0;
    display: block;
}
.task-parts .left ul li a {
    height: 58px;
    width: 58px;
    line-height: 68px;
    font-size: 16px;
}
.task-parts .left {
    width: 100%;
}
.task-parts .right {
    width: 100%;
    border:none;
}
.task-parts .left ul {
    margin: 32px 0 47px;
}
.task-head {
    margin: 0 0 20px;
}
.task-head h5 {
    width: auto;
    font-size: 20px;
    line-height: 24px;
}
.task-head h5.text-end {
    width: 100%;
}
.my-task {
    padding: 40px 5px;
}
.document-row .document-left {
    max-width: 100%;
    position: static;
    height: auto !important;
}
.document-row .document-right {
    width: 100%;
}
.header-right .user-account ul li .dropdown-menu {
    /*min-width: 290px;*/
}
.header-right .user-account ul li.notification .dropdown-menu{
    min-width: 290px;
}
.financial-part .fund {
    padding-right: 30px;
}
.financial-report {
    padding: 40px 0px 40px 20px;
}
.financial-part {
    margin-bottom: 50px;
    padding-right: 20px;
}
.financial-report h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
}
.expenses-report {
    margin: 0 0 50px;
    padding-right: 20px;
}
.members-contribution {
    padding: 0 20px 10px 0;
}
ul.navigation-bar.open-menu {
    display: block !important;
    position: absolute;
    background: #fff;
    width: 190px;
    left: 0;
    top: 48px;
    padding: 0 10px 10px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 12%);
}
.header-right {
    position: relative;
}
.header-right .menubar ul li {
    padding: 5px 4px 9px;
}
.task-listing h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
}
.task-listing .sorting .col-md-2 {
    margin: 0 0 20px auto;
    width: 100%;
    text-align: left;
}
.task-listing .sorting {
    padding-right: 0;
}
.landing-slider .content p {

    font-size: 16px;
    line-height: 26px;
}
.landing-slider .slick-slide img {
    height: 480px;
    object-fit: cover;
}
.landing-page:before, .landing-page:after {
    height: 330px;
    width: 310px;
}
.landing-page {
    padding: 50px 0 60px;
}
.landing-page .content h2 {
    font-size: 32px;
    line-height: 40px;
}
.login-menu a {
    margin: 0 25px 0 0;
}
.landing-slider .slick-slide .mobile {
    display: block;
}
.landing-slider .slick-slide .desktop {
    display: none;
}
.landing-slider .content .inner {
    padding: 20px 40px;
    border-radius: 75px 1px 75px 1px;
}
.profile-detail {
    margin: 10px 0 0;
}
.profile-image .img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.my-profile {
    margin-bottom: 30px;
    padding: 0 15px;
}
.profile-detail h3 a {
    font-size: 16px;
    top: 5px;
}
.listing .collunm .list-logo img {
    /*width: 140px !important;*/
    width: 100% !important;
    margin: 0 0 14px;
}
.listing.grid-view .collunm .list-logo img {
    width: 100% !important;
    margin: 0;
}
.landing-header .justify-content-end {
    justify-content: center !important;
}
.logo {
    text-align: center;
    margin: 0 0 10px;
}
.bussiness-detail {
    padding: 40px 0 40px;
}
.bussiness-detail .sidebar {
    padding: 10px 20px;
}
.rtl .logo {
    margin: 0;
}
.rtl header.header .col-lg-4 {
    width: 100%;
}
.rtl header.header .col-lg-8 {
    width: 100%;
}
.rtl ul.navigation-bar.open-menu {
    left: auto;
}
.rtl .header-right .user-account ul li:last-child {
    padding-right: 0;
    padding-left: 0;
}
header.header .col-lg-8 {
    width: 100%;
}
header.header .col-lg-4 {
    width: 100%;
}
.rtl .login-menu {
    margin: 10px 0 0;
}
}


@media (max-width: 575px){
.welcome-text:before {
    height: 150px;
    width: 150px;
}
.landing-header button.login-btn {
	font-size: 13px;
    padding: 2px 11px;
}
.welcome-text:after {
    height: 150px;
    width: 150px;
}
.footer-bottom  ul {
    flex-wrap: wrap;
}
.wallet-category .category-blocks, 
.wallet-payment .payment-blocks, 
.contribution-detail .contribution-blocks, 
.investment .investment-blocks {
    min-width: 258px;
    max-width: 258px;
}
.wallet-category .top-collunm .category-type {
    font-size: 18px;
    line-height: 30px;
}
.wallet-payment .top-collunm .payment-type {
    font-size: 18px;
    line-height: 30px;
}
.header-right .user-account {
    padding-left: 0;
}
.header-left .search .form-group input {
    min-width: inherit;
    width: 100%;
    height: 40px;
}
.header-left {
    margin: 0 0 0;
}
.header-left .search .form-group button {
    font-size: 17px;
    height: 40px;
}

.new-comment form .comment-btns button {
    margin: 0 9px;
}
.new-comment form .form-group {
    width: calc(100% - 136px);
}
.new-comment form .comment-btns button.send {
    height: 38px;
    width: 38px;
}
.new-comment form .comment-btns button.send img {
    width: 20px;
}
.comment-btns {
    padding-left: 6px;
}
.comment-view .comment-list {
    margin: 27px 0 20px;
}
.task-head h5 {
    font-size: 18px;
    line-height: 22px;
}
.task-id {
    font-size: 18px;
    line-height: 34px;
}
.comment-view .comment-list .img img {
    width: 37px;
}
.comment-view .comment-list .img {
    margin: 0 10px 0 0;
}
.comment-view .comment-list .message .date-time {
    font-size: 12px;
}
.financial-part form select {
    padding: 12px 14px;
    width: 100%;
    margin: 10px 0 0;
}
.landing-slider .content p {
   
    font-size: 14px;
    line-height: 19px;
}

.landing-slider .slick-prev {
    height: 25px;
    width: 25px;
}
.landing-slider .slick-arrow:before {
    height: 25px;
    width: 25px;
    background-position: 5px 6px;
    background-size: 13px;
}
.landing-slider .slick-next {
    height: 25px;
    width: 25px;
}
.landing-slider .slick-next:before {
    background-position: 8px 6px;
}
.landing-slider .content {
    padding: 0 38px;
}
.landing-page .img img {
    width: 100%;
}
.landing-header .logo img {
    height: 35px;
}
.landing-header .col-sm-5 {
    width: auto;
}
.landing-header .col-sm-7 {
    width: calc(100% - 163px);
    padding-left: 0;
}

.login-menu a {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.landing-slider .content p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.landing-page .content h2 {
    font-size: 30px;
  
}
.footer-top .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.footer-collunm ul.quick-links li {
    margin: 0;
}
.landing-slider .content .inner {
    padding: 18px 28px;
    border-radius: 60px 1px 60px 1px;
}
.listing .collunm .detail ul li {
    margin: 0 0 8px 0;
    width: 100%;
    font-size: 16px;
}
.listing .collunm .detail ul {
    flex-wrap: wrap;
}
.grid-view .collunm-container {
    width: 100%;
}
.add-business-btn {
    font-size: 13px;
    padding: 2px 11px;
}
.business-form .max-width form .form-group {
    width: 100%;
    padding: 0;
}
.business-form .max-width form .form-btn {
    /*margin: 0px auto 0;*/
    width: 100%;
}
.information .direction-btn a {
    font-size: 15px;
    padding: 7px 15px;
}
.bussiness-detail .detail .gernal-list ul li span {
    margin: 0 auto;
}
.bussiness-detail .detail .gernal-list ul li span {
    margin: 0 auto;
    display: block;
}
.timing {
    max-width: 250px;
}
.grid-view .collunm-container .detail h4 {
    font-size: 25px;
    margin: 14px 0 8px;
}
.country-detail {
    display: flex;
    flex-wrap: wrap;
}
.country-detail a:first-child {
    width: 100%;
    margin: 0 0 12px 0;
}
}
@media (max-width: 480px){
.landing-page .content h2 {
    font-size: 27px;
    line-height: 35px;

}
.landing-slider .content .inner {
    padding: 10px 20px;
}
.landing-slider .content .inner {
   
    border-radius: 45px 1px 45px 1px;
}
.landing-slider .slick-slide img {
    height: 470px;
    object-fit: cover;
}
.login-menu a img {
    width: 17px;
    margin: 0 3px 0 0;
}
.landing-slider .content p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.popup {
    padding: 15px;
    top: 30%;
    max-width: 280px;
}
}

@media (max-width: 400px){
.landing-header .logo img {
    height: 30px;
}
.landing-header .col-sm-7 {
    width: calc(100% - 143px);
}
.landing-header {
    padding: 14px 0px 14px 0px;
}
}

@media (max-width: 360px){
.verification-input input {
    width: 59px;
    margin: 0 5px;
}
header.header {
    padding: 13px 10px 13px 10px;
}
.header-right .menubar ul li a {
    font-size: 13px;
    line-height: 23px;
}
.footer-collunm ul.quick-links li {
    margin: 0;
}
.popup {
    padding: 15px !important;
    max-width: 260px;
}
}