* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    /*font-weight: 400;
  background-color: #F9FCF7;*/
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-weight: 300 !important;
    color: #000000 !important;
}

img {
    max-width: 100%;
}

.topbar {
    background-color: #309604;
}

img.d-md-block.d-none.w-100.desktop-banner {
    width: 100% !important;
}

.nav-link {
    display: block;
    list-style: none;
    padding: 8px 16px;
    color: white;
    transition: all 0.5s;
    display: grid;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.nav-link:hover {
    color: black;
    transition: all 0.5s;
}

/* .dropdown-menu>li:hover .dropdown-menu {
    display: block;
} */

.dropdown.open ul ul.dropdown-menu {
    left: 100%;
    top: 0px;
    transition: all ease-in-out .4s;
}

.dropdown-item:hover {
    text-decoration: none;
    color: #2b9703;
    transition: 0.5s all;
}

.dropdown-menu>li>a:hover {
    color: #2b9703;
    text-decoration: none;
    transition: 0.5s all;
    background: none;
}

.header-icon {
    display: flex;
}

.dropdown-item {
    padding: 8px 15px;
    color: rgba(0, 0, 0, .55);

}

.dropdown-menu>li>a {
    padding: 8px 15px;
    color: rgba(0, 0, 0, .55);
}

.font-sets {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.font-set {

    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.header-fit {
    height: 20px;
    width: 21px;
    float: right;
    margin-top: 9px;
}

ul.navbar-nav.ml-auto {
    float: right;
    padding-top: 10px;
}

li.nav-item {
    padding: 0px 10px;
    display: flex;
}

.set-image {
    margin: 0 auto;
    padding-bottom: 15px;
}

.nav-tabs .nav-link {

    border: none;
}


.text-set {
    font-size: 22px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0);
    transition: all 0.5s;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.nav-tabs {
    border-bottom: 0px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.clr {
    color: #495057;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}

.networking-content {
    margin-left: 25px;
}

.networking-content h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.networking-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.networkingset {
    display: flex;
    align-items: center;
}

.circle_percent {
    font-size: 150px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0px;
    padding: 15px;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #28a745;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.journey-main {
    display: inline-table;
    max-width: 25%;
    width: 100%;
    text-align: center;
}

.j-set {
    font-size: 23px;
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #28a745;
    content: '';
}

.journey {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/journey-bg.jpeg");
    width: 100%;
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}


.circle_percent1 {
    font-size: 150px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    padding: 15px;
    margin: 0px;
}

.circle_inner1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #28a745;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more1 .circle_inner1 {
    clip: rect(0 .5em 1em 0em);
}

.percent_more1:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #28a745;
    content: '';
}

.circle_inbox1 {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text1 {
    position: absolute;
    font-size: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.networking-content img {
    height: auto;
    margin: auto 5px;
}

.network {
    font-size: 14px;
    font-weight: 400;
}

.fix-hr {
    width: 50px;
    margin-left: 0;
}

.read-more {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid green;

}

.pd-set {
    padding-top: 0px !important;
}


a.nav-link.active:hover {
    color: green;
    transition: 0.5s all;
}

.carousel-indicators .active {
    background-color: #309604;
}

.carousel-indicators {
    bottom: -42px;

}

.banner-content {
    position: absolute;
    z-index: 1;
}

.carousel-caption {
    text-align: left;
    left: 10%;
    top: 23%;

}


/*
.display-4 {
    font-weight: 200;
    color: #000;
    margin-left: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 44px;
    font-family: 'Manrope';
    font-weight: 300;


}*/
/*.f-set {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}*/
.apnao {
    /*    color: #309604;*/
    color: #28a745;
    /*    font-size: 22px;*/
    font-size: 30px;
    line-height: 22px;
    margin-top: -2px;
    margin-left: 21px;
    margin-bottom: 15px;
    display: block;
    font-family: 'Manrope';
    font-weight: 600;
}

.display-4 {
    font-weight: 200;
    color: #fff;
    margin-left: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 44px;
    font-family: 'Manrope';
    font-weight: 600;
}

.f-set {
    color: #fff !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
}

.f-set-family {
    font-family: 'Poppins' sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.f-family {
    font-size: 34px;
}

.topbar-set {
    width: 100%;
}

.vl {
    border-left: 3px solid green;
    height: 70px;
    display: inline-block;
}

.btn-success {
    border-radius: 35px;
    padding: 10px 60px;
}

.btn-success {
    border-radius: 35px;
    padding: 10px 60px;
}

.btn-success:hover {
    color: green;
    background-color: transparent;
    border-color: #1e7e34;

}

.btn-success-new {
    border-radius: 42px;
    padding: 15px 50px;
    background-color: #309604;
    margin-right: 10px;
    color: white;

}

.btn-success-new:hover {
    color: green !important;
    background-color: transparent;
    border-color: #1e7e34;
}

.bd-example {
    margin-bottom: 40px;
}

.featureset {
    color: #2b9703;
    text-transform: uppercase;
    font-weight: 700;

}

span.set-ben {
    font-style: normal;
    color: #2a2a2a;
    font-weight: 700;
}

hr {
    width: 50px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
}

ul.nav.nav-tabs.text-center {
    justify-content: center;
}



.owl-dots {
    text-align: center;
    padding-top: 40px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #309604;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #309604;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.explore h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: lighter;
    font-size: 36px;
}

.explore {
    margin-bottom: 50px;
}


.bg-set {
    background-color: #309604;
    padding: 18px 14px;
    max-height: 199px;
}

.owl-slider {
    width: 100%;
    margin-top: 50px;
}

.setscroller .modal-dialog {
    max-width: 600px;
}

.setscroller .modal-body.featureset {
    float: left;
    width: 100%;
    max-height: 74vh;
    overflow: scroll;
    color: #000;
    text-transform: none;
}



div#myModal1 span {
    color: green !important;
    text-transform: none;
}

div#myModal2 span {
    color: green !important;
    text-transform: none;
}

div#myModal1 ul {
    padding-left: 20px;
}

div#myModal7 ul {
    padding-left: 20px;
}

div#myModal2 ul {
    padding-left: 20px;
    color: #000;
    font-size: 14px;
    text-transform: none;

}

div#myModal0 {
    font-size: 14px;
}

div#myModal1 {
    font-size: 14px;
}

div#myModal3 {
    font-size: 14px;
}

div#myModal7 {
    font-size: 14px;
}

div#myModal6 {
    font-size: 14px;
}

div#myModal8 {
    font-size: 14px;
}

.modal-body p {
    text-transform: none;
}

.modal-title {
    text-transform: none;
}

div#myModal1 ul li span {
    color: #000 !important;
}

div#myModal2 ul li span {
    color: #000 !important;
}

div#myModal0 h5 {
    text-transform: none;
}

div#myModal0 p {
    text-transform: none;
    color: #000;
}

div#myModal0 h3 {
    text-transform: none;
    font-size: 20px;
}

#myModal8 h3 {
    color: #309604;
}

#myModal9 h3 {
    color: #309604;
}

.set-a a {
    color: #fff;

}

.set-a {
    padding-left: 0px !important;
}


.owl-carousel .owl-item img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    cursor: auto !important;
}

.feat-slider p {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.cont-explore h4 {
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.explore-section img {
    width: 50%;
    margin: auto;
}

.cont-explore p {
    font-size: 14px;
}

.cont-explore a {
    font-size: 14px;
}

.bg-item {
    background: #FAFAFA;
    padding: 10px 14px;
}

.who-content h3 {
    font-size: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.why-join {
    background-size: 100%;
    width: 100%;
    background-image: url("../img/who-join-bg.png");
    background-repeat: no-repeat;
}

.client-img {
    display: flex;
    float: left;
    margin-left: 25px;
}

.client-img p {
    padding: 15px;
    color: #309604;
}

.client-content {
    float: left;
    padding: 18px 39px;
}

.location-set {
    padding-left: 4px;
}


img.mail-setting {
    width: 24px;
}

.ratings {
    float: right;
    width: 80%;
}

.ratings img {
    margin-left: auto;
    margin-right: auto;
}

.client-bg {
    background-size: 100% 100%;
    background-image: url("../img/client-bg.png");
    background-repeat: no-repeat;
    float: left;
}

.btn-fix {
    padding: 5px 30px;
    background: #309604;
    border-radius: 20px;
    color: #fff;
}

.btn-light:hover {
    color: #212529;
    background-color: transparent;
    border-color: #309604;
}

.cont-explore img {
    padding-left: 5px;
}

.dropdown-toggle::after {
    display: inline-block;
    content: "";
    margin-top: -4px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: auto;
    bottom: 22px;
    right: -6%;
}

.needfixedd .dropdown-toggle::after {
    display: inline-block;
    content: "";
    margin-top: -14px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 28px;
    bottom: auto;
    right: 5%;
    transform: rotate(270deg) !important;
}

li.dropdown.needfixedd ul.dropdown-menu.show {
    left: 100%;
    top: -30px;
}

li.dropdown.fixneed {
    padding: 0 10px;
}


.fixneed a {
    text-decoration: none;
}

.fixneed li:hover {
    text-decoration: none;
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.fixneed li:active {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    background-color: #309604;
}

.fixneed li:focus {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    background-color: #309604;
}

.fixneed li:focus a {
    text-decoration: none;
    color: rgba(0, 0, 0, .55) !important;

}

.fixneed li:active a {
    text-decoration: none;
    color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #309604;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    text-decoration: none;

}

.nav-link:hover {
    color: #2b9703 !important;
}

.client-content p {
    font-size: 14px;
}

.client-stories h3 {
    font-size: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

.new-deals h3 {
    font-size: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

/* .rect-set {
    background: 100%;
    background-image: url("../img/deal-rect.png");
    width: 100%;
    background-repeat: no-repeat;
    float: left;
} */
.shadowclass {
    padding: 30px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #ccc;
    margin: 10px;
    background: #fff;
    min-height: 270px;
}

.rect-set h3 {
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    min-height: 36px;
    color: #309604;
}

.rect-set p {
    font-size: 14px;
}

.new-deals {
    background-size: 100% 100%;
    background: #3096042b;
    width: 100%;

    padding-bottom: 50px;
}

.owl-sliders {
    margin-top: 0px;
}

.partners-section h3 {
    font-size: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;

}

.listinner li a {
    padding: 20px 30px 30px 30px;
    color: #000;
    font-size: 16px;
}

.listinner li a:hover {
    color: #309604;
    transition: all 0.5s;
}

#myModal0 h3 {
    color: #309604 !important;
}

#myModal1 h3 {
    color: #309604 !important;

}

#myModal1 h5 {
    color: #309604 !important;

}

a.read-more:hover {
    color: #309604;
    transition: all 0.5s;
    text-decoration: none;
}

footer {
    background: #309604;
}

.inner-footer li {
    display: flex;
}

.inner-footer img {
    height: fit-content;
    padding-top: 2px;
}

.inner-footer p {
    padding: 0px 11px;

    color: #fff !important;
}

.inner-footer a {
    padding: 0px 11px;
    color: #fff;
}

.links-section ul {
    list-style: none;
    line-height: 35px;
}

.links-section {
    margin-top: 14px;
}

.social-icons ul {
    list-style: none;
}

.social-icons li {
    padding: 0px 20px 0px 0px;
    cursor: pointer;
}

.links-section li {
    cursor: pointer;
}

.set-hr {
    width: 100%;
    background-color: #fff;
}

.bg-container {
    background-color: #309604;
}

.journey-main-row {
    width: 100%;
}

.counter-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pointer {
    cursor: pointer;
    text-decoration: none;
    color: #309604;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: cornsilk;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    border: 1px solid grey !important;
}

.top-set {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu.show ul.submenu.dropdown-menu:hover {
    display: block !important;
    position: absolute;
    top: -7px;
    left: 100%;
    opacity: 1;
}

ul.dropdown-menu.show a {
    /* width: 100%; */
    padding: 10px 15px;
    width: fit-content;
    color: rgba(0, 0, 0, .55);
}

li.dropdown.show ul a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.header-sec.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
}


@media only screen and (max-width: 1199px) {

    .bt-sets {
        display: inline-flex;
    }

    .btn-success-new {
        padding: 15px 45px;
    }

    .feat-slider p {
        font-size: 15px;
        padding-top: 10px;
    }

    .owl-slider-set {
        margin-top: 0px;
        padding-bottom: 50px;
    }

    .listinner li a {

        padding: 20px 15px 30px 15px;
    }

    .img-fluid {
        width: 13%;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        color: inherit;
        background: cornsilk;
        padding: 0 !important;
        border: 2px solid #ccc !important;
        border-radius: 10px;
        font: inherit;
    }

    .pd-set {
        padding-top: 0px !important;
    }

    .rect-set h3 {
        font-size: 13px;
    }

    .display-4 {

        font-size: 25px;
    }

}

@media only screen and (max-width: 992px) {

    .journey-content {
        padding-top: 0px !important;
        margin-top: 10px;

    }

    .j-set {
        font-size: 18px;
    }

    .new-deals {
        background-size: 100% 100%;
    }

    .listinner li a {
        padding: 20px 5px 30px 0px;
    }

    .img-fluid {
        width: 21%;
        margin: 5px;
    }

    .circle_percent1 {
        font-size: 130px;
    }

    .circle_percent {
        font-size: 130px;
    }

    .pd-set {
        padding-top: 0px !important;
    }


    .rect-set h3 {
        font-size: 13px;
    }

    .display-4 {

        font-size: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ul.navbar-nav.ml-auto {
        float: none !important;
    }

    .navbar-nav>li {
        float: left;
    }

    .menu-area .navbar {
        display: block;
        margin: 0px;
    }

    .navbar-brand {
        height: auto;
    }

    .menu-area .navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        float: none;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .collapse.in {
        display: block !important;
    }

}

@media only screen and (max-width: 768px) {
    .set-buddy {
        font-size: 20px;
    }

    .display-4 {

        font-size: 25px;
    }

    .btn-success-new {
        padding: 15px 20px;
        font-size: 15px;
    }

    .cont-explore img {
        margin: -5px 0px;
    }

    .new-deals p {
        font-size: 12px;
    }

    .why-join p {
        font-size: 12px;
    }

    .listinner li a {
        padding: 20px 3px 30px 3px;
    }

    .carousel-caption {
        top: 7%;

    }

    ul.navbar-nav.ml-auto {
        float: none !important;

    }

    .fixneed li:active {
        background: none;
    }


    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        color: inherit;
        background: transparent;
        padding: 0 !important;
        border: 2px solid #ccc !important;
        border-radius: 10px;
        font: inherit;
    }

    .pd-set {
        padding-top: 0px !important;
    }


    .rect-set h3 {
        font-size: 13px;
    }

    .inner-footer img {
        width: 24px !important;
    }


}

header.header.menu-area.newClass ul.dropdown-menu.show {
    display: none;
}

ul.navbar-nav {
    float: none;
    padding-top: 10px;
    align-items: center;
}

ul.navbar-nav.ml-auto li {
    width: 100%;
    display: block;
}

ul.navbar-nav.ml-auto {
    float: right;
}

.dropdown-toggle::after {
    right: -8px;

}



@media only screen and (max-width: 576px) {
    li.dropdown.fixneed {
        padding: 0 5px;
    }

    li.dropdown.open>.dropdown-toggle::after {
        transform: rotate(180deg) !important;
    }

    .needfixedd .dropdown-toggle::after {
        transform: rotate(0deg) !important;
    }

    li.dropdown.needfixedd.open-drop a::after {
        transform: rotate(180deg) !important;
    }

    .fixneed li:active {
        background: none;
    }

    .nav>li>a {
        padding: 10px 13px;
    }

    .needfixedd .dropdown-toggle:focus::after {
        transform: rotate(0deg);
    }

    li.dropdown.show ul a {
        font-size: 12px;
    }

    .fixneed li:focus {
        background: none !important;
    }

    .fixneed li:focus a {
        text-decoration: none;
        color: rgba(0, 0, 0, .55) !important;

    }

    .social-icons ul {
        justify-content: center;
        padding-left: 0px;
    }

    .dropdown-toggle::after {
        bottom: 20px;
        right: 19px;
    }

    .nav-link {
        padding: 8px 5px;
    }

    .apnao {
        margin-bottom: 5px;
        font-size: 24px;
    }

    a.dropdown-item {
        font-size: 12px;
    }

    .display-4 {
        margin-bottom: 0px;
        font-size: 25px;
    }

    .carousel-caption p {
        padding-bottom: 0px !important;
        padding-top: 18px;
        font-size: 13px;
    }

    .btn-success {
        padding: 10px 30px;
    }

    .bg-item {
        min-height: 160px;

    }

    .needfixedd .dropdown-toggle::after {
        transform: rotate(0deg);
    }



    .listinner li a {
        padding: 20px 0px 20px 0px;
        font-size: 13px;
    }

    .cont-explore a {
        font-size: 12px;
        justify-content: center;
    }

    .spacing-sets {
        padding-bottom: 35px;
    }

    .bt-sets {
        padding-bottom: 50px;
    }

    .who-content p {
        padding-top: 0 !important;
    }

    .links-section {
        margin-top: 0;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .phone-set {
        width: auto;
        height: fit-content;
    }

    .about-company {
        padding-top: 0rem !important;
    }

    .social-icons {
        padding-top: 15px;
    }

    .buddy {
        padding-top: 30px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        color: inherit;
        background: transparent;
        padding: 0 !important;
        border: 2px solid #ccc !important;
        border-radius: 10px;
        font: inherit;
    }

    .j-set {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .journey {
        background-size: cover;
    }

    .networking-content h3 {
        font-size: 15px;
    }

    .percent_text1 {
        font-size: 25px;


    }

    .explore-section img {
        height: 75px;
    }

    .networkingset img {
        max-height: 100px;
    }

    .new-deals {
        background-size: cover !important;
    }

    .pd-set {
        padding-top: 0px !important;
    }


    .rect-set h3 {
        font-size: 13px;
    }

    li.nav-item {
        padding: 0px 5px;
    }

    .partners-section ul {
        width: 100%;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

    .partners-section li {
        min-width: 130px;
        width: fit-content;
        max-width: fit-content;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .partners-section li:first-child {
        min-width: 60px;
    }


    .cont-explore h4 {
        font-size: 14px;

    }

    .counter-col {
        display: grid;
    }

    .who-content h3 {
        padding-bottom: 0px;
        padding-top: 48px;
    }

    img.mail-setting {
        width: 25px;
        padding-top: 3px;
    }

    .inner-footer img {
        height: fit-content;
    }

    .inner-footer a {
        padding-left: 10px;
    }

    ul.navbar-nav.ml-auto {
        float: none;
        align-items: center;

    }

    .navbar-light .navbar-toggler {
        margin-top: 0px;
    }

    .set-hr {
        padding: 0;
    }

    .inner-footer img {
        width: 24px !important;
    }


}


@media only screen and (max-width: 414px) {
    .counter-col {
        display: grid;
    }

    .nav-link {
        font-size: 13px;
    }

    .fixneed li:active {
        background: none;
    }

    .needfixedd .dropdown-toggle::after {
        transform: rotate(0deg);
    }

    li.dropdown.needfixedd.open-drop a::after {
        transform: rotate(180deg) !important;
    }

    .explore h3 {
        font-size: 20px;
    }

    .social-icons ul {
        justify-content: center;
        padding-left: 0px;
    }

    .bg-item {
        min-height: 160px;

    }

    a.dropdown-item {
        font-size: 12px;
    }


    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        color: inherit;
        background: transparent;
        padding: 0 !important;
        border: 2px solid #ccc !important;
        border-radius: 10px;
        font: inherit;
    }

    .j-set {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .journey {
        background-size: cover;
    }

    .networking-content h3 {
        font-size: 15px;
    }

    .percent_text1 {
        font-size: 25px;


    }

    .networkingset img {
        max-height: 100px;
    }

    .new-deals {
        background-size: cover !important;
    }

    .pd-set {
        padding-top: 0px !important;
    }


    .rect-set h3 {
        font-size: 13px;
    }

    li.nav-item {
        padding: 0px 5px;
        display: flex;
    }

    .partners-section ul {
        width: 100%;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

    .partners-section li {
        min-width: 130px;
        width: fit-content;
        max-width: fit-content;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .partners-section li:first-child {
        min-width: 60px;
    }

    .cont-explore h4 {
        font-size: 12px;

    }

    .who-content h3 {
        padding-bottom: 0px !important;
        padding-top: 15px !important;

        font-size: 23px;
    }

    img.mail-setting {
        width: 25px;
        padding-top: 3px;
    }

    .inner-footer img {
        height: fit-content;
    }

    .inner-footer a {
        padding-left: 10px;
    }

    ul.navbar-nav.ml-auto {
        float: none;

    }

    ul.navbar-nav.ml-auto {
        float: none;
        align-items: center;

    }

    .navbar-light .navbar-toggler {
        margin-top: 0px;
    }

    ul.navbar-nav.ml-auto li {
        width: 100%;
        display: block;
    }

    .topbar-set ul {
        justify-content: center !important;

    }

    .set-hr {
        padding: 0;
    }

    .inner-footer img {
        width: 24px !important;
    }





}

@media only screen and (max-width: 360px) {
    .nav-link {
        font-size: 13px !important;
    }

    .buddy {
        padding-top: 30px;
    }

    .buddy h3 {
        font-size: 20px;
    }

    .fixneed li:active {
        background: none;
    }

    li.dropdown.needfixedd.open-drop a::after {
        transform: rotate(180deg) !important;
    }

    .needfixedd .dropdown-toggle::after {
        transform: rotate(0deg);
    }


    a.dropdown-item {
        font-size: 12px;
    }

    .bg-item {
        min-height: 160px;

    }

    .explore h3 {
        font-size: 20px;
    }

    .journey {
        padding-bottom: 0px !important;
    }

    .explore h3 {
        font-size: 20px !important;
    }


    .journey {
        background-size: cover;
    }

    .networking-content h3 {
        font-size: 15px;
    }

    .percent_text1 {
        font-size: 25px;


    }

    .networkingset img {
        max-height: 100px;
    }

    .new-deals {
        background-size: cover !important;
    }

    .pd-set {
        padding-top: 0px !important;
    }


    .rect-set h3 {
        font-size: 13px;
    }

    li.nav-item {
        padding: 0px 4px;
    }

    ul.navbar-nav.ml-auto {
        float: none;
        align-items: center;

    }

    .partners-section ul {
        width: 100%;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

    .partners-section li {
        min-width: 130px;
        width: fit-content;
        max-width: fit-content;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .partners-section li:first-child {
        min-width: 60px;
    }

    .cont-explore h4 {
        font-size: 14px;

    }

    .who-content h3 {
        font-size: 22px;
        padding-top: 0px !important;

    }

    img.mail-setting {
        width: 25px;
        padding-top: 3px;
    }

    .inner-footer img {
        height: fit-content;
    }

    .inner-footer a {
        padding-left: 10px;
    }

    .navbar-light .navbar-toggler {
        margin-top: 0px;
    }

    .social-icons ul {
        justify-content: center;
        padding-left: 0px;
    }

    .inner-footer ul {
        padding-left: 0px !important;
    }

    .set-hr {
        padding: 0;
    }

    .inner-footer img {
        width: 24px !important;
    }



}

@media only screen and (max-width: 320px) {
    .nav-link {
        font-size: 11px !important;
    }

    .networking-content {
        margin-left: 15px !important;
    }

    .nav>li>a {
        padding: 10px 10px;
    }

    .fixneed li:active {
        background: none;
    }

    li.dropdown.needfixedd.open-drop a::after {
        transform: rotate(180deg) !important;
    }

    .bg-item {
        min-height: 160px;

    }

    a.dropdown-item {
        font-size: 12px;
    }


    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        color: inherit;
        background: transparent;
        padding: 0 !important;
        border: 2px solid #ccc !important;
        border-radius: 10px;
        font: inherit;
    }

    .needfixedd .dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .journey {
        background-size: cover;
    }

    .networking-content h3 {
        font-size: 15px;
    }

    .percent_text1 {
        font-size: 25px;


    }

    .networkingset img {
        max-height: 100px;
    }

    .new-deals {
        background-size: cover !important;
    }

    .pd-set {
        padding-top: 0px !important;
    }


    .rect-set h3 {
        font-size: 13px;
    }

    li.nav-item {
        padding: 0px 5px;
    }

    .partners-section ul {
        width: 100%;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

    .partners-section li {
        min-width: 130px;
        width: fit-content;
        max-width: fit-content;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .partners-section li:first-child {
        min-width: 60px;
    }

    .cont-explore h4 {
        font-size: 14px;

    }

    img.mail-setting {
        width: 25px;
        padding-top: 3px;
    }

    .inner-footer img {
        height: fit-content;
    }

    .inner-footer a {
        padding-left: 10px;
    }

    ul.navbar-nav.ml-auto {
        float: none;
        align-items: center;

    }

    .navbar-light .navbar-toggler {
        margin-top: 0px;
    }

    .social-icons ul {
        justify-content: center;
        padding-left: 0px;
    }

    .inner-footer img {
        width: 24px !important;
    }



}


img.d-block.d-md-none.w-100.mobile-banner {
    display: none !important;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
}

.owl-dots {
    text-align: center;
    padding-top: 0;
}

ul.navbar-nav {
    float: none;
    padding-top: 10px;
    align-items: center;
}

.set-hr {
    padding: 0;
}

@media only screen and (max-width: 600px) {

    img.d-block.d-md-none.w-100.mobile-banner {
        display: block !important;
        float: right;
        width:100% !important;
    }

    img.d-md-block.d-none.w-100.desktop-banner {
        display: none !important;
    }


}

@media only screen and (min-width: 992px) {
    .dropdown-menu>li:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (min-width: 1100px) {
    div#tabs-1 img.img-fluid {
        margin: 2px 0;
    }

}

/* 07 dec 2023 */

footer {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.inner-footer img {
    width: 24px !important;
}

.social-icons ul {
    margin-bottom: 10px;
}

.bg-white {
    background: none !important;
}

.background-header {
    z-index: 9 !important;
}

p.text-white {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 300 Im !important;
}

  h1.white-text {
    font-size: 36px;
    padding: 20px;
    text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 960px){
h1.white-text {
    font-size: 23px;
}


}
