body {
	margin: 0px;
	padding:0px;
    background: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    box-sizing: border-box;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #D9D9D9;
}

*::-webkit-scrollbar-thumb {
    background-color: #454DA2;
    border-radius: 20px;
}
.table-responsive::-webkit-scrollbar-thumb {
  height: 6px;
}
.table-responsive::-webkit-scrollbar {
  height: 6px;
}
.container-fluid {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}
.account-pages {
    width: 100%;
    float: left;
}

.account-pages .account-page-left {
    width: 50%;
    float: left;
}

.account-pages .account-page-right {
    width: 50%;
    float: left;
}
.account-right-wrap {
    background: #454DA2;
    height: 100vh;
    padding: 30% 120px;
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.account-right-wrap h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}

.account-right-wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    width: 100%;
    display: block;
}
.auth-logo img {
    width: 125px;
}

.account-pages .card {
    padding: 11% 20%;
    box-shadow: none;
    height: 100vh;
    margin-bottom: 0;
    display: flex;
  justify-content: center;
  align-items: center;
}

.auth-logo {
    margin-bottom: 20px;
    text-align: center;
}

.account-pages .auth-head {
    width: 100%;
    margin-bottom: 20px;
}

.account-pages .auth-head h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #000;
}

.account-pages .auth-head p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #959AA1;
}

.account-pages .auth-form {
    width: 100%;
}

.account-pages .auth-form label.form-label {
    width: auto;
    position: absolute;
    left: 20px;
    background: #FFF;
    padding: 5px 10px;
    top: -15px;
}

.account-pages .auth-form input[type="tel"] {
    background: #FFFFFF;
    border: 1px solid #A2A7AD;
    border-radius: 5px;
    padding: 18px 16px 18px 60px;
    color: #000;
}

.account-pages .auth-form input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #A2A7AD;
    border-radius: 5px;
    padding: 18px 16px 18px 16px;
    color: #000;
}


.account-pages .auth-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.account-pages .auth-form .form-group span.c-code {
    position: absolute;
    top: 18px;
    left: 12px;
    width: 36px;
    border-right: solid 1px#ccc;
}

.account-pages .auth-form .form-check input {border: solid 1px #A2A7AD;}

.account-pages .auth-form .login-btn {
    width: 100%;
    background: #454DA2;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px;
    border: none;
    margin-bottom: 30px;
}

.account-pages .auth-form .form-check label {
    margin-bottom: 0;
}

.account-pages .auth-form .form-check label a {
    color: #6871CA;
}

.account-pages .auth-form .login-btn:hover, .account-pages .auth-form .login-btn:focus {
    background: #F36639;
    border: none;
}

.account-pages .sign-with-wrap {
    width: 100%;
    text-align: center;
}

.account-pages .sign-with-wrap h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #959AA1;
    margin-bottom: 20px;
    position: relative;
}

.account-pages .sign-with-wrap h5:before {
    content: "";
    background: #dcdcdc;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.account-pages .sign-with-wrap ul.list-inline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.account-pages .sign-with-wrap ul.list-inline li {
    width: 100%;
}
.account-pages .sign-with-wrap li.list-inline-item a {
    padding: 10px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 100%;
}
.account-pages .sign-with-wrap h5 span {
    background: #FFF;
    padding: 0 10px;
    position: sticky;
    left: 0;
    right: 0;
}
.account-pages .sign-with-wrap li.list-inline-item a img {
    width: 25px;
}

.account-pages .signup-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #959AA1;
}

.account-pages .signup-text {
    margin-top: 15px;
}

.account-pages .signup-text p a {
    font-weight: 700;
    color: #000;
}
.account-pages .signup-text p a:hover, .account-pages .signup-text p a:focus {
    color: #F36639;
}
.terms-modal h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.terms-modal h4 span {
    font-weight: 400;
    font-size: 13px;
    color: #959AA1;
    display: block;
}

.terms-modal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.terms-modal ul h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
}

.terms-modal ul p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    color: #6e6e6e;
    margin-bottom: 24px;
}

.terms-modal .modal-body {
    height: 400px;
    overflow: auto;
}

.terms-modal .modal-footer {
    text-align: center;
    justify-content: center;
}

.btn-outline {
    background: #FFFFFF;
    border: 1px solid #959AA1;
    border-radius: 5px;
    color: #626262;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px;
}
.btn-outline:hover, .btn-outline:focus {
    background: #454DA2;
    border: 1px solid #454DA2;
    color: #FFF;
}
.btn-blue {
    background: #454DA2;
    border-radius: 5px;
    border: 1px solid #454DA2;
    color: #FFF;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px;
}
.btn-blue:hover, .btn-blue:focus {
    background: #F36639;
    border: 1px solid #F36639;
    color: #FFF;
}
.btn-white {
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    color: #707071;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px;
}
.btn-white:hover, .btn-white:focus {
    background: #5a5a5a;
    border: 1px solid #5a5a5a;
    color: #FFF;
}
.otp-modal .modal-header {
    border-bottom: none;
    padding: 0;
}

.otp-modal .modal-header button.btn-close {
    top: 20px;
    position: absolute;
    right: 20px;
        z-index: 99;
}

.otp-modal h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-top: 0px;
}

.otp-modal .modal-body {
    padding: 49px;
}

.otp-modal p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #959AA1;
    margin-bottom: 15px;
}
.otp-modal em {
    font-style: normal;
    margin-bottom: 10px;
    display: block;
}
.otp-modal .otp-input {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: auto;
}

.otp-modal .otp-input input {
    background: #FFFFFF;
    border: 1px solid #A2A7AD;
    border-radius: 5px;
    margin-right: 18px;
    height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.otp-modal .otp-input input:last-child {
    margin-right: 0;
}
.otp-modal .otp-validate {
    margin: 20px auto 20px auto;
}

.otp-modal .otp-validate button.btn-blue {
    margin: 0;
    padding: 12px;
    width: 100%;
}

.resend-content {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.resend-content a {
    color: #F36639;
    font-weight: 600;
}


header.top-bar {
    padding: 15px 8px;
}

.page-content {
    padding: 0 8px;
}
.top-bar .logo img {
    width: 70px;
}

header.top-bar ul {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

header.top-bar ul li {
    display: inline-block;
    margin-left: 5px;
}

.btn-orange {
    color: #FFF;
    background: #F36639;
    border-radius: 5px;
    border: 1px solid #F36639;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px;
}

.btn-orange:hover, .btn-orange:focus {
    border: 1px solid #454DA2;
    background: #454DA2;
    color: #FFF;
}

/*=======================Landing page Slider==========================*/

.features-slider h1 {
    margin-top: 40px;
        color: #000000;
    margin-bottom: 22px;
}

.features-slider .slide {
  display: block;
  padding: 15px;
  margin-right: 15px;
  transition: ease all 0.3s;
  overflow: hidden;
}
.features-box {
    padding: 30px;
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
}
.pink {
    background: linear-gradient(136.02deg, #8423EF 6.88%, #EA167C 95.61%);
}
.orange {
    background: linear-gradient(136.02deg, #FFD33E 6.88%, #FC308F 95.61%);
}
.blue {
    background: linear-gradient(136.02deg, #3D1288 6.88%, #9748F3 95.61%);
}
.green {
    background: linear-gradient(136.02deg, #F6D762 6.88%, #9BF9D5 95.61%);
}
.red {
    background: linear-gradient(136.02deg, #e1073f 6.88%, #9d2dd1 95.61%);
}
.yellow {
    background: linear-gradient(136.02deg, #f4d45b 6.88%, #f28a43 95.61%);
}


.features-img img {
    width: 100%;
}
.features-box a {
    color: #FFF;
}

.features-box a h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.features-box .features-img {
    margin-bottom: 20px;
}

.features-box a p {
    margin-bottom: 0;
}
.features-slider .owl-dots {
    display: none;
}
.features-slider .owl-nav button.owl-next {
    font-size: 40px;
    background: #ffffffe6;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    right: 0;
    border-radius: 0;
    width: 62px;
}

.features-slider .owl-nav button.owl-prev {
    font-size: 40px;
    background: #ffffffe6;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    border-radius: 0;
    width: 62px;
}

.features-slider .owl-nav button.owl-prev:hover, 
.features-slider .owl-nav button.owl-prev:focus,
.features-slider .owl-nav button.owl-next:hover,
.features-slider .owl-nav button.owl-next:focus {
    background: #ffffffe6;
    color: #000;
}
.what-slider-section {
    margin-top: 40px;
}

.what-content-section {
    padding-top: 110px;
}

.what-content-section p {
    font-size: 15px;
    max-width: 600px;
    line-height: 30px;
}
.services-contant-wrap h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}
.services-card-wap {
    display: flex;
    flex-flow: row wrap;
}

.services-card-wap .services-card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    width: 44%;    
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.services-card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    width: 100%;    
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.services-card a {
    padding: 35px 25px;
        display: block;
}

.services-card h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 0;
}

.services-card span {
    background: #622CB1;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50px;
    line-height: 62px;
    margin: 0 auto 15px auto;
}

.services-card span img {
    width: 50px;
    line-height: 66px;
}
.services-card a:hover {
    background: #f3f3f3;
    border-radius: 5px;
}
.services-card a:hover h6 {
    color: #622CB1;
}

.services-image-wrap {
    text-align: center;
        padding-top: 95px;
}

.mob-slider .carousel-inner {
    max-width: 306px;
    margin: auto;
}
.services-image-wrap img.mob-case {
    height: 670px;
        position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
}
.services-image-wrap .carousel-indicators {z-index: 999;bottom: 30px;}

.services-image-wrap .carousel-indicators button {
    background: #D9D9D9;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 20px;
    margin: 0 5px;
}

.services-image-wrap .carousel-indicators button.active {
    background: #454DA2;
}
.row.landing-box-contant {
    margin-top: 40px;
}
.contant-box {
    margin: 15px 0 15px 0;
    padding: 30px;
    border-radius: 10px;
}
.contant-box h3{    
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.contant-box.green-box {    
    background: #DFF7DA;
}
.contant-box.pink-box {    
    background: #F9CBE9;
}
.contant-box.yellow-box {    
    background: #EFF6B3;
}
.contant-box.blue-box {    
    background: #E4D1FF;
}

.green-box h3 {
    color: #95E384;
}
.pink-box h3 {
    color: #EC50B6;
}
.yellow-box h3 {
    color: #C9E100;
}
.blue-box h3 {
    color: #A366FF;
}

.contant-box p {
    color: #767676;
    line-height: 26px;
    margin-bottom: 0;
    font-size: 15px;
}
.our-partner-section {
    background: #F6F6F6;
    margin: 40px 0;
    padding: 40px 0;
}

.our-partner-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #454DA2;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.our-partner-section {
    background: #F6F6F6;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center;
}

.our-partner-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #454DA2;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.our-partner-section ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.our-partner-section ul li {
    display: inline-block;
    margin: 0 30px;
}

.our-partner-section ul li img {
    width: 200px;
}
.download-app-icon {
    background: #454DA2;
    padding: 90px;
}

.download-app-icon ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 440px;
}

.download-app-icon ul li {
    display: inline-block;
    margin: 0 10px;
}
.footer-section .footer-address p a {
    color: #FFF;
}
.download-app-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.download-app-section {
    position: relative;
    padding-top: 110px;
}

.download-app-section img.hand-app {
    position: absolute;
    bottom: 0;
    right: 90px;
    height: 410px;
}

.download-app-icon ul li img {
    width: 180px;
}

footer.footer-section {
    background: #222222;
    margin-top: 50px;
    margin-left: 110px; 
}
.landing-page-wrap footer.footer-section {
  margin-left: 0;
}
.footer-top {
    padding: 40px 20px 40px 20px;
}

.footer-section .footer-support img {
    float: left;
}

.footer-section .footer-address {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-section .footer-support .support-contant {
    margin-left: 66px;
}

.footer-section .footer-support .support-contant h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #F36639;
}

.footer-section .footer-support .support-contant span {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #E5E5E5;
}

.footer-section .footer-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section .footer-address h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    text-transform: uppercase;
}

.footer-section .footer-address p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 5px;
    max-width: 480px;
}
.subscribe-newsletter {
    width: 500px;
    float: right;
}

.subscribe-newsletter h6 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
}

.subscribe-newsletter input.form-control {
    background: #222222;
    border: 2px solid #A1A1A1;
    border-radius: 5px;
    padding: 18px 140px 18px 18px;
    color: #FFF;
}

.subscribe-newsletter button.subscribe-btn {
    background: #F36639;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 20px 10px 20px;
    color: #FFF;
    position: absolute;
    top: 41px;
    right: 21px;
    border: none;
}

.subscribe-newsletter button.subscribe-btn:hover, .subscribe-newsletter button.subscribe-btn:focus {
    background: #454da2;
}
.footer-menu {
    width: 100%;
    float: left;
    text-align: right;
}

.footer-menu ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer-menu ul li a {
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #FFF;
    text-transform: uppercase;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-menu ul li a:hover, .footer-menu ul li a:focus {
    color: #f36639;
}
.conversation-head h5 {
    color: #f36639;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}

.conversation-head h5:before {
    content: "";
    border-top: solid 1px #ffffff3d;
    width: 100%;
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 220px;
}

.conversation-head h5 {
    color: #f36639;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}

.conversation-head h5:before {
    content: "";
    border-top: solid 1px #ffffff3d;
    width: calc(100% - 220px);
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 220px;
}

.footer-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer-contact ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.footer-contact ul li a span {
    background: #222222;
    border: 1px solid #414141;
    padding: 10px 12px;
    border-radius: 20px;
    margin-right: 5px;
}

.footer-contact ul li a:hover, .footer-contact ul li a:focus {
    color: #f36639;
}
.footer-social {
    float: right;
    display: flex;
}

.footer-social em {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
}

.footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-social ul li a {
    color: #FFF;
}

.footer-social ul li a i {
    font-size: 18px;
}
.footer-bottom {
    background: #0B0B0D;
    padding: 20px 0;
}
.footer-copyright {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
}

.vertical-menu {
    background: #f1f1f1;
    position: fixed;
    width: 110px;
    z-index: 9;
    height: 100%;
    top: 0px;
    left: 0;
    border: none;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
.dashboard-page-wrap header.top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0px;
    z-index: 8;
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    padding: 0;
}

header.top-bar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 calc(24px * .5) 0 0;
}

.navbar-brand-box {
    width: 110px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f1f1f1;
}

#sidebar-menu {
    padding: 0px 0 30px 0;
}

#sidebar-menu .metismenu {
    margin: 0;
}

#sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap;
    text-align: center;
    padding: 10px;
}
#sidebar-menu ul li a {
    display: block;
    padding: 0;
    color: #444746;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
header.top-bar form {
    width: 88%;
    padding-left: 135px;
}

.form-search {
    display: flex;
    flex-direction: row;
}

header.top-bar form input.form-control {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 13px 13px 13px 36px;
    height: 47px;
}

.form-search .search-keyword {width: 32%;margin-right: 20px;position: relative;}

.form-search .search-city {
    width: 32%;
    margin-right: 20px;
    position: relative;
}

.form-search i {
    position: absolute;
    top: 16px;
    left: 14px;
}

.form-search .search-btn button {
    background: #F36639;
    border-radius: 5px;
    color: #FFF;
    border: none;
    padding: 14px 30px;
    font-weight: 600;
    height: 47px;
}
.form-search .search-btn button:hover, .form-search .search-btn button:focus {
    background: #454DA2;
}

header.top-bar button.filter-btn {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 14px 30px;
    font-weight: 600;
    height: 47px;
    color: #000;
    width: 120px;
    margin-right: 18px;
}

#sidebar-menu>ul>li em {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
}

#sidebar-menu>ul>li img {
    border-radius: 50px;
}
#sidebar-menu ul li a span {
    display: block;
}

#sidebar-menu ul li a i {
    font-size: 16px;
    margin-bottom: 7px;
}


#sidebar-menu>ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
}
#sidebar-menu>ul>li:hover>ul {
    display: block;
    left: 110px;
    position: absolute;
    width: 190px;
    height: auto!important;
    background: #FFFFFF;
    box-shadow: 0px 8px 25px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 15px;
        top: 10px;
}

#sidebar-menu>ul>li:hover>ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

#sidebar-menu>ul>li:hover>ul li {
    margin-bottom: 15px;
}

#sidebar-menu>ul>li:hover>ul li a i {
    font-size: 14px;
    margin-right: 5px;
}
#sidebar-menu>ul>li:hover>ul li:last-child {
    margin-bottom: 0;
}
#sidebar-menu>ul>li:hover a, #sidebar-menu>ul>li:focus a {
    color: #454DA2;
}
#sidebar-menu>ul>li a.active {
    color: #454DA2;
}
#sidebar-menu>ul>li:hover>ul li a img {
    border-radius: 0;
    height: 14px;
    margin-right: 5px;
}

.main-content {
    padding: 100px 30px 0px 140px;
}
.main-content.without-header-wrap {
    padding-top: 30px;
}
.dashboard-page-wrap {
    width: 100%;
    display: block;
}
.main-banner img {
    width: 100%;
}

.main-banner {
    display: block;
    margin-bottom: 30px;
}

.dashboard-notification .features-box {
    margin-bottom: 30px;
}
.dashboard-notification ul.nav.nav-tabs {
    background: #F2F2F2;
    margin-bottom: 26px;
    border: none;
}
.dashboard-notification ul.nav.nav-tabs li a:hover, .dashboard-notification ul.nav.nav-tabs li a:focus {
    border-bottom: none;
}
.dashboard-notification ul.nav.nav-tabs li a {
    font-weight: 500;
    font-size: 14px;
    padding: 13px 25px 15px 25px;
    color: #565656;
    border-top: solid 4px #f2f2f2;
    border-radius: 0;
}

.dashboard-notification ul.nav.nav-tabs li a.active {
    background: #454DA2;
    color: #FFF;
    border-radius: 0;
    border-top: solid 4px #F36639;
}
/*.simple-notification .features-box a {
    color: #767676;
}*/

/*.simple-notification .features-box a h2 {
    color: #454DA2;
}*/
.simple-notification h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}
.features-box .apply-date {
    border-top: solid 1px #D9D9D9;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.apply-date .date span {
    display: block;
    margin-bottom: 2px;
    color: #FFF;
}
.apply-date .date strong {
    color: #FFF;
}

.simple-notification .apply-date .date span {
    display: block;
    margin-bottom: 2px;
    color: #FFF;
}
.simple-notification .apply-date .date strong {
    color: #FFF;
}

.apply .apply-btn {
    background: #F36639;
    border-radius: 5px;
    color: #FFF;
    border: none;
    padding: 11px 40px;
    font-weight: 600;
}

.apply .apply-btn:hover, .apply .apply-btn:focus {
    background: #454DA2;
}
.dashboard-notification ul.nav.nav-tabs li, .dashboard-notification ul.nav.nav-tabs li a {
    outline: none !important;
}
.load-more {
    text-align: center;
    margin-bottom: 30px;
}
.filter-modal .nav-pills {
    height: 350px;
    background: #EDEDED;
    width: 150px;
}

.filter-modal .modal-body {
    padding: 0;
    border-radius: 0;
}

.filter-modal .modal-body .nav-link {
    color: #000;
    padding: 12px;
    border-radius: 0;
    font-weight: 500;
}

.filter-modal .modal-body .nav-link.active {
    background: #FFF;
    color: #454DA2;
}

.filter-modal .tab-content {
    width: 100%;
}

.filter-modal .tab-content .tab-pane {
    height: 350px;
    overflow: auto;
    padding: 20px 0;
}

.filter-modal .tab-content .tab-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-modal .tab-content .tab-pane ul li label {
    margin-bottom: 0;
    padding-left: 5px;
    font-weight: 400;
}

.filter-modal .tab-content .tab-pane ul li {
    margin-bottom: 15px;
}

.filter-modal .tab-content .tab-pane ul li input {
    margin-top: 3px;
    float: left;
}
.notification-details-wrap h1 {
    color: #454DA2;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
}

.notification-head {
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.notification-details-wrap span {
    color: #767676;
    font-weight: 500;
    font-size: 14px;
}

.notification-details-wrap span strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.notification-details-wrap h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.notification-details-wrap p {
    margin-bottom: 30px;
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.notification-card {
    background: #FFFFFF;
    border: 2px solid #E4E4E4;
    border-radius: 10px;
    padding: 30px;
}

.notification-details-wrap ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
}

.notification-details-wrap ul li {
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.notification-details-wrap ul.application-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.notification-content a.btn-blue {
    margin-bottom: 20px;
    display: inline-block;
}
.notification-content a.btn-blue {
    margin-bottom: 20px;
    display: inline-block;
}

.notification-right-head {
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.notification-right-head p {
    margin-bottom: 0;
}

.notification-right-content p {
    margin-bottom: 20px;
}

.notification-right-btn a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.notification-right-btn a:last-child {
    margin-bottom: 0;
}
.notification-details-wrap p strong {
    color: #454DA2;
}
.resume-box {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.resume-box img {
    width: 100%;
}

.resume-box span.resume-title {
    background: #454DA2;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px;
    color: #FFF;
}

.resume-box a:hover .resume-title {
    background: #F36639;
}
.aadhar-services .services-card span {
    display: inline-block;
    text-align: center;
    background: #EDEDED;
        line-height: 66px;
}

.aadhar-services .services-card a {
    text-align: left;
}

.aadhar-services .services-card p {
    margin-bottom: 0;
}
.aadhar-services .services-card a:hover {
    background: #F36639;
}

.aadhar-services .services-card a:hover h6 {
    color: #FFF;
}

.aadhar-services .services-card a:hover p {
    color: #FFF;
}
.aadhar-services .services-card span img {
    width: 26px;
}
table.table.table-editable {
    border: 1px solid #C9C9C9;
        margin-bottom: 0;
}
.table-responsive {
    margin-bottom: 15px;
}
table.table.table-editable thead {
   background: #454DA2;
    color: #FFF;
}

table.table.table-editable a {
    color: #454DA2;
    font-size: 14px;
    margin: 0 10px;
}

table.table.table-editable a.btn-delete {
    color: red;
    font-size: 19px;
}

table.table.table-editable img {
    height: 50px;
}
.btn-add-more {
    background: #454DA2;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #FFF;
    border:none;
}
.btn-add-more:hover, .btn-add-more:focus {
    background: #F36639;
    color: #FFF;
    border:none;
}

form.form label.form-label {
    width: auto;
    position: absolute;
    left: 20px;
    background: #FFF;
    padding: 5px 10px;
    top: -15px;
}

form.form select {
    border: 1px solid #A2A7AD;
    border-radius: 5px;
    padding: 14px 16px 14px 16px;
    color: #000;
}

form.form input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #A2A7AD;
    border-radius: 5px;
    padding: 14px 16px 14px 16px;
    color: #000;
}

form.form textarea {
    background: #FFFFFF;
    border: 1px solid #A2A7AD;
    border-radius: 5px;
    padding: 14px 16px 14px 16px;
    color: #000;
    height: 90px;
}
.addDetai-modal .modal-body {
    height: 460px;
    overflow: auto;
}
.modal-header h4.modal-title {
    font-size: 16px;
}
form.form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
form.form .form-group:last-child {
    margin-bottom: 5px;
}

.files input {
    border: solid 1px #92b0b3;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 70px 0px 70px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 15px;
    right: 0;
    height: 15px;
    content: "";
    background-image: url(../images/upload.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 0px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Drag & Drop or Choose File to Upload";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}

.my-wallet table td img {
    width: 40px;
    height: 40px !important;
    border-radius: 50px;
    margin-right: 10px;
}
.my-wallet table td img {
    width: 40px;
    height: 40px !important;
    border-radius: 50px;
    margin-right: 10px;
}

td.success, td.success i {
    color: #75B62E;
}

td.failed, td.failed i {
    color: red;
}

td.pending, td.pending i {
    color: #F2C02E;
}

.wallet-balance {
   background: #F36639;
    border-radius: 10px;
    width: 420px;
    display: flex;
    padding: 60px 30px;
    text-align: center;
    flex-direction: column;
    float: right;
    margin-bottom: 30px;
    height: 220px;
}
.wallet-balance span {
  font-size: 15px;
  line-height: 11px;
  color: #FBFBFB;
  margin-bottom: 15px;
  display: block;
}
.wallet-balance .amount {
  font-weight: 700;
  font-size: 53px;
  line-height: 42px;
  color: #FFF;
}
.wallet-balance .amount i {
  font-size: 46px;
}

.add-money-wrap {
  background: #F6F6F6;
  border-radius: 10px;
  width: 420px;
  display: flex;
  padding: 25px 30px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 30px;
  height: 220px;
}
.add-money-input {
  margin-bottom: 20px;
  position: relative;
}
.add-money-input .form-control {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 13px 13px 13px 36px;
  height: 47px;
}
.add-money-input label {
  text-align: left;
  display: block;
}
.add-money-input i {
  position: absolute;
  bottom: 17px;
  left: 16px;
  color: #454DA2;
}
.recommended-amount > label {
  text-align: left;
  display: block;
  width: 100%;
}
.recommended-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.recommended-input label {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 0;
  border:none;
}
.recommended-input input {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.recommended-input input[type="radio"]:checked+label {
    background: #454DA2;
    color: #FFF;
    border:none;
}
.recommended-input {
  position: relative;
}
.report-details-wrap h1 {
  color: #454DA2;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 20px;
}
.report-form-box .form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.report-form-box .form input[type="date"] {
  background: #FFFFFF;
  border: 1px solid #A2A7AD;
  border-radius: 5px;
  padding: 14px 16px 14px 16px;
  color: #000;
}
.report-form-box .form label.form-label {
  width: auto;
  position: absolute;
  left: 20px;
  background: #FFF;
  padding: 5px 10px;
  top: -15px;
}
.report-form-box .form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.report-form-box {
  max-width: 800px;
  margin-top: 25px;
}
.activity-log-wrap {
  width: 100%;
  display: block;
}
.activity-log-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.activity-log-wrap ul li {
  display: block;
  margin-bottom: 20px;
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 20px;
}
.activity-log-wrap ul li label {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #B1B1B1;
  margin-bottom: 15px;
}
.activity-log-wrap ul li .log-img {
  width: 40px;
  margin-right: 10px;
}
.activity-log-wrap ul li .log-list {
  display: flex;
}
.activity-log-wrap ul li .log-img img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.activity-log-wrap ul li .log-content h6 {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}
.activity-log-wrap ul li .log-content span {
  color: #6B6B6B;
  font-weight: 300;
}

.term-policy-wrap h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.term-policy-wrap p {
  color: #767676;
  line-height: 26px;
}
.term-policy-wrap ul li {
  color: #767676;
  line-height: 26px;
}

.subscription-box {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}
.subscription-box h3 {
  color: #454DA2;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.subscription-box .free-trial {
  background: #EEFBF5;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.subscription-box .price {
  width: auto;
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 15px;
}
.subscription-box span {
  color: #606060;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.subscription-box input[type="radio"] {
  position: absolute;
  top: 20px;
  right: 20px;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.subscription-box label {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.address-box {
  background: #454DA2;
  border-radius: 10px;
  padding: 35px 35px 15px 35px;
  width: 100%;
  margin-bottom: 30px;
}
.address-box .address-list {
  margin-block: 20px;
  margin-top: 0;
}
.address-box .address-list strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
}
.address-box .address-list p {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.address-box .address-list a {
  color: #FFF;
}
.address-box .address-list em {
  display: block;
  font-style: normal;
  font-size: 13px;
  font-weight: 300;
  padding-left: 85px;
}
.address-form-box {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 35px 35px 5px 35px;
}
.address-form-box h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}
.address-form-box .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 20px;
}
.address-form-box .form-group input {
  background: #FFFFFF;
  border: 1px solid #A2A7AD;
  border-radius: 5px;
  padding: 14px 16px 14px 16px;
  color: #000;
}
.address-form-box .form-group .form-label {
  width: auto;
  position: absolute;
  left: 20px;
  background: #FFF;
  padding: 5px 10px;
  top: -15px;
}
.address-form-box .form-group textarea {
  background: #FFFFFF;
  border: 1px solid #A2A7AD;
  border-radius: 5px;
  padding: 14px 16px 14px 16px;
  color: #000;
  height: 150px;
}
.address-form-box .form-group button {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.contact-map {
  margin-top: 30px;
}
.details-profile-wrap h1 {
  color: #454DA2;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 20px;
}
.details-profile-wrap h2 {
  color: #454DA2;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.details-profile-input input {
  background: #F7F7F7;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  padding: 10px 15px;
}
.details-profile-input .form-label {
  margin-bottom: 5px;
}
.details-profile-input .form-group {
  margin-bottom: 20px;
}
.details-profile-input input:focus {
  background: #F7F7F7;
  border: 1px solid #E6E6E6;
}
.details-profile-input input:disabled {
  opacity: 0.7;
}
.details-profile-input {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.details-profile-table .btn-add-more {
  margin-top: 0;
  margin-bottom: 30px;
}
.details-profile-table h2 {
  margin-bottom: 10px;
}
.addDetailProfile-modal .form-group {
  margin-bottom: 25px !important;
}
.addDetailProfile-modal .modal-body {
  padding-bottom: 0;
}

.share-icon {
  background: #454DA2;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
  border: none;
  color: #FFF;
  border-radius: 40px;
  font-size: 18px;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.share-icon:hover, .share-icon:focus {
  background: #f36639;
}
.whishlist-icon {
  background: #D92E2E;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
  border: none;
  color: #FFF;
  border-radius: 40px;
  font-size: 18px;
  display: block;
  width: 50px;
  height: 50px;
}
.share-whislist {
  position: absolute;
  top: 20px;
  right: 20px;
}


/*========================= Side Menu Toggle in Mobile =========================*/
#slide-nav .navbar-toggle {
    display: none;
}
div#slidemenu {
    display: none;
}
.for-mobile {
    display: none;
}
.top-bar.witout-header {
    display: none;
}

@media (max-width:767px) {
footer.footer-section {
    margin-left: 0;
}
.for-desktop {
    display: none;
}
.for-mobile {
    display: block;
}
.top-bar.witout-header {
    display: block;
}
.top-bar.witout-header .navbar-header {
    padding: 5px !important;
}
.main-content.without-header-wrap {
    margin-top: 50px;
}
#page-content.without-header-wrap.slide-active {
    padding-top: 21px;
}
.vertical-menu {display: none;}
#sidebar-menu ul.dropdown-container {
    position: inherit !important;
    left: 0 !important;
    width: 90px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}

#sidebar-menu ul.dropdown-container li a img {
    margin-right: 0 !important;
    display: none;
}

#sidebar-menu ul.dropdown-container li a {
    font-size: 12px !important;
    text-align: center;
    color: #595959 !important;
}

#sidebar-menu>ul>li button {
    border: oldlace;
    background: no-repeat;
    display: contents;
}
#slidemenu {
    background: #f1f1f1;
    position: fixed;
    width: 110px;
    z-index: 9;
    height: 100%;
    top: 0px;
    left: 0;
    border: none;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
#page-content {
    position: relative;
    left: 0;
}
#page-content.slide-active {
    padding-top: 190px;
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 22px;
    margin-left: 15px;
    height: 40px;
    padding: 4px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle .icon-bar {
    background: #f36639
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
    #slide-nav .container {
        margin: 0;
        padding: 0!important;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 15px 0px;
    }
    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }
    #slidemenu.slide-active {
        display: block;
    }
   #slidemenu {
        background: #f7f7f7;
        left: -110px;
        width: 110px;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: 0px;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }
    #slide-nav {
        border-top: 0
    }
    #slide-nav.navbar-inverse #slidemenu {
        background: #333
    }
    #slide-nav #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        width: 80%;
        left: -80%;
        background: #eee;
    }
    #slide-nav.navbar-inverse #navbar-height-col {
        background: #333;
        z-index: 1;
        border: 0;
    }
    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }
    #slide-nav .navbar-form .form-control {
        text-align: center
    }
    #slide-nav .navbar-form .btn {
        width: 100%
    }

/*========================= Side Menu Toggle in Mobile =========================*/

@media (max-width:1199px){
    .account-right-wrap {
        padding: 30% 60px;
    }

    .account-right-wrap h1 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    .account-pages .card {
        padding: 10% 10%;
    }
    .what-content-section {
        padding-top: 35px;
    }
    .services-card-wap .services-card {
        width: 43%;
    }
    .our-partner-section ul li {
        margin: 0 20px;
    }
    .our-partner-section ul li img {
        width: 182px;
    }
    .download-app-section img.hand-app {
        right: 0px;
    }
    .footer-menu ul li {
        margin: 0 4px;
    }
    .footer-menu ul li a {
        font-size: 12px;
    }
    .features-box a h2 {
        font-size: 15px;
        line-height: 22px;
    }
    .features-box {
        padding: 18px;
    }
    .share-icon, .whishlist-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .subscribe-newsletter {
        width: 100%;
    }
    .footer-contact ul li {
        margin-right: 20px;
    }
    .aadhar-services .col-md-3 {
        width: 33.33%;
    }
    .address-box .address-list em {
        padding-left: 0;
    }
    .address-box {
        padding: 20px 20px 15px 20px;
    }
    .address-form-box {
        padding: 25px;
    }
    .wallet-balance {
        width: 100%;
    }

    .add-money-wrap {
        width: 100%;
    }
}

@media (max-width:991px){
    .account-right-wrap h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .account-right-wrap p {
        font-size: 14px;
        line-height: 28px;
    }

    .account-right-wrap {
        padding: 24% 40px;
    }

    .account-pages .card {
        padding: 10% 8%;
    }

    .account-pages .auth-head h5 {
        font-size: 24px;
        line-height: 28px;
    }

    .auth-logo img {
        width: 100px;
    }
    .features-box a h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .features-box {
        padding: 15px;
    }

    .what-content-section h2 {
        font-size: 20px;
    }

    .what-content-section p {
        font-size: 13px;
        line-height: 24px;
    }

    .services-card-wap .services-card {
        margin-right: 15px;
        width: 45%;
        margin-bottom: 15px;
    }

    .services-card a {
        padding: 25px 15px;
    }

    .services-card h6 {
        font-size: 14px;
    }
    .contant-box h3 {
        font-size: 18px;
    }

    .contant-box p {
        font-size: 14px;
    }

    .our-partner-section ul li img {
        width: 130px;
    }
    .our-partner-section h2 {
        font-size: 22px;
    }
    .contant-box h3 {
        font-size: 18px;
    }

    .contant-box p {
        font-size: 14px;
    }

    .our-partner-section ul li img {
        width: 130px;
    }

    .our-partner-section h2 {
        font-size: 22px;
    }

    .download-app-section h2 {
        font-size: 25px;
    }

    .download-app-section img.hand-app {
        height: 350px;
    }

    .download-app-icon {
        padding: 60px 30px 110px 30px;
    }

    .download-app-icon ul {
        float: left;
    }

    .subscribe-newsletter {
        width: 100%;
    }

    .footer-section .footer-address h6 {
        font-size: 14px;
    }

    .footer-section .footer-address p {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-menu ul li a {
        font-size: 11px;
    }

    .footer-menu ul li {
        margin: 0 10px;
    }

    .footer-contact ul li {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .footer-contact ul li a span {
        padding: 5px 7px;
    }

    .footer-contact ul li a {
        font-size: 13px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .footer-social em {
        font-size: 12px;
    }
    .main-content {
        padding: 90px 20px 0px 20px;
    }

    header.top-bar form {
        padding-left: 18px;
    }

    header.top-bar button.filter-btn {
        margin-right: 8px;
    }

    .dashboard-notification .col-md-4 {
        width: 50%;
    }

    .footer-contact ul li a span {
        margin-right: 0;
    }
    .subscribe-newsletter button.subscribe-btn {
        top: 34px;
    }
    .subscribe-newsletter h6 {
        font-size: 14px;
    }
    .dashboard-notification ul.nav.nav-tabs li {
        width: 100%;
    }
    .aadhar-services .col-md-3 {
        width: 50%;
    }
    .contact-wrap .col-md-4, .contact-wrap .col-md-8 {
        width: 100%;
    }
    .address-form-box {
        padding-bottom: 0;
    }
    .contact-wrap .col-md-4 .address-box {
        height: auto !important;
    }
    .address-form-box {
        padding: 20px 15px 0px 15px;
    }
    .address-form-box h3 {
        font-size: 20px;
    }
    .details-profile-wrap h2 {
        font-size: 14px;
        line-height: 22px;
    }
    .details-profile-input .col-md-3, .details-profile-input .col-md-9 {
        width: 100%;
    }
    .details-profile-wrap h2 {
        margin-bottom: 12px;
    }
    .services-page-wrap .col-md-3 {
        width: 50%;
    }
    .notification-details-wrap .col-md-8, .notification-details-wrap .col-md-4 {
        width: 100%;
    }

    .notification-card {
        margin-bottom: 20px;
    }
    .recommended-input label {
        padding: 10px 18px 10px 18px;
        font-size: 16px;
    }

    .add-money-wrap {
        padding: 20px;
    }
    .subscription-plan-wrap .col-md-4 {
        width: 50%;
    }
}

@media (max-width:767px){
    .subscription-plan-wrap .col-md-4 {
    width: 100%;
}
    .account-pages .account-page-left {
        width: 100%;
    }
    button.btn-add-more {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .account-pages .account-page-right {
        width: 100%;

    }
    .notification-details-wrap h1 {
        font-size: 17px;
        line-height: 26px;
    }
    .account-right-wrap {
        padding: 40px 40px;
        height: auto;
    }

    .account-right-wrap p {
        margin-bottom: 0;
    }
    .account-right-wrap h1 br {
        display: none;
    }
    .account-right-wrap h1 {
        font-size: 26px;
        line-height: 22px;
    }
    .account-pages .card {
        height: auto;
    }
    .otp-modal .modal-body {
        padding: 30px;
    }
    header.top-bar {
        text-align: center;
    }

    header.top-bar ul {
        float: none;
        margin-bottom: 10px;
    }

    header.top-bar .logo {
        margin-bottom: 10px;
    }

    .services-card-wap .services-card {
        margin-left: 5px;
        margin-right: 5px;
        width: 47%;
    }

    .services-contant-wrap {
        text-align: left;
    }

    .download-app-icon ul li {
        margin-bottom: 20px;
        display: block;
    }

    .download-app-icon ul {
        float: none;
    }

    .download-app-icon ul li img {
        width: 140px;
    }

    .download-app-section h2 {
        text-align: left;
        margin-bottom: 10px;
    }

    .footer-menu ul {
        margin: 30px 0;
        text-align: center;
    }

    .footer-menu ul li {
        margin: 0 10px;
    }

    .footer-menu ul li a {
        font-size: 11px;
    }

    .footer-contact ul {
        margin-bottom: 23px;
    }

    .footer-social {
        float: none;
        width: 100%;
        text-align: center;
        margin: auto;
        flex-direction: row;
        justify-content: center;
    }

    .footer-contact {
        text-align: center;
    }
    .subscribe-newsletter h6 {
        font-size: 15px;
    }
    .download-app-section {
        padding-top: 40px;
    }
    .subscribe-newsletter button.subscribe-btn {
        top: 35px;
        position: inherit;
        margin: 13px auto 0 auto;
        display: block;
    }
    .subscribe-newsletter input.form-control {
        padding: 15px;
    }
    .carousel-indicators button {
        background-color: #939393 !important;
    }
    .features-slider h1 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .carousel-indicators {
        bottom: -40px;
    }
    header.top-bar .navbar-header {
        height: auto;
        padding: 15px 0;
        display: block;
        float: left;
        width: 100%;
    }

    .form-search .search-keyword, .form-search .search-city {
        width: 100%;
        margin-bottom: 10px;
    }

    header.top-bar .navbar-header .form-search {
        display: block;
    }

    header.top-bar form {
        width: 100%;
        padding-right: 18px;
        padding-left: 50px;
    }

    .form-search .search-btn {
        float: left;
    }

    header.top-bar button.filter-btn {margin-right: 18px;float: right;height: 38px;line-height: 9px;}

    header.top-bar form input.form-control {
        height: 40px;
    }

    .form-search .search-btn button {
        height: 38px;
        line-height: 12px;
    }
    .main-content {
        padding-top: 190px;
    }
    .dashboard-notification .col-md-4 {
        width: 100%;
    }
    .aadhar-services .col-md-3 {
        width: 100%;
    }
    .services-page-wrap .col-md-3 {
        width: 100%;
    }
    .report-form-box .form {
        flex-direction: column;
    }
}

@media (max-width:480px){
    .features-slider .owl-nav {
        display: none;
    }
    .account-right-wrap {
        padding: 30px 30px;
    }
    .notification-card {
        padding: 20px;
    }
    .account-right-wrap h1 {
        font-size: 23px;
        line-height: 22px;
    }

    .account-right-wrap p {
        font-size: 13px;
        line-height: 22px;
    }

    .account-pages .sign-with-wrap ul.list-inline {
        display: block;
    }

    .account-pages .sign-with-wrap ul.list-inline li {
        margin-bottom: 15px;
    }

    .account-pages .signup-text {
        margin-top: 0;
    }

    .account-pages .auth-form .login-btn {
        margin-bottom: 20px;
    }

    .account-pages .card {
        padding: 16% 5% 10% 5%;
    }
    .otp-modal .otp-input input {
        height: 49px;
    }
    .account-pages .auth-head p {
        font-size: 14px;
    }
    .otp-modal p {
        font-size: 14px;
        line-height: 24px;
    }

    .otp-modal h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .features-slider .owl-nav button.owl-prev {
        left: -43px;
        width: 40px;
        text-align: right;
    }

    .features-slider .owl-nav button.owl-next {
        width: 40px;
        text-align: left;
        right: -43px;
    }
    .services-image-wrap {
        padding-top: 40px;
    }
    .services-card-wap .services-card {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .contant-box {
        padding: 15px;
    }

    .footer-contact ul li {
        margin-bottom: 20px;
    }

    .footer-copyright {
        line-height: 18px;
        font-size: 11px;
    }

    .footer-menu ul li {
        display: block;
        margin-bottom: 12px;
    }

    .conversation-head h5:before {
        display: none;
    }

    .conversation-head h5 {
        width: 100%;
        text-align: center;
    }

    .download-app-section img.hand-app {
        display: none;
    }

    .download-app-icon {
        padding: 40px 40px 20px 40px;
    }

    .download-app-icon ul li img {
        width: 100%;
    }

    .download-app-section h2 {
        text-align: center;
    }

    .download-app-section {
        padding-top: 0;
    }
    .footer-section .footer-support .support-contant h6 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .footer-section .footer-support img {
        width: 40px;
    }
    .footer-section .footer-support .support-contant {
        margin-left: 50px;
    }
    .main-content.without-header-wrap {
        padding-top: 20px;
    }

    .main-banner {
        margin-bottom: 15px;
    }
    .report-details-wrap h1 {
        margin-bottom: 5px;
    }
    .activity-log-wrap ul li .log-content h6 {
        font-size: 13px;
        line-height: 18px;
    }
    .activity-log-wrap ul li label {
        font-size: 13px;
    }
    .activity-log-wrap ul li .log-content span {
        font-size: 11px;
    }
    .wallet-balance .amount {
        font-size: 30px;
    }

    .wallet-balance .amount i {
        font-size: 28px;
    }

    .wallet-balance {
        height: auto !important;
    }
    .recommended-box {flex-direction: column;width: 100%;}

    .recommended-input label {
        width: 100%;
        margin-bottom: 15px;
    }

    .add-money-wrap {
        height: auto;
    }
}