* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
}




body {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    color: #000 !important;
    background: #fff;
}

a,
img,
button,
input[type="submit"] {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.clear {
    clear: both;
    width: 100%;
}

body.home {
    background: url("../images/home-bg.jpg") no-repeat right top;
    background-size: cover !important;
}


body.about,
body.contact,
body.price {
    background: url("../images/about-bg.jpg") no-repeat right top;
    background-size: cover !important;
}

body.feature,
body.blog {
    background: url("../images/feature-bg.jpg") no-repeat center bottom;
    background-size: cover !important;
}


header.site-header {
    margin: 0;
    padding: 25px 0;
    width: 100%;
    position: relative
}

header.site-header .row {
    align-items: center;
}

header.site-header .main-menu {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

header.site-header .main-menu li {
    margin: 0 15px;
    padding: 0
}

header.site-header .main-menu li:last-child {
    margin-right: 0
}

header.site-header .main-menu li a {
    color: #fff;
    text-decoration: none
}

header.site-header .main-menu li a:hover {
    color: #7596F3
}

header.site-header .site-brand img {
    max-width: 200px;
    width: 100%
}


.consultant-sec {
    margin: 0;
    padding: 60px 0;
    width: 100%;
    position: relative
}

.consultant-sec .bg {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 60px 60px;
    border-radius: 45px;
    text-align: center;
    position: relative;
}

.consultant-sec .bg .consultant-list {
    margin: 30px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none
}

.consultant-sec .bg .consultant-list li {
    margin: 0;
    padding: 0 30px;
    position: relative
}

.consultant-sec .bg .consultant-list li:before {
    border-left: 1px solid #ced5de;
    position: absolute;
    left: 0;
    content: "";
    height: 150px
}

.consultant-sec .bg .consultant-list li:first-child:before {
    display: none
}

.consultant-sec .bg .consultant-list li a {
    display: inline-flex;
    flex-wrap: wrap;
    text-decoration: none;
    flex-direction: column;
    text-align: center
}

.consultant-sec .bg .consultant-list .img-box {
    width: 150px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 150px;
    margin: 0 0 15px 0;
    position: relative;
}

.consultant-sec .bg .consultant-list .img-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.consultant-sec .bg .consultant-list .conusltant-name {
    color: #000;
    font-size: 21px
}

.consultant-sec .bg .welcome-txt {
    color: #000;
    font-size: 28px
}

.consultant-sec .site-brand {
    margin: 10px 0 30px 0
}

.consultant-sec .site-brand img {
    width: 100%;
    max-width: 300px
}

.consultant-sec .bg button {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 60px;
    border-radius: 30px;
    cursor: pointer
}

.consultant-sec .chat-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.consultant-sec .chat-list li {
    display: flex;
    margin: 90px 0 0 0;
    padding: 0;
    width: 100%
}

.consultant-sec .chat-list li .content {
    display: flex;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    align-items: center;
    width: 100%
}

.consultant-sec .chat-list li .content p {
    line-height: 21px;
    font-size: 15px;
}

.consultant-sec .chat-list li .content p:last-child {
    margin-bottom: 0
}

.consultant-sec .chat-list li .content .img-box {
    min-width: 40px;
    margin: 0 15px 0 0
}

.consultant-sec .chat-list li .content .img-box img {
    height: 40px;
    width: 40px;
    object-fit: cover
}

.consultant-sec .chat-list li:nth-child(1) {
    margin-left: 15%
}

.consultant-sec .chat-list li:nth-child(2) {
    margin-left: 5%
}

.consultant-sec .chat-list li:nth-child(3) {
    margin-left: 20%
}


.consultant-sec .bg .consultant-list input[type="radio"][id^="cb"] {
    display: none;
}

.consultant-sec .bg .consultant-list label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    background: #fff;
}

.consultant-sec .bg .consultant-list label:befor {
    background-color: #fff;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.consultant-sec .bg .consultant-list label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.consultant-sec .bg .consultant-list :checked+label {
    border-color: #ddd;
}

.consultant-sec .bg .consultant-list :checked+label:before {
    content: "✓";
    background-color: #008000;
    border-radius: 5px;
    transform: scale(1);
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -10px;
}

.consultant-sec .bg .consultant-list :checked+label img {}



.consultant-sec .bg .welcome-back {
    color: #000;
    font-size: 30px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin: 15px 0
}

.consultant-sec .bg .welcome-back img {
    margin-left: 10px;
    object-fit: contain;
}

.consultant-sec .bg .custom-btn {
    margin: 30px 0 0 0;
}

.consultant-sec .bg .custom-btn a {
    padding: 12px 30px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none
}

.consultant-sec .bg .custom-btn a i {
    font-size: 30px;
    margin: 0 10px 0 0;
}

.consultant-sec .bg input[type="password"],
.consultant-sec .bg input[type="email"] {
    width: 100%;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    margin: 0 0 30px 0
}

.consultant-sec .bg input[type="password"] {
    background: #fff url("../images/eye-icon.png") no-repeat 95% center;
}

.consultant-sec .bg input[type="email"] {
    background: #fff url("../images/email-icon.png") no-repeat 95% center;
}

.consultant-sec .bg input[type="text"] {
    background: #fff url(../images/user.png) no-repeat 95% center;
    width: 100%;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    margin: 0 0 30px 0;
    background-size: auto 25px;
}

.consultant-sec .bg input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 45px;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 0 30px 0;
    border: none
}

.bg form p a {
    margin: 10px 0 !important;
    display: inline-block !important;
    font-size: 14px !important;
    background: #017eff !important;
    color: white !important;
    padding: 3px 14px !important;
    border-radius: 4px !important;
}

.consultant-sec .custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px 0
}

.consultant-sec .custom-row p {
    margin: 0;
    color: #000
}

.consultant-sec .custom-row p a {
    color: #000
}

.consultant-sec .other-option {
    position: relative;
    margin: 25px 0;
    width: 100%;
    font-weight: 600
}

.consultant-sec .other-option:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 45%;
    background: #89b09e;
    content: "";
    height: 1px
}

.consultant-sec .other-option:after {
    position: absolute;
    right: 0;
    top: 10px;
    width: 45%;
    background: #89b09e;
    content: "";
    height: 1px
}

.consultant-sec .bg .back-btn {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 21px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.consultant-sec .bg .back-btn i {
    color: #023373;
    font-size: 24px;
    border: 2px solid #023373;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 10px 0 0
}



.feature-page {
    margin: 0;
    padding: 150px 0 60px 0;
    width: 100%;
    position: relative
}

.feature-page img {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

.feature-page .feature-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.feature-page .feature-list li {
    position: absolute;
    transition: all 0.5s ease;
    margin: 0;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 30px;
    align-items: center;
    font-size: 18px;
    width: auto;
    background-color: #153769;
}

.feature-page .feature-list li img {
    margin: 0 10px 0 0;
    max-height: 30px
}

.feature-page .feature-list li span {
    color: #114FFF;
    display: inline-block;
    margin: 0 0 0 10px
}

.feature-page .feature-list li:hover {
    background-color: #153769;
    transform: scale(1.1);
}

.feature-page .feature-list li:nth-child(1) {
    left: 0;
    top: -130px
}

.feature-page .feature-list li:nth-child(2) {
    left: 25%;
    top: -90px
}

.feature-page .feature-list li:nth-child(3) {
    left: 45%;
    top: -130px
}

.feature-page .feature-list li:nth-child(4) {
    left: 7%;
    top: -90px
}

.feature-page .feature-list li:nth-child(5) {
    left: -9%;
    top: 100px
}

.feature-page .feature-list li:nth-child(6) {
    left: -13%;
    top: 250px
}

.feature-page .feature-list li:nth-child(7) {
    left: -90px;
    top: 400px
}

.feature-page .feature-list li:nth-child(8) {
    right: -13%;
    top: 100px
}

.feature-page .feature-list li:nth-child(9) {
    right: -13%;
    top: 250px
}

.feature-page .feature-list li:nth-child(10) {
    right: -12%;
    top: 400px
}


.blog-page {
    margin: 0;
    padding: 60px 0 0 0;
    position: relative;
    width: 100%;
    text-align: center
}

.blog-page h1 {
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 42px
}

.blog-page .blog-list {
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.blog-page .blog-list li {
    width: 50%;
    margin: 0 0 60px 0;
    padding: 0 15px;
    display: flex;
    text-align: left
}

.blog-page .blog-list .content-box {
    display: flex;
    margin: 0;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.blog-page .blog-list .content-box .img-box,
.blog-page .blog-list .content-box .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.blog-page .blog-list .content-box .img-box {
    min-width: 35%;
    margin: 0 15px 0 0;
    max-width: 35%
}

.blog-page .blog-list .content-box .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    width: 100%
}

.blog-page .blog-list .content-box .content {
    padding: 30px 0;
    position: relative
}

.blog-page .blog-list .content-box .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-page .blog-list .content-box p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-page .content-box .post-date {
    position: absolute;
    left: 0;
    top: -38px;
    background: #114efe;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    align-items: center
}

.blog-page .content-box .post-date span {
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px
}

.blog-page .content-box .read-more {
    margin: 0;
    padding: 0
}

.blog-page .content-box .read-more a {
    color: #6F6F6F;
    align-items: center;
    display: inline-flex;
    text-decoration: none
}

.blog-page .content-box .read-more a i {
    padding-left: 5px
}

.blog-page .content-box .read-more a:hover {
    color: #114efe
}

.contact-page {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
}

.contact-page h1 {
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 42px;
    text-align: center
}

.contact-page input,
.contact-page textarea {
    width: 100%;
    border: none;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    color: #000
}

.contact-page textarea {
    height: 150px
}

.contact-page label {
    color: #8CC5FC;
    display: block
}

.contact-page label span {
    color: #ff0000
}

.contact-page input[type="submit"] {
    background: #017DFF;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    cursor: pointer
}

.contact-page input[type="submit"]:hover {
    background: #000
}


.pricing-page {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff
}

.pricing-page .row {
    margin: 0 -8px
}

.pricing-page .top {
    color: #fff;
    background: #017DFF;
    margin: -60px 10px 0 10px;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    min-height: 160px;
}

.pricing-page .top p {
    margin-bottom: 0;
    line-height: normal;
}

.pricing-page .top p strong {
    font-weight: 600;
}

.pricing-page .top .sub-title {
    font-size: 16px;
    font-weight: 600
}

.pricing-page .top .title {
    font-size: 18px;
    font-weight: 600;
}

.pricing-page .top .price {
    font-size: 36px;
    font-weight: 800
}

.pricing-page .top .price sup,
.pricing-page .top .price span {
    font-size: 18px;
    font-weight: 400
}

.pricing-page h1 {
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 42px;
}

.pricing-page .price-list {
    margin: 60px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.pricing-page .price-list li {
    display: flex;
    margin: 0;
    padding: 0 8px;
    width: 20%;
    text-align: left;
    font-size: 15px;
    position: relative
}

.pricing-page .price-list ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%
}

.pricing-page .price-list ul li {
    width: 100%;
    border-bottom: 1px solid #B4B4B4;
    padding: 10px 10px 10px 35px;
    position: relative;
    color: #7C7B80;
}

.pricing-page .price-list ul li:last-child {
    border-bottom: none
}

.pricing-page .price-list ul li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    left: 10px;
    top: 8px;
    color: #017DFF;
    font-size: 18px
}

.pricing-page .content-box {
    background: #fff;
    padding: 15px 0px 75px 0;
    border-radius: 15px;
    color: #000;
}

.pricing-page .content-box .custom-btn {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 15px
}

.pricing-page .content-box .custom-btn a {
    display: flex;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
    align-items: center;
    color: #000;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
}

.pricing-page .content-box .custom-btn a i {
    padding-left: 5px
}

.pricing-page .price-list li:hover .top {
    background: #fff;
    color: #017DFF
}

.pricing-page .price-list li:hover .content-box {
    background: #017DFF;
    color: #fff
}

.pricing-page .content-box:hover ul li:before {
    color: #fff
}

.pricing-page .content-box:hover .custom-btn a {
    border-color: transparent;
}

.pricing-page .price-list li:hover .content-box ul li {
    color: #fff;
}


.about-page {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.about-page h1 {
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 42px;
    text-align: center
}

.about-page .key-feature {
    padding: 30px 15px 15px 15px;
    background: #fff;
    border-radius: 15px;
    margin: 0 0 60px 0;
    position: relative;
}

.about-page .key-feature label {
    background: #153769;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
    margin: 0;
    position: absolute;
    margin: 0;
    ;
    top: -25px;
}

.about-page .key-feature .list-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.about-page .key-feature .list-items li {
    margin: 0 0 10px;
    padding: 0 10px 0 25px;
    width: 50%;
    position: relative;
    font-weight: 600
}

.about-page .key-feature .list-items li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #153769;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border: 1px solid #153769;
    align-items: center;
    justify-content: center;
    display: flex
}

.about-page .help-you {
    padding: 30px 15px 15px 15px;
    background: #017DFF;
    border-radius: 15px;
    color: #fff;
    margin: 0 0 30px 0;
    position: relative;
}

.about-page .help-you label {
    background: #153769;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    position: absolute;
    margin: 0;
    ;
    top: -25px;
}

.about-page .help-you .list-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.about-page .help-you .list-items li {
    margin: 0 0 10px;
    padding: 0 0px 0 15px;
    width: 100%;
    position: relative;
}

.about-page .help-you .sub-title {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px 0
}

.about-page .help-you .list-items li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
}

.about-page h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px 0
}

.about-page p {
    color: #fff
}

.about-page p a {
    color: #017DFF
}

.about-page .info-list {
    margin: 60px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.about-page .info-list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 45px 0;
    position: relative
}

.about-page .info-list li:nth-child(1) {
    left: 50%
}

.about-page .info-list li:nth-child(2) {
    left: 20%
}

.about-page .info-list li:nth-child(3) {
    left: 0%
}

.about-page .info-list li:nth-child(4) {
    left: 0%
}

.about-page .info-list li:nth-child(5) {
    left: 20%
}

.about-page .info-list li .content {
    /* border: 1px solid #fff; */
    border-radius: 35px;
    color: #fff;
    padding: 10px 15px;
    background-color: #153769;
}

.about-page .info-list li .content img {
    max-height: 35px
}

.about-page .help-you hr {
    margin: 15px 0;
    background: #005ebe;
    width: 100%
}


footer.site-footer {
    margin: 0;
    padding: 30px 0 15px 0;
    position: relative;
    width: 100%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-align: center;
    background: #00000078;
}

footer.site-footer p a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}


.consultant-sec input[type="button"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 45px;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 0 30px 0;
    border: none;
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px !important;
    }

    .about-page h2 {
        white-space: nowrap;
    }
}


@media (max-width:1500px) {
    .feature-page img {
        max-width: 800px;
    }

    .feature-page .feature-list li:nth-child(8) {
        right: 0;
    }

    .feature-page .feature-list li:nth-child(9) {
        right: -15px;
        top: 200px;
    }


    .feature-page .feature-list li:nth-child(10) {
        right: -46px;
        top: 336px;
    }

    .feature-page .feature-list li:nth-child(5) {
        left: 0;
    }

    .feature-page .feature-list li:nth-child(6) {
        left: -61px;
    }

    .feature-page .feature-list li:nth-child(7) {
        left: 0;
        top: 400px;
    }

    .feature-page .feature-list li:nth-child(3) {
        left: 65%;
    }

    .feature-page .feature-list li:nth-child(2) {
        left: 46%;
    }

    .feature-page .feature-list li:nth-child(4) {
        left: 26%;
    }

    .feature-page img {
        max-width: 800px;
    }
}

@media (max-width:1200px) {
    .feature-page .feature-list li:nth-child(6) {
        top: 210px;
    }

    .feature-page .feature-list li:nth-child(5) {
        top: 25px;
    }


    .feature-page img {
        max-width: 500px;
    }

    .pricing-page .price-list li {
        width: 33.33%;

    }

    .pricing-page .top {
        margin: 0;
        margin-top: -14px;
    }

    .pricing-page .content-box {
        margin: 0;
        margin-top: 35px;
    }
}

@media (max-width:1024px) {}

@media (min-width:992px) {
    .menu-toggle {
        display: none;
    }
}

@media (max-width:991px) {
    header.site-header .main-menu {
        display: none;
    }

    .header-menu .main-menu {
        display: none;
        list-style: none;
        padding: 0;
    }

    /* Style the menu toggle (hamburger icon) */
    .menu-toggle {
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
    }

    .menu-toggle .bar {
        background-color: #ffffff;
        height: 4px;
        width: 100%;
        border-radius: 2px;
    }

    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 10px;
    }

    .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -6px;
    }

    .header-menu.active .main-menu {
        display: block;
    }

    .header-menu.active .main-menu li {
        margin: 10px 0;
        background: #017eff;
        padding: 10px;
        border-radius: 5px;
    }

    .header-menu.active .main-menu li a {
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
    }

    .site-brand {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .consultant-sec .bg {
        padding: 47px 10px;
    }

    .pricing-page .price-list li {
        width: 50%;

    }

    .pricing-page .top {
        margin: 0;
        margin-top: -14px;
    }

    .pricing-page .content-box {
        margin: 0;
        margin-top: 35px;
    }

    .feature-page img {
        max-width: 100%;

    }

    .feature-page .feature-list {
        display: block;
        position: static;
        background: #3b3030d6;
        padding: 22px 0;
        margin: 15px 0;
        border-radius: 20px;
    }

    .feature-page .feature-list li {
        position: static;
    }

    .feature-page .feature-list li:hover {
        transform: none;
    }

    .feature-page {
        padding-top: 10px !important;
    }

    .consultant-sec .site-brand {
        justify-content: center !important;
    }
}

@media (max-width:767px) {
    .consultant-sec {
        padding: 12px 0;
    }
}

@media (max-width:600px) {
    footer.site-footer {
        text-align: center;
    }

    .pricing-page .price-list li {
        width: 100%;
    }

    .popup-box {
        width: 90% !important;
        margin: 0 auto;
    }

    /* feature */


}

@media (max-width:480px) {}