@font-face {
    font-family: 'Conv_Sofia Pro Medium';
    src: url('../fonts/Sofia Pro Medium.eot');
    src: local('☺'),
        /*url('../fonts/Pro Medium.woff') format('woff'),*/
        url('../fonts/Sofia Pro Medium.ttf') format('truetype'), url('../fonts/Sofia Pro Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_sofiapro-light';
    src: url('../fonts/sofiapro-light.eot');
    src: local('☺'), url('../fonts/sofiapro-light.woff') format('woff'), url('../fonts/sofiapro-light.ttf') format('truetype'), url('../fonts/sofiapro-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

p,
a,
span {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

.mobile-show {
    display: none;
}

.container {
    width: 85%;
    max-width: 1490px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 45px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /* transition-duration: 0.4s; */
    will-change: transform;
    transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.hide-nav {
    transform: translateY(-120%) !important;
    -webkit-transform: translateY(-120%) !important;
}

.header.show-nav {
    /* background-color: rgba(0, 0, 0, 0.9); */
    background-color: #0d2e2c;
    /* animation: goDown 0.5s ease-in-out forwards; */
}


/* @keyframes goDown {
    0% {
         top: -60px;
    }
    100% {
         transform: translateY(60px);
    }
} */

.top__head {
    height: 38px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.top__head .d-flex {
    align-items: center;
    justify-content: flex-end;
}

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

.top_links li {
    margin-right: 60px;
}

.top_links li a {
    color: #031825;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition-duration: 0.4s;
    /* font-family: 'Conv_Sofia Pro Medium'; */
}

.top_links li a img {
    margin-right: 8px;
}

.top_links li a:hover {
    color: #da9138;
}

.language__div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #031825;
    font-size: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    transition-duration: 0.4s;
    font-family: 'Conv_Sofia Pro Medium';
    appearance: none;
    -webkit-appearance: none;
    background-image: url("../images/select_arrow.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 100%;
    background-position-y: 60%;
    padding-right: 20px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.language__div select option {
    font-size: 13px;
    padding: 3px 6px !important;
    font-family: 'Conv_Sofia Pro Medium';
}

.language__div select option:hover {
    color: #000;
    background-color: #da9138 !important;
}

.logo_fixed {
    min-width: 190px;
}

.logo_fixed .brand_logo {
    display: block;
}

.menu_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1200px;
}

.nav_content.fixed__nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_content .menuLink {
    display: flex;
    align-items: center;
}

.menuLink ul li a {
    display: block;
    color: #1B1514;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* font-family: 'Conv_Sofia Pro Medium'; */
    text-transform: uppercase;
    transition-duration: 0.4s;
}

.sub__menu {
    position: absolute;
    background-color: #fff;
    left: 0px;
    padding: 10px 30px 10px;
    box-shadow: 3px 1px 13px #1116;
    width: 350px;
}

.menuLink>ul>li.menu-item-has-children:last-child .sub__menu {
    right: 0;
    left: inherit;
}

.menuLink>ul>li.menu-item-has-children:last-child .sub__menu::after {
    left: inherit;
    right: 70px;
}

.megha_meu {
    width: 700px;
    min-width: 700px;
    left: -115px;
}

.menuLink>ul>li:nth-child(4) .megha_meu {
    left: inherit;
    right: -115px;
}

.links__title h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

.links__title h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #38a7a3;
    width: 210px;
}

.service__links {
    display: flex;
    margin-top: 10px;
}

.services_icon {
    min-width: 45px;
    width: 45px;
    padding-right: 12px;
}

.sub__menu .row {
    margin-bottom: 12px;
}

.services_description {
    width: 100%;
}

.services_description h4 {
    color: #404040;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    border-bottom: 1px solid #38a7a3;
}

.services_description p {
    color: #888;
    font-size: 12px;
    line-height: 17px;
}

.menuLink>ul>li>a {
    color: #fff;
    padding: 34px 15px;
    margin: 0 12px;
}

.menuLink>ul>li>a:hover,
.menuLink>ul>li.current-item>a {
    color: #da9138;
}

.services_description a {
    text-transform: none !important;
}

.services_description a:hover h4 {
    color: #38a7a3;
}

.menuLink>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuLink ul li {
    position: relative;
}

.menuLink ul li.menu-item-has-children::before {
    content: '';
    position: absolute;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    display: block;
    border-radius: 2px;
    /* width: 0; */
    /* height: 0; */
    /* border-style: solid; */
    /* border-width: 11px 6.5px 0 6.5px; */
    /* border-color: #000000 transparent transparent transparent; */
    cursor: pointer;
    right: 20px;
    top: 10px;
    transition-duration: 0.4s;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    /* width: 0;
   height: 0;
   border-style: solid;
   border-width: 11px 6.5px 0 6.5px;
   border-color: #fff transparent transparent transparent; */
    cursor: pointer;
    right: 8px;
    top: 41px;
    transition-duration: 0.4s;
    display: none;
}

.menuLink .menu-item-has-children.current-item>a {
    color: #da9138;
}

.hide-nav .sub__menu {
    display: none;
}

.login__btn {
    margin-left: 30px;
}

.login__btn>a,
.login__btn .dropdown>a {
    display: flex;
    /* width: 80px; */
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    background-color: #da9138;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    border-radius: 10px;
    transition-duration: 0.4s;
    font-family: 'Conv_Sofia Pro Medium';
    border: none;
}

.login__btn .dropdown>a:focus {
    box-shadow: none;
}

.login__btn>a:hover,
.login__btn .dropdown>a:hover {
    color: #fff;
    background-color: #38a7a3;
}

.login__btn ul {
    width: 120px;
    min-width: 120px;
}

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

.login__btn ul li a:hover {
    color: #fff;
    background-color: #38a7a3;
}

.fixed__social {
    min-width: 270px;
}

.fixed__social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fixed__social ul li a {
    display: flex;
    align-items: center;
    margin-left: 8px;
    padding-left: 10px;
    color: #003EFF;
    font-size: 18px;
    font-weight: 400;
    transition-duration: 0.4s;
}

.fixed__social ul li a span {
    display: block;
    margin-left: 8px;
}

.fixed__social ul li a img {
    transition-duration: 0.4s;
}

.fixed__social ul li a:hover {
    color: #000;
}

.fixed__social ul li a:hover img {
    filter: grayscale(100%);
}

.fixed__social ul li:first-child {
    margin-right: 30px;
}

.fixed__social ul li:first-child a {
    padding-left: 0px;
    margin-right: 0px;
}

.banner__section {
    position: relative;
}

#baner_slider,
.clickable__grid {
    height: 900px;
}

#baner_slider .carousel-inner,
#baner_slider .carousel-inner .carousel-item {
    height: 100%;
}

#baner_slider .carousel-inner .carousel-item>img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 136px;
    padding-top: 100px;
}

.banner_tabs::after,
#baner_slider .carousel-indicators::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background-color: #0d2e2c;
}

.banner_tabs .container {
    height: 100%;
    position: relative;
    z-index: 555;
    max-width: 1330px;
}

.banner___content__wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.banner___content__wrap .tab-content {
    width: 100%;
}

.banner___content__wrap .nav {
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}

.banner___content__wrap .nav li {
    width: 33.33%;
}

.tabButton_img {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.banner___content__wrap .nav li button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
}

.banner___content__wrap .nav li button h4,
#baner_slider .carousel-indicators button h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Conv_sofiapro-light';
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 4px solid transparent;
}

.banner___content__wrap .nav li button.active h4,
#baner_slider .carousel-indicators button.active h4 {
    border-color: #ddb384;
}

.inner__content_-wrap {
    text-align: center;
}

.inner__content_-wrap .sub-title h2 {
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.inner__content_-wrap h2 span {
    display: inline-block;
    color: #fbfbfb;
    position: relative;
    font-size: 27px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Conv_sofiapro-light';
}

.inner__content_-wrap h2 span::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 15px;
    width: 70px;
    height: 3px;
    background-color: #da9138;
}

.inner__content_-wrap h2 span::after {
    content: "";
    position: absolute;
    right: -90px;
    top: 15px;
    width: 70px;
    height: 3px;
    background-color: #da9138;
}

.inner__content_-wrap h1 {
    color: #fbfbfb;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* font-family: 'Conv_Sofia Pro Medium'; */
}

.inner__content_-wrap .desc h2 {
    color: #fbfbfb;
    font-size: 19px;
    max-width: 940px;
    margin: 0 auto;
    font-family: 'Conv_sofiapro-light';
    line-height: 1.5;
}

#baner_slider .carousel-caption {
    left: 0;
    right: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
}

#baner_slider .carousel-indicators {
    margin: 0px !important;
    width: 100%;
    /* max-width: 1490px;
   margin: 0 auto; */
}

#baner_slider .carousel-indicators .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 555;
}

#baner_slider .carousel-indicators button {
    width: 33.33%;
    height: auto;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-indent: 0px !important;
    opacity: 1 !important;
}

.top_banner_slider {
    position: relative;
    height: 100vh;
}

.static_banner_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 555;
    background-color: rgba(56, 167, 163, 0.3);
    top: 0;
    display: flex;
    align-items: flex-end;
}

.slider__img {
    height: 100vh;
    position: relative;
}

.slider__img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(13, 46, 44, 0.5);
}

.slider_content_main {
    position: absolute;
    z-index: 555;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 30px 30px;
}

.slider_content_main .inner__content_-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.static_banner_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 55;
    background-color: #0d2e2c;
}

.selected__content {
    position: relative;
    z-index: 555;
}

.services_tabs_grid {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    cursor: pointer;
}

.services_tabs_grid__box {
    width: 33.33%;
    text-align: center;
}

.services_tabs_grid__box h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Conv_sofiapro-light';
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 4px solid transparent;
}

.clickable__grid {
    position: relative;
    height: 100vh;
}

.clickable__grid .tab-content {
    height: 100%;
    display: none;
}

.clickable__grid .tab-content>div {
    height: 100%;
}

.clickable__tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 777;
}

.clickable__tabs_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.clickable__tabs_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 55;
    background-color: #0d2e2c;
}

.select__img {
    height: 100%;
}

.select__img img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

.clickable__tabs_btn ul {
    justify-content: space-between;
    position: relative;
    z-index: 666;
}

.clickable__tabs_btn ul li {
    width: 33.33%;
    text-align: center;
}

.clickable__tabs_btn ul li button {
    width: 100%;
    padding: 0;
    outline: none;
}

.clickable__tabs_btn ul li button.active {
    background-color: transparent !important;
}

.clickable__grid .tab-content>div .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clickable__grid .tab-content>div .container .inner__content_-wrap {
    width: 100%;
}

.clickable__grid .tab-content>div .container .inner__content_-wrap .btn__list {
    max-width: 100% !important;
}

.clickable__tabs_btn ul li button h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Conv_sofiapro-light';
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 4px solid transparent;
}

.clickable__tabs_btn ul li button.active h4 {
    border-top: 4px solid #ddb384
}

.btn__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.btn__list .signUp_btn {
    height: 45px;
    font-size: 16px;
    padding: 5px 20px;
    margin: 5px;
}

.signUp_btn {
    background-color: #da9138;
    max-width: 310px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    border-radius: 30px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    margin: 50px auto 0px;
}

.signUp_btn img {
    margin-left: 10px;
    margin-top: 2px;
}

.signUp_btn:hover {
    color: #fff;
    background-color: #38a7a3;
}

.service__grid {
    padding: 40px 0px;
    background-color: #38a7a3;
}

.service__box__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service__box__list ul li {
    width: 20%;
}

.box__inner {
    width: 255px;
    height: 220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    transition-duration: 0.4s;
    background-color: #fff;
    box-shadow: 1px 1px 35pxs transparent;
}

.box__inner:hover {
    background-color: #da9138;
    box-shadow: 1px 1px 35px #000000a3;
}

.box__inner:hover h4 {
    color: #fff;
}

.icon_img {
    margin-bottom: 22px;
}

.icon_img img {
    height: 85px;
    display: block;
    margin: 0 auto;
}

.box__inner:hover .icon_img img {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
}

.service__box__list ul li h4 {
    color: #0a2131;
    font-size: 24px;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Conv_Sofia Pro Medium';
}

.integrated__supply__grid {
    padding: 30px 0px;
}

.integrated__supply__grid .row {
    align-items: center;
}

.supply-chain-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 300;
    max-width: 400px;
    margin-bottom: 30px;
}

.supply-chain-content h4 strong {
    font-weight: 700;
}

.supply-chain-content p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    max-width: 540px;
}

.supply-chain-content .sign__btn {
    background-color: #da9138;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    height: 65px;
    border-radius: 60px;
    font-size: 20px;
    margin-top: 50px;
    transition-duration: 0.4s;
}

.supply-chain-content .sign__btn:hover {
    color: #fff;
    background-color: #38a7a3;
}

.our__services {
    padding: 20px 0px 40px;
    background-image: url("../images/img-background.png");
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 40px;
}

.service_title {
    color: #000;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}

.service_title span {
    font-weight: 300;
}

.our__services .row {
    position: relative;
    align-items: center;
}

.go_online_grid .hover__img {
    right: 0px;
    top: -5px;
    width: 67%;
}

.financial__services .hover__img {
    left: 0px;
    top: -5px;
    width: 67%;
}

.fulfilment_service .hover__img {
    top: 0;
    left: 0;
    z-index: 555;
    width: 33.33%;
}

.middle__open .hover__img {
    display: block;
}

.hover__img {
    position: absolute;
    display: none;
    z-index: 555;
    overflow: hidden;
    border-radius: 0px;
}

.service_card {
    padding: 45px 45px 60px;
    background-color: #fff;
    box-shadow: 1px 1px 7px #ccc;
    height: 100%;
    cursor: pointer;
    border-radius: 30px;
    transition-duration: 0.4s;
    position: relative;
}

.service_card:hover {
    background-color: #eee;
}

.description_content {
    min-height: 140px;
    margin-bottom: 25px;
}

.card_links {
    min-height: 320px;
}

.services__row {
    padding: 50px 0 150px;
    background-image: url("../images/img-background.png");
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 40px;
}

.service_card h4 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 45px;
}

.description_content p {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.card_links li {
    margin-bottom: 10px;
}

.card_links li a {
    display: flex;
    /* align-items: center; */
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 400;
    transition-duration: 0.4s;
}

.card_links li a:hover {
    color: #38a7a3;
}

.card_links li a span {
    display: inline-block;
}

.card_links li a span:last-child {
    margin-left: 18px;
}

.signup_button {
    background-color: #da9138;
    color: #fff;
    width: 185px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: 0.4s;
    margin: 0 auto;
}

.signup_button:hover {
    background-color: #38a7a3;
    color: #fff;
}

.flip__row {
    flex-direction: row-reverse;
    padding: 60px 0px;
}

.services__row .row {
    align-items: center;
}

.news_section {
    padding: 40px 0px;
    border-top: 1px solid #38a7a3;
}

.title_grid {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title_grid h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_grid h4 span {
    font-weight: 300;
}

.view_more_cta {
    color: #da9138;
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    font-weight: 400;
    transition-duration: 0.4s;
    margin-right: 8px;
    position: relative;
}

.title_grid .view_more_cta::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #da9138;
    transition: width 0.3s;
    bottom: 0;
    position: absolute;
}

.title_grid .view_more_cta:hover::after {
    width: 100%;
}

.title_grid .view_more_cta:hover {
    color: #da9138;
}

.view_more_cta span {
    display: block;
}

.view_more_cta span img {
    width: 15px;
    padding-bottom: 7px;
    margin-left: 15px;
}

.counter__section {
    padding: 40px 0px;
}

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

.left__grid {
    max-width: 460px;
    min-width: 460px;
}

.right__grid {
    width: 100%;
}

.counter_description h4 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.counter_description h4 span {
    display: block;
    font-size: 32px;
    font-weight: 300;
}

.counter_description p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.counter_grid #counter {
    display: flex;
    justify-content: flex-end;
}

.counter_grid #counter li {
    width: 33.33%;
    padding-left: 30px;
}

.counter_box {
    text-align: center;
    background-color: #e1e1e1;
    border-radius: 20px 20px 0px 20px;
    padding: 15px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.counter_box h4 {
    font-size: 35px;
    font-weight: 700;
}

.counter_box h4 .count.percent {
    font-weight: 700;
}

.counter_box p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.counter_grid #counter li:nth-child(2) .counter_box {
    background-color: #2c2c2c;
}

.counter_grid #counter li:nth-child(3) .counter_box {
    background-image: url("../images/transport-img.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.counter_grid #counter li:nth-child(1) .counter_box h4,
.counter_grid #counter li:nth-child(1) .counter_box p,
.counter_grid #counter li:nth-child(2) .counter_box h4,
.counter_grid #counter li:nth-child(2) .counter_box p,
.counter_grid #counter li:nth-child(3) .counter_box h4,
.counter_grid #counter li:nth-child(3) .counter_box p {
    color: #fff;
}

.news_blog a {
    display: block;
    position: relative;
    transition-duration: 0.4s;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_blog a figure {
    margin: 0;
    height: 255px;
}

.news_blog a figure img {
    object-fit: cover;
    object-position: center center;
    transition-duration: 0.4s;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.news_blog a figure video {
    position: absolute;
    object-fit: cover;
}

.news_blog a figure figcaption {
    padding: 30px;
    position: relative;
    z-index: 555;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.news_blog a figure figcaption h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: 0.4s;
    margin-bottom: 15px;
}

.news_blog a figure figcaption p {
    color: #ff9d25;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition-duration: 0.4s;
    text-transform: uppercase;
}

.news_blog a:hover figure img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_blog a:hover figcaption h4 {
    color: #F9A11D;
}

.news_blog a:hover figcaption p {
    color: #fff;
}

.gray_bg {
    background-color: #f4f4f4;
}

.logo_slide img {
    width: auto !important;
    margin: 0 auto;
}

.logo__slider {
    padding: 40px 0px;
}

.title_text {
    text-align: center;
    margin-bottom: 50px;
    color: #2c2c2c;
    font-size: 35px;
    font-weight: 300;
}

.logo__slider #client_slider {
    padding: 0 40px;
}

.logo_slide {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#client_slider .owl-nav button {
    position: absolute;
    top: 22%;
}

#client_slider .owl-nav button.owl-prev {
    left: 0;
}

#client_slider .owl-nav button.owl-next {
    right: 0;
}

#client_slider .owl-nav button.owl-prev img {
    transform: rotate(180deg);
}

footer {
    background-color: #2c2c2c;
    padding-top: 200px;
}

.footer__content h4 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Conv_Sofia Pro Medium';
}

.footer_links li {
    margin-bottom: 15px;
}

.footer_links li a {
    display: flex;
    color: #fff;
    font-size: 18px;
    transition-duration: 0.4s;
    font-family: 'Conv_sofiapro-light';
}

.footer_links li a span {
    display: flex;
    align-items: flex-start;
    margin-top: 7px;
    margin-right: 15px;
}

.footer_links li a:hover {
    color: #22aca7;
}

.copyright {
    border-top: 1px solid #505659;
    padding: 22px 0px;
    margin-top: 35px;
}

.copyright p {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 400;
}

.social__icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social__icon li a {
    display: block;
    margin-left: 8px;
}

.contact__wrap {
    margin-bottom: -154px;
    position: relative;
    z-index: 555;
}

.contact__grid {
    background-color: #f4f4f4;
    padding: 45px 35px;
}

.contact__info h4 {
    color: #2c2c2c;
    text-align: center;
    /* margin-bottom: 15px; */
    font-size: 25px;
    font-weight: 400;
    min-height: 50px;
}

.contact__info p {
    text-align: center;
    color: #da9138;
    font-size: 20px;
    font-weight: 300;
}

.contact__info .btn_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 255px;
    background-color: #da9138;
    color: #fff;
    font-size: 16px;
    height: 55px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    border-radius: 30px;
    font-family: 'Conv_Sofia Pro Medium';
    margin: 30px auto 0px;
}

.contact__info .btn_cta:hover {
    color: #fff;
    background-color: #38a7a3;
}

.contact__info form {
    position: relative;
    max-width: 375px;
    margin: 30px auto 0px;
}

.contact__info form input {
    width: 100%;
    height: 55px;
    border-radius: 30px;
    border: 1px solid #da9138;
    outline: none;
    padding: 10px 170px 10px 20px;
    transition-duration: 0.4s;
}

.contact__info form .sign_btn {
    width: 165px;
    border: none;
    color: #fff;
    background-color: #da9138;
    border-radius: 30px;
    height: 55px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    font-family: 'Conv_Sofia Pro Medium';
    position: absolute;
    right: 0;
    top: 0;
}

.contact__info form .sign_btn:hover {
    color: #fff;
    background-color: #38a7a3;
}

.contact__grid .contact__info {
    border-right: 1px solid #dbdde1;
}

.contact__grid>div>div:last-child .contact__info {
    border: none;
}

.customer__grid {
    padding: 40px 0px;
}

.customer__grid .row .col-md-5 {
	width: 30%;
}

.customer__grid .row .col-md-7 {
	width: 70%;
}

.customer__content {
    margin-top: 80px;
}

.customer__content h4 {
    color: #000;
    font-size: 40px;
    font-family: 'Conv_Sofia Pro Medium';
}

.customer__content h4 span {
    display: block;
    font-family: 'Conv_sofiapro-light';
}

.customer__content a {
    color: #da9138;
    display: inline-block;
    font-size: 22px;
    font-family: 'Conv_Sofia Pro Medium';
    margin-top: 22px;
    transition-duration: 0.4s;
}

.customer__content a:hover {
    color: #22aca7;
}

.left_space {
    margin: 0 -25px;
}

.left_space .col-md-6 {
    padding: 0 25px;
}

.user__profile {
    background-color: #f3f2f2;
    padding: 25px 50px 50px;
    border-radius: 35px;
    transition-duration: 0.4s;
    text-align: center;
}

.profile__img {
    text-align: center;
    width: 170px;
    margin: 0 auto 35px;
    position: relative;
}

.profile__img::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 75px;
    height: 75px;
    background-image: url("../images/quote_img.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.profile__img img {
    border: 12px solid #fff;
    border-radius: 50%;
    width: 178px;
    height: 166px;
    min-width: 166px;
    object-fit: cover;
    object-position: center;
}

.user__profile p {
    color: #515151;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Conv_sofiapro-light';
}

.user__profile strong {
    display: block;
    margin-top: 25px;
    font-size: 20px;
    font-family: 'Conv_Sofia Pro Medium';
}

.left_space>div:last-child .user__profile {
    margin-top: 80px;
}

#tilt {
    overflow: hidden;
}

.slider_profile_wrap {
    padding-right: 30px;
}

.slider_profile_wrap .owl-dots {
    position: absolute;
    right: -32px;
    top: 50%;
}

.slider_profile_wrap .owl-dots .owl-dot {
    display: block;
    margin: 3px 0px;
}

.slider_profile_wrap .owl-dots .owl-dot.active span {
    background-color: #22aca7;
}

.slider_profile_wrap .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
}

#profile__slider .owl-stage .owl-item:nth-child(2n) .item .user__profile {
    margin-top: 80px;
}

#profile__slider .owl-nav {
    position: absolute;
    right: -40px;
    top: 50%;
}

#profile__slider .owl-nav button {
    width: 32px;
    height: 35px;
    display: block;
    background-color: #22aca7;
    margin-top: 2px;
    transition-duration: 0.4s;
}

#profile__slider .owl-nav button:hover {
    background-color: #da9138;
}

#profile__slider .owl-nav button.owl-prev img {
    transform: rotate(180deg);
}

#profile__slider .owl-nav button img {
    width: 10px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.hexagon__wrap {
    background-color: #fbf4eb;
    padding: 40px 0px;
}

.industries__grid {
    max-width: 1010px;
    margin: 0 auto 60px;
    text-align: center;
}

.industries__grid h4 {
    color: #060606;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 24px;
}

.industries__grid h4 span {
    font-weight: 300;
}

.industries__grid p {
    color: #000;
    font-size: 20px;
    font-family: 'Conv_Sofia Pro Medium';
}

.hexagon__grid ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon__grid ul li {
    margin: 0px -45px;
}

.hexagon__box {
    width: 380px;
    height: 325px;
    position: relative;
    transition-duration: 0.4s;
    margin: 8px auto;
}

.little_space {
    margin-top: 10px;
}

.hexagon {
    position: relative;
    /* left: 54px; */
}

.rect {
    border-bottom: solid 2px #da9138;
    border-top: solid 2px #da9138;
    box-sizing: border-box;
    height: 325px;
    left: 97px;
    position: absolute;
    top: 0;
    width: 187px;
    background-color: #fff;
    transition-duration: 0.5s;
}

.nw-se {
    transform: rotateZ(60deg);
}

.sw-ne {
    transform: rotateZ(-60deg);
}

.rect:after {
    content: "";
    height: 230px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-30deg);
    transform-origin: top left;
    width: 115px;
    z-index: 1;
    transition-duration: 0.5s;
}

.hexagon__content {
    height: 100%;
    position: relative;
    z-index: 55;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 45px;
    border-radius: 65px;
    text-align: center;
}

.icon_div {
    margin-bottom: 20px;
    position: relative;
    width: 100px;
    height: 60px;
}

.half_cricle img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    margin: 0 auto;
    transition-duration: 0.4s;
}

.icon_div .hexagon__icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.half_cricle {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 54px;
}

.white__img {
    display: none;
}

.hexagon__content h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    transition-duration: 0.4s;
    font-family: 'Conv_Sofia Pro Medium';
    font-weight: 500;
    margin-bottom: 10px;
}

.hexagon__content p {
    color: #000;
    font-size: 15px;
    transition-duration: 0.4s;
    font-family: 'Conv_sofiapro-light';
    line-height: 20px;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.readMore_btn {
    display: flex;
    background-color: #da9138;
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 12px;
    border-radius: 30px;
    transition-duration: 0.4s;
    font-family: 'Conv_Sofia Pro Medium';
    height: 36px;
    width: 125px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.readMore_btn:hover {
    color: #1f849c;
}

.hexagon__box:hover .rect {
    background-color: #50a7bc;
    border-color: #50a7bc !important;
}

.hexagon__box:hover .icon_div img,
.hexagon__box:hover .icon_div .half_cricle img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.hexagon__box:hover .half_cricle img {
    -webkit-filter: invert(0%) !important;
    filter: invert(0%) !important;
}

.hexagon__box:hover .half_cricle .white__img {
    display: block;
}

.hexagon__box:hover .half_cricle .blue__img {
    display: none;
}

.hexagon__box:hover .hexagon__content h4,
.hexagon__box:hover .hexagon__content p {
    color: #fff;
}

.hexagon__box:hover .readMore_btn {
    opacity: 1;
    visibility: visible;
}

.readMore_btn:hover {
    background-color: #fff;
    color: #000;
}

.open__image .hover__img {
    display: block !important;
}

.show_online__row {
    align-items: center;
}

.show_online__row,
.fulfillment_service__row,
.financial_services__row {
    display: none;
    position: relative;
}

.go_online_IMG {
    text-align: center;
    /* display: none; */
}

.close__button {
    position: absolute;
    right: 25px;
    top: 35px;
    cursor: pointer;
    z-index: 555;
    width: 50px;
    height: 50px;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.close__button img {
    width: 25px;
}

.go_online_IMG {
    position: relative;
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        /* transform: translateX(-300px); */
        transition-duration: 0.9s;
    }

    to {
        opacity: 1;
    }
}

.go_online_IMG {
    animation-delay: 500ms;
}

.ourServices__section .mobile__grid {
    padding: 0 8px;
}

.ourServices__section {
    height: 760px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.desktop__none {
    display: none;
}

.mobile__show {
    display: none;
}

.flip_box {
    position: relative;
    height: 535px;
    background-color: transparent;
}

.flip_box .card {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 6px;
    cursor: pointer;
    background-color: transparent;
}

.flip_box .card>div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
    background: #fff;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: column;
    -o-box-pack: center;
    justify-content: center;
    -o-box-align: center;
    align-items: center;
    border-radius: 0 0 25px 25px;
}

.flip_box .card .back {
    transform: rotateY(180deg);
}

.flip_box .card.flipped {
    transform: rotateY(180deg);
}

.ourServices__box .flip_box .card.flipped .service_card .card_links li a img {
    max-width: 35px;
}

.flip_box .card {
    border-top: 25px solid #da9138;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 25px;
    box-shadow: 1px 1px 7px #ccc;
}

.back .service_card {
    padding: 15px 25px 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0 0 25px 25px;
    height: auto;
}

.back .service_card:hover {
    background-color: unset;
}

.flip_box .front {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 40px 30px;
}

.flip_box .card .back {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.fixed__box__title h4 {
    color: #000f0e;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 52px;
}

.fixed__description {
    min-height: 340px;
    text-align: center;
}

.fixed__description p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    /* line-clamp: 5; */
    -webkit-box-orient: vertical;
}

.sub__banner__grid {
    position: relative;
}

.sub__banner__img {
    height: 680px;
}

.price-page-banner-section .sub__banner__img {
    height: 620px;
}

.sub__banner__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sub_banner_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    padding-top: 200px;
    text-align: center;
}

.sub_baaner_content h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sub_baaner_content h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sub_baaner_content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.sub_baaner_content h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}

.price__box_wrap {
    min-height: 270px;
    position: relative;
    background-color: #fff;
}

.price__box_wrap .container {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

.price_v2 .container {
    bottom: inherit;
    top: -40px;
}

.price__box_grid {
    display: flex;
    justify-content: flex-end;
}

.price__box__inner {
    width: 250px;
    margin-left: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0px 15px 5px #99999914;
    border-radius: 18px;
}

.price__box__inner form {
    height: 100%;
}

.price__box__inner .border_box {
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 55;
    padding: 25px 22px 65px;
    border-radius: 8px;
    /* border: 4px solid transparent; */
    box-shadow: 0px 2px 10px #55555563;
    height: 100%;
    transition: 0.2s ease-out;
}

.price__box_grid .price__box__inner:nth-child(1) .border_box {
    background-color: #f3e9cb;
}

.price__box_grid .price__box__inner:nth-child(2) .border_box {
    background-color: #fbe3cc;
}

.price__box_grid .price__box__inner:nth-child(3) .border_box {
    background-color: #ffefdf;
}

.price__box_grid .price__box__inner:nth-child(3)::after {
    content: "recommended";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -52px;
    height: 58px;
    background-color: #716aad;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 15px 15px 0 0px;
}

.price__box_grid .price__box__inner:nth-child(4) .border_box {
    background-color: #e7e7e7;
}

.fixed__price__title {
    min-height: 50px;
}

.fixed__price__title h5 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.fixed__switcher {
    min-height: 50px;
    transition: 0.2s ease-out;
}


/*********/

.switches-container {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
    height: 40px;
    position: relative;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 2px solid #da9138;
}


/* input (radio) for toggling. hidden - use labels for clicking on */

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}


/* labels for the input (radio) boxes - something to click on */

.switches-container label {
    width: 33.33%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 0px;
    text-transform: uppercase;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 33.33%;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}


/* switch box highlighter */

.switch {
    border-radius: 3rem;
    color: #fff;
    background-color: #da9138;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    /* color: var(--switch-text-color); */
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* slide the switch box from right to left */

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}


/* slide the switch box from left to right */

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}


/* slide the switch box from left to right */

.switches-container input:nth-of-type(3):checked~.switch-wrapper {
    transform: translateX(203%);
}


/* toggle the switch box labels - first checkbox:checked - show first switch div */

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}


/* toggle the switch box labels - second checkbox:checked - show second switch div */

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}


/* toggle the switch box labels - second checkbox:checked - show second switch div */

.switches-container input:nth-of-type(3):checked~.switch-wrapper .switch div:nth-of-type(3) {
    opacity: 1;
}

.subscribe_div {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    transition: 0.2s ease-out;
}

.subscribe_div a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 160px;
    margin: 0 auto;
    background-color: #da9138;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    transition-duration: 0.4s;
    box-shadow: 1px 12px 18px #5555554d;
}

.subscribe_div a:hover {
    color: #fff;
    background-color: #38a7a3;
}

.number_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.number_border {
    display: flex;
    border: 2px solid #da9138;
    width: 165px;
    border-radius: 30px;
    overflow: hidden;
}

.number_counter p {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    /*     background-color: #ffefdf;*/
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
}

.price__box_grid .price__box__inner:nth-child(4) .border_box .number_counter {
    justify-content: flex-start;
    text-align: left !important;
}

.price__box_grid .price__box__inner:nth-child(4) .border_box .number_counter p {
    background-color: transparent;
    width: 100%;
    font-size: 11px;
    text-align: left !important;
    text-transform: inherit;
}

.number_counter .number {
    width: 50%;
    display: flex;
    align-items: center;
    height: 35px;
    background-color: #fff;
    padding: 0 5px;
}

.number_counter .number .minus,
.number_counter .number .plus {
    color: #da9138;
    min-width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.number_counter .number input {
    background: transparent;
    width: 25px;
    border: none;
    outline: none;
    text-align: center;
    color: #da9138;
    height: 100%;
}

.price__div_middle {
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.2s ease-out;
}

.price__title h6 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

.price__div_middle ul {
    text-align: left;
    transition: 0.2s ease-out;
}

.price__div_middle ul li {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.price__div_middle ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    background-color: #da9138;
    border-radius: 50%;
}

.price__div_middle h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.fixed_price_box {
    min-height: 270px;
    background-color: #fff;
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 888;
    padding-top: 61px;
    padding-bottom: 90px;
}

.price__box_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    background-image: url('../images/sub-banner-img.jpg');
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.4s ease;
}

.fixed_price_box::after {
    transform: scale(1);
}

.table_price_list .table thead {
    position: sticky;
    top: 360px;
    background-color: #fff;
}

/*.three-items .table_price_list .table thead {
    top: 390px;
}*/

.fixed_price_box .container {
    position: static;
}

.fixed_price_box .price__box__inner .border_box {
    padding: 15px 15px 15px;
}

.fixed_price_box .subscribe_div {
    bottom: -55px;
}

.fixed_price_box .price__div_middle ul {
    display: none;
}

.fixed_price_box .price__div_middle {
    min-height: auto;
}

.table_price_list .table {
    margin: 0;
}

.table_price_list {
    padding: 75px 0px 60px;
}

.table_price_list .table thead tr th {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    border: none !important;
    padding: 5px 0px 8px;
    text-align: center;
    background-color: #fff;
}

.table_price_list .table thead tr th:first-child {
    text-align: left;
}

.table_price_list .table thead tr th:nth-last-child(1) {
    width: 255px;
}

.table_price_list .table thead tr th:nth-last-child(2) {
    width: 255px;
}

.table_price_list .table thead tr th:nth-last-child(3) {
    width: 255px;
}

.table_price_list .table thead tr th:nth-last-child(4) {
    width: 255px;
}

.table_price_list .table tbody tr td {
    padding: 4px 10px;
    border: none !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

.table_price_list .table tbody tr td h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0px 0px 8px;
}

.table_price_list .table tbody tr td:first-child {
    text-align: left;
}

.table_price_list .table tbody tr td img {
    width: 15px;
}

.price_v2 .price__box__inner .border_box {
    padding: 15px 15px 15px;
}

.price_v2 .price__box__inner .border_box .subscribe_div {
    bottom: -80px;
}

.price_v2 .price__box__inner .border_box .price__div_middle {
    min-height: auto;
}

.price_v2 .price__box__inner .border_box .number_counter {
    min-height: auto;
    margin-top: 15px;
}

.fixed_header.show-nav {
    position: absolute;
    top: 0;
}

.inner_page .sub_banner_wrap {
    padding-top: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.freight_page_grid .sub_banner_wrap {
    text-align: left;
    padding-bottom: 0px;
}

.freight_page_grid .btn_cta {
    margin: 0;
}

.banner__box_wrap {
    display: flex;
    justify-content: flex-end;
}

.freight_page_grid .sub_baaner_content {
    max-width: 680px;
}

.banner__box_wrap .service_box_cta {
    position: static;
    top: 0;
    max-width: 575px;
}

.inner_page .sub_baaner_content h1 {
    font-size: 40px;
}

.inner_page .sub_baaner_content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    /* line-clamp: 5; */
    -webkit-box-orient: vertical;
}

.sign_up_trial {
    margin-top: 40px;
}

.btn_cta {
    background-color: #da9138;
    height: 45px;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    transition-duration: 0.4s;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn_cta:hover {
    color: #fff;
    background-color: #38a7a3;
}

.service_box_wrap {
    min-height: 150px;
    position: relative;
}

.service_box_wrap .container {
    max-width: 1690px;
}

.service_box_cta {
    position: relative;
    top: -65px;
}

.service_box_cta ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px -15px;
}

.service_box_cta ul li {
    width: 11.11%;
    padding: 0 15px;
}

.border_line {
    text-align: center;
    background-color: #38a7a3;
    height: 100%;
    padding: 25px 15px 15px;
    border: 2px solid #fff;
    border-radius: 14px;
}

.service_box_icon {
    width: 70px;
    max-width: 70px;
    margin: 0 auto;
    min-height: 80px;
}

.service_box_icon img {
    filter: brightness(0) invert(1);
}

.service_box_title {
    min-height: 35px;
}

.service_box_title p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.freight_page_grid .container {
    height: 100%;
}

.freight_page_grid .container .row {
    height: 100%;
    align-items: center;
}

.banner__box_wrap .service_box_cta ul {
    flex-wrap: wrap;
    margin: 0px -10px;
}

.banner__box_wrap .service_box_cta ul li {
    width: 33.33%;
    padding: 10px;
}

.banner__box_wrap .border_line {
    background-color: transparent;
    border-color: #38a7a3;
}

.banner__box_wrap .border_line .service_box_icon img {
    filter: none;
}

.video__wrap {
    position: relative;
    padding: 4px 0px;
}

.urve_design {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #0d2f2d;
    clip-path: polygon(0px 410px, 100% 126px, 100% 100%, 0% 100%);
}

.video_grid {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 20px;
    border: 5px solid #fff;
    box-shadow: 1px 4px 43px #555;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 555;
    background-color: #fff;
    border-bottom: none;
}

.video_grid img {
    margin: 0 auto;
    display: block;
}

.video_grid #myVideo {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0 0 15px 15px;
}

.video_grid .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-to-top,
#myBtn {
    width: 140px;
    height: 140px;
    font-size: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

#back-to-top i,
#myBtn i {
    color: rgba(0, 0, 0, 0.8);
}

.Aurobees__border_content {
    background-color: #0d2f2d;
    padding: 50px 0 90px;
}

.Aurobees__border_content .container {
    max-width: 1600px;
    border: 1px solid #da9138;
    padding: 30px 50px;
    border-radius: 10px;
    position: relative;
}

.Aurobees__border_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.Aurobees__border_content p span {
    color: #da9138;
}

.Aurobees__border_content .sign_up_trial {
    margin: 0;
    position: absolute;
    right: 60px;
    bottom: -20px;
}

.key__offering .container {
    max-width: 1780px;
}

.key__offering {
    padding: 50px 0px;
}

.offer_title h4 {
    text-align: center;
    color: #da9138;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.offer_title h4 span {
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.offer_title h4 span::before {
    content: "";
    top: 50%;
    left: -170px;
    position: absolute;
    height: 1px;
    width: 160px;
    background-color: #000;
}

.offer_title h4 span::after {
    content: "";
    top: 50%;
    right: -170px;
    position: absolute;
    height: 1px;
    width: 160px;
    background-color: #000;
}

.key__offering .row {
    justify-content: center;
}

.key__offering .row>div {
    width: 33.33333333%;
    margin-top: 30px;
}

.offering_box {
    background-color: #fff;
    padding: 40px 35px 30px;
    text-align: center;
    box-shadow: 0px 0px 20px #ccc;
    height: 100%;
    margin: 20px 0px;
    border-radius: 30px;
    transition-duration: 0.4s;
}

.offering_box_title {
    min-height: 55px;
}

.offering_box_title h4 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.offering_box_img {
    height: 250px;
    overflow: hidden;
    margin-bottom: 22px;
}

.offering_box_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.offering_box_desc p {
    text-align: justify;
    color: #000;
    font-size: 17px;
    margin-top: 15px;
}

.freight_page_video {
    margin-top: 150px;
}

.log_ing_header {
    background-color: #eeeeee;
    height: 85px;
    display: flex;
    align-items: center;
}

.log_ing_header a {
    display: inline-block;
    max-width: 200px;
}

.form_wrap {
    padding: 10px 0px;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.form_wrap .row.g-0 {
    align-items: center;
}

.row.g-0.login_sec .login_bg {
    height: auto;
    padding-top: 50px;
}

.login_bg {
    height: 1450px;
}

.login_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login_grid {
    /*    margin-right: 50px;*/
    /*    max-width: 670px;*/
    margin-left: 50px;
    padding: 30px 60px;
    background-color: #fff;
    box-shadow: 0px 0px 34px #11111121;
    border-radius: 20px;
}

.form_title {
    text-align: center;
    margin-bottom: 25px;
}

.form_title h1,
.form_title h2 {
    color: #000;
    font-size: 25px;
    font-weight: 800;
}

.form_tabs ul {
    justify-content: space-between;
    margin-bottom: 40px;
}

.form_tabs ul li {
    width: 47%;
}

.form_tabs ul li button {
    width: 100%;
    color: #da9138;
    height: 55px;
    font-size: 23px;
    border-radius: 30px !important;
    border: 2px solid #da9138 !important;
    font-weight: 500;
}

.form_tabs ul li button:hover {
    color: #da9138;
}

.form_tabs ul li button.active {
    background-color: #da9138 !important;
}

.form_feild {
    margin-bottom: 15px;
}

.form_feild>input {
    width: 100%;
    border: 1px solid #DDDDDD;
    height: 50px;
    outline: none;
    border-radius: 30px;
    padding: 6px 30px;
    font-weight: 300;
    color: #000;
}

.form_feild .form-check {
    padding-left: 38px;
}

.form_feild .form-check input {
    width: 25px;
    height: 25px;
    border-radius: 0;
    border: 3px solid #afafaf;
    margin-left: -35px;
}

.form_feild .form-check input:focus {
    box-shadow: none;
}

.form_feild .form-check input:checked {
    background-color: #000 !important;
}

.form_feild .form-check label {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    cursor: pointer;
}

.form_feild label {
    font-weight: 700;
    font-size: 23px;
    color: #000;
    display: block;
}

.form_feild label a {
    color: #3189f8;
    /*color: #000;*/
    display: inline-block;
    transition-duration: 0.4s;
}

.form_feild label a:hover {
    color: #38a7a3;
}

.form_feild input[type="submit"] {
    background-color: #da9138;
    border-color: #da9138;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    transition-duration: 0.4s;
    text-transform: uppercase;
}

.form_feild input[type="submit"]:hover {
    background-color: #38a7a3;
    border-color: #38a7a3;
}

.form_footer {
    padding-top: 20px;
    border-top: 1px solid #666;
}

.form_footer p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.form_footer p a {
    color: #38a7a3;
    display: inline-block;
    font-weight: 500;
    transition-duration: 0.4s;
}

.form_footer p a:hover {
    color: #da9138;
}

.sign_up {
    margin-left: 0 !important;
    /*    max-width: 680px;*/
}

.form_group {
    display: flex;
    justify-content: space-between;
}

.form_group>label {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    min-width: 240px;
    max-width: 240px;
}

.form_group .form_feild {
    width: 100%;
    text-align: center;
}

.form_feild .country-select {
    width: 100%;
}

.form_feild .country-select input {
    width: 100%;
    height: 50px;
    border: 1px solid #afafaf;
    border-radius: 30px;
    overflow: hidden;
    outline: none;
}

.country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}

.btn_grid {
    display: flex;
    justify-content: space-between;
    max-width: 430px;
    margin: 10px auto 20px;
}

.btn_grid .form_feild {
    margin: 0;
    width: 46%;
}

.btn_grid .form_feild .clear {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #da9138;
    background: transparent;
    outline: none;
    color: #da9138;
    font-size: 23px;
    font-weight: 500;
    transition-duration: 0.4s;
    text-transform: uppercase;
}

.btn_grid .form_feild .clear:hover {
    background-color: #38a7a3;
    border: 2px solid #38a7a3;
    color: #fff;
}

.sign_up .form_footer {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}

.sign_up .form_footer p {
    font-size: 18px;
}

.text-right {
    text-align: right !important;
}

.sign_up .form_feild img {
    margin-top: 25px;
}

.form_footer p img {
    width: 15px;
    margin: 0 3px;
}

.form_group .form_feild .select2 {
    width: 100% !important;
}

.form_group .form_feild .select2>.selection {
    height: 50px;
    display: block;
}

.form_group .form_feild .select2>.selection>span {
    height: 100%;
    border-radius: 30px;
}

.form_group .form_feild .select2>.selection>span .select2-selection__arrow {
    display: none;
}

.form_group .form_feild .select2>.selection>span>span {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 25px;
    background-image: url("../images/down_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
}

.select2-container .select2-search--dropdown input {
    outline: none;
}

.select2-container--open .select2-dropdown {
    border-top: 1px solid #aaa !important;
}


/****  Mobile *****/

.form_group .form_feild>.iti {
    width: 100%;
}

.form_group .form_feild>.iti>input {
    height: 50px;
    border-radius: 30px;
    border: 1px solid #afafaf;
    padding-left: 120px !important;
}

.form_group .form_feild>.iti>input:focus {
    box-shadow: none;
}

.form_group .form_feild>.iti .iti__selected-flag {
    background: transparent;
    padding-left: 22px;
    border-right: 1px solid #afafaf;
    padding-right: 10px;
    height: 45px;
}

.swiper-container {
    width: 95%;
    max-width: 1600px;
    padding-bottom: 110px;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.swiper-slide {
    width: 390px;
    height: auto;
    /* padding: 0 15px; */
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #0d2f2d;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    opacity: 1;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
    width: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    border: 3px solid #0d2f2d;
    background-color: #0d2f2d;
    height: 30px;
    opacity: 1;
    width: 30px;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255, 0.5)));
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5))
}


/***********/


/* -------------------------------- 
Title: Language Picker
Descr: A custom selector allowing users to choose their preferred language on a page
Thanks to CodyHouse 
-------------------------------- */

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.cd-demo-container {
    width: calc(100% - 2.5rem);
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0;
    max-width: 64rem;
}

.language-picker {
    display: inline-block;
    position: relative;
}

.js .language-picker__form {
    display: none;
}

.language-picker__button .icon {
    height: 16px;
    width: 16px;
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 120px;
    background-color: #fff !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    /* border-radius: .25em; */
    z-index: 4;
    --space-unit: 1rem;
    --space-xxxxs: 0.125rem;
    --space-xxxs: 0.25rem;
    --space-xxs: 0.375rem;
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 2rem;
    --space-xl: 3.25rem;
    --space-xxl: 5.25rem;
    --space-xxxl: 8.5rem;
    --space-xxxxl: 13.75rem;
    --component-padding: 1.25rem;
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
}

.language-picker__item {
    text-decoration: none;
    padding: 5px 15px;
    color: #313135;
    display: block;
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
}

.language-picker__item:hover {
    background-color: #f2f2f2;
    color: #000;
}

.language-picker__item[aria-selected=true] {
    position: relative;
    background-color: #38a7a3;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.language-picker .language-picker__button {
    font-style: normal;
    width: 120px;
    text-align: left;
    padding: 4px 10px;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.language-picker .language-picker__button:focus {
    box-shadow: none;
}

.language-picker .language-picker__button span em {
    font-style: normal;
}

.flag-icon.flag-icon-squared,
.iti__flag-box,
.iti__country-name {
    margin-right: 10px !important;
}


/*.iti__selected-flag > .iti__flag {
    background-image: url("../images/favicon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    box-shadow: none;
}
*/


/* Prateek css */

.table_price_list.three_col .table thead tr th:nth-last-child(4) {
    width: 47%;
}

.news_blog a figure img {
    filter: brightness(0.6);
}

.news_blog a figure video {
    filter: brightness(0.6);
}

@media(max-width: 1400px) {
    .table_price_list.three_col .table thead tr th:nth-last-child(4) {
        width: 37%;
    }
}

@media(max-width: 1200px) {
    .table_price_list.three_col .table thead tr th:nth-last-child(4) {
        width: 30%;
    }
}

@media(max-width: 1024px) {
    .table_price_list.three_col .table thead tr th:nth-last-child(4) {
        width: 19%;
    }
}

@media(max-width: 991px) {
    .table_price_list.three_col .table thead tr th:nth-last-child(4) {
        width: 35%;
    }
}


/*** Payment Gatway ***/

.methods_wrap {
    padding: 80px 0px;
}

.method_box {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
    justify-content: center;
}

.box__method_content {
    padding: 0 10px;
    width: 20%;
    text-align: center;
}

.box__method {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: #da9138;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition-duration: 0.4s;
}

.gray_box_bg {
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 30px 10px;
    transition-duration: 0.4s;
    transition: 0.5s ease-out;
}

.box__method img {
    filter: brightness(0) invert(1);
    transition-duration: 0.4s;
}

.box_method_title {
    max-width: 180px;
    margin: 0 auto;
    min-height: 95px;
}

.box_method_title h4 {
    font-size: 24px;
    font-weight: 400;
}

.gray_box_bg:hover {
    background-color: #da9138;
}

.gray_box_bg:hover .box__method {
    background-color: #fff;
}

.gray_box_bg:hover .box__method img {
    filter: none;
}

.gray_box_bg:hover .box_method_title h4 {
    color: #fff;
}

.visite_site {
    margin-top: 50px;
}

.visite_site .btn_cta {
    max-width: 180px;
}

.gray_box_bg:hover {
    transform: scale(1.1);
}

.technology_solution_wrap {
    position: relative;
    padding: 90px 0px;
}

.technology_solution_wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/dotted_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 935px;
    background-size: 100%;
}

.technology_solution_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 70px;
    background-image: url("../images/tech_equipment.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 295px;
    height: 270px;
}

.technology_solution_wrap .container {
    position: relative;
    z-index: 555;
}

.technology_solution_title {
    max-width: 1100px;
    margin: 0 auto 40px;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.technology_solution_title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    max-width: 550px;
    background-color: #000;
    margin: 0 auto;
}

.technology_solution_title h4 {
    font-size: 34px;
    font-weight: 700;
}

.technology_solution_para {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.technology_solution_para p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.card__content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
}

.payments_way .row {
    align-items: center;
}

.card__content ul {
    display: flex;
    margin-top: 60px;
}

.card__content ul li {
    display: inline-block;
}

.card__content ul li a {
    display: block;
}

.shadow__img {
    position: relative;
    padding-top: 40px;
    padding-left: 40px;
}

.shadow__img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: -30px -30px 0 #38a7a3;
}

.payments_way {
    position: relative;
    z-index: 555;
    padding: 50px 0 20px;
}

.payments_way .row {
    align-items: center;
}


/***********************/

.mobile__price_list {
    padding: 15px 0px;
    display: none;
}

.mobile__price_list .container {
    padding: 0px;
    width: 100%;
}

#price_accordion .accordion-item {
    border: none;
    border-top: 1px solid #da9138;
    border-radius: 0px !important;
    margin: 0px 0px 15px;
}

#price_accordion .accordion-item button {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 10px 10px;
    position: relative;
}

#price_accordion .accordion-item button::after {
    content: '';
    position: absolute;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: block;
    border-radius: 2px;
    cursor: pointer;
    right: 20px;
    top: 22px;
    transition-duration: 0.4s;
}

#price_accordion .accordion-item button.collapsed::after {
    top: 16px;
    transform: rotate(-135deg) !important;
}

.mobile__price_list .container {
    padding: 0;
}

#price_accordion .accordion-body {
    padding: 0px 0px;
}

#price_accordion .accordion-body .subscribe_div {
    position: static;
    margin-bottom: 20px;
    padding: 0px 15px;
}

#price_accordion .accordion-body .price__div_middle {
    min-height: auto;
    padding: 0px 15px;
    margin-bottom: 20px;
}

#price_accordion .accordion-body .table_price_list {
    background-color: #fff;
    padding: 0px 10px;
}

#price_accordion .accordion-body .subscribe_div a {
    font-size: 18px !important;
    height: 40px !important;
}

#price_accordion .subscribe_div {
    position: static;
}

#price_accordion .fixed__price__title {
    text-align: center;
    min-height: auto;
    padding-bottom: 10px;
}

.free_trial {
    background-color: #f3e9cb;
    padding: 30px 15px;
}

.free_trial+.accordion-item button {
    background-color: #f3e9cb;
}

.basic_grid {
    background-color: #fbe3cc;
    padding: 30px 15px;
}

.basic_grid+.accordion-item button {
    background-color: #fbe3cc;
}

.Advanced_grid {
    background-color: #ffefdf;
    padding: 30px 15px;
}

.Advanced_grid+.accordion-item button {
    background-color: #ffefdf;
}

.go_ecommerce_grid {
    background-color: #e7e7e7;
    padding: 30px 15px;
}

.go_ecommerce_grid+.accordion-item button {
    background-color: #e7e7e7;
}

.go_ecommerce_grid .number_counter p {
    background-color: transparent;
}


/**********************/

.checkout_wrap {
    padding: 55px 0px;
    padding-top: 180px !important;
}

.checkout_title {
    margin-bottom: 30px;
}

.checkout_title h1 {
    color: #38a7a3;
    font-size: 40px;
    font-weight: 700;
}

.custom_check {
    display: block;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 900;
    color: #000;
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    border-radius: 5px;
}

.custom_check input:checked~.checkmark {
    /* background-color: #38a7a3; */
    border: 2px solid #38a7a3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_check input:checked~.checkmark:after {
    display: block;
}

.custom_check .checkmark::after {
    left: 7px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.expresscheckout {
    margin-bottom: 25px;
}

.payment_mothod ul {
    display: flex;
    margin-bottom: 25px;
}

.payment_mothod ul li {
    margin-right: 15px;
}

.payment_mothod ul li:last-child {
    margin-right: 0px;
}

.payment_mothod {
    margin-bottom: 30px;
}

.payment_mothod h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.accordion_wrap {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 34px #11111121;
}

.accordion_wrap .accordion-item {
    border: none !important;
    margin-bottom: 30px;
}

.accordion_wrap .accordion-item:last-child {
    margin-bottom: 0px;
}

.accordion_wrap .accordion-body {
    padding: 15px;
}

.accordion_wrap .accordion-item>button {
    width: 100%;
    text-align: left;
    border: none;
    background-color: #38a7a3;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    height: 50px;
    border-radius: 10px;
    padding: 8px 55px 8px 20px;
}

.accordion_wrap .accordion-item>button::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 17px;
    background-image: url("../images/accordion-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 17px;
    transform: rotate(180deg);
    transition-duration: 0.4s;
}

.accordion_wrap .accordion-item>button.collapsed::after {
    transform: rotate(0deg);
}

.same_above {
    margin-bottom: 15px;
}

.form_feild .select_list {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    background-image: url("../images/down_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    width: 100%;
    border: 1px solid #afafaf;
    border-radius: 30px;
    background-color: transparent;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    background-size: 20px;
}

.accordion_wrap .accordion-body .form_group:last-child .form_feild {
    margin: 0;
}

.accordion-body .form_group>label {
    width: 315px;
    min-width: 315px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.upload-btn-wrapper .btn {
    border: 2px solid #da9138;
    color: #da9138;
    background-color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    height: 50px;
    cursor: pointer;
}

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

.checkout_right {
    height: 100%;
    padding-left: 60px;
    border-left: 1px solid #ccc;
    margin-left: 15px;
}

.payment_description ul li {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 12px;
}

.payment_description ul li strong {
    width: 50%;
    color: #000;
    font-size: 20px;
    font-weight: 900;
}

.payment_description ul li p {
    width: 50%;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}

.total_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #777;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.total_amount h4 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.amount_value {
    display: flex;
}

.amount_value,
.amount_value span {
    color: #38a7a3;
    font-size: 35px;
    font-weight: 700;
}

.btn_wrap p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.btn_wrap p a {
    display: inline-block;
    color: #da9138;
    margin-left: 5px;
    transition-duration: 0.4s;
    border-bottom: 1px solid #da9138;
}

.btn_wrap p a:hover {
    color: #38a7a3;
    border-color: #38a7a3;
}

.btn_wrap .custom_check {
    font-weight: 400;
}

.btn_wrap .custom_check .checkmark {
    border-color: #da9138;
}

.btn_wrap .submit_btn {
    background-color: #da9138;
    color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    transition-duration: 0.4s;
}

.btn_wrap .submit_btn:hover {
    background-color: #38a7a3;
}

.express__checkout .expresscheckout input[type="checkbox"] {
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 6666;
}

.express__checkout .expresscheckout .custom_check {
    display: inline-block;
}

.grow_up_wrap {
    padding: 50px 0px;
    position: relative;
}

.grow_up_title ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grow_up_title ul li {
    margin: 0 5px;
}

.grow_up_title h4 {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.grow_up_title p {
    color: #22aca7;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
}

.boost_wrap {
    max-width: 1225px;
    margin: 0 auto;
    height: 850px;
}

.boost_wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 70px;
    right: 0;
    width: 1500px;
    height: 770px;
    background-image: url("../images/plan-fire-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    margin: 0 auto;
}

.grow_up_title {
    margin-bottom: 40px;
}

.boost_wrap ul {
    padding-top: 110px;
}

.boost_wrap ul li {
    display: flex;
    justify-content: flex-end;
    margin: 35px 0px;
    align-items: center;
}

.border_list {
    height: 70px;
    width: calc(100% - 450px);
    position: relative;
}

.border_list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    width: 60%;
    background-color: #da9138;
}

.border_list::before {
    content: "";
    position: absolute;
    right: 0;
    top: 42%;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #da9138;
}

.static_btn {
    background-color: #da9138;
    max-width: 350px;
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    height: 60px;
    border-radius: 15px;
    font-weight: 400;
    margin-left: 20px;
    position: relative;
    z-index: 555;
}

.global_pre_cricle {
    width: 235px;
    height: 235px;
    background-color: #22aca7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    top: 170px;
    left: 410px;
}

.global_pre_cricle h5 {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 35px;
}

.digital_video_wrap {
    padding-top: 70px;
}

.digital_video_wrap .video_grid {
    max-width: 1000px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    overflow: visible;
}

.digital_video_wrap .video_grid #myVideo {
    z-index: 7777;
    position: relative;
    border-radius: 15px;
    height: 550px;
}

.digital_video_wrap .video_grid .content {
    z-index: 8888;
}

.digital_video_wrap .video_grid::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 15px;
    right: -20px;
    bottom: -10px;
    border: 2px solid #da9138;
    border-radius: 21px;
}

.Features_wrap {
    padding: 80px 0px;
}

.feature_box_wrap {
    border-left: 2px solid #da9138;
    border-bottom: 2px solid #da9138;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 0px 0px 0px 20px;
    max-width: 275px;
    padding-left: 30px;
    padding-bottom: 30px;
    transition-duration: 0.4s;
    height: 100%;
}

.featue_box_icon {
    width: 110px;
    min-height: 110px;
    margin-bottom: 20px;
    position: relative;
}

.featue_box_icon img {
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.6s;
}

.featue_box_title {
    min-height: 85px;
}

.featue_box_title h4 {
    color: #000;
    font-size: 32px;
    max-width: 210px;
}

.feature_box_wrap:hover .featue_box_icon img {
    top: -6px;
}

.featue_box_list ul li {
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 18px;
}

.featue_box_list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}

.Features_wrap .benefit_title {
    color: #060606;
    margin-bottom: 20px;
}

.Features_wrap .row>div {
    margin-top: 60px;
}

.benefits_grid {
    padding: 60px 0px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.benefit_title {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.benefit_link_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}

.benefit_link_list ul li:first-child,
.benefit_link_list ul li:last-child {
    width: 100%;
}

.benefit_link_list ul li:first-child a,
.benefit_link_list ul li:last-child a {
    width: 32%;
    margin: 0 auto;
}

.benefit_link_list ul li {
    width: 33.33%;
    text-align: center;
    padding: 15px;
}

.benefit_link_list ul li a {
    display: flex;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 10px;
    height: 70px;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
}

.benefit_link_list ul li a:hover {
    color: #b9752f;
    background-color: #fff;
}


/************/

.inner_page_grid {
    padding: 65px 0px;
    margin-top: 130px;
}

.news_title {
    margin-bottom: 35px;
    max-width: 985px;
}

.news_title h1 {
    color: #000;
    font-size: 30px;
    font-weight: 900;
}

.media__img img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.media__description_grid {
    padding: 20px;
}

.media__description_grid ul li {
    margin-left: 20px;
    list-style: disc;
}

.media__description_grid p,
.media__description_grid ul li {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.media__description_grid p a,
.media__description_grid ul li a {
    display: inline-block;
    color: #35a8a3;
    font-weight: 800;
    transition-duration: 0.4s;
}

.media__description_grid p a:hover,
.media__description_grid ul li a:hover {
    color: #dc8e29;
}

.media__description_grid p strong,
.media__description_grid p span,
.media__description_grid ul li strong,
.media__description_grid ul li span {
    display: inline-block;
    font-weight: 800;
}

.clander_link {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #35a8a3;
    font-size: 20px;
    font-weight: 300;
}

.clander_link a {
    display: flex;
    align-items: center;
    color: #35a8a3;
    font-size: 25px;
    font-weight: 300;
}

.clander_link a:hover {
    color: #dc8e29;
}

.clander_link a img,
.clander_link img {
    margin-right: 10px;
}

.media__grid__box {
    padding-top: 40px;
    border-top: 2px solid #35a8a3;
}

.media_box_inner {
    position: relative;
}

.media_box_img img,
.media_box_img video,
.media_box_img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: center;
}

.media_box_img_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
}

.media_box_img_title a {
    display: flex;
    width: 100%;
    align-items: flex-end;
    color: #fff;
    padding: 25px;
}

.media_box_img_title a span {
    font-size: 18px;
    font-weight: 700;
    max-width: 300px;
    transition-duration: 0.4s;
}

.media_box_img {
    position: relative;
}

.media_box_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    transition-duration: 0.4s;
    /* display: none; */
}

.media_box_inner:hover .media_box_img::after {
    /* display: block; */
    background-color: rgba(0, 0, 0, 0.4);
}

.media_box_inner:hover .media_box_img_title a span {
    color: #dc8e29;
}

.news_media>div {
    margin-bottom: 20px;
}

.pagination__crum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.pagination__crum>a {
    display: block;
}

.pagination__crum .next_btn img {
    transform: rotate(180deg);
}

.pagination__crum ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}

.pagination__crum ul li a {
    display: block;
    color: #34a8a3;
    font-size: 32px;
    margin: 4px 15px;
    width: 50px;
    text-align: center;
    transition-duration: 0.4s;
}

.pagination__crum ul li a:hover {
    color: #da9138;
}

.pagination__crum ul li.active a {
    font-weight: 700;
}

.pagination__crum>a img {
    width: 18px;
}

.media_new_grid .media_box_inner {
    margin-bottom: 15px;
}

.media_new_grid .col-md-8 .media_box_img img {
    height: 615px;
}

.media_new_grid .col-md-8 .media_box_img_title span {
    font-size: 35px;
    max-width: 670px;
    line-height: 44px;
}


/***   OTP  Verification  ****/

.screen_video .video_grid {
    max-width: 900px;
}

.screen_video .video_grid #back-to-top,
.screen_video .video_grid #myBtn {
    width: 120px;
    height: 120px;
    font-size: 30px;
}

.screen_video .video_grid #back-to-top i,
.screen_video .video_grid #myBtn i {
    color: rgba(0, 0, 0, 0.5);
}

.otp_screen .otp-field {
    display: flex;
    justify-content: center;
}

.otp_screen .otp-field input {
    width: 50px;
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    margin: 0 15px;
    border: 1px solid #555;
    background: #fff;
    font-weight: bold;
    color: #000;
    outline: none;
    transition: all 0.1s;
    box-sizing: border-box;
}

.disabled {
    opacity: 0.8;
}

.otp_screen .login_grid {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.email_title {
    margin-top: 15px;
    margin-bottom: 70px;
}

.email_title p {
    text-align: center;
    font-size: 18px;
}

.submit__query {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submit__query .btn_query {
    background-color: #da9138;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 50px;
    width: 230px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    transition-duration: 0.4s;
}

.submit__query .btn_query:hover {
    background-color: #36a9a4;
}

.otp_input input {
    width: 100%;
    height: 50px;
    border: 1px solid #666;
    border-radius: 30px;
    outline: none;
    padding: 8px 25px;
    font-size: 18px;
}

.forgot_password .form_feild input {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.forgot_password .form_feild p {
    text-align: center;
    color: #222;
    font-size: 22px;
    margin-top: 5px;
}

.forgot_password .form_feild .create_pass {
    display: flex;
    background-color: #db9138;
    text-align: center;
    color: #fff;
    font-size: 20px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition-duration: 0.4s;
    font-weight: 500;
}

.account_found {
    border-top: 1px solid #222;
    padding-top: 20px;
    text-align: center;
}

.account_found p {
    color: #222;
    font-size: 22px;
}

.registered_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.registered_grid .register_as {
    display: flex;
    width: 47%;
    text-align: center;
    height: 55px;
    align-items: center;
    justify-content: center;
    border: 3px solid #db9138;
    border-radius: 30px;
    color: #db9138;
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.4s;
}

.registered_grid .register_as:hover {
    border-color: #39b0ae;
    background-color: #39b0ae;
    color: #fff;
}

.modal-backdrop.show {
    opacity: .3;
}

.global_content .modal-dialog {
    max-width: 750px;
    margin: 0 auto !important;
}

.global_content .modal-content {
    border: none;
    border-radius: 20px;
    padding: 35px;
    background-color: rgb(255, 255, 255, 0.9);
}

.global_content .modal-header {
    padding: 0;
    border: none;
}

.global_content .modal-header .btn-close {
    background-color: #ededed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
}

.global_content .modal-header .btn-close:focus,
.global_content .modal-footer .btn:focus {
    box-shadow: none;
    border: none;
}

.global_content .modal-footer {
    padding: 0;
    border: none;
}

.global_content .modal-footer .btn {
    margin: 0;
    background-color: #db9138;
    border: none;
    height: 38px;
    width: 130px;
    border-radius: 30px;
    font-size: 18px;
    padding: 0;
}

.global_content .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
}

.global_content .modal-body p {
    color: #000;
    text-align: center;
    font-size: 18px;
}


/* 1/4/2023 Prateek css */

.middle-bg img {
    width: 100%;
}

.middle-bg {
    padding: 15px;
    border-bottom: 5px solid #fff;
}

.offering_box_title {
    margin-bottom: 10px;
}

.sub_baaner_content h2 {
    font-size: 36px;
}

.sub_baaner_content h1 {
    font-size: 50px;
}

.sub_baaner_content h1:last-child {
    text-transform: unset;
    margin-bottom: 0;
}

.two-items .number_counter p {
    background-color: unset;
}

.two-items .price__box_grid .price__box__inner:nth-child(2)::after {
    /* content: ""; */
    position: absolute;
    left: 0px;
    right: 0px;
    top: -52px;
    height: 58px;
    background-color: #716aad;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 15px 15px 0 0px;
}

.Business__ayments {
    padding: 150px 0 10px;
    background-image: url("../images/Business__ayments.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Business__ayments .technology_solution_para {
    max-width: 100%;
    text-align: left;
}

.key_benefits_wrap {
	padding-bottom: 50px;
}

.table_price_list .table tbody tr td .tooltip1 {
	border-bottom: none !important;
}

.key_benefits_wrap .visite_site {
	margin-top: 10px;
}

.Business__ayments .technology_solution_para p {
    /* font-size: 20px; */
    margin-bottom: 26px;
    text-align: justify;
    /* text-shadow: 2px 1px 4px #222222a6; */
}

.key_benefits_content {
    background-image: url("../images/Key-benefits.png");
    background-repeat: no-repeat;
    background-size: 695px;
    height: 530px;
    position: relative;
    background-position-x: center;
    background-position-y: -50px;
    max-width: 850px;
    margin: 0 auto;
}

.payment_gatway #baner_slider {
    height: 60vh;
    min-height: 550px;
}

.banner__section #baner_slider .carousel-caption {
    top: 100px;
}

.key_title {
    display: none;
}

.key_benefits_content ul li {
    position: absolute;
    bottom: 70px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    /* line-height: 28px; */
    text-align: center;
    display: inline-block;
}

.key_benefits_content ul li:nth-child(1),
.key_benefits_content ul li:nth-child(5) {
    top: 40%;
    bottom: inherit;
}

.key_benefits_content ul li:nth-child(1) {
    left: -35px;
}

.key_benefits_content ul li:nth-child(2) {
    left: 13%;
}

.key_benefits_content ul li:nth-child(3) {
    left: 0;
    right: 0;
}

.key_benefits_content ul li:nth-child(4) {
    right: 12%;
}

.key_benefits_content ul li:nth-child(5) {
    right: -60px;
}


/************/

.blog_section {
    padding: 55px 0px;
}

.blog_heading h1 {
    color: #060606;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.outer_shadow {
    position: relative;
    margin-left: 22px;
    margin-top: 22px;
}

.outer_shadow::after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    bottom: -15px;
    width: 650px;
    background-color: #34a6a2;
    border-radius: 30px;
}

.blog__wrap {
    margin-right: 30px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 2px 5px 20px #cccccc5c;
    border-radius: 15px;
    position: relative;
    z-index: 555;
}

.full_blog_img {
    height: 600px;
    overflow: hidden;
    border-radius: 15px;
}

.full_blog_img img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.article_title {
    min-height: 75px;
}

.article_title h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #34a8a4;
}

.article_content {
    margin-bottom: 20px;
    display: none;
}

.date__title a {
    display: inline-block;
    color: #b4b4b4;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    transition-duration: 0.4s;
}

#loadMore {
    color: #34a8a4;
    font-size: 15px;
    text-transform: none;
    display: inline-block;
    border: 2px solid #34a8a4;
    border-radius: 30px;
    padding: 1px 25px;
    transition-duration: 0.4s;
    font-weight: 500;
}

#loadMore:hover {
    color: #fff;
    background-color: #34a8a4;
}

.date__title a:hover {
    color: #000;
}

.article_content h4 a {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    display: block;
}

.article_content p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
}

.full_blog_content {
    padding: 35px 25px;
}

.full_blog_content h2 {
    color: #000;
    font-size: 30px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 15px;
}

.full_blog_content h2 a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.full_blog_content p {
    color: #000;
    font-size: 20px;
    line-height: inherit;
}

.post_bottom {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}

.blog_views a {
    color: #34a7a3;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    align-items: center;
}

.blog_views a img {
    margin-right: 10px;
    max-width: 30px;
}

.read_post a {
    color: #7f7f7f;
    font-weight: 300;
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 22px;
}

.read_post a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background-color: #7f7f7f;
    border-radius: 50%;
}

.all_blog_wrap {
    margin-top: 35px;
}

.blog_crum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
    padding-left: 16%;
}

.blog_crum .nav_list {
    display: flex;
    position: relative;
}

.blog_crum .nav_list:first-child {
    margin-right: 30px;
    padding-right: 30px;
}

.blog_crum .nav_list:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background-color: #000;
}

.blog_crum .nav_list li a {
    display: flex;
    color: #34a8a4;
    font-size: 22px;
    padding-right: 15px;
    margin-right: 15px;
    align-items: center;
}

.blog_crum .nav_list li:last-child a {
    margin-right: 0px;
    padding-right: 0px;
}

.blog_crum .nav_list li:last-child a img {
    display: none;
}

.blog_crum .nav_list li a img {
    margin-left: 18px;
    max-width: 8px;
}

.address__grid {
    margin-left: 50px;
    margin-right: 50px;
}

.address_inner h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.aurionpro__inner {
    max-width: 650px;
    border-top: 2px solid #3daca7;
    border-bottom: 2px solid #3daca7;
    padding: 25px 0px;
    margin-top: 20px;
}

.aurionpro__inner h5 {
    font-size: 32px;
    margin-bottom: 6px;
}

.aurionpro__inner h5 a {
    color: #3daca7;
    display: inline-block;
    font-weight: 700;
}

.aurionpro__inner p,
.aurionpro__inner h2 {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
}

.address_inner {
    margin-top: 25px;
}

.blog_article_full {
    background-color: #fff;
    padding: 30px;
    box-shadow: 1px 1px 15px #cccccc63;
    border-radius: 17px;
}

.blog_article_full h1 {
    color: #060606;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
}

.blog_article_full_img {
    border-radius: 20px;
    overflow: hidden;
    max-height: 450px;
}

.blog_article_full_img img {
    width: 100%;
    height: 780px;
    object-fit: cover;
    object-position: center;
}

.blog_footer {
    padding: 30px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog___title a {
    display: block;
    color: #828282;
    font-size: 32px;
    line-height: 35px;
    transition-duration: 0.4s;
}

.blog___title a strong {
    display: block;
    font-weight: 700;
}

.blog___title a span {
    display: block;
    font-weight: 300;
    font-size: 32px;
}

.blog___title__red a {
    display: block;
    font-size: 32px;
    position: relative;
    color: #828282;
    padding-left: 20px;
}

.blog___title__red a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #828282;
}

.post_article_description {
    padding: 40px 8px 0;
}

.post_article_description p {
    color: #000;
    font-size: 17px;
    margin-bottom: 18px;
    text-align: justify;
}

.list_description ul li {
    color: #000;
    font-size: 18px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 18px;
    text-align: justify;
}

.list_description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #22aca7;
}

.social_strip {
    background-color: #da9138;
    border-radius: 15px;
}

.social_strip ul {
    display: flex;
    height: 65px;
    align-items: center;
    padding: 10px 40px;
}

.social_strip ul li a {
    color: #fff;
    font-size: 20px;
    transition-duration: 0.4s;
    padding: 5px 5px;
    margin: 0 5px;
}

.comments__grid {
    margin-top: 20px;
    /*display: none;*/
}

.view_comment {
    padding-left: 48px;
    display: flex;
}

.view_comment a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.view_comment a:first-child {
    margin-right: 20px;
}

.comments__line {
    border-left: 8px solid #22aca7;
    margin: 25px 0px;
}

.comments__line input {
    width: 100%;
    border: none;
    outline: none;
    height: 90px;
    color: #060606;
    font-weight: 300;
    font-size: 18px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 0px 20px 20px 0px;
    padding: 15px 40px;
}

.user_comment_list {
    margin-left: 50px;
}

.user_comment_inner {
    display: flex;
}

.user_comment_inner .user_img {
    width: 78px;
    min-width: 78px;
    padding-right: 15px;
}

.user_comment_inner .user_img img {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
}

.user_comment_inner {
    display: flex;
    margin-bottom: 22px;
}

.user_comment_content {
    max-width: 1000px;
}

.user_comment_content h4 {
    color: #060606;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 5px;
}

.user_comment_content h4 span {
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.user_comment_content p {
    color: #060606;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.post_blog_wrap {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 15px #cccccc9e;
    border-radius: 15px;
}

.post_blog_img a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.post_blog_img a img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.4s;
}

.post_blog_ {
    padding: 30px 15px 20px;
}

.post_blog_ h4 {
    min-height: 120px;
}

.post_blog_ h4 a {
    color: #060606;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    transition-duration: 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.like_heart a {
    color: #000000;
    font-size: 18px;
    display: block;
    font-weight: 700;
}

.like_heart a i {
    color: #22aca7;
    margin-right: 5px;
}

.read_more {
    margin: 40px 0px 25px 35px;
}

.read_more a {
    color: #060606;
    display: inline-flex;
    font-size: 50px;
    font-weight: 800;
}

.privacy_content {
    padding: 70px 0 50px;
}

.privacy_content h1 {
    text-align: center;
    color: #000;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 25px;
}

.privacy_content p {
    font-size: 18px;
    margin-bottom: 25px;
}


/*** Five animated city Box ****/

.office_wrap .container {
    max-width: 1650px;
}

.state_box {
    width: 20%;
    height: 450px;
}

.state_text_title {
    margin-bottom: 25px;
}

.state_text_title h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

.state_text_title h5 {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.state_text_title h5 span {
    color: #35a8a2;
    font-weight: 800;
    display: inline-block;
    border-bottom: 3px solid #35a8a2;
}

.office_wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

.state__grid {
    display: flex;
    position: relative;
}

.city_add_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 15px;
    transition-duration: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.state_box:hover .state_image_inner a {
    display: none;
}

.state_box:hover .city_add_wrap {
    opacity: 1;
    visibility: visible;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.stylish-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.fiveAnimted {
    position: relative;
}

.stylish-banner .same {
    /* -webkit-backface-visibility: hidden; */
    transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
    left: -175px;
    z-index: 6;
    width: 32%;
}

.stylish-banner .same img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    object-position: center center;
    position: relative;
}

.stylish-banner .same a img {
    transition: all 0.3s ease 0s;
}

.stylish-banner .same.one img {
    left: 95px;
}

.stylish-banner .same.two {
    left: -53px;
    z-index: 5;
    position: absolute;
    width: 44%;
}

.stylish-banner .same.three {
    z-index: 4;
    /* left: -142px; */
    position: absolute;
    left: 22%;
    width: 40%;
}

.stylish-banner .same.four {
    z-index: 3;
    position: absolute;
    left: 32%;
    width: 51%;
}

.stylish-banner .same.five {
    z-index: 2;
    width: 32%;
    position: absolute;
    left: 69%;
}

.stylish-banner .same.one:hover {
    margin-left: 80px;
}

.stylish-banner .same.two:hover {
    margin-left: 197px;
}

.stylish-banner .same.three:hover {
    margin-left: 197px;
}

.stylish-banner .same.four:hover {
    margin-left: 197px;
}

.stylish-banner .detail-box-one {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.same.one .detail-box-one {
    left: 18%;
}

.same.two .detail-box-one {
    left: 27.50%;
}

.same.three .detail-box-one {
    left: 16%;
}

.same.four .detail-box-one {
    left: 34.70%;
}

.same.five .detail-box-one {
    left: 12.50%;
}

.stylish-banner .art-info-box {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    color: #fbfbfb;
    opacity: .5;
}

.stylish-banner .same:hover .art-info-box {
    opacity: 1;
    visibility: visible;
}

.stylish-banner .same:hover .city__title {
    opacity: 0;
    visibility: hidden;
}

.city__title {
    position: absolute;
    bottom: 0;
    right: 127px;
    z-index: 55;
    color: #fff;
    top: 0;
    display: flex;
    align-items: center;
}

.project-detail {
    width: 100%;
}

.detail-box-one {
    padding: 30px;
    align-items: flex-end;
}

.city_address h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

.city_address address {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}


/******* three__box_effect ********/

.three__box_effect .same.one {
    width: 47%;
    left: -225px;
}

.three__box_effect .same.two {
    width: 41%;
    left: 25%;
}

.three__box_effect .same.two:hover {
    margin-left: 100px;
}

.three__box_effect .same.three {
    width: 48%;
    left: 55%;
}

.three__box_effect .same.two .detail-box-one {
    left: 2%;
}

.three__box_effect .same.three .detail-box-one {
    left: 30px;
}

.three__box_effect .same.one .city__title {
    right: 28%;
    max-width: 230px;
}

.three__box_effect .same.two .city__title {
    right: 34% !important;
}

.three__box_effect .same.five .city__title {
    right: 35%;
}

.three__box_effect .project-detail {
    max-width: 350px;
}

.three__box_effect .same.three .city__title {
    right: 280px;
}

.three__box_effect .same.three:hover {
    margin-left: 0;
}


/*********    six__box_effect     ***********/

.six__box_effect .same.one {
    width: 28%;
    z-index: 99;
}

.six__box_effect .same.one:hover {
    margin-left: 95px;
}

.six__box_effect .same.two {
    z-index: 88;
    width: 37%;
}

.six__box_effect .same.two:hover {
    margin-left: 155px;
}

.six__box_effect .same.three {
    z-index: 77;
    width: 29%;
}

.six__box_effect .same.three:hover {
    margin-left: 110px;
}

.six__box_effect .same.four2 {
    width: 24%;
    left: 44%;
    position: absolute;
    z-index: 66;
}

.six__box_effect .same.four2:hover {
    margin-left: 110px;
}

.six__box_effect .same.five2 {
    width: 41%;
    position: absolute;
    left: 42%;
    z-index: 55;
}

.six__box_effect .same.five2:hover {
    margin-left: 24%;
    width: 25%;
}

.six__box_effect .same.six {
    z-index: 44;
    width: 24%;
    position: absolute;
    left: 76%;
}

.six__box_effect .city__title {
    right: 90px;
}


/****************/

.two__box_effect .d-flex>div {
    width: 50% !important;
    position: relative !important;
    left: 0px !important;
}

.two__box_effect .d-flex .inner_description1 img {
    left: 0px !important;
}

.two__box_effect .d-flex>div .city__title {
    left: 0;
    right: 0;
    justify-content: center;
}

.two__box_effect .d-flex>div.same .art-info-box {
    text-align: left;
    justify-content: center;
    display: flex;
    align-items: center;
}

.two__box_effect .d-flex>div.same .art-info-box .project-detail {
    max-width: 510px;
}

.two__box_effect .d-flex>div.same.two:hover {
    margin: 0px !important;
}

.two__box_effect .d-flex>div.same:hover .art-info-box {
    left: 0;
}

.two__box_effect .d-flex>div.same.one:hover {
    margin: 0;
}


/************************/

.six__box_effect .same.four {
    width: 24%;
    left: 44%;
    position: absolute;
    z-index: 66;
}

.six__box_effect .same.four:hover {
    margin-left: 110px;
}

.six__box_effect .same.four .inner_description1 .art-info-box {
    left: 0;
}

.six__box_effect .same.five {
    z-index: 55;
    width: 41%;
    position: absolute;
    left: 42%;
}

.six__box_effect .same.five:hover {
    margin-left: 24%;
    width: 25%;
}

.six__box_effect .same.five .art-info-box {
    left: 0;
}

.office_wrap .state_text_title:nth-child(3) h5 span,
.office_wrap .state_text_title:nth-child(5) h5 span {
    border-bottom: none;
}

.vision_and_mission {
    padding: 150px 0 90px;
    background-image: url("../images/vision_and_mission.png");
    background-repeat: no-repeat;
    background-size: auto;
}

.vision_and_mission .row_flip {
    flex-direction: row-reverse;
    margin-bottom: 130px;
}

.vision_mission_content {
    padding-left: 100px;
}

.vision_and_mission .row_flip .vision_mission_content {
    padding-left: 0px;
    padding-right: 100px;
}

.vision_mission_content h2 {
    color: #da9138;
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.vision_mission_content p {
    color: #000;
    font-size: 22px;
    font-weight: 300;
}

.vision_img img {
    width: 100%;
    border-radius: 15px;
}

.state_image {
    height: 100%;
    width: 100%;
    position: relative;
}

.state_image_inner {
    height: 100%;
    width: 100%;
}

.state_image_inner a {
    display: flex;
    height: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 2px 1px 3px #141313;
    transition-duration: 0.4s;
}

.cor_values {
    margin-top: 90px;
}

.cor_values h3 {
    text-align: center;
    color: #da9138;
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.cor_values .col-md-3 {
    padding: 0 8px;
}

.corevalue_box {
    box-shadow: 1px 1px 7px #ccc;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.core_value_img img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
}

.core_value_para {
    padding: 30px;
}

.core_value_para p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
}

.screen__heading h2 {
    font-size: 32px;
    font-weight: 300;
}

.enjoye_bensfits {
    text-align: center;
    margin-bottom: 50px;
}

.enjoye_bensfits p {
    color: #707070;
    font-size: 28px;
}

.enjoye_bensfits h3 {
    color: #DA9138;
    font-size: 48px;
    font-weight: 700;
    margin: 32px 0px;
}

.box_type_grid {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    margin: 15px 0px;
    display: flex;
    padding: 5px;
}

.box_type_content {
    width: 60%;
    padding: 15px 20px 15px 50px;
}

.box_type_content h4 {
    color: #DA9138;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.become_partner_wrap {
    padding: 50px 0 90px;
}

.box_type_content p {
    color: #707070;
    font-size: 18px;
    max-width: 557px;
}

.box_type_listing {
    width: 40%;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 25px 25px 25px 40px;
}

.box_type_listing ul li {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    background-image: url("../images/right-tick2.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-top: 1px;
    background-position-x: 0;
    background-position-y: 6px;
}

.bottom__strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.bottom__strip p {
    color: #000;
    font-size: 22px;
}

.bottom__strip p a {
    display: inline-block;
    color: #da9138;
    transition-duration: 0.4s;
}

.bottom__strip p a:hover {
    color: #38a7a3;
}

.reg__btn .btn_cta {
    max-width: 290px;
    font-size: 23px;
    text-transform: capitalize;
}

.Typical__Benefits h5 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding-left: 85px;
    margin-bottom: 15px;
}

.step_screen_wrap {
    padding: 60px 0 140px;
    margin-top: 130px;
}

.step__title {
    margin-bottom: 50px;
}

.step__title h1 {
    font-size: 35px;
    color: #DA9138;
    text-align: center;
}

.step_screen_wrap .container {
    width: 94%;
}

.form_border {
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    position: relative;
    padding: 0px 0 0px;
    display: flex;
    flex-wrap: wrap;
    min-height: 700px;
}

.left_grid {
    width: 65%;
    position: relative;
    padding: 35px 20px 30px 55px;
}

.form_grid_inner {
    padding-right: 150px;
}

.number_list {
    position: absolute;
    left: -20px;
    top: 35px;
}

.number_list ul li {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #C4C4C4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
}

.number_list ul li.active {
    background-color: #da9138;
}

.right_grid {
    width: 35%;
}

.right_gray_bg {
    background-color: #f8f8f8;
    padding: 30px 25px 30px 55px;
    border-radius: 10px;
    height: 95%;
}

.form_btn_grid .btn_cta {
    border: none;
    outline: none;
    text-transform: none;
}

.left_title {
    margin-bottom: 45px;
}

.left_title h2 {
    color: #DA9138;
    font-size: 26px;
    font-weight: 700;
}

.left_grid .form_group .form_feild {
    margin-bottom: 18px;
}

.left_grid .form_group .form_feild input {
    font-size: 18px;
    font-weight: 300;
    height: 44px;
    width: 100%;
}

.left_grid .form_group .form_feild input#mobile_code {
    outline: none;
    color: #afafaf;
}

.form_btn_grid {
    position: absolute;
    left: 25px;
    bottom: -26px;
    display: flex;
    width: 83%;
}

.form_btn_grid .btn_cta {
    max-width: 290px;
    margin-right: 35px;
}

.form_btn_grid .btn_cta:last-child {
    margin-right: 0px;
}

.left_grid .form_feild img {
    display: block;
    max-width: 380px;
    margin: 0 !important;
}

.pointer_content h3 {
    color: #DA9138;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.partner_list ul {
    position: relative;
}

.partner_list ul::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 35px;
    width: 1px;
    background-color: #000;
}

.partner_list ul li {
    position: relative;
    padding-left: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.partner_list ul li span {
    display: inline-block;
    font-weight: 500;
}

.partner_list ul li::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
    width: 9px;
    height: 9px;
    background-color: #DA9138;
    border-radius: 50%;
    z-index: 55;
}

.right_grid p {
    color: #4d4f5c;
    text-align: right;
    padding: 10px 12px 10px 0px;
}

.right_grid p a {
    color: #da9138;
    transition-duration: 0.4s;
}

.right_grid p a:hover {
    color: #000;
}

.partner_list ul li h4 {
    color: #DA9138;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.basice_information {
    padding: 0px;
    /*    min-height: 710px;*/
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-around; */
}

.right__side_img {
    text-align: center;
    /*margin-bottom: 15%;
    margin-top: 20%;*/
    height: 100%;
}

.basice_information p {
    padding: 0 !important;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

.form_grid_inner .form_group label {
    font-size: 18px;
    /*font-weight: 500;*/
    min-width: 450px;
    max-width: 450px;
    padding-right: 60px;
}

.form_grid_inner .form_feild select {
    background-image: url("../images/down_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    appearance: none;
    border: 1px solid #afafaf;
    width: 100%;
    height: 45px;
    border-radius: 30px;
    background-color: transparent;
    cursor: pointer;
    padding: 8px 40px 8px 25px;
    font-weight: 300;
}

.radio_input_grid {
    margin-top: 20px;
}

.radio_input_grid .form_feild {
    display: flex;
    justify-content: space-between;
}

.radio_button {
    width: 50%;
    position: relative;
}

.radio_button label {
    width: auto;
    position: relative;
    min-width: auto !important;
    max-width: 100% !important;
    padding: 0px 0px 0px 34px !important;
    cursor: pointer;
    text-align: left;
}

.radio_button label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid #da9138;
}

.radio_button input {
    width: auto !important;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: auto !important;
}

.radio_button input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    height: 13px;
    width: 13px;
    background-color: #da9138;
    border-radius: 50%;
}

.right__side_img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.flex_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_grid .form_group {
    width: 49%;
}

.phone_zipcode .form_group:first-child {
    width: 38%;
}

.phone_zipcode .form_group:last-child {
    width: 60%;
}

.company_info__form .form_group .form_feild {
    margin-bottom: 25px;
}

.right_gray_bg.basice_information.company_info {
    padding: 0px;
}

.company_info .right__side_img img {
    max-width: 100%;
    width: 100%;
}

.form_feild p {
    text-align: left;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    max-width: 708px;
}

.form_group .form_feild textarea {
    width: 100%;
    border: 1px solid #afafaf;
    height: 120px;
    outline: none;
    border-radius: 10px;
    padding: 12px 20px;
    color: #000;
    resize: none;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

.company_info__form .form_group .form_feild .select2-selection__rendered {
    font-weight: 300;
    color: #000;
}

.Financial-Information {
    min-height: 600px;
    padding: 0px;
}

.Financial-Information .right__side_img {
    margin-bottom: 0;
    margin-top: 0px;
}

.Financial-Information .right__side_img img {
    max-width: 100%;
    width: 100%;
}

.full_label {
    display: block;
}

.full_label label {
    padding-right: 0px !important;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 15px;
}

.full_label .form_feild {
    max-width: 300px;
}

form .face-field {
    display: flex;
    width: 90%;
}

form .face-field label {
    max-width: 100% !important;
    width: 100%;
    min-width: unset;
}

.form_grid_inner .form_group.face-field label {
    min-width: unset;
}

form .face-field .form_feild {
    width: 100%;
    min-width: 61%;
}

.radio-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-sec .radio-btn-sec {
    display: flex;
    align-items: center;
    width: 27%;
}

.radio-btn-sec label {
    width: 100%;
    max-width: unset !important;
    min-width: unset !important;
    margin-bottom: 0px;
    margin-left: 20px;
}

form .face-field.select-opt select {
    width: 70%;
    float: right;
}

.radio-sec .radio-btn-sec input {
    position: relative;
}

.radio-sec .radio-btn-sec input::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 0px;
    right: 0px;
    left: -1px;
    border: 3px solid #da9138;
    border-radius: 100px;
    width: 32px;
    height: 32px;
}

.radio-sec .radio-btn-sec input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: 12px;
    left: 6px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.radio-sec .radio-btn-sec input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: 12px;
    left: 6px;
    position: relative;
    background-color: #DA9138;
    content: '';
    display: inline-block;
    visibility: visible;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.profile_title {
    margin-bottom: 25px;
}

.face-field.profile_check {
    align-items: center;
}

.form_grid_inner .form_group.face-field.profile_check label {
    min-width: 55%;
}

.seven_screen_rightside .right__side_img {
    margin-bottom: 40px;
}


/* custome file stype screen seven*/

.filelabel {
    width: 120px;
    border: 1px solid #afafaf;
    border-radius: 5px;
    display: block;
    padding: 10px 50px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    border-radius: 100px;
}

.filelabel i {
    display: inline-block;
    font-size: 30px;
    padding-bottom: 5px;
    /* float: right; */
    margin-right: 22px;
}

.filelabel i,
.filelabel .title {
    color: #000;
    transition: 200ms color;
}

.filelabel:hover {
    border: 1px solid #DA9138;
}

.filelabel:hover i,
.filelabel:hover .title {
    color: #DA9138;
}

#FileInput,
#FileInput1,
#FileInput2,
#FileInput3,
#FileInput4,
#FileInput5,
#FileInput6,
#FileInput7,
#FileInput8,
#FileInput9,
#FileInput10,
#FileInput11,
#FileInput12 {
    display: none;
}

.screen_seven .profile_check .form_feild label.filelabel {
    margin-bottom: 0px;
}

.anchor a,
.terms_sec a {
    color: #007AE3;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
}

.check_section .check_confirm input {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    vertical-align: top;
    margin-top: 4px;
}

.check_section .check_confirm p {
    display: inline-block;
    width: 90%;
}

.terms_sec {
    margin-top: 20px;
}

.registration {
    width: 100%;
    padding: 0px;
}

.final_submission .form_border {
    min-height: auto;
}

.thanks_reg {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg p {
    color: #DA9138;
    font-size: 39px;
    font-family: 'roboto';
    text-align: center;
}

.reg_verification .form_grid_inner {
    padding-right: 140px;
}


/* .reg_verification .left_grid,
.reg_verification .right_grid.right_side_profile {
    width: 50%;
} */

.reg_verification form .face-field {
    width: 100%;
}

.reg_verification .form_grid_inner .form_group.face-field.profile_check label {
    min-width: unset;
}

.reg_verification form .face-field .form_feild {
    min-width: 80%;
}

.reg_verification .reason_area label {
    color: #FF0000;
    text-decoration: underline;
}

.contract_submission .submission p {
    color: #38A7A3;
    font-size: 30px !important;
    font-weight: bold;
}

.contract_submission .submission {
    text-align: center;
}

.contract_submission .submission img {
    margin-bottom: 20px;
}

.partner__grid {
    background-color: #fff;
    padding: 20px 0 0px;
}

.partner__grid h4 {
    color: #5f5e5f;
    font-size: clamp(30px, 5vw, 86px);
    text-align: center;
    text-transform: capitalize;
    padding: 0 25px 10px;
}

.img_box {
    position: relative;
    overflow: hidden;
}

.img_box a {
    display: block;
}

.img_box a img {
    width: 100%;
    transition-duration: 0.4s;
}

.img_box a:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.partner__grid {
    overflow: hidden;
}

.partner__grid .row {
    margin: 0px -8px;
}

.partner__grid .row>div {
    padding: 0px 8px;
}

#clander_slider {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 75px;
}

.slider__grid .ui-datepicker-inline {
    border: 2px solid #22aca7;
    padding: 30px 25px;
    width: 100%;
    border-radius: 15px;
}

.slider__grid .ui-datepicker-inline a.ui-corner-all {
    display: none;
}

.slider__grid {
    margin-top: 55px;
}

.slider__grid .ui-datepicker-header {
    border: 0;
    background: #fff !important;
    max-width: 164px;
    margin: -40px auto 0px;
    padding: 0;
}

.slider__grid .ui-datepicker-header .ui-datepicker-title span {
    color: #35a9a4;
    text-transform: uppercase;
}

.ui-datepicker-calendar thead {
    display: none;
}

.slider__grid .ui-datepicker-calendar {
    margin: 0;
}

.slider__grid .ui-datepicker-calendar tbody tr td {
    padding: 8px;
    text-align: center;
}

.slider__grid .ui-datepicker-calendar tbody tr td a {
    background: no-repeat;
    border: none;
    box-shadow: 0 0 5px #ccc;
    padding: 6px;
    text-align: center;
    color: #111;
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: center;
}

.slider__grid .ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-active {
	color: #35a9a4;
	font-weight: 800;
	box-shadow: 0px 0px 10px #DA9138BA;
	border-radius: 3px;
}

#clander_slider .owl-item .item {
    transform: translate3d(0, 0, 0);
    transform: scale(0.9);
    transition: all .25s ease-in-out;
    margin: 50px 0;
}

#clander_slider .owl-item .item .slider__grid {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

#clander_slider .owl-item.center .item .slider__grid {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#clander_slider .owl-nav button {
    position: absolute;
    top: 35%;
}

#clander_slider .owl-nav .owl-prev {
    border: none;
    outline: none;
    left: 0;
}

#clander_slider .owl-nav .owl-next {
    right: 0;
}

#clander_slider .owl-nav .owl-prev img {
    transform: rotate(180deg);
}

.calendar .ui-datepicker-calendar {
    width: 100%;
}

#clander_slider .owl-carousel.owl-drag .owl-item.active {
    opacity: 0.1;
}

.event_middle_content {
    padding: 70px 0 150px;
}

.event_dec {
    margin-top: 60px;
}

.event_dec h2 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.event_dec p {
    font-size: 30px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}

.clander__onlineBtn {
    max-width: 700px;
    margin: 0 auto;
}

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

.flex_btn a {
    display: block;
    transition-duration: 0.4s;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding: 10px 0px;
}

.flex_btn a span {
    font-weight: 700;
    display: inline-block;
    transition-duration: 0.4s;
}

.flex_btn a:hover span {
    color: #34a8a4;
}

.online_text {
    margin-right: 30px;
    padding-right: 30px !important;
    border-right: 1px solid #000;
}

.reg_btn .btn_cta {
    max-width: 300px;
    margin: 35px auto 0px;
}

.regester__form {
    margin: 60px auto 0 !important;
    position: relative;
    display: none;
}

.cross_btn {
    position: absolute;
    right: 30px;
    top: 30px;
}

.cross_btn a {
    display: block;
}

.cross_btn a {
    display: flex;
    background-color: #eee;
    color: #000;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.regester__form .btn_cta {
    margin: 0;
    max-width: 170px;
    font-weight: 700;
    letter-spacing: 2px;
}

.step_scound {
    height: 520px;
    display: none;
}

.thanku_message {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_scound h4 {
    font-size: 35px;
    font-weight: 600;
}

footer .footer__content .footer_links li a {
    align-items: center;
}

footer .footer__content .footer_links li a>span {
    margin: 7px 15px 7px 0px !important;
}

footer .footer__content .footer_links li a img {
    max-width: 18px;
}

.recommended_aft_sec {
    position: relative;
}

.recommended_aft_sec:after {
    content: "recommended";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -52px;
    height: 58px;
    background-color: #716aad;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 15px 15px 0 0px;
}

.service_box__wrap {
    padding: 50px 0px;
}

.service__box___content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.service__box___content ul li {
    width: 20%;
    padding: 25px 15px;
    text-align: center;
}

.box_img_inner {
    border-bottom: 3px solid #DA9138;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.box_img_inner img {
    min-width: 100px;
    min-height: 100px;
    height: 100px;
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.box_img_inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    width: 3px;
    background-color: #DA9138;
}

.box_img_inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 28px;
    width: 3px;
    background-color: #DA9138;
}

.service__box___content ul li:nth-child(1) .create_box_wrap h4 {
    max-width: 100%;
}

.create_box_wrap h4 {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    max-width: 125px;
    margin: 0 auto;
}

.yellow_strip_content {
    background-color: #db9138;
    text-align: center;
    padding: 35px 0px;
}

.yellow_strip_content p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.yellow_strip_content p strong {
    display: inline-block;
    font-weight: 700;
}

.select_theme {
    padding: 50px 0px;
}

.select_theme_content {
    border-bottom: 5px solid #DA9138;
    padding-bottom: 50px;
}

.select_theme_content .row {
    align-items: center;
}

.select_theme_content h4 {
    color: #000;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    /* line-height: 70px; */
}

.select_theme_content .btn_cta {
    width: 100%;
    max-width: 375px;
    height: 55px;
    font-size: 16px;
    margin: 20px 0px 0px;
}

.row_list {
    overflow: hidden;
    position: relative;
    padding: 20px 0 50px;
}

.row_list .container {
    width: 85%;
    max-width: 1490px;
    padding: 0;
}

.full_gray_box {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding: 35px 20px; */
    border-radius: 0px 60px 60px 0px;
    position: relative;
}

.row.flip_row .full_gray_box {
    justify-content: flex-start !important;
}


/* .full_gray_box::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0px;
    bottom: 0;
    width: 100%;
    background-color: #f3f3f3;
} */

.full_gray_box_img {
    border-radius: 0px 60px 60px 0px;
    overflow: hidden;
    width: 100%;
    height: 320px;
}

.full_gray_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.row.flip_row .full_gray_box_img {
    border-radius: 60px 0px 0px 60px !important;
}

.full_gray_description h4 {
    color: #000000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 12px;
}

.full_gray_description p {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
}

.row.flip_row {
    flex-direction: row-reverse;
}

.row_list .row {
    align-items: center;
    margin: 35px -25px;
}

.row_list .row>div {
    padding: 0 25px;
}

.row.flip_row {
    flex-direction: row-reverse;
}

.row.flip_row .full_gray_box::before {
    left: inherit;
    right: -100%;
}

.full_gray_description {
    padding-left: 30px;
    max-width: 730px;
    padding-right: 20px;
}

.row.flip_row .full_gray_description {
    padding-left: 0px;
    padding-right: 0px;
}

.row.flip_row .full_gray_box {
    border-radius: 60px 0px 0px 60px;
}

.row.flip_row .col-md-6:nth-child(2) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.start_journey_title p {
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: 300;
}

.start_journey_title p strong {
    display: inline-block;
    color: #22AAA5;
    font-weight: bold;
}


/* .language-picker .language-picker__button {
    display: none;
} */

.full_gray_description.webstore_details h4 {
    font-size: 32px;
}

.full_gray_description.webstore_details p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}


/* Deepika */

#back-to-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    font-family: 'Conv_sofiapro-light';
    border: none;
    outline: none;
    background-color: #38a7a3;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    height: 80px;
    width: 80px;
}

#back-to-top:hover {
    background-color: #da9138;
}

.read_btn {
    color: #060606;
    display: inline-flex;
    font-size: 25px;
    font-weight: 800;
}

.address_inner h4 {
    font-size: 40px;
}

.aurionpro__inner h5,
.aurionpro__inner h2:first-child {
    color: #3daca7;
    display: inline-block;
    font-weight: 700;
    font-size: 25px !important;
}

.aurionpro__inner p,
.aurionpro__inner h2 {
    font-size: 25px;
    line-height: 38px;
}

.form_title h2 {
    font-size: 30px;
}

.form_group>label,
.form_feild input[type="submit"],
.btn_grid .form_feild .clear {
    font-size: 18px;
}

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

.shadow__img {
    width: 550px;
    margin-left: auto;
}


/* Deepika */


/* Prateek css */

#back-to-top img {
    filter: invert(1);
    transform: rotate(90deg);
    width: 27px;
}

#back-to-top {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    background-color: #da9138;
    z-index: 99999;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

#back-to-top:hover {
    background-color: #38a7a3;
}

.contact__info p {
    font-size: 20px;
}

.comments__line {
    position: relative;
}

.comments__line form .btn.btn-success {
    position: absolute;
    right: 10px;
    top: 25px;
    background-color: #da9138;
    border-color: #da9138;
}

.comments__line form .btn.btn-success:hover {
    background-color: #38a7a3;
    border-color: #38a7a3;
}

.comments__line .post_btn {
    background-color: #da9138;
    color: #fff;
    width: 185px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: 0.4s;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 40px;
}

.comments__line .post_btn:hover {
    background-color: #38a7a3;
    color: #fff;
}

.project-detail a {
    color: inherit;
    font-weight: inherit;
    transition: 0.4s ease;
}

.project-detail a:hover {
    color: #da9138;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 1;
}

.form-control {
    border-radius: 100px;
    font-weight: 300;
}

.technology_solution_para.business_sec h2 {
    text-align: justify;
    /*    text-shadow: 2px 1px 4px #222222a6;*/
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 400;
}

.form_feild label.error {
    font-size: 14px !important;
    color: red !important;
    font-weight: 400;
    margin-top: 2px;
    text-align: left;
}

.form_feild p {
    font-weight: 400;
    font-size: 16px !important;
}

.forgot_password .form_feild input {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.forgot_password .form_feild input::placeholder {
    color: #000;
    text-align: left;
    font-weight: 200;
    font-size: 16px;
}

.forgot_password .form_feild .create_pass {
    border: unset;
}

.tab-content .tab-pane .form_feild .g-recaptcha div {
    margin: auto;
}

#state_div .form_feild .form-control {
    border-radius: 100px;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding-left: 25px;
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    height: 48px;
    background-size: 20px;
    border: 1px solid #DDDDDD;
    color: #000;
}

.form_group .form_feild .select2>.selection>span>span {
    background-size: 20px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #DDDDDD;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #DDDDDD;
}

#state_div .form_feild .form-control:focus {
    border: 1px solid #DDDDDD;
    outline: unset;
    box-shadow: none;
}

.form_feild label a {
    color: #38a7a3;
    font-weight: 600;
}

.form_feild label a:hover {
    color: #da9138;
}

.form_feild {
    position: relative;
}

.form_feild .password-toggle {
    top: 0px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    max-height: 50px;
    display: flex;
    align-items: center;
}

.form_feild .btn_grid .form_feild input#submit_button {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}

.form_feild .text-danger {
    color: red !important;
}

.login_grid .otp_input label.error {
    color: red !important;
}

.form_group.capta_img .form_feild .g-recaptcha div {
    margin: auto;
}

.news_media_sec,
.blog_section,
.news_cateogry_sec {
    margin-top: 130px;
}

.news_article_sec,
.privacy_content {
    margin-top: 80px;
}

.blog_section.single_blog_article {
    margin-top: 110px;
}

.slider__grid .ui-datepicker-header {
    text-align: center;
}

.slider__grid .ui-datepicker-calendar tbody tr td {
    padding: 5px;
}

.number_list ul li a {
    color: #fff;
}

.checkout_right .btn_wrap label.error {
    color: red !important;
}


/************/

.two-items .table_price_list .table thead tr th:nth-child(1) {
    width: 65%;
}

.table_price_list .table thead tr th:nth-child(1) {
    padding-left: 10px;
    width: 415px;
}

.three-items .table_price_list .table thead tr th:nth-child(1) {
    width: 47%;
}

.three-items .table_price_list .table thead tr th:nth-child(2) {
    width: 255px;
}

.three-items .table_price_list .table thead tr th:nth-child(3) {
    width: 255px;
}

.three-items .table_price_list .table thead tr th:nth-child(4) {
    width: 255px;
}

.global_content .modal-body p a {
    color: #da9138;
    transition: 0.4s;
}

.global_content .modal-body p a:hover {
    color: #38a7a3;
}

.global_content .modal-footer .btn {
    transition: 0.4s;
}

.global_content .modal-footer .btn:hover {
    background-color: #38a7a3;
}

#six_images .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

#six_images .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

#six_images .owl-nav button span {
    font-size: 70px;
    color: #fff;
}

.clickable__tabs {
    display: none;
}

.carousel-clickable-tabs {
    z-index: unset;
}

.download-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdf-icon img {
    max-width: 50px;
}

.download-icon img {
    max-width: 20px;
}

.download-box .left-box {
    display: flex;
    align-items: center;
}

.media__description_grid .media-download-pdf ul li {
    margin: 0;
    list-style: none;
    width: 430px;
    border: 1px solid #35a8a3;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.4s;
}

.media__description_grid .media-download-pdf ul li:hover {
    border-color: #da9138;
}

.media-download-pdf ul li a {
    display: block;
}

.media__description_grid .download-box p {
    margin: 0;
    font-size: 14px;
}

.media__description_grid .download-box h6 {
    margin: 0;
    color: #000;
}

.download-box .pdf-content {
    margin-left: 5px;
}


/******************/

.dashboard_bg {
    position: relative;
}

.dashboard_bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
    height: 58%;
    background-color: #35a6a2;
}

.usr_dashboard_user {
    margin-top: 130px;
    padding: 30px 0 90px;
    position: relative;
    z-index: 555;
    background-image: url("../images/dashboard-curve.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 250px;
    background-size: 100%;
}

.usr_dashboard_user::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.usr_dashboard_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 20px;
}

.usr_dashboard_title h1 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.logOut_user {
    width: 33px;
    min-width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.logOut_user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.log_out_btn a {
    display: inline-block;
    color: #8C8C8C;
    font-size: 18px;
    font-weight: 700;
    transition-duration: 0.4s;
    text-decoration: underline;
}

.log_out_btn a:hover {
    color: #35a6a2;
    text-decoration: none;
}

.modal-footer .btn.btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 110px;
    background-color: #da9138;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    transition-duration: 0.4s;
    box-shadow: 1px 12px 18px #5555554d;
    border: none;
}

.modal-footer .btn.btn-secondary:hover {
    background-color: #22aca7;
}

.paginate_button {
    margin-left: 5px;
}

.usr_dashboard_user .container>.row>.col-md-3 {
    width: 300px;
}

.usr_dashboard_user .container>.row>.col-md-9 {
    width: calc(100% - 300px);
}

.sidebar_profile {
    background-color: #f7f7f7;
    padding: 40px 0 30px;
    border-radius: 25px;
    /* position: sticky; */
    /* top: 0; */
    /* height: 500px;
    overflow: auto; */
}

.scroll_screen {
    height: 100vh;
    overflow: auto;
    border-radius: 25px;
    scrollbar-width: auto;
    scrollbar-color: #35a6a2 #ffffff;
}


/* ===== Scrollbar CSS ===== *
/* Chrome, Edge, and Safari */

.scroll_screen::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

.scroll_screen::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}

.scroll_screen::-webkit-scrollbar-thumb {
    background-color: #35a6a2;
    border-radius: 10px;
    /* border: 3px solid #35a6a2; */
}

.user_profile_img {
    width: 190px;
    height: 190px;
    min-width: 190px;
    border: 1px solid #707070;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.user_profile_img .img-circle {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.user_profile_content {
    text-align: center;
    padding: 5px 25px;
}

.user_profile_content h4 a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.user_profile_content p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    min-width: 150px;
    width: 150px;
}

.user_profile_content h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 15px;
}

.user_profile_content h5 a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    transition-duration: 0.4s;
}

.user_profile_content h5 a:hover {
    color: #35a6a2;
}

.user_profile_content h5 a img {
    width: 15px;
    margin-right: 3px;
    height: 17px;
}

.side_link {
    margin: 50px 0 40px;
}

.side_link ul li a {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 25px;
    font-weight: 300;
    height: 55px;
    display: flex;
    align-items: center;
    transition-duration: 0.4s;
}

.side_link ul li a:hover,
.side_link ul li.active a {
    color: #fff;
    background-color: #35a6a2;
    font-weight: 700;
}

.help_center {
    background-color: #35a6a2;
    border-radius: 23px;
    margin: 0 25px;
    padding: 30px;
    text-align: center;
}

.help_icon {
    max-width: 125px;
    width: 125px;
    min-height: 130px;
    border-bottom: 1px solid #fff;
    margin: 30px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help_icon a {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.help_center p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    max-width: 110px;
    margin: 0 auto;
}

.help_center a {
    color: #fff;
    display: inline-block;
}

.help_center p strong {
    display: block;
    font-weight: 700;
}

.dashboard_right {
    background-color: #f7f7f7;
    padding: 40px 40px 100px;
    border-radius: 25px;
    /* height: 500px;
    min-height: 500px !important;
    overflow: auto; */
    min-height: 1120px;
    position: relative;
    margin-left: 5px;
}

.Profile__completion__status h2 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.Profile__completion__status .progress {
    background-color: #EEEEEE;
    border-radius: 20px;
    position: relative;
    margin: 15px 0;
    height: 15px;
    width: 100%;
}

.Profile__completion__status .progress-done {
    background: #35A8A2;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    position: relative;
}

.Profile__completion__status .progress-done::before {
    position: absolute;
    content: attr(data-done) "%";
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 10px;
}

.dashboard_top_strip {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.dashboard_top_strip>.d-flex {
    width: calc(100% - 380px);
}

.Profile__completion__status {
    width: 350px;
    padding-top: 20px;
}

.dashboard_top_strip .user_profile_img {
    width: 150px;
    min-width: 150px;
    height: 150px;
}

.dashboard_top_strip .user_profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.edit_remove_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.edit_remove_link a {
    color: #35A8A2;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    transition-duration: 0.4s;
}

.edit_remove_link a:hover {
    color: #000;
    text-decoration: none;
}

.dashboard_top_strip .user_profile_content {
    width: 450px;
    padding: 0 0 0 30px;
    text-align: left;
}

.dashboard_top_strip .user_profile_content h4 a {
    font-size: 25px;
}

.dashboard_top_strip .user_profile_content h5 {
    color: #000000;
    font-size: 25px;
    display: block;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

.dashboard_top_strip .user_profile_content h6 {
    margin: 10px 0 0px;
}

.dashboard_top_strip .user_profile_content h6 a {
    display: flex;
    align-items: center;
    color: #35A8A2;
    font-size: 20px;
    font-weight: 700;
    transition-duration: 0.4s;
}

.dashboard_top_strip .user_profile_content h6 a:hover {
    color: #000;
}

.dashboard_top_strip .user_profile_content h6 a img {
    margin-right: 5px;
    width: 20px;
}

.border_description form textarea {
    background-color: transparent !important;
    resize: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 5px;
    border: none;
    box-shadow: none;
    border: 1px solid #35A8A2;
    border-radius: 15px;
    padding: 10px 12px;
    margin-top: 20px;
}

.border_description form textarea:focus {
    box-shadow: none !important;
}

.border_description .update-bio-button,
.border_description .edit-bio-button {
    display: inline-block;
    color: #35A8A2;
    font-weight: 600;
    transition-duration: 0.4s;
}

.border_description .update-bio-button:hover,
.border_description .edit-bio-button:hover {
    color: #000;
}

.border_description p {
    width: 100%;
}

.tab_grid {
    margin-top: 55px;
}

.tab_grid ul {
    /* justify-content: space-between; */
    margin-bottom: 25px;
}

.tab_grid ul li {
    margin-right: 10px;
}

.tab_grid ul li button {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 0px 10px;
    outline: none;
    box-shadow: none;
    border-bottom: 4px solid transparent !important;
    border-radius: 0 !important;
    margin-right: 10px;
}

.tab_grid ul li button.active,
.tab_grid ul li button:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #35A8A2 !important;
}

.form_content_inner .form_group {
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
}

.form_content_inner .form_group>label {
    max-width: 320px;
    min-width: 320px;
}

.form_content_inner .form_group .form_feild {
    margin: 0;
    max-width: 380px;
    width: 100% !important;
}

.save_discard {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.save_discard a,
.save_discard input,
.save_discard button {
    color: #DA9138;
    border: 3px solid #DA9138;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 50px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    transition-duration: 0.4s;
}

.save_discard input,
.save_discard button {
    background-color: #fff;
}

.discard_btn:hover,
.save_btn {
    color: #fff !important;
    background-color: #DA9138 !important;
}

.save_btn:hover {
    color: #DA9138 !important;
    background-color: transparent !important;
}

.edit_form {
    position: absolute;
    right: 50px;
}

.edit_form a {
    color: #35A8A2;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    transition-duration: 0.4s;
}

.edit_form a:hover {
    color: #000;
    text-decoration: none;
}

.form_content_inner .form_group .form_feild .select2 .selection>span {
    background-color: transparent;
    border: 1px solid #afafaf;
}

.form_content_inner .form_group .form_feild>input {
    background-color: transparent;
    border: 1px solid #afafaf;
}

.form_content_inner .form_feild .filelabel {
    width: 100%;
    padding: 10px 30px;
}

.form_content_inner .form_feild .filelabel .title {
    font-weight: 300;
}

.form_content_inner .form_feild .filelabel img {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 15px;
}

.form_content_inner .form_group .form_feild .iti input {
    background-color: transparent;
    width: 100%;
}

.add_more_btn {
    margin-left: 25px;
}

.add_more_btn a {
    color: #35A8A2;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    transition-duration: 0.4s;
}

.add_more_btn a:hover {
    color: #000;
    text-decoration: none;
}

.user_setting h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.user_setting .save_discard {
    position: static;
    max-width: 700px;
    margin-top: 50px;
}

.Subscribed_box_inner {
    position: relative;
    border: 1px solid #707070;
    min-height: 180px;
    border-radius: 25px;
    padding: 50px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.Subscribed_box_inner h4 {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    text-align: center;
    height: 35px;
    background-color: #35A8A2;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    font-weight: 700;
}

.box_middle0 {
    width: 100%;
    text-align: center;
}

.box_middle0 p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

.Subscribed_box .row .col-md-3:nth-child(1) .Subscribed_box_inner .box_middle0 p,
.Subscribed_box .row .col-md-3:nth-child(2) .Subscribed_box_inner .box_middle0 p,
.Subscribed_box .row .col-md-3:nth-child(4) .Subscribed_box_inner .box_middle0 p {
    font-size: 18px;
}

.box_middle0 p a {
    display: inline-block;
    color: #35A7A2;
    font-weight: 700;
    text-decoration: underline;
    transition-duration: 0.4s;
    font-size: 25px !important;
}

.box_middle0 p a:hover {
    color: #000;
}

.Subscribed_box {
    margin-bottom: 40px;
}

.Subscribed_box .row .col-md-3 {
    width: 25%;
    padding-bottom: 20px;
}

.active_user {
    margin-bottom: 60px;
}

.title_user {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.active_user_graph {
    max-width: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.active_user_graph #bar-chart {
    min-width: 1000px;
}

.user_table .table {
    margin: 0;
    width: 85%;
}

.user_table .table thead tr th {
    text-align: center;
    border: none !important;
    background-color: #35A7A2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.user_table .table thead tr th:first-child {
    border-radius: 12px 0 0 12px;
}

.user_table .table thead tr th:last-child {
    border-radius: 0px 12px 12px 0px;
}

.user_table .table tbody tr td {
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #ccc;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.user_table .table tbody tr td:last-child {
    border-right: none;
}

.user_table .table tbody tr td:nth-child(2) {
    font-weight: 700;
}

.media__img {
    height: 320px;
}

.form_feild>select {
    border: 1px solid #afafaf;
    height: 50px;
    outline: none;
    border-radius: 30px;
    padding: 6px 30px;
    font-weight: 300;
    color: #000;
    background-color: transparent;
    background-image: url("../images/down_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.usr_dashboard_title .d-flex .nav-link {
    color: #35A8A2;
    margin-right: 5px;
    font-size: 20px;
}

.d-flex.aline_content {
    justify-content: space-between;
}

.graph_dropdown {
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
}

.graph_dropdown select {
    border: 1px solid #afafaf;
    height: 50px;
    outline: none;
    border-radius: 30px;
    padding: 6px 30px;
    font-weight: 300;
    color: #000;
    background-color: transparent;
    background-image: url("../images/down_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
}

.modal-content h2 {
    font-size: 20px;
    text-align: center;
}

.modal-content .tab_grid {
    margin-top: 25px;
}

.modal-content .tab_grid ul {
    justify-content: center;
}

.modal-content .fixed__switcher {
    margin-bottom: 20px;
}

.modal-content .price__div_middle {
    min-height: auto;
    margin: 30px 0;
}

.modal-content .payment_description li {
    margin: 0;
    align-items: center;
}

.modal-content .tab_grid ul li button {
    font-size: 16px;
}

.modal-content .subscribe_div {
    position: absolute;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    left: 12px;
    bottom: -57px;
    right: inherit;
}

.modal-content .subscribe_div a {
    margin: 0;
    width: auto;
    padding: 20px 30px;
}

.modal-content .number_border {
    margin: 0 auto;
}

.modal-content .number_border .number {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-content .number_border .number span {
    display: flex;
    width: 80px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 45px;
    cursor: pointer;
}

.modal-content .number_border .number input {
    width: 100%;
    height: 45px;
    text-align: center;
    border-top: none !important;
    border-bottom: none !important;
    border: 2px solid #da9138;
    outline: none;
}

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

.nitification_icon {
    margin-right: 15px;
    margin-top: 2px;
}

.user_name_btn .dropdown ul {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 6px #5e5e5e54;
}

.nitification_icon button {
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
    color: #fff;
}

.nitification_icon button span {
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -12px;
}

.user_name_btn .user__name_dropdown button {
    display: flex;
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition-duration: 0.4s;
    border: none;
    overflow: hidden;
}

.user_name_btn .dropdown button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.user_name_btn .dropdown ul {
    border-radius: 10px;
    border: none;
}

.user_name_btn .dropdown button:focus {
    box-shadow: none;
}

.user_name_btn .dropdown ul li .dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
}

.user_name_btn .dropdown ul li .dropdown-item:hover {
    color: #fff;
    background-color: #da9138;
}

.event__blog {
    display: flex;
}

.event__blog .event_img {
    width: 45%;
}

.border_img {
    height: 100%;
    min-height: 430px;
    max-height: 430px;
}

.event__blog .event_img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.event__blog .event_dec {
    margin: 0;
    width: 55%;
    padding-left: 40px;
}

.event__blog .event_dec h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 16px;
}

.event__blog .event_dec p {
    font-size: 18px;
    text-align: left;
}

.event__blog .event_dec .clander__onlineBtn {
    max-width: 100%;
    margin: 0;
}

.event__blog .event_dec .clander__onlineBtn .flex_btn {
    justify-content: flex-start;
}

.event__blog .event_dec .clander__onlineBtn .reg_btn {
    display: inline-block;
}

.event__blog .event_dec .clander__onlineBtn .btn_cta {
    margin: 30px 0 0;
    border-radius: 12px;
    max-width: inherit;
    width: auto;
    min-width: 200px;
}

.download_agenda {
    margin-bottom: 20px;
}

.download_agenda a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition-duration: 0.4s;
}

.download_agenda a:hover {
    color: #34a8a4;
}

.download_agenda a img {
    max-width: 25px;
    margin-left: 10px;
}

.event__blog .event_dec a {
    font-size: 20px;
    font-weight: 600;
}

.event__blog .event_dec .clander__onlineBtn .flex_btn a img {
    max-width: 36px;
}

.otp_screen .submit__query button {
    width: 48%;
}

#subscription-upgrade .modal-dialog {
    max-width: 450px;
    margin: 0 auto !important;
}

.modal-content .payment_description {
    padding: 0 20px;
}

label#do_you_have_a_single_primary_vertical_market-error {
    position: absolute;
    bottom: -20px;
    font-size: 12px !important;
    line-height: 14px;
    left: 0;
    margin: 0;
}

.nav_content.fixed__nav .dropdown:hover>.dropdown-menu {
    display: block;
    right: 0;
}

.nav_content.fixed__nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.nav_content.fixed__nav .user__name_dropdown button {
    padding: 0;
    background-color: transparent;
}

.nav_content.fixed__nav .user__name_dropdown button::after {
    display: none;
}

.offcanvas-body .user_name_btn {
    margin: 0;
    justify-content: center;
    padding-top: 20px;
}

label#individual_business-error {
    position: absolute;
    bottom: -45px;
    font-size: 13px !important;
    margin: 0;
    padding: 0px !important;
}

label#individual_business-error::before {
    display: none;
}

.user__name_dropdown>a {
    display: flex;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
}

.user_img_cricle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    border: 2px solid #fff;
}

.offcanvas-body .user__name_dropdown>a {
    color: #000;
}

.revert_design {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
    background-color: transparent;
}

.box_type_listing>h5 {
    color: #555;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.pay_method_grid {
    width: auto;
}

.choose_meethod {
    margin: 5px 0;
}

.choose_meethod [type="radio"]:checked,
.choose_meethod [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.choose_meethod [type="radio"]:checked+label,
.choose_meethod [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 600;
}

.choose_meethod [type="radio"]:checked+label:before,
.choose_meethod [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #38a7a3;
    border-radius: 100%;
    background: #fff;
}

.choose_meethod [type="radio"]:checked+label:after,
.choose_meethod [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #da9138;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.choose_meethod [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.choose_meethod [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.box_type_listing img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.listing__content1 {
    margin-top: 15%;
}

.listing__content1>div ol {
    padding-left: 15px;
}

.listing__content1>div ol li {
    list-style-type: decimal;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.data_table_wrap {
    padding-bottom: 25px;
}

.scroll_table {
    width: 100%;
    overflow: auto;
}

.data_table_wrap table thead th {
    background-color: #35A7A2;
    color: #fff;
    font-size: 15px;
    padding-right: 22px;
}

.data_table_wrap table tbody tr td {
    border-right: 1px solid #ccc;
    font-size: 13px;
    padding: 10px 15px;
}

.data_table_wrap table tbody tr td:first-child {
    border-left: 1px solid #ccc;
}

.data_table_wrap table tbody tr td strong {
    display: block;
    font-size: 20px;
}

.table__strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

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

.check_input label {
    display: flex;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
}

.check_input label span {
    width: 35px;
    min-width: 35px;
    height: 35px;
    background-color: #da9138;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    margin-left: 8px;
    color: #fff;
    font-size: 14px;
}

.download__list a {
    display: inline-flex;
    min-width: 120px;
    height: 39px;
    background-color: #35A6A2;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition-duration: 0.4s;
}

.download__list a:hover {
    background-color: #da9138;
}

.data_table_wrap table tbody tr td h6 {
    margin: 0;
    display: inline-block;
    background-color: #35a6a2;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 4px;
}

.data_table_wrap table tbody tr td a {
    display: inline-block;
    text-align: center;
    color: #35a6a2;
    font-weight: 500;
}

.action__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data_table_wrap #DataTable_paginate>a {
    display: inline-flex;
    min-width: 85px;
    height: 35px;
    background-color: #35A6A2;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    transition-duration: 0.4s;
}

.data_table_wrap #DataTable_paginate>a:hover {
    background-color: #da9138;
}

.data_table_wrap .dataTables_length label {
    color: #000;
    font-size: 15px;
    font-weight: 500 !important;
}

.data_table_wrap .dataTables_length label select {
    border: 1px solid #35a6a2;
    margin: 0 5px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    padding: 3px 6px;
}

.data_table_wrap #DataTable_paginate span {
    display: inline-block;
}

.data_table_wrap #DataTable_paginate span a {
    display: inline-block;
    padding: 0px 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}

.data_table_wrap .dataTables_filter label {
    display: inline-block;
    font-size: 15px;
    font-weight: 500 !important;
}

.data_table_wrap .dataTables_filter label input {
    outline: none;
    height: 35px;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 5px 12px;
}

.data_table_wrap table tr td {
    white-space: unset !important;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
    margin-bottom: 20px;
}

.dataTables_info {
    float: left;
    font-size: 15px;
}

.dataTables_paginate {
    float: right;
    margin-top: 10px !important;
}

#exampleModalLong .close {
    display: none;
}

.modal-body.add-subscription-data table tr th,
.modal-body.add-subscription-data table tr td {
    font-size: 13px;
}

.modal-body.add-subscription-data table tr h2 {
    font-size: 20px;
}

.border_description.yellow_border textarea {
    border-color: #da9138;
}

.tax_registration_document_download a,
.tax_registration_document_view a {
    color: #35A8A2;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    transition-duration: 0.4s;
    margin-left: 20px;
}

.tax_registration_document_download a:hover,
.tax_registration_document_view a:hover {
    color: #000;
}

.dataTables_wrapper .paginate_button.current {
    background-color: #35A6A2;
    color: #fff !important;
    border-radius: 5px;
}

#subscription-pay .modal-dialog {
    max-width: 450px;
    margin: 0 auto !important;
}

#subscription-pay .modal-dialog .modal-header {
    border: none;
    padding: 0;
}

#subscription-pay .payment_description ul li {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

#subscription-pay .payment_description ul li strong {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 5px;
}

#subscription-pay .payment_description ul li .d-flex {
    justify-content: center;
}

.pay_method {
    margin: 0 6px;
}

.pay_method [type="radio"]:checked,
.pay_method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.pay_method [type="radio"]:checked+label,
.pay_method [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.pay_method [type="radio"]:checked+label:before,
.pay_method [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #555;
    border-radius: 100%;
    background: #fff;
}

.pay_method [type="radio"]:checked+label:after,
.pay_method [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #da9138;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pay_method [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pay_method [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#subscription-pay .modal-dialog .subscribe_div button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 110px;
    background-color: #22aca7;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    transition-duration: 0.4s;
    box-shadow: 1px 12px 18px #5555554d;
    border: none;
    margin: 25px auto 10px;
}

#subscription-pay .modal-dialog .subscribe_div button:hover {
    background-color: #da9138;
}

#subscription-pay .modal-dialog .modal-footer {
    justify-content: flex-end;
}

#subscription-pay .pay_method_grid {
    display: flex;
    justify-content: center;
}

#subscription-pay .pay_method_grid .choose_meethod {
    margin: 5px 10px;
}

#subscription-pay .modal-content .subscribe_div {
    bottom: -67px;
}

#subscription-upgrade .pay_method_grid {
    display: flex;
}

#subscription-upgrade .pay_method_grid .choose_meethod {
    margin: 5px 10px;
}

#subscription-upgrade .subscribe_div a {
    background-color: #22aca7;
}

#subscription-upgrade .subscribe_div a:hover {
    background-color: #da9138;
}

#subscription-pay .form_content_inner p {
    text-align: center;
    color: #000;
    font-size: 15px;
    margin-top: 10px;
}

.partner_contract_wrap {
    margin-top: 25px;
    width: 100%;
}

.partner_contract_wrap form {
    width: 100%;
}

.sign_up #customer_registration .form_group .form_feild select {
    color: #444;
    font-weight: 400;
}

.partner_contract_wrap .d-flex {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.form_feild label.error a:hover {
    color: red;
}

.Draft_Aggrement p a {
    display: inline-block;
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 600;
}

.Draft_Aggrement p a:hover {
    text-decoration: none;
}

.partner_contract_wrap .d-flex>div {
    position: relative;
}

.partner_contract_wrap .d-flex>div:last-child {
    width: auto;
    flex-wrap: wrap;
}

.partner_contract_wrap .d-flex>div:last-child .error {
    text-align: center;
    display: block;
    left: 0;
    right: 0;
}

.partner_contract_wrap .d-flex>div:last-child>p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -26px;
    font-size: 16px;
    color: red;
}

.upload_error_message {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.upload_error_message p {
    color: red;
    font-size: 15px !important;
}

.partner_contract_wrap .d-flex>div {
    display: flex;
    align-items: center;
}

.partner_contract_wrap .d-flex>div label {
    margin: 0;
}

.partner_contract_wrap .d-flex>div .form_feild {
    margin: 0 0 0 20px;
    width: 430px !important;
}

.partner_contract_wrap .d-flex>div .form_feild label.filelabel {
    padding: 5px 20px !important;
    background-color: #da9138;
    border: none !important;
    margin: 0;
}

.partner_contract_wrap .d-flex>div .form_feild label.filelabel:hover {
    background-color: #38a7a3;
}

.partner_contract_wrap .d-flex>div .form_feild label.filelabel span {
    font-size: 18px;
    color: #fff;
}

.partner_contract_wrap .d-flex>div>label {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    width: auto;
    max-width: unset !important;
    min-width: auto;
}

.partner_contract_wrap .form_btn_grid {
    position: static;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}

.partner_contract_wrap #patner_registration .form_btn_grid {
    width: 100%;
}

.partner_contract_wrap .form_btn_grid button.btn_cta {
    margin: 0 auto;
}

.partner_contract_wrap>form>.check_section {
    max-width: 1000px;
    margin: 50px auto;
}

.partner_contract_wrap>form>.check_section .check_confirm {
    position: relative;
}

.partner_contract_wrap>form>.check_section .check_confirm label#company_registration_checkbox-error {
    position: absolute;
    bottom: -25px;
    left: 30px;
    color: red;
}

.partner_contract_wrap>form>.check_section .check_confirm label.check_terms {
    font-size: 20px;
    color: #666;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}

.partner_contract_wrap>form>.check_section .check_confirm label.check_terms a {
    display: inline-block;
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 400;
}

.partner_contract_wrap>form>.check_section label.check_terms a:hover {
    text-decoration: none;
    color: #38a7a3;
}

.partner_contract_wrap>form>.check_section .check_confirm input[type=checkbox] {
    position: absolute;
    border: 2px solid #38a7a3;
    border-radius: 5px;
    background: none;
    cursor: pointer;
    outline: 0;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    appearance: none;
}

.partner_contract_wrap>form>.check_section .check_confirm input[type=checkbox]:hover {
    opacity: 1;
}

.partner_contract_wrap>form>.check_section .check_confirm input[type=checkbox]:checked {
    background-color: #38a7a3;
    opacity: 1;
}

.partner_contract_wrap>form>.check_section .check_confirm input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.partner_contract_wrap .form_feild span.error {
    position: absolute;
    left: 15px;
    bottom: -25px;
    color: red;
}

.user_img_cricle .img-circle {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* .partner_contract_wrap > form > .check_section .check_confirm label.check_terms a {
    display: inline-block;
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 400;
}
 */


/* label#company_registration_checkbox-error {
    display: none !important;
} */


/* .partner_contract_wrap > form > .check_section .check_confirm label.check_terms:before {
    content: '';
    border: 2px solid #da9138;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}
.partner_contract_wrap > form > .check_section .check_confirm input:checked+label.check_terms:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 6px;
    height: 12px;
    border: solid #38a7a3;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
} */

.partner_contract_wrap .d-flex>div .form_feild span.title {
    color: #fff !important;
}


/* .form_grid_inner.full_form {
    padding-right: 0px;
}
.form_grid_inner.full_form .form_group.radio_input_grid .form_feild {
    margin-top: 5px;
}
.form_grid_inner.full_form .form_group.radio_input_grid {
    display: block;
}
.form_grid_inner.full_form .form_group.radio_input_grid label {
    width: 100%;
    min-width: 100%;
    padding-right: 0px;
}
.form_grid_inner.full_form .form_group.radio_input_grid .form_feild .radio_button {
    width: 100%;
    margin: 5px 0px;
}
.form_grid_inner.full_form p.error-remarks {
    font-size: 18px;
    font-weight: 500;
}
.form_group.reject__title {
    display: block !important;
}
.form_group.reject__title p.error-remarks {
    margin-bottom: 15px;
}
.form_grid_inner.full_form .profile_check .form_feild {
    min-width: 50%;
} */

.full_form {
    padding: 35px;
}

.full_form .form_group {
    position: relative;
    display: block;
}

.full_form p.error-remarks {
    display: block;
    color: red;
    /* position: absolute; */
    left: 5px;
    bottom: -30px;
    font-size: 14px !important;
    width: 100%;
    margin-bottom: 15px;
}

.full_form .form_group>label {
    display: block;
    width: 100%;
    min-width: 100%;
}

.full_form .form_group .form_feild {
    max-width: 100%;
    margin-bottom: 35px;
}

.full_form .form_group .form_feild select,
.full_form .form_group .form_feild>input {
    width: 100%;
    float: none;
}

.full_form .form_group .form_feild {
    justify-content: flex-start;
}

.full_form .form_group .form_feild .radio_button {
    width: auto;
    margin-right: 15px;
}

.full_form .form_group .form_feild .radio_button label {
    line-height: 25px;
    font-size: 18px;
}

.full_form .row>.col-6>.form_group {
    margin-bottom: 20px !important;
    width: 100%;
}

.full_form .check_section {
    position: relative;
}

.full_form .form_group .form_feild .radio_sec {
    display: flex;
}

.regester__form.login_grid.sign_up {
    max-width: 700px !important;
}

.company-financial .form_grid_inner form .face-field.select-opt .form_feild {
    position: relative;
}

.company-financial .form_grid_inner form .face-field.select-opt .form_feild>label {
    position: absolute;
    top: 45px;
    font-size: 12px !important;
    line-height: unset !important;
}

.form_grid_inner form .btn.btn-ctn {
    background-color: #da9138;
    height: 45px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 30px;
    margin-right: auto;
    transition-duration: 0.4s;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    border: none;
    outline: none;
    margin-top: 20px;
    transition: 0.4s;
}

.form_grid_inner form .btn.btn-ctn:hover {
    color: #fff;
    background-color: #38a7a3;
}

.dummy-flag-icon {
    background-image: url("../images/mobile-icon-default.png") !important;
    background-color: transparent;
    background-size: 12px;
    background-position: center !important;
    border: none !important;
    box-shadow: none !important;
    height: 30px !important;
}

.nitification_icon .dropdown-menu-lg-end {
    min-width: 300px !important;
    width: 300px !important;
}

.nitification_icon .dropdown-menu-lg-end li a {
    white-space: wrap;
}

.js select#language-picker-select {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
}

.js select#language-picker-select option {
    padding: 10px 10px !important;
    border-radius: 0px;
}

.dashboard_right .help_center {
    display: none;
}

.usr_dashboard_user>.container>.row>.col-12>.help_center {
    display: none;
}

.dashboard_bg .col-12>.help_center {
    display: none;
}

.contract_submission .submission img {
    width: 160px;
}

.center-address-box .art-info-box {
    left: 20% !important;
}

.center-main-box .d-flex {
    justify-content: center;
}

.center-address-box {
    left: -40px !important;
}

.go_online_video {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 12px;
    border: 2px solid #da9138;
    border-radius: 20px;
}

.go_online_video video {
    width: 100%;
    border-radius: 20px;
}

.become-a-partner-banner #baner_slider {
    min-height: 750px;
}

.one-items .price__box_grid {
    margin-right: 10%;
}

@media only screen and (max-width: 1730px) {
    .table_price_list {
        padding: 55px 0px 60px;
    }
    .table_price_list .table thead {
        top: 345px;
    }

    .fixed_price_box {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 1600px) {
    .usr_dashboard_title h1 {
        font-size: 22px;
    }

    .log_out_btn a {
        font-size: 18px;
    }

    .logOut_user {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .dashboard_top_strip .user_profile_img {
        width: 130px;
        min-width: 130px;
        height: 130px;
    }

    .edit_remove_link a {
        font-size: 18px;
    }

    .dashboard_top_strip .user_profile_content h4 a {
        font-size: 18px;
    }

    .dashboard_top_strip .user_profile_content h5 {
        font-size: 18px;
    }

    .dashboard_top_strip .user_profile_content h6 a {
        font-size: 16px;
    }

    .dashboard_top_strip .user_profile_content h6 a img {
        width: 18px;
    }

    .user_profile_content h4 a {
        font-size: 18px;
    }

    .side_link ul li a {
        font-size: 15px;
        padding: 5px 20px;
        height: 50px;
    }

    .save_discard a {
        border: 2px solid #DA9138;
        min-width: 220px;
        height: 45px;
        font-size: 18px;
    }

    .tab_grid ul li button {
        font-size: 18px;
    }

    .Profile__completion__status {
        width: 260px;
        padding-top: 25px;
    }

    .Profile__completion__status h2 {
        font-size: 18px;
    }

    .edit_form a {
        font-size: 18px;
    }

    .tax_registration_document_download a,
    .tax_registration_document_view a {
        font-size: 18px;
        margin-left: 15px;
    }

    .form_content_inner .form_group>label {
        font-size: 18px;
        max-width: 290px;
        min-width: 290px;
    }

    .form_content_inner .form_group .form_feild {
        max-width: 350px;
    }

    .form_content_inner .form_feild .filelabel {
        padding: 5px 30px;
        height: 45px;
    }

    .form_content_inner .form_feild .filelabel img {
        right: 20px;
        top: 14px;
        width: 20px;
    }

    .user_setting h4 {
        font-size: 24px;
    }

    .user_setting .save_discard {
        max-width: 640px;
        margin-top: 40px;
    }

    .Subscribed_box {
        margin-bottom: 30px;
    }

    .active_user {
        margin-bottom: 40px;
    }

    .Subscribed_box_inner h4 {
        height: 36px;
        font-size: 15px;
    }

    .title_user {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .user_table .table {
        width: 100%;
    }

    .active_user_graph {
        max-width: 100%;
    }

    .payment_gatway #baner_slider {
        height: 75vh;
    }

    #back-to-top {
        height: 50px !important;
        width: 50px !important;
    }

    #back-to-top img {
        width: 20px;
    }

    .login_grid {
        max-width: 600px;
    }

    .tab-content .form_feild input[type="submit"] {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .step_screen_wrap {
        margin-top: 115px;
    }

    .step_screen_wrap .container {
        width: 85%;
    }

    .step__title h1 {
        font-size: 30px;
    }

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

    .left_title h2 {
        font-size: 20px;
    }

    .partner_list ul li,
    .partner_list ul li h4 {
        font-size: 15px;
    }

    .left_grid .form_group .form_feild input {
        font-size: 15px;
        font-weight: 600;
    }

    .form_btn_grid .btn_cta {
        max-width: 210px;
        font-size: 16px;
    }

    .basice_information p,
    .form_grid_inner .form_group label {
        font-size: 15px;
    }

    .filelabel i {
        font-size: 16px;
    }

    .reg p {
        font-size: 28px;
    }

    .one-items .price__box_grid {
        margin-right: 17%;
    }
}

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

@media only screen and (max-width: 1400px) {
    .usr_dashboard_user {
        margin-top: 120px;
        padding: 50px 0 80px;
    }

    .usr_dashboard_title h1 {
        font-size: 25px;
    }

    .log_out_btn a {
        font-size: 16px;
    }

    .logOut_user {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .usr_dashboard_user .container>.row>.col-md-3 {
        width: 260px;
    }

    .sidebar_profile {
        padding: 20px 0 20px;
    }

    .user_profile_img {
        width: 150px;
        height: 150px;
        min-width: 150px;
    }

    .user_profile_content p {
        font-size: 14px;
    }

    .side_link {
        margin: 30px 0 30px;
    }

    .side_link ul li a {
        font-size: 16px;
        padding: 5px 15px;
        height: 45px;
    }

    .help_center p {
        font-size: 16px;
    }

    .usr_dashboard_user .container>.row .col-md-9 {
        width: calc(100% - 260px);
    }

    .dashboard_right {
        padding: 30px 30px 80px;
        margin-left: 0px;
        min-height: 900px;
    }

    .dashboard_top_strip>.d-flex {
        width: calc(100% - 260px);
    }

    .Profile__completion__status {
        width: 240px;
    }

    .Profile__completion__status h2 {
        font-size: 20px;
    }

    .dashboard_top_strip .user_profile_img {
        width: 110px;
        min-width: 110px;
        height: 110px;
    }

    .edit_remove_link a {
        font-size: 15px;
    }

    .dashboard_top_strip .user_profile_content h4 a {
        font-size: 18px;
    }

    .dashboard_top_strip .user_profile_content h5 {
        font-size: 18px;
    }

    .dashboard_top_strip .user_profile_content h6 a {
        font-size: 16px;
    }

    .tab_grid {
        margin-top: 30px;
    }

    .tab_grid ul {
        margin-bottom: 15px;
    }

    .tab_grid ul li button {
        font-size: 18px;
        padding: 0px 0px 6px;
        border-bottom: 3px solid transparent !important;
    }

    .form_content_inner .form_group>label {
        font-size: 16px;
        max-width: 250px;
        min-width: 250px;
        padding-right: 10px;
    }

    .form_content_inner .form_group .form_feild {
        max-width: 300px;
    }

    .form_content_inner .form_feild .filelabel .title {
        font-size: 15px;
    }

    .edit_form a {
        font-size: 16px;
    }

    .tax_registration_document_download a,
    .tax_registration_document_view a {
        font-size: 16px;
        margin-left: 10px;
    }

    .add_more_btn a {
        font-size: 16px;
    }

    .save_discard a {
        border: 2px solid #DA9138;
        min-width: 180px;
        height: 40px;
        font-size: 15px;
    }

    .user_setting h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .user_setting .save_discard {
        max-width: 550px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .event__blog .event_dec h2 {
        font-size: 20px;
    }

    .event__blog .event_dec a {
        font-size: 18px;
    }

    .download_agenda a img {
        max-width: 25px;
    }

    .blog_article_full_img {
        max-height: 350px;
    }

    .payment_gatway #baner_slider {
        height: 75vh;
    }

    .price__baner_height .sub__banner__img {
        height: 500px;
    }

    .price__baner_height .sub_banner_wrap {
        padding-top: 160px;
    }

    .dashboard_top_strip .user_profile_content {
        width: 310px;
    }

    .news_media_sec,
    .blog_section,
    .news_cateogry_sec {
        margin-top: 118px;
    }

    .blog_heading h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1280px) {
    .inner_page_grid {
        margin-top: 115px;
    }

    .one-items .price__box_grid {
        margin-right: 19%;
    }
}

@media only screen and (max-width: 1200px) {
    .usr_dashboard_user {
        background-position-y: 300px;
        background-size: contain;
    }

    .dashboard_bg::after {
        height: 50%;
    }

    .usr_dashboard_title {
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .form_content_inner .form_group>label {
        font-size: 15px;
        max-width: 180px;
        min-width: 180px;
        padding-right: 10px;
    }

    .user_setting .save_discard {
        max-width: 100%;
    }

    .event__blog .event_dec {
        padding-left: 30px;
    }

    .online_text {
        margin-right: 20px;
        padding-right: 20px !important;
    }

    .user_name_btn {
        margin-right: 10px;
    }

    .step_screen_wrap {
        margin-top: 105px;
    }

    .inner_page_grid {
        margin-top: 105px;
    }

    .form_grid_inner form .btn.btn-ctn {
        height: 42px;
        width: 180px;
        font-size: 16px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .one-items .price__box_grid {
        margin-right: 8%;
    }
}

@media only screen and (max-width: 991px) {
    .dashboard_right {
        padding: 20px 20px 80px;
    }

    .dashboard_top_strip {
        display: block;
    }

    .dashboard_top_strip>.d-flex {
        width: 100%;
    }

    .Profile__completion__status {
        width: 100%;
    }

    .dashboard_top_strip .user_profile_content {
        padding: 0 0 0 20px;
    }

    .form_content_inner .form_group>label {
        font-size: 16px;
        max-width: 100%;
        min-width: 100%;
        padding-right: 0px;
        /* text-align: center; */
        margin-bottom: 10px;
    }

    .form_content_inner .form_group .form_feild {
        max-width: 350px;
        /* margin: 0 auto; */
    }

    .add_more_btn {
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .usr_dashboard_title h1 {
        font-size: 25px;
    }

    .usr_dashboard_user {
        background-position-y: 210px;
    }

    .edit_form {
        right: 20px;
    }

    .user_setting .save_discard {
        max-width: 100%;
    }

    .Subscribed_box .row .col-md-3 {
        width: 50%;
    }

    .event__blog .event_dec h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .event__blog .event_dec p {
        font-size: 16px;
    }

    .event__blog .event_dec a {
        font-size: 16px;
    }

    .download_agenda a img {
        max-width: 18px;
    }

    .event__blog .event_dec .clander__onlineBtn .flex_btn a img {
        max-width: 25px;
    }

    .border_img {
        min-height: 350px;
        max-height: 350px;
    }

    .tax_registration_document_download a,
    .tax_registration_document_view a {
        font-size: 15px;
        margin-left: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .graph_dropdown {
        margin-bottom: 10px;
        max-width: 280px;
    }

    .media__img {
        height: auto;
    }

    .one-items .price__box_grid {
        margin-right: 0;
    }
    .one-items .table_price_list .table thead tr th:last-child {
        width: 80px;
    }
    .one-items .price__box_grid .price__box__inner.recommended_aft_sec::after {
        right: 4px;
        left: 4px;
    }
}

@media only screen and (max-width: 850px) {
    .d-flex.aline_content {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .usr_dashboard_user {
        background-position-y: 118px;
    }

    .usr_dashboard_user .container>.row>.col-md-3 {
        width: 240px;
    }

    .usr_dashboard_user .container>.row>.col-md-9 {
        width: calc(100% - 240px);
    }

    .usr_dashboard_title h1 {
        font-size: 22px;
    }

    .dashboard_top_strip .user_profile_img {
        width: 90px;
        min-width: 90px;
        height: 90px;
    }

    .edit_remove_link {
        display: block;
        text-align: center;
    }

    .dashboard_top_strip .user_profile_content h4 a {
        font-size: 16px;
    }

    .dashboard_top_strip .user_profile_content h5 {
        font-size: 16px;
    }

    .dashboard_top_strip .user_profile_content h6 a {
        font-size: 15px;
    }

    .user_profile_img {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }

    .user_profile_content h4 a {
        font-size: 16px;
    }

    .user_profile_content p {
        font-size: 13px;
    }

    .user_profile_content h5 a {
        font-size: 13px;
    }

    .side_link ul li a {
        font-size: 15px;
        padding: 5px 15px;
        height: 40px;
    }

    .help_center {
        margin: 0 15px;
        padding: 20px 20px;
    }

    .dashboard_bg::after {
        height: 85%;
    }

    .Profile__completion__status h2 {
        font-size: 18px;
    }

    .dashboard_top_strip .user_profile_content {
        width: 100%;
    }

    .tab_grid ul li button {
        font-size: 16px;
    }

    .save_discard {
        bottom: 30px;
        left: 20px;
        right: 20px;
    }

    .save_discard a {
        min-width: 160px;
        height: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 700px) {
    .event__blog .event_dec {
        padding-left: 20px;
    }

    .event__blog .event_dec .clander__onlineBtn .flex_btn {
        display: block;
    }

    .online_text {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }
}

@media only screen and (max-width: 650px) {
    .usr_dashboard_user {
        margin-top: 115px;
        padding: 10px 0 50px;
    }

    .dashboard_right {
        min-height: auto;
    }

    .usr_dashboard_user .container>.row>.col-md-3 {
        width: 100%;
    }

    .usr_dashboard_user .container>.row>.col-md-9 {
        width: 100%;
        margin-top: 20px;
        height: auto;
        min-height: auto;
    }

    .scroll_screen {
        height: auto;
    }

    .usr_dashboard_title {
        margin-bottom: 10px;
        padding: 0px 0px;
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .event__blog {
        display: block;
    }

    .event__blog .event_img {
        width: 100%;
    }

    .event__blog .event_dec {
        padding-left: 0;
        width: 100%;
    }

    .border_img {
        min-height: auto;
        max-height: unset;
        margin-bottom: 20px;
    }

    .event__blog .event_dec .clander__onlineBtn .flex_btn {
        display: flex;
        justify-content: center;
    }

    .download_agenda {
        margin-bottom: 10px;
        text-align: center;
    }

    .event__blog .event_dec .clander__onlineBtn .reg_btn {
        display: block;
        max-width: 180px;
        margin: 0 auto;
    }

    .event__blog .event_dec .clander__onlineBtn .btn_cta {
        margin: 20px 0 0;
    }

    .event__blog .event_dec h2,
    .event__blog .event_dec p {
        text-align: center;
    }

    .go_online_video {
        padding: 10px 10px 5px;
    }
}

@media only screen and (max-width: 484px) {
    .usr_dashboard_user {
        margin-top: 73px;
        padding: 0px 0 50px;
        background-position-y: 148px;
    }

    .usr_dashboard_title {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

    .log_out_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .Subscribed_box .row .col-md-3 {
        width: 100%;
    }

    .inner_page_grid {
        margin-top: 75px;
    }

    .header .user__name_dropdown>a span {
        display: none;
    }

    .form_grid_inner .form_group label {
        min-width: 100%;
        max-width: 100%;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 414px) {
    .dashboard_right {
        padding: 20px 10px 20px;
    }

    .tab_grid ul {
        display: block;
    }

    .tab_grid ul li {
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }

    .tab_grid ul li button {
        font-size: 18px;
        margin-right: 0;
        padding: 8px 20px;
        text-align: center;
        width: 100%;
        border-radius: 10px !important;
    }

    .tab_grid ul li button.active {
        color: #fff !important;
        background-color: #35A8A2 !important;
    }

    .tab_grid ul li button:hover {
        border-color: transparent !important;
    }

    .save_discard {
        position: static;
        display: block;
    }

    .save_discard a {
        min-width: 100%;
        height: 40px;
        font-size: 14px;
        text-align: center;
        margin: 15px auto !important;
        display: flex;
    }

    .nitification_icon .dropdown-menu-lg-end {
        min-width: 250px !important;
        width: 250px !important;
        right: -60px !important;
    }

    .usr_dashboard_user {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 375px) {
    .dashboard_top_strip>.d-flex {
        width: 100%;
        display: block !important;
        text-align: center;
    }

    .dashboard_top_strip .user_profile_content {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .dashboard_top_strip .user_profile_content h5 {
        text-align: center;
    }

    .dashboard_top_strip .user_profile_content h6 a {
        justify-content: center;
    }
}

.tab_grid.n-tab-grid ul li button {
    padding: 0px 0px 2px;
    border-bottom-width: 3px !important;
}

.n-tab-grid ul.nav {
    row-gap: 5px;
}

.n-tab-grid .form_feild select {
    width: 100%;
}

.radio-wrap {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.radio-wrap .radio_button {
    width: auto;
}

.n-tab-grid .radio_button label {
    font-size: 18px;
    font-weight: normal;
}

.n-tab-grid .form_feild .filelabel {
    padding: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.n-tab-grid #company-documents-upload-form .form_group a,
.n-tab-grid #contract-renewal-form .form_group a {
    color: #35a6a2;
    transition: 0.3s;
}

.n-tab-grid #company-documents-upload-form .form_group a:hover,
.n-tab-grid #contract-renewal-form .form_group a:hover {
    color: #ffa601;
}

.n-side-link .has-ul ul {
    display: none;
}

.n-side-link .has-ul.show ul {
    display: block;
}

.n-side-link .has-ul a {
    justify-content: space-between;
}

.n-side-link.side_link ul li a {
    height: auto;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.n-tab-grid .form_feild .filelabel img {
    top: 0;
    bottom: 0;
    margin: auto;
}

.n-dash-right .Subscribed_box_inner h4 {
    height: auto;
    min-height: 50px;
}

.n-dash-right .box_middle01 p {
    font-size: 18px;
    /* font-weight: 700; */
}

.n-dash-right .box_middle0 p a {
    font-size: inherit;
    text-decoration: none;
}

.n-dash-right .active_user_graph canvas {
    max-height: 500px;
}

.n-side-link .has-ul.show a i {
    transform: rotate(-90deg);
}

.custom-tooltip {
    position: relative;
}

.custom-tooltip::before {
    content: attr(data-tooltip-content);
    position: absolute;
    width: auto;
    height: auto;
    background: #35a6a2;
    border-radius: 4px;
    top: calc(100% + 9px);
    left: 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px;
    transition: 0.3s;
    display: none;
}

.custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-bottom: 10px solid #35a6a2;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transition: 0.3s;
    display: none;
}

.custom-tooltip:hover::before,
.custom-tooltip:hover::after {
    display: block;
}



.table_price_list .form-check-input[type=checkbox] {
    border: 2px solid #da9138;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.table_price_list .form-check-input[type=checkbox]:checked {
    background-color: #da9138 !important;
}



.dashboard_right .row .col-6 {
    margin: 10px 0;
}

.dashboard_right .row .col-6 .active_user {
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 15px;
}

.dashboard_right .row .col-6 .active_user .active_user_graph {
    padding: 15px;
}

.dashboard_right .row .col-6 .active_user .graph_dropdown {
    padding: 0 15px;
}

.dashboard_right .row .col-6 .active_user .title_user {
    padding-right: 40px;
    line-height: 20px;
    position: relative;
}

.dashboard_right .row .col-6 .active_user .title_user::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 12px;
	background-image: url("../images/down_arrow.png");
	background-repeat: no-repeat;
	width: 29px;
	height: 28px;
}

.slider__grid .ui-datepicker-calendar tbody tr td a[disabled] {
	opacity: 0.5;
	cursor: ;
}


